body{
margin: 0px;
font-family: 'Bai Jamjuree', sans-serif !important;
overflow-x:hidden ;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #b88f5d #000000;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #b88f5d;
    border-radius: 0px;
    border: 0px solid #000000;
  }


::-moz-selection { /* Code for Firefox */
  color: black;
  background: #B88F5D;
}

::selection {
  color: black;
  background: #B88F5D;
}
.fade:not(.show) {
    opacity: 1 !important;
}
.modal-backdrop.in{
    background-color:transparent !important;
}
.header{
    float: left;
    width:100%;
    z-index: 99;
    position: relative;

  }


.logo{float: left;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
  
}
.header_menu_area > .mob_nav {
    display: none; 
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 11px;
    float: right;
    padding-top: 16px;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
      
.header_menu_area > ul > li > a:hover {
          color: #b88f5d;
          /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
  
  color: #ffffff !important;
  
  /* border-bottom: solid 4px #0f703a; */
}




@media (max-width: 1200px) {

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}


.header_menu_area {
    position: inherit; 
}

.header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
       margin: 35px 19px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 

}

.header_menu_area > .mob_nav > div {
    background: #b88f5d;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px; 
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px; 
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    background: #b88f5d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #b88f5d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    
    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 161px;
}

.header_menu_area > ul > li {
      width: 100%; 
}

.header_menu_area > ul > li > a {
        color: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        
}

.header_menu_area > ul > li > a::after {
    width: 0px;
    height: 100%!important;
    background: red; 
}

.header_menu_area > ul > li > a:hover::after {
    width: 4px; 
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
} 
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    width: auto;
    float: left;
    /* margin: 0 9px; */
    position: relative;
    font-size: 14px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px !important;
    padding: 18px 15px 18px 15px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: black;
    color: #b88f5d;
    text-decoration: none;
    transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 61px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 15px 10px;
    display: block;
    color: #ffffff;
    background: #000;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}

.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid #b88f5d;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #b88f5d;
    border-width: 6px;
    margin-left: -6px;
}

.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
    
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate( 
319deg);
}



.banner {
    float: left;
    width: 100%;
    height: 793px;
    background-image: url(../images/home.svg);
    background-size: cover;
}

.banner h1 {
    font-weight: 600;
    font-size: 70px;
    float: left;
    color: white;
    padding-top: 224px;
    width: 100%;
    margin-bottom: 0px;
}
.banner p {
    font-weight: 400;
    font-size: 14px;
    float: left;
    color: white;
    margin-top: 16px;
    line-height: 26px;
}

.hmenu{
float: right;
}
.hmenu img{
margin-top: 32px;
float: right;
}
.line {
    float: left;
    color: #302d2d;
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    z-index: 9;
}

.content1{float: left;width: 100%;background-image: url(../images/home2.svg);background-size: cover;padding-bottom:50px;margin-top: -219px;}

.home2 h2 {
    font-weight: 500;
    font-size: 55px;
    float: left;
    color: white;
    padding-top: 30px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 66px;
}
.home2 p {
    font-weight: 400;
    font-size: 15px;
    float: left;
    color: white;
    margin-top: 30px;
    line-height: 26px;
}
.rounded img {
    float: right;
    margin-top: -391px;
    position: relative;
    z-index: 11;
}






.b2h1{
float: right;
width: 100%;
}

.b2h1 img {
    float: right;
    margin-right: 0px;
    margin-top: 28px;
    border-radius: 10px;
}

.content-round{
   float:left;
   width:100%;
}
.b2h1{
float: left;
}

.b2h1 a {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #6c6c6c;
    margin-left: 31px;
    margin-top: 65px;
}

.b2h1 a:hover{
text-decoration: none;    
color:#B88F5D;
transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
}

.visionbox {
    float: left;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 60px;
    padding: 36px 30px;
}

.vision{
float: left;
width: 100%;
}

.vision h2{
float: left;
width: 100%;
font-size: 25px;
line-height: 31px;
font-weight: 600;
}

.vision img{
float: left;
margin-top: 10px;
width: 60px;
height: 60px;
}

.vision h3 {
    float: right;
    font-size: 45px;
    font-weight: 300;
    color: #dcdcdc;
    padding-top: 26px;
    margin-bottom: 0px;
    padding-right: 25px;
}


.vision{
    position:relative;
    /* width:50px; */
    height: 150px;
    /* background-color: hsla(39, 100%, 2%, 0.23); */
    /* border: 1px solid hsla(39, 100%, 2%, 0.36); */
    overflow:hidden;
}
.vision:hover >.sub{
    bottom:0;
}
.sub{
    position:absolute;
    bottom:-50px;
    background-color: blue;
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
}

.c1h{
float: left;
width: 100%;
}
.c1h h2{
width: 100%;
float: left;
text-align: center;
font-size: 14px;
font-weight: 500;
line-height: 25px;
color: #d1d1d1;
padding-top: 50px;
}

.content2{
float: left;
width: 100%;
background-color: white;
padding-top: 80px;
padding-bottom: 80px;
}

.c2h{
float: left;
width: 100%;
}

.c2h h3{
float: left;
font-weight: 300;
font-size: 14px;
color: #535353;
letter-spacing: 2px;
}

.c2h h2 {
    float: left;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    color: black;
    margin-bottom: 0px;
}

.count .item1:after {
    content: '+';
    position: absolute;
}
.count .item1 {
    color: #B88F5D;
    font-size: 55px;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: 1;
    text-align: left;
    position: relative;
    margin-top: 20px;
}
.count .item p {
    color: #2a292b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin-top: 0px;    
    margin-bottom: 0px;
    float: left !important;
    width: 100%;
}

.c2h img {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.c2h1{
float: left;
width: 100%;
}
.c2h1 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 27px;
    margin-bottom: 10px;
    margin-top: -5px;
}
.c2h1 a {
    float: left;
    height: 54px;
    width: 161px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: brown;
    padding: 18px 40px;
    margin-top: 15px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(184,143,94,1) 100%);
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;   
}
.c2h1 a:hover{
text-decoration: none;
background: rgb(184,143,94);
background: linear-gradient(90deg, rgba(184,143,94,1) 0%, rgba(0,0,0,1) 100%);
transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
      
}

.contentservices {
    float: left;
    width: 100%;
    background-image: url(../images/servicesbg.png);
    background-size: cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contentservices h3{
width: 100%;    
float: left;
font-weight: 400;
font-size: 16px;
color: #B88F5D;
letter-spacing: 2px;
}

.contentservices h2 {
    float: left;
    font-weight: 500;
    font-size: 55px;
    line-height: 70px;
    color: white;
    margin-bottom: 0px;
}

.service1{
float: left;
width: 100%;
margin-top: 80px;
}
.service1 h3{
float: left;
margin-top: 20px;
color: white;
font-weight: 400;
font-size: 20px;
letter-spacing: 0px;
}

.ih-item.square {
    position: relative;

}

.high-white{
    float:left;
    width:100%;
    background:white;
    position:relative;
    z-index:11;
}



.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 {
    overflow: hidden;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
    background: rgb(0 0 0 / 62%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 170px 103px;
}
.ih-item.square.effect6 .info h3 {
    text-transform: uppercase;
    color: #B88F5D;
    text-align: center;
    font-size: 85px;
    font-weight: 400;
    font-weight: 300;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    /* border-top: solid 1px white; */
    /* border-bottom: solid 1px white; */
    padding-top: 15px;
    padding-bottom: 15px;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.project-box1 :hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.project-box1 :hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.tag{float: left;width: 100%;overflow: hidden;position: relative;z-index: 1;}
.tag h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin-top: 20px;
}


.project-box1:hover h4{
color: #B88F5D;
transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
}
.service1 a:hover{
color:  #B88F5D;    
text-decoration: none;
background: transparent;
transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
}

.pr-test{
    color:white;
    float: left;
    width: 100%;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.pr-test: hover{
    color:red;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
    background: #000000c4;
    /* background: hsl(195deg 95% 15% / 78%); */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
    text-transform: uppercase;
    color: #B88F5D;
    text-align: center;
    font-size: 85px;
    font-weight: 300;
    padding: 0px;
    /* background: #111111; */
    margin: 0px 0 0 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.project-box1:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2) !important;
}
.project-box1:hover .info {
  visibility: visible !important;
  opacity: 1 !important;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square {
  position: relative;
  /* width: 316px; */
  /* height: 481px; */
  /* border: 8px solid #fff; */
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.img-fluid{
  width: 100%;
}

.margintop{
margin-top: 0px;
}
.margintop1{
margin-top: 160px;
}

.margintop2{
margin-top: 80px;
}


.margintop3{
margin-top: -25px;
}

.contents2{float: left;width: 100%;background-image: url("../images/quote.svg");background-repeat: no-repeat;padding-top: 80px;background-position: left bottom;background-position: -11% 100%;}


.contents2-1{
float: left;
width: 100%;
}

.contents2-1 h2{
float: left;
width: 100%;
font-weight: 500;
font-size: 50px;
line-height: 55px;
}

.contents2-1 p{float: left;width: 100%;font-weight: 400;font-size: 14px;line-height: 27px;color: white;margin-top: 30px;padding-bottom: 60px;}

.contents2-2 h2 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 29px;
    line-height: 41px;
    color: #cccccc;
    margin-left: 67px;
    margin-bottom: 26px;
    margin-top: 28px;
}

.serviceimg {
    float: left;
    width: 50%;
    margin-top: 45px;
}

.serviceimg img {
    float: none;
    width: 93%;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.serviceimg1 {
    float: left;
    width: 50%;
    margin-top: 75px;
}

.serviceimg1 img {
    float: none;
    width: 93%;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.calltoaction {
    float: left;
    width: 100%;
    background-image: url(../images/calltoaction.png);
    height: auto;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
}

.cta1{
float: left;
width: 100%;
}
.cta1 h3{
float: left;
width: 100%;
font-size: 14px;
font-weight: 400;
color: white;
}

.cta1 h2{
float: left;
width: 100%;
font-size: 50px;
font-weight: 500;
line-height: 57px;
color: black;
margin-top: 10px;
}

.cta2{
float: right;
width: 100%;
}

.cta2 p{
float: left;
width: 100%;
font-size: 14px;
font-weight: 500;
line-height: 27px;
color: black;
}

.cta2 a {
    float: left;
    height: 54px;
    width: 161px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: brown;
    padding: 18px 40px;
    margin-top: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(184,143,94,1) 100%);
}
.cta2 a:hover{
text-decoration: none;
background: rgb(184,143,94);
background: linear-gradient(90deg, rgba(184,143,94,1) 0%, rgba(0,0,0,1) 100%);    
transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 
}

.content-clients{
float: left;
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}

.content-clients h3{
float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.content-clients h2{
float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 500;
    line-height: 70px;
    color: black;
    margin-top: 10px;
}

.clients {
    float: left;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.clients img {
    float: left;
    width: 90%;
    margin-top: 40px;
    left: auto;
    right: auto;
    display: block;
    text-align: center;
}
.clients img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
} 

.clients img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
}

.content-clients a {
    float: left;
    height: 54px;
    width: 161px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: brown;
    padding: 18px 40px;
    margin-top: 50px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(184,143,94,1) 100%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.content-clients a:hover {
    text-decoration: none;
    background: rgb(184,143,94);
    background: linear-gradient(90deg, rgba(184,143,94,1) 0%, rgba(0,0,0,1) 100%);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.footer{
float: left;
width: 100%;
background-image: url("../images/footerbg.png");
background-size: cover;
height: 630px;
padding-top: 50px;
padding-bottom: 50px;
}
.fbox{
float: left;
width: 100%;
}
.fbox h3{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #b88f5d;
    letter-spacing: 2px;
}

.fbox h2 {
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 500;
    line-height: 70px;
    color: white;
    margin-top: 10px;
}

.fbox a {
    float: right;
    height: 54px;
    width: 198px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: brown;
    padding: 18px 33px;
    margin-top: -91px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(184,143,94,1) 100%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.fbox a:hover {
    text-decoration: none;
    background: rgb(184,143,94);
    background: linear-gradient(90deg, rgba(184,143,94,1) 0%, rgba(0,0,0,1) 100%);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.f-1{
float: left;
width: 100%;
}
.f-1 img {
    float: left;
    width: 85%;
    margin-top: 75px;
}

.f-2 {
    float: left;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    padding-left: 50px;
}
.f-2 a {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: white;
    text-align: left;
    margin-top: 16px;
}
.f-2 a:hover {
    text-decoration: none;
    color: #b88f5d;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.f-3{
float: left;
width: 100%;
margin-top: 76px;
}
.f-3 h4{
float: left;
width: 100%;
font-size: 15px;
font-weight: 500;
color: #858484;
}
.f-3 h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #b88f5d;
    margin-top: 10px;
}
.f-3 h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
}
.f-3-1{
float: left;
width: 100%;
}
.f-3-1 img {
    float: left;
    width: 26px;
    margin-top: 20px;
    margin-right: 15px;
}


.f-4{
float: left;
width: 100%;
margin-top: 76px;
}
.call{
float: left;
width: 100%;
}
.call h4{
float: left;
width: 100%;
font-size: 15px;
font-weight: 500;
color: #858484;
}
.call a {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
}
.call a:hover {
    text-decoration: none;
    color: #b88f5d;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.mail{
float: left;
width: 100%;
}
.mail h4 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #858484;
    margin-top: 16px;
}
.mail a {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 10px;
}
.mail a:hover {
    text-decoration: none;
    color: #b88f5d;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.copyright {
    float: left;
    width: 100%;
    margin-top: 80px;
}
.copyright span{
float: none;
}
.copyright h3{
float: left;
width: 100%;
text-align: center;
font-size: 14px;
font-weight: 400;
color: #eeeef0;
}
.copyright a {
    width: 100%;
    text-decoration: none;
    color: #eeeef0;
    text-align: center;
}
.copyright a:hover {
    text-decoration: none;
    color: #b88f5d;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.slide {
    float: left;
    width: 100%;
    top: -91px;
    background: url(../images/home.svg);
    background-size: cover;
    /* background-position: center; */
    position: relative;
    z-index: 1;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 813px;
    /* margin-bottom: 80px; */
}

.slide .item {
    height: 774px;
    width: 100%;
    float: left;
    position: relative;
    /* background: #1a1b1c; */
    /* background: url(../images/slider_bg.png); */
    /* background-size: cover; */
    background-position: center;
    /* max-height: 800px; */
}
.slider-ban .owl-dots {
    display: block;
    padding-left: 0px;
    padding-top: 50px;
}
.slider-ban .owl-dots button span {
    background: #b88f5d;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 100%;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #b88f5d;
    margin-top: -250px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: transparent;
    border-color: white;
}
.slide .item .cover {
    /* padding: 10px 60px; */
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 37px; */
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
}

.slide .item .cover .header-content {
    padding: 46px 0px;
    position: absolute;
    /* margin-top: -60px; */
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    /* padding: 56px; */
    overflow: hidden;
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 774px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}

.slide .item .slide-image {
    height: 813px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}
.header-content h6 {
    margin-top: 130px;
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 78px;
}
.slide .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.header-content p {
    line-height: initial;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    text-align: left;
    /* padding-left: 34px; */
}


.owl-carousel .owl-nav.disabled {
    display: none;
}
.c2h1b{
float: left;
width: 100%;
}

.ctab{
float: left;
}


.fbuton{
float: right;
}










.bannerabout {
    float: left;
    width: 100%;
    height: auto;
    background-image: url("../images/aboutbanner.png");
    background-size: cover;
}

.aboutus {
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.aboutus h1 {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
    color: white;
    font-size: 60px;
}

.aboutus h3 {
    color: #fff;
    float: left;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}
.aboutus h3::before {
    content: "";
    position: absolute;
    right: 536px;
    top: 24%;
    width: 40px;
    height: 4px;
    background-color: #B88F5D;
}

.aboutus h3::after {
    content: "";
    position: absolute;
    left: 536px;
    top: 24%;
    width: 40px;
    height: 4px;
    background-color: #B88F5D;
}


.content1about {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: black;
}

.titleabout h3 {
    color: white;
    font-weight: 500;
}
.titleabout p{
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 20px;
}
.bg-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.bg-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.bg-image:after, .bg-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-top-80 {
    padding-top: 80px;
}

.title-md-line:after {
    content: "";
    position: absolute;
    right: -170px;
    top: 50%;
    display:none;
    transform: translateY(-50%);
    height: 2px;
    width: 155px;
    background-color: var(--main-color-one);
}
.content {
    padding: 40px 23px;
    background-color: #000000d9;
    margin-top: 30px;
}


.contentimg{
float: left;
width: 100%;
}
.content img {
    float: left;
    width: 60px;
    margin-bottom: 30px;
}

.content h3 {
    color: white;
    font-weight: 500;
}

.content p {
    color: white;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px;
}

.who-we-are-item .content .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}

.who-we-are-item .content p {
    max-width: 230px;
}

.who-we-are-wrapper.bg-image::after {
    right: 0;
    left: auto;
    width: 50%;
    height: 100%;
    background-image: url(../images/01.png);
}
.bg-image:after, .bg-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}


.content2about {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
    background-image: url(../images/calltoaction.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.countabout .item1:after {
    content: '+';
}
.countabout .item1 {
    font-size: 75px;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: 1;
    text-align: center;
    position: relative;
    margin-top: 9px;
    background: #000000;
background: linear-gradient(to right, #000000 81%, #B88F5D 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.countabout .item p {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left !important;
    width: 100%;
    text-align: center;
}


.content3{
float: left;
width: 100%;
text-align: center;
}

.call-action {
    padding: 100px;
    float: left;
    width: 100%;
    margin-bottom: 0px !important;
    background-image: url(../images/bgscroll.png);
    background-size: cover;
    text-align: center;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed !important; */
}

.c3 {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
}

.c3 h2 {
    float: left;
    width: 100%;
    font-size: 43px;
    font-weight: 600;
    color: white;
    /* padding-bottom: 10px; */
    padding-left: 110px;
    padding-right: 110px;
}

.c3 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 25px;
    padding-left: 300px;
    padding-right: 300px;
    margin-top: 0px;
}

.c3-1  {
float: left;
width: 100%;
}
.c3-1 img {
    float: left;
    border-right: solid 1px white;
    margin-right: 20px;
    padding-right: 15px;
    padding-top: 6px;
    padding-left: 14px;
    padding-bottom: 6px;
    margin-top: -57px;
}

.c3-1-1a {
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
}
.c3-1-1a a {
    /* float: left; */
    height: 54px;
    width: 169px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    background-color: brown;
    padding: 18px 40px;
    margin-top: 15px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(184,143,94,1) 100%);
}

.c3-1-1a a:hover{
 text-decoration: none;
    background: rgb(184,143,94);
    background: linear-gradient(90deg, rgba(184,143,94,1) 0%, rgba(0,0,0,1) 100%);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;}



.bannerservices {
    float: left;
    width: 100%;
    height: auto;
    background-image: url("../images/bannerservices.png");
}

.servicespage {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 90px;
}

.servicespage h1 {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin-top: 0px;
    color: white;
    font-size: 60px;
}

.servicespage h3 {
    color: #fff;
    float: left;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}
.servicespage h3::before {
    content: "";
    position: absolute;
    right: 536px;
    top: 24%;
    width: 40px;
    height: 4px;
    background-color: #B88F5D;
}

.servicespage h3::after {
    content: "";
    position: absolute;
    left: 536px;
    top: 24%;
    width: 40px;
    height: 4px;
    background-color: #B88F5D;
}

.servicecontent1{
float: left;
width: 100%;
}
.servicecontent1-1 h2{/* float: left; */font-size: 30px;font-weight: 600;text-align: left;margin: 0;padding-top: 0px;}

.servicecontent1-1 p {
    /* float: left; */
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding-top: 20px;
    line-height: 28px;
}

.servicecontent1-1{float: left;padding-top: 50px;padding-bottom: 50px;}


.servicecontent1-2{
float: right;
}

.servicecontent1-1 img {
    float: right;
    width: 100%;
    height: 100%;
    margin-top: 4px;
    margin-bottom: 2px;
}


.servicecontent1-2{

float: left;
width: 100%;
}
.servicecontent1-3{

float: left;
width: 100%;
}



.contenttechnical{float: left;height: auto;width: 100%;background-color: #000000;}
.c1h h3{font-size: 15px;color: #B88F5D;font-weight: 700;margin-top: 50px;width: 100%;padding-left: 15px;}
.c1h h1{font-size: 25px;color: white;font-weight: 600;margin-top: 10px;width: 100%;margin-bottom: 50px;padding-left: 15px;}
.content1box{float: left;height: auto;background-color: black;border-style: solid;border-width: 2px;border-color: #B88F5D;width: 100%;border-radius: 10px;/* margin-top: 30px; */padding: 20px 20px;margin-bottom: 50px;}
.content1box img{float: none;margin-left: auto;margin-right: auto;display: block;margin-top: 15px;}
.content1box h3{float: left;width: 100%;font-weight: 500;margin-top: 30px;font-size: 20px;text-align: center;color: #ffffff;}
.content1box h4 {
    float: left;
    width: 100%;
    font-weight: 400;
    /* margin-top: 10px; */
    font-size: 15px;
    text-align: center;
    color: white;
    line-height: 27px;
}


.content5{
float: left;
width: 100%;
padding-bottom: 50px;
}
.clientsimgprtf{
float: left;
width: 100%;
margin-bottom: 40px;
}
.content5 img {
    float: none;
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    border-bottom: solid 1px #b88f5d;
}



.contact-full {
    width: 100%;
    float: left;
    padding: 60px 5%;
}

.contact-full h2 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    text-align: center;
    /* margin-top: 60px; */
}

.contact-full p {
    float: left;
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 88px;
}

.contact-box {
    height: 230px;
    width: 100%;
    /* float: left; */
    display: grid;
    align-items: center;
    padding: 50px 25px;
    /* border: 1px solid #ccc; */
    background: #fff;
    position: relative;
    box-shadow: 3px 7px 13px 8px #b88f5d14;
    /* text-align: center; */
    margin-top: 30px;
    transition: all ease-in-out .5s;
}

.contact-full h5 {
    font-size: 19px;
    color: #B88F5D;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-box h6 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
}


.map {
    float: left;
    width: 100%;
    height: 450px;
}


.contact-bg {
    width: 100%;
    float: left;
    background: url(../images/contact-bg.png);
    background-position: center;
    background-size: cover;
    padding: 60px 6%;
}


.contact-bg h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    width: 100%;
}

.contact-bg p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    padding-top: 20px;
}

.contact-bg form {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.contact-bg input {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    color: #000;
}

.contact-bg textarea {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    height: 110px;
}

.contact-bg button {
    transition: all ease-in-out .5s;
   background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(184,143,94,1) 100%);
    border: 0;
    font-size: 14px;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    cursor: pointer;
}

.contact-bg button:hover {
    text-decoration: none;
    background: rgb(184,143,94);
    background: linear-gradient(90deg, rgba(184,143,94,1) 0%, rgba(0,0,0,1) 100%);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: black;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 9999;
    color: #b88f5d;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  ..overlay .closebtn {
    font-size: 52px;
    top: -6px;
    right: 35px;
    color: #B88F5D !important;
    position: absolute;
    z-index: 9999;
}

}

.hamburgermenu{float: right;padding-top: 12px;/* padding-right: 68px; */}


.contact-overlay {
    width: 100%;
    float: left;
    padding: 30px 5%;
    margin-top: -100px;
}

.contact-overlay h2 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: white;
    font-weight: 700;
    text-align: center;
    /* margin-top: 60px; */
}

.contact-overlay p {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 88px;
}

.overlay-box {
    height: 230px;
    width: 100%;
    /* float: left; */
    display: grid;
    align-items: center;
    padding: 50px 25px;
    /* border: 1px solid #ccc; */
    background: #fff;
    position: relative;
    box-shadow: 3px 7px 13px 8px #b88f5d14;
    /* text-align: center; */
    margin-top: 30px;
    transition: all ease-in-out .5s;
}

.overlay-box h5 {
    font-size: 19px;
    color: #B88F5D;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.overlay-box h6 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
}





#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #B88F5D;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #B88F5D;
  -webkit-animation: spin-reverse 0.6s linear infinite;
          animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #B88F5D;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
  background: black;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
  background: black;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}





.photo-gallery{
float: left;
width: 100%;
padding: 3%;
}


.gallery-edit1 .ih-item.square.effect6 {
  overflow: hidden;
}
.gallery-edit1 .ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.gallery-edit1 .ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-edit1 .ih-item.square.effect6 .info {
  background: #333333;
  background: hsl(195deg 95% 15% / 78%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery-edit1 .ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gallery-edit1 .ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-edit1 .ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.gallery-edit1 .ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gallery-edit1 .ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.gallery-edit1 .ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.gallery-edit1 .ih-item.square.effect6.from_left_and_right a:hover .info h3,
.gallery-edit1 .ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.gallery-edit1 .ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-edit1 .ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-edit1 .ih-item.square.effect6.top_to_bottom a:hover .info h3,
.gallery-edit1 .gallery-edit1 .ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gallery-edit1 .ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-edit1 .ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-edit1 .ih-item.square.effect6.bottom_to_top a:hover .info h3,
.gallery-edit1 .ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gallery-edit1 .ih-item.square {
  position: relative;
  /* width: 316px; */
   height: 350px; 
  /* border: 8px solid #fff; */
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}
.gallery-edit1 .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.img-fluid{
  width: 100%;
}

.galleryimg1{
  width: 100%;
  object-fit: cover !important;
  height: 530px !important;
  margin-bottom: 30px;
}

.gallery-edit1{
    height: 530px !important;
    margin-bottom: 30px;
}

.project-box1{
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-top: 50px;
}


.productimg2{
  width: 100%;
  object-fit: cover !important;
  height: 509px !important;
  margin-bottom: 30px;
}

.gallery-edit2{
    height: 530px !important;
    margin-bottom: 30px;
}


.galleryimg3{
  width: 100%;
  object-fit: cover !important;
  height: 265px !important;
  margin-bottom: 30px;
}

.gallery-edit3{
    height: 265px !important;
    margin-bottom: 30px;
}

.galleryimg4{
  width: 100%;
  object-fit: cover !important;
  height: 235px !important;
  margin-bottom: 30px;
}

.gallery-edit4{
    height: 235px !important;
    margin-bottom: 30px;
}


.galleryimg5{
  width: 100%;
  object-fit: cover !important;
  height: 526px !important;
  margin-bottom: 30px;
}

.gallery-edit5{
    height: 526px !important;
    margin-bottom: 30px;
}


.galleryimg6{
  width: 100%;
  object-fit: cover !important;
  height: 463px !important;
  margin-bottom: 30px;
}

.gallery-edit6{
    height: 463px !important;
    margin-bottom: 30px;
}


.galleryimg7{
  width: 100%;
  object-fit: cover !important;
  height: 231px !important;
  margin-bottom: 30px;
  object-position: top;
}

.gallery-edit7{
    height: 231px !important;
    margin-bottom: 30px;
}


.galleryimg8{
  width: 100%;
  object-fit: cover !important;
  height: 335px !important;
  margin-bottom: 30px;
  object-position: 0% 17%;
}

.gallery-edit8{
    height: 335px !important;
    margin-bottom: 30px;
}










@media(max-width: 575px){
     .hamburgermenu {
    display: none;
}
.header_menu_area > ul {
  padding-top: 0px; 
}
.slide .item .cover .header-content {
    padding: 46px 30px;
    position: absolute;
    margin-top: -140px;
    margin-left: 0px;
    padding: 0px;
    z-index: 9999;
    padding-bottom: 0px;
}
.logo img {
    margin-bottom: 0px;
    margin-left: 25px;
    margin-top: -6px;
}
.header-content h6 br{
  display: none; 
}
.header-content h6 {
    margin-top: 0px;
    font-size: 48px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 55px;
    padding-top: 303px;
}
.header-content p br{
  display: none; 
}
.header-content p {
    margin-top: 20px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    text-align: left;
}
.line{
display: none;
}
.slider-ban .owl-dots {
    float: left;
    text-align: left;
    padding-left: 30px;
}
.slider-ban .owl-dots button span {
    margin-top: -260px;
}
.slide .item .cover {
    top: -59px;
}
.content1 {
    background-position: left;
}
.rounded img {
    display:none;
}
.home2 h2 br{
  display: none; 
}
.home2 p br{
  display: none; 
}

.slide {
    height: 656px;
    background-position: center;
}
.home2 h2 {
    font-size: 41px;
    padding-top: 170px;
    width: 100%;
    margin-bottom: 0px;
    line-height: 58px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.home2 p {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
}
.b2h1 a {
    margin-left: 0px;
    margin-top: 9px;
    margin-left: 7px;
    width: 100%;
    text-align: center;
}
.b2h1 img {
    margin-top: 28px;
    width: 100%;
}
.visionbox {
    width: 90%;
    margin-top: 60px;
    padding: 20px 30px;
    margin-left: 5%;
    margin-right: 5%;
}

.c1h h2 br{
  display: none; 
}
.c1h h2 {
    padding-left: 15px;
    padding-right: 15px;
}
.content2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.c2h h3 {
    text-align: center;
    width: 100%;
}
.c2h h2 {
    font-weight: 500;
    font-size: 37px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 50px;
}
.c2h img {
display: none;
}
.count .item p {
    text-align: center;
}
.count .item1 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.c2h1 p {
    text-align: center;
}
.c2h1 a {
    float: none;
    padding: 18px 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.c2h1b {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.contentservices {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contentservices h3 {
    text-align: center;
}
.contentservices h2 {
    font-size: 37px;
    line-height: 54px;
}
.contentservices h2 br{
  display: none; 
}
.contentservices h2 {
    font-size: 35px;
    line-height: 54px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.ih-item img {
    width: 90%;
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
}
.margintop1 {
    margin-top: 50px;
}
.margintop2 {
    margin-top: 50px;
}
.margintop3 {
    margin-top: 50px;
}
.tag h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
}
.contents2-1 p {
    text-align: center;
    padding-bottom: 0px;
}
.contents2-2 h2 {
    margin-left: 0px;
    margin-top: 40px;
}
.contents2 {
    background-position: -5% 100% !important;
}
.contents2 {
    padding-top: 50px;
    background-position: left bottom;
    background-position: 39% 48%;
    background-size: contain;
    width: 100%;
}
.serviceimg {
    padding-bottom: 140px;
}
.cta1 h3 {
    text-align: center;
}
.cta1 h2 {
    font-size: 37px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
}
.cta1 h2 br{
    display: none;
}
.cta2 p {
    text-align: center;
}
.cta2 p br{
  display: none; 
}
.ctab {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.cta2 a {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.content-clients h2 {
    font-size: 37px;
    line-height: 54px;
    text-align: center;
    margin-top: 10px;
}
.content-clients h2 br{
  display: none; 
}
.content-clients h3 {
    text-align: center;
}
.clients img {
    float: none;
    width: 80%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.content-clients a {
    margin-top: 30px;
}
.fbox h3 {
    text-align: center;
}
.fbox h2 br{
  display: none; 
}
.fbox h2 {
    font-size: 37px;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
}
.fbox a {
    float: left;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.footer {
    height: auto;
}
.fbuton{
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}
.f-1 img {
    float: none;
    width: 45%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.f-2 a {
    margin-top: 28px;
    text-align: center;
}
.f-2 {
    padding-left: 0px;
    margin-top: 0px;
}
.f-3 {
    margin-top: 40px;
    text-align: center;
}
.f-3-1 img {
float: none;
}
.f-3-1 {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.f-4 {
    margin-top: 70px;
    text-align: center;
}
.fbutton {
    float: left;
    width: 100%;
    text-align: center;
}
.fbutton a {
    float: none;
    margin-top: 30px;
}
.header_menu_area ul.view {
    margin-top: -70px;
}
.header_menu_area > ul > li > a {
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.menu ul li a {
    text-align: center;
}
.menu ul:after {
    left: 50%;
    margin-left: 0px;
}
.aboutus h3::after {
    display: none;
}
.aboutus h3::before {
    display: none;
}
.aboutus h1 {
    font-size: 34px;
}
.aboutus h1 br {
    display:none;
}
.aboutus h3 {
    font-size: 20px;
}
.c3 h2 {
    padding-left: 15px;
    padding-right: 15px;
}
.c3 p {
    padding-left: 0px;
    padding-right: 0px;
}
.call-action {
    padding: 50px 10px;
    padding-bottom: 50px;
}
.c3 h2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 34px;
}
.countabout .item1 {
    font-size: 45px;
}
.countabout .item p {
    margin-top: 20px;
}
.content2about {
    padding-top: 45px;
}
.servicespage h1 {
    font-size: 45px;
}
.servicespage h3 {
    margin-bottom: 7px;
}
.servicespage h3::after {
    display: none;
}
.servicespage h3::before {
    display: none;
}
.servicecontent1-1 img {
    float: none;
    object-fit: contain;
    width: 350px;
    height: 411px;
    margin-left: auto;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-right: auto;
    display: block;
}
.servicecontent1-1 h2 {
    text-align: center;
    margin-top: 30px;
}
.servicecontent1-1 p {
    text-align: center;
}
.c3 p {
    font-size: 13px;
}
.c1h h1 {
    text-align: center;
}
.c1h h3 {
    text-align: center;
}
.contact-full p {
    padding: 10px 5px;
}
.who-we-are-wrapper.bg-image::after {
    width: 100%;
}
div#sub {
    padding: 22px 14px !important;
}
.titleabout p {
text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.titleabout h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.servicecontent1-1 {
    width: 100%;
}
.servicecontent1-1 img {
    float: none;
    /* object-fit: contain; */
    width: 100%;
    height: 100%;
    margin-left: auto;
    /* margin-top: 4px; */
    /* margin-bottom: 2px; */
    margin-right: auto;
    display: block;
}
.servicecontent1-1 {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.who-we-are-wrapper.bg-image::after {
    display: none;
}
.aboutimg img{
float: left;
width: 100%;
margin-bottom: 35px;
}
.padding-top-80 {
    padding-top: 0px;
}
.padding-bottom-90 {
    padding-bottom: 0px;
}
.who-we-are-item .content p {
    max-width: 100%;
}
.content img {
    float: none;
    width: 60px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.content {
    text-align: center;
}
.content1about {
    padding-bottom: 0px;
}
.content {
    margin-top: 0px;
}
.vision h3 {
   display: none;
}
.vision {
    text-align: center;
    margin-top: 20px;
}
.vision img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.copyright a {
    width: 100%;
    text-decoration: none;
    color: #eeeef0;
    text-align: center;
    line-height: 24px;
}
.copyright span {
   display:none;
}
.cm50{
   float: left;
   width:50%;   
    
}
}




@media(min-width: 230px) and (max-width: 991px){
   .who-we-are-wrapper.bg-image::after {
    display: none;
}
}




@media(min-width: 576px) and (max-width: 991px){
     .hamburgermenu {
    display: none;
}
.header_menu_area ul.view {
    margin-top: -70px;
}
.servicecontent1-1 img {
    display: none;
}
.servicecontent1 row{
    display:none;
}
.header_menu_area > ul > li > a {
    padding: 0px 0px 20px 0px;
    text-align: center;
}
.menu ul li a {
    text-align: center;
}
.menu ul:after {
    left: 50%;
    margin-left: 0px;
}
.slide {
    background-position: center;
}
.slide .item .cover .header-content {
    padding: 46px 30px;
    position: absolute;
    margin-top: -140px;
    margin-left: 0px;
    padding: 0px;
    z-index: 9999;
    padding-bottom: 0px;
}
.logo img {
    margin-bottom: 0px;
    width: 110px;
}

.header-content h6 {
    margin-top: 0px;
    font-size: 48px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 69px;
    padding-top: 225px;
}
.header-content p {
    line-height: initial;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    text-align: left;
    padding-left: 0px;
}
.slider-ban .owl-dots {
    padding-left: 0px;
}
.slider-ban .owl-dots button span {
    margin-top: -331px;
}
.slide .item .cover {
    top: -59px;
}
.rounded img {
    margin-top: -355px;
}

.home2 h2 br{
display: none;
}
.home2 p{
display: none;
}
.b2h1 a {
    margin-left: 0px;
    margin-top: 9px;
    margin-left: 7px;
    width: 100%;
    text-align: left;
}
.b2h1 img {
    margin-top: 28px;
    width: 100%;
}
.visionbox {
    width: 90%;
    margin-top: 60px;
    padding: 20px 30px;
    margin-left: 5%;
    margin-right: 5%;
}
.vision h2 {
    margin-top: 0px;
}
.c1h h2 br{
  display: none; 
}
.c1h h2 {
    padding-left: 15px;
    padding-right: 15px;
}
.content2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.c2h h3 {
    text-align: left;
    width: 100%;
}
.c2h h2 {
    font-weight: 500;
    font-size: 37px;
    line-height: 54px;
    text-align: left;
    margin-bottom: 50px;
}
.c2h img {
display: none;
}
.count .item p {
    text-align: left;
}
.count .item1 {
    margin-top: 21px;
    text-align: left;
    margin-bottom: 38px;
}
.c2h1 p {
    text-align: left;
}
.c2h1 a {
    float: none;
    padding: 18px 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.c2h1b {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.contentservices {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contentservices h3 {
    text-align: left;
}
.contentservices h2 {
    font-size: 37px;
    line-height: 54px;
}
.contentservices h2 br{
  display: none; 
}
.contentservices h2 {
    font-size: 35px;
    line-height: 54px;
    padding-left: 0px;
    padding-right: 15px;
    text-align: left;
}
.ih-item img {
    width: 90%;
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
}
.margintop1 {
    margin-top: 0px;
}
.margintop2 {
    margin-top: 50px;
}
.margintop3 {
    margin-top: 50px;
}
.tag h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
}
.contents2-1 p {
    text-align: left;
}
.contents2-2 h2 {
    margin-left: 0px;
    margin-top: 40px;
}
.contents2-2 h2 br{
    display: none;
}
.calltoaction {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contents2 {
    padding-top: 50px;
    background-position: left bottom;
    background-position: 0% 79%;
}
.fbox h3 {
    text-align: left;
}
.fbox h2 {
    font-size: 37px;
    font-weight: 500;
    line-height: 55px;
    text-align: left;
}
.f-2 {
    text-align: left;
    padding-left: 30px;
}
.f-3 {
    text-align: left;
}
.f-4 {
    text-align: left;
}
.calltoaction {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contents2 {
    padding-top: 50px;
    background-position: left bottom;
    background-position: 0% 103%;
    padding-bottom: 100px;
}
.cta1 h3 {
    text-align: left;
}
.cta1 h2 br {
  display: none; 
}
.cta1 h2 {
    font-size: 37px;
    line-height: 50px;
    text-align: left;
    margin-top: 10px;
}
.cta2 p {
    text-align: left;
}
.cta2 p br{
  display: none; 
}
.ctab {
    float: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.cta2 a {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.ctab {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}
.cta2 a {
    float: left;
}
.content-clients h2 {
    font-size: 37px;
    line-height: 54px;
    text-align: left;
    margin-top: 10px;
}

.content-clients h3 {
    text-align: left;
}
.clients img {
    float: none;
    width: 60%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.content-clients a {
    margin-top: 50px;
}
.titleabout p {
    background: #000000a6;
}
.c3 h2 {
    padding-left: 50px;
    padding-right: 50px;
}
.c3 p {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 10px;
}
.countabout .item1 {
    font-size: 60px;
}
.servicespage h3::before {
    display: none;
}
.servicespage h3::after {
    display: none;
}
#sub h2 {
    font-size: 17px !important;
    line-height: 25px !important;
}
#sub p {
    font-size: 9px !important;
    line-height: 16px !important;
}
div#sub {
    padding: 15px 12px;
}
.aboutimg img{
float: left;
width: 100%;
margin-bottom: 35px;
}
.padding-top-80 {
    padding-top: 0px;
}
.padding-bottom-90 {
    padding-bottom: 0px;
}
.who-we-are-item .content p {
    max-width: 100%;
}
.content img {
    float: none;
    width: 60px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.content {
    text-align: center;
}
.content1about {
    padding-bottom: 0px;
}
.content {
    margin-top: 0px;
}
.titleabout p {
text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.titleabout h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.aboutus h3::before {
    display: none;
}
.aboutus h3::after {
    display: none;
}
.copyright h3 br {
   display:none;
}
.servicecontent1 .col-lg-4{
    display:none;
}
.footer {
    height: auto;
}
.f-1 img {
    width: 55%;
}
.overlay-box h6 {
    text-align:center;
}
.contact-full h5 {
    text-align: center;
}
.contact-box h6 br{
    display: none;
}
.contact-box h6 {
    text-align: center;
}
.content1box {
    height: 354px;
}
}



@media(min-width: 576px) and (max-width: 767px){
   .header-content p br {
    display: none;
}
.slide {
    height: 600px;
}
.b2h1 a {
    margin-top: 15px;
}
div#sub {
    padding: 34px 12px !important;
}
#sub p {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 21px;
}
#sub h2 {
    font-size: 25px !important;
}
.contents2-1 p {
    padding-bottom: 0px;
}
.contents2 {
    padding-top: 50px;
    background-position: left bottom !important;
    background-position: 0% 100% !important;
    padding-bottom: 140px;
    background-size: contain;
}
.footer {
    height: auto;
}
.fbox a {
    padding: 18px 33px;
    margin-top: -60px;
    margin-right: -25px;
}
.aboutus h1 br {
    display: none;
}
.call-action {
    padding: 40px;
}
.contact-full h5 {
    text-align: center;
}
.contact-box h6 br{
    display: none;
}
.contact-box h6 {
    text-align: center;
}
.content1box {
    height: 408px;
}
}




div#main{
    position:relative;
    width:100%;
    height:100%;
    /* background-color: hsla(39, 100%, 2%, 0.23); */
    /* border: 1px solid hsla(39, 100%, 2%, 0.36); */
    overflow:hidden;
}
div#main:hover > #sub{
    bottom:0;
}
div#sub {
    position: absolute;
    bottom: -184px;
    width: 100%;
    height: 100%;
    background-color: #b88f5d;
    -webkit-transition: bottom 0.8s ease;
    -moz-transition: bottom 0.8s ease;
    -o-transition: bottom 0.8s ease;
    -ms-transition: bottom 0.8s ease;
    transition: bottom 0.8s ease;
    font-size: 14px;
    padding: 13px 12px;
}

#sub{float: left;width: 100%;padding: 20px;/* background: #B88F5D; */}

#sub h2{font-size: 18px;line-height: 25px;color: black;font-weight: 500;}
#sub p{font-size: 14px;line-height: 23px;color: black;font-weight: 400;}


@media (min-width:1366px) and (max-width:1366px) {
    
.header-content h6 {
    margin-top: 290px;
}
.slider-ban .owl-dots {
    padding-top: 126px;
}
.contents2 {
    background-position: 0% 100%;
}
.b2h h2 br{
display: none;
}
}


@media (min-width:1500px) and (max-width:1600px) {
.contents2 {
    background-position: 15% 100%;
}

.header-content h6 {
    margin-top: 360px;
}
.slider-ban .owl-dots {
    padding-top: 160px;
}

}


@media (min-width:1300px) and (max-width:1499px) {
    
.contents2 {
    background-position: 10% 100%;
}

.header-content h6 {
    margin-top: 237px;
}
.slider-ban .owl-dots {
    padding-top: 110px;
}
}

@media (min-width:992px) and (max-width:1920px) {

.aboutimg {
    display: none;
}
.copyright a br {
    display: none;
}
.b2h h2 br{
display: none;
}
.copyright h3 br {
   display:none;
}
}

@media (min-width:1601px) and (max-width:1920px) {
.content1 {
    padding-top: 50px;
}
.header-content h6 {
    margin-top: 290px;
}
.slider-ban .owl-dots {
    padding-top: 152px;
}
.contents2 {
    background-position: 12% 100%;
}
}

@media (min-width:1700px) and (max-width:1920px) {

.contents2 {
    background-position: 21% 100%;
}
}


@media (min-width: 1880px) and (max-width: 1920px){}
.contents2 {
    background-position: 0% 100%;
}
}




@media (min-width:1400px) and (max-width:1499px) {
.contents2 {
    background-position: 0% 100%;
}
}



@media (min-width:1025px) and (max-width:1365px) {
    
.contents2 {
    background-position: 0% 100%;
}


@media (min-width:1024px) and (max-width:1024px) {

.hamburgermenu {
    display: none;
}

.header_menu_area ul.view {
    margin-top: -70px;
}
.header_menu_area > ul > li > a {
    padding: 0px 0px 20px 0px;
    text-align: center;
}
.menu ul li a {
    text-align: center;
}
.menu ul:after {
    left: 50%;
    margin-left: 0px;
}
.slider-ban .owl-dots button span {
    margin-top: -211px;
}
.home2 h2 {
    padding-top: 30px;
}
div#sub {
    padding: 14px 12px;
}
.contents2 {
    background-position: -36% 99%;
}
.contents2-2 h2 {
    margin-left: 132px;
}
.cta2 p {
    margin-top: 16px;
}
.cta2 p br{
    display: none;
}
.slider-ban .owl-dots {
    padding-top: 10px;
}
.aboutus h3::before {
    right: 605px;
}
.aboutus h3::after {
    left: 605px;
}
.c3 p {
    padding-left: 136px;
    padding-right: 136px;
    margin-top: 5px;
}
.servicespage h3::before {
    right: 608px;
}
.servicespage h3::after {
    left: 608px;
}
}






