html{
    overflow-x: hidden;
}
body{
    margin: 0px !important;
  padding: 0px;
 overflow-x: hidden;
  font-family: "Quicksand", sans-serif;

}



.popup.active .popup-content {
    margin-top: 0px;
}
.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s;
}



.popup.active {
    top: 0;
    background-color: #000000a8;
    transition: background-color .6s, opacity .6s;
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.req-form {
    width: 427px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background-color: #196517;
    background-size: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding: 30px 30px 30px 30px;
    top: 0;
    position: relative;
    right: 0;
     height: 100%; 
    z-index: 99;
}
.form-inner h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: white;
}
.form-inner p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: white;
}
.m-bx-11 {
    float: left;
     margin: 0px 3%; 
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 10px;
}
.m-bx-11 input {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
     text-transform: uppercase; 
    height: 49px;
     padding: 0 20px !important; 
    outline: none !important;
    background: #ffffff;
    width: 100% !important;
    border: none !important;
    transition: all 500ms ease;
    border: solid 1px transparent;
     margin-top: 3px; 
    width: 100%;
    float: left;
    padding: 10px 28px;
    margin-top:17px; 
    border-radius: 10px;
}


.m-bx-11-btn{
    width: auto;
    float: left;
}
.m-bx-11-btn button{
    border:1px solid transparent;
    width: 100%;
    float: left;
    text-align: center;
    padding: 8px 35px 8px 35px;
    background: rgb(232, 0, 112);
    background: linear-gradient(82deg, rgba(232, 0, 112, 1) 0%, rgba(164, 1, 130, 1) 100%);
    color: white;
    font-size: 17px;
    font-weight: 400;
    border-radius: 25px;
    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;
}
.m-bx-11-btn button:hover{
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(82deg, rgba(164, 1, 130, 1) 0%, rgba(232, 0, 112, 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;
}




























.banner{
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url('../images/banner.webp');
}

.headar{
    z-index: 11;
    width:100%;
    float: left;
    background-color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 15px;
}
.logo{
    width: 40%;
    float: left;
}
.logo img{
    width: 180px;
    float: left;
}
.menus{
    width: 60%;
    float: left;
}






.header_menu_area {
    padding-top: 20px;
  /* width: 100%; */
  float: left;
  position: relative;


}
.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: 0px;
    float: right;
    
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
      
.header_menu_area > ul > li > a:hover {
          color: #1A6417;
          
}
   





.header_menu_area > ul > li > a:after {
    top: 0px;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: relative;
    background: #1A6417 ;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.75s ease-in-out;
    width: 0;
}
.stable{
    color:#1A6417 !important;
}
.stable:after {
    top: 31px;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    height: 2px !important;
    left: 50% !important;
    position: relative !important;
    background: #1A6417 !important;
    width: 100% !important;
    left: 0 !important;
    transform: scaleX(1) !important;
    transform-origin: left !important;
    transition: transform 0.25s ease-in-out !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;
}






.header_menu_area > ul > li > a:hover:after {
    /* width: 35%; */
    /* left: 0; */
    /* transform: scaleX(1); */
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
}
.header_menu_area > ul > li > a:hover:after {
    width: 100%;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.25s ease-in-out;
}















.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
  
  color: #ffffff !important;
  
  /* border-bottom: solid 4px #0f703a; */
}



@media (max-width: 1024px) {
    .on-mob{
        display: block;
    }

.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; 
    width: 100%;
    margin-top: -70px;
}

.header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
     margin: 25px 0px 0px 0px;
      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: #1f2e39;
    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: #1f2e39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #1f2e39;
    -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: #1f2e39;
    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: 93px;
    text-align: center;
}

.header_menu_area > ul > li {
      width: 100%; 
}

.header_menu_area > ul > li > a {
        color: #fff!important;
        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);
} 
.header_menu_area > ul {
    padding-bottom: 36px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 21px;
}

}

.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;
}

.m-b{
    color: black!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;
}
.m-b:hover{
    color: white!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;
}
.header_menu_area > ul > li > a {
    width: auto;
    color: black;
    font-weight: 400;
    float: left;
    position: relative;
    font-size: 17px;
    letter-spacing: 0px !important;
   padding: 0px 23px 9px 23px;
    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;
    text-align: center;
}
/**/
/*.header_menu_area > ul > li > a:hover:after{
     width: 35%; 
  left: 0; 
  transform: scaleX(1);
      transform-origin: left;
      transition: transform 0.25s ease-in-out;
}
*/
.menu ul li a:hover, .menu ul li:hover>a {
    /*background: white;*/
    color: black;
    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;
}


.header_menu_area > ul > li > a svg {
    width: 15px;
    fill: 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;
}


.header_menu_area > ul > li > a:hover svg{
fill: #ff8f29;
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;
  /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 30px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgba(238,50,39,1) 0%, rgba(248,148,30,1) 100%);
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 18px;
}


.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;
   /* display: block;*/
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 10px 10px;
    display: block;
    color: white;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    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-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 #98C02D;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #98C02D;
    border-width: 6px;
    margin-left: -6px;
    display: none;
}

.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);
}

.menu-btn{
    padding-top: 10px;
    float: right;

}


.menu-btn a {
    float: left;
    background: transparent;
    text-align: center;
    color: white;
    padding: 11px 0px;
    height: 46px;
    width: 146px;
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    background: rgb(232, 0, 112);
    background: linear-gradient(82deg, rgba(232, 0, 112, 1) 0%, rgba(164, 1, 130, 1) 100%);
    border-radius: 33px;
    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-btn a:hover{
color: #ffffff;
    text-decoration: none;
   background: linear-gradient(82deg, rgba(164,1,130,1) 0%, rgba(232,0,112,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;
}



.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    outline: none;
    cursor: pointer;
    z-index: 100;
    transition: .5s;
    background-size: 200% auto;
   background: linear-gradient(82deg, rgba(232, 0, 112, 1) 0%, rgba(164, 1, 130, 1) 100%);
    color: white;
}
.main-btn-circle:hover{   
  background-position: right center;
    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;
}




.popup .main-btn-rect{
  padding: 10px 100px;
}



.form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.popup .fade-out{
  position: absolute;
     top: 11px;
    right: 12px;
  text-align: center;
  font-size: 15px;
}

.request-sec {
    position: absolute;
    right: 0;
    width: 100%;
    top: -450px;
    right: 0;
    height: 100%;
    /* background: #00000096; */
    z-index: 9999999;
}




.m-bx-1{
   float: left;
    /*margin: 0px 3%;*/
    border: 1px solid transparent;
    width: 100%;
    /*padding-top: 40px;
    height: 115px;*/
}
.m-bx-1 input{
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
   
    border: none;
    transition: all 500ms ease;
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 28px;
    /* margin-top: 17px; */
    border-radius: 11px;
}


.m-bx-1 textarea{
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
   
    border: none;
    transition: all 500ms ease;
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 28px;
    /* margin-top: 17px; */
    border-radius: 11px;
}




.m-bx-1-btn{
    float: left;
    width: 100%;
}
.m-bx-1-btn button {
 float: left;
 text-align: center;
    background: transparent;
    color: white;
    padding: 13px 0px;
   width: 172px;
 height: 51px;
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #EE3227 0%, #F8941E 51%, #EE3227 100%);
    border-radius: 33px;
    outline: none;
    border: 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;

}
.m-bx-1-btn button img{
   float: none;
   width: 13px!important;
   display: inline-block!important;
   margin-left: 15px;
   margin-top: -3px;
}
.m-bx-1-btn button:hover{
   text-decoration: none;   
    color: white;
    background-position: right center;
    color: #fff;
    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;
}
.m-bx-1-btn button:focus {
    outline: none;
}















.hdr-lne{
 float: left;
    height: 17px;
    width: 1px;
    background: white;
    margin-top: 3px;
}



















@media(min-width: 1025px){
.wrapper{
    display: none;
}
}


@media(max-width: 1024px){
    
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #ee3926;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}.navItem ul li a {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: white;
    /* background: white; */
    border-bottom: 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;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}

    /***************************menu******************/

.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  margin: 15px;
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 43px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #a30181;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
.nav.active .navList {
    margin-top: 82px;
    background-color: black;
  display: flex;
  flex-direction: column;
  list-style: none;
/*  margin: 0;*/
  padding: 25px 0px 25px 0px;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 18px;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
}




.banner-hsds{
    padding-bottom: 130px;
/*    position: absolute;*/
    width: auto;
    float: left;
}
.banner-hsds h2{
  padding-top: 215px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 60px;
   line-height: 75px;
   font-weight: 700;
}
.banner-hsds p{
    width: 43%;
    float: left;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.banner-carousel .owl-nav {
    display: none;
}
.banner-carousel .owl-dots {
    top: -130px;
    position: relative;
    text-align: center;
    float: left;
    display: block;
    
}

.banner .owl-dots button span {
    background: white;
    width: 12px;
    height: 12px;
    float: right;
    border-radius: 30px;
    margin-right: 13px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.banner .owl-dot.active span {
    background: #A40182;
   
}












.contant1{
      width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;

}
.cont-img{
    width: 50%;
    float: left;
}
.cont-img img{
    width: 100%;
    float: left;
}
.contant1-had{
    padding-left: 58px;
    width: 50%;
    float: left;
}
.contant1-had h2{
    padding-bottom: 9px;
    width: 100%;
    float: left;
    text-align: left;
    color: #186417;
    font-size: 54px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 0px;
}
.contant1-had p{
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.read{
    padding-top: 10px;
    width: auto;
    float: left;
}
.read a{
    width: 100%;
    float: left;
    text-align: center;
   padding: 11px 35px 11px 35px;
   background: rgb(232,0,112);
background: linear-gradient(82deg, rgba(232,0,112,1) 0%, rgba(164,1,130,1) 100%);
    color: white;
    font-size: 17px;
    font-weight: 400;
    border-radius: 25px;
    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;
}



.read a:hover{
color: #ffffff;
    text-decoration: none;
   background: linear-gradient(82deg, rgba(164,1,130,1) 0%, rgba(232,0,112,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;
}










.contant2{
       padding-top: 65px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
    background-size: cover;
    background-image: url(../images/highlighs.webp);
}
.cont2-hd{
    width: 100%;
    float: left;
    
    padding-bottom: 60px;
}
.cont2-hd h3{
      padding-bottom: 7px;
    width: 100%;
    float: left;
    text-align: center;
    color: #A3027E;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
.cont2-hd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    font-size: 55px;
    line-height: 69px;
    font-weight: 700;

}
.cont2-whbx{
    border: 1px solid transparent;
    width: 100%;
    float: left;
    background-color: white;
    padding: 35px 25px 35px 25px;
    border-radius: 20px;
}
.cont2-whbx:hover{
    border:1px solid #E2007D;
    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;

}
.cont2-whbx:hover h2{
color: #E2007D;
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;
}




.cont2-whbx img{
    width: 70px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.cont2-whbx h2{
    padding-bottom: 15px;
    padding-top: 25px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
}
.cont2-whbx p{
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}
.contant-last{
    width: 100%;
    float: left;
    background-color: white;
    padding-top: 80px;
    border-bottom: 1px solid #D9D9D9;

}
.cnt-lastimg{
    position: relative;
    width: 100%;
    float: left;

}
.cnt-lastimg img{
    width: 100%;
    float: left;
    border-top-left-radius:30px ;
    border-top-right-radius: 30px;
}
.cont-lasthd{
    padding-left: 95px;
    padding-top: 100px;
    position: absolute;
    width: auto;
    float: left;
}
.cont-lasthd h2{
       margin-bottom: 0px;
    padding-bottom: 23px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 55px;
    line-height: 69px;
    font-weight: 700;
}
.read-last{
    width: auto;
    float: left;
}
.read-last a{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 39px 10px 39px;
   background: rgb(232,0,112);
background: linear-gradient(82deg, rgba(232,0,112,1) 0%, rgba(164,1,130,1) 100%);
    color: white;
    font-size: 17px;
    font-weight: 400;
    border-radius: 25px;
    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;
}

.read-last a:hover{
color: #ffffff;
    text-decoration: none;
   background: linear-gradient(82deg, rgba(164,1,130,1) 0%, rgba(232,0,112,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;
}






.footer{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 30px;

}
.ftr-bx1{
    width: 100%;
    float: left;
}
.ftr-bx1 img{
    width: 180px;
    float: left;
}
.ftr-bx1 p{
    width: 70%;
    float: left;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: black;
    padding-top: 19px;
}

.ftr-bx2{
    width: 100%;
    float: left;
}
.ftr-bx2 h2{
    padding-bottom: 12px;
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.ftr-bx2 a{
    text-decoration: none;
    width: 50%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.ftr-bx3 h2{
    padding-bottom: 12px;
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px; 
}
.ftr-bx3 p{
    width: 60%;
    float: left;
    color: black;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}
.copy{

    width: 100%;
    float: left;
   
}
.copy1{
    padding-bottom: 32px;
    padding-top: 31px;
    width: 100%;
    float: left;
     border-top: 1px solid #D9D9D9;
}
.copy1 h2{
    margin-bottom: 0px;
    float: left;
    text-align: left;
    width: 50%;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.copy1 h3{
    margin-bottom: 0px;
    float: left;
    text-align: right;
    width: 50%;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.copy1 h3 a{
    text-decoration: none;
    color: black;
}

.inner-page{
      width: 100%;
    float: left;
    background-color: #176517;
    padding-top: 130px;
    padding-bottom: 31px;
}
.inner-page h2{
    width: 100%;
    float:left;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}
.abut-page{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-hds{
    width: 100%;
    float: left;
    padding-bottom: 70px;

}
.about-hds h2{
    padding-bottom: 10px;
    width: 100%;
   
    text-align: left;
    color: black;
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
}
.about-hds p{
    color: black;
    width: 100%;
    text-align: justify;
    color: black;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.about-hds img{
    float: right;
    width: 460px;
    margin-left: 46px;
}

.in-ab-vision {
    float: left;
    width: 100%;
  border: 1px solid #E2007D;
    padding: 35px 55px 45px 55px;
    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;
}
.in-ab-vision h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: black;
    margin-bottom: 0px;
}
.in-ab-vision p {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: black;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.serv-hd{
        padding-bottom: 50px;
    width: 100%;
    float: left;
}
.serv-hd h2{
    width: 100%;
    float: left;
    color: black;
      font-size: 60px;
    font-weight: 700;
    text-align: center;

}
.serv-hd p{
    width: 100%;
    text-align: center;
    color: black;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.servi-main{
    width: 100%;
    float: left;
}
.servi-main p{
    width: 100%;
    color: black;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;

}
.servi-main img{
    float: right;
width: 460px;
    margin-left: 46px;

}
.contact-ful {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: #f6f6f6;
}
.adr-section {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: white;
    padding: 25px 30px;
    border-radius: 20px;
    height: auto;
}
.adr-section h1 {
    float: left;
    width: 100%;
    color: black;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-top: 4px;
    /* padding-bottom: 0px; */
}
.adr-section p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: black;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.adr-section p a {
    color: black;
}
.contact-form {
    float: left;
    width: 100%;
    padding-left: 80px;
}
.contact-form-hed {
    float: left;
    width: 100%;
    padding: 25px 30px;
    background: white;
    border-radius: 15px 15px 0px 0px;
}
.contact-form-hed h3 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 32px;
    color: black;
}
.contact-form-hed p {
    float: left;
    font-weight: normal;
    font-size: 15px;
    color: black;
    margin-bottom: 0px;
    margin-top: 8px;
}
.h-form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(118 118 118 / 22%);
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.contact-forms {
    float: left;
    width: 100%;
    background: white;
    padding: 45px 25px;
    border-radius: 0px 0px 15px 15px;
}
.contact-form-snd a {
    text-decoration: none;
float: left;
    background: transparent;
    text-align: center;
    color: white;
    padding: 11px 0px;
    height: 46px;
    width: 146px;
    font-size: 15px;
    font-weight: 500;
    transition: .5s;
    background: rgb(232, 0, 112);
    background: linear-gradient(82deg, rgba(232, 0, 112, 1) 0%, rgba(164, 1, 130, 1) 100%);
    border-radius: 33px;
    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-form-snd a:hover {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(82deg, rgba(164, 1, 130, 1) 0%, rgba(232, 0, 112, 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;
}















.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
}
.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: black;
    font-size: 49px;
    line-height: 59px;
    margin-bottom: 15px;
}
.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: black;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 50px;
}

.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 5px;
}
.contact-snd {
    /* text-transform: uppercase; */
    border-radius: 33px;
    font-size: 15px;
    font-weight: 500;
    height: 44px;
    width: 149px;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /* width: 81%; */
    text-align: center;
    padding: 9px 0px;
    border: none;
  background: rgb(232, 0, 112);
    background: linear-gradient(82deg, rgba(232, 0, 112, 1) 0%, rgba(164, 1, 130, 1) 100%);

    color: white;
    float: left;
    margin-top: 11px;
    /* border: solid 2px #a3238e; */
    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 {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(82deg, rgba(164, 1, 130, 1) 0%, rgba(232, 0, 112, 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;
}













.contact-form-snd {
    float: left;
    width: 100%;
    margin-top: 15px;
}


@media (max-width:400px){
    .banner-hsds h2{
        font-size:46px !important;
    }
    .cont2-hd h2 br{
        display:none !important;
    }
    .cont2-hd h2 {
    font-size: 36px !important;
    line-height: 54px !important;
} 
.cont2-hd {
    padding-bottom: 0px;
}
.cont-lasthd h2 {
    padding-bottom: 0px !important;
    font-size:26px !important;
}
.cont-lasthd {
    padding-top:0px !important;
}
.about-hds h2 {
    font-size: 41px !important;
    line-height: 61px !important;
}
.serv-hd h2 {
    line-height: 41px !important;
    font-size: 27px !important;
}











}






@media (max-width:575px){
    .in-ab-vision {
        padding: 35px 40px 45px 40px;
    }

.banner-carousel .owl-dots {
    display: none;
    
}
.read-last {
    width: 100%;
    float: left;
}
.read-last a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    width: auto;
    float: none;
}





.read {
    padding-top: 10px;
    width: 100%;
    float: left;
}
.read a {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    float: none;
}




    .contact-form-hed {
    margin-top: 40px;
}
    .serv-hd {
    padding-bottom: 25px;
}
    .copy1 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.copy1 h2 {
    padding-bottom: 2px;
}
.banner-hsds h2 br{
    display: none;
}
.menu-btn {
    display: none;
}


.banner-hsds h2 {
    padding-top: 170px;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
}

.banner-hsds p {
    width: 100%;
    text-align: center;
}

.banner-hsds {
    padding-bottom: 60px;
}

.cont-img {
    width: 100%;
}
.contant1-had {
    width: 100%;
    padding-left: 0px;
}


.contant1-had h2 {
    text-align: center;
    font-size: 50px;
    line-height: 64px;
}
.contant1-had p {
    text-align: center;
}
.cont2-hd h2 {
    font-size: 45px;
    line-height: 60px;
}


.cont2-whbx {
    margin-top: 25px;
}

.cont-lasthd {
width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.cont-lasthd h2 {
        padding-bottom: 10px;
    text-align: center;
    float: left;
    font-size: 36px;

}
.cont-lasthd h2 br{
    display: none;
}
.ftr-bx1 img {
    width: 215px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-bx1 p {
    width: 100%;
    text-align: center;
    }

.footer {
    padding-top: 75px;
}

.ftr-bx2 h2 {
    text-align: center;
}

.ftr-bx2 a {
    text-align: center;
}

.ftr-bx3 h2 {
    text-align: center;
}
.ftr-bx3 p {
    width: 100%;
text-align: center;
}

.copy1 h2 {
    width: 100%;
    text-align: center;
}
.copy1 h3 {
   width: 100%;
    text-align: center;
}

.about-hds img {
    float: right;
    width: 100%;
     margin-left: 0px; 
}
.about-hds h2 {
    text-align: center;
    font-size: 55px;
    line-height: 69px;
}

.about-hds p {
    text-align: center;

}

.in-ab-vision {
    margin-bottom: 25px;
}
.serv-hd h2 {
    font-size: 50px;
}
.servi-main img {
    width: 100%;
    margin-left: 0px;
}
.servi-main p {
    padding-top: 25px;
    float: left;
    text-align: center;
}
.cr-wd {
    margin-right: 15px;
    margin-left: 15px;
}
.cr-wd h2 {
    font-size: 37px;
    line-height: 54px;
}
.contact-form {
    padding-left: 0px;
}



.adr-section h1 {
    text-align: center;
}

.adr-section p {
    text-align: center;
}
.contact-form-hed h3 {
    text-align: center;

}

.contact-form-hed p {
    text-align: center;
}



}












@media (min-width:576px) and (max-width:767px){


.banner-carousel .owl-dots {
    display: none;
    
}
.read {
    padding-top: 10px;
    width: 100%;
    float: left;
}
.read a {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    float: none;
}









.cont2-hd {
    padding-bottom: 20px;
}

.menu-btn {
    display: none;
}


.banner-hsds h2 {
    padding-top: 170px;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
}

.banner-hsds p {
    width: 100%;
    text-align: center;
}

.banner-hsds {
    padding-bottom: 60px;
}

.cont-img {
    width: 100%;
}
.contant1-had {
    width: 100%;
    padding-left: 0px;
}
.serv-hd {
    padding-bottom: 30px;
}

.contant1-had h2 {
    padding-top: 18px;
    text-align: center;
    font-size: 50px;
    line-height: 64px;
}
.contant1-had p {
    text-align: center;
}
.cont2-hd h2 {
    font-size: 45px;
    line-height: 60px;
}


.cont2-whbx {
    margin-top: 25px;
}

.cont-lasthd {
    width: 100%;
    padding-left: 0px;
 padding-top: 25px;
}
.cont-lasthd h2 {
    padding-bottom: 12px;
    font-size: 40px;
    text-align: center;
    float: none;
}
.cont-lasthd h2 br{
    display: none;
}
.ftr-bx1 img {
    width: 215px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.read-last {
    width: 100%;
    float: left;
}
.read-last a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
    width: auto;
    float: none;
}










.ftr-bx1 p {
    width: 100%;
    text-align: center;
    }

.footer {
    padding-top: 75px;
}

.ftr-bx2 h2 {
    text-align: center;
}

.ftr-bx2 a {
    text-align: center;
}

.ftr-bx3 h2 {
    text-align: center;
}
.ftr-bx3 p {
    width: 100%;
text-align: center;
}

.copy1 h2 {
    width: 100%;
    text-align: center;
}
.copy1 h3 {
   width: 100%;
    text-align: center;
}

.about-hds img {
    float: right;
    width: 100%;
     margin-left: 0px; 
}
.about-hds h2 {
    text-align: center;
    font-size: 55px;
    line-height: 69px;
}

.about-hds p {
    text-align: center;

}

.in-ab-vision {
    margin-bottom: 25px;
}
.serv-hd h2 {
    font-size: 50px;
}
.servi-main img {
    width: 100%;
    margin-left: 0px;
}
.servi-main p {
    padding-top: 30px;
    float: left;
    text-align: center;
}
.cr-wd {
    margin-right: 15px;
    margin-left: 15px;
}
.cr-wd h2 {
    font-size: 37px;
    line-height: 54px;
}
.contact-form {
    padding-left: 0px;
}

.adr-section {
    margin-top: 0px;
    margin-bottom: 28px;
}

.adr-section h1 {
    text-align: center;
}

.adr-section p {
    text-align: center;
}
.contact-form-hed h3 {
    text-align: center;

}

.contact-form-hed p {
    text-align: center;
}



}


@media (min-width:768px) and (max-width:991px){
.banner-carousel .owl-dots {
    top: -72px;
    
}

.cont-lasthd {
    width: 100%;
}
.cont-lasthd {
    padding-top: 25px;
}

.menu-btn {
    display: none;
}
.banner-hsds h2 {
    padding-top: 170px;
}
.banner-hsds p {
    width: 70%;
}
.banner-hsds {
    padding-bottom: 70px;
}

.cont-img {
    width: 100%;
}
.contant1-had {
    padding-top: 30px;
    padding-left: 0px;
    width: 100%;
}
.contant1-had h2 {
    font-size: 47px;
    line-height: 69px;
}
.cont2-whbx {
    margin-top: 0px !important;
}
.cont2-whbx{
    margin-bottom: 25px;

}
.ftr-bx3 p {
    width: 100%;
}
.ftr-bx1 p {
    width: 100%;
}
.about-hds img {
  
    width: 100%;
    margin-left: 0px;
}
.about-hds h2 {
    font-size: 50px;
    line-height: 65px;
}
.about-hds h2{
    text-align: center;
    padding-bottom: 15px;
}
.in-ab-vision {
    margin-top: 20px;
}
.servi-main img {
  
    width: 100%;
    margin-left: 0px;
}
.servi-main p {
    float: left;
    text-align: center;
    padding-top: 25px;
}
.contact-form {
    padding-left: 0px;
}



}







@media (min-width:992px) and (max-width:1024px){
    
    
    
    .banner-carousel .owl-dots {
    top: -95px;
        
    }
.cont-lasthd {
    padding-top: 63px;
}

.cont-lasthd {
    width: 100%;
}
.menu-btn {
    display: none;
}
.banner-hsds p {
    width: 53%;
}
.banner-hsds {
    padding-bottom: 100px;
}

.contant1-had {
    width: 55%;
    padding-left: 45px;
}

.cont-img {
    padding-top: 72px;
    width: 45%;
}
.cont2-hd {
    padding-bottom: 45px;
}

.about-hds img {
    margin-top: 91px;
     margin-left: 0px;
}
.contact-form {
    padding-left: 0px;
}



}



@media (min-width:1025px) and (max-width:1199px){

.cont-lasthd {
    padding-top: 63px;
}

.cont-lasthd {
    width: 100%;
}
.header_menu_area > ul {
    margin-left: -115px;
}

.cont-img {
     padding-top: 61px;
    width: 45%;
}
.contant1-had {
    padding-left: 40px;
    width: 55%;
}
.ftr-bx3 p {
    width: 62%;
}
.about-hds img {
    margin-top: 24px;
 
     margin-left: 0px; 
}
.contact-form {
    padding-left: 0px;
}





}