/* use font link */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* use style sheet */

@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);
@import url(../css/owl.css);

/*** 
====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#666666;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'PT Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 15px;
  font-family: 'Poppins',sans-serif;
  line-height: 26px;
  font-weight: 400;
  cursor:pointer;
  color:#999999;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #164871;
}

input,button,select,textarea{
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  color: #222;
  transition: all 500ms ease;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  color: #222;
  transition: all 500ms ease;
}

h2{
  font-size: 36px;
  line-height: 44px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

h5{
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}


h3 a{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
} 

h4 a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

h5 a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h3 a:hover,
h4 a:hover,
h5 a:hover{
  color: #164871;
}

.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
img{
  display: inline-block;
  max-width: 80%;
  height: auto;
}

figure{
  margin: 0px;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(18, 128, 180, 0.25),
        0 0 0 20px rgba(18, 128, 180, 0.40);
    }
}

/* ==== 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;
}

.main-header.style-six .header-top {
    position: relative;
    background: linear-gradient(to right, #726144, #b89e72);
    padding: 2.5px 0px;
    box-shadow: none;
}

.table .thead-dark {background: linear-gradient(to right, #726144, #b89e72);}
.table .thead-dark th {background: transparent;}

.header-style-two .header-top .left-column {
    position: relative;
    float: left;
}

.header-style-two .header-top .left-column li {
    position: relative;
    float: left;
    padding: 0px 0px 0px 25px;
    margin: 11px 16px 0px 18px;
    font-size: 16px;
    color: #726144 ;
}

.main-header.style-six .header-top .left-column li {color: #ffffff;}

.main-header.style-six .header-top .left-column li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 18px;
    left: -18px;
    top: 6px;
}

.main-header.style-three .header-top .left-column li:first-child a {
    font-weight: 700;
}

.main-header.style-six .header-top .left-column li a {
    color: #fff;
}

.main-header.style-three .header-top .left-column li a {
    font-family: 'PT Sans', sans-serif;
}

.main-header.style-six .header-top .left-column li a:hover {
    color: #726144 ;
}

.header-style-two .header-top .right-column {
    position: relative;
    float: right;
}

.header-style-two .header-top .right-column ul {
    position: relative;
    float: left;
}

.main-header.style-six .header-top .social li {
    margin: 0px;
    padding: 0px 20px; position: relative; float: left;
}

.main-header.style-six .header-top .social li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 18px;
    right: 0px;
    top: 12px;
}

.main-header.style-six .header-top .social li:first-child:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 18px;
    left: 0px;
    top: 12px;
}

.main-header.style-six .header-top .social li a {
    width: auto;
    height: auto;
    background: transparent !important;
    color: #fff; line-height: 45px; border-radius: 50%;position: relative;
    display: inline-block;
    font-size: 14px; text-align: center;
}

.main-header.style-six .header-top .social li a:hover {
    color: #726144 ;
}

.header-bottom {
    position: relative;
    background: transparent;
    left: 0px;
    bottom: 0px;
    width: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.header-bottom .nav-outer {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0 0px 0px 0px;
}

.header-bottom .logo-outer {position: relative;
    float: left;
    padding: 8px 0px 8px 0px;
}

.logo-box {width: 80px;}

.header-bottom .menu-area {
    position: relative;
    float: right;
}

.navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin: 0px 19px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    line-height: 26px;
    font-weight: 500;
    opacity: 1;
    text-transform: uppercase;
    padding: 31px 0px 29px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.style-six .main-menu .navigation > li > a {
    text-transform: capitalize;
    padding: 20px 0px;
    color: #222;
}

.header-bottom .outer-box {
    position: relative;
    padding: 30px 0px 0px 15px;
    float: left;
}

.main-header .header-bottom .outer-box .btn-box {
    position: relative;
    display: inline-block;
    margin-left: 54px;
}

.main-header.style-six .header-bottom .outer-box .btn-box {
    margin-left: 41px;
}

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 28px;
    background: #726144 ;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.theme-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #164871;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.theme-btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.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;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #ffffff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  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;
}

.sticky-header .logo-box {
    position: relative;
    float: left;
    margin-top: 10px; width: 48px;
}

.sticky-header .menu-area {
    position: relative;
    float: right;
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.sticky-header .main-menu .navigation > li {
    margin: 0px !important;
}

.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
    background: #164871;
    color: #ffffff;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 14px 30px 16px 30px !important;
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #164871;
  transition: 1s ease;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.main-slider.style-five{
    max-width: 100%;
    max-height:40%;
    position: relative;
    margin: auto;
}

.main-slider.style-five .slide{
  padding: 117px 0px 204px 0px;
}
.main-slider .slide:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2%;
    background: -webkit-linear-gradient(0deg, rgba(20, 67, 123, 1) 10%, rgba(255, 255, 255, 0.0) 100%);
    left: 0px;
    top: 0px;
    right: 0px;
}

.main-slider.style-five .slide:before{
  background: rgba(0,0,0,0.5);
}

.main-slider.style-five .content h6{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 7px;
}

.main-slider h1 {
    position: relative;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    line-height: 55px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 14px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.main-slider.style-five .content h1{
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 12px;
}

.main-slider.style-five .content .text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 41px;
}

.main-slider.style-five .content .slider-btn .theme-btn.style-three:before{
  display: none;
}

.main-slider.style-five .content .slider-btn .theme-btn{
  font-size: 17px;
  font-weight: 500;
  padding: 15px 32px;
}

.main-slider.style-five .content .slider-btn .theme-btn.style-three{
  margin-right: 5px;
}

.main-slider.style-five .owl-dots{
  position: relative;
  top: -100px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  right: 0px;
  transform: translateY(0px);
  margin-top: -26px;
  text-align: left;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot{
  display: inline-block;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot span:before{
  display: none;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot span{
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #fff;
  border: none;
  margin: 0px 0px;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot.active span,
.main-slider.style-five .owl-theme .owl-dots .owl-dot span:hover{
  background: #726144 ;
}

/*=== counter ===*/
/** fact-counter **/

.fact-counter{
  position: relative;
  width: 100%;
  padding: 83px 0px 84px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.fact-counter:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.counter-block-one{
  position: relative;
  max-width: 170px;
  margin: 0 auto;
}

.counter-block-one .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 55px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.counter-block-one .count-outer{
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.counter-block-one .count-outer:before{
  position: absolute;
  content: '';
  background: #164871;
  width: 30px;
  height: 3px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.counter-block-one:hover .count-outer:before{
  width: 40px;
}

.counter-block-one .text{
  position: relative;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}

/** call-to-action **/

.call-to-action{
  position: relative;
  width: 100%;
  padding: 63px 0px 69px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.call-to-action:before{
  position: absolute;
  content: '';
  background: linear-gradient(to right, #726144, #b89e72);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.call-to-action .call-content{
  position: relative;
  float: left;
  padding: 3px 0px 0px 65px;
}

.call-to-action .call-content .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
}

.call-to-action .call-content .icon-box i{
  position: relative;
  font-size: 60px;
  color: #ffffff;
}

.call-to-action .call-content .title{
  position: relative;
  font-size: 30px;
  line-height: 38px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1px;
}

.call-to-action .call-content .title a{
  font-size: 30px;
  line-height: 38px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.call-to-action .call-content .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.call-to-action .inner-content .link{
  position: relative;
  float: right;
  margin-top: 7px;
}

.call-to-action .inner-content .link .btn-style-one{
  padding: 15px 30px;
}

.call-to-action .inner-content .link .btn-style-one:hover{
  background: #ffffff;
  color: #164871;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 22px;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    border: 2px solid #ffffff;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.about-style-four {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 60px 0px;
}

.about-style-four .image-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.bg-gray {background-color: #f3f5f9;}
.about-style-four .upper-box, .upper-box {
    position: relative;
    display: block;
    background: linear-gradient(to right, #726144, #b89e72);
    margin-bottom: 60px; border-radius: 5px;
}

.about-style-four .upper-boxb {
  background: linear-gradient(to right, #164871, #508cbc);
}

.text-white.upper-box.py-5 {display: flex; margin: 0;}

.about-style-four .upper-box .image-box {
    position: relative;
    display: block;
}

.about-style-four .upper-box .image-box img {
    width: 100%;
}

.about-style-four .upper-box .content-box {
    position: relative;
    display: block;
    margin-left: 30px;
    padding-right: 60px;
}

.service {padding: 60px 0;}
.about-style-four .upper-box .content-box .title-box, .title-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-style-four .upper-box .content-box .title-box h2, .title-box h2 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600; color: #fff;
    margin-bottom: 0px;
}

.about-style-four .upper-box .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.about-style-four .upper-box .content-box .text p {
    margin: 0px; text-align: justify; color: #fff;
}

.about-style-four .upper-box .content-box .text.abttxt p {font-size: 15px;}

.about-style-four .feature-box .feature-column {
    position: relative;
}

.about-style-four {margin-bottom: 20px;}

.about-style-four .feature-box .feature-block {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.service .inner .single-item{
  position: relative;
  display: block;
  background: #f3f5f9;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #164871;
  padding: 42px 20px 33px 20px;
  transition: all 900ms ease;
}

.service .inner .single-item:hover{
  border-color: #726144 ;
}

.service .inner .single-item:before{
  position: absolute;
  content: '';
  background: #726144 ;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.service .inner .single-item:hover:before{
  height: 100%;
  opacity: 1;
  top: 0px;
}

.service .inner .single-item:after{
  position: absolute;
  content: '';
  background: #726144 ;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.service .inner .single-item:hover:after{
  background: #fff;
}

.service .inner .single-item .icon-box{
  position: relative;
  margin-bottom: 23px;
}

.service .inner .single-item .icon-box i:before{
  font-size: 70px;
  line-height: 70px;
  margin: 0px;
  color: transparent !important;
  background: linear-gradient(to right, #726144, #b89e72);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}

.service .inner .single-item:hover .icon-box i:before{
  background: -webkit-linear-gradient(-90deg, #fff, #fff 100%);
}

.service .inner .single-item:hover h3{
  color:#fff;
}


.main-header.style-six .main-menu .navigation > li::after {
      content: '';
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 0%;
      height: 2px;
      background-color: #164871;
      transition: width 0.3s ease-in-out;
    }

    .main-slider.style-five .content.about h6 {font-size: xx-large;}

    .main-header.style-six .main-menu .navigation > li:hover::after {
      width: 100%;
    }

.about-style-four .feature-box .feature-block .icon-box {
    position: relative;
    display: inline-block;
    color: #164871;
    margin-bottom: 35px;
}

.about-style-four .feature-box .feature-block .icon-box i:before {
    font-size: 70px;
    line-height: 70px;
    margin: 0px; color: transparent !important;
    background: linear-gradient(to right, #726144, #b89e72);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.about-style-four .feature-box .feature-block h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 11px;
}

.project-section {
    position: relative;
    padding: 60px 0px;
}

.centred {
    text-align: center;
}

.project-section .title-box {
    position: relative;
    display: block;
    margin-bottom: 44px;
}

.project-section.alternet-2 .title-box h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600; color: #164871;
}

.project-section .masonry-item {
    padding: 0px 0px;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
}

figure {
    margin: 0px;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
   
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
}

.project-block-one .inner-box .content-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
  
    padding: 15px 15px;
}

.project-block-one .inner-box .content-box .view-btn {
    position: relative;
    margin-bottom: 33px;
    transform: translateY(-15px);
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .view-btn{
  transform: translateY(0px);
}

.project-block-one .inner-box .content-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #164871;
    opacity: 0;
}

.project-section.alternet-2 .project-block-one .inner-box .content-box .view-btn a {
    color: #726144 ;
}

.project-block-one .inner-box .content-box .view-btn a:hover{
  color: #fff;
}

.project-block-one .inner-box:hover .content-box .view-btn a{
  opacity: 1;
}

.main-footer {
    position: relative;
    background: #03131a;
    color: #999999;
}

.footer-top {
    position: relative;
    padding: 110px 0px 93px 0px;
}
.footer-top .logo-widget {
    position: relative;
    margin-top: -8px;
}

.footer-top .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 32px;
}

.footer-logo {    width: 70px;
    text-align: center;
    margin: 0 auto;}
.owl-theme .owl-controls {display: none;}
.footer-top .logo-widget .text {
    margin-bottom: 23px;
}
.footer-top .logo-widget .info-box {
    position: relative;
    margin-bottom: 24px;
}
.footer-top .logo-widget .info-box li {
    position: relative;
    display: block;
    margin-bottom: 1px;
}
.footer-top .logo-widget .info-box li a, .footer-top .logo-widget .address {
    color: #cccccc;
}

.main-footer.home-6 .footer-top .logo-widget .info-box li a:hover, .main-footer.home-6 .footer-top .service-widget .service-list li a:hover {
    color: #726144 ;
}
.footer-top .logo-widget .info-box li a, .footer-top .logo-widget .address {
    color: #cccccc;
}

.footer-top .logo-widget .address {
    line-height: 24px;
}

.footer-top .service-widget {
    margin-left: 27px;
}

.footer-top .footer-title h4 {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    padding-top: 9px;
    margin-bottom: 24px;
}
.footer-top .footer-title h4:before {
    position: absolute;
    content: '';
    background: #164871;
    width: 15px;
    height: 3px;
    left: 0px;
    top: 0px;
}
.footer-top .service-widget .service-list li {
    position: relative;
    display: block;
    padding: 0px 0px 0px 23px;
    margin-bottom: 4px;
}
.main-footer.home-6 .footer-top .service-widget .service-list li {
    padding-left: 0px;
}
.footer-top .service-widget .service-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #999999;
}
.footer-top .newsletter-widget .newsletter-form .form-group {
    position: relative;
    margin-bottom: 40px;
}
.footer-top .newsletter-widget .newsletter-form .form-group input[type='email'] {
    width: 100%;
    height: 52px;
    background: #ffffff;
    padding: 10px 50px 10px 20px;
    border: 2px solid #ffffff;
    transition: all 500ms ease;
}
.footer-top .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 15px;
    right: 21px;
    background: transparent;
    font-size: 18px;
    color: #164871;
    cursor: pointer;
    transition: all 500ms ease;
}
.main-footer.alternet-2 .footer-top .newsletter-widget .newsletter-form .form-group button {
    color: #222;
}

.main-footer.home-6 .footer-top .newsletter-widget .newsletter-form .form-group button:hover {
    color: #726144  !important;
}

.footer-top .newsletter-widget .footer-social li{
  position: relative;
  float: left;
  margin-right: 4px;
}

.footer-top .newsletter-widget .footer-social li:last-child{
  margin-right: 0px;
}

.footer-top .newsletter-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #27343a;
}

.footer-top .newsletter-widget .footer-social li a:hover{
  background: #164871;
}

.main-footer .footer-bottom{
  position: relative;
  padding: 41px 0px 45px 0px;
  border-top: 1px solid #252c2e;
}

.mdpic {width: 160px;}
.list p, .services-section ul li {position: relative;
    display: block;
    padding: 0px 0px 0px 24px;
    margin-bottom: 8px;
}

.list p::before, .services-section ul li::before {
    position: absolute;
    content: "\f00c";
    font-size: 14px;
    color: #fff;
    top: 1px;
    left: 0px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.services-section .bg-gray ul li::before {color:inherit}
.em {color: #fff; margin-top: 30px; float: left; width: 100%;}
.em h4, .em h2 {color: #fff;}
/*=== service ===== */
.service-style-two {
    position: relative;
    padding: 100px 0px 80px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.service-block-one {
    position: relative;
    background: #ffffff;
    transition: all 500ms ease;
}

.service-style-two .service-block-one {
    margin-bottom: 50px;
}

.overlay-box .image-box {
    position: relative;
    overflow: hidden;
}

.overlay-box .image-box img {
    width: 100%;
}

.service-block-one .lower-content {
    padding: 43px 30px 49px 45px;
    border: 1px solid #eeeeee;
    border-top: none;
}

.service-block-one .lower-content h3 {
    display: inline-block;
    margin-bottom: 14px;
}

.service-block-one .lower-content .text {
    position: relative;
    margin-bottom: 36px;
}

.service-column .list p::before {color: #164871;}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 12px 32px;
    background: #f7f7f7;
    color: #222;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.service-block-one .lower-content {min-height: 488px;}
.service-style-two .service-block-one:hover {
    box-shadow: 0 5px 20px #eeeeee;
}
.btn-style-two:hover {
    background: #164871;
    color: #ffffff;
}
.modal-body .list p::before {color: #164871;}


.contact-section{
  position: relative;
}

.contact-section .title-box .title h2, .training .title-box .title h2, .service .title-box h2{
  position: relative;
  display: block;
  line-height: 46px;
  padding-top: 25px;
  color: #164871; 
}

.contact-section .title-box .title p, .training .title-box .title p, .service .title-box p { margin-bottom: 58px;}

.contact-section .title-box .title h2 span,.training .title-box .title h2 span, .service .title-box h2 span {
  font-weight: 500;
}

.contact-section .title-box .title h2:before, .training .title-box .title h2:before, .service .title-box h2:before{
  position: absolute;
  content: '';
  background: #164871;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}

.contact-section .contact-info{
  position: relative;
  background: #164871;
  color: #ffffff;
  padding: 45px 30px 50px 46px;
}

.contact-section .contact-info .title h3{
  position: relative;
  display: block;
  color: #ffffff;
  padding-top: 11px;
  margin-bottom: 26px;
}

.contact-section .contact-info .title h3:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.contact-section .contact-info .single-info h5{
  color: #ffffff;
  line-height: 25px;
}

.contact-section .contact-info .single-info .text a{
  color: #fff;
}

.contact-section .contact-info .single-info{
  margin-bottom: 25px;
}

.contact-section .contact-info .social li{
  position: relative;
  float: left;
  margin-right: 4px;
}

.contact-section .contact-info .social li:last-child{
  margin-right: 0px;
}

.contact-section .contact-info .social li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #726144 ;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  text-align: center;
}

.contact-section .contact-info .social li a:hover{
  background: #726144 ;
  color: #ffffff;
}

.contact-section .contact-info .info-box{
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.contact-section .contact-form-area .form-group{
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .contact-form-area .form-group input[type='text'],
.contact-section .contact-form-area .form-group input[type='email'],
.contact-section .contact-form-area .form-group textarea{
  width: 100%;
  height: 62px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 15px 20px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group textarea{
  height: 148px;
  resize: none;
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus{
  border: 1px solid #164871;
}

.contact-section .contact-form-area .form-group button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #726144 ;
  border: 2px solid #726144 ;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  padding: 13px 45px 12px 45px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group button:hover{
  background: #164871;
  border: 2px solid #164871;
  color: #ffffff;
}

.contact-section .contact-form-area .form-group .contact-btn{
  position: relative;
  float: right;
  padding-top: 4px;
}

/** google-map-section **/

.google-map-section{
  position: relative;
}

#contact-google-map{
  position: relative;
  width: 100%;
  height: 400px;
}
.sec-pad {
    padding: 100px 0px;
}
.ee {background: #726144; text-align: center;}
.tt {background: #164871; text-align: center;}
/* .upper-box.md {background: linear-gradient(270deg, rgb(0, 0, 255) 0%, rgb(252, 0, 0) 100%);} */
.upper-box.md {background: linear-gradient(270deg, rgb(0, 0, 255) 0%, rgb(252, 0, 0) 100%);}
.industries ul li {width:20%; text-align: center; color: #fff; float: left; font-size: 40px;}
.industries p {color: #fff; text-align: center; font-size: 20px; margin-top: 10px;}
.industries .layer {background-color: #000; opacity: 0.7;}
.gal .project-block-one .inner-box .content-box .view-btn {margin-bottom: 0; text-align: center; color: #ccc;}
.industries.service .title-box h2:before {background: #fff;}
.trusted.container-fluid {padding-left: 15px; padding-right: 15px;}
.ee h3, .tt h3{color: #fff; font-size: 30px; margin-bottom: 20px; margin-top: 15px;}
.ee p, .tt p {color: #fff; font-size: 15px; padding: 0 30px;}
.gal img {width:200px; height: 134px;}
@media only screen and (max-width: 1799px) {
    .about-style-four .image-layer {
        display: none;
    }
}


@media only screen and (max-width:756px) {
  .header-top .right-column.clearfix, .header-bottom { display: none;}
  .header-style-two .header-top .left-column li {margin: 0; font-size: 12px;}
  .header-style-two .header-top .left-column li a {font-size: 12px;}
  .about-style-four .upper-box .content-box .title-box h2, .title-box h2 {font-size: 24px; line-height: 24px;}
  .main-header.style-six .header-top .left-column li:before {left: 8px;}
  .navbar-header {display: block; height: 0;}
  .sticky-header {opacity: 1; display: block; visibility: visible; position: relative; top: 11px; padding-bottom: 5px;}
  .navbar-toggler {background: #726144; position: relative; right: -280px; top: -46px;}
  .navbar-toggler.collapsed {right: 0; top: 0;}
  .sticky-header .logo-box {margin-top: 0;}
  .owl-carousel .owl-item {height: 100% !important;}
  .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
  .main-slider.style-five .content h1 {font-size: 24px; line-height: 30px; margin-bottom: 6px;}
  .main-slider.style-five .content .text {font-size: 14px; line-height: 22px; margin-bottom: 20px;}
  .main-slider.style-five .content .slider-btn .theme-btn {font-size: 14px; padding: 8px 24px;}
  .main-slider.style-five .slide {padding: 60px 0px 60px 0px;}
  .about-style-four {padding: 60px 0px 40px 0px;}
  .about-style-four .upper-box .content-box .title-box, .title-box {margin-top: 10px;}
  .call-to-action .call-content .title {font-size: 18px;}
  .project-section.alternet-2 .title-box h2 {font-size: 30px; line-height: 40px;}
  .footer-column {margin-bottom: 10px;}
  .sticky-header .main-menu .navigation > li > a {padding: 8px 27px 8px 5px !important; border-bottom: 1px solid #f5f5f5;}
  .footer-top .service-widget {margin-left: 0;}
  .counter-block-one .count-outer span {font-size: 30px; line-height: 40px;}
  .counter-block-one .text {font-size: 14px;}
  .counter-column.col-6 {margin-bottom: 20px;}
  .fact-counter {padding: 30px 0px 35px 0px;}
  .industries p {font-size: 12px; margin-bottom: 25px; line-height: 18px;}
  .form-column {margin-top: 15px;}
  .main-slider.style-five .content.about h6 {font-size: 24px;}
  .about-style-four .upper-box .content-box {margin-left: 15px; padding-right: 15px;}
  .main-menu .navigation > li {width: 100%;}
  .order-md-1.pt-4.gal .row {padding: 0; }
  .order-md-1.pt-4.gal .row .masonry-item {padding: 0.5rem; }
  .bg-gray .col-md-8 {margin-left: -15px; margin-right: -15px;}
}

.upper-box .gal .row {margin:0;}


