@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

* {
    margin:0px;
    padding:0px;
}
.clearall {
    padding:0px;
    margin:0px;
    font-family: 'Poppins', sans-serif;
}
::selection {
    background:#0D0D0D;
    color:#fff;
}
::-moz-selection {
    background:#0D0D0D;
    color:#fff;
}
a:hover{
    text-decoration:none;
}
a{
    text-decoration:none;
}
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;
    -webkit-text-size-adjust: 100%;
    font-family: 'Poppins', sans-serif;
    /* overflow: hidden; */
    
    overflow-x: hidden;
    overflow-y: auto;


   /*  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: 'Rubik', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: inherit;
}
.intr_hdrsec{
    width: 100%;
    position: relative;
    float: left;
    /*padding: 70px 0 0 0;*/
    background: #19334e;;
}
.intr_hdrsec_main{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #fff;
    padding:14px 30px;
    margin-bottom: -35px;
    z-index: 1;
    box-shadow: 0px 4px 3px -1px #ececec;
}
.intr_hdrsec_main_fig{
    width:60%;
    position: relative;
    float: left;    
}
.intr_hdrsec_main_fig img{
    width: 100%;
    object-fit: cover;   
}
.intr_hdrsec_main_menu{
    width: 100%;
    position: relative;
    float: right;
    text-align: right;    
}
.intr_hdrsec_main_menu ul{
    width: 100%;
    position: relative;
    float: left; 
    list-style-type: none;
    margin: 0;
    padding: 0;   
}
.intr_hdrsec_main_menu ul li{
    display: inline-block;
    margin-left: 20px;   
}
.intr_hdrsec_main_menu ul li a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;    
}
.intr_hdrsec_main_menu ul li a.active{
    color: #c3803c;
}
.intr_hdrsec_main_menu ul li a:hover{
    color: #c3803c;
}
.cntinfo_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 60px 0 20px 0;
    background:  #f6f6f6;
}
.cntinfo_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.cntinfo_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 20px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 15px;
    transition: 0.3 ease-in-out;
}
.cntinfo_sec_main_box_icn{
    width: fit-content;
    position: relative;
    float: left;    
}
.cntinfo_sec_main_box_icn span{
    width: 100%;
    position: relative;
    float: left;
    font-size: 35px;
    color: #828282;    
}
.cntinfo_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.cntinfo_sec_main_box_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
    font-family: 'Rubik', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;    
}
.cntinfo_sec_main_box_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color:#828282;     
}
.bodr_non{
    border-left:none;
}
.cntinfo_sec_main_box:hover .cntinfo_sec_main_box_icn span{
    color: #c3803c;
}
.cntinfo_sec_main_box ul{
    width: 100%;
    position: relative;
    float: right;
    list-style-type: none;
    margin: 0 0px 0 65px;
    padding: 0;
    text-align: right; 
}
.cntinfo_sec_main_box ul li{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 12px;
    float: left;
}
.cntinfo_sec_main_box ul li a{
    position: relative;
    float: left;
    font-size: 15px;
    color: #828282;
    display: block;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%; 
}
.cntinfo_sec_main_box ul li a:hover{
    transform: rotate(360deg);
    color: #fff;
    background:#c3803c; 
}
.banner_sec{
    width: 100%;
    position: relative;
    float: left;
}
.banner_sec_fig{
    width: 100%;
    position: relative;
    float: left;    
}
.banner_sec_fig::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);

}
.banner_sec_fig img{
    width: 100%;
    object-fit: cover;   
}
.drank_bnnrsec_main_btm{
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;   
}
.drank_bnnrsec_main_btm_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.drank_bnnrsec_main_btm_cnt h2{
    width: 60%;
    position: relative;
    float: left;  
    font-size:48px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    text-transform: capitalize; 
    padding-bottom: 10px;   
}
.drank_bnnrsec_main_btm_cnt h3{
    width: 100%;
    position: relative;
    float: left;  
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: inherit;
    color:#fff;
    font-family: 'Rubik', sans-serif;
    text-align: left;
    text-transform: capitalize;     
}
.banner_sec button.owl-dot{
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #fff;
   margin:0px 5px;
   outline: none;
}
.banner_sec button.owl-dot.active{
    background: #c3803c;
    width: 15px;
   height: 15px;
}
.banner_sec .owl-dots{
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    bottom:35px;
    margin-top: 20px;
}
.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    /* border-bottom: 1px solid #ececec; */
    padding: 12px 100px;
    -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;
}
.banner_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;    
}
.banner_sec button.owl-prev {
    background: rgba(0, 0, 0, 0.5) !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;
}
.banner_sec button.owl-next {
    background: rgba(0, 0, 0, 0.5) !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;
}
.degnbox_sec{
    width: 100%;
    position: relative;
    float: left;
}
.degnbox_sec_main{
    width: 100%;
    position: relative;
    float: left;
}
.degnbox_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    z-index: 1;
    margin-top: -60px;    
}
.degnbox_sec_main_box_fig{
    width: 100px;
    position: relative;
    float: none;
    height: 100px;
    line-height: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    border: 3px solid #c3803c;
    margin-top: -50px;    
}
.degnbox_sec_main_box_fig span{
    width: 50px;
    position: relative;
    float: left;    
}
.degnbox_sec_main_box_fig span img{
    width: 100%;
    object-fit: cover;   
}
.degnbox_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 0 0;
    text-align: center;    
}
.degnbox_sec_main_box_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;   
    padding-bottom: 10px;
}
.degnbox_sec_main_box_cnt p{
    width: 85%;
    position: relative;
    float: none;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
    margin: 0px auto;    
}
.degnbox_sec_main_box_cnt_btn{
    width: 100%;
    position: relative;
    float: left;
    background: #f6f6f6;
    padding: 15px;
    text-align: center; 
    margin-top: 35px; 
}
.degnbox_sec_main_box_cnt_btn a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
}
.degnbox_sec_main_box_cnt_btn a i{
    font-size: 18px;    
}
.degnbox_sec_main_box:hover .degnbox_sec_main_box_cnt_btn a{
    color: #c3803c;
}
.abutcmp_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 80px 0 10px 0;
}
.abutcmp_sec_main{
    width: 100%;
    position: relative;
    float: left;
}
.abutcmp_sec_main_lft{
    width: 100%;
    position: relative;
    float: left;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px;    
}

.abutcmp_sec_main_lft_fig{
    width: 100%;
    position: relative;
    float: left;
    margin-left:40px;    
}
.abutcmp_sec_main_lft_fig img{
    width: 100%;
    object-fit: cover;    
}
.ovrlay{
    width: 30%;
    position: absolute;
    float: left;
    top: 35%;
    left: 35%;
}
.ovrlay span{
    width: 100%;
    position: relative;
    float: left;    
}
.ovrlay span img{
    width: 100%;
    object-fit: cover;    
}
.abutcmp_sec_main_lft_cnt{
    width: 100%;
    position: relative;
    float: left;     
    padding: 20px 20px 20px 0;
}
.abutcmp_sec_main_lft_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px;  
}
.abutcmp_sec_main_lft_cnt h3 span{
    color: #c3803c;
    font-size: 14px;
}
.abutcmp_sec_main_lft_cnt p{
        width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding: 20px 0;  
}
.abutcmp_sec_main_lft_cnt h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
  padding-bottom:10px;
}
.abutcmp_sec_rgt{
    width: 100%;
    position: relative;
    float: left;    
}
.abutcmp_sec_rgt_cnt{
    width: 100%;
    position: relative;
    float: left;
    padding:0 60px;     
}
.abutcmp_sec_rgt_cnt h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size:14px;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c3803c;     
}
.abutcmp_sec_rgt_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding: 10px 0 20px 0;     
}
.abutcmp_sec_rgt_cnt h3 span{
    font-weight: 400;
}
.abutcmp_sec_rgt_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
    padding: 10px 0 0 0;    
}
.abutcmp_sec_rgt_btm{
    width: 100%;
    position: relative;
    float: left;
    background: #c3803c;
    padding: 41px 41px 37px;
    margin-left: 60px;
    margin-top: 30px;
}

.abutcmp_sec_rgt_btm_box{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; 
    gap:20px;   
}
.abutcmp_sec_rgt_btm_box_fig{
    width:20%;
    position: relative;
    float: left;    
}
.abutcmp_sec_rgt_btm_box_fig img{
    width: 100%;
    object-fit: cover;    
}
.abutcmp_sec_rgt_btm_box_cnt{
    width: 100%;
    position: relative;
    float: left;     
}
.abutcmp_sec_rgt_btm_box_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;   
}
.abutcmp_sec_rgt_btm_box_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #fff;  
}
.sldr_box{
    width: 100%;
    position: relative;
    float: left;    
}
.sldr_box_fig{
    width: 5%;
    position: relative;
    float: left;
    margin-left: 14%;
    transform: perspective(1130px) rotate(270deg) translateZ(0px);    
}
.sldr_box_fig img {
    width: 100%;
    object-fit: cover;
}
.sldr_box .owl-dots {
    position: absolute;
    margin-top: 98px !important;
    height: 25px;
    line-height: 25px;
    left: -10px;
}
.sldr_box .owl-dots .owl-dot{
    background-image: none;
    width: 20px;
    height: 5px;
    margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    padding: 0px;
    border-radius: 0%;
    transition: all 500ms ease;
    display: inline-block;
    outline: none;
}
.sldr_box .owl-dots .owl-dot span{
    display: none;  
}
.sldr_box .owl-dots .owl-dot.active{
    background: #c3803c;
    border-color: #c3803c;
}
.wrkngars_sec{
    width: 100%;
    position: relative;
    float: left;
    background: url(../images/working-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 60px;
    margin: 50px 0 10px 0;
}
.wrkngars_sec::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.9;
}
.wrkngars_sec_main{
    width: 100%;
    position: relative;
    float: left; 
    margin-top: 50px;   
}
.wrkngars_sec_main_box{
    width: 100%;
    position: relative;
    float: left; 
    transition: 0.3s ease-in-out;
    overflow: hidden; 
    cursor: pointer;  
}
.wrkngars_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;    
}
.wrkngars_sec_main_box:hover .wrkngars_sec_main_box_fig::before{
    background: rgba(0, 0, 0, 0.5);    
}
.wrkngars_sec_main_box:hover .wrkngars_sec_main_box_fig img{
    transform:scale(1.2) rotate(2deg);
}
.wrkngars_sec_main_box_fig::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    z-index: 2;
}
.wrkngars_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    z-index: 1;  
}
.wrkngars_sec_main_box_cnt{
    width:90%;
    position: relative;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; 
    background: #fff; 
    z-index: 3;
    margin: -30px 0 0 20px;  
}
.wrkngars_sec_main_box_cnt_fig{
    width: 30%;
    position: relative;
    float: left;
    height: 147px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%, rgba(32,50,96,0) 100%, rgba(32,50,96,0.6530987394957983) 100%, rgba(80,166,253,1) 100%, rgba(93,173,253,1) 100%);     
}
.wrkngars_sec_main_box_cnt_fig span{
    width: 40%;
    position: relative;
    float: left;    
}
.wrkngars_sec_main_box_cnt_fig span img{
    width: 100%;
    object-fit: cover;     
}
.wrkngars_sec_main_box_cnt_info{
    width: 100%;
    position: relative;
    float: left;
    padding: 14px 20px;    
}
.wrkngars_sec_main_box_cnt_info span{
position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #c48139;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.wrkngars_sec_main_box:hover .wrkngars_sec_main_box_cnt_info span{
    top: -50px;
    height: 75px;
    background: #c48139;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
    
}
.wrkngars_sec_main_box_cnt_info h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px;  
}
.wrkngars_sec_main_box_cnt_info p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;   
}
.wrkngars_sec_hdng{
    width:100%;
    position: relative;
    float: left;
}
.wrkngars_sec_hdng h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c3803c;
}
.wrkngars_sec_hdng h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 10px 0 6px 0;
}
.wrkngars_sec_hdng p{
    width: 53%;
    position: relative;
    float: none;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
    margin: 0 auto;
}
.wrkngars_sec_hdng h3 span {
    font-weight: 400;
}
.cmpled_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 70px 0 30px 0;
    margin:0 10px;
}
.cmpled_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
}
.cmpled_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;    
}
.cmpled_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;
    transition: all 700ms ease;    
}
.cmpled_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 700ms ease;    
}
.cmpled_sec_main_box:hover .cmpled_sec_main_box_fig img{
    transform:scale(1.2) rotate(2deg);
} 
.ovrlay_cnt{
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);  
    transform: scaleX(0);
    transition: all 700ms ease 100ms;  
}
.cmpled_sec_main_box:hover .ovrlay_cnt{
    transform: scaleY(1);
}
.ovrlay_cnt_top{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.ovrlay_cnt_top_lnk{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    transition: all 300ms ease 100ms;
}
.cmpled_sec_main_box:hover .ovrlay_cnt_top_lnk{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); 
    transition: all 700ms ease 500ms;
}
.ovrlay_cnt_top_lnk a{
    width: fit-content;
    position: relative;
    float: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
    background: #fff;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 10px;
}
.cmpled_sec_main_box .ovrlay_cnt_top_lnk a:hover{
    color: #ffffff;
    background: #c3803c;  
}
.ovrlay_cnt_top_lnk a i {
    font-size: 18px;
}
.cmpled_sec_main_box_info{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: block;
    padding-bottom: 34px;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 1;
    transition: all 300ms ease 200ms;
    z-index: 3;
}
.cmpled_sec_main_box:hover .cmpled_sec_main_box_info{
    transform: translate3d(0px, 0px, 0px); 
    opacity: 1;
    transition: all 700ms ease 800ms;    
}
.cmpled_sec_main_box_info h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #95979c;
}
.cmpled_sec_main_box_info h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 10px 0 0 0;
}
.cmpled_sec_hdnglft{
    width: 100%;
    position: relative;
    float: left;
    padding: 0 120px;    
}
.cmpled_sec_hdnglft h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c3803c;   
}
.cmpled_sec_hdnglft h3{
    width: 70%;
    position: relative;
    float: left;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;    
}
.cmpled_sec_hdnglft h3 span{
    font-weight: 400;
}
.cmpled_sec_hdnglft_btn{
    width: fit-content;
    position: relative;
    float: right;
    text-align: right;   
}
.cmpled_sec_hdnglft_btn a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
}
.cmpled_sec_hdnglft_btn a:hover{
    color: #c3803c;
}
.cmpled_sec .owl-dots {
    position: absolute;
    margin-top: 15px !important;
    height: 25px;
    line-height: 25px;
    left: 50%;
}
.cmpled_sec .owl-dots .owl-dot{
    background-image: none;
    width: 20px;
    height: 5px;
    margin: 0px 10px;
    background: #e1e1e1;
    border: 2px solid #e1e1e1;
    padding: 0px;
    border-radius: 0%;
    transition: all 500ms ease;
    display: inline-block;
    outline: none;
}
.cmpled_sec .owl-dots .owl-dot span{
    display: none;  
}
.cmpled_sec .owl-dots .owl-dot.active{
    background: #c3803c;
    border-color: #c3803c;
}
.wrkngprgs_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 75px 0 50px 0;
    margin: 50px 0 10px 0;
    background: #f6f6f6;
}
.wrkngprgs_sec_main{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 130px;    
}
.wrkngprgs_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding:0px 30px 30px;
    background: #ffffff;
    border-top: 3px solid #c3803c;
    -webkit-box-shadow: 0px 6px 10px 3px #e8e8e8;
    box-shadow: 0px 6px 10px 3px #e8e8e8;
    transition: all 300ms ease; 
    height: 385px;   
}
.wrkngprgs_sec_main_box_crcl{
    width: 100px;
    position: relative;
    float: none;
    margin: -50px auto 0;
    background: #fff;
    border: 3px solid #c3803c;
    height: 100px;
    line-height: 100%;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;   
}
.wrkngprgs_sec_main_box_crcl span{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #19334e;   
}
.wrkngprgs_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    padding: 60px 0 20px 0;    
}
.wrkngprgs_sec_main_box_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;
    padding-bottom: 10px;    
}
.wrkngprgs_sec_main_box_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
    padding-bottom: 30px;    
}
.wrkngprgs_sec_main_box_cnt span{
    width: 60%;
    position: relative;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.wrkngprgs_sec_main_box_cnt span i{
    font-size: 80px;
    color: #bababa;
}
.wrkngprgs_sec_main_box:hover .wrkngprgs_sec_main_box_cnt span i{
    color: #c3803c;
}
.wrkngprgs_sec_main_box:hover{
    transform: translateY(-10px);
}
.wrkngprgs_sec_main_box_crcl::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: #c48139;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    opacity: 2;
    z-index: 0;
}
.wrkngprgs_sec_main_box:hover .wrkngprgs_sec_main_box_crcl::before{
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
}
.wrkngprgs_sec_main_box:hover .wrkngprgs_sec_main_box_crcl span{
    color: #fff;
}
.wrkngprgs_sec_hdng{
    width: 100%;
    position: relative;
    float: left;
}
.wrkngprgs_sec_hdng h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c3803c;
}
.wrkngprgs_sec_hdng h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;
}
.wrkngprgs_sec_hdng h3 span{
   font-weight: 400;
}
.apponmt_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 0 ;
    margin: 50px 0 10px 0;
    background: #c3803c;
}
.mrgn_0{
    margin: 30px 0 10px 0;
}
.apponmt_sec_main{
    width: 100%;
    position: relative;
    float: left; 
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;   
}
.apponmt_sec_main_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.apponmt_sec_main_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;   
}
.apponmt_sec_main_btn{
    width: 100%;
    position: relative;
    float: left;    
}
.apponmt_sec_main_btn a{
    width: fit-content;
    position: relative;
    float: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
    background: #fff;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 10px;  
}
.footer_sec{
    width: 100%;
    position: relative;
    float: left; 
    background: #27282c;
    padding-top: 110px;
    padding-bottom: 110px;    
}
.footer_sec .owl-dots {
    position: absolute;
    margin-top: -177px !important;
    height: 25px;
    line-height: 25px;
    right: 15px;
}
.footer_sec .owl-dots .owl-dot{
    background-image: none;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 0px;
    border-radius: 50%;
    transition: all 500ms ease;
    display: inline-block;
    outline: none;
}
.footer_sec .owl-dots .owl-dot span{
    display: none;  
}
.footer_sec .owl-dots .owl-dot.active{
    background: #ffffff;
}
.footer_sec::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/footer-shape.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 695px;
    width: 695px;
}
.footer_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.footer_sec_main_adrs{
    width: 100%;
    position: relative;
    float: left;    
}
.footer_sec_main_adrs_fig{
    width: fit-content;
    position: relative;
    float: left;      
}
.footer_sec_main_adrs_fig img{
    width: 100%;
    object-fit: cover;      
}
.footer_sec_main_adrs_data{
    width: 100%;
    position: relative;
    float: left;    
}
.footer_sec_main_adrs_data_hdng{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;     
}
.footer_sec_main_adrs_data_hdng h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    padding-bottom: 2px;     
}
.footer_sec_main_adrs_data_hdng h3::before{
    width: 28%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    border:1px solid #404043;
}
.footer_sec_main_adrs_data_hdng  p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #7c7e84;    
    padding-top: 10px;
}
.footer_sec_main_quklnk{
    width: 100%;
    position: relative;
    float: left;    
}
.footer_sec_main_quklnk_hdng{
    width: 100%;
    position: relative;
    float: left;    
}
.footer_sec_main_quklnk_hdng h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    padding-bottom: 3px;    
}
.footer_sec_main_quklnk_hdng::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #404043;
    content: "";
}
.footer_sec_main_quklnk_hdng::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #c3803c;
    content: "";
    z-index: 1;
}
.footer_sec_main_quklnk_dta{
    width: 100%;
    position: relative;
    float: left; 
    padding-top: 15px;   
}
.footer_sec_main_quklnk_dta ul{
    width: 100%;
    position: relative;
    float: left;
    margin:0;
    padding: 0;
    list-style-type: none;    
}
.footer_sec_main_quklnk_dta ul li{
    position: relative;
    display: block;
    margin-top: 30px;
    float: left;
    width: 100%;  
}
.footer_sec_main_quklnk_dta ul li::before{
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    content: '';
    border: 1px solid #333438;     
}
.footer_sec_main_quklnk_dta ul li a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 5  00;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #7c7e84;  
    padding-left: 18px;  
}
.footer_sec_main_quklnk_dta ul li a::before{
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f067";
    font-family: "fontawesome";
    color: #7c7e84;
    font-size: 12px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    line-height: 20px;  
}
.footer_sec_main_quklnk_dta ul li a:hover{
    color: #fff;
}
.footer_sec_main_quklnk_dta ul li a:hover:before {
    content: "\f068";
    font-family: "fontawesome";
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
.news_hdng{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 25px;    
}
.news_hdng ul{
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;    
}
.news_hdng ul li{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 15px;
    margin-top: 20px;    
}
.news_hdng ul li .news_hdng_fig{
    width: 50%;
    position: relative;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;    
}
.news_hdng ul li .news_hdng_fig img{
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out 0.6s;
    transform: scale(1.0, 1.0);    
}
.news_hdng ul li:hover .news_hdng_fig img{
    transform: scale(1.2, 1.2);
}
.news_hdng_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.news_hdng_fig_ovrlay{
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;    
}
.news_hdng_fig_ovrlay span{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    color: #fff;
    transform: perspective(1200px) rotateY(-90deg) scale(3);  
    transition: 0.5s ease-in-out;
    overflow: hidden; 
    z-index: 2;
}
.news_hdng ul li:hover .news_hdng_fig_ovrlay span{
    transform: perspective(1200px) rotateY(0deg) scale(1.0);
}
.news_hdng_fig::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(195 128 60 / 60%);
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.news_hdng ul li:hover .news_hdng_fig::before{
    opacity: 1;
}
.news_hdng_cnt{
    width: 100%;
    position: relative;
    float: left;
}
.news_hdng_cnt p{
    width: 100%;
    position: relative;
    float: left;
    line-height: inherit;
    color: #666;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}
.news_hdng_cnt h5 a{
    width: 100%;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}
.fotrsdr_box{
    width: 100%;
    position: relative;
    float: left;
}
.fotrsdr_box_main{
    width: 100%;
    position: relative;
    float: left;    
}
.fotrsdr_box_main_fig{
    width: 100%;
    position: relative;
    float: left;     
}
.fotrsdr_box_main_fig img{
    width: 100%;
    object-fit: cover;    
}
.fotrsdr_box_main_cnt{
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    padding: 30px;    
}
.fotrsdr_box_main_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px;   
}
.fotrsdr_box_main_cnt a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;   
}
.fotrsdr_box_main_cnt a:hover{
    color: #c3803c;
}
.testmnal_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;    
}
.testmnal_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 70px;    
}
.testmnal_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
    box-shadow: 0px 2px 10px 3px #f6f6f6;       
}
.testmnal_sec_main_box_icn{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: #c3803c;
    line-height: 70px;
    text-align: center;
}
.testmnal_sec_main_box_icn span{
    font-size: 25px;
    color: #fff;
    width: 100%;
    position: relative;
    float: left;
}
.testmnal_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    padding: 55px 30px 52px;    
}
.testmnal_sec_main_box_cnt_fst{
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 22px;    
}
.testmnal_sec_main_box_cnt_fst h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;
    padding-bottom: 10px;    
}
.testmnal_sec_main_box_cnt_fst p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;    
}
.testmnal_sec_main_box_cnt_fig{
    position: relative;
    float: none;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;    
}
.testmnal_sec_main_box_cnt_fig img{
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all 700ms ease 800ms;
}
.testmnal_sec_main_box_cnt_fig::before{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
    z-index: 3;   
}
.testmnal_sec_main_box:hover .testmnal_sec_main_box_cnt_fig::before{
    transform: perspective(1200px) rotateY(0deg) translateZ(0px);
    transition-delay: 0.1s;
    opacity: 1;
}
.testmnal_sec_main_box:hover .testmnal_sec_main_box_cnt_fig img{
    transform: rotate(360deg);      
}
.testmnal_sec_main_box_cnt_lst{
    width: 100%;
    position: relative;
    float: left; 
    padding-top: 24px;   
}
.testmnal_sec_main_box_cnt_lst p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;    
}
.pad_0{
    padding: 0;
}
.help_sec{
    width: 100%;
    position: relative;
    float: left;
    background: url(../images/appointment-bg.jpg);
    padding: 100px 0;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 10px 0;
}
/*.help_sec::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #27282c;*/
/*    width: 26%;*/
/*    height: 100%;*/
/*    z-index: -1;*/
/*}*/
.help_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.help_sec_main_fig{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 60px;    
}
.help_sec_main_fig img{
    width: 100%;
    object-fit: cover;    
}
.help_sec_main_rgt{
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
    padding: 44px 50px 50px;     
}
.help_sec_main_rgt_hdng{
    width: 100%;
    position: relative;
    float: left;    
}
.help_sec_main_rgt_hdng h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px;    
}
.help_sec_main_rgt_hdng p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;   
}
.help_sec_main_rgt_frm{
    width: 100%;
    position: relative;
    float: left;    
}
.help_sec_main_rgt_frm_inpt{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px;     
}
.help_sec_main_rgt_frm_inpt input{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;  
    outline: none;  
    text-transform: inherit; 
}
.help_sec_main_rgt_frm_inpt select{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    outline: none;
    text-transform: capitalize;     
}
.help_sec_main_rgt_frm_inpt input:focus{
    border-color: #c3803c;
}
.main_inpt{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}
.help_sec_main_rgt_frm_inpt_btn{
    width: 100%;
    position: relative;
    float: left;  
    margin-top: 10px;  
}
.help_sec_main_rgt_frm_inpt_btn input{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #c3803c;
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    outline: none; 
    text-transform: capitalize;    
}
.colr_cng h3{
    color: #fff;
    width: 100%;
}
.blog_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;    
}
.blog_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 60px;    
}
.blog_sec_main_box{
    width: 100%;
    position: relative;
    float: left;  
    overflow: hidden;
    transition:all 700ms ease;   
}
.blog_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;    
}
.blog_sec_main_box_fig img{
    width: 100%;
    object-fit: cover; 
    transform: scale(1.01);
    transition: all 700ms ease;  
}
.overlay_style_two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    transition: all 900ms ease;
}
.overlay_style_two::before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.overlay_style_two::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.blog_sec_main_box:hover .overlay_style_two::before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;   
}
.blog_sec_main_box:hover .overlay_style_two::after{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;   
}
.blog_sec_main_box:hover .blog_sec_main_box_fig img {
    transform:scale(1.2) rotate(2deg);  
}
.blog_sec_main_box_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 3;
}
.blog_sec_main_box_overlay span a:hover{
    color: #c3803c;
}
.blog_sec_main_box:hover .blog_sec_main_box_overlay{
    transition: all 700ms ease 500ms;
    transform: translate3d(0px, 0px, 0px);      
}
.blog_sec_main_box_overlay span a{
    color: #fff;
    font-size: 30px;
}
.blog_sec_main_box_btm{
    width: 100%;
    position: relative;
    float: left;
}
.blog_sec_main_box_btm_hdng{
    width: 100%;
    position: relative;
    float: left;
    border-bottom: 3px solid #dadada; 
    width: fit-content;
    position: relative;
    float: left;
    border-bottom: 3px solid #dadada;
    padding-top: 20px;   
}
.blog_sec_main_box_btm_hdng h3{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    color: #c3803c;
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}
.blog_sec_main_box_btm_hdng h3 span {
    color: #27282c;
    font-size: 14px;
}
.blog_sec_main_box_btm_lst{
    width: 100%;
    position: relative;
    float: left;
    padding: 14px 0;
}
.blog_sec_main_box_btm_lst ul{
    width: 100%;
    position: relative;
    float: left;
}
.blog_sec_main_box_btm_lst ul li{
    width: fit-content;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 18px;
    padding-right: 22px;
}
.blog_sec_main_box_btm_lst ul li::before {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #d3d9e0;
    content: "";
}.blog_sec_main_box_btm_lst ul li:last-child::before{
    width: 0;
    height: 0;
}
.blog_sec_main_box_btm_lst ul li span{
    width:  fit-content;
    position: relative;
    float: left;
    padding-right: 7px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    text-align: left;
    text-transform: capitalize;
    color: #6c757d;
}
.blog_sec_main_box_btm_lst ul li a{
    width: fit-content;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    color: #c3803c;
    font-size:16px;
    text-align: left;
    text-transform: capitalize; 
}
.blog_sec_main_box_btm_info{
    width: 100%;
    position: relative;
    float: left;    
}
.blog_sec_main_box_btm_info h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e; 

}
.blog_sec_main_box_btm_info p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282; 
    padding: 15px 0; 
}
.blog_sec_main_box_btm_info_btn{
    width: 100%;
    position: relative;
    float: left;    
}
.blog_sec_main_box_btm_info_btn a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
}
.blog_sec_main_box_btm_info_btn a:hover{
    color: #c3803c;
}
.footer_sec_main_adrs_data_hdng p:last-child{
        text-transform: inherit;
}
.subbner_sec{
    width: 100%;
    position: relative;
    float: left;
}
.subbner_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.subbner_sec_main_fig{
    width: 100%;
    position: relative;
    float: left;     
}
.subbner_sec_main_fig img{
    width: 100%;
    object-fit: cover;  
}
.subbner_sec_main_box{
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;   
}
.subbner_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 45px;    
}
.subbner_sec_main_box_cnt h1{
    width: 100%;
    position: relative;
    float: left;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    text-transform: capitalize;
    padding-top: 20px;  
}
.subbner_sec_main_box_cnt h1::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background: #ffffff;
    content: "";
}
.subbner_sec_main_box_cnt_brdcm{
    width: 100%;
    position: relative;
    float: left;
}
.subbner_sec_main_box_cnt_brdcm ul{
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.subbner_sec_main_box_cnt_brdcm ul li{
    width: 100%;
    position: relative;
    float: left;
}

.subbner_sec_main_box_cnt_brdcm{
    width: fit-content;
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    margin-bottom: 40px;
    margin-right: 60px;
}
.subbner_sec_main_box_cnt_brdcm ul{
    width: 100%;
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;  
}
.subbner_sec_main_box_cnt_brdcm ul li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
}
.subbner_sec_main_box_cnt_brdcm ul li a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
}
.subbner_sec_main_box_cnt_brdcm ul li a:hover{
    color: #c3803c;
}
.subbner_sec_main_box_cnt_brdcm ul li::after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: -1px;
    color: #c3803c;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.subbner_sec_main_box_cnt_brdcm ul li:last-child::after{
    display: none;
}
.subbner_sec_main_box_cnt_brdcm ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.abtus_ovrvw{
    width: 100%;
    position: relative;
    float: left;
    padding: 60px 0 10px 0;
}
.abtus_ovrvw_main{
    width: 100%;
    position: relative;
    float: left;  
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;  
}
.abtus_ovrvw_main_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.abtus_ovrvw_main_cnt h6{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #c3803c;    
}
.abtus_ovrvw_main_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding: 10px 0 20px 0;    
}
.abtus_ovrvw_main_cnt h3 span{
    font-weight: 400;
}
.abtus_ovrvw_main_rgt{
    width: 100%;
    position: relative;
    float: left;
}
.abtus_ovrvw_main_rgt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
    padding-bottom:10px;
}
.abtus_estblsh_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.abtus_estblsh_sec_main{
    width: 100%;
    position: relative;
    float: left;
    box-shadow: 4px 0px 9px 2px #f6f6f6;
    padding: 20px;
}
.abtus_estblsh_sec_main_fig{
    width: 100%;
    position: relative;
    float: left;
}
.abtus_estblsh_sec_main_fig img{
    width: 100%;
    object-fit: cover;
}
.abtus_estblsh_sec_main_cnt{
    width: 100%;
    position: relative;
    float: left;    
}
.abtus_estblsh_sec_main_cnt h6{
    width: fit-content;
    position: relative;
    float: left;
    background: #c3803c;
    padding: 8px 35px;  
    margin-bottom: 40px;  
}
.abtus_estblsh_sec_main_cnt h6::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 9px;
    height: 10px; 
    background:url(../images/arrow-2.png); 
}
.abtus_estblsh_sec_main_cnt h6 span{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: 800; 
    color: #fff;
} 
.abtus_estblsh_sec_main_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px;
}
.abtus_estblsh_sec_main_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;
    margin-top: 20px;
    margin-bottom: 30px;
}
.abtus_estblsh_sec .owl-nav{
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;

}
.abtus_estblsh_sec .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: transparent;
    color: #a7a7a7;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0px solid;
    transition: all 700ms ease 0s;
    outline: none;
}
.abtus_estblsh_sec .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: transparent;
    color: #a7a7a7;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0px solid;
    transition: all 700ms ease 0s;
    outline: none;
}
.abtus_estblsh_sec .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    width: fit-content;
    margin: 0 auto;
}
.abtus_estblsh_sec .owl-dots .owl-dot.active {
    background: #c3803c;
    border-color: #c3803c;
}
.abtus_estblsh_sec .owl-dots .owl-dot {
    background-image: none;
    width: 8px;
    height: 8px;
    margin: 0px 7.5px;
    background: #dadada;
    border: 2px solid #dadada;
    padding: 0px;
    border-radius: 50%;
    transition: all 500ms ease;
    display: inline-block;
    outline: none;
}
.countr_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 80px 0 80px 0;
    background: #f6f6f6;
}
.countr_sec_main{
    width: 100%;
    position: relative;
    float: left;
}
.countr_sec_main i{
    font-size: 4em !important;
    color: #c3803c;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.countr_sec_main h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;
    padding-top: 12px; 
}
.team_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.team_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 70px;
}
.team_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.team_sec_main_box_fst{
    width: 100%;
    position: relative;
    float: left;
}
.team_sec_main_box_fst_fig{
    width: 100%;
    position: relative;
    float: left;    
}
.team_sec_main_box_fst_fig img{
    width: 100%;
    object-fit: cover;    
}
.team_sec_main_box_fst_slit{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #27282c;
    text-align: center;
    transition: all 900ms ease 100ms;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
    opacity: 0;    
}
.team_sec_main_box:hover .team_sec_main_box_fst_slit {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.team_sec_main_box_fst_slit ul{
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;    
}
.team_sec_main_box_fst_slit ul li{
    display: inline-block;
    width: 20%;
    float: left;
    position: relative;
    border-right: 1px solid #ededed; 
}
.team_sec_main_box_fst_slit ul li a{
    width: 100%;
    position: relative;
    float: left;
    font-size: 16px;   
}
.team_sec_main_box_fst_slit ul li a i:hover{
   background-color: #c3803c;
}
.team_sec_main_box_fst_slit ul li a i{
    position: relative;
    display: block;
    background: #ffffff;
    color: #7c7e84;
    font-size: 14px;
    line-height: 60px;
    transition: all 500ms ease;
}
.team_sec_main_box_fst_ovrly{
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.85);
    transition: all 900ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-90deg) translateZ(-32px);
}
.team_sec_main_box:hover .team_sec_main_box_fst_ovrly {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}

.team_sec_main_box_fst_ovrly_btn{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}
.team_sec_main_box_fst_ovrly_btn a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    columns: #fff;
    color: #fff;
}
.pad_0{
    padding: 0;
}
.cntcus_sec{
    width: 100%;
    position: relative;
    float: left;
}
.cntcus_sec_main{
    width: 100%;
    position: relative;
    float: left;
}
.cntcus_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    background: #ffffff;
    text-align: center;
    padding: 40px 30px 32px;
    -webkit-box-shadow: 0px 4px 6px 2px #ededed;
    box-shadow: 0px 4px 6px 2px #ededed;
    margin-top: -34px;
    transition: 0.5s ease-in-out;
}

.cntcus_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}
.cntcus_sec_main_box_fig i{
    color: #b3b3b3;
    font-size: 40px;
    transition: 0.5s ease-in-out;
}
.cntcus_sec_main_box:hover .cntcus_sec_main_box_fig i{
    color: #c3803c;
}
.cntcus_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;    
}
.cntcus_sec_main_box_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;
    padding-bottom: 10px;    
}
.cntcus_sec_main_box_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: inherit;
    letter-spacing: 0px;
    color: #7c7e84;    
}
.cntusmsg_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 90px 0 90px 0;
}
.cntusmsg_sec_main{
    width: 100%;
    position: relative;
    float: left;    
}
.cntusmsg_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
}
.pad_10px h3{
    padding-bottom: 10px; 
}
.pad_10px{
    padding: 0;
}
.cntusmsg_sec_main_box_frm{
    width:100%;
    position: relative;
    float: left;
    margin-top: 50px;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 35px; 
}
.cntusmsg_sec_main_box_frm_grp{
    width:100%;
    position: relative;
    float: left;    
}
.cntusmsg_sec_main_box_frm_grp_inpt{
    width:100%;
    position: relative;
    float: left;  
    margin-bottom: 30px;  
}
.cntusmsg_sec_main_box_frm_grp_inpt input{
    height: 50px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;    
}
.cntusmsg_sec_main_box_frm_grp_inpt input:focus{
   border: 1px solid #c3803c; 
}
.cntusmsg_sec_main_box_frm_grp_inpt textarea:focus{
   border: 1px solid #c3803c; 
}
.cntusmsg_sec_main_box_frm_grp_inpt textarea{
    height: 150px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Rubik', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;   
}
.cntusmsg_sec_main_box_frm_grp_inpt_btn{
    width:100%;
    position: relative;
    float: left;        
}
.cntusmsg_sec_main_box_frm_grp_inpt_btn input{
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    background-color: #c3803c;
    border: 1px solid #c3803c;
    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;     
}
.cntusmsg_sec_main_fig{
   position: absolute;
    top: -110px;
    right: -350px;
    z-index: -1;
}
.cntusmsg_sec_main_fig img{
   width: fit-content;
   object-fit: cover;
}
.cntuslst_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.cntuslst_sec_main{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;    
}
.cntuslst_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    background: url(../images/job-career-1.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;    
}
.bgimg_cng{
    background: url(../images/job-career-2.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;    
}
.cntuslst_sec_main_box_fig{
    width: 100%;
    position: relative;
    float: left;    
}
.cntuslst_sec_main_box_fig img{
    width: 100%;
    object-fit: cover;  
}
.cntuslst_sec_main_box_cnt{
    width: 100%;
    position: relative;
    float: left;   
}
.cntuslst_sec_main_box_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 10px 0 0 0;   
}
.cntuslst_sec_main_box_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #fff;
    padding: 15px 0 48px 0;    
}
.cntuslst_sec_main_box_cnt_btn{
    width: 100%;
    position: relative;
    float: left;     
}
.cntuslst_sec_main_box_cnt_btn a{
    width: fit-content;
    position: relative;
    float: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
    background: #fff;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 10px;     
}
.abutcmp_sec_rgt_cnt p span{
     font-size: 16px;
    font-weight: 600;
    color: #19334e;    
}

.srvc_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 60px 0 10px 0;
}
.srvc_sec_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 45px;
}
.srvc_sec_main_box{
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 25px;    
}
.srvc_sec_main_box:hover .overlay_style_two::before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;   
}
.srvc_sec_main_box:hover .overlay_style_two::after{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;   
}
.srvc_sec_main_box:hover .blog_sec_main_box_fig img {
    transform:scale(1.2) rotate(2deg);  
}
.srvc_sec_main_box_btm{
    width: 100%;
    position: relative;
    float: left;
}
.srvc_sec_main_box_btm_icn{
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -50px;
    z-index: 2;   
}
.srvc_sec_main_box:hover .srvc_sec_main_box_btm_icn span{
   border: 4px dotted #c3803c; 
   color: #c3803c;
}
.srvc_sec_main_box_btm_icn span{
    width: 100px;
    position: relative;
    float: left;
    height: 100px;
    line-height: 100px;
    background: #fff;
    color: #b3b3b3;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    margin: 0 auto;
    border: 4px dotted #c9c9c9;
    transition: 0.5s ease-in-out;
}

.srvc_sec_main_box_btm_cnt{
    width: 100%;
    position: relative;
    float: left;
    padding-top: 30px;    
}
.srvc_sec_main_box_btm_cnt h3{
    width: 100%;
    position: relative;
    float: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: center;
    color: #19334e;
    padding-bottom: 10px;    
}
.srvc_sec_main_box_btm_cnt p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282; 
    padding: 10px 0 35px 0;   
}
.srvc_sec_main_box_btm_cnt_btn{
    width: 100%;
    position: relative;
    float: left;
}
.srvc_sec_main_box_btm_cnt_btn a{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #19334e;
    background: #fff;
    margin: 0 auto;
    padding: 20px 0px;
    background: #f6f6f6;
    transition: 0.5s ease-in-out;
}
.srvc_sec_main_box:hover .srvc_sec_main_box_btm_cnt_btn a{
    color: #ffffff;
    background: #c3803c;
}
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.swiae_mobile_bar {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.swiae_hdr_logo {
    width: 100%;
    float: left;
    position: relative;
}
.swiae_hdr_logo img {
    width: 100%;
    object-fit: cover;
}
.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:#c3803c ; 
    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:#19334e;
    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: 113%;
    background: #19334e;
    position: absolute;
    text-align: center;
    top: 65px;
    left: -15px;
}
.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: 'Rubik', sans-serif
    text-decoration: none;
    margin: 0px;
    color: #fff7d3;
    font-size: 15px;
    font-weight: 500;
}
.glry_sec {
    padding-top: 40px;
    position: relative;
    float: left;
    width: 100%;
}
.glry_sec_main{
    position: relative;
    float: left;
    width: 100%;    
}
.glry_sec_main_box{
    position: relative;
    float: left;
    width: 100%; 
    margin-top: 25px;  
}
.glry_sec_main_box_item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 410px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.glry_sec_main_box_item:hover{
  cursor: pointer;
}

.glry_sec_main_box_item *{
  transition: all 0.35s ease-in-out;
}

.glry_sec_main_box_item img {
  max-width: 100%;
  vertical-align: top;
  height: 310px;
}

.glry_sec_main_box_item:hover img {
  opacity: 0;
}

.text{
  width: 80%;
  height: 90%;
  position: absolute;
  top: -100px;
  left: 10%;
  color: #01A2AC;
}

.text h3{
  color: black;
}

.glry_sec_main_box_item:hover .text{
  top: 20%;
}

.glry_sec_main_box_item:hover .button{
  bottom: 20%;
}

.glry_sec_main_box_item .button{
  position: absolute;
  bottom: -100px;
  left: 25%;
  width: 50%;
  border: 3px solid #01A2AC;
  padding: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.button:hover{
  background-color: #01A2AC;
  color: #F5F5F5;
}

/* Modal */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #F5F5F5;
    margin: 8% auto;
    box-sizing: border-box;
    width: 650px;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.scale{
  animation: scale 0.5s;
  animation-fill-mode: forwards;
}

@keyframes scale{
  from{transform: scale(0);}
  to{transform: scale(1);}
}

#img{
  width: 100%;
  height: 300px;
}

#details{
  padding: 25px;
  text-align: left;
  position: relative;
  height: 200px;
  box-sizing: border-box;
  border-top: 1px solid #363638;
}

#details *{
  transition: all .3s;
}

#title{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#details .button{
  position: absolute;
  width: 30%;
  background-color: #01A2AC;
  color: #F5F5F5;
  text-align: center;
  left: 25px;
  bottom: 35px;
  padding: 15px;
}

#details i{
  position: absolute;
  bottom: 30px;
  right: 25px;
  font-size: 3rem;
  color: #01A2AC;
}

#details .button:hover,
i:hover{
  cursor: pointer;
  opacity: 0.8;
}

/* Close Button */
.close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.mrgn_top{
    margin-top: 25%;
}
.spiremap_sec{
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0 10px 0;
}
.spiremap_sec_main{
    width: 100%;
    position: relative;
    float: left;   
}
.spiremap_sec_main iframe{
    width: 100%;
    position: relative;
    float: left;  
    height: 350px; 
}
.glry_sec_main_box{
    width: 100%;
    position: relative;
    float: left;    
}
/* Start Gallery CSS */
.thumb {
    margin-bottom: 15px;
}
.thumb:last-child {
    margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.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);
}
.drank_bnnrsec_main_btm_fig{
    width: 8%;
    position: fixed;
    float: left;
    top: 0;
    right: 0;
    margin-right: 18%;
    margin-top: 5%;    
}
.drank_bnnrsec_main_btm_fig img{
    width: 100%;
    object-fit: cover;   
}
div#popUpForm {
    position: fixed;
    width: 100%;
    background-color: #00000082;
    display:none;
    height: 100%;
    z-index: 3;
}

#popContainer {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    background-color: #bdbdbd;
    height: fit-content;
    margin-top: 108px;
    position: fixed;
    float: none;
    left: 35%;
}
#close{
    order: solid 1px;
    width: 30px;
    padding: 3px;
    background-color: red;
    float: right;
    margin: 10px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
    color: #fff;
}
#close:hover{
  background-color:#ff44449e;
}
.popup_box {
    width: 100%;
    float: left;
    position: relative;
}
.popup_box_main{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 15px;
}
.popup_box_main_inpt{
    width: 100%;
    position: relative;
    float: left;    
}
.popup_box_main_inpt input{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding: 0 20px;
    border: 1px solid #c3803c;
    background: #ffffff;
    color: #7c7e84;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    outline: none;
    text-transform: inherit; 
}
.popup_box_main_inpt_btn{
    width: 100%;
    position: relative;
    float: left;    
}
.popup_box_main_inpt_btn input{
    width: 100%;
    position: relative;
    float: left;
    display: block;
    padding: 0 20px;
    border: 1px solid #ededed;
    background: #c3803c;
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    outline: none;
    text-transform: capitalize;
}
.alert-danger{
    width: 100%;
    position: relative;
    float: left;
}
.srvc_sec_main_ldng{
    width: 100%;
    position: relative;
    float: left;    
}
.srvc_sec_main_ldng_fig{
    width: 100%;
    position: relative;
    float: left;
}
.srvc_sec_main_ldng_fig img{
    width: 100%;
    object-fit: cover;
}
.popup{
    background-color:  #00000082;
    width: 100%;
    padding: 30px 40px;
    position: fixed;
    left:0;
    top:0%;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    z-index: 9999;
    height: 100%;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #03549a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup_mn{
    width: 45%;
    position: relative;
    float: none;
    background: #fff;
    margin: 10% auto;
}
.prvcy_sec{
		width: 100%;
		position: relative;
		float: left;
		padding: 50px 0 10px 0;
	}
    .prvcy_sec_main{
        width: 100%;
		position: relative;
		float: left;	
    }
    .prvcy_sec_main h3{
	    width: 100%;
	    position: relative;
	    float: left;
	    font-size: 22px;
	    font-weight: 600;
	    text-transform: capitalize;
	    font-family: 'Poppins', sans-serif;
	    line-height: inherit;
	    letter-spacing: 0px;
	    text-align: left;
	    color: #19334e;
	    padding-bottom: 5px;	
    }
    .prvcy_sec_main p{
        width: 100%;
	    position: relative;
	    float: left;
	    font-family: 'Rubik', sans-serif;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: inherit;
	    text-align: left;
	    text-transform: capitalize;
	    letter-spacing: 0px;
	    color: #828282;
	    padding-bottom: 5px;	
    }
    .prvcy_sec_main p a{
        color: #c3803c;
    }
     .prvcy_sec_main p a:hover{
        color: #19334e;
    }
    .prvcy_sec_main ul{
        width: 100%;
		position: relative;
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;	
    }
    .prvcy_sec_main ul li{
	    width: 100%;
	    position: relative;
	    float: left;
	    font-family: 'Rubik', sans-serif;
	    font-size: 14px;
	    font-weight: 500;
	    line-height: inherit;
	    text-align: left;
	    text-transform: capitalize;
	    letter-spacing: 0px;
	    display: block;
	    transition: 0.3s ease-in-out;
	    color: #19334e;
        margin: 8px 0 0 0;
        padding-left: 17px;
        padding-top: 3px;
    }
.prvcy_sec_main ul li::before{
    	content: '\f105';
    	position: absolute;
    	top: 0;
    	left: 0;
    	color:#c3803c; 
    	font-family: fontawesome;
    	font-size: 16px;
    }
.blog_sec{
    width: 100%;
    float: left;
    position: relative;
}
.blog_sec_box{
    width: 100%;
    float: left;
    position: relative;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
    padding: 15px;
}
.blog_sec_box_fig{
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}
.blog_sec_box_fig img{
    width: 100%;
    object-fit: cover;
}
.blog_sec_box_cnt{
    width: 100%;
    float: left;
    position: relative;  
}
.blog_sec_box_cnt h3{
    width: 100%;
    float: left;
    position: relative; 
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px; 
    padding-top: 15px;
}
.blog_sec_box_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;  
}
.blog_sec_box_btn{
    width: 100%;
    float: left;
    position: relative; 
    padding: 20px 0; 
}
.blog_sec_box_btn a{
    width: fit-content;
    position: relative;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    transition: 0.3s ease-in-out;
    color: #fff;
    background: #c3803c;
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 10px;
}
.blogdtls_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 10px 0;
}
.blogdtls_sec_box_fig{
    width: 100%;
    float: left;
    position: relative;
}
.blogdtls_sec_box_fig img{
    width: 100%;
    object-fit: cover;
}
.blogdtls_sec_box_cnt{
    width: 100%;
    float: left;
    position: relative;
}
.blogdtls_sec_box_cnt h3{
    width: 100%;
    float: left;
    position: relative;
    font-size:30px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: inherit;
    letter-spacing: 0px;
    text-align: left;
    color: #19334e;
    padding-bottom: 10px; 
    padding-top: 15px;
}
.blogdtls_sec_box_cnt p{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #828282;  
}





























/* ===== Property Valuation Cards (Updated Premium Version) ===== */
.prval_cards{
    margin-top:60px;
    padding-bottom:70px;          /* space below cards */
    row-gap:40px;                 /* vertical gap (modern browsers) */
}

/* fallback gap for older bootstrap / browsers */
.prval_cards > [class*="col-"]{
    margin-bottom:40px;
}

.prval_card{
    width:100%;
    background:#ffffff;
    padding:40px 35px;
    border-radius:18px;           /* softer premium corners */
    box-shadow:
        0 8px 20px rgba(0,0,0,0.08),
        0 18px 40px rgba(0,0,0,0.10);
    transition:all 0.45s ease;
    height:100%;
    position:relative;
    overflow:hidden;
}

/* top gradient strip */
.prval_card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#c3803c;
}

/* subtle background glow */
.prval_card::after{
    content:'';
    position:absolute;
    right:-60px;
    bottom:-60px;
    width:160px;
    height:160px;
    background:rgba(195,128,60,0.08);
    border-radius:50%;
    z-index:0;
}

.prval_card *{
    position:relative;
    z-index:1;
}

.prval_card h3{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    color:#19334e;
    padding-bottom:18px;
}

.prval_card p{
    font-size:14px;
    color:#666;
    line-height:1.8;
}

.prval_card ul{
    margin-top:12px;
}

.prval_card ul li{
    font-size:14px;
    color:#555;
    padding-left:26px;
    position:relative;
    margin-bottom:12px;
}

.prval_card ul li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#c3803c;
    font-weight:700;
}

/* Hover Effect */
.prval_card:hover{
    transform:translateY(-14px);
    box-shadow:
        0 18px 35px rgba(0,0,0,0.15),
        0 30px 60px rgba(0,0,0,0.18);
}

/* Color Variants */
.prval_gold::before{
    background:linear-gradient(90deg,#c3803c,#f0b76d);
}

.prval_blue::before{
    background:linear-gradient(90deg,#19334e,#2f5fa7);
}

.prval_dark::before{
    background:linear-gradient(90deg,#111,#444);
}

.prval_light::before{
    background:linear-gradient(90deg,#ddd,#f6f6f6);
}

.prval_premium::before{
    background:linear-gradient(90deg,#c3803c,#19334e);
}

.prval_trust::before{
    background:linear-gradient(90deg,#19334e,#c3803c);
}

/* Mobile Improvements */
@media(max-width:768px){
    .prval_cards{
        margin-top:40px;
        padding-bottom:40px;
    }

    .prval_card{
        padding:30px 25px;
    }
}









/* ================= ARCH CPM – PREMIUM COLOR GRADED DESIGN ================= */
/* ================= ARCH CPM PREMIUM DESIGN ================= */

.archcpm_page{
    --primary:#19334e;
    --accent:#c3803c;
    --soft:#f6f7f9;
}

/* Banner */
.subbner_sec_main_fig{position:relative;}
.subbner_sec_main_fig::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(15,34,51,.85),rgba(15,34,51,.6));
}
.subbner_sec_main_box{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.subbner_sec_main_box h1{
    color:#fff;
    font-size:46px;
    font-weight:800;
    text-shadow:0 10px 30px rgba(0,0,0,.45);
}

/* Intro */
.arch_intro{
    padding:110px 0 90px;
    background:#fff;
}
.arch_intro h2{
    font-size:42px;
    font-weight:800;
}
.arch_intro h2 span{color:var(--accent);}
.arch_intro p{
    font-size:16px;
    line-height:1.9;
    color:#555;
}

/* Services */
.arch_services{
    padding:110px 0;
    background:linear-gradient(180deg,#f7f8fa,#ffffff);
}
.arch_card{
    background:linear-gradient(180deg,#ffffff,#fbfbfb);
    padding:45px 40px;
    border-radius:22px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    height:100%;
    transition:.45s;
}
.arch_card:hover{
    transform:translateY(-12px);
    box-shadow:0 35px 80px rgba(195,128,60,.35);
}
.arch_card i{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#f1dfc8,#fff4e8);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:var(--accent);
    margin-bottom:22px;
}
.arch_card h3{
    font-size:21px;
    font-weight:700;
    margin-bottom:15px;
}
.arch_card li,
.arch_card p{
    font-size:15px;
    line-height:1.8;
}

/* Process */
.arch_timeline{
    padding:110px 0;
    background:#fff;
}
.process_grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}
.process_card{
    position:relative;
    background:linear-gradient(180deg,#fff,#fdf9f4);
    padding:42px;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(0,0,0,.1);
    transition:.45s;
}
.process_card:hover{
    transform:translateY(-10px);
    box-shadow:0 40px 90px rgba(195,128,60,.35);
}
.process_card span{
    position:absolute;
    top:20px;
    right:25px;
    font-size:44px;
    font-weight:800;
    color:rgba(195,128,60,.18);
}
.process_card i{
    font-size:26px;
    color:var(--accent);
    margin-bottom:18px;
}
.process_card h4{
    font-size:20px;
    font-weight:700;
}
.process_card p{
    font-size:15px;
    line-height:1.8;
}
.process_card.full{
    grid-column:1 / -1;
    text-align:center;
}

/* FAQ */
.arch_faq{
    padding:110px 0;
    background:var(--soft);
}
.faq_card{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

/* Mobile */
@media(max-width:768px){
    .subbner_sec_main_box h1{font-size:30px;}
    .arch_intro h2{font-size:30px;}
    .process_grid{grid-template-columns:1fr;}
}


/* ================= CARD GAP FIX ================= */

/* Increase row gap cleanly */
.arch_services .row{
    row-gap: 50px;      /* vertical gap */
}

/* Ensure column spacing is respected */
.arch_services .col-lg-4,
.arch_services .col-lg-6,
.arch_services .col-md-6{
    padding-left: 18px;
    padding-right: 18px;
}

/* Card internal breathing */
.arch_card{
    padding: 48px 44px;     /* more internal space */
}

/* Visual separation between rows */
.arch_card::after{
    content:'';
    position:absolute;
    inset:-1px;
    border-radius:22px;
    pointer-events:none;
}

/* Extra spacing ONLY between top & bottom rows */
.arch_services .row > div:nth-child(n+4){
    margin-top: 10px;
}

/* Mobile spacing */
@media(max-width:768px){
    .arch_services .row{
        row-gap: 32px;
    }
    .arch_services .col-lg-4,
    .arch_services .col-lg-6{
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* ================= PROCESS HEADING FIX ================= */

.arch_timeline{
    padding-top: 60px;     /* CLOSE top gap */
    padding-bottom: 80px;  /* controlled bottom space */
}

/* Main heading */
.arch_timeline h2{
    margin: 0 0 45px;      /* CLOSE extra space */
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.8px;
    color: #0f2233;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

/* 3D / Premium text effect */
.arch_timeline h2{
    text-shadow:
        0 2px 0 #c3803c,
        0 4px 0 #b07032,
        0 8px 18px rgba(0,0,0,.25);
}

/* Gold underline accent */
.arch_timeline h2::after{
    content:'';
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg,#c3803c,#f1c27a);
    display: block;
    margin: 18px auto 0;
    border-radius: 10px;
}

/* Mobile */
@media(max-width:768px){
    .arch_timeline{
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .arch_timeline h2{
        font-size: 28px;
        margin-bottom: 35px;
        text-shadow:
            0 2px 0 #c3803c,
            0 5px 12px rgba(0,0,0,.25);
    }
}


/* ================= PREMIUM FAQ ================= */
.premium_faq {
    padding: 90px 0;
    background: linear-gradient(135deg, #f7f9fc, #eef2f7);
    position: relative;
}

.premium_faq::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: rgba(195, 128, 60, 0.15);
    border-radius: 50%;
    filter: blur(80px);
}

.faq_header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #19334e;
    margin-bottom: 10px;
}

.faq_header p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* FAQ Card */
.faq_card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 35px 35px 30px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
}

.faq_card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c3803c, #19334e);
}

.faq_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* FAQ Number */
.faq_no {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(195, 128, 60, 0.15);
}

/* FAQ Title */
.faq_card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #19334e;
    margin-bottom: 12px;
    padding-right: 50px;
}

/* FAQ Content */
.faq_card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Full Width Card */
.faq_card.full {
    padding-right: 60px;
}

/* Responsive */
@media (max-width: 768px) {
    .faq_header h2 {
        font-size: 32px;
    }

    .faq_card {
        padding: 30px 25px;
    }

    .faq_no {
        font-size: 36px;
    }
}
/* FAQ spacing */
.premium_faq {
    padding: 110px 0 120px;
}

.premium_faq .row {
    row-gap: 40px;   /* vertical gap */
}

.faq_card {
    margin-bottom: 10px;
    padding: 40px 40px 35px;
}


/* Animated background blobs */
.premium_faq::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(25, 51, 78, 0.12);
    border-radius: 50%;
    filter: blur(90px);
    animation: floatBlob 10s ease-in-out infinite alternate;
}

@keyframes floatBlob {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-60px);
    }
}
/* Card entrance animation */
.faq_card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

.faq_card:nth-child(1) { animation-delay: 0.1s; }
.faq_card:nth-child(2) { animation-delay: 0.2s; }
.faq_card:nth-child(3) { animation-delay: 0.3s; }
.faq_card:nth-child(4) { animation-delay: 0.4s; }
.faq_card:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .faq_card:hover {
        transform: translateY(-14px) scale(1.01);
    }
}

@media (max-width: 768px) {

    .premium_faq {
        padding: 80px 0 90px;
    }

    .faq_card {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .faq_card h4 {
        font-size: 16px;
        line-height: 1.5;
        padding-right: 40px;
    }

    .faq_card p {
        font-size: 14px;
    }

    .faq_no {
        font-size: 30px;
        top: 15px;
        right: 18px;
    }

    .premium_faq .row {
        row-gap: 28px;
    }
}























/* VIDEO BANNER */
.video-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner_video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner_video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay like image */
.banner_video_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

/* Keep text above video */
.drank_bnnrsec_main_btm,
.drank_bnnrsec_main_btm_fig {
  position: relative;
  z-index: 2;
}



/* ===== VIDEO BANNER SIZE ===== */
.video-slide {
  position: relative;
  width: 100%;
  height: 75vh; /* desktop height */
  min-height: 520px;
  overflow: hidden;
}

/* Tablet */
@media (max-width: 991px) {
  .video-slide {
    height: 60vh;
    min-height: 420px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .video-slide {
    height: 50vh;
    min-height: 320px;
  }

  .drank_bnnrsec_main_btm_cnt h2 {
    width: 100%;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
}

/* ===== VIDEO ===== */
.banner_video_wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.banner_video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.banner_video_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

/* Content above video */
.drank_bnnrsec_main_btm,
.drank_bnnrsec_main_btm_fig {
  position: relative;
  z-index: 2;
}




.youtube-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.youtube-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.youtube-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.youtube-banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;   /* 16:9 magic number */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.youtube-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.video-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56.25vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  opacity: 0.6;
  z-index: 1;
}


.youtube-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    to right,
    #000 0%,
    #111 20%,
    transparent 40%,
    transparent 60%,
    #111 80%,
    #000 100%
  );
}





.yt-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

/* Blurred background video */
.yt-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  filter: blur(45px) brightness(0.6);
  pointer-events: none;
  z-index: 1;
}

/* Main vertical video */
.yt-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56.25vh;   /* perfect 9:16 ratio */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

/* Mobile fix */
@media (max-width: 768px) {
  .yt-main {
    width: 100vw;
    height: 100vh;
  }
}







.banner_sec {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-banner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Blurred background */
.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px) brightness(0.6);
  transform: scale(1.2);
  z-index: 1;
}

/* Main video */
.video-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  max-height: 80%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  z-index: 2;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .banner_sec {
    height: 65vh;
  }

  .video-main {
    width: 90%;
    max-height: 70%;
  }
}



.banner_sec {
  width: 100%;
  height: calc(100vh - 90px); /* header height */
  background: radial-gradient(circle at top, #6b7c88, #3f4a53);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video {
  width: 92%;
  height: 85%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 40px 120px rgba(0,0,0,.45);
}

/* Sound button */
.sound-btn {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: rgba(0,0,0,.65);
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  z-index: 5;
}

/* MOBILE */
@media (max-width: 768px) {
  .banner_sec {
    height: 65vh;
  }

  .hero-video {
    width: 96%;
    height: 80%;
  }
}






.banner_sec {
  width: 100%;
  height: calc(100vh - 90px); /* header height */
  background: linear-gradient(180deg, #6f7c85, #2e3a42);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 🔥 BLURRED BACKGROUND */
.video-bg {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;           /* fills entire area */
  filter: blur(40px) brightness(0.7);
  transform: scale(1.2);
  z-index: 1;
}

/* 🎯 MAIN VIDEO – NEVER CUT */
.hero-video {
  position: relative;
  z-index: 2;
  width: 92%;
  height: 85%;
  object-fit: contain;         /* NOTHING CUT */
  border-radius: 18px;
  box-shadow: 0 40px 120px rgba(0,0,0,0.55);
  background: #000;
}

/* 🔊 SOUND BUTTON */
.sound-btn {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  right: 25px;
  padding: 12px 18px;
  border-radius: 30px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  border: none;
  cursor: pointer;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  .banner_sec {
    height: 65vh;
  }

  .hero-video {
    width: 96%;
    height: 78%;
  }
}



.video-showcase-sec {
    position: relative;
    z-index: 1;   /* keep video behind cards */
}

.degnbox_sec {
    position: relative;
    z-index: 5;   /* cards always on top */
}

.degnbox_sec_main_box {
    overflow: visible; /* REQUIRED */
}

