body{
margin: 0px;
font-family: 'Comfortaa', cursive !important;
overflow-x:hidden;
scroll-behavior: smooth;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #141414 #f8f9fa;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #141414;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
  }




  
.header1{float: left;width: 100%;height: 70px;background: white;position: fixed;z-index: 111;background: #161515;}

.hd1{float: left;padding-right: 45px;padding-top: 14px;}
.hd1 a {
    float: left;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    text-decoration: none;
    color: white;
    margin-left: 5px;
}
.hd1 a:hover{
color: white;
text-decoration: none;

}

.hd2{float: left;padding-right: 26px;padding-top: 14px;}
.hd2 a {
    float: left;
    font-weight: 600;
    font-size: 14px;
    padding-left: 42px;
    text-decoration: none;
    color: white;
}
.hd2 a:hover{
color: white;
text-decoration: none;
}

.hd3 {float: right;padding-right: 30px;padding-top: 0px;height: 50px;}

/*.hd3 :hover{background-color: #062e69;height: 50px;padding-left: 13px;padding-right: 13px;}*/

/*.hd3 a {
    float: left;
    font-weight: 600;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 13px;
    padding-right: 13px;
    text-decoration: none;
    color: white;
}
.hd3 a:hover{
    color: white;
    text-decoration: none;
    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;
}*/

.icon-header{float: left;width: 30px;margin-right: 10px;margin-top: -4px;}

.icon-header: hover{
    text-decoration: none;
}
.header2 {
    float: left;
    width: 100%;
    height: 53px;
    /* border-bottom: solid 2px whitesmoke; */
    background: #19711e;
}
.logo {float: left;margin-top: 1px;margin-left: 0px;position: relative;z-index: 11;}
.logo img {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    width: auto;
    margin-left: 0px;
}
.logoheader{margin-top: 10px;width: 309px;margin-left: 17px;}
.header_menu_area {
  float: left;
  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: 100px; */
    /* padding-right: 70px; */
    float: left;
    padding-left: 20px !important;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      float: left;
}
      
.header_menu_area > ul > li > a:hover {
          color: color: black;;
          /* 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: black; !important;
  
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    /* max-width:0%; */
    /* height: auto; */
}


@media (max-width: 1024px) {


.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: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;5
    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;
    float: right;
}

.header_menu_area > .mob_nav {
    position: relative;
    z-index: 9999;
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    margin: 23px 22px;
    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: #ffffff;
    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: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ffffff;
    -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: #141414;
    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: 0px;
    padding-right: 0px;
    padding-left: 0px !important;
    padding-top: 60px;
    padding-bottom: 50px;
}


.header_menu_area > ul > li > a {
    padding: 22px 18px 0px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
}
.header_menu_area > ul > li {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    /* z-index: 9999!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: 13px 0px 0px 0px;
    position: relative;
    font-size: 14px;
    color: white;
    letter-spacing: 0px !important;
    padding-bottom: 5px;
    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-decoration: none;
    font-weight: 600;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding-top: 13px;
}
.header_menu_area > ul > li > a:hover {
    color: #ffffff !important;
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #fac956; !important;
    color: #000;
    text-decoration: none;
    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; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 53px;
    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: 13px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #000000;
    background: #fff;
    text-align: left;
    border-bottom: solid 1px rgb(25 113 30 / 30%);
}
.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-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);
}



.slide {
    float: left;
    width: 100%;
    background: linear-gradient(180deg, rgba(19,18,18,1) 0%, rgba(33,33,33,1) 100%);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -47px;
    height: 766px;
}

.slide .item {
    height: 766px;
    width: 100%;
    float: left;
    position: relative;
}
.slider-ban .owl-dots {
    display: block;
    padding-left: 125px;
    margin-top: -152px;
    /* background: chartreuse; */
}
.slider-ban .owl-dots button span {
    background: #4f87dc;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 100%;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #4f87dc;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: white;
    border-color: white;
}
.slide .item .cover {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -7px;
    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: 100px;
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    /* padding: 56px; */
    overflow: hidden;
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 611px;
    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; */
}


.slider-ban .owl-nav{
display: none;
}

.slider-ban .owl-dot{
display: none;
}

.bannercontent{float: left;width: 50%;margin-top: 50px;}

.bannerimage{float: left;width: 50%;height: auto;padding-top: 0px;}

.bannerimage img{float: right;width: auto !important;padding-bottom: 61px;/* margin-top: 56px; */}


.bannercontent h6 {
    margin-top: 0px;
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    line-height: 77px;
}
.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;
}
.bannercontent p {
    line-height: initial;
    margin-top: 18px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
    text-align: left;
    /* padding-left: 34px; */
}

.banner-btn a{float: left;color: white;font-size: 15px;font-weight: 600;height: 45px;margin-top: 15px;padding: 10px 20px;position: relative;z-index: 9999;border: solid 1px #EFEFEF;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;background: none;border-radius: 20px;}

.banner-btn a:hover{text-decoration: none;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;color: #000000;border: solid 0.5px #ffffff;background: #ffffff;}

.banner-btn a svg {
    fill: white;
    width: 28px;
    display: inline-block;
    margin-top: -2px;
    margin-left: 8px;
    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;
}

.banner-btn a:hover svg {
    fill: #000000;
    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;
}

.slider-ban .owl-nav{
display: none;
}

.slidingimg{/* float: right; *//* width: 580px; *//* height: 655px; */}
.slidingimg img{float: right;width: 580px;height: 655px;display: none !important;}


.banner-btn{float: left;width: 100%;}

.banner-btn1{float: left;}

.banner-btn1 a{
    float: left;
    box-shadow: 0px 6px 20px 0px #00000030;
    padding: 10px 26px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    margin-top: 45px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    background: #ca8241;
    border: solid 1px #ca8241;
    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;
    margin-right: 10px;
    }

.banner-btn1 a:hover {text-decoration: none;background: none;border: solid 1px white;color: #ffffff;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;}


.banner-btn2{float: left;}

.banner-btn2 a{
    float: left;
    box-shadow: 0px 6px 20px 0px #00000030;
    padding: 10px 30px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    margin-top: 45px;
    font-size: 15px;
    font-weight: 300;
    color: white;
    background: none;
    border: solid 1px white;
    color: #ffffff;
    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;
    margin-left: 10px;
    }

.banner-btn2 a:hover {text-decoration: none;background: #ca8241; border: solid 1px #ca8241;color: #ffffff; 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;}


.banner-btn2 a {
    float: right;
    color: white;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    margin-top: 65px;
    margin-right: 25px;
    margin-left: 25px;
    padding: 12px 25px;
    position: relative;
    z-index: 9999;
    border: solid 0.5px white;
    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;
}

.banner-btn2 a svg{fill: white;width: 14px;display: inline-block;margin-top: -2px;margin-left: 8px; 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;}

.banner-btn2 a:hover svg{
fill: #acacac;
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;
}

.banner-btn2 a:hover {
    text-decoration: none;
    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;
    color: #acacac;
    border: solid 0.5px #acacac;
}

.activeli{border-bottom: solid 1.5px transparent;
text-decoration: none;
    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;
}


.activeli:hover{border-bottom: solid 1.5px white;
text-decoration: none;
    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 > ul > li > a:hover .activeli{border-bottom: solid 1px #ffb16a;}


.h1{float: left;margin-right: 0%;margin-top: 26px;position: relative;z-index: 11;margin-left: 7px;}

.h1-1{float: right;padding: 0px 7px;}

.h1-1 img{float: left;width: 20px;}

.h1-1 h3{float: left;color: white;font-size: 14px;margin-left: 10px;margin-top: 2px;font-weight: 400;}

.h1-1 a{float: left;margin-left: 8px;font-size: 14px;color: white;font-weight: 400;margin-top: 4px;}

.h1-1 a:hover{
float: left;
text-decoration: none;
color: white;
}

.h1-2{float: right;padding: 0px 7px;border-right: solid 1px #ffffff54;}

.h1-2 img{float: left;width: 20px;}

.h1-2 h3{float: left;color: white;font-size: 14px;margin-left: 10px;margin-top: 2px;font-weight: 400;}

.h1-2 a{float: left;margin-left: 8px;font-size: 14px;color: white;font-weight: 400;margin-top: 4px;}

.h1-2 a:hover{
float: left;
text-decoration: none;
color: white;
}

.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: 70px;
    font-size: 50px;
    z-index: 9999;
    color: #000000;
    font-weight: 300;
}

@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: 21px;/* padding-right: 68px; */position: relative;z-index: 11;padding-left: 10px;}



.hamburgermenu img{
    width: 30px;
    cursor: pointer;
} 



.nav-pd {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px 0px;
}

.hd-address {
    width: 100%;
    float: left;
    text-align: left;
    padding: 110px 60px;
    background: #c33247;
    height: 100vh;
}

.hd-address img{
    float: left;
    width: 70px;
    height: 111px;
    margin-right: 20px;
    margin-top: -10px;
    }

.hd-address{width: 100%;float: left;text-align: left;padding: 170px 60px;height: 100vh;background: rgb(19,18,18);background: linear-gradient(180deg, rgba(19,18,18,1) 0%, rgba(33,33,33,1) 100%);}
.hd-address h2{

font-size: 35px;

font-weight: 600;

text-align: left;

color: #fff;
}
.hd-address h6{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #fff;
    line-height: 29px;
}

.req-form {
    width: 100%;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #ffffff;
    padding: 0px 100px;
    top: 0;
    position: relative;
    right: 0;
    height: 100vh;
    z-index: 99;
}

.sidenav a {
    /* padding: 12px 71px; */
    text-decoration: none;
    -moz-transition: all ease-in-out .5s;
    font-size: 20px;
    transition: all ease-in-out .5s;
    color: #000;
    text-align: left;
    -webkit-transition: all ease-in-out .5s;
    position: relative;
    display: block;
    /* transition: 0.3s; */
    /* border-bottom: 1px solid #F2F2F2; */
}

@media screen and (max-height: 450px){}
.sidenav a {
    font-size: 18px;
}
}

.req-form h2 {
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
}

.req-form p {
    font-size: 18px;
    width: 94%;
    line-height: 25px;
    margin-bottom: 30px;
}

.field_area {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 15px;
}

.field_area label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.field_area input[type=email], .field_area inpu.t[type=number], .field_area input[type=text], .field_area textarea, .field_area select {
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

.quick-send {
    background: #1a1a1a;
    width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 15px 0 12px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #000000;
    /* opacity: 0.8; */
    background: #ffffff;
}

.req-form h2 {
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    margin-top: 0px;
}

.req-form p {
    font-size: 14px;
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #ffffff;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 10px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(255 255 255 / 43%);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 0px;
}


.section1-dropair{float: left;width: 100%;background-image: url("../images/s1-bg.png");background-size: cover;height: 674px;}


.s1{float: left;width: 100%;padding: 80px 23px;text-align: center;}

.s1 h3{text-align: center;font-size: 15px;background: #000000;color: white;padding: 15px 0px;margin-left: auto;margin-right: auto;display: block;float: none;width: 15%;border-radius: 20px;height: 45px;margin-bottom: 20px;font-weight: 600;}

.s1 h2{float: left;width: 100%;font-size: 50px;color: black;font-weight: 700;margin-bottom: 25px;}


.s1 p{float: left;width: 100%;font-size: 15px;color: black;font-weight: 400;line-height: 27px;}





.section2-dropair{float: left;width: 100%;padding: 85px 0px;background: linear-gradient(180deg, rgba(19,18,18,1) 0%, rgba(33,33,33,1) 100%);}


.s2-hd{
float: left;
width: 100%;
}

.s2-hd h2{float: left;width: 100%;font-size: 50px;color: white;font-weight: 700;text-align: center;margin-bottom: 0px;}
.s2-hd p{float: left;width: 100%;font-size: 15px;color: white;line-height: 27px;font-weight: normal;text-align: center;padding-top: 15px;margin-top: 0px;margin-bottom: 0px;}


.s2{
      float: left;
      width: 100%;
      padding: 20px;
      border-radius: 25px;
      border: solid 1px #ffffff73;
      margin-top: 65px;
      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;
      }

.s2 img{
float: left;
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}


.s2 h3 {float: left;width: 100%;font-size: 20px;font-weight: 700;color: white;padding-top: 25px; 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;}


.s2 p{
float: left;
width: 100%;
font-size: 14px;
font-weight: normal;
line-height: 23px;
color: white;
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;
}


.s2:hover{
background: white;
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;
}


.s2:hover h3{
color: black;
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;
}

.s2:hover p{
color: black;
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;
}



.s2-xtra{
      float: right;
      width: 350px;
      padding: 20px;
      border-radius: 25px;
      border: solid 1px white;
      margin-top: 65px;
      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;
      }

.s2-xtra img{
float: left;
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}


.s2-xtra h3 {float: left;width: 100%;font-size: 20px;font-weight: 700;color: white;padding-top: 25px; 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;}


.s2-xtra p{
float: left;
width: 100%;
font-size: 14px;
font-weight: normal;
line-height: 23px;
color: white;
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;
}


.s2-xtra:hover{
background: white;
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;
}


.s2-xtra:hover h3{
color: black;
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;
}

.s2-xtra:hover p{
color: black;
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;
}



.s2-xtra-1{
      float: left;
      width: 350px;
      padding: 20px;
      border-radius: 25px;
      border: solid 1px white;
      margin-top: 65px;
      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;
      }

.s2-xtra-1 img{
float: left;
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}


.s2-xtra-1 h3 {float: left;width: 100%;font-size: 20px;font-weight: 700;color: white;padding-top: 25px; 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;}


.s2-xtra-1 p{
float: left;
width: 100%;
font-size: 14px;
font-weight: normal;
line-height: 23px;
color: white;
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;
}


.s2-xtra-1:hover{
background: white;
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;
}


.s2-xtra-1:hover h3{
color: black;
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;
}

.s2-xtra-1:hover p{
color: black;
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;
}


.section3-dropair{float: left;width: 100%;padding: 80px 0px;background: linear-gradient(180deg, rgba(32,31,31,1) 0%, rgba(58,56,56,1) 100%);border-top: solid 2px #ffffff00;}


.s3-hd{
float: left;
width: 100%;
}

.s3-hd h2{float: left;width: 100%;font-size: 50px;color: white;font-weight: 700;text-align: center;margin-bottom: 0px;}
.s3-hd p{float: left;width: 100%;font-size: 15px;color: white;line-height: 27px;font-weight: normal;text-align: center;padding-top: 15px;margin-top: 0px;margin-bottom: 0px;}

.s3{float: left;width: 100%;margin-top: 85px;}

.s3 img{float: none;margin-left: auto;margin-right: auto;display: block;margin-top: 20px;}

.s3-1{
float: left;
width: 100%;
margin-top: 85px;
}


.s3-bx{float: left;width: 100%;padding: 20px;border-radius: 10px; 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;}

.s3-bx-1{
float: left;
width: 30%;
}

.s3-bx-1 img{float: none;margin-left: auto;margin-right: auto;display: block;margin-top: 11px;}


.s3-bx-2{
float: left;
width: 70%;
}

.s3-bx-2 h3{
      float: left;
      width: 100%;
      font-size: 25px;
      font-weight: 700;
      color: white;
      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-align: left;
      }

.s3-bx-2 p{float: left;width: 100%;font-size: 14px;font-weight: normal;color: #BFBFBF;line-height: 27px;margin-bottom: 0px;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;}


.s3-bx:hover{background: white;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;}


.s3-bx:hover .s3-bx-2 h3{color: black;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;}   

.s3-bx:hover .s3-bx-2 p{color: black;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;}   



.section4-dropair{float: left;width: 100%;padding: 80px 0px;background-image: url(../images/s4-bg.png);background-repeat: no-repeat;background-position: 100% -15%;}


.s4-hd{float: left;width: 100%;margin-bottom: 70px;}

.s4-hd h2{float: left;width: 100%;font-size: 50px;color: #040404;font-weight: 700;text-align: center;margin-bottom: 0px;}
.s4-hd p{float: left;width: 100%;font-size: 15px;color: black;line-height: 27px;font-weight: normal;text-align: center;padding-top: 15px;margin-top: 0px;margin-bottom: 0px;}


.glry-new {
    border: solid 1px black;
    border-radius: 25px;
    -moz-box-shadow: 2px 3px 26px -3px rgb(0 0 0 / 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;
}
.vd-titels {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    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;
}

.glry-new:hover {
    background-color: #3A3838;
    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;
}

.glry-new:hover .vd-titels{
  color: white;
  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;
}



.section5-dropair{
float: left;
width: 100%;
padding: 80px 0px;
background: linear-gradient(180deg, rgba(19,18,18,1) 0%, rgba(33,33,33,1) 100%);
}


.s5{
float: left;
width: 100%;
}

.s5 h2{float: left;width: 100%;font-size: 45px;font-weight: 700;color: white;margin-bottom: 0px;}

.s5 p{float: left;width: 100%;font-size: 15px;font-weight: normal;line-height: 25px;color: white;padding-top: 25px;margin-bottom: 0px;padding-bottom: 40px;}

.s5box{
      float: left;
      width: 100%;
      border: solid 1px white;
      border-radius: 25px;
      padding: 20px;
      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;
      margin-bottom: 25px;
      }

.s5box:hover{
background-color: white;
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;
}
.s5box-1{
float: left;
width: 30%;
}

.s5box-1 svg{margin-left: auto;margin-right: auto;display: block;float: none;width: 92px;fill: #ffffff85;
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;}


.s5box-2{
float: left;
width: 70%;
}

.s5box-2 h3{float: left;width: 100%;font-size: 20px;font-weight: 700;color: white;padding-left: 20px;margin-top: 8px; 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;}

.s5box-2 p{float: left;width: 100%;font-size: 15px;font-weight: normal;margin-bottom: 0px;color: white;padding-left: 20px; 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;}


.s5box:hover .s5box-2 h3{
color: black;
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;
}

.s5box:hover .s5box-2 p{
color: black;
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;
}

.s5box:hover .s5box-1 svg{fill: #0000007d;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;}




.s5box-1-2{
float: left;
width: 30%;
}

.s5box-1-2 svg{margin-left: auto;margin-right: auto;display: block;float: none;width: 92px;
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;
      stroke: #ffffff85;
  }


.s5box:hover .s5box-1-2 svg{stroke: #0000007d;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;}


.abt-panel {
    /* float: left; */
    /* width: 100%; */
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 21px;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    /* margin-top: 50px; */
}

.contact-tag {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    /* margin-top: 15px; */
    line-height: 25px;
    margin-bottom: 30px;
    padding-right: 50px;
    font-weight: normal;
}


.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #ffffff;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 18px !important;
    padding: 0 20px;
    outline: none;
    background: none;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px #ffffff;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 11px;
}

.error_msg {
    display: none;
    width: auto;
    float: left;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    background: #E31B23;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: absolute;
    bottom: -8px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}


.info-tag {
    line-height: 25px;
    font-size: 15px;
    color: rgb(255 255 255);
    margin-top: 10px;
}

.contact-snd {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: solid 1px white;
    line-height: normal;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 13px 22px;
    background: white;
    float: right;
    margin-top: 11px;
    cursor: pointer;
    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;
}

.contact-snd:hover {
    background-color: #1e1e1e;
    color: white;
    border: solid 1px white;
}

.contact-snd:focus{
outline: none;
}



.section6-dropair{float: left;width: 100%;padding: 22px 0px;background-image: url("../images/s6-bg.png");height: 100px;}

.s6{
float: left;
width: 100%;
}


.s6 p{
float: left;
width: 100%;
font-size: 17px;
font-weight: 700;
text-align: center;
line-height: 30px;
color: white;
margin-bottom: 0px;
}



.footer{
float: left;
width: 100%;
background: white;
padding: 35px 0px;
}

.fbox-1{
float: left;
width: 100%;
}

.fbox-1 img{
float: left;
}


.fbox-2{float: left;width: 100%;padding: 14px 0px;}

.fbox-2 a{float: left;color: black;font-size: 14px;font-weight: normal;/* margin-left: 10px; */text-align: center;margin-left: 20px;}

.fbox-2 a:hover{
text-decoration: none;
}


.fbox-3{float: left;width: 100%;padding: 8px 0px;}

.fbox-3 img{float: right;margin-left: 10px;}


.copyright {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(180deg, rgba(19,18,18,1) 0%, rgba(33,33,33,1) 100%);
}

.c-right-1 {
    float: left;
    width: 50%;
}

.c-right-1 p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: white;
    margin-bottom: 0px;
}

.c-right-2 {
    float: left;
    width: 50%;
}

.c-right-2 p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    color: white;
    margin-bottom: 0px;
}

.c-right-2 a {
    color: white;
    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-decoration: none;
}

.c-right-2 a:hover {
    color: #acacac;
    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-decoration: none;
}
























@media(max-width: 575px){
    .hamburgermenu {
    display: none;
}
.overlay{
display: none;
}
.s3 img {
    width: 100%;
}
.s2-xtra-1 {
    width: 100%;
    margin-top: 40px;
}
.logo img {
    margin-top: 5px;
    width: 185px;
}
.header_menu_area {
    float: right;
}
.slide {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 0px;
}
.bannercontent {
    width: 100%;
}
.bannercontent h6 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.bannercontent h6 br{
    display: none;
}
.bannercontent p {
    text-align: center;
}
.bannercontent p br{
   display: none;
}
.banner-btn a {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 63%;
    padding: 10px 15px;
}
.bannerimage {
    width: 100%;
    padding-top: 0px;
}
.bannerimage img {
    width: 100% !important;
    margin-top: 56px;
}
.slide .item .cover .header-content {
    margin-top: 130px;
}
.slide {
    height: 900px;
}
.s1 {
    float: left;
    width: 100%;
    padding: 95px 0px;
    text-align: center;
}
.s1 h3 {
    width: 56%;
    height: 39px;
    padding: 12px 0px;
}
.s1 h2 {
    font-size: 40px;
}
.s1 h2 br{
    display: none;
}
.s1 p {
    margin-bottom: 0px;
}
.section1-dropair {
    height: auto;
}
.section2-dropair {
    padding: 90px 0px;
}
.s2-hd h2 {
    font-size: 40px;
}
.s2 {
    margin-top: 40px;
}
.s2-hd p br{
    display: none;
}
.s2 h3 {
    text-align: center;
}
.s2 p {
    text-align: center;
}
.s2-xtra {
    width: 100%;
    margin-top: 40px;
}
.s2-xtra h3 {
    text-align: center;
}
.s2-xtra p {
    text-align: center;
}
.s2-xtra-1 h3 {
    text-align: center;
}
.s2-xtra-1 p {
    text-align: center;
}
.section3-dropair {
    padding: 90px 0px;
}
.s3-hd h2 {
    font-size: 40px;
}
.s3-hd p br{
    display: none;
}
.s3 {
    margin-top: 30px;
}
.s3-1 {
    margin-top: 30px;
}
.s3-bx-1 {
    float: left;
    width: 100%;
}
.s3-bx-2 {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.s3-bx-2 h3 {
    text-align: center;
}
.s3-bx-2 p {
    width: 100%;
    text-align: center;
}
.section4-dropair {
    padding: 90px 0px;
    padding-bottom: 0px;
    background-position: 100% -5%;
}
.s4-hd h2 {
    font-size: 40px;
}
.s4-hd p br{
    display: none;
}
.s4-hd {
    margin-bottom: 30px;
}
.glry-new {
    margin-bottom: 50px;
}
.vd-titels {
    padding-right: 10px;
    padding-left: 10px;
}
.section5-dropair {
    padding: 90px 0px;
}
.s5 h2 {
    font-size: 40px;
    text-align: center;
}
.s5 p {
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-align: center;
}
.s5box-1 {
    float: left;
    width: 100%;
}
.s5box-2 {
    float: left;
    width: 100%;
    margin-top: 21px;
}
.s5box-2 h3 {
    padding-left: 0px;
    text-align: center;
}
.s5box-2 p {
    padding-left: 0px;
    text-align: center;
}
.s5box-1-2 {
    float: left;
    width: 100%;
}
.abt-panel {
    font-size: 40px;
    text-align: center;
}
.contact-tag {
    text-align: center;
    padding-right: 0px;
}
.contact-label {
    text-align: center;
}
.contact-label br{
   display:none;
}
.section6-dropair {
    height: auto;
}
.fbox-1 {
    margin-bottom: 18px;
}
.fbox-1 img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fbox-2 a {
    text-align: center;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 15px;
}
.fbox-3 img {
    float: none;
    margin-left: 10px;
}
.fbox-3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.c-right-1 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.c-right-1 p {
    text-align: center;
}
.c-right-2 {
    float: left;
    width: 100%;
}
.c-right-2 p {
    text-align: center;
}
.h1 {
    display: none;
}
.slide .item {
    height: 790px;
}
}



@media(min-width: 576px) and (max-width: 991px){
       .hamburgermenu {
    display: none;
}
.overlay{
display: none;
}
.logo {
    margin-top: 20px;
}
.h1 {
    display: none;
}
.bannerimage img {
    width: 100% !important;
    padding-bottom: 61px;
}
.bannercontent h6 {
    font-size: 45px;
    line-height: 68px;
}
.bannercontent h6 br{
    display: none;
}
.bannercontent {
    margin-top: 0px;
}
.bannercontent p br{
    display: none;
}
.slide .item .cover .header-content {
    margin-top: 0px;
}
.bannerimage {
    margin-top: 50px;
}
.slide {
    height: 665px;
}
.s1 {
    padding: 56px 0px;
}
.s1 h3 {
    width: 21%;
}
.s1 h2 {
    font-size: 45px;
}
.section1-dropair {
    height: auto;
}
.s1 p {
    margin-bottom: 0px;
}
.s2-hd h2 {
    font-size: 45px;
}
.s2-hd p br{
    display: none;
}
.s2-xtra {
    width: 100%;
}
.s2-xtra-1 {
    width: 100%;
}
.s3-hd h2 {
    font-size: 45px;
}
.s3-hd p br{
    display: none;
}
.s3 {
    margin-top: 50px;
}
.s3-bx-2 h3 {
    text-align: left;
}
.s4-hd h2 {
    font-size: 45px;
}
.s4-hd p br{
    display: none;
}
.glry-new {
    margin-bottom: 50px;
}
.vd-titels {
    padding-left: 10px;
    padding-right: 10px;
}
.section4-dropair {
    padding-bottom: 30px;
    background-position: 100% -7%;
}
.s5 p {
    padding-top: 15px;
    padding-bottom: 30px;
}
.abt-panel {
    margin-top: 35px;
}
.fbox-2 a {
    margin-left: 25px;
}
.footer {
    padding: 20px 0px;
}
.fbox-1 img {
    float: left;
    width: 100%;
}
.fbox-1 {
    padding: 12px 0px;
}
.fbox-3 {
    padding: 20px 0px;
}
.fbox-3 img {
    width: 30px;
    float: right;
    margin-left: 7px;
}
.header1 {
    float: left;
    width: 100%;
    height: 0px;
    background: white;
    position: relative;
}
.header_menu_area > .mob_nav {
    margin: 35px 22px;
}
}




@media(min-width: 576px) and (max-width: 767px){
   .slide {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 0px;
}
.bannercontent {
    width: 100%;
    margin-top: 0px;
}
.bannercontent h6 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.bannercontent h6 br{
    display: none;
}
.bannercontent p {
    text-align: center;
}
.bannercontent p br{
   display: none;
}
.banner-btn a {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 63%;
    padding: 10px 15px;
}
.bannerimage {
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
}
.bannerimage img {
    width: 55% !important;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.slide .item .cover .header-content {
    margin-top: 60px;
}
.slide {
    height: 790px;
}
.s1 h3 {
    width: 30%;
}
.info-tag br{
    display: none;
}
.fbox-1 img {
    float: none;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fbox-2 a {
    margin-left: 26px;
}
.fbox-3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0px;
}
.fbox-3 img {
    width: 30px;
    float: none;
    margin-left: 7px;
}
.fbox-1 {
    padding: 3px 0px;
}
.c-right-1 {
    float: left;
    width: 100%;
}
.c-right-2 {
    float: left;
    width: 100%;
}
.c-right-1 p {
    text-align: center;
}
.c-right-2 p {
    text-align: center;
}
}


@media (min-width:992px) and (max-width:1024px) {
.hamburgermenu {
    display: none;
}
.overlay {
    display: none;
}
}


@media(min-width: 1024px) and (max-width: 1200px){
  .vd-titels {
    padding-left: 10px;
    padding-right: 10px;
}
.info-tag {
    font-size: 14px;
}
.fbox-2 a {
    margin-left: 19px;
}
.header_menu_area {
    float: right;
}
.h1 {
    display: none;
}
}







@media (min-width:1500px) and (max-width:1600px) {

}

@media (min-width:1601px) and (max-width:1920px) {

}

@media (min-width:1700px) and (max-width:1920px) {


}


@media (min-width: 1880px) and (max-width: 1920px){

}

@media (min-width: 1920px) and (max-width: 2560px){

}




@media (min-width:1024px) and (max-width:1024px) {

}


