@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-ExtraBold.eot');
    src: url('../font/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../font/Montserrat-ExtraBold.woff') format('woff'),
        url('../font/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.eot');
    src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff'),
        url('../font/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.eot');
    src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-Regular.woff2') format('woff2'),
        url('../font/Montserrat-Regular.woff') format('woff'),
        url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.eot');
    src: url('../font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-SemiBold.woff2') format('woff2'),
        url('../font/Montserrat-SemiBold.woff') format('woff'),
        url('../font/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Medium.eot');
    src: url('../font/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Medium.woff2') format('woff2'),
        url('../font/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-SemiBold.eot');
    src: url('../font/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-SemiBold.woff2') format('woff2'),
        url('../font/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-ExtraBold.eot');
    src: url('../font/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-ExtraBold.woff2') format('woff2'),
        url('../font/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Regular.eot');
    src: url('../font/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Regular.woff2') format('woff2'),
        url('../font/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Bold.eot');
    src: url('../font/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Bold.woff2') format('woff2'),
        url('../font/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {width: 100%;
}
u{text-decoration-skip-ink: none;} 
p {font-size:18px;
	font-family: 'Manrope';
	line-height: 1.5;
	margin-bottom:20px;
}
p:last-child{margin-bottom:0}

h1, h2, h3, h4, h5, h6{line-height:1.3;}

.bg_blue{
	background-color: #3a5dda;
}
.text-blue{
	color: #5578f6;
}
.blue-color{color:#3058d0;}
.gray_text{
	color: #333333;
}
.g_text{
	color:#c2c2c2;
}
.gradient_bg{
	background: linear-gradient(to right, #ff435a, #ff7b05) !important;
}

img{
	max-width:100%;
}
.manrope{
	font-family: 'Manrope';
}
.montserrat{
	font-family: 'Montserrat';
}
.pb-90{
	padding-bottom:90px;
}
.pt-120{
	padding-top:120px;
}
.pt-80{
	padding-top:80px;
}
.pt-70{
	padding-top:70px;
}
.pt-60{
	padding-top:60px;
}
.pt-50{
	padding-top: 50px;
}
.pt-40{
	padding-top: 40px;
}
.pt-30{
	padding-top: 30px;
}
.pt-140{
	padding-top: 140px;
}
.pt-100{
	padding-top: 100px;
}
.pt-160{
	padding-top: 160px;
}
.pb-180{
	padding-bottom:180px
}
.pb-80{
	padding-bottom:80px
}
.pb-70{
	padding-bottom:70px
}
.pb-60{
	padding-bottom:60px
}
.pb-50{
	padding-bottom:50px
}
.pb-40{
	padding-bottom:40px
}
.mt-90{margin-top:90px;}

.f90{
	font-size:90px;
}
.f72{
	font-size:72px;
}
.f45{
	font-size:45px;
}
.f36{
	font-size:36px;
}
.f40{
	font-size:40px;
}
.f28{
	font-size:28px;
}
.f26{
	font-size:26px;
}
.f24{
	font-size:24px;
}
.f22{
	font-size:22px;
}
.f21{
	font-size:21px;
}
.f20{
	font-size:20px;
}
.f18{
	font-size:18px;

}
.f16{
	font-size:16px;

}
.mob-view{display:none;}
.desktop-view{display:block;}
.video-btn-popup:focus , .video-btn-popup:active:focus{box-shadow:none;}
.video-modal-outer .modal-dialog{max-width:600px;}
.video-modal-outer .modal-header {
    border: none;
    padding-bottom: 0;
}
.hide-img{
	display:none;
}
ul.work-list li.hide-img{
	display:none;
}
.show-img,.show-img1{
	display:inline-block!important;
}
/* Main css */
.schedule-header-btn {
    padding: 11px 23px;
}
.banner-bg{
	background:url(../img/banner-bg.jpg) no-repeat 50% 100%;
	background-size: cover;
}

.sec1 h1 {
    text-shadow: 6px 6px 2px rgb(8 94 146 / 40%);
}
.schedule-btn, .show-btn {
    background: linear-gradient(to right, #ff435a, #ff7b05) !important;
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 50px auto 70px;
	letter-spacing:2px;
	box-shadow: 0px 10px 38px rgb(255 124 2 / 27%);
}

.oder_list li {font-size: 21px;
	font-family: 'Manrope';
	font-weight:600;
	padding-bottom:30px;
    line-height: 1.5em;
	   list-style: none;
    position: relative;
}
.oder_list li:before {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background: #3b5dda;
    border-radius: 50%;
    left: -32px;
    top: 7px;
}
 .sec4 {
    background: url(../img/brands-bg.jpg) no-repeat top left;
    background-size: 100%;
}
.sec .bg_blue {
    box-shadow: 0px 10px 30px rgb(79 3 156 / 10%);
}
.challenge_bg {
    z-index: 1;
    padding-top: 100px;
    padding-left: 60px;
}
.challenge_bg:before {
    background: url(../img/challenge-col-bg.png) no-repeat top left;
    background-size: 100% 100%;
	width:757px;
    height: 419px;
    position: absolute;
	content:'';
	top:0px;
	left:0px;
	z-index:-1;
}
.sec4 .schedule-btn {
    margin-left: 0;
    margin-top: 30px;
}
.sec4 .show-btn {
    margin-top: 0px;
	margin-bottom:0px;
}
 .testi-img {
    background: #fff;
    box-shadow: 0px 0px 32px 0px rgb(132 130 129 / 19%);
    padding: 20px 15px;
    border-radius: 5px;
} 
.cta-bg{border-radius:10px;
	background: url(../img/cta-sec-bg.png) no-repeat top left;
    background-size: cover;
	padding: 30px 60px 30px 60px !important;
}
.cta_sec .schedule-btn{margin:0 auto 0;}
.brand-sec {
    background: url(../img/brands-bg-2.jpg) no-repeat 40% -4%;
    margin-top: -164px;
	background-size: cover;
}

ul.brand-listing {
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.brand-listing li {
    display: inline-block;
    width: 14%;
    margin: 10px 10px;
}
ul.brand-listing li img {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
ul.recommend-list {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
ul.recommend-list li {
    display: inline-block;
    width: 18%;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0px 0px 20px #dfe7f0;
    padding: 20px 15px;
    min-height: 196px;
    vertical-align: top;
}
ul.recommend-list li p {
    font-size: 18px;
    color: #333;
    font-family: 'Manrope';
    font-weight: 500;
}
ul.work-list {
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.work-list li {
    display: inline-block;
    width: 31%;
    margin: 0 10px 20px;
    background: #fff;
    box-shadow: 0px 0px 27px rgb(223 231 240 / 65%);
    padding: 20px;
    border-radius: 15px;
}
.work_sec .show-btn {
    margin-top: 30px;
    margin-bottom: 0px;
    display: none;
}
.simple-step {min-height:413px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(79 3 156 / 10%);
    padding: 40px 20px;
}
.dark-color{color:#242125;}
label.numb-txt {
    position: absolute;
    top: -20px;
    left: 0;
    background: #2744ac;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    font-size: 26px;
    line-height: 1.4;
    padding: 0px 5px;
}
.img2 {
    top: 120px;
    right: 160px;
    width: 100%;
    max-width: 470px;
	margin-top: -108px;
}
.cta-2 {position:relative;
z-index:1;
    background: url(../img/cta2-bg.jpg) no-repeat 65% 100%;
    background-size:cover;
}
.cta-2 .schedule-btn{margin:30px auto 20px 0;}
.faq_sec {
    background: url(../img/faq-bg.png) no-repeat 100% -17%;
    margin-top: -110px;
    background-size: 100% 123%;
}

/*accordion start*/
.accordion-item {
    margin-bottom: 15px;
}
div#accordionExample .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: inherit;
    border: none; 
}
div#accordionExample .accordion-button:not(.collapsed) {
    color: #534b54;
    background-color: #fff !important;
    box-shadow: inherit;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 700;
    padding-bottom: 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
	box-shadow:none !important;
}
div#accordionExample .accordion-body {
    padding: 0px 30px 5px;
}
div#accordionExample .accordion-body p {
    font-size: 16px;
	  font-family: 'Manrope';
	  font-weight:500;
	  line-height:1.5em;
	  color: #333333;
}
div#accordionExample .accordion-body p:last-child {
    padding-bottom: 9px;
}
div#accordionExample .accordion-item {
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 12px rgb(190 183 183 / 20%);
}
div#accordionExample .accordion-item .accordion-button {
    border-radius: 15px;
    background-color: #eceef4;
    color: #534b54;
    padding-top: 25px;
	padding-left: 30px;
	box-shadow: 0px 0px 12px rgb(190 183 183 / 20%);
}
div#accordionExample .accordion-button::after {
    content: "";
    background: url(../img/acco-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    width: 15px;
}
/*accordion end*/
.platform-sec {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
ul.platform-sec li {
    display: inline-block;
    width: 12%;
    margin: 0 5px 15px;
}
img.platform-img {
    background: #fff;
    box-shadow: 0px 0px 27px rgb(223 231 240 / 65%);
}

.skype-sec a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.skype-img {
    margin-right: 20px;
}
.footer_sec .part2 .col-lg-6 h3 {
    max-width: 160px;
    width: 100%;
    margin: 0 auto 20px;
}
.footer_sec{
	background: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.contact_wrap {
    padding-top: 10px;
}
.facebook-ico {
    padding: 0px 20px;
}
.recommended-logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.recommended-logo-img {
    padding-right: 25px;
}
.footer_color{
	color: #3169a1;
}
ul.privacy-list li {
    display: inline-block;
    margin: 0 0px;
}
ul.privacy-list li {
    display: inline-block;
    margin: 0 0px;
}
.term_wrap {
    border-top: 1px solid #3169a1;
    padding-top: 30px;
	background-color: #06265d;
}
.footer_sec .cta-bg {
    margin-top: -70px;
}
.inner-banner-bg {
    background: #5180f5;
}
.inner-blk-info .oder_list li {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    padding-bottom: 5px;
    line-height: 1.5em;
    list-style: none;
    position: relative;
}
.inner-blk-info .oder_list li:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    background: #212529;
    border-radius: 50%;
    left: -30px;
    top: 7px;
}
.inner-blk-info ol li{font-weight:normal;font-size:18px;padding-bottom:13px;}
.inner-blk-info ol li ul{margin-top:10px;}
.frustration-thumb {
    max-width: 445px;
    margin-top: -53px;
}
.challenge_bg .f40 {
    font-size: 39px;
}
@media only screen and (min-width:1280px){
	
	.container{
	max-width: 1240px !important;
}
	
}
@media only screen and (min-width:1024px){
	.sec1 h1 {
	line-height:90px;
}
.sec1 h2{line-height:90px;}
}

@media only screen and (max-width:1200px){
	
	.f90 {
    font-size: 80px;
}
.f72 {
    font-size: 62px;
}
.sec1 p{font-size:22px;}	

.sec3 .row.part2 .bg_blue {
    min-height: 232px;
}
.challenge_bg:before {
    width: 705px;
}
.f40 {
    font-size: 35px;
}
.challenge_bg .f40 {
    font-size: 35px;
}
ul.recommend-list li {
    width: 17%;
    min-height: 223px;
}
.img2 {
    right: 30px;
    max-width: 490px;
}
}

@media only screen and (max-width:1199px){
	
	.f90 {
    font-size: 70px;
}
.f72 {
    font-size: 52px;
}
.f45 {
    font-size: 40px;
}
ul.oder_list li br {
    display: none;
}
.challenge_bg:before {
    width: 605px;
    height: 360px;
}
.challenge_bg {
    padding-top: 80px;
}
.f40 {
    font-size: 30px;
}
.challenge_bg .f40 {
    font-size: 30px;
}
.f36 {
    font-size: 32px;
}
.pt-120 {
    padding-top: 70px;
}
ul.recommend-list li p {
    font-size: 17px;
}
ul.work-list li {
    width: 30%;
}
.f21 {
    font-size: 18px;
}
.f24 {
    font-size: 22px;
}
#contact-sec .f26 {
    font-size: 20px;
}
}

@media only screen and (max-width:1080px){
	
	.img2 {top:160px;
    max-width: 440px;
}
.f26 {
    font-size: 20px;
}
img.skype-img {
    margin-right: 15px;
}
.pt-100 {
    padding-top: 30px;
}
.pt-70 {
    padding-top: 50px;
}

}

@media only screen and (max-width:992px){
	
	.img2 {
    max-width: 400px;
}
.pb-90 {
    padding-bottom: 60px;
}	
}

@media only screen and (max-width:991px){
	.frustration-thumb{max-width:100%;}
	
	.f90 {
    font-size: 55px;
}
.work_sec.pt-100 {
    padding-top: 40px;
}
.schedule-btn, .show-btn {
    margin: 30px auto 70px;
}
.pt-80 {
    padding-top: 60px;
}
.faq_sec {
    margin-top: -70px;
    background-size: 100% 93%;
}
.brand-sec {
    background: url(../img/brands-bg-2.jpg) no-repeat 100% -4%;
    margin-top: -74px;
}	
	.f72 {
    font-size: 44px;
}
h2 br{display:none;}
.bg_blue {
    margin-bottom: 20px;
}
.pb-80 {
    padding-bottom: 140px;
}	
.sec4{background-size:cover;}
.pt-100{padding-top:0px;}
.sec4 .part1, .sec4 .part2, .frustration_sec .part2, .cta-2 .row {
    flex-direction: column-reverse;
}
.img3 {
    display: block;
    margin: -110px auto 70px;
}
.img4 {
    display: block;
    margin: 0 auto 30px;
}
.sec4 h2 br{display:block;}
.sec4 h2{text-align:center;}
.challenge_bg:before {
    width: 100%;
    height: 360px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.challenge_bg {
    padding-left: 20px;
    padding-right: 20px;
}

.f45 {
    font-size: 35px;
}
.sec4 .schedule-btn {margin-bottom:0px;
max-width:350px;
    margin-left: auto;
    margin-top: 30px;
}
.sec4 .part2.mt-90{margin-top:0px;}

.sec4 .part3.mt-90 {
    margin-top: 120px;
}
.sec4 .show-btn {
    margin-top: 30px;
}
.cta-bg h2 {
    text-align: center;
}
.brand-sec .pt-100.part2 {
    padding-top: 40px;
}
.cta_sec .schedule-btn {
    margin: 20px auto 0;
}
ul.brand-listing li {
    width: 21%;
}
.brand-sec .part3 .col-lg-4 {
    margin-bottom: 20px;
}
ul.recommend-list li {
    width: 35%;
    min-height: inherit;
    margin-bottom: 20px;
}
ul.work-list li {
    width: 45%;
}
.simple-step {
    min-height: inherit;
    margin-bottom: 20px;
}
.pb-70 {
    padding-bottom: 40px;
}
.desktop-view{display:none;}
.mob-view{display:block;}
.mob-img2 {
    margin: 20px auto 30px;
}
.cta-2 img {
    margin-bottom: 20px;
}
.cta-2 .col-lg-7{text-align:center;}
.cta-2.pb-80 {
    padding-bottom: 60px;
}
.cta-2.pt-80{padding-top:60px;}
.faq_sec img {
    display: block;
    margin: 30px auto 0;
}
ul.platform-sec li {
    width: 21%;
}
.sec10.pt-80 {
    padding-top: 50px;
}
.skype-sec a {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.f36 {
    font-size: 29px;
}
.footer_sec .part2 .col-lg-3 {
    text-align: center;
}
.footer_sec .part2 .col-lg-6 h3 {
    max-width: 100%;
    margin: 20px auto 20px;
    text-align: center;
}
.social-icon {
    margin-bottom: 20px;
}
section.term_wrap .col-lg-6, section.term_wrap .col-lg-6 p {
    text-align: center !important;
}
.term_wrap{padding-bottom:20px;}
.img2 {
	margin-top:0px;
}
.frustration-thumb {
    margin:20px auto;
}
}

@media only screen and (max-width:767px){
	
	.f90 {
    font-size: 41px;
}
.f72 {
    font-size: 32px;
}
.sec1 p {
    font-size: 19px;
}
.f28 {
    font-size: 25px;
}
.f18 {
    font-size: 17px;
}
.sec4 .part2 h2 br {
    display: none;
}
.challenge_bg:before {
    height: 400px;
}
.f45 {
    font-size: 32px;
}
ul.brand-listing li {
    width: 28%;
}
.brand-sec .pt-100.part2 {
    padding-top: 20px;
}
ul.recommend-list li {
    width: 45%;
}
ul.work-list li {
    width: 75%;
}
ul.platform-sec li {
    width: 28%;
}
.sec10 p br{display:none;}
.faq_sec {
    background-size: 100% 100%;
}

}

@media only screen and (max-width:570px){
	
	.challenge_bg:before {
    height: 360px;
}

}
@media only screen and (max-width:480px){
	
	.f90 {
    font-size: 35px;
}
.f72 {
    font-size: 26px;
}
.sec1 p {
    font-size: 17px;
}
.f45 {
    font-size: 26px;
}
.oder_list li {
    font-size: 17px;
}
.f28 {
    font-size: 22px;
}	
.f18 {
    font-size: 15px;
}
.f40 {
    font-size: 25px;
}
.challenge_bg .f40 {
    font-size: 25px;
}
.challenge_bg:before {
    height: 330px;
}
.sec4 .schedule-btn {
    max-width: 290px;
}
.f36 {
    font-size: 23px;
}
ul.brand-listing li {
    width: 45%;
}
ul.recommend-list li {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.pb-40 {
    padding-bottom: 20px;
}
ul.work-list li {
    width: 85%;
}
ul.platform-sec li {
    width: 46%;
}
	.sec1 h1 {
    max-width: 278px;
	margin:0 auto;
}
}

@media only screen and (max-width:450px){
	.bg_blue p br{display:none;}
	.schedule-btn, .show-btn{max-width:300px;}
	.sec2 {
    margin-top: -30px;
}
.f22 {
    font-size: 18px;
}
.sec4 .part3.mt-90 {
    margin-top: 100px;
}
.sec3 .row.part2 .bg_blue, .sec3 .row.part1 .bg_blue {
    min-height: 232px;
}
.f40 {
    font-size: 22px;
}
.challenge_bg .f40 {
    font-size: 22px;
}
.sec4 .schedule-btn {
    max-width: 240px;
}
.cta-bg {
    padding: 30px 20px 30px 20px !important;
}
ul.brand-listing li {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}
.brand-sec {
    background: url(../img/brands-bg-2.jpg) no-repeat 70% 100%;
}
.brand-sec .row.pt-5.part4 {
    padding-top: 2rem !important;
}
ul.brand-listing li {
    width: 45%;
    margin: 6px;
    display: inline-block;
}
.f24 {
    font-size: 18px;
}
.faq_sec h2.pb-5 {
    padding-bottom: 1.5rem !important;
}
section.step_sec.pt-60{padding-top:40px;}
.footer_sec .cta-bg {
    max-width: 400px;
    width: 100%;
}
}

@media only screen and (max-width:400px){
	
	.sec3 .row.part2 .bg_blue, .sec3 .row.part1 .bg_blue {
    min-height: 242px;
}
.f40 {
    font-size: 21px;
}
.challenge_bg .f40 {
    font-size: 21px;
}
.sec4 .part3.mt-90 {
    margin-top: 100px;
}
ul.platform-sec li {
    width: 46%;
}
	
}

@media only screen and (max-width:360px){
	.sec4 .schedule-btn {
    max-width: 210px;
}
.f22 {
    font-size: 16px;
}
	.f40 {
    font-size: 19px;
}
.challenge_bg .f40 {
    font-size: 19px;
}
.f36 {
    font-size: 21px;
}
.float-end {
    float: none !important;
}
.sec1 .col-6 {
    width: 100%;
    text-align: center;
}
.sec1 .col-6:nth-child(2) {
    margin-top: 20px;
}
.sec1 .row.part2.pt-5 {
    padding-top: 2rem !important;
}
.sec2 {
    margin-top: -50px;
}
.f28 {
    font-size: 20px;
}
.sec3 .row.part2 .bg_blue, .sec3 .row.part1 .bg_blue {
   
    word-break: break-all;
}	
}