@charset "utf-8";
@font-face{font-family:"TheSeasonsRegular";src:url('../fonts/TheSeasonsRegular/font.woff2') format('woff2'),url('../fonts/TheSeasonsRegular/font.woff') format('woff');}
@font-face{font-family:"CrystalSkyAlt";src:url('../fonts/CrystalSkyAlt/font.woff2') format('woff2'),url('../fonts/CrystalSkyAlt/font.woff') format('woff');}

/*
font-family:"TheSeasonsRegular";
font-family:"CrystalSkyAlt";
font-family: "sofia-pro", sans-serif;
*/

/* CSS Document */

*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;}

/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html{font-family:"sofia-pro",sans-serif; /* 1 */-ms-text-size-adjust:100%; /* 2 */-webkit-text-size-adjust:100%; /* 2 */}

/* HTML5 display definitions */

/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}

/** Add the correct display in IE 9-. */
audio,canvas,progress,video{display:inline-block;}

/** Add the correct display in iOS 4-7. */
audio:not([controls]){display:none;height:0;}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress{vertical-align:baseline;}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,[hidden]{display:none;}

/** Remove the gray background on active links in IE 10. */
a{background-color:transparent;}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,a:hover{outline-width:0;text-decoration:none;outline:none;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;}

/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title]{border-bottom:none; /* 1 */text-decoration:underline; /* 2 */-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,strong{font-weight:inherit;}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,strong{font-weight:bold;}

/** Add the correct font style in Android 4.3-. */
dfn{font-style:italic;}

/** Add the correct background and color in IE 9-. */
mark{background-color:#ff0;color:#000;}

/** Add the correct font size in all browsers. */
small{font-size:80%;}

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}

/** Remove the border on images inside links in IE 10-. */
img{border-style:none;}

/** Hide the overflow in IE. */
svg:not(:root){overflow:hidden;}

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,kbd,pre,samp{font-size:1em;}

/** Add the correct margin in IE 8. */
figure{margin:1em 40px;}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}

/* Forms */

/** Change font properties to `inherit` in all browsers (opinionated). */
button,input,select,textarea{font:inherit;}

/** Restore the font weight unset by the previous rule. */
optgroup{font-weight:bold;}

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button,input,select{    /* 2 */ overflow:visible;}

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button,input,select,textarea{    /* 1 */ margin:0;}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,select{    /* 1 */ text-transform:none;}

/** Change the cursor in all browsers (opinionated). */
button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer;}

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled]{cursor:default;}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button; /* 2 */}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText;}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}

/** Remove the default vertical scrollbar in IE. */
textarea{overflow:auto;}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"]{-webkit-appearance:textfield;}

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
blockquote{margin-left:0;margin-right:0;/*padding:1rem 1.5rem;*/}
blockquote *:last-child{margin:0;}
form ul{list-style:none;margin:0;padding:0;}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="url"],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #d1d1d1;border-radius:0.4rem;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0.6rem 1rem;width:100%;}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="tel"]:focus,input[type="url"]:focus,textarea:focus,select:focus{border:1px solid #f2a1ad;outline:0;}
textarea{padding-bottom:0.6rem;padding-top:0.6rem;}
label,legend{font-size:16px;display:block;margin-bottom:0.5rem;color:#302c2e;}
fieldset{border-width:0;padding:0;}
input[type="checkbox"],input[type="radio"]{display:inline;}
input[type="submit"]:focus{outline:none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder{color:rgba(47,45,45,0.7);}
input::-moz-placeholder,select::-moz-placeholder{color:rgba(47,45,45,0.7);}
input:-ms-input-placeholder,select:-ms-input-placeholder{color:rgba(47,45,45,0.7);}
input:-moz-placeholder,select:-moz-placeholder{color:rgba(47,45,45,0.7);}
input:focus{outline:none;}
dl,ol,ul{margin-top:0;padding-left:0;}
dl dl ul,dl ol,ol dl ul,ol ol,ul dl ul,ul ol{font-size:90%;margin:1.5rem 0 1.5rem 3rem;}
dl{list-style:none;}
ul{list-style:circle inside;}
ol{list-style:decimal inside;}
dt,dd,li{margin-bottom:10px;}
hr{border-top:0.1rem solid #4a4d50;border-width:0;margin-bottom:3.5rem;margin-top:3rem;}
.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;height:auto;}
.embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}
input,textarea,select,fieldset{margin-bottom:1rem;}
input:last-child,textarea:last-child,select:last-child,fieldset:last-child{margin-bottom:0;}
pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:1.4rem;}
pre:last-child,blockquote:last-child,dl:last-child,figure:last-child,table:last-child,p:last-child,ul:last-child,ol:last-child,form:last-child{margin:0;}
table{width:100%;}
.flex,.flex-row,.flex-column,.flex-start,.flex-end,.flex-center,.flex-stratch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap:wrap;}
.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.flex-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.flex-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.flex-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.flex-stratch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
@supports ((-o-object-fit:cover) or (object-fit:cover)){
    .background-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;}
}
.clearfix{*zoom:1;}
.clearfix:after,.clearfix:before{content:"";display:table;}
.clearfix:after{clear:both;}
.tacenter{text-align:center;}
.taright{text-align:right;}
.taleft{text-align:left;}
.relative{position:relative;}
body,html{margin:0px;padding:0px;position:relative;list-style:none;box-sizing:border-box;font-size:16px;font-weight:300;background:#fff;color:#1E1E1E;font-family:"sofia-pro",sans-serif;}
h1,h2,h3,h4,h5,h6{margin:0px;font-weight:400;margin-bottom:20px;font-family:"TheSeasonsRegular";color:#458088;}
h1{font-size:74px;line-height:1.2;}
h2{font-size:55px;line-height:1.1;}
h3{font-size:25px;}
h4{font-size:35px;}
a{text-decoration:none!important;cursor:pointer;color:#0052CC;transition:all 0.3s ease;display:inline-block;}
a:hover{text-decoration-line:underline;outline:none;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;color:#0065FF;}
p{font-family:"sofia-pro",sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:117.9%;color:#FFFFFF;}
img{max-width:100%;height:auto;}
.tbl{display:table;width:100%;height:100%;vertical-align:middle;text-align:center;position:relative;z-index:9;}
.tbl-cell{display:table-cell;width:100%;height:100%;vertical-align:middle;}
.img-responsive{max-width:100%;display:block;height:auto;margin:0 auto;}
.inline__block{float:left;width:100%;vertical-align:top;position:relative;}
.gform_wrapper .ginput_container input,.gform_wrapper .ginput_container textarea,.gform_wrapper .ginput_container select{font-family:"sofia-pro",sans-serif;background:#ffffff;border:1px solid rgba(151,151,151,0.25);outline:none;padding:15px 15px 12px 15px!important;margin-bottom:0px;height:53px;outline:none;font-size:16px!important;line-height:26px;color:rgba(47,45,45,0.7);border-radius:8px;}
.gform_wrapper .ginput_container textarea{height:135px;margin-top:0px;}
.gform_wrapper .validation_error{display:none;}
.gform_wrapper .validation_message{display:inline-block;width:100%;text-align:left;margin-top:0px;color:#f00;}
.gform_wrapper label.gfield_label{font-size:20px!important;line-height:28px;letter-spacing:0.2px;color:#10171D;font-family:"sofia-pro",sans-serif;font-weight:300!important;}
.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background:none!important;border:none!important;}
.ie8 *{outline:none;}
img{border:none;}
html,body{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;}

/*----- html5 tags ------*/
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}

/*----- Wrapper Part ------*/
#wrapper{width:100%;height:auto;}
.container{width:100%;padding:0 30px;}
.container{max-width:1190px;height:auto;display:block;clear:both;box-sizing:border-box;width:100%;margin:0 auto;padding:0 20px;}
.inner-container{max-width:1240px;height:auto;display:block;clear:both;box-sizing:border-box;width:100%;margin:0 auto;padding:0 20px;}
section{position:relative;}

/*----- Wrapper Part ------*/

/*comman css*/
.bg_green{background:#0c383e;}
.bg_grey{background:#F7F3EC;}
.color_blue{color:#39436F!important;}
.d-flex{display:flex;}
.align-items-center{align-items:center;}
.align-items-stretch{align-items:stretch;}
.align-items-end{align-items:flex-end;}
.align-items-start{align-items:flex-start;}
.justify-content-between{justify-content:space-between;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.flex-wrap{flex-wrap:wrap;}
.position-relative{position:relative;}
.row{margin-left:-20px;margin-right:-20px;display:flex;flex-wrap:wrap;}
.col_space{padding-left:20px;padding-right:20px}
.mb-0{margin-bottom:0!important;}
.text-center{text-align:center;}
.w-50{width:50%;}
.w-100{width:100%;}
.text_content p{font-family:"sofia-pro",sans-serif;font-style:normal;font-weight:300;font-size:16px;color:#FFFFFF;line-height:1.4;}
.sub_tile{font-family:"sofia-pro",sans-serif;font-weight:400;font-size:11px;line-height:17px;letter-spacing:0.18em;text-transform:uppercase;color:#458088;margin-bottom:15px;display:block;}
.text_content_wrap:before{content:"";width:115px;height:1px;display:flex;background:#719da1;position:absolute;left:0;top:8px;}
.text_content_wrap{padding-left:145px;position:relative;}
.block_title{margin:0;display:inline-block;}
.primary_btn{font-weight:400;font-size:16px;line-height:19px;color:#FFFFFF;font-family:"TheSeasonsRegular";border:1px solid #E8E6F0;border-radius:37px;padding:21px 110px 21px 20px;display:inline-block;position:relative;overflow:hidden;z-index:1;box-sizing:border-box;}

/*.primary_btn:before{position:absolute;content:"";width:100%;height:100%;left:-100%;top:0;background:#BF9E65;border-radius:50px;transition:all 0.3s linear;z-index:-1;box-sizing:border-box;}
.primary_btn:hover:before{left:0;}*/

/*.primary_btn:hover {border-color: #BF9E65;}*/
.primary_btn:hover{border-color:#BF9E65;box-shadow:0 0 10px 0 #bf9e65 inset,0 0 20px 2px #bf9e65;}
.primary_btn.black_btn:hover{border-color:#1E1E1E;box-shadow:0 0 10px 0 #458088 inset,0 0 20px 2px #458088;}
.primary_btn:after{content:"";width:75px;background:url(../images/btn_arrow.svg) no-repeat right top / 100%;height:13px;display:flex;position:absolute;right:0;top:25px;margin-right:18px;}
.primary_btn:hover{color:#FFFFFF;}
.text_content{margin-bottom:30px;}
.about_section{padding:120px 0 80px;}
.btn{border-radius:37px;font-weight:400;font-size:16px;text-align:center;padding:10px 35px;line-height:1.3;min-width:130px;min-height:63px;display:flex;align-items:center;justify-content:center;font-family:'TheSeasonsRegular';}
.btn_gold{color:#BF9E65;border:1px solid #BF9E65;}
.btn_gold:hover{color:#BF9E65;box-shadow:0 0 10px 0 #bf9e65 inset,0 0 20px 2px #bf9e65;}
.section_title{display:block;padding:15px;color:#BF9E65;font-size:100px;line-height:1.2;font-family:"CrystalSkyAlt";letter-spacing:0;}
.img_bg_overlay{position:relative;height:670px;max-width:450px;margin:0 auto;background:#C08248;border-radius:232px;display:flex;align-items:center;}
.img_bg_overlay img{max-width:100%;width:100%;height:590px;object-fit:cover;border-radius:232px;}
.what_we_about .img_bg_overlay{height:520px!important;max-width:360px;}
.what_we_about .img_bg_overlay img{height:470px!important;}
.object_overlay{position:absolute;width:170px;height:170px;top:0;left:-70px;}
.object_overlay img{max-width:100%;width:100%;height:100%!important;object-fit:contain;border-radius:0;}

/* header css */
.show_menu{overflow:hidden;}
.site_header{position:absolute;top:0;left:0;right:0;z-index:1111;padding:20px 0;}
.site_header .container{max-width:1440px;padding:0 50px;}
.nav_toggler{border:0;outline:0;background:none;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-left:auto;}
.nav_toggler span{display:block;width:42px;height:2px;background:#BF9E65;margin:5px 0;transition:0.3s ease-in-out;}
.nav_toggler .togglerbar_1,.nav_toggler .togglerbar_3{width:32px;margin-left:auto;}
.nav_toggler .togglerbar_2{width:46px;}
.show_menu .nav_toggler .togglerbar_1{transform:rotate(45deg);position:absolute;width:44px;}
.show_menu .nav_toggler .togglerbar_2{opacity:0;}
.show_menu .nav_toggler .togglerbar_3{transform:rotate(-45deg);position:absolute;width:44px;}
.header_menu{position:fixed;height:100vh;width:100%;top:0;right:-100%;left:auto;bottom:0;background:#0C393E;text-align:center;z-index:-1;transition:all 0.8s cubic-bezier(0.2,1,0.3,1),-webkit-all 0.8s cubic-bezier(0.2,1,0.3,1);overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between;}
.show_menu .site_header .header_menu{right:0;}
.site_header .header_main{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}
.header_menu{padding:250px 15px 30px;text-align:left;}
.header_menu ul{list-style:none;display:flex;justify-content:center;}
.header_menu_wrap{margin:0 auto;text-align:center;}
.main_menu{flex-direction:column;justify-content:flex-start;}
.header_menu ul li a{font-size:18px;color:#F7F5EF;line-height:1.5;padding:5px 0;transition:all 0.3s ease-in-out;}
.header_menu ul li a:hover{color:#B28A38;}
.header_menu ul li{margin:10px 0;}
.header_links{gap:30px;}
.header_social_links{gap:15px;}
.header_social_links li a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#19403F;border-radius:100%;}
.header_login{margin-left:auto;margin-right:25px;}
.header_social_links li a:hover{background-color:#B28A38;}

/* hero banner */
.banner_section{position:relative;min-height:800px;/*background:linear-gradient(180deg,rgba(12,56,62,0.74) 0%,#0C383E 80.41%,#0C383E 100%),url(../images/home-banner.jpg);*/background-position:top center!important;background-repeat:no-repeat!important;background-size:cover!important;padding-top:235px;padding-bottom:100px;}
.banner_section h1{font-weight:400;font-size:74px;text-align:center;color:#BF9E65;}
.banner_section .container { z-index: 1; position: relative; }
.banner_section video { position: absolute; z-index: 0; width: 100%; max-width: 100%; left: 0; top: 0; right: 0; bottom: 0; object-fit: cover; height: 100%; }
.home .banner_section:after { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg,rgba(12,56,62,0.74) 0%,#0C383E 80.41%,#0C383E 100%); }
.banner_section:before{position:absolute;content:"";width:100%;height:540px;left:0;right:0;bottom:0;background:url(../images/curves.png) no-repeat left bottom;background-size:cover;z-index: 1;}
.banner_title{max-width:800px;margin:0 auto;text-align:center;}
.about_right .img_bg_overlay{margin-right:0;margin-left:auto;}
.about_right{padding-left:0;position:relative;max-width:362px;margin:0 auto;}
.about_section .about_right{max-width:446px;}
.work_with_wrap{display:flex;padding-top:70px;flex-wrap:wrap;align-items:stretch;position:relative;z-index:3;}
.banner_section.mentoring_banner .container{z-index:4;position:relative;}
.work_with_item{padding:60px 50px 40px;text-align:center;position:relative;border-top:0.5px solid #719DA1;border-bottom:0.5px solid #719DA1;width:33.33%;}
.work_with_wrap .work_with_item:nth-child(2){border-left:0.5px solid #719DA1;border-right:0.5px solid #719DA1;}
.work_with_item h3{background:#719DA1;max-width:370px;margin:0 auto;border-radius:100px;padding:10px 15px;color:#0C393E;font-weight:400;font-size:30px;}
.work_with_item p{max-width:340px;margin:30px auto 50px;line-height:22px;}
.work_with_item .primary_btn:hover{background:transparent;border:1px solid #E8E6F0;}
.work_with_wrap .work_with_item:nth-child(1):before{position:absolute;content:"";width:84px;height:84px;background:url('../images/mentoring-icon.svg') no-repeat center center;background-size:contain;top:-42px;left:50%;transform:translateX(-50%);}
.work_with_wrap .work_with_item:nth-child(2):before{position:absolute;content:"";width:84px;height:84px;background:url('../images/programs-icon.svg') no-repeat center center;background-size:contain;top:-42px;left:50%;transform:translateX(-50%);}
.work_with_wrap .work_with_item:nth-child(3):before{position:absolute;content:"";width:84px;height:84px;background:url('../images/community-icon.svg') no-repeat center center;background-size:contain;top:-42px;left:50%;transform:translateX(-50%);}
.work_with_me{padding-bottom:70px;position:relative;/*margin-bottom:70px;*/}

/*.work_with_me:before{position:absolute;content:"";width:100%;height:110px;background:url(../images/green-bottom-cut.png) no-repeat bottom center;background-size:cover;bottom:-106px;left:0;right:0;z-index:1;}*/
.dark_text p{color:#1E1E1E;}

/*About*/
.banner_section.Inner_banner{background:#F7F3EC;padding-bottom:170px;}
.banner_section.Inner_banner .banner_text p{font-weight:400;font-size:55px;line-height:115.4%;color:#285F66;font-family:"TheSeasonsRegular";}
.banner_section.Inner_banner .banner_title{max-width:1050px;}
.banner_section.Inner_banner h1{font-size:55px;line-height:115.4%;margin:0 0 45px;}
.banner_section.Inner_banner .banner_text{margin:0 0 30px;}
.banner_section.Inner_banner:before{background:url(../images/yellow_layers.svg) no-repeat left bottom / 100%;height:410px;bottom:-80px;z-index:9;opacity:0.4;}
.tempus_section .text_content p{color:#1E1E1E;}
.tempus_section .row{flex-direction:row-reverse;}
.video_block{height:542px;width:100%;max-width:1000px;margin:0 auto;position:relative;}
.video_block video{object-fit:cover;width:100%;height:100%;border-radius:12px;overflow:hidden;}
.video_block .playpause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;}
.video_section.bg_grey{padding-bottom:40px;}
.work_with_about:before{display:none;}
.work_with_about{padding-bottom:0;background-image:url(../images/grey_bottom_layer.svg);background-repeat:no-repeat;background-size:100%;padding-top:200px;margin-bottom:0;}
.work_with_wrap{margin:0 auto;}
.promo_section{display:flex;padding:100px 0;}
.promo_section:before{background:linear-gradient(180deg,#C08248 100%,rgba(12,56,62,0) 100%);opacity:0.9;content:"";position:absolute;top:0;left:0;right:0;bottom:0;display:flex;}
.home .promo_section:before{background:linear-gradient(180deg,#0C383E 100%,rgba(12,56,62,0) 100%);}
.promo_section .wrapper{position:relative;z-index:1;margin:0 -20px;display:flex;align-items:center;flex-wrap:wrap;}
.promo_section .promo_left h2{font-size:55px;line-height:101.9%;color:#F6F3EC;margin:0 0 35px;}
.promo_section .promo_left{width:60%;padding:0 20px;}
.promo_section .promo_right{width:40%;padding:0 20px;}
.promo_section .promo_right_wrap{width:100%;max-width:360px;margin:0 auto;height:470px;overflow:hidden;border-radius:190px;position:relative;}
.promo_section .promo_right_wrap:before{position:absolute;content:"";width:100%;background-color:#458088;opacity:0.5;z-index:1;height:100%;top:0;right:0;left:0;bottom:0;transform:scale(0);transition:0.3s ease;border-radius:190px;}
.promo_section .promo_right_wrap:hover:before{transform:scale(1);}
.promo_section .promo_right_wrap img{width:100%;height:100%;object-fit:cover;}
.promo_section .text_content{max-width:500px;}
.promo_section .text_content_wrap:before{background:#fff;}
.banner_section.what_we_banner:before{display:none;}
.banner_section.what_we_banner .banner_title{display:flex;align-items:center;margin-bottom:80px;}
.banner_section.what_we_banner .banner_title img{margin-bottom:50px;}
.banner_section.what_we_banner .banner_title h1{margin-left:-20px;}
.banner_section.what_we_banner .banner_left_dec h2{font-size:55px;line-height:115.4%;color:#FFFFFF;}
.banner_section.what_we_banner .banner_desc{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.banner_section.what_we_banner .banner_right_dec{width:40%;}
.banner_section.what_we_banner .banner_left_dec{width:60%;padding-right:100px;}
.what_we_about .text_content p{color:#1E1E1E;}
.primary_btn.black_btn:after{background:url(../images/btn_arrow_dark.svg) no-repeat right top / 100%;}
.primary_btn.black_btn{color:#458088;border:1px solid #1E1E1E;}
.what_we_about .row:nth-child(odd){flex-direction:row-reverse;}
.what_we_about .row:nth-child(odd) .about_right .img_bg_overlay{margin-right:auto;margin-left:0;}
.what_we_about .row:nth-child(even){margin-left:auto;}
.what_we_about .row:nth-child(even) .about_right{padding-left:0;}
.what_we_about .row{margin-bottom:100px;max-width:1080px;}
.what_we_about .row:nth-child(even) .about_right .img_bg_overlay{margin-left:auto;margin-right:0;}
.what_we_about .row:nth-last-child(1){margin-bottom:0;}
.what_we_about .right_column{width:440px;}
.what_we_about .left_column{width:calc(100% - 440px);}
.work_with_us .work_with_wrap{max-width:1000px;justify-content:space-between;}
.work_with_us .work_with_item{background:#F6F3EC;width:calc(50% - 10px);}
.work_with_us{padding:150px 0;background-image:url(../images/cream-bottom-cut.png);background-size:100%;background-repeat:no-repeat;background-position:top center;}
.work_with_us .work_with_item{background:#F6F3EC;width:calc(50% - 10px);border-radius:41px!important;border:0.5px solid #719DA1!important;}
.work_with_us .work_with_item p{color:#1E1E1E;}
.work_with_us:before{content:"";background:url(../images/yellow_layers.svg) no-repeat center bottom -50px/ 170%;position:absolute;left:0;right:0;top:0;bottom:0;transform:rotate(0deg);opacity:0.2;}
.philosophy_column_section:before{content:"";background:url(../images/yellow_layers.svg) no-repeat center bottom/ 210%;position:absolute;left:0;right:0;top:0;bottom:-28%;opacity:0.1;z-index:2;}
.philosophy_column_section .container{position:relative;z-index:3;}
.Inner_banner.philosophy_banner h1{color:#285F66;}
.Inner_banner.philosophy_banner .banner_text p{color:#BF9E65;}
.Inner_banner.philosophy_banner:before{bottom:-110px;}
.Inner_banner.philosophy_banner .banner_title{max-width:870px;}
.philosophy_items .text_content h2{font-size:30px;line-height:34px;text-align:center;color:#285F66;}
.philosophy_items .text_content p{font-size:18px;text-align:center;color:#1E1E1E;}
.philosophy_items .wrapper{display:flex;align-items:stretch;flex-wrap:wrap;margin:0 -20px;}
.philosophy_items .wrapper .items{width:33.33%;padding:0 20px;text-align:center;}
.philosophy_items .wrapper .items:nth-child(1) .logo img{max-height:105px;}
.philosophy_items .wrapper .items:nth-child(2) .logo img{max-height:105px;}
.philosophy_items .wrapper .items:nth-child(3) .logo img{max-height:140px;}
.philosophy_items .wrapper .items .logo img { max-height: 140px !important; max-width: 140px; }
.philosophy_items .wrapper .items .logo{margin-bottom:20px;}
.philosophy_column_section .block_title{max-width:510px;margin:0;}
.about_section .row{justify-content:space-between;}
.about_section .left_column{width:55%;max-width:100%;}
.about_section .right_column{width:40%;max-width:100%;}
.philosophy_column_section .row{flex-direction:row-reverse;align-items:flex-start;}
.philosophy_column_section{padding-bottom:40px;}
.mentoring_banner .banner_right_dec{text-align:center;}
.mentoring_banner .banner_desc{max-width:720px;margin:0 auto;}
.mentoring_banner .banner_title img{max-width:84px;}
.mentoring_banner .banner_title h1{font-size:55px;margin:0 0 16px;}
.banner_section.mentoring_banner{padding-bottom:0;min-height:640px;}
.banner_section.mentoring_banner:before{height:55%;bottom:140px;background-size:100%;background-position:right top;}
.invest_section{background:url(../images/invest_banner.jpg) no-repeat center / cover;padding:100px 0;}
.invest_section .wrapper h2{text-align:center;color:#FFFFFF;margin:0 0 20px;}
.invest_section .text_content p{font-weight:300;font-size:18px;line-height:27px;text-align:center;color:#FFFFFF;}
.invest_section .wrapper{text-align:center;max-width:650px;margin:0 auto;}
.text_block_section{padding:100px 0;position:relative;}
.text_block_section:before{position:absolute;content:"";right:0;top:0;background:url('../images/flower-overlay-2.svg') no-repeat center center;width:216px;height:350px;}
.text_block_section .wrapper{background:#F6F3EC;border:1px solid #285F66;border-radius:41px;padding:60px 20px 40px;}
.page-template-programs-template .text_block_section .wrapper{padding: 30px 20px;}
.text_block_section .left_block_wrap h2{color:#719DA1;margin:0 0 15px;}
.text_block_section .text_content p{font-size:18px;line-height:27px;color:#1E1E1E;}
.text_block_section .text_content ul li{font-size:16px;padding-left:25px;line-height:134.9%;/* or 20px */color:#1E1E1E;list-style:none;position:relative;}
.text_block_section .text_content ul li:before{position:absolute;left:0;content:"";width:8px;height:8px;background:#bf9e65;display:flex;transform:rotate(45deg);margin-right:10px;top:7px;}
.text_block_section .donwload_link{font-weight:400;font-size:16px;line-height:134.9%;color:#BF9E65!important;}
.text_block_section .donwload_link img{max-width:20px;position:relative;right:-2px;bottom:-3px;}
.text_block_section .right_block .text_content{margin-bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%;}
.text_block_section .left_block{width:60%;padding:0 20px;}
.text_block_section .right_block{width:40%;padding:0 20px;}
.text_block_section .right_block_wrap{height:100%;}
.text_block_section .left_block_wrap{display:flex;flex-direction:column;justify-content:space-between;height:100%;}

/*.what_we_about{margin-top:-70px;padding:170px 0 80px;position:relative;}*/
.what_we_about{padding:170px 0 80px;position:relative;padding-top:200px!important;background-image:url(../images/green-bottom-cut.png);background-position:top center;background-repeat:no-repeat;background-size:100%;}
.what_we_about .row:nth-child(even) .left_column .about_left{margin-left:auto;}
.what_we_about:before{position:absolute;content:"";width:100%;height:50%;left:0;top:50%;transform:translateY(-50%);bottom:0;right:0;background:url(../images/yellow_layers.svg) no-repeat center center;z-index:1;background-size:cover;opacity:0.1;}
.what_we_about .row{z-index:1;position:relative;}

/*.what_we_about:after{position:absolute;content:"";width:100%;height:110px;background:url(../images/cream-bottom-cut.png) no-repeat bottom center;background-size:cover;bottom:-100px;left:0;right:0;z-index:1;}*/

/*testimonial section*/
.testimonial_section{padding:150px 0 220px;position:relative;background-image:url(../images/cream-bottom-cut.png),url(../images/curves__2.png);background-size:100%;background-repeat:no-repeat;background-position:top center,center bottom -120px;}
.testimonial_wrap{padding:0 43px;margin-bottom:100px;position:relative;margin-top:30px;}
.testimonial_slider{background:#F6F3EC;border-radius:300px;padding:100px 50px;}
.testimonial_slider .item{max-width:700px;margin:0 auto;}
.testimonial_slider .item p{font-weight:300;font-size:22px;line-height:148.4%;color:#000000;}
.testimonial_slider .item span{font-weight:400;font-size:11px;line-height:17px;letter-spacing:0.18em;text-transform:uppercase;color:#000000;}
.testimonial_slider .owl-dots{position:absolute;bottom:-35px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;}
.testimonial_slider .owl-dots .owl-dot{width:37px;height:6px;left:732px;top:5095px;background:#F6F3EC;display:inline-block;margin:0 7px;transition:all 0.3s ease-in-out;}
.testimonial_slider .owl-dots .owl-dot.active{background:#BF9E65;}
.testimonial_slider .owl-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;left:0;right:0;display:flex;align-items:center;justify-content:space-between;z-index:-1;}
.testimonial_slider .owl-nav button{width:74px;height:74px;border-radius:100%;border:1px solid #000!important;opacity:1;display:inline-block;transform:scale(1);transition:0.3s linear;}
.testimonial_slider .owl-nav button:hover{transform:scale(0.7);}
.testimonial_slider .owl-nav button span{display:none;}
.testimonial_slider .owl-nav button.owl-prev{background:url('../images/prev-arrow.svg') no-repeat center center #fff;margin-left:-43px;}
.testimonial_slider .owl-nav button.owl-next{background:url('../images/next-arrow.svg') no-repeat center center #fff;margin-right:-43px;}
.testimonial_wrap:before{position:absolute;content:"";bottom:-130px;right:100px;width:200px;height:200px;background:url(../images/testimonial-overlay.svg) no-repeat center center;background-size:contain;z-index:11;}
.instagram_posts{padding:60px 0 0;}
.home .what_we_about .row:nth-child(1) .about_right:before{position:absolute;content:"";width:188px;height:172px;top:0;background:url('../images/flower-overlay1.svg') no-repeat center center;left:-70px;z-index:1;}
.home .what_we_about .row:nth-child(2) .about_right:before{position:absolute;content:"";width:187px;height:257px;top:0;background:url('../images/flower-overlay2.svg') no-repeat center center;left:0;z-index:1;}
.home .what_we_about .row:nth-child(3) .about_right:before{position:absolute;content:"";width:163px;height:340px;bottom:-30px;background:url(../images/flower-overlay3.svg) no-repeat center center;right:-50px;z-index:1;}

/*footer*/
.site_footer{background-image:url('../images/footer-curves.png');background-repeat:no-repeat;background-position:center bottom;background-size:100%;}
.site_footer ul{list-style:none;}
.site_footer .footer_top{padding:100px 0 10px;}
.site_footer h5{font-weight:400;font-family:"sofia-pro",sans-serif;font-size:11px;line-height:17px;letter-spacing:0.18em;text-transform:uppercase;color:#FFFFFF;margin-bottom:15px;}
.site_footer p,.site_footer a{font-weight:300;font-size:16px;line-height:27px;color:#FFFFFF;}
.site_footer .footer_bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;}
.site_footer .footer_bottom p{margin:0;padding-right:20px;font-weight:300;font-size:14px;line-height:19px;color:#719DA1;}
.copyright_links,.footer_social_links{display:flex;align-items:center;}
.copyright_links li{padding:0 15px;}
.footer_bottom a{font-weight:300;font-size:14px;line-height:19px;color:#719DA1;}
.site_footer .col_space{width:25%;margin-bottom:50px;}
.footer_links li{margin-bottom:5px;}
.footer_social_links li{margin-right:15px;}
.work_with_about .work_with_item{padding-bottom:80px;border-bottom:0;}
.philosophy_column_section .img_bg_overlay{height:520px;}
.philosophy_column_section .img_bg_overlay img{height:470px;}
.text_block_section:before{position:absolute;content:"";right:-100px;top:-10px;background:url(../images/flower-overlay-2.svg) no-repeat center center;width:275px;height:340px;}
.pricing_section_top{padding-top:150px;margin-bottom:-50px;}
.pricing_section .left{width:35%;align-self:end;}
.pricing_section .right{width:65%;}
.monitor_image{margin-right:-100px;position:relative;z-index:1;}
.monitor_image img{max-width:100%;width:100%;}
.pricing_text{min-height:470px;border:1px solid #BF9E65;border-radius:57px;padding:60px;}
.pricing_text .inner{max-width:500px;margin:0 auto;}
.pricing_text .inner h2 span{color:#BF9E65;display:inline-flex;align-items:flex-start;}
.pricing_text .inner h2 span > span{font-size:25px;margin-left:10px;}
.pricing_text .inner p{font-weight:300;font-size:18px;line-height:21px;color:#FFFFFF;}
.pricing_text .inner .bottom_link{margin-top:60px;}
.pricing_section_bottom{background:#285F66;padding:170px 0 80px;}
.pricing_section_bottom h2{text-align:center;color:#FFFFFF;max-width:930px;margin-left:auto;margin-right:auto;}
.inner_contact{padding:200px 0 100px;background-color:#F6F3EC!important;background:url('../images/green2-bottom-cut.png') no-repeat center top;background-size:100%;}
.inner_contact p{font-weight:300;font-size:18px;line-height:21px;text-align:center;color:#1E1E1E;}
.inner_contact .text-center{max-width:600px;margin:0 auto 70px;}
.gform_wrapper .gform_body .large,.gform_wrapper .gform_body .textarea,.gform_wrapper .gform_body .name_last > input,.gform_wrapper .gform_body .name_first > input{background:#FFFFFF;border-radius:100px;border:0;outline:0;font-weight:300;font-size:15px!important;line-height:20px!important;letter-spacing:0.07em;color:#1E1E1E;padding:9px 25px 13px!important;}
.gform_wrapper .gform_body .large::placeholder,.gform_wrapper .gform_body .textarea::placeholder,.gform_wrapper .gform_body .name_last > input::placeholder,.gform_wrapper .gform_body .name_first > input::placeholder{text-transform:uppercase;color:#1e1e1e80;}
.gform_wrapper .gform_body .textarea{border-radius:40px!important;padding:25px!important;width:100%!important;}
.gform_wrapper .gform_footer .gform_button{}
.text_block_section .left_50{width:50%; }
.text_block_section .right_50{width:50%;}
.faq_wrap{max-width:700px;margin:70px auto 0;}
.accordion .accordion-row{border-bottom:1px solid #19403F;}
.accordion .accordion-row:first-child{border-top:1px solid #19403F;}
.accordion .accordion-title{cursor:pointer;}
.accordion .accordion-title h3{position:relative;margin:0;display:flex;width:100%;padding:27px 60px 40px 0;font-weight:400;font-size:30px;line-height:34px;color:#0C393E;}
.accordion .accordion-title h3::before{content:'';position:absolute;right:20px;width:35px;transform:rotate(180deg);height:35px;top:19px;background:url(../images/down-arrow.svg) no-repeat center center;transition:all 0.3s ease-in-out;}
.accordion .accordion-content{display:none;padding-bottom:25px;}
.accordion .accordion-content p{font-style:normal;font-weight:300;font-size:18px;line-height:21px;color:#1E1E1E;}
.accordion .accordion-title:hover,.accordion .accordion-title.is-opened{color:#19403F;}
.accordion .accordion-title.is-opened h3::before{transform:rotate(0);}
.accordian_section{background:#F6F3EC;padding:100px 0;}
.accordion .accordion-content ul{list-style:none;}
.accordion .accordion-content ul li{padding-left:20px;position:relative;font-style:normal;font-weight:300;font-size:18px;line-height:1.2;color:#1E1E1E;}
.accordion .accordion-content ul li:before{content:"";width:8px;height:8px;background:#bf9e65;transform:rotate(45deg);margin-right:7px;position:absolute;top:8px;min-width:8px;min-height:8px;left:0;}
.text_block_section .text_content a{color:#285F66;text-decoration:underline!important;}
.community-template .work_with_us{background-image:url(../images/green-bottom-cut.png);background-color:#F7F3EC;}
.community-template .work_with_us:before{display:none;}
.Inner_banner.testimonial_banner .banner_text p{color:#BF9E65;}
.Inner_banner.testimonial_banner .banner_title{max-width:870px;min-height:160px;}
.Inner_banner.testimonial_banner h1{color:#285F66;}
.testimonial_list blockquote{font-weight:300;font-size:16px;line-height:22px;color:#1E1E1E;}
.inner__content .testimonial_list p{font-weight:700;font-size:11px;line-height:17px;letter-spacing:0.18em;text-transform:uppercase;color:#1E1E1E;}
.inner__content{max-width:870px;margin:0 auto;}
.testimonial_list blockquote{margin:50px 0;padding-top:40px;position:relative;}
.testimonial_list blockquote:before{position:absolute;content:"";width:30px;height:30px;background:url('../images/quote-icon.svg') no-repeat center center;background-size:contain;left:0;top:0;}
.banner_section.testimonial_banner:before{top:500px;bottom:auto;background-size:cover;z-index:0;opacity:0.4;}
.banner_section.testimonial_banner{padding-bottom:100px;}
.testimonial_banner:after{position:absolute;content:"";width:100%;height:34%;left:0;bottom:-10%;right:0;background:url(../images/yellow_layers.svg) no-repeat center center;z-index:1;background-size:cover;opacity:0.1;}
.inner__content p{font-style:normal;font-weight:300;font-size:16px;line-height:22px;color:#1E1E1E;}
.inner__content h3{font-weight:400;font-size:25px;line-height:28px;color:#285F66;}
.inner__content h4{font-style:normal;font-weight:500;font-size:18px;line-height:28px;color:#1E1E1E;font-family:"sofia-pro",sans-serif;}
.inner__content ul{list-style:none;}
.inner__content ul li{padding-left:20px;position:relative;font-style:normal;font-weight:300;font-size:16px;line-height:22px;color:#1E1E1E;}
.inner__content ul li:before{content:"";width:8px;height:8px;background:#bf9e65;transform:rotate(45deg);position:absolute;top:8px;left:0;}
.testimonial_banner .container{position:relative;z-index:1;}
.contact_page.inner_contact{background:none;min-height:800px;}
.contact_page .text-center{max-width:820px;margin:0 auto 70px;}
.contact_page .text-center p{line-height:27px;text-align:center;color:#1E1E1E;}
.contact_page:before{top:380px;bottom:auto;background-size:cover;z-index:0;opacity:0.4;background:url(../images/yellow_layers.svg) no-repeat left top / 100%;height:390px;position:absolute;content:"";width:100%;left:0;right:0;}
.contact_page:after{display:none;}

/* 21feb */
.post,.page{margin:0;}
.main_menu > .menu-item > a{font-weight:400;font-size:74px;line-height:1;text-align:center;color:#B99659;font-family:"TheSeasonsRegular";text-transform:lowercase;}
.main_menu > .menu-item{list-style:none;margin-bottom:10px;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;}
.main_menu > .menu-item > a:hover,.main_menu > .menu-item.current-menu-item > a,.main_menu > .menu-item.show_submenu > a{opacity:0.6;}
.submenu_toggler{border:0;outline:0;width:22px;height:22px;padding:0;margin-left:30px;background:none;position:relative;transition:0.3s ease-in-out;cursor:pointer;}
.show_submenu .submenu_toggler{transform:rotate(135deg);}
.submenu_toggler:before,.submenu_toggler:after{position:absolute;content:"";width:22px;height:2px;background:#BF9E65;left:50%;top:50%;transition:0.3s ease-in-out;}
.submenu_toggler:before{transform:translate(-50%,-50%) rotate(90deg);}
.submenu_toggler:hover:before,.submenu_toggler:hover:after,.show_submenu .submenu_toggler:before,.show_submenu .submenu_toggler:after{opacity:0.6;}
.main_menu .sub-menu{width:100%;display:none;}
.sub-menu li a{font-family:"TheSeasonsRegular";font-style:normal;font-weight:400;font-size:25px!important;line-height:28px!important;text-align:center;color:#FFFFFF;text-transform:lowercase;}
.sub-menu li.current-menu-item a{color:#B28A38;}
.submenu_toggler:after{transform:translate(-50%,-50%);}
.site_footer .footer_bottom p a{text-decoration:underline!important;}
.site_footer a:hover{color:#BF9E65;}
.promo_section .promo_left h2{font-size:45px;}
.footer_social_links{flex-wrap:wrap;}
.gform_wrapper .gform_body .gfield--type-captcha{text-align:center;}
.gform_wrapper .gform_footer{text-align:center;position:relative;display:block!important;max-width:200px;margin:0 auto!important;}
.gform_wrapper .gform_footer:before{content:"";width:75px;height:13px;display:flex;position:absolute;right:0;top:40px;margin-right:18px;background:url(../images/btn_arrow_dark.svg) no-repeat right top / 100%;}
.gform_wrapper .gform_footer .button{font-weight:400;font-size:16px;line-height:19px;font-family:"TheSeasonsRegular";border-radius:37px;padding:21px 20px 21px 20px!important;min-width:100%;width:100%;display:inline-block;position:relative;color:#458088;border:1px solid #1E1E1E;background:transparent;line-height:1!important;margin:0!important;text-align:left;}
.gform_wrapper .gform_footer .button:hover{border:1px solid #1E1E1E!important;background-color:transparent!important;color:#458088!important;box-shadow:0 0 10px 0 #458088 inset,0 0 20px 2px #458088;}
.gform_wrapper.gravity-theme .gform_validation_errors{display:none;}
.gform_wrapper .validation_message{background:transparent!important;padding:0!important;border:0!important;padding-left:25px!important;}
.philosophy_column_section.about_section .about_right{max-width:362px;}
.about_section.philosophy_column_section .left_column{width:65%;}
.about_section.philosophy_column_section .right_column{width:35%;}
.home .nav_toggler span{background:#BF9E65;}
.about_section.what_we_about .left_column{width:60%;}
.about_section.what_we_about .right_column{width:40%;}
.page-template-programs-template .testimonial_section{background-image:none;}
.contact_page{padding:200px 0 100px!important;}
.footer_social_links li a:hover{opacity:0.5;}
.what_we_about .img_bg_overlay{overflow:hidden;z-index:0;}
.what_we_about .img_bg_overlay > img{transform:scale(1);transition:0.3s ease-in-out;}
.what_we_about .about_right:hover .img_bg_overlay > img{transform:scale(1.15);}
.what_we_about .img_bg_overlay:before{position:absolute;content:"";width:100%;background-color:#458088;opacity:0.5;z-index:1;height:100%;top:0;right:0;left:0;bottom:0;transition:0.3s linear;}
.what_we_about .row:nth-child(odd) .about_right .img_bg_overlay:before{clip-path:circle(0.4% at 0 100%);}
.what_we_about .row:nth-child(odd) .about_right:hover .img_bg_overlay:before{clip-path:circle(141.4% at 0 100%);}
.what_we_about .row:nth-child(even) .about_right .img_bg_overlay:before{clip-path:circle(0.0% at 100% 0);}
.what_we_about .row:nth-child(even) .about_right:hover .img_bg_overlay:before{clip-path:circle(141.2% at 100% 0);}
.promo_section .primary_btn:hover{border-color:#fff;box-shadow:0 0 10px 0 #fff inset,0 0 20px 2px #fff;}
.inner__content p a{color:#BF9E65;}
.fadeInDown{position:fixed;top:0;width:100%;z-index:1030;background-color:#0c383e;box-shadow:0 -1px 10px rgb(191 158 101 / 50%);padding:10px 0;}
.fadeInDown{animation-name:fadeInDown;}
@keyframes fadeInDown{
    0%{opacity:0;transform:translate3d(0,-100%,0);}
    to{opacity:1;transform:translateZ(0);}
}
.animated{animation-duration:1s;animation-fill-mode:both;}
.fadeInDown .custom-logo-link{max-width:150px;}





















/* Responsive css */
@media only screen and (max-width:1440px){
    .banner_section:before{height:390px;}
}
@media only screen and (max-width:1400px){
    .text_block_section:before{right:-20px;top:30px;width:150px;height:200px;background-size:100%;background-position:right bottom;}
}
@media only screen and (max-width:1200px){
    .container{max-width:1000px;}
    .banner_section h1,h1{font-size:64px;}
    h2{font-size:45px;}
    .banner_section.what_we_banner .banner_left_dec h2{font-size:45px;}
    .what_we_about .left_column,.what_we_about .right_column{width:50%;}
    .what_we_about .right_column .about_right{display:inline-block;}
    .what_we_about .right_column{text-align:center;}
    .object_overlay{left:-30px;}
    .home .what_we_about .row:nth-child(1) .about_right:before{width:150px;height:150px;left:0;background-size:100%;}
    .home .what_we_about .row:nth-child(2) .about_right:before{left:-10px;width:150px;background-size:100%;height:210px;}
    .home .what_we_about .row:nth-child(3) .about_right:before{right:-10px;width:150px;height:250px;background-size:100%;}
    .banner_section.Inner_banner .banner_text p{font-size:40px;}
    .banner_section.Inner_banner:before{background-size:cover!important;background-position:right -400px center!important;bottom:-60px;}
    .monitor_image{margin-right:-70px;}
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:991px){
    .site_header .container{padding:0 20px;}
    .custom-logo-link{max-width:150px;}
    .about_section{padding:20px 0 80px;}
    .text_content_wrap:before{width:55px}
    .text_content_wrap{padding-left:70px;}
    h1{font-size:50px;}
    .banner_section.Inner_banner h1{font-size:50px;margin:0 0 35px;}
    .banner_section h1{font-size:50px;}
    h2{font-size:40px;}
    .banner_section.what_we_banner .banner_left_dec h2{font-size:40px;}
    .work_with_item{padding:60px 20px 40px;}
    .primary_btn{padding:18px 80px 18px 20px;}
    .primary_btn:after{width:50px;top:22px;background-size:60px;background-position:right center;}
    .work_with_item h3{font-size:25px;}
    .primary_btn.black_btn:after{background-size:60px;background-position:right center;}
    .testimonial_slider .item p{font-size:18px;}
    .testimonial_wrap:before{bottom:-60px;width:150px;height:150px;}
    .testimonial_section{background-position:top center,center bottom -50px;}
    .site_footer .footer_bottom{flex-wrap:wrap-reverse;justify-content:center;text-align:center;}
    .site_footer .footer_bottom p{padding-right:0;margin-top:15px;}
    .copyright_links li{position:relative;line-height:1;margin-bottom:5px;}
    .copyright_links li:not(:first-child):before{position:absolute;content:"";width:1px;height:12px;background:#719DA1;left:0;top:5px;}
    .main_menu > .menu-item > a{font-size:54px;}
    .gform_wrapper .gform_body .name_first > input{margin-bottom:16px!important;}
    .gform_wrapper .gform_body .name_first,.gform_wrapper .gform_body .name_last{margin-bottom:0!important;}
    .banner_section.Inner_banner .banner_text p{font-size:30px;}
    .object_overlay{width:125px;height:125px;left:-15px;}
    .video_block{height:400px;}
    .banner_section.Inner_banner{padding-bottom:100px;}
    .about_section .right_column,.about_section .left_column{width:50%!important;}
    .philosophy_column_section:before{bottom:-13%;}
    .work_with_about{padding-top:150px;}
    .banner_section.what_we_banner .banner_left_dec{padding-right:50px;}
    .pricing_text h2{font-size:30px;}
    .pricing_text .inner h2 span > span{font-size:20px;}
}
@media only screen and (max-width:767px){
    .show_menu .nav_toggler span{background:#fff!important;}
    .header_login{display:none;}
    .banner_section:before{background-position:center center;}
    .w-50{width:100%;}
    .banner_section{min-height:700px;}
    .about_section .about_right{margin-top:76px;padding-left:30px;padding-right:30px;}
    .about_right .img_bg_overlay{height:500px;}
    .img_bg_overlay img{height:440px;}
    .work_with_item{padding:60px 50px 110px;width:100%;}
    .work_with_wrap{padding-top:40px;}
    .work_with_item:last-child{border-bottom:0;padding-bottom:0;}
    .what_we_about{padding-top:100px!important;}
    .what_we_about .left_column,.what_we_about .right_column{width:100%;}
    .what_we_about .row{flex-direction:column-reverse!important;}
    .what_we_about .about_right{margin-top:0;padding-left:30px!important;padding-right:30px!important;margin-bottom:30px;}
    span.section_title.text-center{margin-bottom:40px;}
    .what_we_about .img_bg_overlay{height:470px!important;}
    .what_we_about .img_bg_overlay img{height:430px!important;}
    .what_we_about:before{height:20%;top:22%;transform:none;}
    .testimonial_section{background-size:auto;}
    .testimonial_wrap{padding:0;margin-bottom:180px;}
    .testimonial_slider .owl-dots{bottom:-140px;}
    .testimonial_section .bottom_link{display:none;}
    .testimonial_slider .owl-nav{top:auto;transform:none;bottom:-162px;}
    .testimonial_slider .owl-nav button.owl-prev{margin-left:0;}
    .testimonial_slider .owl-nav button.owl-next{margin-right:0;}
    .testimonial_slider .owl-nav button{width:50px;height:50px;background-size:35px!important;}
    .testimonial_slider .item p{font-size:20px;}
    .testimonial_slider{padding:130px 50px;}
    .testimonial_wrap:before{bottom:-60px;right:20px;width:170px;height:170px;}
    .testimonial_slider .owl-dots .owl-dot{width:30px;height:4px;margin:0 5px;}
    .promo_section .promo_left{width:100%;}
    .promo_section .promo_right{display:none;}
    .promo_section .promo_left h2{font-size:40px;}
    .text_content p{font-size:16px;line-height:19px;}
    .home .promo_section{background-position:right center!important;}
    .site_footer .col_space:first-child{width:100%;text-align:center;margin-bottom:70px;}
    .site_footer .col_space{width:50%;}
    .site_footer .col_space:last-child{width:100%;margin-bottom:0;margin-top:80px;}
    .footer_social_links{justify-content:center;text-align:center;}
    .site_footer{background-size:1000px;background-position:right bottom 60px;}
    .footer_bottom a,.site_footer .footer_bottom p{font-size:13px;line-height:134.9%;text-align:center;}
    .copyright_links li{padding:0 6px;}
    .copyright_links,.footer_social_links{flex-wrap:wrap;justify-content:center;}
    .site_footer .custom-logo-link{max-width:100%;}
    .main_menu > .menu-item > a{font-size:35px;}
    .header_menu{padding:150px 15px 30px;background:#719DA1;}
    .submenu_toggler{width:18px;height:18px;margin-left:10px;}
    .submenu_toggler:before,.submenu_toggler:after{width:18px;background:#fff;}
    .main_menu > .menu-item > a{color:#fff;}
    .header_menu ul li{margin:5px 0;}
    .header_menu ul li a:hover{color:#fff;}
    .header_social_links li a{background-color:#719da1;}
    .header_menu_wrap{height:100%;display:flex;flex-direction:column;justify-content:space-between;}
    .sub-menu li a{font-size:22px!important;color:#fff!important;line-height:1.3!important;}
    .banner_section.Inner_banner:before{bottom:0;height:250px;}
    .video_block{height:200px;}
    .video_block .playpause{width:50px;}
    .work_with_about{padding-top:100px;padding-bottom:60px;}
    .about_section  .object_overlay{left:-40px;top:-20px;}
    .about_section .right_column,.about_section .left_column{width:100%!important;}
    .philosophy_items .wrapper .items{width:100%;margin-bottom:30px;}
    .philosophy_column_section:before{bottom:-7%;background-size:1000px;}
    .banner_section.what_we_banner .banner_left_dec{width:100%;padding-right:0;}
    .banner_section.what_we_banner .banner_right_dec{width:100%;}
    .banner_section.what_we_banner .banner_title{flex-wrap:wrap;justify-content:center;}
    .work_with_us .work_with_item{width:100%;padding:60px 20px 50px;}
    .work_with_us .work_with_item:not(:last-child){margin-bottom:80px;}
    .work_with_us{padding:80px 0;}
    .text_block_section .left_block,.text_block_section .right_block{width:100%;padding:0;}
    .text_block_section .right_block{margin-top:40px;}
    .pricing_section .right,.pricing_section .left{width:100%;}
    .pricing_section_top{padding-top:80px;margin-bottom:-50px;}
    .text_block_section .left_50{width:100%;}
    .page-template-programs-template .testimonial_section{padding:100px 0 100px;}
    .monitor_image{margin-right:0;}
    .pricing_text{padding:60px 20px;}
    .pricing_section_bottom{padding:120px 0 80px;}
    .inner_contact{padding:100px 0 30px;}
    .mentoring_banner .banner_title h1{font-size:45px;}
    .pricing_text h2{font-size:25px;}
    .pricing_text .inner h2 span > span{font-size:16px;}
    .inner_contact p{font-size:16px;}
    .Inner_banner.testimonial_banner .banner_title{min-height:auto;}
    .footer_widget_5{display:none;}
    .accordion .accordion-title h3{padding:10px 45px 20px 0;font-size:20px;line-height:28px;}
    .accordion .accordion-title h3::before{right:10px;width:27px;height:27px;background-size:27px;top:11px;}
    .faq_wrap{margin:41px auto 0;}
    .accordian_section{padding:80px 0;}
    .text_block_section .text_content p{font-size:16px;line-height:22px;}
    .text_block_section .col_space{padding:0;}
    .pricing_section_top .pricing_text ul li{font-size:16px!important;}
}
@media only screen and (max-width:400px){
    .banner_section h1,h1{font-size:40px;}
    .banner_section.Inner_banner h1{font-size:40px;}
    h2{font-size:30px;}
    .banner_section.what_we_banner .banner_left_dec h2{font-size:30px;}
    .primary_btn{padding:18px 60px 18px 20px;}
    .primary_btn:after{width:30px;top:21px;margin-right:15px;background-size:auto!important;background-position:right center!important;}
    .what_we_about .row:nth-child(even){margin-left:-20px;}
    .what_we_about .img_bg_overlay{height:370px!important;}
    .what_we_about .img_bg_overlay img{height:330px!important;}
    .about_right .img_bg_overlay{height:400px;}
    .img_bg_overlay img{height:360px;}
    .section_title{font-size:75px;}
    .promo_section .promo_left h2{font-size:30px;line-height:1.2;}
    .testimonial_slider{padding:100px 20px 130px;}
    .testimonial_slider .item p{font-size:18px;line-height:1.4;}
    .mentoring_banner .banner_title h1{font-size:40px;}
}