:root {
	--main-color:#1275e6;
	--main-color-transparent-15:rgba(18, 117, 230, .15);
	--main-color-transparent-35:rgba(18, 117, 230, .35);
	--main-color-transparent-75:rgba(18, 117, 230, .75);
	--cta-color:#0fd535;
	--font-color:#ddd;
	--light-gray:#3c3c3c;
	--medium-gray:#2b2b2b;
	--dark-gray:#1c1c1c;
	--darkest:#141417;
}
.mb-20{margin-bottom:20px;}
.darkest{background:var(--darkest)!important;}
.dg{background:var(--dark-gray)!important;}
.dg .lower-content{background:var(--medium-gray)!important;}
.bg-light {background:var(--dark-gray)!important;}
.icon-box i{position:absolute;top:calc(50%);transform:translateY(-50%);left:0;right:0;}
.content_block_two .content-box .single-item .icon-box.cta-bg{
    background:#fff!important;
}
 .content_block_two .content-box .single-item .icon-box.cta-bg i{
    color:var(--cta-color)!important;
}
 .content_block_two .content-box .single-item .icon-box.cta-bg:hover i{
    color:#fff!important;
}
 .content_block_two .content-box .single-item .icon-box.cta-bg:before{
    background:var(--cta-color);
}
 .content_block_four .content-box .inner-box .single-item.cta-bg:before{
    background:#fff;
}
 .content_block_four .content-box .inner-box .single-item.cta-bg:hover a{
    color:var(--cta-color)!important;
}
 a .cta-bg .fa, a .cta-bg i {
    color:#fff!important;
}
 .cta-color, a.cta-color{
    color:var(--cta-color)!important;
}
 .cta-bg{
    background-color:var(--cta-color)!important;
}
 .cta-bg a, .cta-bg i{
    color:#000!important;
}
 .no-before:before{
    content:' '!important;
}
 .no-before{
    padding-left:0!important;
}
 .tab-btns li.cta-color.tab-btn{
    border-color:var(--cta-color);
}
 .tab-btns li.cta-color.tab-btn:hover{
    background:var(--cta-color);
}
 .tab-btns li.cta-color.tab-btn:hover .fa{
    color:#fff!important;
}
 .tab-btns li.cta-color.tab-btn.active-btn{
    background:var(--cta-color);
}
 .tab-btns li.cta-color.tab-btn.active-btn .fa{
    color:#fff!important;
}
 .news-block-one .link a.cta-color:hover{
    color:var(--cta-color)!important;
}
 .mt-30{
    margin-top:30px;
}
 .mb-15{
    margin-bottom:15px;
}
 .mb-adjust-15{
    margin-bottom:-15px;
}
 .sec-pad{
    padding:120px 0;
}
 .sec-pad.pb_50{
    padding-bottom:50px;
}
 p:last-child{
    margin-bottom:0;
}
 .small-button{
    margin:0;
    padding:20px 0!important;
}
 .small-button a {
    color:#fff;
    display:block
}
.small-button a:hover{
    color:#fff;
}
 .service-style-two {
    padding-bottom:90px
}
 .service-style-two a {
    color:#fff;
    display:block;
}
.service-style-two p a {
    color: #fff;
    display: inline;
}
.cities {
	margin-top:30px;
	list-style-type: none;
	line-height: 1em;
}
.cities:after {
	content: ' ';
	display: block;
	clear: both;
	margin-bottom: 30px;
}
.cities li {
	text-align:center;
	width: 20%;
	float: left;
	padding: 30px 0;
	box-sizing: border-box;
}
/* for 20% li */
@media only screen and (min-width:1200px) {
	.cities li:nth-child(10n - 4),
	.cities li:nth-child(10n - 3),
	.cities li:nth-child(10n - 2),
	.cities li:nth-child(10n - 1),
	.cities li:nth-child(10n) {
		background: var(--dark-gray);
	}
}
@media screen and (max-width:1199px) {
	.cities li {
		width: 25%;
	}
}
/* for 25% li */
@media screen and (min-width:992px) and (max-width:1199px) {
	.cities li:nth-child(8n - 3),
	.cities li:nth-child(8n - 2),
	.cities li:nth-child(8n - 1),
	.cities li:nth-child(8n) {
		background: var(--dark-gray);
	}
}
@media screen and (max-width:991px) {
	.cities li {
		width: 33.333%;
	}
}
/* for 33.333% li */
@media screen and (min-width:768px) and (max-width:991px) {
	.cities li:nth-child(6n - 2),
	.cities li:nth-child(6n - 1),
	.cities li:nth-child(6n) {
		background: var(--dark-gray);
	}
}
@media only screen and (max-width: 767px) {
	.cities li {
		width: 50%;
	}
}
/* for 50% li */
@media screen and (min-width:601px) and (max-width:767px) {
	.cities li:nth-child(4n - 1),
	.cities li:nth-child(4n) {
		background: var(--dark-gray);
	}
}
@media only screen and (max-width: 600px) {
	.cities li {
		width: 100%;
	}
}
/* for 100% li */
@media screen and (max-width:600px) {
	.cities li:nth-child(2n) {
		background: var(--dark-gray);
	}
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body {
  font-size:16px;
  color:var(--font-color);
  line-height:26px;
  font-weight:400;
  background:var(--medium-gray);
  font-family: 'Poppins', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}
a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
a:hover{
  text-decoration:none;
  outline:none;
}
input,button,select,textarea{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
input{
  transition: all 500ms ease;
}
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p{
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: var(--font-color);
  font-weight: 400;
  margin: 0 0 1em 0;
  transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--font-color);
  margin: 0px;
  transition: all 500ms ease;
}
.wall h4{margin:1rem 0 1rem 0; font-size:20px;line-height:1em;}
.wall h3{margin-bottom:1rem;}
.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}
.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
.centred{
  text-align: center;
}
figure{
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
  text-align: center;
  padding: 12px 36px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn.cta-bg{
	color:#000!important;
}
.theme-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}
.theme-btn.btn-one:before{
  background: #000;
}
.theme-btn:hover:before{
  width: 100%;
  left: 0px;
}
.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}
.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}
.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}
.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}
.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}
.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}
.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}
.sec-title h5{
  text-transform: uppercase;
}
.right-column .social-links li p {margin:0!important;}
.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: var(--dark-gray);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.header-top{
  position: relative;
  width: 100%;
  background: var(--dark-gray);
  padding: 0px 70px;
}
.header-top .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top .info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  padding: 15px 25px 14px 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  margin-right: 25px;
}
.header-top .info li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border: none;
}
.header-top .info li i{
  position: absolute;
  left: 0px;
  top: 19px;
  font-size: 18px;
}
.header-top .info li a{
  display: inline-block;
  color: #fff;
}
.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.header-top .social-links li:last-child{
  margin: 0px !important;
}
.header-top .social-links li p{
  font-size: 15px;
  color: #fff;
}
.header-top .social-links li a{
  font-size: 15px;
  color: #fff;
}
.header-lower{
  position: relative;
  width: 100%;
}
.header-lower{
	background:var(--darkest);
  position: relative;
  width: 100%;
}
.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 70px;
}
.main-header .logo-box{
  position: relative;
  float: left;
  padding: 27px 0px 33px 0px;
margin-right: 30px;
}
.main-header .logo-box .logo{
  max-width: 152px;
  width: 100%;
}
.main-header .logo-box .logo img{
  width: 100%;
}
.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
  margin-left:40px;
}
.main-header .nav-right .support-box{
  position: relative;
}
.main-header .nav-right .support-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-left: 30px;
}
.main-header .nav-right .support-box h6 i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 20px;
}
.main-header .nav-right .support-box h6 a{
  display: block;
  color: #fff;
  width:130px;
}
.main-menu{
  float: right;
}
.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}
.main-menu .navigation{
  margin:0px;
}
.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 24px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}
.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}
.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  padding: 40px 0px;
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  opacity:1;
  color: #fff;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.menu-area{width:100%;}
.menu-area .mobile-nav-toggler {
  position: absolute;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  right:15px;
  display: none;
}
.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: var(--font-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}
.sticky-header .main-menu .navigation > li > a{
  padding: 30px 0px;
}
.sticky-header .logo-box{
  padding: 20px 0px;
}
.sticky-header .nav-right{
  padding: 15px 0px;
}
.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}
.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}
.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}
.mobile-menu .navbar-collapse{
  display:block !important; 
}
.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}
.mobile-menu-visible{
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}
.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
.mobile-menu .navigation li.current > a:before{
  height:100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}
.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}
.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}
.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}
div#mCSB_1_container{
  top: 0px !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}
.main-header .outer-box{
  position: relative;
}
.banner-carousel .slide-item{
  padding-bottom: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-style-one .banner-carousel .slide-item{
  clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%, 0% 0%);
}
.banner-carousel .content-box{
  max-width: 720px;
}
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.7;
}
.banner-carousel .slide-item .image-layer{
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}
.banner-carousel .content-box h2{
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .content-box p{
  line-height: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}
.owl-nav button{
  background: transparent;
}
.banner-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}
.banner-carousel .owl-nav button:hover{
  background: #fff;
}
.banner-carousel .owl-nav button.owl-prev{
  left: 70px;
}
.banner-carousel .owl-nav button.owl-next{
  right: 70px;
}
.banner-section .shape .shape-1{
  width: 100%;
  height: 30px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.banner-section .shape .shape-2{
  width: 660px;
  height: 110px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.banner-section .shape .shape-3{
  width: 715px;
  height: 150px;
  opacity: 0.7;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.search-field{
  position: relative;
  background:var(--dark-gray);
}
.search-field .outer-container{
  position: relative;
  width: 100%;
  background: transparent;
  z-index: 2;
  margin-top: -130px;
}
.search-field .outer-container .search-area{
  position: relative;
  display: block;
  background: var(--main-color);
  padding: 40px 40px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.10);
}
.search-field .title-text h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color:#000;
  text-transform: uppercase;
  padding: 8px 20px 6px 20px;
}
.about-section{
  position: relative;
  background:var(--dark-gray);
}
.image_block_one .image-box .image{
  overflow: hidden;
}
.image_block_one .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}
.image_block_one .image-box .image:hover img{
  transform: scale(1.05);
}
.image_block_one .image-box .icon{
  top: -20px;
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.image_block_one .image-box .text-box{
  width: 220px;
  height:220px;
  padding: 67px 15px 43px 15px;
  border-radius:100%;
  box-shadow:6px -3px 16px 4px rgba(0, 0, 0, .4);
}
.image_block_one .image-box .text-box .light-icon{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.image_block_one .image-box .shape-box .shape-1{
  background-repeat: no-repeat;
}
.overlay-anim-black-bg {
  display: inline-block;
  overflow: hidden;
}
.overlay-anim-black-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);       
}
.overlay-anim-black-bg:after{
  background: #222;
}
.overlay-anim-black-bg.overlay-animation:after{
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}
.content_block_one .content-box .inner .single-item{
  position: relative;
  display: block;
  padding: 12px 0px 8px 100px;
  min-height: 80px;
}
.content_block_one .content-box .inner .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.content_block_one .content-box .inner .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.list-style-one li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  margin-bottom: 11px;
}
.list-style-one li:last-child{
  margin-bottom: 0px;
}
.list-style-one li:before{
  position: absolute;
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 16px;
  left: 0px;
  top: 0px;
}
.content_block_one .content-box .list-style-one{
  margin-bottom: 32px;
}
.feature-section{
  position: relative;
}
.feature-block-one .inner-box{
  overflow: hidden;
  background: #515358;
  transition: all 500ms ease;
}
.feature-block{padding:0!important;}
.feature-block-one .inner-box:hover{
  background: var(--main-color-transparent-75);
}
.feature-block-one .inner-box .image-box{
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  float: left;
}
.feature-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.feature-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}
.feature-block-one .inner-box .content-box{
  width: calc(100% - 300px);
  float: right;
  background: var(--darkest);
  padding: 160px 40px 67px 50px;
  text-align: left;
  min-height: 421px;
  clip-path: polygon(10% 0, 400% 0%, 10% 132%, 0 75%);
  transition: all 500ms ease;
}
.feature-block-one .inner-box .content-box .icon-box{
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.feature-block-one .inner-box:hover .content-box .icon-box{
  color: #fff;
}
.feature-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}
.feature-block-one .inner-box .content-box h3 a{
  margin-top:15px!important;
  display: inline-block;
  color: #fff;
}
.feature-block-one .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}
.feature-block-one .inner-box .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-block-one .inner-box .content-box .link a i{
  position: relative;
  opacity: 0;
  font-size: 14px;
  top: 1px;
  transition: all 500ms ease;
}
.feature-block-one .inner-box .content-box .link a:hover i{
  opacity: 1;
  margin-left: 8px;
}
.service-section{
  position: relative;
}
.tabs-box {margin-bottom:-40px;}
.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab{
  display:block;  
}
.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}
.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}
.content_block_two .content-box .text h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
.image_block_three .image-box{
  padding-bottom: 50px;
}
.content_block_two .content-box .text{
  margin-bottom: 32px;
}
.content_block_two .content-box .text p{
  margin-bottom: 26px;
}
.content_block_two .content-box .text p:last-child{
  margin-bottom: 0px;
}
.content_block_two .content-box .single-item{
  padding: 0px 0px 0px 100px;
  margin-bottom: 42px;
}
.content_block_two .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  background: var(--dark-gray);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
  transition: all 500ms ease;
}
.content_block_two .content-box .single-item:hover .icon-box{
  color: #fff;
}
.content_block_two .content-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}
.content_block_two .content-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}
.content_block_two .content-box .single-item h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
.content_block_two .content-box .single-item h4 a{
  display: inline-block;
  color: #fff;
}
.service-section .tab-btns li{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  background: var(--dark-gray);
  text-align: center;
  padding: 30px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  cursor: pointer;
  transition: all 500ms ease;
}
.service-section .tab-btns li.active-btn,
.service-section .tab-btns li:hover{
  color: #fff;
}
.service-section .tab-btns li:before{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  transition: all 500ms ease;
}
.service-section .tab-btns li.active-btn:before,
.service-section .tab-btns li:hover:before{
  opacity: 1;
}
.image_block_two .image-box .image{
  overflow: hidden;
}
.image_block_two .image-box .image img{
  width: 100%;
}
.image_block_two .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.image_block_two .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.image_block_two .image-box .icon-box{
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.image_block_two .image-box .icon-box:before{
  position: absolute;
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: -20px;
  top: -20px;
  border: dashed;
  border-width: 2px;
}
.image_block_three .image-box .image{
  overflow: hidden;
}
.image_block_three .image-box .image img{
  width: 100%;
}
.image_block_three .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.image_block_three .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.image_block_three .image-box .text{
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: calc(100% - 55px);
  padding: 32px 20px 32px 25px;
  z-index: 1;
}
.image_block_three .image-box .text:before{
  position: absolute;
  content: '';
  width: 35px;
  height: 100%;
  top: 0px;
  right: -35px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 33%, 50% 75%, 0% 100%, 0% 100%, 0% 80%, 0% 20%);
}
.image_block_three .image-box .text h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding-left: 35px;
}
.image_block_three .image-box .text h5 i{
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 30px;
}
.content_block_three .content-box{
  position: relative;
  display: block;
  margin-left: 20px;
}
.content_block_three .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.content_block_three .content-box .text h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.content_block_three .content-box .text p{
  margin-bottom: 26px;
}
.content_block_three .content-box .text p:last-child{
  margin-bottom: 0px;
}
.content_block_three .content-box .list-box{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content_block_three .content-box .list-style-one li{
  font-size: 18px;
  font-weight: 500;
  color: var(--font-color);
}
.content_block_three .content-box .list-style-one li:before{
  color: #b8b8b9;
}
.content_block_three .content-box .list-style-one{
  position: relative;
}
.content_block_three .content-box .list-style-one:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -50px;
}
.content_block_three .content-box .list-style-one:last-child:before{
  display: none;
}
.content_block_three .content-box .list-style-one:last-child{
  padding-left: 30px;
}
.chooseus-section{
  padding: 115px 0px 110px 0px;
  overflow: hidden;
}
.chooseus-section .pattern-layer{
  position: absolute;
  left: -130px;
  top: -150px;
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.chooseus-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(66.666% + 285px);
  height: 100%;
  background: var(--dark-gray);
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%, 0% 0%);
}
.content_block_four .content-box{
  position: relative;
  display: block;
}
.content_block_four .content-box .inner-box{
  margin: 0px 10px;
}
.content_block_four .content-box .inner-box .single-column{
  padding: 0px 5px;
}
.content_block_four .content-box .inner-box .single-item{
  position: relative;
  display: block;
  background: var(--medium-gray);
  padding: 30px 30px 21px 30px;
  margin-bottom: 10px;
  z-index: 1;
}
.content_block_four .content-box .inner-box .single-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.content_block_four .content-box .inner-box .single-item:hover:before{
  height: 100%;
}
.content_block_four .content-box .inner-box .single-item .icon-box{
  background: var(--dark-gray);
  margin-bottom: 11px;
}
.content_block_four .content-box .inner-box .single-item h5{
  line-height: 28px;
  transition: all 500ms ease;
}
.content_block_four .content-box .inner-box .single-item:hover h5{
  color: #fff;
}
.image_block_four .image-box{
  position: relative;
  display: block;
  margin-left: 47px;
}
.image_block_four .image-box img{
  width: 100%;
}
.image_block_four .image-box .image-1{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 25% 0%);
}
.image_block_four .image-box .image-shape .shape-1{
  position: absolute;
  left: -20px;
  bottom: -80px;
  width: 238px;
  height: 238px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.image_block_four .image-box .image-shape .shape-2{
  position: absolute;
  top: -90px;
  right: -70px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.team-section{
  position: relative;
}
.team-block-one{
  max-width:325px;
  margin: 0 auto;
  margin-top: 40px;
}
.team-block-one .inner-box{
  position: relative;
  display: block;
}
.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.team-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
.team-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0,0);
  opacity: 0.4;
  z-index: 1;
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box .image:before{
  transform: scale(1,1);
}
.team-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}
.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  transition: all 500ms ease;
  z-index: 2;
}
.team-block-one .inner-box:hover .image-box .social-links{
  transform: translate(-50%,-50%) scale(1,1);
}
.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0px 10px;
}
.team-block-one .inner-box .image-box .social-links li a{
  display: inline-block;
  color: #fff;
}
.team-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 7px;
}
.team-block-one .inner-box .lower-content{
  padding-top: 25px;
}
.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #fff;
}
.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 17px;
}
.team-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 41px;
}
.team-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.project-section{
  position: relative;
}
.project-block-one .inner-box{
  position: relative;
  display: block;
}
.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.project-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
  transform: scale(0,0);
  z-index: 1;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box:before{
  transform: scale(1,1);
}
.project-block-one .inner-box .image-box img{
  width: 100%;
  opacity: 0.8;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}
.project-block-one .inner-box .view-btn{
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.project-block-one .inner-box .view-btn a{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  transform: scale(0,0);
}
.project-block-one .inner-box:hover .view-btn a{
  transform: scale(1,1);
}
.project-block-one .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 60px;
  padding-right: 50px;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
.project-block-one .inner-box:hover .text{
  bottom: 60px;
  opacity: 1;
}
.project-block-one .inner-box .text h4{
  position: relative;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  background: #26282e;
  padding: 16px 32px;
}
.project-block-one .inner-box .text h4 a{
  color: #fff;
  font-weight: 600;
  background: #26282e;
}
.project-block-one .inner-box .text h4 a:hover{
  text-decoration: underline;
}
.project-block-one .inner-box .text span a{
color:#fff;}
.project-block-one .inner-box .text span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  background: #26282e;
  padding: 7px 30px;
}
.content_block_five .content-box .sec-title p{
  line-height: 26px;
}
.accordion-box .block{
  position: relative;
  display: block;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.accordion-box .block:last-child{
  margin-bottom: 0px;
}
.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  background: var(--dark-gray);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
  padding: 17px 50px 17px 30px;
  transition: all 500ms ease;
  color:#fff;
}
.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 22px;
  color: #fff;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon-outer{
  transform: rotate(180deg);
  color: #fff;
}
.accordion-box .block .acc-btn h5{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color:#fff;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active h5{
  color: #fff;
}
.accordion-box .block .acc-content{
  position:relative;
  display:none;
  background:var(--dark-gray);
  padding: 20px;
}
.accordion-box .block .acc-content p{
  color: var(--font-color);
}
.accordion-box .block .acc-content.current{
  display:block;  
}
.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.sec-title.light h2{
  color: #fff;
}
.testimonial-block-one .inner-box{
  background: var(--dark-gray);
  padding: 50px 40px 60px 60px;
}
.testimonial-block-one .inner-box .icon-box{
  margin-bottom: 13px;
}
.testimonial-block-one .inner-box p{
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: var(--font-color);
  margin-bottom: 24px;
}
.testimonial-block-one .inner-box .author-box{
  padding: 9px 0px 7px 90px;
}
.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 2px;
}
.pricing-section{
  overflow: hidden;
}
.pricing-block-one .pricing-table{
  padding: 0px 30px 30px 30px;
}
.pricing-block-one .pricing-table:before{
  position: absolute;
  content: '';
  border: 1px solid #e4e4e4;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}
.pricing-block-one .pricing-table:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.pricing-block-one .pricing-table:hover:after{
  height: 50%;
}
.pricing-block-one .inner-box{
  background: var(--dark-gray);
  padding: 0px 20px 50px 20px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
.pricing-block-one .inner-box .table-header .icon-box{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 33px;
  margin-top: -55px;
}
.pricing-block-one .inner-box .table-header{
  margin-bottom: 35px;
}
.pricing-block-one .inner-box .feature-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: var(--font-color);
}
.pricing-block-one .inner-box .feature-list li:last-child{
  margin-bottom: 10px;
}
.pricing-block-one .inner-box .table-content{
  margin-bottom: 45px;
}
.pricing-block-one .inner-box .feature-list li span{
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.pricing-block-one .inner-box .feature-list li span:before{
  position: absolute;
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 16px;
  left: 0px;
  top: 0px;
}
.pricing-block-one .inner-box .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 17px 30px 15px 30px;
  border: 1px solid #e7e7e7;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -webkit-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
}
.pricing-block-one .inner-box .table-footer a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.pricing-block-one .inner-box .table-footer a:hover:before{
  width: 100%;
}
.pricing-block-one .inner-box .table-footer a:hover{
  color: #fff;
}
.pricing-block-one .inner-box .table-footer a span{
  position: relative;
  transition: all 500ms ease;
}
.pricing-block-one .inner-box .table-footer a:hover span{
  padding-right: 20px;
}
.pricing-block-one .inner-box .table-footer a span:before{
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 14px;
  top: -2px;
  right: 0px;
  opacity: 0;
  color: #fff;
  font-weight: 400;
  transition: all 500ms ease;
}
.pricing-block-one .inner-box .table-footer a:hover span:before{
  opacity: 1;
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bg-color-1{
  background: #f0f0f0;
}
.cta-section.bg-color-1 {
background:var(--darkest)!important;}
.cta-section{
  overflow: hidden;
}
.content_block_six .content-box{
  background: var(--dark-gray);
  padding: 45px 50px 50px 50px;
}
.content_block_six .content-box .text{
  margin-bottom: 22px;
}
.content_block_six .content-box .text p{
  color: ;
}
.content_block_six .content-box .support-box{
  padding: 4px 0px 5px 90px;
}
.content_block_six .content-box .support-box .icon-box{
  color: #fff;
  text-align: center;
}
.content_block_six .content-box .support-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #666668;
  font-weight: 500;
  margin-bottom: 1px;
}
.content_block_six .content-box .support-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
.content_block_six .content-box .support-box h3 a{
  display: inline-block;
  color: #fff;
}
.cta-section .image-layer{
  position: absolute;
  top: 0px;
  right: 20%;
}
.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 318px;
  height: 333px;
  background-repeat: no-repeat;
}
.cta-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 170px;
  width: 218px;
  height: 326px;
  background-repeat: no-repeat;
}
.cta-section .pattern-layer .pattern-3{
  position: absolute;
  top: 70px;
  right: 400px;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.cta-section .pattern-layer .pattern-4{
  position: absolute;
  bottom: 170px;
  right: 35%;
  width: 184px;
  height: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}
.bg-color-2{
  background: var(--darkest);
}
.news-block-one .inner-box{
  background: var(--dark-gray);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}
.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.news-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: var(--main-color-transparent-15);
  width: 100%;
  height: 20px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}
.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.05);
}
.news-block-one .inner-box .lower-content{
  padding: 29px 30px 27px 30px;
}
.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #fff;
}
.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #808080;
  margin-right: 20px;
  padding-left: 25px;
}
.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}
.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 18px;
}
.news-block-one .inner-box .lower-content .post-info{
  margin-bottom: 18px;
}
.news-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.news-block-one .inner-box .lower-content .link a i {
  position: relative;
  opacity: 0;
  font-size: 14px;
  top: 1px;
  transition: all 500ms ease;
}
.news-block-one .inner-box .lower-content .link a:hover i {
  opacity: 1;
  margin-left: 8px;
}
.subscribe-section .inner-container{
  position: relative;
  display: block;
  padding: 35px 50px;
  margin-bottom: -65px;
  z-index: 1;
}
.subscribe-section .inner-container .text h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}
.subscribe-section .inner-container .text{
  margin-right: 70px;
}
.contact-button span{
  float:right;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-weight: 600;
  color: #fff!important;
  text-align: center;
  background: #26282e;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}
.contact-button.cb2 span{
  float:right;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 60px;
  line-height:  30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff!important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}
@media screen and (min-width:769px) and (max-width:991px){.search-area.sa2:after{content:' ';display:block;clear:both;height:20px;}}
@media screen and (max-width:768px){.contact-button.cb2 {float:left;}}
.contact-button:hover span a,.contact-button:hover span i{
	color:var(--main-color)!important;
}
.contact-button span a{
  color: #fff;
}
.contact-button span i{
  position: relative;
  margin-left: 5px;
  top: 1px;
  font-size: 14px;
}
@media screen and (max-width:767px){.contact-button span{float:left;margin-top:30px;}}
.main-footer{
  overflow: hidden;
}
.main-footer .footer-widget .footer-logo{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.main-footer .footer-top{
  padding: 150px 0px 67px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer p,
.main-footer a,
.main-footer li{
  color: rgba(255, 255, 255, 0.60);
}
.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}
.main-footer .widget-title h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}
.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}
.main-footer .links-widget .links-list li a{
  display: inline-block;
}
.main-footer .contact-widget .info-list li{
  margin-bottom: 10px;
}
.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}
.footer-bottom{
  padding: 32px 0px;
}
.footer-bottom .bottom-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-style-two{
  position: relative;
}
.banner-style-two .shape .shape-4{
  width: 100%;
  height: 240px;
  background: var(--darkest);
  clip-path: polygon(75% 75%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 27% 50%);
}
.banner-style-two .shape .shape-5{
  width: 100%;
  height: 240px;
  clip-path: polygon(74% 65%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 90%, 27% 50%);
}
.banner-carousel .content-box .btn-box{
  line-height: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-style-two .content-box p{
  margin-bottom: 32px;
}
.banner-carousel .content-box .btn-box .theme-btn{
  padding: 17px 36px;
}
.banner-style-two .banner-carousel .slide-item{
  padding-bottom: 360px;
}
.feature-style-two{
  background: var(--darkest);
  padding-bottom: 114px;
}
.feature-style-two .inner-container{
  position: relative;
  margin-top: -237px;
  z-index: 2;
}
.about-style-two{
  background: var(--darkest);
}
.content_block_seven .content-box{
  position: relative;
  display: block;
}
.content_block_seven .content-box .bold-text{
  color: #;
}
.content_block_seven .content-box .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.content_block_seven .content-box .inner-box .left-content h4{
  margin-bottom: 17px;
}
.content_block_seven .content-box .inner-box .list-style-one{
  margin-bottom: 44px;
}
.content_block_seven .content-box .inner-box .theme-btn{
  padding: 17px 32px;
}
.content_block_seven .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 12px 0px 8px 100px;
  margin-bottom: 40px;
  min-height: 80px;
}
.content_block_seven .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}
.content_block_seven .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
}
.content_block_eight .content-box{
  position: relative;
  display: block;
}
.content_block_eight .content-box .image-box{
  position: relative;
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 94%, 0% 0%);
}
.content_block_eight .content-box .image-box img{
  width: 100%;
}
.content_block_eight .content-box .image-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
.content_block_eight .content-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 290px;
  background: var(--dark-gray);
  padding: 33px 15px 35px 15px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.10);
}
.content_block_eight .content-box .text .icon-box{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px;
}
.content_block_eight .content-box .text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.content_block_eight .content-box .text h3 a{
  display: inline-block;
  color: #fff;
}
.content_block_eight .content-box .video-btn{
  position: absolute;
  left: 230px;
  bottom: 140px;
}
.content_block_eight .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 112px;
  background: #fff;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
}
.content_block_eight .content-box .video-btn a:before,
.content_block_eight .content-box .video-btn a:after {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 var(--main-color-transparent-15);
  box-shadow: 0 0 0 0 var(--main-color-transparent-15);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.content_block_eight .content-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.service-style-two{
  position: relative;
}
.service-block-one{
  margin: 0 auto;
}
.service-block-one .inner-box{
  position: relative;
  display: block;
  background: var(--dark-gray);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
}
.service-block-one .inner-box .image-box{
  overflow: hidden;
  background: #000000;
}
.service-block-one .inner-box .image-box .shape-1{
  width: 100%;
  height: 65px;
  background: var(--main-color-transparent-35);
  clip-path: polygon(67% 57%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 75%, 26% 52%);
  z-index: 1;
}
.service-block-one .inner-box .image-box .shape-2{
  width: 100%;
  height: 65px;
  margin-bottom:-1px;
  background: var(--dark-gray);
  clip-path: polygon(75% 75%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 27% 50%);
  z-index: 1;
}
.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.05);
}
.service-block-one .inner-box .lower-content{
  padding: 11px 30px 36px 40px;
  z-index: 2;
}
.service-block-one .inner-box .lower-content .icon-box{
  top: -75px;
  color: #fff;
}
.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #fff;
}
.service-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.service-block-one .inner-box .lower-content .link a i{
  position: relative;
  top: 1px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transition: all 500ms ease;
}
.service-block-one .inner-box .lower-content .link a:hover i{
  margin-left: 5px;
  opacity: 1;
}
.service-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.service-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}
.service-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.service-style-two .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.service-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.funfact-style-two{
  position: relative;
  padding: 23px 0px;
}
.funfact-style-two .inner-container{
  position: relative;
  margin: 0px 15px;
  margin-bottom: -130px;
  z-index: 1;
}
.funfact-style-two .counter-block{
  padding: 0px;
}
.counter-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 53px 30px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.12);
}
.counter-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 23px;
  left: 0px;
  top: -22px;
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.counter-block-two .inner-box:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 23px;
  left: 0px;
  bottom: -22px;
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
  transform: rotate(180deg);
}
.counter-block:first-child .counter-block-two .inner-box a{
color:#fff;
}
.counter-block:nth-child(3) .counter-block-two .inner-box{
  background: #26282e;
}
.counter-block:nth-child(3) .counter-block-two .inner-box a{
  color:#fff;
}
.counter-block:nth-child(3) .counter-block-two .inner-box:before{
  background: #26282e;
}
.counter-block:nth-child(2) .counter-block-two .inner-box:before,
.counter-block:last-child .counter-block-two .inner-box:before{
  transform: rotateY(180deg);
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.counter-block:nth-child(2) .counter-block-two .inner-box:after,
.counter-block:last-child .counter-block-two .inner-box:after{
  transform: rotateX(180deg);
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.counter-block:nth-child(3) .counter-block-two .inner-box:after{
  background: #26282e;
}
.counter-block:first-child .counter-block-two .inner-box p,
.counter-block:nth-child(3) .counter-block-two .inner-box p{
  color: #fff;
}
.counter-block-two .inner-box p{
  font-size: 16px;
  font-weight: 500;
  color: #141417;
}
.chooseus-style-two{
  background: var(--darkest);
  padding: 200px 0px 120px 0px;
  margin-top: 60px;
}
.chooseus-style-two .content-box{
  background: var(--dark-gray);
  padding: 64px 50px 32px 70px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}
.chooseus-style-two .image-layer{
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.chooseus-style-two .shape .shape-1{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 515px;
  height: 330px;
}
.chooseus-style-two .shape .shape-2{
  position: absolute;
  left: 0px;
  top: -60px;
  width: 100%;
  height: 60px;
  background: var(--darkest);
  clip-path: polygon(75% 75%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 100%, 15% 15%);
}
.chooseus-style-two .shape .shape-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.working-section .tabs-box{
  position: relative;
  margin-right: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.working-section .tabs-box .tab-btn-box{
  position: absolute;
  top: 0px;
  left: 540px;
  height: 100%;
}
.working-section .tabs-content{
  position: relative;
  z-index: -1;
}
.working-section .tabs-content .inner-box{
  position: relative;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
}
.working-section .tabs-content .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 50%;
}
.working-section .tabs-content .inner-box .image-box img{
  width: 100%;
  border-radius: 50%;
}
.working-section .tabs-content .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 21px 15px 48px 15px;
}
.working-section .tabs-content .inner-box .text:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 25px;
  left: 0px;
  top: -25px;
  clip-path: polygon(0% 0%, 100% 100%, 65% 0%, 25% 25%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.working-section .tabs-content .inner-box .text h2{
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%,-50%);
  font-size: 80px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.20);
  text-transform: uppercase;
}
.working-section .tabs-content .inner-box .text h3{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}
.working-section .tabs-box .tab-btns li{
  position: absolute;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 50px;
  background: var(--dark-gray);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
.working-section .tabs-box .tab-btns li:hover,
.working-section .tabs-box .tab-btns li.active-btn{
  color: #fff;
}
.working-section .tabs-box .tab-btns li:first-child{
  top: 0px;
  right: 55px;
}
.working-section .tabs-box .tab-btns li:nth-child(2){
  top: 50%;
  margin-top: -50px;
  right: 0px;
}
.working-section .tabs-box .tab-btns li:last-child{
  right: 55px;
  bottom: 0px;
}
.working-section .tabs-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #ded6cc;
  width: 300px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.working-section .tabs-box .tab-btns li:first-child:before{
  transform: translateY(-50%) rotate(-20deg);
  top: 100%;
}
.working-section .tabs-box .tab-btns li:last-child:before{
  transform: translateY(-50%) rotate(20deg);
  top: 0%;
}
.working-section .content-box{
  position: relative;
  display: block;
}
.working-section .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 27px;
}
.working-section .content-box p{
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.faq-section .bg-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: calc(50% - 30px);
  height: calc(100% + 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-style-two{
  padding-bottom: 110px;
}
.testimonial-style-two .testimonial-block-one .inner-box{
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}
.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}
.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}
.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}
.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.cta-style-two{
  background: var(--dark-gray);
  padding: 60px 0px;
  overflow: hidden;
}
.cta-style-two .content-box{
  display: block;
}
.cta-style-two .image-box{
  position: relative;
  display: block;
  margin-left: -105px;
}
.cta-style-two .image-box img{
  width: 100%;
}
.cta-style-two .content-box .text{
  margin-bottom: 22px;
}
.cta-style-two .content-box .text p{
  color: #fff;
}
.cta-style-two .content-box .support-box{
  position: relative;
  display: block;
  padding: 4px 0px 5px 90px;
}
.cta-style-two .content-box .support-box .icon-box{
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
}
.cta-style-two .content-box .support-box p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #c6c6c7;
  margin-bottom: 1px;
}
.cta-style-two .content-box .support-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}
.cta-style-two .content-box .support-box h3 a{
  display: inline-block;
  color: #fff;
}
.cta-style-two .image-box .shape .shape-1{
  position: absolute;
  right: 40px;
  bottom: 5px;
  width: 170px;
  height: 178px;
  background-repeat: no-repeat;
}
.cta-style-two .image-box .shape .shape-2{
  position: absolute;
  right: 75px;
  bottom: -155px;
  width: 327px;
  height: 327px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}
.cta-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 617px;
  height: 535px;
  background-repeat: no-repeat;
}
.cta-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1514px;
  background-repeat: no-repeat;
}
.cta-style-two .pattern-layer .pattern-3{
  position: absolute;
  left: 280px;
  top: 60px;
  width: 255px;
  height: 254px;
  background-repeat: no-repeat;
}
.service-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
}
.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.service-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}
.service-block-two .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.05);
}
.service-block-two .inner-box .lower-content{
  background:var(--dark-gray);
  padding: 0px 40px 37px 40px;
}
.service-block-two .inner-box .lower-content .icon-box{
  position: relative;
  display: inline-block;
  margin-top: -49px;
  top: -11px;
  margin-bottom: 18px;
}
.service-block-two .inner-box .lower-content .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  font-size: 40px;
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.service-block-two .inner-box:hover .lower-content .icon-box .icon{
  color: #fff;
}
.service-block-two .inner-box .lower-content .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-two .inner-box:hover .lower-content .icon-box .icon:before{
  transform: scale(1,1);
}
.service-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-block-two .inner-box .lower-content p{
  margin-bottom: 16px;
}
.service-block-two .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.service-block-two .inner-box .lower-content .link a span{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}
.service-block-two .inner-box .lower-content .link a:hover span{
  padding-right: 21px;
}
.service-block-two .inner-box .lower-content .link a span:before{
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 14px;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}
.service-block-two .inner-box .lower-content .link a:hover span:before{
  opacity: 1;
}
.service-block-two .inner-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 170px);
  left: 85px;
  bottom: 0px;
  height: 7px;
  transform: scaleX(0);
  transition: all 500ms ease;
}
.service-block-two .inner-box:hover:before{
  transform: scaleX(1);
}
.service-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-style-three .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.service-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}
.service-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.working-style-two {
	background:var(--darkest);
}
.city-page.working-style-two {
	background:var(--medium-gray);
}
.working-style-two .sec-title{
  margin-bottom: -126px;
}
.working-style-two .tabs-content .text{
  position: relative;
  display: block;
  margin-top: 161px;
}
.working-style-two .tabs-content .text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 27px;
}
.working-style-two .tabs-content .text h3 i{
  position: absolute;
  left: 0px;
  font-size: 30px;
}
.working-style-two .tabs-content .text p{
  margin-bottom: 26px;
}
.working-style-two .tabs-content .text .theme-btn{
  padding: 17px 40px;
  margin-top: 6px;
}
.working-style-two .tabs-content .image-box{
  position: relative;
  display: block;
}
.working-style-two .tabs-content .image-box .shape{
  position: absolute;
  top: -35px;
  right: -35px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
.working-style-two .tabs-content .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}
.working-style-two .tabs-content .image-box .image img{
  width: 100%;
}
.working-style-two .tabs-box{
  position: relative;
  display: block;
  /* padding-bottom: 55px; */
}
.working-style-two .tabs-box .tab-btn-box{
  position: absolute;
  right: 395px;
  bottom: 90px;
  z-index: 9;
}
@media screen and (max-width:1200px) {
.working-style-two .tabs-box .tab-btn-box{
  position: absolute;
  right: 395px;
  bottom: 0;
  z-index: 9;
}
}
.working-style-two .tabs-box .tab-btns li{
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 50px;
  background: var(--dark-gray);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  transition: all 500ms ease;
}
.working-style-two .tabs-box .tab-btns li:last-child{
  margin-bottom: 0px;
}
.working-style-two .tabs-box .tab-btns li.active-btn,
.working-style-two .tabs-box .tab-btns li:hover{
  color: #fff;
}
.pricing-style-two{
  position: relative;
}
.news-section.alternat-2 .news-block-one .inner-box .image-box:before{
  display: none;
}
.news-block-one .inner-box .image-box .category{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.news-block-one .inner-box .image-box .category a, .news-block-one .inner-box .image-box .category span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--font-color);
  background: var(--darkest);
  padding: 7px 30px;
}
.news-block-one .inner-box .image-box .category a:hover{
  color: #fff;
}
.tabs-box .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.tabs-box .tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.tabs-box .tabs-content {
  position: relative;
  display: block;
}
.page-title{
  position: relative;
  padding: 104px 0px 106px 0px;
  overflow: hidden;
}
.page-title:before{
  position: absolute;
  content: '';
  background: var(--main-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
.page-title .content-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-right: 17px;
  margin-right: 3px;
}
.page-title .content-box .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}
.page-title .content-box .bread-crumb li a{
  display: inline-block;
  color: #222;
}
.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 10px;
  top: 2px;
  right: 0px;
  color: #222;
}
.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}
.image_block_eight .image-box{
  margin-right: 30px;
  padding-right: 30px;
  padding-bottom: 130px;
}
.image_block_eight .image-box img{
  width: 100%;
}
.image_block_eight .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}
.image_block_eight .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 10px solid #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.image_block_eight .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.image_block_eight .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.image_block_eight .image-box .icon-box{
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
}
.image_block_eight .image-box .shape .shape-1{
  position: absolute;
  top: -30px;
  right: 40px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
.image_block_eight .image-box .shape .shape-2{
  position: absolute;
  left: -50px;
  bottom: 80px;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
}
.testimonial-style-two.about-page{
  padding: 115px 0px 60px 0px;
}
.testimonial-style-two.about-page .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 500px;
  background: var(--darkest);
}
.service-style-two.service-page-1 .service-block-one .inner-box{
  margin-bottom: 30px;
}
.service-page-3{
  padding-bottom:90px;
}
.team-details{
  padding: 120px 0px;
}
.team-details .image-box{
  position: relative;
  display: block;
}
.team-details .image-box .image{
  position: relative;
  display: block;
}
.team-details .image-box .image img{
  width: 100%;
}
.team-details .image-box .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 184px;
  height: 204px;
  background-repeat: no-repeat;
}
.team-details .content-box{
  position: relative;
  display: block;
}
.team-details .content-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 9px;
}
.team-details .content-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.team-details .content-box .info-list li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
}
.team-details .content-box .info-list li:last-child{
  margin-bottom: 0px;
}
.team-details .content-box .info-list li span{
  position: relative;
  display: inline-block;
  width: 165px;
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}
.team-details .content-box .info-list{
  margin-bottom: 33px;
}
.personal-info{
  padding: 120px 0;
}
.personal-info .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 23px;
}
.personal-info .text p{
  margin-bottom: 26px;
}
.personal-info .text p:last-child{
  margin-bottom: 0px;
}
.skills-section{
  padding: 120px 0;
}
.project-page-section{
  position: relative;
}
.project-page-section .outer-container{
  margin: 0px 15px;
}
.project-page-section .masonry-item{
  padding: 0px;
}
.project-page-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.project-page-section .upper-box .filters{
  position: absolute;
  right: 0px;
  bottom: 11px;
  z-index: 1;
}
.project-page-section .upper-box .filter-tabs li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin-right: 35px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.project-page-section .upper-box .filter-tabs li:last-child{
  margin: 0px !important;
}
.faq-page-section .sec-title p{
  color:var(--font-color);
  }
.blog-grid{
  padding: 120px 0px 78px 0px;
}
.blog-grid .news-block-one .inner-box{
  box-shadow: none;
  margin-bottom: 42px;
}
.blog-grid .news-block-one .inner-box .lower-content {
  /* padding: 29px 30px 0px 0px; */
}
/* .blog-details-content .news-block-one .inner-box .lower-content p{ */
  /* margin-bottom: 26px; */
/* } */
.contact-style-three{
  position: relative;
  padding: 115px 0px 120px 0px;
}
.contact-style-three .contact-info{
  position: relative;
  display: block;
}
.contact-style-three .contact-info h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 23px;
}
.contact-style-three .contact-info p{
  margin-bottom: 15px;
}
.contact-style-three .contact-info .info-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
}
.contact-style-three .contact-info .info-list li:last-child{
  margin-bottom: 0px;
}
.contact-style-three .contact-info .info-list li a{
  display: inline-block;
  color: #787878;
}
.contact-style-three .contact-info .info-list li:last-child a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}