@charset "utf-8";
/* CSS Document */
html, body { font-family: Montserrat; height: 100%; margin: 0; padding: 0px; width: 100%; }
html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; }
.padding0 { padding: 0 !important }
.padding5 { padding: 0 5px !important }
.paddingL0 { padding-left: 0 !important }
.paddingR0 { padding-right: 0 !important }
.paddingT20 { padding-top: 20px !important }
.marginT50 { margin-top: 50px; }
.margin0 { margin: 0px; }
.spacer5 { height: 5px; clear: both; display: block; }
.spacer10 { height: 10px; clear: both; display: block; }
.spacer20 { height: 20px; clear: both; display: block; }
.ol, ul, li { list-style: none; }
ul { padding: 0; margin: 0 !important; }
a { text-decoration: none; outline: none; }
a:hover, a:focus{ color:#ff6600 ; text-decoration: none; }
a:hover .hover-fade, a:active .hover-fade, a:focus .hover-fade {opacity: 0.8; transition: opacity 0.3s ease 0s;}
.clear { clear: both; font-size: 0px; line-height: 0px; overflow: auto; }
.clear::after { content: ""; clear: both; display: table; }
.row { margin: 0 !important; width: 100%; }
img { border: none; height: auto; max-width: 100%;}
p { line-height: 24px; font-size: 14px; margin: 0 0 5px;}
h1, h2, h3, h4, h5, h6 { }
section, nav, header, footer, figure, article, canvas { display: block; }

@font-face { src: url(../fonts/Montserrat-Bold.otf); font-family: Montserrat_Bold; }
@font-face { src: url(../fonts/Montserrat-Medium.otf); font-family: Montserrat_Medium; }
@font-face { src: url(../fonts/Montserrat-SemiBold.otf); font-family: Montserrat_SemiBold; }
@font-face { src: url(../fonts/Montserrat-Regular.otf); font-family: Montserrat; }
@font-face { src: url(../fonts/Montserrat-MediumItalic.otf); font-family: Montserrat_MediumItalic; }
@font-face { src: url(../fonts/Montserrat-SemiBoldItalic.otf); font-family: Montserrat_SemiBoldItalic; }

/********************************************/	
.bg_clr { background-color: #f8fafe; }
.bg_clr1 { background-color: #f1f1f1; }
.btn-default { color: #fff; background-color: transparent; border-color: #fff; padding: 10px 20px; margin: 0; font-size: 16px; border-radius: 0; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active { color: #fff; background-color: #ffcc00; border-color: #ffcc00; }
.btn-primary { color: #fff; background-color: #2667a5; padding: 10px 20px; border-color: #2667a5; border-radius: 0; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active { color: #fff; background-color: #7bc3d1; border-color: #7bc3d1; }
.btn-primary i.fa { margin-right: 10px; }

/* Home Section */
.intro { background: url(../img/banner.jpg) no-repeat center top; background-color: transparent; background-size: cover; color: #fff; display: table; overflow: hidden; height: auto; padding: 40px 0 60px; text-align: center; width: 100%; }
.intro .intro-text { text-align: center; }
.intro .intro-text h1 { font-family: Montserrat_SemiBold; font-size: 36px; line-height: 46px; margin-bottom: 15px; }
.intro .intro-text h1 span { color: #ff7500; font-family: Montserrat_Bold; font-size: 42px; text-transform: uppercase; }
.intro .intro-text h1.bnr_txt2 span { text-transform: none; }
.bnr_txt2 { margin-top: 40px; }

/* Media Queries */
@media(min-width:768px) {
header .intro-text { padding-top: 30px; padding-bottom: 40px; }
.intro { height: 100%; padding: 0; color: #fff; }
.intro .name { font-weight: 600; }
.intro .intro-text { max-width: 100%; width: 100%; }
.intro .intro-text p { margin-bottom: 40px; margin-top: 20px; }
section { padding: 50px 0; }
.sec_text.text-center { padding: 0 40px; }


}
.video_banner iframe { border: 4px solid #fff; }
.logo { margin-bottom: 60px; }
.logo img { max-width: 390px; }
#videopopup .modal-dialog,#largeModal .modal-dialog { margin: 3rem auto; }
#videopopup { background-color: rgba(11,33,52,.8); overflow: hidden; padding: 0 5px !important; }

.section1 {}
.sec_text p { color: #3d3d3d; font-family: Montserrat_Medium; font-size: 19px; line-height: 37px; }
.click_btn { background-color: #2667a5; box-shadow: 0px 5px 0px 0px #094176; border-radius: 5px; display: inline-block; padding: 10px; margin-top: 50px; }
.click_btn a { background-color: #2667a5; border: 1px dashed #fff; color: #FFF; border-radius: 3px; font-size: 22px; padding: .4em 1.6em; }
.click_btn a b { font-family: Montserrat_SemiBold; }
.click_btn a:hover,.sec3_text a.btn2:hover { color: #ff7500 !important; }

.section2 {}
.sec2_text { margin: 15px 0 0; }
.sec2_text h2 { color: #2d649c; font-family: Montserrat_Bold; font-size: 32px; }
.sec2_text h4 { color: #f58220; font-family: Montserrat_SemiBoldItalic; font-size: 22px; text-align: center; }
.sec2_text h5 { color: #232323; font-family: Montserrat_SemiBoldItalic; font-size: 23px;}
.sec2_text p { color: #424242; font-size: 17px; line-height: 31px; margin: 35px 0; }

.section3 {}
.heading_sec { margin-bottom: 35px; }
.heading_sec h2 { color: #2d649c; font-family: Montserrat_Bold; font-size: 42px; line-height: 40px; }
.heading_sec sup { top: -12px; font-family: Montserrat_SemiBold; font-size: 24px; }

.heading_sec p { color: #353535; font-family: Montserrat; font-size: 21px; line-height: 30px; }
.sec_info { padding-right: 40px; }
.sec_info h3 { color: #2d649c; font-family: Montserrat_Bold; font-size: 26px; line-height: 30px; }
.sec_info p { color: #4e4e4e; font-size: 16px; line-height: 24px; padding-bottom: 22px; }

.info_video { margin-bottom: 35px; }

span.icon { position: relative; padding: 0 0 0 30px; }

.icon:before { content: "\f14a"; font-size: 24px; font-family: "FontAwesome"; color: rgb( 45, 100, 156 ); line-height: 1.25; position: absolute; left: 0; top: 0px; width: 22px; height: 21px; z-index: 57; }

.format_head.heading_sec { margin-bottom: 20px; }
.format_head h2 { display: inline-block; font-family: Montserrat_Bold; position: relative; font-size: 34px; }
.format_head h2:before { background-image: url(../img/curved-arrow.png); content: ""; line-height: 1.25; position: absolute; left: -50px; top: 5px; width: 43px; height: 33px; z-index: 57; }
.format_head h2:after { background-image: url(../img/curved-arrow1.png); content: ""; line-height: 1.25; position: absolute;  right: -50px; top: 5px; width: 43px; height: 33px; z-index: 57; }

.format_in { border: 2px solid rgba(0,0,0,0.2); padding: 20px 10px; }
.format_in h3 { color: #ff7500; font-family: Montserrat_SemiBold; font-size: 28px; }
.format_in h6 { font-family: Montserrat_SemiBold; margin-top: 15px; }
.text-center.imagine_img { margin-top: 50%; }

.section4 { background: url(../img/imagin_back.jpg) no-repeat center / cover;}
.imagine_sec {}
.imagine_text {}
.imagine_sec h4 { color: #fff; font-family: Montserrat_SemiBold; font-size: 30px; }
.imagine_sec h4 span { font-size: 26px; font-family: Montserrat_Medium; }
.imagine_sec h2,.imagine_text h2 { color: #ff7500; font-family: Montserrat_SemiBold; font-size: 40px; }
.imagine_sec h2.inr_txt,.imagine_sec h4.inr_txt { padding: 0 15px; }
.imagine_text h4 { color: #fff; font-family: Montserrat_Medium; font-size: 33px; }
.imagine_text p { font-family: Montserrat_Medium; font-size: 22px; }
.imagine_text h3 { font-family: Montserrat_Medium; font-size: 42px; }
.imagine_text h5 { font-family: Montserrat_SemiBold; font-size: 45px; }
.imagine_text h5 span { color: #ff7500; font-size: 45px; font-family: Montserrat_Bold; }
.imagine_sec h4 span.txt_colr { color: #ff7500; font-family: Montserrat_Bold;}

.sec3_text { margin: 30px 0 0; }
.sec3_text h3 { color: #2d649c; font-family: Montserrat_SemiBold; font-size: 32px; }
.sec3_text p { color: #454545; font-family: Montserrat; font-size: 16px; line-height: 26px; margin-bottom: 17px; }
.sec3_text p span { color: #2d649c; font-family: Montserrat_Medium; font-size: 17px; }
.sec3_text a.btn2 { background-color: #2667a5; box-shadow: 0px 4px 0px 0px #094176; border-radius: 4px; color: #FFF !important; cursor: pointer; display: inline-block; font-size: 23px; margin-top: 10px; padding: .4em 1em; }

.benifit_sec {}
.benifit_sec .heading_sec { margin-bottom: 50px; }
.benifit_box { background-color: #fff; border: 1px solid #f2f2f2; box-shadow: 0 0 13px 0px rgba(0,0,0,0.1); height: 250px; padding: 30px 10px; margin-bottom: 30px; }
.benifit_box h6 { color: #333333; font-family: Montserrat_SemiBold; font-size: 20px; line-height: 26px; height: 40px; }
.benifit_box p { color: #434343; font-family: Montserrat; font-size: 15px; line-height: 24px; }
.benifit_size1 { height: 300px; }
.benifit_size2 { height: 330px; }
.benifit_box .btn_show { color: #2d649c; font-family: Montserrat_SemiBold; font-size: 29px; justify-content: center; height: 8em; align-items: center; }
#popup .modal-dialog { max-width: 850px;  }
#popup .modal-content { text-align: center; }
#popup .modal-content h2 { color: #1c1c1c; font-family: Montserrat_SemiBold; font-size: 27px; }
#popup .modal-content h2 span { color: #ff7500; }
.benifit_box.benifit_size2.last_box:hover button#mebershipButton { color: #ff7500; }
.benifit_box.benifit_size2.last_box { cursor: pointer; }

.foot_sec { background-color: #000; padding: 60px 0 40px; }
.media.foot_info { max-width: 500px; width: 100%; margin: 0 auto; }
.foot_info h4 { color: #fff; font-family: Montserrat_SemiBold; font-size: 28px; line-height: 30px; margin: 15px 0 0; }
.foot_info p { line-height: normal; margin: 0; }
.foot_info a { color: #fff; font-family: Montserrat; font-size: 18px; line-height: 30px; }
.foot_txt { margin: 40px 0; }
.foot_txt h5 { font-family: Montserrat; font-size: 20px; line-height: 26px; }
.foot_txt h5 span { font-family: Montserrat_Medium; font-size: 21px; }

.copy_text{}
.copy_text p{ font-family: Montserrat_Bold; font-size: 18px; line-height: 30px; }



/*----------------------popup-----------------------*/

#abc { background-color: rgba(0, 0, 0, 0.8); display: none; height: 100%; left: 0; overflow: auto; position: fixed; top: 0; width: 100%; z-index: 1; }
div#popupContact { background: #f8fafe; width: 100%; padding: 10px; border: 0; }

div#popupvideo .modal-header,div#popup .modal-header,div#popupContact .modal-header { border: 0; display: block; padding: 0 10px; }
#popupvideo { padding: 5px; border-radius: 0; }
.close { background-color: #d1d1d1 !important; border-radius: 50%; font-size: 2.5rem; line-height: 25px; margin: 0rem 0rem 0rem auto !important; padding: 7px !important; position: absolute; right: -15px; text-align: center; top: -20px; z-index: 9; }
.close:focus { outline: none; }
#popup .modal-content button.close { margin-right: 0 !important; }


/* Back to top button */
.back-to-top { position: fixed; display: none; background: #ff7500; color: #fff; width: 44px; height: 44px; text-align: center; line-height: 1; font-size: 16px; border-radius: 50%; right: 15px; bottom: 15px; transition: background 0.5s; z-index: 11; }

.back-to-top i { padding-top: 12px; color: #fff; }

#cookie_info { background: rgba(6, 23, 40, 0.8); bottom: 0px; color: #fff; display: none; font-size: 16px; padding: 10px 10px 10px 10px; position: fixed; text-align: center; width: 100%; z-index: 1000; }
#cookie_info p { font-size: 15px; margin: 0 0 5px 0; }
#cookie_info p span { color: #ff7500; display: inline-block; font-weight: bold; font-size: 22px; }
#cookie_info p b { font-size: 18px; }
#cookie_info .btn { box-shadow: 0px 4px 0px 0px #094176; padding: 4px 10px 4px 10px; }
.cookie_third_msg input { display: inline-block; }
.cookie_second_msg, .cookie_third_msg { display: none; }

a.why { color: #ff7500; font-size: 16px; font-weight: 700; left: 81px; position: absolute; top: 35px; text-decoration: underline; }
a.why:hover { color: #fff; text-decoration: underline !important; }

#cookiePopup .modal-content { background-color: #fff; }
#cookiePopup .close { color: #000; font-size: 24px; top: 9px; }

/*****************responsive****************/

/* for 1024px or less */
@media only screen and (min-width: 1400px) and (max-width: 1920px) {

.intro .intro-text h1 { font-size: 42px; }
.intro .intro-text h1 span { font-size: 48px; }

}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
.modal-lg, .modal-xl { max-width: 970px; }
.row.format_col .col-md-6 { padding: 0 13px; }

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

}

/* for 992px or less */
@media all and (max-width: 992px) {
.container { max-width: 100%; width: 100%; }
#videopopup .modal-dialog,#largeModal .modal-dialog { margin: 5rem auto; }
.intro .intro-text h1 { font-size: 38px; }
.intro .intro-text h1 span { font-size: 40px; }
.click_btn a,.sec3_text a.btn2 { font-size: 16px; padding: .4em 1.2em; }
.sec_img.text-center { margin-bottom: 20px; }
.sec2_text h2 { font-size: 32px; }
.sec2_text h5 { font-size: 21px; }
.heading_sec h2 { font-size: 36px; }
.heading_sec p { font-size: 19px; }
.sec3_img.text-right { text-align: center !important; margin-bottom: 30px; }
.section3 .row.info_row { flex-direction: column-reverse; }
.heading_sec.format_head h2 { font-size: 28px; }
.imagine_sec h2, .imagine_text h2 { font-size: 35px; }
.imagine_text h4 { font-size: 25px; }
.imagine_text p { font-size: 18px; }
.imagine_text h3 { font-size: 33px; }
.imagine_text h5 { font-size: 26px; }
.imagine_text h5 span { font-size: 30px; }
.imagine_sec h4 { font-size: 24px; }
.imagine_sec h4 span { font-size: 20px; }
.heading_sec { margin-bottom: 30px; }
.sec3_text h3 { font-size: 26px; }

.benifit_box.benifit_size2.last_box,.benifit_box .btn_show { height: auto; }
.sec_info { padding-right: 00px; }

.bnr_txt2 { margin-top: 30px; }

}

@media all and (max-width: 800px) {
/* .row { flex-direction: column-reverse; } */



}

/* for 768px or less */
@media all and (max-width: 768px) {


}
@media(min-width:1024px){
   #header .video_banner img {
    height: 150px;
}
#header h1.bnr_txt {
    float: right;
    font-size: 36px;
}
header .intro-text {
    padding-bottom: 90px;
}
 header .logo {
    margin-bottom: 60px;
}

 
}
@media all and (max-width: 767px) {
.logo img { max-width: 100%; }
.intro { padding: 40px 0 40px; }
.intro .intro-text { width: 100%; }
.intro .intro-text h1 { font-size: 28px; line-height: 32px; }
.intro .intro-text h1 span { font-size: 30px; }
.video_banner iframe { height: auto; width: max-content; }
.intro .intro-text h1.bnr_txt2 { margin-top: 20px !important; }

.click_btn { padding: 5px; margin-top: 20px; margin-bottom: 10px; }
.imagine_sec .row { flex-direction: column-reverse; }
.text-center.imagine_img { margin: 40px 0 30px; }
.imagine_text h3 { font-size: 26px; }
section { padding: 40px 0; }

#popup .modal-content h2 { font-size: 18px; }
div#popupvideo .modal-header,div#popup .modal-header,div#popupContact .modal-header { display: block;}
.info_video { margin-bottom: 30px; }
.info_video iframe { height: 100%; }

.imagine_sec h2, .imagine_text h2 { font-size: 26px; }
.imagine_sec h4 { font-size: 15px; }
.imagine_text h5 { font-size: 20px; }

#popupvideo iframe { height: 280px; }

.mb-md-5 { margin-bottom: 15px; }
#largeModal { padding: 0 5px; }
.heading_sec.format_head h2 { font-size: 22px; }
.format_in h3 { font-size: 21px; }
.imagine_text h5 span { font-size: 26px; }
.sec3_text { margin: 15px 0 0; }
.benifit_sec .heading_sec { margin-bottom: 30px; }

}

@media all and (max-width: 736px) {

}

@media screen and (max-width: 667px) {

}

@media all and (max-width: 640px) {

}

@media all and (max-width: 600px) {

}

@media all and (max-width: 575px) {
.logo { margin-bottom: 30px; }
.intro .intro-text h1 { font-size: 21px; line-height: 32px; }
.intro .intro-text h1 span { font-size: 23px; }
.sec_text p { font-size: 16px; line-height: 30px; text-align: justify; }
.click_btn a { font-size: 14px; padding: .4em 0.2em; }
.sec2_text h2 { font-size: 24px; }
.sec2_text h5 { font-size: 18px; }
.sec2_text h4 { font-size: 20px; }
.heading_sec h2 { font-size: 28px; }
.heading_sec p { font-size: 17px; line-height: normal; }
.sec_info h3 { font-size: 18px; line-height: 24px; padding-left: 30px; }
span.icon { padding: 0; float: left; margin-left: -30px; }
.sec_info p { font-size: 14px; line-height: 24px; }
.foot_info h4 { font-size: 24px; }

.section3 .click_btn { margin-bottom: 20px; margin-left: 15px; margin-right: 15px; }
.section3 { padding-top: 10px; }
#popupvideo iframe { height: 260px; }
.sec3_text a.btn2 { font-size: 14px; }
.imagine_text h5 br { display: none; }
.imagine_text h3 { font-size: 24px; }

.foot_info h4 { font-size: 20px; }
.foot_info a { font-size: 15px; line-height: 26px; }
.foot_txt h5 { font-size: 18px; }

.copy_text p { font-size: 15px; line-height: 24px; }

.close { font-size: 2rem; line-height: 20px; right: -5px; top: -18px; }

.benifit_box,.benifit_size2,.benifit_box h6 { height: auto; }


}

@media screen and (max-width: 567px) {


}

/* for 480px or less */
@media screen and (max-width: 480px) {


}

@media all and (max-width: 414px) {

}

@media all and (max-width: 384px) {
.format_head h2::before { left: -45px; }
.format_head h2::after { right: -45px; }
.media.foot_info { display: block; }
#popupvideo iframe { height: 200px; }

}
@media all and (max-width: 375px) {

}

@media all and (max-width: 360px) {

}

@media all and (max-width: 320px) {

}

h6.wallet_t {
    margin: -2px;
}
.woot--bubble-holder .woot-widget-bubble {
    bottom: 72px;
}
