@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body{
    width: 100%;
    font-family: "Inter", sans-serif;
    color: #484848;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px; 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #f2f1f6;
}
p{
    color: #484848;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;  
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{  
    margin: 0;
    padding: 0;
}
.cmn_black_heading{ 
    color: #000000;
    font-size: 48px;
    font-family: "Playfair Display", serif;
    line-height: 62px; 
    font-weight: 700;
    text-transform: math-auto;
    margin-bottom: 30px;
} 
.cmn_black_heading span{
    font-style: italic;
    font-weight: 400;
}
.cmn_white_heading{ 
    color: #ffffff;
    font-size: 48px;
    font-family: "Playfair Display", serif;
    line-height: 62px; 
    font-weight: 700;
    text-transform: math-auto;
    margin-bottom: 30px; 
} 
.cmn_white_heading span{
    font-style: italic;
    font-weight: 400;
}
.paragraph{
    color: #484848;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;  
    margin-bottom: 10px;
} 
.paragraph_white{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
} 
.cmnsbhead span{
    min-width: 90px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    background: #64C8ED1C;
    border-radius: 100px;
    border: 1px solid #64C8ED;
    font-weight: 700;
}
.cmnsbhead{
    margin-bottom: 15px;
}
figure{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
} 
a{
    text-decoration: none;
    transition: .35s;
}
a:hover{
    text-decoration: none;
    transition: .35s;
}
.pt_50{
    padding-top: 50px !important;
}
.pb_50{
    padding-bottom: 50px !important;
}
.pt_60{
    padding-top: 60px !important;
}
.pb_60{
    padding-bottom: 60px !important;
}
.pt_70{
    padding-top: 70px !important;
}
.pb_70{
    padding-bottom: 70px !important;
}
.pt_80{
    padding-top: 80px !important;
}
.pb_80{
    padding-bottom: 80px !important;
}
.pt_90{
    padding-top: 90px !important;
}
.pb_90{
    padding-bottom: 90px !important;
}
.pt_100{
    padding-top: 100px !important;
}
.pb_100{
    padding-bottom: 100px !important;
}
.pt_110{
    padding-top: 110px !important;
}
.pb_110{
    padding-bottom: 110px !important;
}
.pt_120{
    padding-top: 120px !important;
}
.pb_120{
    padding-bottom: 120px !important;
}
.pt_130{
    padding-top: 130px !important;
}
.pb_130{
    padding-bottom: 130px !important;
}
.pt_140{
    padding-top: 140px !important;
}
.pb_140{
    padding-bottom: 140px !important;
}
.pt_150{
    padding-top: 150px !important;
}
.pb_150{
    padding-bottom: 150px !important;
}
.pt_160{
    padding-top: 160px !important;
}
.pb_160{
    padding-bottom: 160px !important;
}
.pt_170{
    padding-top: 170px !important;
}
.pb_170{
    padding-bottom: 170px !important;
}
.pt_180{
    padding-top: 180px !important;
}
.pb_180{
    padding-bottom: 180px !important;
}
.mb_0{
    margin-bottom: 0 !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}  
::-webkit-scrollbar-track {
    background: #f9f9f9;
}  
::-webkit-scrollbar-thumb {
    background: #074C7C;
    border-radius: 5px;
}
.container_custom{
    padding: 0 100px;
}

/**HEADER_STARTS**/
.headlogo_menu_con{
    background: #0000001C;
    border-radius: 100px;
    border: 1px solid #FFFFFF1A;
    padding: 16px 13px;
}
.logo_header{
    padding-left: 10px;
}
.header_navigation{
    display: flex;
    align-items: center;
    gap: 60px;
}
.header_btn{
    min-width: 145px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #64C8ED;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 100px;
}
.header_btn:hover{
    background: #000000;
    color: #ffffff;
}
.headermain{
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 25px;
    transition: .35s;
}
.headermain.fixed{
    position: fixed;
    width: 100%;
    transition: .35s;
    top: 0;
    background: #242424;
}
.headermain.fixed .headlogo_menu_con{
    background: #242424;
    border: none;
}
.header_mail{
    gap: 20px;
}
.headcontactmail{
    gap: 20px;
}
.header_mail li a{
    display: inline-flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    align-items: center;
    gap: 5px;
}
.header_mail li a:hover{
    color: #64C8ED;
}
.header_mail li a i{
    width: 27px;
    height: 27px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: #074C7C;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.header_navigation li a{
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}
.header_navigation li a:hover{
    color: #64C8ED;
}
.header_navigation li.active a{
    color: #64C8ED;
}
.headlogomenu{
    gap: 50px;
}
/**HEADER_ENDS**/

/**HOME-BANNER-STARTS**/
.home_banner{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.home_banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22282C;
    opacity: 50%;
    content: "";
}
.home_banner_img{
    width: 100%;
    height: 100%;
}
.home_banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_banner_text{
    position: absolute;
    top: 0;
    width: 100%;
    left: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.welcomebnrsubhead{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 3px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}
.welcomebnrsubhead::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 1px;
    background: #ffffff;
    content: "";
}
.bannermainhead{
    font-size: 85px;
    line-height: 90px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffff;
    font-family: "Playfair Display", serif;
    margin-bottom: 35px;
}
.bannermainhead span{
    display: block;
}
.bannermainhead span span{
    display: inline-block;
    font-weight: 700;
    font-style: italic;
}
.banner_btn{
    min-width: 192px;
    height: 60px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #ffffff;
    justify-content: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 6px 6px 6px 25px;
    gap: 20px;
}
.banner_btn:hover{
    background: #64c8ed;
    color: #ffffff;
}
.bnrbtnico{
    background: #074C7C;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.banner_btn_two{
    min-width: 192px;
    height: 60px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #ffffff;
    justify-content: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 6px 6px 6px 25px;
    gap: 20px;
}
.banner_btn_two .bnrbtnico{
    background: #ffffff;
}
.banner_btn_two:hover{
    background: #074C7C;
    color: #ffffff;
}
.banner_btnbox{
    gap: 10px;
}
.banner_alltextsbx{
    padding-top: 110px;
}
/**HOME-BANNER-ENDS**/

/**BANNER_BTM_SLIDER_STARTS**/
.banner_btm_text_slide{
    border-bottom: 1px solid #000000;
    padding: 30px 0;
}
.slider_arrow_box_text{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.slider_arrow_text{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.slider_arrow_icon{
    position: relative;
    top: 3px;
}
/**BANNER_BTM_SLIDER_ENDS**/

/**HOME-ABOUT-STARTS**/
.home_aboutsec{
    position: relative;
}
.home_aboutsec::before{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/home_abt_left.png) no-repeat bottom left;
    background-size: contain;
    width: 700px;
    height: 560px;
    content: "";
}
.home_aboutsec::after{
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/home_abt_right.png) no-repeat bottom right;
    background-size: contain;
    width: 750px;
    height: 450px;
    content: "";
}
.home_abouttextbxbtn .green_blue{
    gap: 15px;
}
.home_abouttextbxtexthead span{
    display: block;
    font-style: normal;
    font-weight: 700;
}
.home_abouttextbxtexthead span span{
    display: inline-block;
    font-style: italic;
    font-weight: 400;
}
.home_abouttextbxbtn{
    margin-top: 30px;
    margin-bottom: 87px;
}
.abt_lmi{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.abt_lmi img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cr_geading{
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
}
.cr_geading::before{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: #64C8ED;
    border-radius: 100%;
    content: "";
    margin: auto;
    right: -25px;
}
.crabtimg{
    height: 96px;
    margin-bottom: 18px;
}
.cr_para{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.count-wrap{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #000000;
}
.count-wrap em{
    font-style: normal;
}
.experienceshead_para{
    width: 230px;
}
.count_details_text{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
}
.count_details_para{
    font-size: 18px;
    line-height: 26px;
    color: #8A8A8A;
    font-weight: 400;
}
.countBox{
    border-top: 1px solid #00000026;
    padding: 43px 0;
}
.cr_rightabt{
    margin-bottom: 50px;
}
.home_abouttextbx{
    padding-right: 40px;
}
/**HOME-ABOUT-ENDS**/

/**WHAT-WE-DO-STARTS**/
.cmnsbhead.home_whatwesh span{
    background: #64C8ED;
}
.home_whatwe{
    background: #344d60;
    border-radius: 30px 30px 0 0;
}
.arrowlong{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: #ffffff;
    position: relative;
    border-radius: 100%;
    outline: 8px solid #344d60;
    margin-top: -21px;
    left: -46px;
    transition: .35s;
}
.arrowlong img{
    width: auto !important;
    transition: .35s;
}
.piheading{
    font-family: "Playfair Display", serif;    
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    transition: .35s;
    text-transform: math-auto;
    color: #ffffff;
    border-bottom: 1px solid #FFFFFF0A;
    padding-bottom: 13px;
    margin-bottom: 15px;
    min-height: 90px;
}
.pipara{
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    transition: .35s;
    font-weight: 400;
}
.home_whatwesbx{
    border: 1px solid #E0E0E036;
    border-radius: 30px;
    padding: 10px;
    display: block;
}
.home_whatwesbx:hover{
    background: #ffffff;
}
.home_whatwesbx:hover .piheading{
    color: #000000;
    transition: .35s;
    border-bottom: 1px solid #0000001A;
}
.home_whatwesbx:hover .pipara{
    color: #344D60;
    transition: .35s;
}
.home_whatwesbx:hover .arrowlong{
    background: #074C7C;
    outline: 8px solid #ffffff;
    transition: .35s;
}
.home_whatwesbx:hover .arrowlong img{
    filter: invert(1);
    transition: .35s;
}
.home_whatwesbximg{
    border-radius: 25px;
    overflow: hidden;
}
.home_whatwesbximg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pihpbx {
	padding: 10px 15px 30px;
	min-height: 220px;
}
.home_whatwetextbx{
    margin-bottom: 50px;
}
.whatwedo_btn{
    text-align: right;
}
.whatwedo_btn .green_blue{
    background: #ffffff;
    color: #000000;
}
.whatwedo_btn .btn_blueico{
    background: #64C8ED;
}
.whatwedo{
    position: relative;
    margin-bottom: 60px;
}
.whatwedo .owl-nav{
    position: absolute;
    bottom: -110px;
    display: flex;
    left: 0;
    gap: 10px;
}
.whatwedo .owl-nav button{
    width: 44px;
    height: 44px;
    border-radius: 100%;
    color: #074C7C !important;
    background: #64C8ED !important;
    font-size: 23px !important;
    border: 1px solid #64C8ED;
}
/**WHAT-WE-DO-ENDS**/

/**FEW_BENI_STARTS**/
.container_fewbeni{
    padding: 0 170px;
}
.fewbeniimg{
    width: 100%;
    height: 1031px;
    overflow: hidden;
    border-radius: 10px;
}
.fewbeniimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.few_beniicoimg{
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background: #64C8ED30;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.few_beniicohead{
    text-transform: capitalize;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    min-width: 150px;
}
.few_beniicosb{
    gap: 60px;
    border-top: 1px solid #00000026;
    padding: 34px 0;
}
.few_beni_righttext{
    padding-left: 25px;
}
.few_beniicoallbx{
    margin-bottom: 30px;
    margin-top: 33px;
}
/**FEW_BENI_ENDS**/

/**HOME_TESTIMONIAL_STARTS**/
.home_testi{
    background: #0B4C7A;
    border-radius: 30px 30px 0 0;
    position: relative;
} 
.home_testi::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 595px;
    content: "";
    background: url(../images/testi_left.png) no-repeat bottom left;
    background-size: contain;
}
.home_testi::after{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 415px;
    content: "";
    background: url(../images/testi_right.png) no-repeat bottom right;
    background-size: contain;
}
.home_testiheadbx{
    border-bottom: 1px solid #FFFFFF52;
    padding-bottom: 7px;
    margin-bottom: 125px;
}
.testmainustextvx{
    width: 100%;
}
.home_cli{
    text-align: right;
    padding-right: 40px;
}
.testimainpara{
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #ffffff;
    margin-bottom: 40px;
}
.testiusernmbxname{
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid #c7c7c7;
}
.testiuserimg{
    width: 97px;
    height: 97px;
    border-radius: 100%;
    overflow: hidden;
}
.testiuserimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testiuser{
    gap: 30px;
    margin-bottom: 35px;
}
.testiusernmbxdesi{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
}
.testimonialhome{
    position: relative;
}
.testimonialhome .owl-nav{
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonialhome .owl-nav button{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #64C8ED !important;
    color: #074C7C !important;
    font-size: 24px !important;
    border-radius: 100%;
}
/**HOME_TESTIMONIAL_ENDS**/

/**HOME-VIEW-PROPA-STARTS**/
.prpopasinglebximgtxt{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 20px;
}
.prpopasinglebximg{
    width: 100%;
    height: 100%;
}
.prpopasinglebximg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prpopatag{
    min-width: 110px;
    height: 35px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #000000;
    background: #ffffff;
}
.prpoasubhead{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}
.prpopasinglebx{
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
}
.homeviewpropaheadbx{
    margin-bottom: 60px;
}
.prpoamainhead{
    color: #000000;
    letter-spacing: -1px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 33px;
    line-height: 40px;
}
.green_blue{
    display: inline-flex;
    align-items: center;
    min-width: 190px;
    height: 60px;
    border-radius: 100px;
    background: #074C7C;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    gap: 30px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 7px 7px 7px 20px;
}
.green_blue:hover{
    background: #000000;
    color: #ffffff;
}
.homeviewpropabtn{
    padding-top: 55px;
}
/**HOME-VIEW-PROPA-ENDS**/

/**MAKE_INVEST_STARTS**/
.make_investhome{
    width: 100%;
    height: 622px;
    position: relative;
    overflow: hidden;
}
.make_investhome::before{
    background: linear-gradient(180deg, rgba(27, 31, 18, 0) -23.47%, #1B1F12 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    height: 100%;
    content: "";
}
.makeinvest_img{
    width: 100%;
    height: 100%;
}
.makeinvest_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.make_investhometext{
    position: absolute;
    width: 100%;
    left: auto;
    bottom: 85px;
}
.make_heading{
    letter-spacing: -2px;
    color: #ffffff;
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
}
.make_heading img{
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.btn_blue{
    display: inline-flex;
    align-items: center;
    min-width: 190px;
    height: 60px;
    border-radius: 100px;
    background: #64C8ED;
    justify-content: flex-end;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    gap: 13px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 7px 7px 7px 20px;
}
.btn_blue:hover{
    background: #074C7C;
    color: #ffffff;
}
.btn_blueico{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 100%;
}
.mk_investrightpara{
    margin-bottom: 25px;
}
.mk_investright{
    padding-left: 140px;
}
/**MAKE_INVEST_ENDS**/

/**HOME-BLOGS-STARTS**/
.container_custombl{
    padding: 0 200px;
    position: relative;
    z-index: 1;
}
.blg_leftimg{
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 36px;
    margin-bottom: 45px;
}
.blg_leftimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blgtag{
    min-width: 146px;
    height: 40px;
    border-radius: 100px;
    background: #64C8ED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #000000;
}
.blog_line{
    width: 100%;
    background: #CCCCCC;
    height: 1px;
}
.blog_date{
    min-width: 120px;
    color: #8A8A8A;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.blog_leftdatebtn{
    gap: 33px;
    margin-bottom: 30px;
}
.blog_leftbx{
    margin-top: 35px;
    padding-right: 20px;
}
.blg_lefthead{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.blg_leftpara{
    color: #605D5D;
    margin-bottom: 15px;
}
.blg_leftbtn{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    border-bottom: 1px solid #000000;
}
.blg_rightimg{
    width: 225px;
    height: 225px;
    flex-shrink: 0;
    border-radius: 36px;
    overflow: hidden;
}
.blg_rightimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_rightbx{
    gap: 35px;
    margin-top: 35px;
}
.blg_righttextbx .blg_lefthead{
    font-size: 30px;
    line-height: 38px;
}
.blg_righttextbx .blog_leftdatebtn{
    margin-bottom: 20px;
}
/**HOME-BLOGS-ENDS**/

/**FOOTER-STARTS**/
.footer_sec{
    background: #384E5DEB;
    padding: 80px 0 0 0;
    border-radius: 32px 32px 0 0;
}
.logo_ftr{
    text-align: center;
    margin-bottom: 43px;
}
.footer_nav li a{
    text-transform: capitalize;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #ffffff;
}
.footer_nav li a:hover{
    color: #2cc7ff;
}
.footer_nav{
    gap: 140px;
    padding: 35px 0;
    border-top: 1px solid #FFFFFF30;
    border-bottom: 1px solid #FFFFFF30;
}
.footer_contact{
    padding: 35px 0;
    border-bottom: 1px solid #FFFFFF30;
    gap: 80px;
} 
.footer_contact li a{
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 20px 0;
}
.footer_contact li:first-child a::before{
    display: none;
}
.footer_contact li a:hover{
    color: #2cc7ff;
}
.footer_contact li a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -37px;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #ffffff;
    content: "";
}
.copyrighttext{
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
}
.ftr_social li{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00AEEF;
    color: #ffffff;
    border-radius: 100%;
    font-size: 18px;
}
.ftr_social li a:hover{
    background: #074c7c;
}
.ftr_social{
    gap: 12px;
}
.footer_copyright{
    padding: 40px 0 50px;
}
.ftr_lattext{
    width: 93%;
    margin: auto;
}
.ftr_lattext img{
    width: 100%;
} 
/**FOOTER-ENDS**/


.cr_rightabt {
	text-align: center;
	/* max-width: 406px; */
	margin: 0 auto 100px;
}
.container_custombl .cr_rightabt .crabt {
	margin-bottom: 30px;
}






/*RESPONSIVE-MENU-STARTS*/
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    background: #074c7c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bodyOverlay, .modelOverlay{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}
.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.responsive_btn span:before {
    top: -6px;
}
.responsive_btn span:after {
    bottom: -6px;
}
.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #ffffff;
}
.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 91;
    background: #074c7c;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.responsive_nav ul li:first-child {
    border-top: none;
}
.responsive_nav ul li:after {
    display: none;
}
.responsive_nav ul li>a {
    display: block;
    padding: 12px 10px;
    color: inherit;
    position: relative;
}
.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active>a {
    color: #fff;
    background: #64C8ED;
}
.responsive_nav ul ul {
    padding: 0;
    background: #1a1a1a;
}
.responsive_nav ul ul ul{background: #161616;}
.responsive_nav ul .sub-menu,
.responsive_nav ul li a i {
    display: none;
}
.responsive_nav .subarrow {
	display: block;
	pointer-events: inherit;
	width: 30px;
	height: 40px;
	line-height: 40px !important;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #000;
	text-align: center;
}
.responsive_nav .more-arrow-menu{display: none;}
.responsive_nav ul .sub-menu .container {
    width: 100%;
    padding: 0;
}
html.responsive,
.responsive body {
    overflow-y: hidden;
}
.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}
.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}
.responsive .responsive_nav {
    left: 0;
}
.responsive .responsive_btn {
    display: none ;
}
.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}
.responsive .responsive_btn span:before {
    opacity: 0;
}
.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.responsive_nav ul ul li a{
    padding-left: 25px;
}
/*RESPONSIVE-MENU-ENDS*/

/**MODAL-STARTS**/
.modal_sam label{
    color: #074C7C;
    margin-bottom: 3px;
    display: block;
    display: none;
}
.modal_sam input{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-size: 16px; 
    color: #111111;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #d3d3d3;
}
.modal_sam input:focus{
    border: 1px solid #074C7C;
    outline: 0;
    box-shadow: none;
}
.modal_sam input::placeholder{
    font-size: 16px; 
    color: #111111;
}
.modal_sam textarea{
    width: 100%;
    height: 80px;
    border-radius: 8px;
    font-size: 16px; 
    color: #111111;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
}
.modal_sam textarea:focus{
    border: 1px solid #074C7C;
    outline: 0;
    box-shadow: none;
}
.modal_sam textarea::placeholder{
    font-size: 16px; 
    color: #111111;
}
.modal_sam .modal-title{ 
    font-size: 20px; 
    line-height: 30px;
    color: #074C7C;
    font-family: "Playfair Display", serif;
    font-weight: 800;
}
.modal_sam .modal-header{
    padding: 6px 1rem;
}
.modal_sam .modal-footer{
    border-top: 0;
    padding-top: 0;
    justify-content: flex-start;
}
.modal_sam .modal-body{
    padding-bottom: 3px;
}
.modal_sam .modal-footer button{
    background: #074C7C;
    border: none;
    border-radius: 100px;
    min-width: 112px;
}
/**MODAL-ENDS**/