@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
    margin:0px;
    padding:0px;
}
.clearall {
    padding:0px;
    margin:0px;
    font-family: 'Bungee', cursive;
}
::selection {
    background:#643412;
    color:#fff;
}
::-moz-selection {
    background:#643412;
    color:#fff;
}
a:hover{
    text-decoration:none;
}
a{
    text-decoration:none;
    font-family: 'Poppins', sans-serif;
}
a:focus{
    outline:0;
    text-decoration:none;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}
.clearfix::after {
    clear: both;
}
.clearfix::before,
.clearfix::after {
    display: table;
    content: "";
    line-height: 0;
}
html {
  scroll-behavior: smooth;
   width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    *overflow-x: hidden;
    *color: #123448;
    -webkit-text-size-adjust: 100%;
    *font-family: 'Bungee', cursive;
    overflow: hidden;
   /*  background: linear-gradient(to right top, #65dfc9, #6cdbeb) ; */
   background: #fff;


}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: inherit;
}
p {
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: #666;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: inherit;
}
.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    /* border-bottom: 1px solid #ececec; */
    padding: 10px 0px;
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    height: inherit;
}
.top_hdr{
    width: 100%;
    position: relative;
    float: left;
    *background:#c5d127;
    background: #643412; 
    padding: 10px 0;
}
.top_hdr_main{
    width: 100%;
    position: relative;
    float: left;   
}
.top_hdr_main_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.top_hdr_main_cnt a{
    width: fit-content;
    position: relative;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit; 
    transition: 0.3s ease-in-out;
    padding-right: 10px;   
}
.top_hdr_main_cnt a:hover{
    color:#c5d127; 
}
.top_hdr_main_solnk{
    width: fit-content;
    position: relative;
    float: right;
    text-align: right;    
}
.top_hdr_main_solnk a{
    width: fit-content;
    position: relative;
    float: left;
    font-size: 15px;
    color: #fff;
    padding-left: 10px;  
    transition: 0.3s ease-in-out;  
}
.top_hdr_main_solnk a:hover{
    color:#c5d127;    
}
.top_menu{
    width: 100%;
    position: relative;
    float: left;
    padding: 10px 0;
}
.top_menu_main{
    width: 100%;
    position: relative;
    float: left;
}
.top_menu_main_box{
    width: 100%;
    position: relative;
    float: left; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;   
}
.top_menu_main_box_fig{
    width: 75%;
    position: relative;
    float: left;    
}
.top_menu_main_box_fig img{
    width: 100%;
    object-fit: cover;    
}
.top_menu_main_box_lst{
    width: 100%;
    position: relative;
    float: left;    
}
.top_menu_main_box_lst .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_menu_main_box_lst .nav {
    width: 100%;
    position: relative;
    float: left; 
}

.top_menu_main_box_lst .nav ul {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.top_menu_main_box_lst .nav ul li {
  position: relative;
  float: left;
}

.top_menu_main_box_lst .nav ul li + li {
  margin-left: 1px;
}

.top_menu_main_box_lst .nav ul li a {
    display: inline-block;
    color: #643412;
    text-decoration: none;
    padding: 10px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase; 
    transition: 0.3s ease-in-out;
}
.top_menu_main_box_lst .nav ul li a:hover{
    color: #fff;
}


.top_menu_main_box_lst .nav ul li > ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 100%;
  left: -1px;
  z-index: 2;
  text-align: left;
}
.top_menu_main_box_lst .nav ul li  > ul li ul {
  display: none;
  position: absolute;
  width: 150px;
  top: 0%;
  left: 150px;
  z-index: 2;
  text-align: left;
}
.top_menu_main_box_lst .nav ul li > ul li {
  float: none;
  margin: 0;
  background:#c5d127;
}
.top_menu_main_box_lst .nav ul li > ul li a {
  display: block;
  border-top: 1px solid #555;
  color: #fff;
  font-size: 14px;
}

.top_menu_main_box_lst .nav ul li > ul li a:hover {
  border-top: 1px solid #646464;
  background: #c5d127;
}
.top_menu_main_box_lst .nav ul li > ul li ul li a:hover {
  border-top: 1px solid #646464;
  background: #643412;
}
.top_menu_main_box_lst .nav ul li:hover a, .nav ul li.active a {
  background: #c5d127;
}

.top_menu_main_box_lst .nav ul li.active {
  pointer-events: none;
}

.top_menu_main_box_btn{
    width: 100%;
    position: relative;
    float: left;    
}
.btn_all{
    width: fit-content;
    display:block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase; 
    transition: 0.3s ease-in-out;
    background:#643412;    
}
.btn_all:hover{
  background: #c5d127;
  color: #fff;  
}
.bnnr_sec{
    width: 100%;
    position: relative;
    float: left;
}
.bnnr_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.bnnr_sec_main_box{
    width: 100%;
    position: relative;
    float: left;    
}
.bnnr_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;    
}
.bnnr_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;    
}
.bnnr_sec_main_box_cnt{
    width: 100%;
    position: absolute;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);   
}
.bnnr_sec_main_box_cnt_all{
    width: 100%;
    position: relative;
    float: left;    
}
.bnnr_sec_main_box_cnt_all h1{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Bungee', cursive;
    font-size: 60px;
    font-weight:100;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase; 
    color: #fff;    
}

.bnnr_sec_main_box_cnt_btn{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;  
    padding-top: 20px; 
}
.bnnr_sec_main_box_cnt_btn .btn_all{
    background: #c5d127;
}
.bnnr_sec_main_box_cnt_btn .btn_all:hover{
    background: #643412;
}
.bnnr_sec .owl-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    top: 42%;
    left: 0%;
    padding: 0 15px;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;    
}
.bnnr_sec button.owl-prev {
    background: #c5d127 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-left: -16px;
}
.bnnr_sec button.owl-next {
    background: #c5d127 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    position: absolute;
    right: 0;
}
.bnnr_sec button.owl-dot{
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #fff;
   margin:0px 5px;
   outline: none;
}
.bnnr_sec button.owl-dot.active{
    background: #c5d127;
    width: 15px;
   height: 15px;
}
.bnnr_sec .owl-dots{
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    bottom:25px;
    margin-top: 20px;
}
.abtus_sec{
    width: 100%;
    float: left;
    position: relative;  
    padding: 50px 0 10px 0;  
}
.abtus_sec_main{
    width: 100%;
    float: left;
    position: relative; 
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.abtus_sec_main_fig{
    width: 100%;
    float: left;
    position: relative;     
}
.abtus_sec_main_fig img{
    width: 100%;
    object-fit: cover;     
}
.abtus_sec_main_box{
    width: 100%;
    float: left;
    position: relative;     
}
.abtus_sec_main_box_hdng{
    width: 100%;
    float: left;
    position: relative;     
}
.abtus_sec_main_box_hdng h2{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight:100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase; 
    color: #643412;
    padding: 5px 0;    
}
.abtus_sec_main_box_hdng p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;     
}
.abtus_sec_main_box_hdng h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #c5d127;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;     
}
.abtus_sec_main_box_pnt{
    width: 100%;
    float: left;
    position: relative;     
}
.abtus_sec_main_box_pnt_lst{
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 16px 32px 0 rgb(7 28 31 / 10%);
    padding: 20px;
    border-left: 8px solid #643412; 
    margin-top: 20px;    
}
.abtus_sec_main_box span{
    width: 100%;
    float: left;
    position: relative;
    font-size: 30px;
    color: #643412;     
}
.abtus_sec_main_box_pnt_lst_hndg{
    width: 100%;
    float: left;
    position: relative;     
}
.abtus_sec_main_box_pnt_lst_hndg h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #c5d127;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit; 
    padding:5px 0;    
}
.abtus_sec_main_box_pnt_lst_hndg p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;     
}
.bldngflt_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 50px 0; 
    background: #F2F6F7;
    margin: 50px 0 10px 0;   
}
.bldngflt_sec::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/21.jpg);
    height: 100%;
    width: 48%;
    left: auto;
    right: 0;
    top: 0;
}
.bldngflt_sec_main{
    width: 100%;
    float: left;
    position: relative;    
}
.bldngflt_sec_main_cnt{
    width: 100%;
    float: left;
    position: relative;    
}
.bldngflt_sec_main_cnt h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #c5d127;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;     
}
.bldngflt_sec_main_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight:100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase; 
    color: #643412;
    padding: 15px 0 15px 0;     
}
.bldngflt_sec_main_cnt ul{
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 15px 0 0 0 ;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;    
}
.bldngflt_sec_main_cnt ul li{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
    padding-left: 28px;
    margin-top: 10px;    
}
.bldngflt_sec_main_cnt ul li::before{
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #c5d127;
    font-size: 15px;    
}
.player-wrapper .btn {
  width: 90%;
  height: 60px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  font-size: 20px;
  color: #fff;
  background: -webkit-linear-gradient(
    left,
    #c5d127 40%,
    #c5d127 70%,
    #c5d127 100%
  );
  background: -o-linear-gradient(right, #c5d127 40%, #c5d127 70%, #c5d127 100%);
  background: -moz-linear-gradient(
    right,
    #c5d127 40%,
    #c5d127 70%,
    #c5d127 100%
  );
  background: linear-gradient(to right, #c5d127 40%, #c5d127 70%, #c5d127 100%);
  cursor: pointer;
}
.player-wrapper {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-18%, 150%);
    transform: translate(-18%, 150%);
    justify-content: center;
    align-items: center;
}
.player-wrapper:nth-child(2) {
  left: 60%;
}
.player-wrapper .player {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 100;
}
.player-wrapper .player .playImg {
  margin: 29px 0 0 31px;
}
.player-wrapper .player .pauseImg {
  margin: 29px 0 0 28px;
}
.player-wrapper .player-circles {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.player-circles .circle {
  background: rgba(197,209,39, 0.1);
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.player-circles .c-1 {
  -webkit-animation: 2000ms scaleToggleOne infinite;
  animation: 2000ms scaleToggleOne infinite;
}
.player-circles .c-2 {
  -webkit-animation: 2000ms scaleToggleOne infinite;
  -webkit-animation-delay: 300ms;
  animation: 2000ms scaleToggleOne infinite;
  animation-delay: 300ms;
}
.player-circles .c-3 {
  -webkit-animation: 2000ms scaleToggleOne infinite;
  -webkit-animation-delay: 600ms;
  animation: 2000ms scaleToggleOne infinite;
  animation-delay: 600ms;
}
@-webkit-keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.player .controler {
  position: absolute;
}
.player .paused {
  width: 0;
  height: 0;
  top: 24px;
  left: 30px;
  border: 16px solid transparent;
  border-left: 26px solid #c5d127;
  border-right: 0;
}
.player .playing {
  width: 24px;
  height: 24px;
  top: 28px;
  left: 28px;
  background: #fff;
  border-radius: 0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}
.oursrvc_sec{
    width:100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.oursrvc_sec_main{
    width:100%;
    position: relative;
    float: left;
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.oursrvc_sec_main_box{
    width:100%;
    position: relative;
    float: left; 
}
.oursrvc_sec_main_box_fig{
    width: 100px;
    position: relative;
    float: none;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.oursrvc_sec_main_box_fig img{
    width:50%;
    object-fit: cover;   
}
.oursrvc_sec_main_box_cnt{
    width:100%;
    position: relative;
    float: left;
    padding-top: 20px;    
}
.oursrvc_sec_main_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #c5d127;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;
    padding: 5px 0;    
}
.oursrvc_sec_main_box_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;
    padding-bottom: 10px;    
}
.oursrvc_sec_main_box_cnt .btn_all{
    padding: 0px;
    color: #c5d127;
    width: 100%;
    font-size: 15px; 
    background: none;   
}
.oursrvc_sec_main_box_cnt .btn_all:hover{
    background: none; 
    color: #643412;  
}
.cntr_hdng{
    width: 100%;
    float: left;
    position: relative;    
}
.cntr_hdng h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #c5d127;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;   
}
.cntr_hdng h2{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight:100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase; 
    color: #643412;   
}
.fotr_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 0 30px 0;
    margin: 50px 0 0 0;
    background: #171B2A;
}
.fotr_sec_main{
    width: 100%;
    float: left;
    position: relative; 
}
.fotr_sec_main_fst{
    width: 100%;
    float: left;
    position: relative;    
}
.fotr_sec_main_fst_fig{
    width: 60%;
    float: left;
    position: relative; 
    padding-bottom: 15px;   
}
.fotr_sec_main_fst_fig img{
    width: 100%;
    object-fit: cover;    
}
.fotr_sec_main_fst_cnt{
    width: 100%;
    float: left;
    position: relative;    
}
.fotr_sec_main_fst_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;    
}
.fotr_sec_main_fst_cnt a{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
    display: block;
    padding-top: 8px;
    transition: 0.5s ease-in-out;    
}
.fotr_sec_main_fst_icn{
    width: fit-content;
    float: left;
    position: relative;    
}
.fotr_sec_main_fst_icn a{
    width: fit-content;
    position: relative;
    float: left;
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
    transition: 0.5s ease-in-out;    
}
.fotr_sec_main_fst_icn a:hover{
    color: #c5d127;
}
.fotr_sec_main_fst_cnt a:hover{
    color:#c5d127; 
}
.fotr_sec_main_qklnks{
    width: 100%;
    float: left;
    position: relative;    
}
.fotr_sec_main_qklnks_hdng{
    width: 100%;
    float: left;
    position: relative;    
}
.fotr_sec_main_qklnks_hdng h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;  
}
.fotr_sec_main_qklnks_lst{
    width: 100%;
    float: left;
    position: relative;    
}
.fotr_sec_main_qklnks_lst ul{
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.fotr_sec_main_qklnks_lst ul li{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;   
}
.fotr_sec_main_qklnks_lst ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    transition: 0.3s ease-in-out; 
    width: fit-content;
    padding-left: 0px;
    float: left;
    position: relative;   
}
.fotr_sec_main_qklnks_lst ul li a::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '//';
    font-family: fontawesome;
    color:#c5d127; 
    transform: translateY(0%);
    opacity: 0;
    visibility: hidden;
    margin-top: 12px;   
}
.fotr_sec_main_qklnks_lst ul li a:hover{
    padding-left: 25px;     
}
.fotr_sec_main_qklnks_lst ul li:hover a::before {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    transform: translateY(-50%);
}
.fotr_sec_main_map{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 20px;
}
.fotr_sec_main_map iframe{
    width: 100%;
    height: 200px;
}
.btm_sec{
    width: 100%;
    position: relative;
    float: left;   
}
.drem_sec{
    width: 100%;
    position: relative;
    float: left;
    margin: 50px 0 10px 0;
    padding: 60px 0 50px 0;
    background: url(../images/77.jpg); 
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;   
}
.drem_sec_main{
    width: 100%;
    position: relative;
    float: left; 
    background: #fff;
    padding: 20px 0;
    margin-top: 50px; 
    margin-bottom: -10%;
    box-shadow:  0 5px 20px 0 rgba(23, 44, 82, 0.1);  
}
.drem_sec_main_box{
    width: 100%;
    position: relative;
    float: left;     
}
.drem_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;     
}
.drem_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;     
}
.drem_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    background: #F2F6F7;
    padding: 30px;
    height: 470px;     
}
.drem_sec_main_box_cnt h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #c5d127;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;     
}
.drem_sec_main_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 0;     
}
.drem_sec_main_box_cnt ul{
    width: 100%;
    position: relative;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;     
}
.drem_sec_main_box_cnt ul li{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
    padding: 20px 0;     
}
.drem_sec_main_box_cnt span{
    position: relative;
    float: right;     
}
.drem_sec_main_box_cnt .btn_all{
    width: fit-content;
    float: left;    
}
.whte_hdng{
    width: 100%;
    position: relative;
    float: left;
}
.whte_hdng h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
}
.whte_hdng h2{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}
.drem_sec .owl-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    top: 42%;
    left: 0%;
    padding: 0 15px;
    visibility: visible;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;    
}
.drem_sec button.owl-prev {
    background: #c5d127 !important;
    color: #fff !important;
    float: left;
    position: relative;
    width: 40px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    margin-left: -16px;
}
.drem_sec button.owl-next {
    background: #c5d127 !important;
    color: #fff !important;
    float: right;
    position: relative;
    width: 40px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 5px;
    position: absolute;
    right: 0;
}
.drmhus_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 30px 0;
    margin: 50px 0 10px 0;
    background: #F2F6F7;
}
.drmhus_sec_main{
    width: 100%;
    position: relative;
    float: left; 
    margin-top: 50px;   
}
.drmhus_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    padding: 20px;
    background: #fff;    
}
.drmhus_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;     
}
.drmhus_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;    
}
.drmhus_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    padding-top: 15px;
}
.drmhus_sec_main_box_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;  
}
.drmhus_sec_main_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize; 
    padding: 10px 0;   
}
.drmhus_sec_main_box_cnt .btn_all{
    background: none;
    width: 100%;
    float: left;
    text-align: left;
    color: #c5d127;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;     
}
.lft_hdng{
    width: 100%;
    float: left;
    position: relative;    
}
.lft_hdng h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #c5d127;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;   
}
.lft_hdng h2{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #643412;    
}
.futprt_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
    background: #fafafa;
}
.futprt_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;    
}
.futprt_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    margin-top: 20px;     
}
.futprt_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;    
}
.futprt_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;    
}
.futprt_sec_main_box_fig_ovly{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;    
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.futprt_sec_main_box_fig_ovly a{
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;    
}
.futprt_sec_main_box_fig_ovly a:hover {
    background: #3c9dff;
    border: 2px solid #3c9dff;
}
.futprt_sec_main_box_fig:hover .futprt_sec_main_box_fig_ovly {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.futprt_sec_main_box_fig_btn{
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    padding: 15px;    
}
.futprt_sec_main_box_fig_btn a{
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    /*z-index: 20;*/ 
    background: #3c9dff;
    font-family: 'Poppins', sans-serif;
}
.futprt_sec_main_box_fig_btn2{
    width: fit-content;
    position: absolute;
    float: right;
    bottom: 0;
    right: 0;
    padding: 15px;    
}
.futprt_sec_main_box_fig_btn2 a{
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.futprt_sec_main_box_fig_prc{
    width: 100%;
    position: absolute;
    float: left;
    bottom: 0;
    left: 0;
}
.futprt_sec_main_box_fig_prc p{
    width:100%;
    position: relative;
    float: left;
    color: white;
    font-weight: 600;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
    font-family: 'Poppins', sans-serif;
}
.futprt_sec_main_box_cnt{
    width:100%;
    position: relative;
    float: left;
    padding: 20px;    
}
.futprt_sec_main_box_cnt h3{
    width:100%;
    position: relative;
    float: left;
}
.futprt_sec_main_box_cnt h3 a{
    width:100%;
    position: relative;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
    line-height: inherit;
    color: #120E43;
    transition: 0.3s ease-in-out;     
}
.futprt_sec_main_box_cnt h3 a:hover{
   color: #c48139;
}
.futprt_sec_main_box_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: inherit;
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 0;   
}
.futprt_sec_main_box_cnt ul{
    width:100%;
    position: relative;
    float: left; 
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none;   
}
.futprt_sec_main_box_cnt ul li{
    width: 100%;
    position: relative;
    float: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: inherit;
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    text-align: left;
    text-transform: uppercase;    
}
.futprt_sec_main_box_cnt ul li:nth-child(2){
    text-align: center;
}
.futprt_sec_main_box_cnt ul li span{
    width:100%;
    position: relative;
    float: left;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;    
}
.futprt_sec_main_box_cnt_btn{
    width:100%;
    position: relative;
    float: left;
    margin:20px 0 0;    
}
.futprt_sec_main_box_cnt_btn .btn_all{
    width: 100%;
}
.abt_sec{
    width:100%;
    position: relative;
    float: left;
}
.abt_sec_fig::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}
.abt_sec_main{
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;    
}
.abt_sec_main h1{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #fff;    
}
.abt_sec_fig{
    width:100%;
    position: relative;
    float: left;    
}
.abt_sec_fig img{
    width:100%;
    object-fit: cover;    
}
.bredcrom{
    padding: 5px 25px;
    margin: 0px;
    text-align: center;
    float: none;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    position: relative;
    background: #c5d127 none repeat scroll 0 0;
    margin-top: 30px;
}
.bredcrom ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bredcrom ul li{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.bredcrom ul li a{
    color: #fff;
}
.bredcrom ul li i{
    margin: 0 15px;
    font-size: 18px;
}
.abtust_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.abtust_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;    
}
.abtust_sec_main_fig{
    width: 100%;
    position: relative;
    float: left;
    /*border: 18px solid #c5d127;     */
}
.abtust_sec_main_fig img{
    width: 100%;
    object-fit: cover;    
}
.abtust_sec_main_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.abtust_sec_main_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
}
.abtust_sec_main_cnt span{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #c5d127;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;  
    padding-bottom: 5px;      
}
.abtust_sec_main_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;  
    padding-bottom: 5px;  
}
.large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}

.testimonial-section {
    padding-top: 80px;
    padding-bottom: 210px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}
.testimonial-section:before {
  position: absolute;
  left: -200px;
  top: 22%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 756px;
  content: "";
  -webkit-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.testimonial-section .sec-title {
  position: relative;
  margin-bottom: 115px;
}
.testimonial-section .sec-title .title {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-carousel {
  position: relative;
  max-width: 1100px;
  margin: 0 -50px;
}

.testimonial-block {
  position: relative;
  padding: 50px;
}
.testimonial-block .inner-box {
  padding: 80px 105px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
}
.testimonial-block .info-box {
  position: relative;
  padding-left: 165px;
  padding-top: 10px;
}
.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 120px;
}
.testimonial-block .info-box .thumb img {
  border: 6px solid #e5e6fa;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}
.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #382c4d;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #8053f7;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}
.testimonial-carousel button.owl-next, .testimonial-carousel button.owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #c5d127;
  transition: all 300ms ease;
  color: #fff;
}
.testimonial-carousel button.owl-next:hover, .testimonial-carousel button.owl-prev:hover {
  background-color: #c5d127;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.arrow-right, .arrow-left {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 43px;
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-right {
  background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}
.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}
.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
    margin-bottom: 50px;
  }

  .testimonial-block {
    padding: 0;
  }
  .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }

  .testimonial-carousel .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-carousel button.owl-next, .testimonial-carousel button.owl-prev {
    border: 2px solid #c5d127;
  }
}
@media only screen and (max-width: 1366px) {
  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.title{
    width: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #c5d127;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;
}
.sec-title h2{
    width: 100%;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #643412;
}
.srvc_sec{
    width: 100%;
    position: relative; 
    float: left;
    padding: 50px 0 10px 0;   
}
.srvc_sec_main{
    width: 100%;
    position: relative; 
    float: left;
}
.srvc_sec_main_fig{
    width: 100%;
    position: relative; 
    float: left;    
}
.srvc_sec_main_fig::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background:#643412;
    width: 100%;
    height:70%;
    animation: example 5s linear 2s infinite;
    z-index: -1;
}
@keyframes example {
    0%   {left: 0px; top: 0px;}
    25%  {left: 70px; top: 0px;}
    50%  {left: 70px; top:70px;}
    75%  {left: 0px; top: 70px;}
    100% {left: 0px; top: 0px;}
}
.srvc_sec_main_fig img{
    width: 100%;
    object-fit: cover;    
}
.srvc_sec_main_cnt{
    width: 100%;
    position: relative; 
    float: left;
    margin-left: 50px;    
}
.srvc_sec_main_cnt h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #c5d127;
    font-weight: 900;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;   
}
.srvc_sec_main_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #643412;
    padding: 5px 0;    
}
.srvc_sec_main_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: justify;
    text-transform: inherit;    
}
.mrgn_btm{
    margin-top: 30px;
}
.coresvc_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 50px 0;
    margin: 50px 0 10px 0;
    background: #F2F6F7;
}
.coresvc_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 40px;    
}
.coresvc_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 20px;
    box-shadow:0 16px 32px 0 rgba(7, 28, 31, 0.1);  
    background: #fff; 
    height:310px;
    margin-top: 20px;
}
.coresvc_sec_main_box_fig{
    width:20%;
    position: relative;
    float: none;
    margin: 0 auto;     
}
.coresvc_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;     
}
.coresvc_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left; 
    padding-top: 20px;   
}
.coresvc_sec_main_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;
    padding: 5px 0;    
}
.coresvc_sec_main_box_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;    
}
.glry_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;    
}
.glry_sec_main{
    width: 100%;
    float: left;
    position: relative;    
}
.glry_sec_main_box{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 15px;      
}
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.cntaaddrs_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;    
}
.cntaaddrs_sec_main{
    width: 100%;
    float: left;
    position: relative;    
}
.cntaaddrs_sec_main_box{
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ededed;
    padding: 50px 30px 25px; 
    height: 250px;   
}
.cntaaddrs_sec_main_box_fig{
    width: 15%;
    float: none;
    position: relative;   
    margin: 0 auto; 
}
.cntaaddrs_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;    
}
.cntaaddrs_sec_main_box_cnt{
    width: 100%;
    float: left;
    position: relative;
    padding-top: 15px;    
}
.cntaaddrs_sec_main_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #c5d127;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;
    padding: 5px 0;    
}
.cntaaddrs_sec_main_box_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;    
}
.cntusfm_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;    
}
.cntusfm_sec_main{
    width: 100%;
    float: left;
    position: relative;    
}
.cntusfm_sec_main_frm{
    width: 100%;
    float: left;
    position: relative;    
}
.cntusfm_sec_main_frm_inpt{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;     
}
.cntusfm_sec_main_frm_inpt input{
    height: 50px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5d127;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;     
}
.cntusfm_sec_main_frm_inpt i{
    font-size:16px;
    color: #c5d127; 
    position: absolute;
    top: 16px;
    right: 18px;    
}
.cntusfm_sec_main_frm_inpt select {
    height: 50px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5d127;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    appearance: none;     
}
.cntusfm_sec_main_frm_inpt textarea{
    height: 120px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5d127;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}
.cntusfm_sec_main_frm_inpt_btn{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.cntusfm_sec_main_frm_inpt_btn input{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    background-color: #643412;
    border: 1px solid #643412;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
}
.lcton_sec{
    width: 100%;
    float: left;
    position: relative;    
}
.lcton_sec iframe{
    width: 100%;
    height: 450px;   
}
.alert{
    width: 100%;
    float: left;
    position: relative;    
}
.prjctdtls_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 50px 0;
    margin: 50px 0 10px 0;
    background: url(../images/backgnd-fig.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.prjctdtls_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.prjctdtls_sec_main_fig{
    width: 100%;
    position: relative;
    float: left;    
}
.prjctdtls_sec_main_fig img{
    width: 100%;
    object-fit: cover;   
}
.prjctdtls_sec_main_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.prjctdtls_sec_main_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    padding:0 0 10px 0;   
}
.prjctdtls_sec_main_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: justify;
    text-transform: inherit;   
}
.prjctdtls_sec_main_cnt_btn{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;    
}
.button {
  padding: 10px 12px;
  color: var(--blue);
  background-color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
}

.dialog {
    position: fixed;
    padding: 0;
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    z-index: 999;
}

.dialog[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

.dialog[aria-hidden=true] .dialog__wrapper {
  transform: scale(0.8);
}

.dialog__wrapper {
    margin: auto;
    padding: 60px 40px;
    width: 700px;
    /* max-width: calc(100% - 40px); */
    color: #c5d127;
    background: #fff;
    border-radius: 3px;
    max-height: 100%;
    overflow: scroll;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    transition: transform 300ms ease-in-out;
}

.dialog__button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.dialog__button--close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.dialog__button--open {
  position: fixed;
  bottom: 0;
  right: 2%;
  padding: 10px;
  background-color: #c5d127;
  opacity: 0;
  border-radius: 3px 3px 0 0;
  visibility: hidden;
  transform: translateY(100%);
}
.dialog__button--open.dialog__button--toggle {
  transform: translateY(0);
}

.dialog__button--toggle {
  opacity: 1;
  visibility: visible;
}
button.dialog__button.dialog__button--close {
    color: #c5d127;
    display: block;
    outline: none;
    position: relative;
    bottom: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 15px;
}
.dialog__button-label {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #c5d127;
    font-size: 21px;
    background: #c5d127;
    padding: 5px 20px;
    color: #fff;
}

.dialog__button-icon {
  display: inline-block;
  vertical-align: top;
}
.dialog__content h2{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Bungee', cursive;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #643412;
}
.dialog__content ul{
    width: 100%;
    float: left;
    position: relative; 
    margin: 0 ;
    padding: 0;
    list-style-type: none;  
}
.dialog__content ul li{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
    padding-left: 20px;
    margin-top: 10px;

}
.dialog__content ul li::before{
    content: '\f0da';
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #643412;
    font-size: 22px;
    margin-top: -5px;
}
.swiae_mobile {
    width: 50px;
    float: right;
    position: relative;
    height: 50px;
    line-height: 50px;
    flex: 1;
    margin: 0px 0px 0 0;
    outline: none;
}
.swiae_hamburger {
    background:#c5d127 ;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    padding: 0px 12px 0px 12px;
    color: #fff7d3;
    border: 0;
    font-size: 2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100;
    width: 50px;
}
.swiae_hamburger:focus{
    outline: none;
}
.swiae_cross {
    background:#c5d127;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0px 10px 0px 10px;
    color: #fff7d3;
    border: 0;
    height: 50px;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 100;
    width: 50px;
}
.swiae_cross:focus{
    outline: none;
}
.swiae_menu {
    z-index: 101;
    font-weight: bold;
    font-size: 0.8em;
    width: 115%;
    background: #643412;
    position: absolute;
    text-align: center;
    top: 72px;
    left: -20px;
}
.swiae_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.swiae_menu li {
    display: block;
    padding: 12px 0 12px 0;
    border-bottom: #fff7d3 1px solid;
}
.swiae_menu ul li a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    margin: 0px;
    color: #fff7d3;
    font-size: 15px;
    font-weight: 500;
}
.swiae_menu ul li ul {
    display: none;
    float: left;
    position: relative;
    width: 100%;
}
.swiae_menu ul li ul li{
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    background: #c5d127;
    padding: 5px 0;
}
.swiae_menu ul li ul li a{
    text-transform: capitalize;
}
.swiae_menu ul li:hover ul {
    display:block;
}
.g-recaptcha{
    float: left;
    position: relative;
    width: 100%;
    margin-top:20px;
}
.bank_sec{
    float: left;
    position: relative;
    width: 100%; 
    padding: 100px 0 30px; 
}
.bank_sec_main{
    float: left;
    position: relative;
    width: 100%;
    margin-top: 30px;   
}
.bank_sec_main_sldr{
    float: left;
    position: relative;
    width: 100%;  
}
.bank_sec_main_fig{
    float: left;
    position: relative;
    width: 100%;  
}
.bank_sec_main_fig img{
    float: left;
    object-fit: cover;  
}
.prvc_sec{
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 10px 0;
}
.prvc_sec_main{
  width: 100%;
  position: relative;
  float: left;  
}
.prvc_sec_main_cnt{
  width: 100%;
  position: relative;
  float: left;  
}
.prvc_sec_main_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #c5d127;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
    padding-top: 10px;
}
.prvc_sec_main_cnt h6{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit;
    padding-top: 15px;
}
.prvc_sec_main_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: left;
    text-transform: inherit; 
    padding-top: 5px;
}
strong{
  font-size: 16px;
  color: #643412;
  font-weight: 600;  
}
.prvc_sec_main_cnt ul{
  width: 100%;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;  
}
.prvc_sec_main_cnt ul li{
  width: 100%;
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #666;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
  padding-left:25px;
  margin-top:10px;
  
}
.prvc_sec_main_cnt ul li::before{
  content: '\f111';
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  color:#c5d127;
  font-size: 10px;
  margin-top: 4px;
}
.nesw_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.nesw_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.nesw_sec_main_fig{
    width: 100%;
    position: relative;
    float: left; 
    overflow: hidden;
    transition: 0.5s ease-in-out;    
}
.nesw_sec_main_fig:hover img{
    transform: scale(1.2);
}
.nesw_sec_main_fig img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;    
}
.amnts_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.amnts_sec_main{
    width: 100%;
    position: relative;
    float: left;
}
.amnts_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    height:150px;
    background:#cccccc3d;
    padding:20px;
}
.amnts_sec_main_box_fig{
    width:35%;
    position: relative;
    float: none;
    margin: 0 auto;
}
.amnts_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;
}
.amnts_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
}
.amnts_sec_main_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    color: #643412;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    padding-top: 15px;
}
