/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: 'DMSans-Bold';
    src: 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Bold.woff') format('woff'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Bold.eot') format('embedded-opentype'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Bold.ttf')  format('truetype'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-Regular';
    src:  
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Regular.woff') format('woff'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Regular.eot') format('embedded-opentype'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Regular.ttf')  format('truetype'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EncodeSansCondensed-Black';
    src:  
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-Black.woff') format('woff'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-Black.eot') format('embedded-opentype'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-Black.ttf')  format('truetype'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-Black.svg#EncodeSansCondensed-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EncodeSansCondensed-ExtraBold';
    src:  
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-ExtraBold.woff') format('woff'),  
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-ExtraBold.eot') format('embedded-opentype'),
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-ExtraBold.ttf')  format('truetype'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/EncodeSansCondensed-ExtraBold.svg#EncodeSansCondensed-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TimesNRCyrMT-Bold';
    src: url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT-Bold.eot#iefix') format('embedded-opentype'),  
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT-Bold.woff') format('woff'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT-Bold.ttf')  format('truetype'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT-Bold.svg#TimesNRCyrMT-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TimesNRCyrMT';
    src: url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT.eot#iefix') format('embedded-opentype'),  
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT.woff') format('woff'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT.ttf')  format('truetype'), 
        url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/fonts/TimesNRCyrMT.svg#TimesNRCyrMT') format('svg');
    font-weight: 400;
    font-style: normal;
}

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



/*
font-family: 'DMSans-Bold';
font-family: 'DMSans-Regular';
font-family: 'EncodeSansCondensed-Black';
font-family: 'EncodeSansCondensed-ExtraBold';
font-family: 'Roboto', sans-serif;
*/









 



/* ex. -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;f; */

*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; /*font-family:  'DMSans-Regular', sans-serif;*/ font-family: 'Roboto', sans-serif; font-weight:400; color:#252924; font-size: 14px; }
input{font-family:  'DMSans-Regular', sans-serif}
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;f; text-decoration:none; color:#3b3b3b;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family:  border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family:  color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;f;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}
*{box-sizing:border-box;}
h1,h2,h3,h4,h5,h6{margin-top:0px; font-weight:700; color:#3b3b3b; margin-bottom:10px;}
.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.fl100 { width:100%; float:left; }
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}
@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;f; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}


/* CSS start from here */

a.cta_button { font-size: 30px; color: #fff; font-weight: normal; font-family:  'DMSans-Bold', sans-serif;text-align: left; background-color: #ef4030; border-radius: 50px; padding: 12px 90px 12px 30px; display: block; max-width: 285px; background-image: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/hero-btn.png); background-repeat: no-repeat; background-size: auto; background-position: 88%;}
a.cta_button:hover{ background-position: 92%; }

.header-section { position: absolute; top: 0; padding: 30px 0 0; left: 0;z-index:1; }
/* .header-section .logo img { max-width: 325px;} */
.header-section .logo img { max-width: 100%;}

.hero-banner{ position: relative; padding: 220px 0 170px; min-height: 600px; float: left; width: 100%; }
.hero-banner .hero-inner { width: 57%; float: left;}
.hero-banner .hero-inner h1 { color: #252924; font-family: 'EncodeSansCondensed-ExtraBold', sans-serif; font-weight:normal; font-size: 72px;margin-bottom:20px;}
.hero-banner .hero-inner h4 { font-size: 36px; color: #252924; line-height: normal; font-weight: normal;font-family: 'DMSans-Regular', sans-serif;margin-bottom:40px; }

.middle-banner { padding: 80px 0 180px;font-size:20px;}
.middle-banner h2 { position:relative; color: #252924; font-family: 'EncodeSansCondensed-ExtraBold', sans-serif; font-weight:normal; font-size: 72px;margin-bottom:20px;}
/* .middle-banner h2:before { position: absolute; content: '';top: -42px; left: 0; width: 280px; height: 44px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-logo-1.png)no-repeat center / cover;} */
.middle-banner .middle-wrap { width: 50%; float: left;}
.middle-banner .middle-wrap.right-side{ padding-left:50px; }
.middle-banner .middle-wrap p:first-child { margin-top: 0;}
.middle-banner .middle-wrap blockquote { font-family: 'DMSans-Bold', sans-serif;font-weight:normal;font-size: 24px; line-height: 27px; margin:30px 0; padding: 0 0 0 40px; position: relative; }
.middle-banner .middle-wrap blockquote:before{ position: absolute; content: ''; background-color: #009da8; width: 5px; height: 100%; left: 14px; top: 2px; }
.middle-banner .middle-wrap a.cta_button { margin-top:50px; }
.middle-wrap.right-side p { margin: 30px 0;}

.profile-banner { position:relative; background-color: #009da8; color: #fff; padding: 120px 0 0; text-align: center;}
.profile-banner h2 { position:relative; color: #fff; font-family: 'EncodeSansCondensed-ExtraBold', sans-serif; font-weight:normal; font-size: 72px;margin-bottom:50px;}
/* .profile-banner h2:before { position: absolute; content: '';top: -43px; left: 50%; transform: translateX(-50%);width: 280px; height: 44px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/profile-logo.png)no-repeat center / cover;} */
.profile-banner .profile-inner h3 { font-size: 20px; line-height: 28px; font-family: 'EncodeSansCondensed-Black', sans-serif; color: #252924; font-weight: normal;}
.profile-banner .profile-inner h4 { font-size: 18px;  line-height: 22px ; min-height: 44px;font-family: 'DMSans-Regular', sans-serif; color: #252924; font-weight: normal;}
.profile-banner .profile-wrap .profile-inner { position: relative;width: calc( 100% / 3 - 90px ); display: inline-block; margin: 0 43px; background-color: #fff; padding: 20px 30px; border-radius: 17px;}
.profile-banner .profile-wrap .profile-inner:after { position: absolute; content: ''; width: 45px; height: 45px; bottom: -45px; left: 0; right: 0; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/profile-triangle.png) no-repeat; background-size: contain; margin: auto;}
.profile-banner .profile-wrap .profile-inner:last-child{ padding:20px; }
.profile-banner .profile-wrap { margin: 0 0 55px 0; display: flex; position: relative; padding-bottom: 50px; }
/* .profile-banner .profile-wrap:after { position: absolute; content: ''; width: 90%; height: 143px; bottom: -26px; left: 0; right: 0; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/profile-wrap-1.png) no-repeat center / contain; margin: auto;} */
.profile-banner .profile-section { font-size: 30px;font-family: 'DMSans-Bold', sans-serif; }
.profile-banner .profile-section a.cta_button { margin: 40px auto -28px;     z-index: 1;
    position: relative;}
/* .profile-banner:before { position: absolute; content: ''; width: 193px; height: 279px; background-size: contain !important; top: -190px; left: 23px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-img1-1.png)no-repeat; background-position: center; z-index: 9;} */
.profile-banner:after { position: absolute; content: none; width: 173px; height: 200px; background-size: contain !important; top: -145px; right: 23px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-img2.png)no-repeat; background-position: center; z-index: 9;}

.video-banner { padding: 200px 0; position: relative;font-size: 20px;}
/* .video-banner:before { position: absolute; content: ''; width: 100%; height:330px;top: -245px; left:0; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/profile-banner-1.png)no-repeat center / contain ; z-index: 9;} */
.video-banner h2 { position:relative; color: #252924; font-family: 'EncodeSansCondensed-ExtraBold', sans-serif; font-weight:normal; font-size: 72px;margin-bottom:40px;}
/* .video-banner h2:before { position: absolute; content: '';top: -42px; left: 0; width: 280px; height: 44px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-logo-1.png)no-repeat center / cover;} */
.video-banner .video-wrap { display: flex;}
.video-banner .video-wrap .video-text { width: 60%; float: left;}
.video-banner .video-wrap .video-img { width: 40%; float: left;padding-left:40px; }
.video-banner .video-wrap .video-text p:first-child { margin-top: 0;}
.video-banner .video-wrap .video-main { display: flex; margin: 40px 0 0; }
.video-banner .video-wrap .video-main .video-inner { width: calc( 100% / 3 - 50px ); margin: 0 7px; float: left; background-color: #009da8; text-align: center; padding: 14px; border-radius: 22px; color: #fff;}
.video-banner .video-wrap .video-main .video-inner h5 { margin:20px 0 0; font-size: 18px; color: #fff; font-weight: normal; font-family: 'DMSans-Bold', sans-serif;}


.help-banner { font-size: 30px;font-family: 'DMSans-Bold', sans-serif;position:relative; background-color: #ffb73a; color: #fff; padding: 120px 0 0; text-align: center;}
.help-banner h2 { position:relative; color: #fff; font-family: 'EncodeSansCondensed-ExtraBold', sans-serif; font-weight:normal; font-size: 72px;margin-bottom:50px;}
/* .help-banner h2:before { position: absolute; content: '';top: -43px; left: 50%; transform: translateX(-50%);width: 280px; height: 44px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-logo.png)no-repeat center / cover;} */
/* .help-banner:before { position: absolute; content: ''; width: 193px; height: 279px; background-size: contain !important; top: -190px; left: 23px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-img1-1.png)no-repeat; background-position: center; z-index: 9;} */
/* .help-banner:after { position: absolute; content: ''; width: 173px; height: 200px; background-size: contain !important; top: -145px; right: 23px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-img2.png)no-repeat; background-position: center; z-index: 9;} */
.help-banner .help-wrap { display: flex; margin-bottom: 50px;}
.help-banner a.cta_button { margin: 40px auto -28px; z-index: 1;  position: relative;}
.help-banner .help-wrap .help-inner h4{ color:#252924; font-size:24px; font-weight:normal; font-family: 'EncodeSansCondensed-Black', sans-serif; }
.help-banner .help-wrap .help-inner { width: calc( 100% / 3 - 40px ); margin: 0 20px; display: inline-block; padding: 45px 30px ; border-radius: 22px; min-height: 400px;}
.help-banner .help-wrap .help-inner:nth-child(1) { padding: 45px 50px 50px;}
.help-banner .help-wrap .help-inner:nth-child(2) h4{ text-align:left;width:80%; }
.help-banner .help-wrap .help-inner:nth-child(3) h4{ text-align:left; width: 41%; float: right; }

.text-banner { position:relative; padding: 100px 0; text-align: center; font-size: 30px; color: #252924; font-family: 'DMSans-Bold', sans-serif;}
/* .text-banner:before { position: absolute; content: ''; width: 300px; height:330px;top: -245px; left:0; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/help-banner.png)no-repeat center / contain ; z-index: 9;} */

.product-banner { position:relative; background-color: #252924; color: #fff; padding: 120px 0 70px; text-align: center;}
.product-banner h2 { position:relative; color: #fff; font-family: 'EncodeSansCondensed-ExtraBold', sans-serif; font-weight:normal; font-size: 72px;margin-bottom:50px;}
/* .product-banner h2:before { position: absolute; content: '';top: -43px; left: 50%; transform: translateX(-50%);width: 280px; height: 44px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/product-logo.png)no-repeat center / cover;} */
.product-banner a.cta_button { margin: auto; }
.product-banner .product-wrap { display: flex; flex-wrap: wrap; margin-bottom: 60px;}
.product-banner .product-wrap .product-inner { width: calc( 100% / 3 - 30px ); margin:15px; display: inline-block; padding: 25px 20px 14px; border-radius: 22px; background-color: #fff; }
.product-banner .product-wrap .product-inner h3 { font-size: 30px;font-family: 'EncodeSansCondensed-Black', sans-serif; color: #252924; font-weight: normal; margin-bottom:20px;}
.product-banner .product-wrap .product-inner a { color: #000; font-family: 'DMSans-Bold', sans-serif; font-size: 24px; font-weight: normal;background-color: #ffb73a; display: block; margin: 13px 0 0; padding: 12px; border-radius: 22px; }
.product-banner .product-wrap .product-inner a:hover{ background-color: #ef4030; }
.product-banner .product-wrap .product-inner .bottom-text { color: #000; padding: 15px 0 0; }
/* CSS end  here */

/* Landing Page */
.blu_btn a, a.blu_btn { display: inline-block; font-size: 17px; line-height: 24px; font-weight:700; background-color: #00acfc; border: 2px solid #00acfc; color: #fff; font-weight: 500; text-transform: capitalize; padding: 12px 20px; min-width:180px; text-align:center;  }
.blu_btn a:hover, a.blu_btn:hover { background-color: #fff; color: #00acfc; }
.header_section { width: 100%; float: left; padding: 20px 0; background-color: #fff; }
.header_section .head-logo img { max-width: 300px !important; height: auto; }

.lphero-section { padding: 60px 0; }
.lphero-section .left { width: 35%; float: left; }
.lphero-section .right { width: 65%; float: left; padding-left: 60px; }
.lphero-section .right img { max-width: 100%; height: auto; }
.lphero-section h1 { font-size: 70px; line-height: 1.1; color:#000; margin: 0; }
.lphero-section .btn { padding-top: 10px; }
.lphero-section .para p { font-size: 20px; line-height: 1.4; }
.lphero-section .btn a { display: inline-block; font-size: 17px; line-height: 24px; font-weight:700; background-color: #00acfc; border: 2px solid #00acfc; color: #fff; font-weight: 500; text-transform: capitalize; padding: 12px 20px; min-width:180px; text-align:center; }
.lphero-section .btn a:hover { background-color: #fff; color: #00acfc; }
.lphero-section .inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.lplogo-section { padding: 60px 0; }
.lplogo-section .logo-group { line-height: 0px; text-align:center; }
.lplogo-section .logo-group .logo-box { padding:15px; width:12.5%; float:none; display:inline-block; vertical-align:top; margin:0 -2px; }
.lplogo-section .logo-group .logo-box .logo { height: 50px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; }
.lplogo-section .logo-group .logo-box .logo img { max-width: 100px; max-height: 50px; object-fit: contain; width: auto; height: auto; }

.build-section { padding: 60px 30px; }
.build-section .sec-in { padding: 64px 0; max-width: 1280px; margin: 0 auto; }
.build-section .inner { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.build-section .left { width: 35%; float: left; padding-right: 49px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; justify-content: space-between; }
.build-section .left .blu_btn { text-align: center; margin-top: 170px; }
.build-section .right { width: 65%; float: left; padding-left: 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; justify-content: space-between; }
.build-section .top-text h2 { font-size: 80px; line-height: 1; color: #000; margin: 0; margin-bottom: 15px; }
.build-section .top-text h3 { font-size: 24px; line-height: 1.5; color: #000; margin-bottom: 30px; }
.build-section .top-text h3 a { text-decoration: underline; color: #4353ff; }
.build-section .content-box { background-color: #fff; padding: 32px; }
.build-section .content-box img { max-width: 130px; width: auto; height: auto; margin: 0 0 10px; }
.build-section .content-box p { font-size: 17px; line-height: 1.6; }
.build-section .person-box { padding-top: 15px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.build-section .person-box .avtar-img { height: 48px; width: 48px; background-repeat: no-repeat; background-size: cover; background-position: center center; border-radius: 100%; float: left; }
.build-section .person-box .occupation { width: calc(100% - 48px); float: left; padding-left: 16px; }
.build-section .person-box .occupation .name, 
.build-section .person-box .occupation .post { font-size: 14px; line-height: 1.5; font-weight: 700; }
.build-section .video-wrap { width: 100%; float: left;display: block; height: 100%; }
.build-section .contain-group { display: block; width: auto; float: none; margin-left: -15px; margin-right: -15px; }
.build-section .contain-group ul { width: 100%; float: left; padding-top: 25px; }
.build-section .contain-group ul li { width: 33.33%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 15px; }
.build-section .contain-group ul li h3 { font-size: 15px; line-height: 1.5; color: #000; margin-bottom: 12px; }
.build-section .contain-group ul li .rpara p { margin: 0 0 20px; font-size: 14px; line-height: 1.5; font-weight: 400; color: #000; }
.build-section .contain-group ul li .rpara p:last-child { margin-bottom: 0px; }
.build-section .contain-group ul li .rpara p a { color: #000; text-decoration: underline; }
.build-section .contain-group ul li .rpara p a:hover { color: #4353ff; }

.resource_section { padding: 100px 0; }
.resource_section .title-style .pretitle { font-size: 14px; line-height: 1.3; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: #000; margin-bottom: 24px; }
.resource_section .title-style h2 { font-size: 60px; line-height: 1.1; color: #000; margin: 0 0 16px; }
.resource_section .title-style .para p { font-size: 20px; line-height: 1.5; }
.resource_section .resource-groupwrap { display: block; width: auto; float: none; margin-left: -15px; margin-right: -15px; }
.resource_section .resource-group { width: 100%; float: left; text-align:center; }
.resource_section .resource-group .resource-box { width: 33.33%; text-align:left; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 15px; }
.resource_section .resource-group .resource-box a { display: block; }
.resource_section .resource-group .resource-box .box-in { padding: 32px; transition:all 0.3s linear; opacity:0.7; }
.resource_section .resource-group .resource-box .box-in:hover { opacity:1; }
.resource_section .resource-group .resource-box .icon { height: 60px; margin-bottom: 32px; }
.resource_section .resource-group .resource-box .icon img { max-width: 60px; max-height: 60px; object-fit: contain; }
.resource_section .resource-group .resource-box .content h3 { font-size: 20px; line-height: 1.5; color: #000; margin-bottom: 12px; }
.resource_section .resource-group .resource-box .content .para { max-width: 90%; }
.resource_section .resource-group .resource-box .content .para p { margin: 0; font-size: 16px; line-height: 1.5; color: #000; margin: 0 0 30px; }
.resource_section .resource-group .resource-box .content .para p:last-child { margin-bottom: 0px; }
.resource_section .resource-group .resource-box .btn-wrap { margin-top: 20px; }
.resource_section .resource-group .resource-box .btn-wrap a { display:inline-block; }


/* ==A== 02-08-2020 ==A== */
.row-fluid .lheader-main { padding: 20px 1px; }
.row-fluid .lheader-main .lheader-logo { text-align: center; }
.row-fluid .lpbanner-main { position: relative; background-color: #9bbf53; }
.row-fluid .lpbanner-main:before, .row-fluid .lpbanner-main:after { content: ''; pointer-events: none; position: absolute; bottom: -1px; }
.row-fluid .lpbanner-main .lpbanner-content { text-align: center; padding: 50px 0px; }
.row-fluid .title { color: #222222; font-size: 48px; text-transform: uppercase; }
.row-fluid .lpbanner-main .container { display: flex; align-items: center; justify-content: center; min-height: 630px; padding-bottom: 70px; }

.row-fluid .lp-content { padding: 0px 0 10px; }
.row-fluid .lp-content .lp-content-outer { display: flex; margin: 0 -35px;padding-top: 25px; }
.row-fluid .lp-content .lp-content-outer > div { width: 50%; float: left; padding: 25px 35px; }
.row-fluid .lp-content .lp-content-outer .lp-content-left { text-align: right; }
.row-fluid .lp-content .lp-content-outer h6 { font-weight: 700; font-size: 13px; letter-spacing: 1px; margin-bottom: 10px; }
.row-fluid .lp-content .lp-content-outer h2 { font-weight: 500; font-size: 35px; margin-bottom: 30px; }
.row-fluid .lp-content .lp-content-outer div:not(li) > p { margin: 25px 0; font-size: 17px; line-height: 1.9em; }
.row-fluid .lp-content .lp-content-outer p strong { font-weight: 500; }
.row-fluid .lp-content .lp-content-btn { text-align: right; padding-top: 10px; }
.row-fluid .lp-content .lp-content-btn a.cta_button { display: inline-block; background-image: none; padding: 17px 33px; text-transform: uppercase; font-size: 16px; box-sizing: border-box !important; letter-spacing: 1px; text-align: center; max-width: inherit; }
.row-fluid .lp-content h3 { font-size: 27px; color: #000; letter-spacing: 1px; margin-top: -4px; margin-bottom: 40px; }
.row-fluid .lp-content ul li { position: relative; padding-bottom: 20px; padding-left: 45px; }
.row-fluid .lp-content ul li span { display: block; font-weight: 600; }
.row-fluid .lp-content ul li span + p { margin: 13px 0px !important; }
.row-fluid .lp-content ul li:before { content: ''; position: absolute; top: -1px; left: 0; background-image: url('https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/SG%20Aug%202020/Images/list-icon.png'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 21px; height: 21px; }

.row-fluid .lptitle-main { padding: 20px 0px; }
.row-fluid .lheader-main .lheader-logo { text-align: center; }
.row-fluid .lptitle-main { position: relative; background-color: #9bbf53; }
.row-fluid .lptitle-main:before, .row-fluid .lptitle-main:after { content: ''; pointer-events: none; position: absolute; bottom: 0; }
.row-fluid .lptitle-main .container:before, .row-fluid .lptitle-main .container:after { content: ''; pointer-events: none; position: absolute; top: 0; }
.row-fluid .lptitle-main .lptitle-content { text-align: center; padding: 95px 0px; }
.row-fluid .lptitle-main .container { display: flex; justify-content: center; min-height: 630px; padding-bottom: 70px; }

.row-fluid .agent-main { padding: 190px 0px; position: relative; background-color: #f9f9f9; overflow: hidden; }
.row-fluid .heading { text-align: center; color: #222222; font-size: 30px; text-transform: uppercase; font-weight: 400; margin-bottom: 30px; }
.row-fluid .agent-main:before,.row-fluid .agent-main:after { content: ''; position: absolute; left: 0; right: 0; pointer-events: none; }
.row-fluid .agent-outer { display: flex; flex-wrap: wrap; padding-top: 62px; }
.row-fluid .agent-outer .agent-block { width: calc(33.33% - 30px); margin: 15px; background-color: #d8ece8; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); text-align: center; padding: 0px 20px 30px; }
.row-fluid .agent-outer .agent-block .agent-img { height: 100px; width: 100px; background-color: #fff; border-radius: 100%; overflow: hidden; display: inline-block; margin-top: -50px; border: 7px solid #9bbf53; }
.row-fluid .agent-outer .agent-block .agent-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.row-fluid .agent-outer .agent-block .agent-content { font-size: 16px; font-weight: 300; color: #222222; font-style: italic; padding-bottom: 20px; line-height: 1.5em; }
.row-fluid .agent-outer .agent-block .agent-content p:first-child { margin-top: 7px; }
.row-fluid .agent-outer .agent-block .agent-position h4 { color: #222222; font-size: 20px; letter-spacing: 2px; font-weight: 400; margin: 0; }
.row-fluid .agent-outer .agent-block .agent-position p { margin: 0; font-size: 16px; line-height: 1.6em; }
.row-fluid .agent-outer .agent-block.white .agent-content,.row-fluid .agent-outer .agent-block.white .agent-position * { color: #fff; }

.row-fluid .booknow-main { padding: 50px 0px 100px; }
.row-fluid .booknow-main .heading br { }
.row-fluid .booknow-main .heading { font-size: 36px; color: #222222; text-transform: inherit; }
.row-fluid .booknow-main .booknow-outer { display: flex; max-width: 1050px; margin: 0 auto; padding-bottom: 40px; padding-top: 60px; }
.row-fluid .booknow-main .booknow-outer .booknow-block { width: 33.33%; float: left; padding: 20px 25px 30px; text-align: center; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25); }
.row-fluid .booknow-main .booknow-outer .booknow-block h3 { letter-spacing: 1px; color: #fff; font-size: 24px; font-weight: 700; margin: 0 0 5px; }
.row-fluid .booknow-main .booknow-outer .booknow-block h2 { color: #fff; font-size: 26px; text-transform: uppercase; letter-spacing: 2px; margin: 0; }
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active h3 { font-weight: 400; }
.row-fluid .booknow-main .booknow-outer .booknow-block .booknow-content { color: #fff; font-size: 16px; line-height: 1.5em; }
.row-fluid .booknow-main .booknow-outer .booknow-block .booknow-content p { margin-top: 11px; }
.row-fluid .booknow-main .booknow-outer .booknow-block .booknow-price { width: 133px; height: 133px; text-align: center; line-height: 133px; border-radius: 100%; display: inline-block; background-color: #fff; font-size: 42px; font-weight: 900; padding: 0px 10px; margin-bottom: 50px; margin-top: 10px; }
.row-fluid .booknow-main .booknow-outer .booknow-block .booknow-btn { text-align: center; }
.row-fluid .booknow-main .booknow-outer .booknow-block .booknow-btn a { background-image: none; padding: 15px; box-sizing: border-box !important; text-align: center; background-color: #53b4bd; font-size: 24px; letter-spacing: 1px; border-radius: 11px; max-width: inherit; display: inline-block; min-width: 240px; }
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active { position: relative; z-index: 1; }
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active:before,
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active:after { content: ''; position: absolute; left: 0; right: 0; background-color: #3e98a1; height: 30px; pointer-events: none; }
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active:before { top: -30px; z-index: -1; }
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active:after { bottom: -30px; z-index: -1; }
.row-fluid .booknow-main .booknow-outer .booknow-block .booknow-c-outer { display: flex; align-items: top; justify-content: center; }
.row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active .booknow-c-outer { align-items: center; }
.row-fluid .booknow-main .heading span { display: block; margin-top: 18px; }

.row-fluid .lptitle-main.bgtitle-main:before,
.row-fluid .lptitle-main.bgtitle-main:after,
.row-fluid .lptitle-main.bgtitle-main .container:before,
.row-fluid .lptitle-main.bgtitle-main .container:after { content: none; }
.row-fluid .lptitle-main.bgtitle-main .container { min-height: 800px; }
.row-fluid .nomenu-footer { font-size: 16px; color: #fff; text-align: center; padding: 40px 0px; background-color: #555555; text-transform: uppercase; letter-spacing: 1px; }

.row-fluid .lptitle-main.valignmiddle .container { align-items: center; }
.row-fluid .lptitle-main.valignbottom .container { align-items: flex-end; }


.row-fluid .bgtowcol-main { position: relative; overflow: hidden; /*padding-bottom: 49px; */ padding-bottom: 70px; border-top: 1px solid rgba(0,0,0,0.1); }
.row-fluid .bgtowcol-main:before { content: ''; position: absolute; bottom: 0px; pointer-events: none; width: 0; height: 0; border-style: solid; border-width: 70px 50vw 0 50vw; border-color: #9bbf53 transparent transparent transparent; }
/* .row-fluid .bgtowcol-main:before { content: ''; position: absolute; bottom: 0px; pointer-events: none; left: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 100px 100vw; border-color: transparent transparent #000000 transparent; } */
.row-fluid .bgtowcol-main .bgtowcol-outer { display: flex; }
.row-fluid .bgtowcol-main .bgtowcol-outer > div { width: 50%; float: left; } 
.row-fluid .bgtowcol-main .bgtowcol-outer .right > div { width: 50%; float: right; } 
.row-fluid .bgtowcol-main .bgtowcol-outer .bgtowcol-right .bgtowcol-right-top { padding: 4.5% 6% 30px; }
.row-fluid .bgtowcol-main .bgtowcol-outer h1 { color: #000000; padding-bottom: 10px; line-height: 1em; font-weight: 500; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-size: 32px; text-transform: uppercase; margin: 0px; }
.row-fluid .bgtowcol-main .bgtowcol-outer h4 { font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-weight: 300; color: #222222; line-height: 1.7em; }
.row-fluid .bgtowcol-main .bgtowcol-outer .right-top-text { line-height: 1.8em; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-size: 18px; font-style: italic; }
.row-fluid .bgtowcol-main .bgtowcol-outer .bgtowcol-right .bgtowcol-right-top > div { max-width: 600px; }
.row-fluid .bgtowcol-right-bottom { display: flex; flex-wrap: wrap; }
.row-fluid .bgtowcol-right-bottom .bgtowcol-right-box { width: 50%; float: left; background-color: #3E6870; padding-top: 50px; padding-right: 6%; padding-bottom: 150px; padding-left: 6%; background-size: cover; background-position: 50%; background-repeat: no-repeat; }
.row-fluid .bgtowcol-right-bottom .bgtowcol-right-box h3 { color: #fff; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important; line-height: 1.5em; font-size: 20px; padding-bottom: 10px; font-weight: 500; text-transform: uppercase; margin: 0; }
.row-fluid .bgtowcol-right-bottom .bgtowcol-right-box .bgtowcol-box-text { color: #fff; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-weight: 300; font-size: 18px; line-height: 1.8em; }
.row-fluid .bgtowcol-right-bottom .bgtowcol-right-box .bgtowcol-box-text p:first-child { margin-top: 0; }
.row-fluid .bgtowcol-right-bottom .bgtowcol-right-box .bgtowcol-btn a { border-radius: 100px; letter-spacing: 2px; font-size: 16px; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important; background-color: #000000; display: inline-block; color: #fff; font-weight: 500; padding: 8px 16px 10px; text-transform: uppercase; }
.row-fluid .bgtowcol-right-bottom .bgtowcol-right-box .bgtowcol-btn { padding-top: 15px; }

.row-fluid .fourcol-main { position: relative; overflow: hidden; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/Shape%20img.jpeg) no-repeat center / 100% 100%; }
.row-fluid .fourcol-main .fourcol-block { width: 25%; padding-top: 140px; padding-right: 40px; padding-bottom: 140px; padding-left: 40px; float: left; }
.row-fluid .fourcol-main .fourcol-outer { display: flex; flex-wrap: wrap; text-align: center; }
.row-fluid .fourcol-main:before { content: none; position: absolute; bottom: 0px; pointer-events: none; left: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 100px 100vw; border-color: transparent transparent #000 transparent; }
.row-fluid .fourcol-main .fourcol-icon { height: 50px; margin-bottom: 15px; }
.row-fluid .fourcol-main h3 { font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-weight: 700; line-height: 1.5em; font-size: 20px; }
.row-fluid .fourcol-main .fourcol-text { color: #000000; line-height: 1.8em; font-size: 18px; }

.row-fluid .fourcol-main .fourcol-block .fourcol-inner { font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-size: 18px; line-height: 1.8em; margin-bottom: 30px !important; max-width: 340px; margin-left: auto !important; margin-right: auto !important; }

.row-fluid .flogo-main { padding: 125px 0 60px; }
.row-fluid .flogo-main h3 { text-align: center; line-height: 1.8em; font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif; font-weight: 300; font-size: 30px; text-transform: uppercase; }
.row-fluid .flogo-main .flogo-img { padding-top: 10px; text-align: center; }

.row-fluid .lp-art-main { padding: 72px 0; }
.row-fluid .lp-art-main .title { text-align: center; font-size: 50px; color: #fff; margin: 0; padding-bottom: 20px; }
.row-fluid .lp-art-main .lp-art-outer { display: flex; padding-top: 25px; }
.row-fluid .lp-art-main .lp-art-outer > div { width: 50%; float: left; }
.row-fluid .lp-art-main .lp-art-outer .lp-art-img { display: inline-block; border: 6px solid #ffffff; }
.row-fluid .lp-art-main .lp-art-outer .lp-art-right { padding-left: 35px; }
.row-fluid .lp-art-main .lp-art-outer .lp-art-left { padding-right: 35px; }
.row-fluid .lp-art-main .lp-art-outer h3 { font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif; font-weight: 300; font-size: 36px; color: #ffffff; line-height: 1.4em; margin: 0; }
.row-fluid .lp-art-main .lp-art-outer .lp-art-text { color: #ffffff; font-weight: 700; line-height: 1.8em; font-size: 18px; }
.row-fluid .lp-art-main .lp-art-outer .lp-art-text p:first-child { margin-top: 6px; }
.row-fluid .lp-art-main .lp-art-outer .lp-art-img img { display: block;  max-width: 100%;  } 
.row-fluid .lp-art-main .lp-art-outer .default-form input:not(.hs-button),.row-fluid .lp-art-main .lp-art-outer .default-form textarea,.row-fluid .lp-art-main .lp-art-outer .default-form select { border-radius: 100px 100px 100px 100px; padding: 14px 4% !important; font-size: 16px; color: #666; background-color: #fff; width: 100%; font-weight: 400; margin-bottom: 16px; }
.row-fluid .lp-art-main .lp-art-outer .default-form .hs-button { color: #ffffff; border: none; border-radius: 100px; letter-spacing: 1px; font-size: 14px; font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif; font-weight: 600; text-transform: uppercase; background-color: #e02b20; padding: 14px 10px; }
.row-fluid .lp-art-main .inputs-list li { color: #fff; }
.row-fluid .lp-art-main .inputs-list { margin: 0 20px 15px; } 
.row-fluid .lp-art-main .lp-art-outer .default-form .submitted-message { color: #fff; font-size: 20px; font-weight: 700; text-align: center; margin-top: 35px; }

.row-fluid .bgtowcol-main.bgtowcol-reverse .bgtowcol-outer { flex-direction: row-reverse; }
/* .row-fluid .bgtowcol-main.bgtowcol-reverse:before { border-width: 100px 0 0 100vw; border-color: transparent transparent transparent #000000; } */


/* ==A== 14-08-2020 ==A== */
.pahs-fonts .hero-banner .hero-inner h1{ font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }
.pahs-fonts .hero-banner .hero-inner h4 { font-family:  'TimesNRCyrMT', sans-serif; font-weight: 400; }    
.pahs-fonts a.cta_button{ font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }
.pahs-fonts .middle-banner h2 { font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }
.pahs-fonts .middle-banner .middle-wrap{ font-family:  'TimesNRCyrMT', sans-serif; font-weight: 400; }
.pahs-fonts .middle-banner .middle-wrap blockquote { font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700;}
.pahs-fonts .profile-banner h2 { font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }
.pahs-fonts .profile-banner .profile-inner h3{ font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }
.pahs-fonts .profile-banner .profile-inner h4{ font-family:  'TimesNRCyrMT', sans-serif; font-weight: 400; }
body.pahs-fonts { font-family:  'TimesNRCyrMT', sans-serif; font-weight: 400; }
.pahs-fonts .help-banner h2 { font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }  
.pahs-fonts .help-banner .help-wrap .help-inner h4{  font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }
.pahs-fonts .text-banner { font-family:  'TimesNRCyrMT', sans-serif; font-weight: 400; }
.pahs-fonts .profile-banner .profile-section {  font-family:  'TimesNRCyrMT-Bold', sans-serif; font-weight: 700; }

/* 03-09-2020 */

.lphero-section .right video { width: 100%; height: 380px; }
.build-v2 .build-section .inner { flex-direction: row-reverse; }    
.build-v2 .build-section .left{ padding:0 0 0 49px; }   
.build-v2 .build-section .right{ padding:0 15px 0 0; }
.build-section.part-four .inner .left{ width:49%; }  
.build-section.part-four .inner .right{ width:49%;}  
.build-section.part-four .inner { margin-bottom: 25px; }
h2.main-title{ font-size: 80px; line-height: 1; color: #000; margin: 0; margin-bottom: 20px; }

.build-section.part-image .inner .left-text { width: 38%; float: left;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);padding-left: 10px;}
.build-section.part-image .inner .right-img { width: 29%; float: left; margin-left: 2%; min-height: 240px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
.build-section.part-image .inner { margin-bottom: 35px; }
.build-section.part-image .inner .left-img { width: 49%; float: left; margin-right: 1%; min-height: 300px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
.build-section.part-image .inner .right-text{ width: 49%; float: left; margin-left: 1%;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); padding-left: 10px; }
.build-section.part-image .inner .img-one { width: 25%; float: left; min-height: 250px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
.build-section.part-image .inner .middle-text { width: 44%; float: left; margin: 0 3%; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); padding: 10px 10px;}
.build-section.part-image .inner .img-last { width: 25%; float: left;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); }
.build-section.part-image .inner .img-bottom { width: 33%; float: left;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); }
.build-section.part-image .inner .bottom-text { width: 30%; float: left; margin-left: 3%;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);padding: 10px 10px;}

.build-section.part-image .inner .img-1 { width: calc( 100% / 4 - 30px ); float: left; min-height: 250px; margin: 0 15px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); }
.build-section.part-image .inner.four-part{ margin:0 -15px 35px; }
.build-section.part-image .inner .inner-text{ width: calc( 100% / 3 - 30px ); float: left; margin: 0 15px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);padding: 10px 10px; }


/* 02-05-2021 */

.hero-section-wrap h2 { font-size: 50px; font-weight: bold; }
.hero-section-wrap { max-width: 500px; }
.hero-problem-main-wrap.hero-section-main-wrap { padding-top: 100px; padding-bottom: 100px;min-height: 800px; }
.hero-section-btn-wrap a { padding: 10px 28px; display: inline-block; font-size: 22px; color: #fff; font-weight: bold; }
a.btn-round-first { border-radius: 50px; margin-right: 16px; }
a.btn-second-round { border-radius: 50px; padding: 10px 20px; }  
.hero-section-btn-wrap { padding-top: 35px; }
.hero-section-btn-wrap a:hover { opacity:0.9; }
.hero-problem-logo-school-growth-list { width: 50%; display: flex; flex-flow: wrap; padding: 15px; }
.hero-problem-logo-school-growth-wrap { display: flex; margin-left: -15px; margin-right: -15px; flex-flow: wrap; }
.hero-problem-logo-school-growth-img { width: 120px;  }
.hero-problem-logo-school-growth-img img { max-width: 100%; }
.hero-problem-logo-school-growth-details { width: calc(100% - 120px); text-align: left; padding-left: 30px; }
.hero-problem-logo-school-growth-details h4 { font-size: 21px; margin-bottom: 0px; font-weight:900;  }

.hero-problem-logo-school-growth-content p:first-child { margin-top: 0; }
.hero-problem-logo-school-growth-content p:last-child { margin-bottom: 0px; }


.hero-problem-main-wrap { position: relative; padding-top: 64px; padding-bottom: 64px; }
.hero-problem-main-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; }
.hero-problem-main-wrap .container { position: relative; }
.hero-problem-wrap { text-align: center; }
.hero-problem-heading-content { text-align: center; display: inline-block; width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; }
.hero-problem-heading-content h2 { font-weight: 800; margin: 0; font-size: 43px; max-width: 680px; margin-left: auto; margin-right: auto; }
.hero-problem-content { display: inline-block; width: 100%; margin-top: 25px; }
.hero-problem-content p:first-child { margin-top: 0; }
.hero-problem-content p:last-child { margin-bottom: 0px; }
.hero-problem-logo-list-heading { margin-top: 13px; margin-bottom: 30px; }
.hero-problem-logo-list-heading h3 { margin: 0px; font-weight: 900; color:#77b45d; }
.hero-problem-logo-list { width: 25%; padding: 15px; }
.hero-problem-logo-list-wrap { display: flex; margin-top: 45px; flex-flow:wrap; }
.hero-problem-logo-heading h4 { margin: 0; }
/* .hero-problem-logo-heading { padding-top: 15px; } */
.hero-problem-logo-img img { max-width: 100%; }


.counter-main-wrap .hero-problem-heading-content { text-align: left; max-width: 900px; display: flex; align-items: center; justify-content: center; }
.counter-main-wrap .hero-problem-heading-content h2 { max-width: 100%; width: 30%; margin-left: 0; font-size: 90px; text-align: center; }
.counter-main-wrap .hero-problem-heading-content .hero-problem-content { width: 70%; margin-top: 0; font-size: 34px; line-height: 40px; padding-left: 35px; }

.network-growth-main-wrap .hero-problem-heading-content { max-width: 750px; }
.network-growth-main-wrap .hero-problem-logo-list-main-wrap .hero-problem-logo-list-heading { max-width: 540px; margin-left: auto; margin-right: auto;     margin-bottom: 20px; }
.hero-problem-main-wrap.network-growth-main-wrap { padding-bottom: 0px; }
.hero-problem-logo-network-growth-wrap { padding-top: 60px; padding-bottom: 60px; }

.hero-problem-logo-network-growth-list-wrap { max-width: 800px; margin: 0px auto; padding: 24px 20px; background-color: #ffff; display: flex; flex-flow: wrap; }
.hero-problem-logo-network-growth-list { width: calc(100%/3); padding: 15px; }
.hero-problem-logo-network-growth-details { text-align: center; background-color: #99AAA6; padding: 20px 15px; height: 100%; }
.hero-problem-logo-network-growth-details h4 { padding-bottom: 9px; border-bottom: 2px solid; display: inline-block; padding-left: 12px; padding-right: 12px; font-weight: 900; font-size: 19px; }
.hero-problem-logo-network-growth-content { font-weight: 900; }

.hero-problem-logo-network-growth-list-btn-wrap { text-align: center; margin-top: 50px; }
.hero-problem-logo-network-growth-list-btn-wrap a { color:#ffffff; border-radius: 10px; padding: 6px 48px; font-size: 19px; display: inline-block; font-weight: 900; }
.hero-problem-logo-network-growth-list-btn-wrap:hover a { opacity:0.9; }
.hero-problem-main-wrap.network-growth-main-wrap .hero-problem-content { margin-top: 15px; }

.school-love-us-details-list { width: calc(100% / 3); padding: 15px; }
.school-love-us-details-list-wrap { display: flex; flex-flow: wrap; margin-left: -15px; margin-right: -15px; margin-top: 22px; }
.school-love-us-details-img img { max-width: 100%; width: 100%; max-height: 294px;}
.school-love-us-details-img { padding-left: 0; position: relative; }
/* .school-love-us-details-img:before { content: '“'; position: absolute; left: 0; font-size: 139px; top: 0px; line-height: 105px; } */
.school-love-us-details { text-align: left; margin-top: 20px; font-size: 17px; }
.school-love-us-details-wrap { border: 5px solid #4a588c; padding: 35px 20px 20px; background-color: #fff; border-radius: 12px;  }
/* .hero-problem-main-wrap.school-love-us-main-wrap { padding-top: 64px; padding-bottom: 50px; } */

.logo-list-main-wrap .hero-problem-heading-content h2 { max-width: 100%; }
.logo-list-main-wrap .hero-problem-heading-content { max-width: 100%; }
.hero-problem-main-wrap.logo-list-main-wrap .hero-problem-logo-list-wrap { margin-top: 15px; }
/* .hero-problem-main-wrap.logo-list-main-wrap { padding-top: 60px; padding-bottom: 40px; } */

.new-menu-wrap ul { text-align: right; }
.new-menu-wrap ul li { display: inline-block; padding: 0px 13px; vertical-align: middle; }
.new-set-header-main-wrap .wrapper > div > div { display: flex; flex-flow: wrap; align-items: center; }
.new-menu-wrap ul li i.fa { font-size: 40px; color: #77b45d; }

.bulid-new-red-btn .blu_btn a { background-color: #FF443A; border-color: #FF443A; border-radius: 50px; color: #ffffff; }
.bulid-new-red-btn .blu_btn a:hover { background-color: transparent; color: #FF443A; }


.school-love-us-details-list-wrap { padding: 0px 25px; }
.school-love-us-details-list-wrap .slick-arrow.slick-prev:after,
.school-love-us-details-list-wrap .slick-arrow.slick-next:after { color: #000; }
.school-love-us-details-list-wrap.slick-slider .slick-arrow { left: -13px; }
.school-love-us-details-list-wrap.slick-slider .slick-arrow.slick-next { left:auto; right: -13px; }


.footer-btn.blu_btn a { background-color: #ff443a; border-color: #ff443a; border-radius: 50px; color: #fff; }
.footer-btn.blu_btn a:hover { background-color: transparent; color: #ff443a; }
.footer-logo-btn-wrap { display: flex; align-items: center; }
.footer-main-wrap { padding-top: 65px; padding-bottom: 65px; background-color: #B3B0AC; }
.footer-logo-wrap { width: 66.6666666666%; }
.footer-btn.blu_btn { width: 33.3333333333%; }
.footer-address-social-menu-wrap > div { width: calc(100% / 3); }
.footer-address-social-menu-wrap { display: flex; margin-top: 35px; }
.footer-social-wrap { text-align: center; }
.footer-social-wrap ul li a { font-size: 28px; display: inline-block; width: 50px; height: 50px; border: 2px solid #000; border-radius: 50%; line-height: 50px; }
.footer-social-wrap ul li { margin-bottom: 15px; }
.footer-address-wrap h3 { font-size: 1.4rem; margin-bottom: 0px; }
.footer-address p:first-child { margin-top: 0px; }
.footer-address p:last-child { margin-bottom: 0px; }
.footer-address { margin-bottom: 16px; margin-top: 7px; font-size: 1.1rem; }
.footer-menu-wrap ul li a { font-size: 1.4rem; font-weight: bold; }
.footer-menu-wrap ul li { margin-bottom: 11px; }
.footer-menu-wrap ul li:last-child { margin-bottom: 0px; }
.footer-logo-wrap img { max-width: 300px; }

.new-menu-wrap ul li a { text-transform:capitalize;font-size: 15px }
.bulid-new-red-btn .left {justify-content: flex-start;}

.new-menu-wrap ul li ul { position: absolute; top: 100%; left: 0; width: 200px; background-color: #77b45d; box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1); z-index: 2; opacity: 0; visibility: hidden; }
.new-menu-wrap ul li.hs-item-has-children { position: relative; }
.new-menu-wrap ul li.hs-item-has-children:hover > ul { opacity: 1; visibility: visible; }
.new-menu-wrap ul li ul li { display: block; padding: 0; height: inherit; }
.new-menu-wrap ul li ul li a { text-align: left; display: block; padding: 10px 15px; color: #fff; }
.new-menu-wrap .hs-menu-wrapper > ul > li { padding-top: 14px; padding-bottom: 14px; }
.new-menu-wrap ul li ul li a:hover { background-color: #fff; color: #77b45d; }



@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }
@media (min-width:1400px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }

@media (max-width:1200px){ body.custom-2020 .container{ width:100%; }}
@media (max-width:768px) { body.custom-2020 .container {width:100%;} }
@media (max-width:992px) { body.custom-2020 .container {width:100%;} }


@media (max-width:1199px){ 

    .hero-banner { padding: 180px 0 170px; }
    .hero-banner .hero-inner h1 { font-size: 52px; }
    .hero-banner .hero-inner { width: 60%; }

    .middle-banner h2{ font-size: 52px; }
    .middle-banner h2:before { width: 200px;top: -36px; height: 32px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-logo-1.png)no-repeat center / contain;}
    .middle-banner { font-size: 18px;}
    .middle-banner .middle-wrap blockquote { font-size: 20px; line-height: 24px; }

    .profile-banner h2{ font-size: 52px; }
    .profile-banner h2:before { width: 200px; top: -36px; height: 32px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/profile-logo.png)no-repeat center / contain;}
    .profile-banner .profile-wrap .profile-inner { width: calc( 100% / 3 - 60px ); margin: 0 30px; }
    .profile-banner .profile-inner h4 { min-height: 66px; }

    .profile-banner .profile-section { font-size: 24px; }

    .video-banner { font-size: 18px;}
    .video-banner h2{ font-size: 52px; }
    .video-banner h2:before { width: 200px;top: -36px; height: 32px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-logo-1.png)no-repeat center / contain;}
    .video-banner .video-wrap .video-main .video-inner { width: calc( 100% / 3 - 16px ); margin: 0 7px; }

    .help-banner h2{ font-size: 52px; }
    .help-banner h2:before { width: 200px; top: -36px; height: 32px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/middle-logo.png)no-repeat center / contain;}
    .help-banner { font-size: 22px; }
    .help-banner .help-wrap .help-inner:nth-child(1) { padding: 80px 30px 30px;}
    .help-banner .help-wrap .help-inner:nth-child(2) h4 { width: 100%;}
    .help-banner .help-wrap .help-inner:nth-child(3) h4 { width: 50%; }

    .text-banner{ font-size:24px; }

    .product-banner h2{ font-size: 52px; }
    .product-banner h2:before { width: 200px; top: -36px; height: 32px; background: url(https://173795.fs1.hubspotusercontent-na1.net/hubfs/173795/img-2020/product-logo.png)no-repeat center / contain;}
    .product-banner .product-wrap .product-inner h3 { font-size: 26px; }
    .product-banner .product-wrap .product-inner a{ font-size:22px; }

    /* Landing Page */
    .lphero-section h1 { font-size: 56px; }
    .lphero-section .para p br { display: none; }
    .lplogo-section .logo-group .logo-box { width: 20%; }
    .build-section { padding: 50px 0; }
    .build-section .top-text h2 { font-size: 60px; }
    .build-section .left { width: 50%; }
    .build-section .right { width: 50%; }
    .build-section .contain-group ul li { width: 50%; }
    .resource_section { padding: 80px 0; }
    .resource_section .title-style h2 { font-size: 50px; }

    .row-fluid .lheader-main .lheader-logo span { max-width: 250px; display: inline-block; }
    .row-fluid .lheader-main { padding: 15px 0px; }
    .row-fluid .title { font-size: 40px; }
    .row-fluid .lpbanner-main .container { min-height: 500px; }
    .row-fluid .lp-content .lp-content-outer { margin: 0 -20px; }
    .row-fluid .lp-content .lp-content-outer>div { padding: 24px 20px; }
    .row-fluid .lp-content { padding: 90px 0 135px; }
    .row-fluid .lptitle-main .container { min-height: 450px; }
    .row-fluid .agent-main.module_1596347416565298:before { border-width: 75px 100vw 0 0; }
    .row-fluid .agent-main.module_1596347416565298:after { border-width: 0px 0px 75px 100vw; }
    .row-fluid .agent-main { padding: 160px 0px; }
    .row-fluid .heading { font-size: 28px; }
    .row-fluid .booknow-main .heading { font-size: 32px; }
    .row-fluid .booknow-main .booknow-outer .booknow-block h3 { font-size: 20px; }
    .row-fluid .booknow-main .booknow-outer .booknow-block h2 { font-size: 22px; }
    .row-fluid .booknow-main .booknow-outer .booknow-block .booknow-price { font-size: 36px; }
    .row-fluid .lptitle-main.bgtitle-main .container { min-height: 600px; }
    .row-fluid .nomenu-footer { padding: 30px 0px; }

    .row-fluid .fourcol-main .fourcol-block { padding-right: 30px; padding-left: 30px; }
    .row-fluid .lp-art-main .title { font-size: 40px; }
    .row-fluid .lp-art-main .lp-art-outer h3 { font-size: 30px; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-text { font-size: 16px; }
    .row-fluid .bgtowcol-main .bgtowcol-outer h1 { font-size: 30px; }

    body.custom-2020 .build-section { padding: 50px 14px; }
    .build-section.part-image .inner.four-part { margin: 0 0 35px; }
    .build-section.part-image .inner .img-1{ min-height:200px; }

  .new-menu-wrap ul li { padding: 0px 10px; }

}

@media (min-width:992px){
    /* Landing Page */
    .build-section .contain-group { background-color:transparent !important; }
}

@media (max-width:991px){

    .hero-banner .hero-inner { width: 80%;}

    .profile-banner .profile-wrap .profile-inner { width: calc( 100% / 3 - 20px ); margin: 0 10px; padding: 20px;}
    .profile-banner .profile-inner h4 { font-size: 16px; }

    .video-banner .video-wrap .video-main .video-inner h5 { font-size: 16px; }
    .video-banner .video-wrap .video-main .video-inner { padding: 14px 10px;}

    .help-banner .help-wrap .help-inner { width: calc( 100% / 3 - 20px ); margin: 0 10px; }
    .help-banner .help-wrap .help-inner h4 { font-size: 22px;}
    .help-banner .help-wrap .help-inner:nth-child(3) h4 { width: 60%;}
    .text-banner:before { width: 180px; height: 235px; top: -150px;}

    .product-banner .product-wrap .product-inner { width: calc( 100% / 3 - 20px ); margin: 0 10px; }
    .product-banner .product-wrap .product-inner h3 { font-size: 20px;}


    /* Landing Page */
    .header_section .head-logo img { max-width: 230px !important; }
    .lplogo-section .logo-group .logo-box { width: 20%; }
    .lphero-section .left { width: 50%; }
    .lphero-section .right { width: 50%; padding-left: 30px; }
    .lphero-section h1 { font-size: 45px; }
    .lplogo-section { padding: 50px 0; }
    .lplogo-section .logo-group .logo-box { width: 25%; }
    .build-section { padding: 40px 0; }
    .build-section .sec-in { padding: 60px 0; }
    .build-section .content-box { padding: 30px 20px; }
    .build-section .left { padding-right: 30px; }
    .build-section .top-text h2 { font-size: 40px; }
    .build-section .contain-group { margin: 30px 0 0; padding: 32px; width: 100%; float: left; }
    .build-section .contain-group ul { padding:0px; }
    .build-section .contain-group ul li { width: 100%; margin: 0; padding: 0 0 30px; }
    .build-section .contain-group ul li:last-child { padding-bottom: 0; }
    .resource_section { padding: 60px 0; }
    .resource_section .title-style .pretitle { margin-bottom: 15px; }
    .resource_section .title-style h2 { font-size: 40px; }
    .resource_section .title-style .para p { font-size: 18px; }
    .resource_section .resource-group .resource-box { width: 50%; }
    .resource_section .resource-group .resource-box .icon { margin-bottom: 20px; }

    .row-fluid .lheader-main .lheader-logo span { max-width: 200px; }
    .row-fluid .title { font-size: 30px; }
    .row-fluid .lpbanner-main .container { min-height: 400px; padding-bottom: 35px; }
    .row-fluid .lpbanner-main:before { border-width: 30px 0 0 50vw !important; }
    .row-fluid .lpbanner-main:after { border-width: 0 0 30px 50vw !important; }
    .row-fluid .lp-content .lp-content-outer h2 { font-size: 30px; margin-bottom: 25px; }
    .row-fluid .lp-content h3 { font-size: 22px; margin-bottom: 30px; }
    .row-fluid .lp-content .lp-content-outer div:not(li)>p { margin: 18px 0; font-size: 16px; line-height: 1.6em; }
    .row-fluid .lp-content { padding: 80px 0 100px; }
    .row-fluid .lptitle-main .container:before { border-width: 35px 50vw 0 0 !important; }
    .row-fluid .lptitle-main .container:after { border-width: 0 50vw 35px 0 !important; }
    .row-fluid .lptitle-main:before { border-width: 35px 0 0 50vw !important; }
    .row-fluid .lptitle-main:after { border-width: 0 0 35px 50vw !important; }
    .row-fluid .lptitle-main .lptitle-content { padding: 55px 0px; }
    .row-fluid .lptitle-main .container { min-height: 340px; padding-bottom: 35px; }
    .row-fluid .agent-main:before { border-width: 50px 100vw 0 0 !important; }
    .row-fluid .agent-main:after { border-width: 0px 0px 50px 100vw !important; }
    .row-fluid .agent-main { padding: 120px 0px; }
    .row-fluid .heading { font-size: 23px; }
    .row-fluid .agent-outer .agent-block { width: 100%; margin: 15px 0 70px; }
    .row-fluid .agent-outer { padding-top: 45px; max-width: 450px; margin: 0 auto; }
    .row-fluid .agent-main { padding: 120px 0px 70px; }
    .row-fluid .booknow-main .heading { font-size: 28px; }
    .row-fluid .booknow-main .heading span { margin-top: 10px; }
    .row-fluid .booknow-main .booknow-outer .booknow-block { width: 100%; }
    .row-fluid .booknow-main .booknow-outer { flex-wrap: wrap; }
    .row-fluid .booknow-main .booknow-outer .booknow-block.booknow-active { margin: 30px 0; }
    .row-fluid .booknow-main .booknow-outer .booknow-block .booknow-btn a { font-size: 20px; min-width: 190px; }
    .row-fluid .booknow-main .booknow-outer { max-width: 400px; padding-top: 20px; }
    .row-fluid .booknow-main { padding: 50px 0px 75px; }
    .row-fluid .lptitle-main.bgtitle-main .container { min-height: 400px; }
    .row-fluid .nomenu-footer { padding: 20px 0px; }

    .row-fluid .bgtowcol-main .bgtowcol-outer>div { width: 100%; }
    .row-fluid .bgtowcol-main .bgtowcol-outer { display: flex; flex-wrap: wrap; }
    .row-fluid .bgtowcol-main .bgtowcol-outer .bgtowcol-left { height: 300px; }
    .row-fluid .fourcol-main .fourcol-block { width: 50%; padding-top: 30px; padding-bottom: 30px; }
    .row-fluid .flogo-main h3 { font-size: 25px; }
    .row-fluid .flogo-main { padding: 85px 0 40px; }
    .row-fluid .lp-art-main .title { font-size: 35px; }
    .row-fluid .lp-art-main .lp-art-outer h3 { font-size: 26px; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-text { font-size: 15px; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-left { padding-right: 25px; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-right { padding-left: 25px; }
    .row-fluid .fourcol-main .fourcol-outer { padding: 60px 0;}

    .build-section.part-image .inner .img-1 { width: calc( 100% / 4 - 14px ); margin: 0 7px; }
    .build-section.part-image .inner .inner-text { width: calc( 100% / 3 - 18px ); margin: 0 9px; }
  

  /* 02-05-2021 */
  .hero-problem-main-wrap.hero-section-main-wrap { padding-top: 80px; padding-bottom: 80px; }
  .hero-section-wrap { max-width: 100%; }
  .hero-problem-main-wrap { padding-top: 44px; padding-bottom: 44px; }
  .hero-problem-heading-content h2 { font-size: 40px; }
  .footer-logo-wrap img { width: 45.666667%; }
  
    
}

@media (max-width:767px){

/*     .header-section .logo img { max-width: 210px; } */

    .hero-banner { padding: 130px 0 130px;}
    .hero-banner .hero-inner h1 { font-size: 38px;}
    .hero-banner .hero-inner h4 { font-size: 22px; }

    a.cta_button { font-size: 22px; max-width: 295px; box-sizing: border-box !important;}

    .middle-banner h2 { font-size: 38px; }
    .middle-banner h2:before { width: 160px; }
    .middle-banner .middle-wrap{ width:100%; float:left; }
    .middle-banner .middle-wrap.right-side { padding-left: 0; margin-top: 50px;}
    .middle-banner { font-size: 16px;padding: 50px 0 50px; }
    .middle-banner .middle-wrap blockquote { font-size: 18px; line-height: 22px;}
    .profile-banner:before ,
    .profile-banner:after { display:none; }

    .profile-banner h2 { font-size: 38px; margin-bottom: 30px;}
    .profile-banner h2:before { width: 160px; }
    .profile-banner .profile-wrap { margin: 0; display: block; padding-bottom: 10px;}
    .profile-banner .profile-wrap .profile-inner:after{ display:none; }
    .profile-banner .profile-wrap:after{ display:none; }
    .profile-banner .profile-wrap .profile-inner { width: 100%; margin: 15PX 0; padding: 20px;}
    .profile-banner .profile-inner h4 { font-size: 16px; min-height: auto;}

    .video-banner:before{ display:none; }
    .video-banner { font-size: 16px; padding: 90px 0 50px;}
    .video-banner h2 { font-size: 38px; margin-bottom: 30px;}
    .video-banner h2:before { width: 160px; }  
    .video-banner .video-wrap { display: block;}
    .video-banner .video-wrap .video-text { width: 100%; }
    .video-banner .video-wrap .video-img { width: 100%; float: left; padding-left: 0; margin-top: 40px;}
    .video-banner .video-wrap .video-main .video-inner { width: calc( 100% / 3 - 10px ); margin: 0 5px;}
    .video-banner .video-wrap .video-main .video-inner h5 { font-size: 14px;}

    .help-banner:before ,
    .help-banner:after{ display:none; }
    .help-banner h2{ font-size: 38px; margin-bottom: 30px;}
    .help-banner h2:before { width: 160px; }  
    .help-banner { font-size: 18px; padding: 80px 0 0;}
    .help-banner .help-wrap { display: block; margin-bottom: 10px;}
    .help-banner .help-wrap .help-inner { width: 100%; min-height:300px; margin: 15px 0; padding: 30px; }
    .help-banner .help-wrap .help-inner:nth-child(1) { padding: 30px; display: flex; align-items: center; justify-content: left;}
    .help-banner .help-wrap .help-inner:nth-child(2) h4 { width: 61%;}
    .help-banner .help-wrap .help-inner:nth-child(3) h4 { width: 45%;}

    .text-banner { font-size: 20px; padding: 50px 0;}
    .text-banner:before{ display:none; }

    .product-banner { padding: 90px 0 50px; }
    .product-banner h2{ font-size: 38px; margin-bottom: 30px;}
    .product-banner h2:before { width: 160px; }  
    .product-banner .product-wrap { display: block; margin-bottom: 10px;}
    .product-banner .product-wrap .product-inner { width: 100%; margin: 15px 0;}
    .product-banner .product-wrap .product-inner img { width: 100%; object-fit: cover;}


    /* Landing Page */
    .header_section { padding: 15px 0; }
    .header_section .head-logo img { max-width: 180px !important; }
    .lphero-section { padding: 40px 0; }
    .lphero-section .inner { flex-wrap: wrap; flex-direction: column-reverse; }
    .lphero-section .left { width: 100%; padding: 30px 0 0; }
    .lphero-section .right { width: 100%; padding-left: 0; }
    .lphero-section h1 { font-size: 38px; }
    .lphero-section .para p { font-size: 16px; }
    .lplogo-section { padding: 40px 0; }
    .lplogo-section .logo-group .logo-box { width: 33.33%; }
    .build-section { padding: 30px 0; }
    .build-section .top-text h2 { font-size: 36px; }
    .build-section .inner { display: block; }
    .build-section .left { width: 100%; padding: 0; }
    .build-section .content-box { padding: 30px 15px; }
    .build-section .person-box { padding-top: 5px; }
    .build-section .sec-in { padding: 45px 0; }
    .build-section .right { width: 100%; padding: 30px 0 0; }
    .build-section .contain-group { display: block; width: 100%; float: left; padding: 32px; margin: 40px 0 0; }
    .build-section .contain-group ul { padding: 0; }
    .build-section .contain-group ul li { width: 100%; padding: 0 0 30px; }
    .build-section .contain-group ul li:last-child { padding-bottom: 0; }
    .resource_section { padding: 40px 0; }
    .resource_section .title-style h2 { font-size: 36px; }
    .resource_section .title-style .para p { font-size: 16px; }
    .resource_section .resource-group .resource-box { width: 100%; }
    .resource_section .resource-group .resource-box .icon { height: auto; margin-bottom: 15px; }
    .resource_section .resource-group .resource-box .box-in { padding: 32px 20px; }

    .row-fluid .lp-content .lp-content-outer>div { padding: 24px 0px; width: 100%; }
    .row-fluid .lp-content .lp-content-outer { margin: 0; flex-wrap: wrap; }
    .row-fluid .lp-content .lp-content-outer .lp-content-left { text-align: left; }
    .row-fluid .lp-content .lp-content-btn { text-align: left; }
    .row-fluid .lp-content { padding: 80px 0 70px; }
    .row-fluid .title { font-size: 25px; }
    .row-fluid .lptitle-main1:before { border-width: 20px 0 0 50vw !important; }
    .row-fluid .lptitle-main .container:before { border-width: 20px 50vw 0 0 !important; }
    .row-fluid .lptitle-main .container:after { border-width: 0 50vw 20px 0 !important; }
    .row-fluid .lptitle-main .container { min-height: 275px; padding-bottom: 20px; }
    .row-fluid .agent-main:before { border-width: 30px 100vw 0 0 !important; }
    .row-fluid .agent-main:after { border-width: 0px 0px 30px 100vw !important; }
    .row-fluid .booknow-main .heading { font-size: 25px; }
    .row-fluid .booknow-main { padding: 70px 0px 75px; }
    .row-fluid .lptitle-main.bgtitle-main .container { min-height: 300px; }
    .row-fluid .nomenu-footer { padding: 15px 0px; font-size: 14px; }

    .row-fluid .lp-art-main .lp-art-outer { display: flex; flex-wrap: wrap; }
    .row-fluid .lp-art-main .lp-art-outer>div { width: 100%; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-left { padding-right: 0; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-right { padding-left: 0; padding-top: 40px; text-align: center; }
    .row-fluid .lp-art-main .lp-art-outer h3 { text-align: center; }
    .row-fluid .lp-art-main .lp-art-outer .lp-art-text { text-align: center; }
    .row-fluid .lp-art-main .title { font-size: 30px; }
    .row-fluid .flogo-main h3 { font-size: 23px; }
    .row-fluid .flogo-main { padding: 65px 0 30px; }
    .row-fluid .fourcol-main:before { border-width: 0 0 60px 100vw; }
    .row-fluid .fourcol-main .fourcol-block { padding-top: 50px; padding-bottom: 60px; }
    /*     .row-fluid .bgtowcol-main:before { border-width: 0 0 60px 100vw; } */
    /*     .row-fluid .bgtowcol-main.bgtowcol-reverse:before { border-width: 60px 0 0 100vw; } */
    .row-fluid .bgtowcol-right-bottom .bgtowcol-right-box { padding-bottom: 110px; }
    .row-fluid .bgtowcol-main .bgtowcol-outer h1 { font-size: 27px; } 

    .row-fluid .bgtowcol-main:before { border-width: 40px 50vw 0 50vw;}
    .row-fluid .bgtowcol-main { padding-bottom: 40px;}
    
    .lphero-section .right video { height: auto;}
    .build-v2 .build-section .left { padding: 0; }
    .build-v2 .build-section .right { padding: 0; margin-top: 30px; }
    .build-section.part-four .inner .left { width: 100%; }
    .build-section.part-four .inner .right { width: 100%; }
    .build-section.part-four .inner { margin-bottom: 25px; float: left;}
    .build-section.part-image .inner .left-text { width: 100%; }
    .build-section.part-image .inner .right-img { width: 100%; margin: 25px 0; min-height: 200px; }
    .build-section.part-image .inner .left-img{ width:100%;min-height:200px; }
    .build-section.part-image .inner .right-text { width: 100%; margin: 25px 0 0; }
    .build-section.part-image .inner .img-one { width: 100%; min-height: 200px; }
    .build-section.part-image .inner .middle-text { width: 100%; float: left; margin: 25px 0 0 0; }
    .build-section.part-image .inner .bottom-text { width: 100%; margin: 25px 0 0 0; }
    .build-section.part-image .inner .img-1 { width: 100%; margin: 0 0 20px 0;}
    .build-section.part-image .inner .inner-text { width: 100%; margin: 0 0 20px 0; }
    h2.main-title { font-size: 36px; line-height: 42px; }
  

  /*  02-05-2021  */
  .hero-problem-logo-list { width: 50%; }
  .hero-problem-logo-school-growth-img { width: 50px; }
  .hero-problem-logo-school-growth-details { width: calc(100% - 50px); padding-left: 10px; }
  .hero-problem-logo-school-growth-list { width: 100%; }
  .hero-problem-main-wrap.school-growth-main-wrap { padding-top: 34px; padding-bottom: 34px; }
  .counter-main-wrap .hero-problem-heading-content h2 { width: 100%; }
  .counter-main-wrap .hero-problem-heading-content { flex-flow: column; }
  .counter-main-wrap .hero-problem-heading-content .hero-problem-content { width: 100%; padding-left: 0; text-align: center; margin-top: 25px; font-size: 23px; line-height: 31px; }
  .hero-problem-logo-network-growth-list { width: calc(100%/2); }
  .hero-problem-logo-network-growth-list-wrap { padding: 14px 10px; justify-content: center; }
  .hero-problem-logo-network-growth-wrap { padding-top: 50px; padding-bottom: 50px; }
  .hero-problem-logo-network-growth-list-btn-wrap { margin-top: 35px; }
  .school-love-us-details-list { width: calc(100% / 2); padding: 10px; }
  .school-love-us-details-img { padding-left: 0; }
  .school-love-us-details-img:before { font-size: 89px; line-height: 76px; }
  .school-love-us-details-wrap { padding: 25px 15px 15px; }
  .school-love-us-details-list-wrap { margin-left: -10px; margin-right: -10px; justify-content: center; }
    
  .new-set-header-main-wrap .wrapper>div>div { flex-flow: column; }
  .new-menu-wrap ul li { margin-top: 13px; padding: 0px 10px; }
  .new-menu-wrap ul { text-align: center; }
  
  .footer-logo-btn-wrap { flex-flow: column; }
  .footer-logo-wrap { width: 100%; text-align: center; margin-bottom: 24px; }
  .footer-btn.blu_btn { width: 100%; text-align: center; }
  .footer-logo-wrap img { width: auto; }
  .footer-address-social-menu-wrap>div { width: 100%; margin-bottom: 20px; text-align: center; }
  .footer-address-social-menu-wrap { flex-flow: column; }
  .footer-address-social-menu-wrap>div:last-child { margin-bottom: 0; }
  .footer-social-wrap ul { display: flex; align-items: center; justify-content: center; }
  .footer-social-wrap ul li { margin: 0px 7px; }
  .school-love-us-details-list-wrap.slick-slider .slick-arrow { left: -8px; }
  .school-love-us-details-list-wrap.slick-slider .slick-arrow.slick-next { left: auto; right: -4px; }
  .footer-main-wrap { padding-top: 45px; padding-bottom: 45px; background-color: #fafafa; } 

  .hero-problem-logo-list-wrap { padding: 0px 25px; }
  .hero-problem-logo-list-wrap .slick-arrow.slick-prev:after,
  .hero-problem-logo-list-wrap .slick-arrow.slick-next:after { color: #000; }
  .hero-problem-logo-list-wrap.slick-slider .slick-arrow { left: -13px; transform: translateY(-37%); }
  .hero-problem-logo-list-wrap.slick-slider .slick-arrow.slick-next { left:auto; right: -13px; }
  
   

}
@media (max-width:480px){

    .row-fluid .lp-content .lp-content-btn a.cta_button { padding: 17px 25px; font-size: 15px; }

    .row-fluid .bgtowcol-right-bottom .bgtowcol-right-box { width: 100%; }
    .row-fluid .fourcol-main .fourcol-block { width: 100%; padding-top: 50px; padding-bottom: 65px; }
    .row-fluid .fourcol-main .fourcol-block .fourcol-inner { margin-bottom: 0; }
    .row-fluid .flogo-main h3 { font-size: 22px; }
    .row-fluid .lp-art-main .title { font-size: 28px; }
    .row-fluid .lp-art-main .lp-art-outer h3 { font-size: 24px; }
  
  
  /* 02-05-2021 */
  .hero-section-btn-wrap a { width: 100%; text-align: center; }
  a.btn-round-first { margin-bottom: 25px; }
  .hero-problem-main-wrap.hero-section-main-wrap { padding-top: 60px; padding-bottom: 60px; text-align: center; }
  .hero-section-wrap h2 { font-size: 32px; }
  .hero-section-btn-wrap { padding-top: 25px; max-width: 270px; margin: 0px auto; }
  .hero-problem-heading-content h2 { font-size: 25px; }
  .hero-problem-logo-list { width: 100%; }
  .hero-problem-logo-network-growth-list { width: 100%; }
  .school-love-us-details-list { width: 100%; }
  .hero-problem-logo-list-heading { margin-bottom: 20px; }
  
  
  
}