
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#555555;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Barlow', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

.large-container{
  max-width: 1380px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-container{
  position:static;
  max-width:1170px;
  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;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

p{
  position: relative;
  font-family: 'Barlow', sans-serif;
  color: #555555;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5{
  position:relative;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color: #20445a;
  background-position:center center;
  background-repeat:no-repeat;
  background-image: url(../images/icons/preloader.svg);
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


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;
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 17px 37px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn-one:hover{
  background: #20445a;
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #20445a;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before{
  height: 50%;
}

.theme-btn-one:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #20445a;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:after{
  height: 50%;
}

.theme-btn-one .btn-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.theme-btn-one .btn-shape:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.4);
  width: 8px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.theme-btn-one:hover .btn-shape:before{
  bottom: 86%;
}

.theme-btn-one .btn-shape:after{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.4);
  width: 8px;
  height: 8px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}

.theme-btn-one:hover .btn-shape:after{
  top: 86%;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.sec-title span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #20445a;
  padding-left: 25px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.sec-title span:before{
  position: absolute;
  content: '';
  background: url(../images/icons/brand-icon-2.png);
  width: 33px;
  height: 30px;
  left: 0px;
  top: -8px;
  background-repeat: no-repeat;
}
.sec-title .white-spider:before{
  position: absolute;
  content: '';
  background: url(../images/icons/brand-icon-29.png);
  width: 33px;
  height: 30px;
  left: 0px;
  top: -8px;
  background-repeat: no-repeat;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 58px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2,
.sec-title.light span{
  color: #fff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top: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;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #20445a;
  padding: 13px 0px 30px 0px;
}

.header-top .top-inner .info li{
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 37px;
  padding-left: 23px;
}

.header-top .top-inner .info li:last-child{
  margin: 0px !important;
}

.header-top .top-inner .info li:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 20px;
  top: 5px;
  right: -20px;
}

.header-top .top-inner .info li:last-child:before{
  display: none;
}

.header-top .top-inner .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.header-top .top-inner .social-links li:last-child{
  margin: 0px !important;
}

.header-top .top-inner .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.header-top .top-inner .social-links li a:hover{

}

.header-top .top-inner .social-links{
  position: relative;
  display: inline-block;
  padding-right: 21px;
  margin-right: 15px;
}

.header-top .top-inner .social-links:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 20px;
  top: 5px;
  right: 0px;
}


/** search box btn **/

.main-header.style-one .header-lower{
  position: relative;
  display: block;
  width: 100%;
}

.main-header.style-one .header-lower .outer-box{
  position: absolute;
  left: 0px;
  top: -23px;
  width: 100%;
  background: #20445a;
  padding: 0px 30px;
}

.main-header .logo-box{
  position: relative;
  padding: 6px 0px;
}

.main-header .logo-box .logo{
  position: relative;
  max-width: 284px;
  width: 100%;
}

.main-header .logo-box .logo img{
  width: 100%;
}


/** main-menu **/

.main-menu{
  float: left;
}

.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;
  padding:35px 0px;
  margin: 0px 12px;
  -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;
  font-weight:500;
  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;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  top: 0px;
 transform: scale(1,1);
    background: #f36827;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
  transform: scale(1,1);
}


/** megamenu-style **/


/** mobile-menu **/

.main-header .outer-box{
  position: relative;
}


/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-section .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 190px 0px 170px 0px;
}

.banner-section .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.2;
}

.banner-section .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-section .slide-item .image-layer{

}

.banner-section .content-box{
  position: relative;
  display: block;
  max-width: 1010px;
  z-index:5;
}
/*

.banner-section .content-box h5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
*/

.banner-section  .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 66px;
  line-height: 76px;
  font-weight: 600;
  margin-bottom: 15px;
   opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -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 h1{
  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-section .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 41px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -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: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
*/

.banner-section .content-box .btn-box{
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -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 .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
*/

.banner-section .content-box .btn-box .call-now{
  position: relative;
  display: inline-block;
  padding: 4px;
  margin-right: 22px;
}

.banner-section .content-box .btn-box .call-now .inner{
  position: relative;
  display: inline-block;
  padding: 21px 30px 23px 75px;
}

.banner-section .content-box .btn-box .call-now .inner:before{
  position: absolute;
  content: '';
  background: rgba(34,34,34,0.5);
  width: 8px;
  height: 8px;
  left: 0px;
  top: 0px;
}

.banner-section .content-box .btn-box .call-now .inner:after{
  position: absolute;
  content: '';
  background: rgba(34,34,34,0.5);
  width: 8px;
  height: 8px;
  right: 0px;
  bottom: 0px;
}

.banner-section .content-box .btn-box .call-now .inner i{
  position: absolute;
  left: 5px;
  top: 0px;
  color: #222222;
  font-size: 100px;
  font-weight: 400;
}

.banner-section .content-box .btn-box .call-now .inner span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  font-weight: 400;
}

.banner-section .content-box .btn-box .call-now .inner h3{
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.banner-section .content-box .btn-box .call-now .inner h3 a{
  display: inline-block;
  color: #222;
}

.banner-section .content-box .btn-box .call-now .inner h3 a:hover{
  text-decoration: underline;
}


/** service-form-section **/


/** feature-section **/

.feature-section{
  position: relative;
  padding: 115px 0px 130px 0px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 50px 0px 60px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  padding-bottom: 51px;
  margin-bottom: -51px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box{
  border-color: #20445a;
}

.feature-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  color: #fff;
  background: #20445a;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box .icon:before{
  transform: scale(1,1);
}

.feature-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 14px;
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 100px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-bottom: 48px;
  margin-right: 70px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  padding: 10px;
}

.image_block_1 .image-box .image-1{
  position: relative;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  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);
}

.image_block_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_1 .image-box .image-content{
  position: absolute;
  display: flex;
  align-items: center;
  left: -80px;
  top: 100px;
  background: #fff;
  width: 320px;
  padding: 17px 20px 23px 30px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
}

.image_block_1 .image-box .image-content h2{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-right: 15px;
}

.image_block_1 .image-box .image-content h3{
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.content_block_1 .content-box .text h3{
  font-size: 24px;
  line-height: 32px;
  color: #20445a;
  font-weight: 500;
  margin-bottom: 25px;
  padding-left: 46px;
}

.content_block_1 .content-box .text .quote{
  position: absolute;
  width: 28px;
  height: 19px;
  left: 0px;
  top: 9px;
  background-repeat: no-repeat;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
  margin-top: 11px;
}

.bg-color-1{
  background: #20445a;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.service-section .title-inner{
  position: relative;
  display: flex;
  align-items: center;
}

.service-section .title-inner .sec-title,
.service-section .title-inner .text{
  width: 50%;
  position: relative;
  float: left;
}

.service-section .title-inner .sec-title{
  padding-right: 25px;
}

.service-section .title-inner .text{
  padding-left: 25px;
  max-width: 450px;
}

.service-section .title-inner .text p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #183445;
  margin-bottom: 68px;
  margin-top: 68px;
}

.service-block-one .inner-box .lower-content{
  position: relative;
  display: block;
}

.service-block-one .inner-box .lower-content .icon-box{
  position: absolute;
  left: 40px;
  top: -88px;
  width: 116px;
  height: 116px;
  line-height: 116px;
  padding: 8px;
  border: 1px dashed #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box{
  background: #183445;
  border: 1px solid #183445;
}

.service-block-one .inner-box .lower-content .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  font-size: 80px;
  color: #2c3345;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content .icon-box .icon:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .icon-box .icon:before{
  transform: scale(1,1);
}

.service-block-one .inner-box:hover .lower-content .icon-box .icon{
  color: #fff;
}

.service-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  background-color: #183445;
  padding: 57px 40px 42px 40px;
  z-index: 1;
}

.service-block-one .inner-box .lower-content .text h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-block-one .inner-box .lower-content .text h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-one .inner-box .lower-content .text h3 a:hover{

}

.service-block-one .inner-box .lower-content .text p{
  color: rgba(255,255,255,0.5);
}

.service-section .sec-title{
  margin-bottom: 0px;
}

.service-section .title-inner{
  margin-bottom: 55px;
}

.cta-text p{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 6px;
}

.cta-text h3{
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
}

.cta-text h3 a{
  display: inline-block;
}

.cta-text h3 a:hover{
  color: #fff;
  border-color: #fff;
}

.cta-text h3 i{
  font-size: 80px;
  position: relative;
  top: 26px;
  margin: 0px -15px;
  line-height: 1px;
}

.service-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 123px 0px 45px 0px;
}

.chooseus-section .icon-layer{
  position: absolute;
  top: 10px;
  right: 25px;
}

.content_block_2 .content-box{
  position: relative;
  max-width: 300px;
}

.content_block_2 .content-box .inner-box{
  position: relative;
  width: 100%;
  padding: 225px 35px 45px 35px;
}

.content_block_2 .content-box .inner-box .text{
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 25px 40px 25px;
  text-align: center;
  box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 0.35);
}

.content_block_2 .content-box .inner-box .text h2{
  position: relative;
  display: inline-block;
  font-size: 106px;
  font-weight: 700;
  width: 170px;
  height: 170px;
  line-height: 160px;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #24485e;
  margin-bottom: 20px;
}

.content_block_2 .content-box .inner-box .text h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.chooseus-block-one{
  position: relative;
  max-width: 220px;
  margin: 0 auto;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.chooseus-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 155px;
  line-height: 155px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 29px;
  z-index: 1;
}

.chooseus-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #20445a;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box:before{
  height: 100%;
}

.chooseus-block-one .inner-box .icon-box img{
  min-height: 64px;
}

.chooseus-block-one .inner-box .icon-box .icon-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.chooseus-block-one .inner-box .icon-box .icon-shape:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 0px;
}

.chooseus-block-one .inner-box .icon-box .icon-shape:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 0px;
  bottom: 0px;
}

.chooseus-block-one .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.chooseus-section .sec-title{
  margin-bottom: 55px;
}

.bg-color-2{
  background: #f1f7fb;
}


/** project-section **/


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 123px 0px 100px 0px;
}

.testimonial-section .title-inner{
  position: relative;
  z-index: 1;
}

.testimonial-section .title-inner .text p{
  margin-bottom: 30px;
}

.testimonial-section .two-column-carousel{
  margin: 15px 0px 0px 15px;
}

.testimonial-section .title-inner .text a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #20445a;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 24px;
  text-align: center;
}

.testimonial-section .title-inner .text a:hover{

}

.testimonial-section .testimonial-inner{
  position: relative;
  margin-top: 37px;
  overflow: hidden;
  padding-right: 30px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  display: block;
  padding: 55px 45px 61px 41px;
  border: 4px solid #1f445a;
  border-radius: 0px 90px 0px 90px;
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .text .icon-1{
  position: absolute;
  display: inline-block;
  left: -19px;
  top: -22px;
  width: 51px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
}

.testimonial-block-one .inner-box .text .icon-2{
  position: absolute;
  display: inline-block;
  right: -22px;
  bottom: -15px;
  width: 51px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
}

.testimonial-block-one .inner-box .text img{
  display: inline-block;
}

.testimonial-block-one .inner-box .text p{
  font-size: 18px;
  line-height: 28px;
  color: #222;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  padding: 0px 0px 0px 65px;
  margin-left: 45px;
}

.testimonial-block-one .inner-box .author-box h4{
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.testimonial-block-one .inner-box .author-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  float: left;
  margin-right: 3px;
}

.testimonial-block-one .inner-box .author-box .rating li:last-child{
  margin: 0px !important;
  color: #c1c1c1;
}


/** funfact-section **/


/** contact-info-section **/

.contact-info-section{
  position: relative;
}

.contact-info-section .info-inner{
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f7fb;
  margin-top: -90px;
  margin-bottom: 28px;
  z-index: 1;
}

.content_block_3 .content-box{
  position: relative;
  padding: 78px 40px 56px 70px;
}

.content_block_3 .content-box .text p{
  margin-bottom: 34px;
}

.content_block_3 .content-box .text .location-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  font-size: 16px;
  color: #222;
  padding-left: 27px;
  margin-bottom: 8px;
}

.content_block_3 .content-box .text .location-list li:before{
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 8px;
}

.content_block_3 .content-box .icon-layer{
  position: absolute;
  right: -60px;
  bottom: 15px;
}


/** news-section **/


/** cta-section **/

.cta-section{
  position: relative;
  padding: 50px 0px;
  background-color: #20445a;
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.cta-section .inner-box .text h2{
  display: block;
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  font-weight: 600;
}

.cta-section .inner-box .btn-box a.call{
  position: relative;
  display: inline-block;
  padding: 20px 20px 18px 68px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 15px;
}

.cta-section .inner-box .btn-box a.call:hover{

}

.cta-section .inner-box .btn-box a.call i{
  position: absolute;
  left: 9px;
  top: -6px;
  font-size: 80px;
  color: #fff;
}

.cta-section .inner-box .btn-box a{
  position: relative;
  float: left;
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #0e1e28;
}

.main-footer .footer-bottom{
  position: relative;
  width: 100%;
  background: #0a1820;
  padding: 36px 0px;
}

.main-footer .footer-bottom .copyright p{
  font-size: 16px;
  color: rgba(255,255,255,0.4);
}

.main-footer .footer-bottom .copyright p a{
  position: relative;
  display: inline-block;
  color: rgba(255,255,255,0.4);
  line-height: 16px;
  padding-left: 17px;
}

.main-footer .footer-bottom .copyright p a span{
  display: inline-block;
  line-height: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.main-footer .footer-bottom .copyright p a:before{
  position: absolute;
  content: '';
  background: #858c90;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 5px;
}

.main-footer .footer-bottom .copyright p a:hover{

}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/


/** banner-style-two **/


/** feature-style-two **/


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 155px 0px 45px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  padding-bottom: 63px;
  padding-right: 27px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  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);
}

.image_block_2 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.image_block_2 .image-box .single-box{
  position: absolute;
  left: -80px;
  background: #fff;
  width: 225px;
  padding: 28px 25px 25px 35px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.image_block_2 .image-box .content-one{
  top: 120px;
}

.image_block_2 .image-box .content-two{
  bottom: 120px;
}

.image_block_2 .image-box .single-box h2{
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 48px;
  line-height: 50px;
  color: #20445a;
  font-weight: 600;
/*  margin-bottom: 14px;*/
}

.image_block_2 .image-box .single-box h2 i{
  position: relative;
  left: -86px;
  top: -3px;
  font-size: 54px;
}

.image_block_2 .image-box .single-box p{
     display: inline-block;
    position: absolute;
    left: 84px;
    top: 32px;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    font-weight: 500;
}

.image_block_2 .image-box .content-three{
  position: absolute;
  right: -190px;
  bottom: 0px;
  background: #fff;
  padding-left: 152px;
  width: 380px;
  min-height: 140px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.image_block_2 .image-box .content-three .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 27px 0px 10px 10px;
  text-align: center;
  width: 150px;
}

.image_block_2 .image-box .content-three .text{
  position: relative;
}

.image_block_2 .image-box .content-three .icon-box i.icon{
  position: relative;
  display: inline-block;
  font-size: 120px;
  line-height: 60px;
  color: #444444;
  margin-bottom: 0px;
}

.image_block_2 .image-box .content-three .icon-box ul li{
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  margin: 0px -3px;
}

.image_block_2 .image-box .content-three .icon-box ul{
  position: relative;
  top: -9px;
}

.image_block_2 .image-box .content-three .text{
  position: relative;
  padding: 25px 10px 22px 20px;
}

.image_block_2 .image-box .content-three .text h3{
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

.content_block_5 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.content_block_5 .content-box .text p{
  margin-bottom: 33px;
}

.content_block_5 .content-box .text .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  padding-left: 28px;
  margin-bottom: 11px;
}

.content_block_5 .content-box .text .list li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .text .list li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.content_block_5 .content-box .btn-box{
  position: relative;
  display: block;
  padding-left: 180px;
}

.content_block_5 .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 39px 20px 50px;
}

.content_block_5 .content-box .btn-box a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 32px;
  top: 28px;
}

.content_block_5 .content-box .btn-box a:hover{
  color: #fff;
}

.about-style-two .other-text{
  position: relative;
  display: block;
  margin-top: 105px;
}

.about-style-two .other-text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.about-style-two .other-text h3:before,
.about-style-two .other-text h3:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 230px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.about-style-two .other-text h3:before{
  left: 0px;
}

.about-style-two .other-text h3:after{
  right: 0px;
}


.scroll-btn{
  font-size:5rem;
  color:rgb(255, 255, 255);
  cursor:pointer;
  position: absolute;
  bottom:100px;
  right:20px;
  z-index: 1000;
}
.scroll-btn a {
  position:fixed;
  bottom:80px;
  right:30px;
  font-size:3rem;
} 
.orange {
  color:#f36827 ;
}
span.clr {
  color: #66dce9;
}