@charset "utf-8";

/*
Shift.ir All Rights Reserved
Danial Zameni Artwork
*/

main{box-shadow:0px 4px 30px 3px #00000026;background-color:#fff;margin:-20px 5% 0;padding-top:20px;overflow:hidden;position:relative;z-index:2;}
main .container{text-align:center;padding:0 20px;}
main .clear{height:20px;}
.footerclear{height:55px;}
main h3{color:#2C4983;font-weight:600;font-size:24px;margin-bottom:5px;}
main p{color:#5C5C5C;}
main ul{padding-right:12px;color:#5C5C5C}

footer{position:fixed;bottom:0;padding:20px 50px;text-align:center;background:linear-gradient(177.09deg, #0D2B67 -88.08%, #4B679F 165.84%);box-shadow:0px 4px 30px 3px #00000026;overflow:hidden;width:90%;margin:0 5%;}
footer p{border-top:1px solid #fff5;padding-top:20px;color:#F3D779;}

.timecounterarea{display:flex;padding:20px;align-items:center;justify-content:space-evenly;position:relative;margin:auto;width:900px;max-width:100%;border-radius:30px;overflow:hidden;background:linear-gradient(18.99deg, rgba(33, 59, 112, 0) -7.32%, rgba(250, 230, 171, 0.3) 124.17%);box-shadow:0px 4px 8px 0px #00000040;}
.timecounterarea h4{color:#2C4983;font-size:24px;font-weight:600;}
.timecounterarea.end{opacity:.5;cursor:not-allowed;}
.timecounterarea.end{display:none!important;}
.cleartimecounterarea.end{display:none!important;}
.timecounter{display:flex;align-items:center}
.timecounter .timecounteritem{text-align:center;min-width:50px;position:relative;padding:0 5px;display:flex;flex-direction:column}
.timecounter .timecounteritem span{opacity:.5;right:0;left:0;margin:auto;}
.timecounter .timecounteritem b{font-weight:600;font-size:24px} 
.timecounter .timecounteritem:not(:nth-child(1)) b:after{content:':';position:absolute;right:-5px}
/* .timecounter .timecounteritem:before{content:':'} */

.leadgenerator{text-align:right;display:flex;position:relative;margin:auto;width:900px;max-width:100%;border-radius:30px;overflow:hidden;box-shadow:0px 5px 7.1px 0px #0000004D;}
.leadgeneratorform{position:relative;transition:.1s ease-in;padding:20px;display:flex;flex-direction:column;flex:0 0 40%;background:linear-gradient(118.82deg, #FAE6AB 0.27%, #FFFFFF 98.9%);}
.ileadgenerator .leadgeneratorform{text-align:center;}
.leadgenerator.pulsed .leadgeneratorform, .ileadgenerator.pulsed .leadgeneratorform{opacity:.5;}
.leadgeneratorform input{transition:.1s ease-in;padding:5px;width:100%;border-radius:10px;border:1px solid #0003;height:35px;outline:none;}
.leadgeneratorform input:focus{border-color:#000;}
.leadgeneratorform .error input{background-color:#f447!important}
.leadgeneratorform button{transition:.1s ease-in;font-weight:500;color:#0D2B67;border:1px solid #0D2B67;border-radius:10px;height:45px;width:100%;background:transparent;cursor:pointer;}
.leadgeneratorform button:hover,.leadgeneratorsubmit.pending{background-color:#0D2B67;color:#FAE6AB;}
.leadgeneratorform span{opacity:.6;font-size:13px;margin-bottom:3px;width:100%;display:block;}
.leadgeneratorform label:not(:nth-child(1)){margin-top:10px;}
.leadgeneratorcontent{flex:1;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;background:url(../img/lead-cover.jpg) center;background-size:100%;padding:20px;}
.leadgeneratorcontent:before{position:absolute;right:0;top:0;width:100%;height:100%;content:'';background:linear-gradient(256.44deg, #0D2B67 7.99%, rgba(75, 103, 159, 0.8) 97.36%);}
.leadgeneratorcontent h4{margin-bottom:10px;color:#FFCC32;font-size:24px;font-weight:600;position:relative;}
.leadgeneratorcontent p{opacity:.5;color:#fff;position:relative;}
.leadgenerator.active{animation:.25s leadgeneratorpulse infinite;}
@keyframes leadgeneratorpulse{ 50%{opacity:.2;} }
.leadgeneratorsubmit.pending{pointer-events:none;opacity:.8;}
.leadgeneratorform.success{background:linear-gradient(118.82deg, #75E472 0.27%, #F2FFED 98.9%)}
.leadgeneratorform.success label{pointer-events:none;opacity:0}
.leadgeneratorform:not(.success) .leadgeneratorformsuccess{display:none;}
.leadgeneratorformsuccess{padding:20px;font-size:13px;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.leadgeneratorformsuccess:before{animation:1s leadgeneratorformsuccess infinite;content:'';margin-bottom:10px;display:flex;width:50px;height:50px;background:url(../img/icon-tick.svg) center no-repeat;background-size:100%;} 
@keyframes leadgeneratorformsuccess{ 40%{transform:scale(1.1);} }


.video{position:relative;margin:auto;max-width:100%;border-radius:30px;overflow:hidden;box-shadow:0px 5px 7.1px 0px #0000004D;}
.video video{pointer-events:none;display:block;width:100%;height:auto;object-fit:inherit;}
.videocontainer{position:relative;margin:auto;width:900px;max-width:100%;border-radius:30px;overflow:hidden;box-shadow:0px 5px 7.1px 0px #0000004D;}
.videocontainer video{cursor:pointer;display:block;width:100%;height:auto;object-fit:inherit;}
.videocontaineroverlay {cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 0.3s ease;opacity:1;background-size:100%;background-position:center;}
.videocontaineroverlay:before{transition:.1s ease-in;content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(247.13deg, rgba(249, 237, 196, 0.84) -25.3%, rgba(75, 103, 159, 0.84) 84.43%);}
.videocontaineroverlay:after{cursor:pointer;border:1px solid #fff;border-radius:24px;content:'';position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:57px;height:80px;background:url(../img/icon-play.svg) center no-repeat;background-size:100%;transition:.1s ease-in;}
.videocontainer:hover .videocontaineroverlay:before{opacity:.7;}
.videocontainer:hover .videocontaineroverlay:after{height:57px;background-size:150%;border-width:2px}
.videocontaineroverlay{display:flex;flex-direction:column;justify-content:flex-end;text-align:right;padding:15px}
.videocontaineroverlay b,.videocontaineroverlay span{pointer-events:none;position:relative;z-index:2;color:#fff}
.videocontaineroverlay span{font-size:12px}
.videocontaineroverlay b{font-weight:600}
.videocontaineroverlay.is-previewing{background:none!important;}
.videocontaineroverlay.is-previewing:before{opacity:.5;}
/*main video[poster]{min-height:100%;width:100%;}*/
.owl-shortvideo, .owl-shortvideo-controllable, .owl-longvideo{margin:-20px;width:calc(100% + 40px);}
.owl-shortvideo-item, .owl-longvideo-item{padding:20px 0;}  
.owl-dragged .owl-shortvideo-item .videocontaineroverlay, .owl-dragged .owl-longvideo-item .videocontaineroverlay{pointer-events:none}
.owl-shortvideo-controllable .owl-nav{display:flex!important}
.owl-shortvideo-controllable .owl-prev,.owl-shortvideo-controllable .owl-next{box-shadow:0 0 70px 100px #fff!important;position:absolute;z-index:3;margin:auto;top:0;bottom:0;left:50px;font-size:70px!important;line-height:50px!important;background-color:#EFEFEF!important;border-radius:100%;width:74px;height:74px}
.owl-shortvideo-controllable .owl-prev{right:50px;left:auto}
.owl-shortvideo-controllable:before, .owl-shortvideo-controllable:after{pointer-events:none;content:'';position:absolute;z-index:1;right:0;top:0;height:100%;width:200px;background:linear-gradient(90deg, #fff0 0%, #fff 45%)}
.owl-shortvideo-controllable:after{right:auto;left:0;transform:rotateZ(180deg);}


.headerinner{transition:.4s ease-in .3s;font-size:16px;display:flex;flex-direction:column;position:relative;z-index:2;margin:auto;width:540px;max-width:100%;background-color:#0001;border-radius:24px;backdrop-filter:blur(10px);box-shadow: 0px 4px 8px 0px #00000040;text-align:center;padding:15px 30px 30px;color:#fff;}
.headerinner h1{font-size:40px;font-weight:bold;}
.headerinner h1 b{color:#FFCC32;}
.headerinner p{opacity:.8;margin:10px 0 20px;line-height:24px;}
.headerbtn{transition:.1s ease-in;cursor:pointer;border-radius:16px;padding:12px;border:1px solid #FFCC32;color:#FFCC32;margin:auto;}
.headerbtn:hover{color:#fff;background-color:#FFCC32;}
.headerbtn:not(:hover){animation:2s headerbtn infinite;}
@keyframes headerbtn{ 50%{ color:#FFCC32;border-color:#FFCC325; } 60%{ color:#FFCC3200;border-color:#FFCC3250; } 70%{ color:#FFCC32;border-color:#FFCC325; } }
.headerintouch header{transition:.1s ease-in;background-size:120%;background-position:center 30%;}

body.leaded{transition:.6s ease-out;background:linear-gradient(118.82deg, #75E472 0.27%, #F2FFED 98.9%) fixed}
body.leaded main{transition:.6s ease-out;background-color:#fffa;}

.certificates{position:relative;margin:auto;max-width:100%;border-radius:20px;overflow:hidden;box-shadow: 0px 5px 7.1px 0px #0000004D;}
.certificates{display:flex;align-items:center;padding:10px;background:linear-gradient(-90deg, #2C498320 -0.08%, #fff 99.92%);}
.certificates:before{opacity:.15;content:'';position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;background:url(../img/logo.png) 60% center no-repeat;background-size:auto 90%;}
.certificatesdetail{position:relative;z-index:2;flex:0 0 50%;padding:10px;text-align:right}
.certificatesimages{position:relative;z-index:2;flex:0 0 50%}

.certificatesimages{display:flex;}
.certificatesimage{position:relative;flex:1 0 40%;margin:7.5px;border-radius:20px;background:#eee}
.certificatesimagetitle{position:absolute;z-index:2;right:0;left:0;margin:auto;margin-top:10px;display:flex;align-items:center;justify-content:center}
.certificatesimagetitle:before{position:relative;border-radius:50px;content:'';width:39px;height:39px;flex:0 0 39px;background:#2C4983 url(../img/icon-certificate.svg?95) center no-repeat;background-size:50%;margin-left:-35px}
.certificatesimage b{font-size:10px;font-weight:500;background:#2C4983;color:#fff;border-radius:50px;padding:7px 40px 7px 10px;max-height:39px;}
.certificatesimage img{transition:.1s ease-in;display:block;width:100%;border-radius:20px;}
.certificatesimage:hover img{opacity:.5;}


.faq{position:relative;margin:auto;width:900px;max-width:100%;border-radius:20px;overflow:hidden;background:linear-gradient(12.55deg, rgba(44, 73, 131, 0.14) -35.59%, rgba(249, 237, 196, 0.14) 121.25%);padding:15px; }
.togglebox{text-align:right;border-radius:20px;overflow:hidden;box-shadow:0px 5px 7.1px 0px #0000004D;position:relative;z-index:1;}
.togglebox:before{position:absolute;top:0;right:0;width:100%;height:100%;content:'';background:linear-gradient(270deg, #FFCC32 -0.08%, #2C4983 99.92%);}
.togglebox:after{border-radius:20px;position:absolute;top:3px;right:0;width:100%;height:100%;content:'';background:linear-gradient(20deg, rgba(44, 73, 131, 0.14) 12.9%, rgba(86, 107, 144, 0.14) 12.9%, rgba(249, 237, 196, 0.14) 79.24%),linear-gradient(0deg, #FFFFFF, #FFFFFF);}
.togglebox:not(:nth-child(1)){margin-top:10px;}
.toggleboxhead{cursor:pointer;position:relative;z-index:2;padding:14px 20px 13px;display:flex;align-items:center}
.toggleboxhead p{color:#2C4983;font-weight:500;margin-left:auto;}
.toggleboxhead:after{flex:0 0 20px;transition:.1s ease-in;content:'';width:20px;height:20px;background:url(../img/icon-arrow.svg) center no-repeat;background-size:100%;margin-right:10px;}
.toggleboxbody{transition:.1s ease-in;max-height:600px;position:relative;z-index:2;border-top:1px solid #2C4983;margin:0 20px;padding:13px 15px 15px;font-size:13px;}
.icon-tick{flex:0 0 20px;width:20px;height:20px;background:url(../img/icon-tick-orange.svg) center no-repeat;background-size:100%;margin-left:10px;}
.togglebox.active .toggleboxhead:after{transform:rotateZ(180deg);}
.togglebox:not(.active) .toggleboxbody{padding:0 15px;margin:0 20px;border:none;max-height:0;}

.wrapcontainer{margin-right:auto;margin-left:auto;max-width:900px;}
.theways{display:flex;margin:0 -10px}
.theway{padding:20px;text-align:right;border-radius:30px;margin:0 10px;display:flex;box-shadow: 0px 4px 8px 0px #00000040;background:linear-gradient(18.99deg, rgba(33, 59, 112, 0) -7.32%, rgba(33, 59, 112, 0.2) 124.17%);}
.thewayicon{margin-left:10px;flex:0 0 50px;width:50px;height:50px;background:url(../img/icon-way.svg) center no-repeat;background-size:100%}
.thewayname{display:flex;flex-direction:column;margin-left:auto}
.thewayname span{margin-bottom:5px;font-weight:600;color:#2C4983;}
.thewaydetail{display:flex;flex-direction:column;justify-content:center;white-space:nowrap;fl1ex:0 0 45%;margin-right:10px}
.thewaydetail div{display:flex;margin:1px 0}
.thewaydetail div span{font-weight:500;min-width:125px;color:#213B70}
.thewaydetail div b{color:#000;opacity:.6}
.thewayname .thewayicon{display:none;}


.incomecomparison{max-width:900px;display:flex;justify-content:space-between;margin:0 auto;}
.icc-header, .icc-budget{display:flex;align-items:center;box-shadow: 0px 5px 7.1px 0px #0000004D;padding:13px 15px;border-radius:30px;font-weight:500}
.icc-header:before{content:'';width:15px;height:15px;margin-left:10px;background:url(../img/icon-arrow-left-before.svg) center no-repeat;background-size:100%}
.icc-after .icc-header:before{background-image:url(../img/icon-arrow-left-after.svg);}
.icc-before .icc-header, .icc-before .icc-budget{background:linear-gradient(76.2deg, rgba(227, 44, 44, 0.07) -26.52%, rgba(227, 44, 44, 0.5) 279.49%);color:#E32C2C}
.icc-after .icc-header, .icc-after .icc-budget{background:linear-gradient(76.2deg, rgba(36, 137, 27, 0.07) -26.52%, rgba(36, 137, 27, 0.5) 279.49%);color:#24891B}
.icc-header{margin:0 auto 10px;}
.icc-after, .icc-before{position:relative;z-index:1;display:flex;flex-direction:column;}
.icc-budget{margin-top:10px;min-width:250px}
.icc-budget-content{padding:6px 0;display:flex;flex-direction:column;text-align:right}
.icc-budget-icon{width:50px;height:40px;background:url(../img/icon-moneybag-before.svg) center no-repeat;background-size:auto 100%;margin-left:10px}
.icc-budget-content span:nth-child(1){color:#000;margin-bottom:2px}
.icc-budget-content b{font-weight:800;font-size:15px}
.icc-budget-content span:nth-last-child(1){opacity:.6;color:#000}
.icc-after .icc-budget-icon{background-image:url(../img/icon-moneybag-after.svg)}

.icc-road-outer{display:flex;flex-direction:column;}
.icc-road{position:relative;z-index:2;box-shadow:0px 5px 7.1px 0px #0000004D;margin:auto;width:140px;height:140px;border-radius:30px;background:#fff linear-gradient(16.93deg, rgba(44, 73, 131, 0) 41.8%, rgba(44, 73, 131, 0.2) 124.56%);display:flex;flex-direction:column;justify-content:center;align-items:center;}
.icc-road-icon{width:30px;height:30px;background:url(../img/icon-arrow-left.svg) center no-repeat;background-size:100%;}
.icc-road-text{max-width:100px;font-weight:800;color:#2C4983;margin-top:20px;font-size:15px;}

.icc-ball{pointer-events:none;opacity:.1;position:absolute;top:-20%;right:-100%;z-index:-1;filter:blur(50px);border-radius:100%;width:700px;height:700px;background:#E32C2C;}
.icc-after .icc-ball{background:#24891B;right:auto;left:-100%;}

.advantages{display:flex;flex-wrap:wrap;margin:-10px;}
.advantage{display:flex;text-align:right;border-radius:30px;flex:1 0 40%;margin:10px;background:linear-gradient(94.87deg, #FAE6AB -10.1%, #EEEEEE 31.62%);box-shadow:0px 5px 7.1px 0px #0000004D;}
.advantagecontent{padding:20px;margin:auto 0;}
.advantagecontent span{display:block;margin-bottom:5px;color:#2C4983;font-size:15px;font-weight:600;}
.advantageicon{margin-right:20px;flex:0 0 60px;width:60px;background-repeat:no-repeat;background-size:100%;background-position:center;}
.advantageicon-01{background-image:url(../img/icon-advantage-01.svg);}
.advantageicon-02{background-image:url(../img/icon-advantage-02.svg);}
.advantageicon-03{background-image:url(../img/icon-advantage-03.svg);}
.advantageicon-04{background-image:url(../img/icon-advantage-04.svg);}

.ileadgenerator{overflow:hidden;position:relative;z-index:1;margin:0 -20px;padding:70px 20px;background:linear-gradient(177.09deg, #0D2B67 -88.08%, #4B679F 165.84%);min-height:100px;} 
.ileadgeneratorform{position:relative;z-index:1;width:600px;max-width:calc(100% - 40px);margin:0 auto;border-radius:20px;background:#fff2;backdrop-filter:blur(3px);box-shadow: 0px 4px 8px 0px #00000040;}
.ileadgenerator h3{color:#fff;font-size:21px;}
.ileadgenerator p{color:#fff9;}
.ileadgenerator .leadgeneratorform span{opacity:1;text-align:right;color:#fff9;margin-bottom:5px;}
.ileadgenerator label{max-width:300px;min-width:50%;margin:auto;}
.ileadgenerator .leadgeneratorform button{width:fit-content;width:-moz-fit-content;width:-webkit-fit-content;padding-right:10px;padding-left:10px;}
.ileadgenerator .leadgeneratorform button{border-radius:16px;border:1px solid #FFCC32;color:#FFCC32;}
.ileadgenerator .leadgeneratorform button:hover{color:#fff;background-color:#FFCC32;}
.ileadgenerator .leadgeneratorform input{transition:.1s ease-in;border:1px solid #fff9;background:transparent;color:#fff;padding:5px 10px;}
.ileadgenerator .leadgeneratorform input:focus{color:#fff;border-color:#fff;background-color:#fff1}

.ileadgenerator .leadgeneratorform.success{background:linear-gradient(118.82deg, #75E47287 0.27%, #F2FFED00 98.9%);}
.ileadgenerator .leadgeneratorformsuccess:before{filter:invert(1) brightness(2);}


.whoneedouter .faq{background:none;margin:-20px;padding:20px;width:calc(100% + 40px);max-width:200%}
.whoneedouter .icon-tick{border:2px solid #2C4983;color:#2C4983;background:none;display:flex;align-items:center;justify-content:center;border-radius:100%}
.whoneedouter .icon-tick:before{content:'';font-weight:600;font-size:12px;text-align:center;margin:auto;line-height:18px}
.whoneedouter .togglebox:nth-child(1) .icon-tick:before{content:'1'}
.whoneedouter .togglebox:nth-child(2) .icon-tick:before{content:'2'}
.whoneedouter .togglebox:nth-child(3) .icon-tick:before{content:'3'}
.whoneedouter .togglebox:nth-child(4) .icon-tick:before{content:'4'}
.whoneedouter .togglebox:nth-child(5) .icon-tick:before{content:'5'}
.whoneedouter .togglebox:nth-child(6) .icon-tick:before{content:'6'}
.whoneedouter .togglebox:nth-child(7) .icon-tick:before{content:'7'}
.whoneedouter .togglebox:nth-child(8) .icon-tick:before{content:'8'}
.whoneedouter .togglebox:nth-child(9) .icon-tick:before{content:'9'}

.finalball{pointer-events:none;opacity:.3;position:fixed;bottom:-80vh;left:0;right:0;margin:auto;z-index:-1;filter:blur(50px);border-radius:100%;width:110vh;height:110vh;background:#0D2B67;}


.popupouter{overflow:hidden;transition:.1s ease-in;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;position:fixed;top:0;right:0;width:100%;height:100%;z-index:7;background:linear-gradient(247.13deg, rgba(249, 237, 196, 0.84) -25.3%, rgba(75, 103, 159, 0.84) 84.43%);backdrop-filter:blur(3px);}
.popupouter:not(.active){top:-100%}
.popupcloser{width:100%;height:100%;position:absolute;right:0;top:0;}
.popupouter .popupinner{flex:1;position:relative;z-index:2;display:flex;flex-direction:column;}
.popupouter video{background:#000;display:block;height:calc(100vh - 110px);max-width:100%;border-radius:15px}
.popupfooter{margin-top:10px;display:flex;align-items:center;justify-content:center;}
.popupfooter a{padding:0 15px 3px;display:flex;align-items:center;white-space:nowrap;margin:5px;transition:.1s ease-in;font-weight:600;background-color:#0D2B67;color:#FAE6AB;border:none;border-radius:10px;height:45px;width:100%;cursor:pointer;position:relative;z-index:2;}
.popupfooter a:hover{opacity:.8;}
.popupfooter a:nth-child(1){background:#e83f3f;color:#fff;}


@media(max-width:1100px){
    .theways{flex-direction:column;}
    .theway:not(:nth-child(1)){margin-top:15px;}
}

@media(min-width:1000px){
  .whoneedouter{display:flex;background:linear-gradient(118.82deg, #FAE6AB 0.27%, #FFFFFF 50%);border-radius:30px;box-shadow: 0px 5px 7.1px 0px #0000002D;}
  .whoneedinner{padding:20px}
  .whoneedwallpaper{flex:0 0 25%;border-radius:30px;background:#eee url(../img/whoneed.jpg) center repeat;background-size:auto 100%;box-shadow:-7px 0px 5px 0px #00000030;}
}

@media(max-width:960px){
    .certificates{flex-direction:column;}
    .certificates h3{text-align:center;}
    .owl-shortvideo-controllable .owl-prev,.owl-shortvideo-controllable .owl-next{box-shadow:0 0 30px 0px #fff!important;left:10px;font-size:50px!important;line-height:30px!important;width:44px;height:44px}
    .owl-shortvideo-controllable .owl-prev{right:10px;left:auto}
    .owl-shortvideo-controllable:before, .owl-shortvideo-controllable:after{width:60px;background:linear-gradient(90deg, #fff0 0%, #fff 100%)}
    .owl-shortvideo-controllable:after{right:auto;left:0;}
    .owl-shortvideo-controllable .owl-item.center{position:relative;z-index:4;}
    .finalball{bottom:-85%;width:80vw;height:80vw;}

}
@media(max-width:800px){
    .incomecomparison{justify-content:space-around;}
    .icc-road-outer{display:none;}
    .icc-after{margin-right:10px;}
    .advantage{flex:1 0 80%;}
    .advantage .advantageicon-desktop{display:none;}
    .advantagecontent{display:flex;flex-wrap:wrap;}
    .advantageicon{margin-right:0;margin-left:10px;}
    .advantagecontent span{flex:1;margin-bottom:0;}
    .advantagecontent p{flex:0 0 100%;margin-top:5px;}
    .advantageicon{height:25px;flex:0 0 25px;width:25px;}
    .ileadgenerator{padding:20px;}

}
@media(max-width:600px){
    .icc-budget{min-width:0}
    .icc-budget-content b{font-size:12px;}
    .thewayicon-desktop{display:none;}
    .thewayname .thewayicon{display:flex;}
    .theway{flex-direction:column;}
    .thewaydetail{margin:10px auto 0;}
    .thewayname{flex-direction:row;flex-wrap:wrap;}
    .thewayname span{flex:1;text-align:center;justify-content:center;display:flex;align-items:center;}
    .thewayname p{text-align:center;width:100%;}
    .certificatesimagetitle{top:-20px;}
    .certificatesimages{margin-top:14px -3px 0;}
    .certificatesimage b{max-height:100px;border-radius:20px;}
    .certificatesimage{margin:3px;}
    .certificatesimagetitle:before{margin-right:10px;}
    header{padding:20px;background-size:auto 150%;}
    main, footer{margin-right:20px;margin-left:20px;}
    footer{width:calc(100% - 40px);}
    .headerintouch header{background-size:auto 200%;background-position:center 30%;}
    .headerinner{backdrop-filter:blur(3px);padding:20px;font-size:13px;line-height:20px;}
    .headerinner h1{font-size:23px;}
    .headerinner p{margin:15px 0 10px;}
    footer{padding:20px}
    footer p{font-size:11px}
    main h3,.ileadgenerator h3{font-size:14px;}
    .advantagecontent span, .icc-road-text, .icc-budget-content b{font-size:13px;}
    main p{font-size:13px;}
    .videocontaineroverlay:after{width:50px;height:65px;}
    .videocontainer:hover .videocontaineroverlay:after{height:50px;}
    .timecounterarea{flex-direction:column;margin:0;}
    .timecounterarea h4{font-size:14px;margin-bottom:10px;}
    .timecounter .timecounteritem b{font-size:20px}
    .timecounter .timecounteritem span{font-size:13px}
    .leadgenerator{flex-direction:column;}
    .leadgeneratorcontent h4{font-size:14px;}
    .leadgeneratorcontent p{font-size:13px;}
    .leadgeneratorform button{font-size:13px;}
    .certificatesimagetitle:before{width:25px;height:25px;flex:0 0 25px;}
    .finalball{bottom:-50%;width:100vw;height:100vw;}
}

@media(max-width:450px){
    .icc-budget-content{font-size:10px;}
    .icc-budget-icon{width:25px;height:20px;}
    .icc-header, .icc-budget{padding:10px;}
}

/*.btn{transition:.1s ease;cursor:pointer;background:#0aaddc;border-bottom:3px solid #fff7;color:#0d2b67;display:block;width:fit-content;width:-moz-fit-content;width:-webkit-fit-content;padding:10px;border-radius:8px;font-weight:600;display:flex;align-items:center}*/
/*.btn img{margin-right:5px;height:17px}*/
/*.btn:hover,.call:hover,.outro .btn:hover{border-width:0px}*/
/*.btn.disabled{pointer-events:none;opacity:.7}*/
/*.justify{text-align:justify}*/
/*.hr{height:0;width:100%;border-bottom:1px solid #0003;margin:15px 0}*/
/*p{font-size:14px;line-height:25px}*/
/*p b{color:#0d2b67;font-weight:600}*/
/*ul{list-style-type:square;margin-top:4px;line-height:25px;font-size:14px}*/
/*ul li{line-height:20px;margin-right:13px;opacity:.7;}*/
/*ul li:not(:nth-last-child(1)){margin-bottom:4px}*/
/*body,footer,.mysteryetc,.loader{background-image:url(../img/pattern.png);background-repeat:repeat;background-position:center;}*/
/*header{position:relative;z-index:3;background:#0d2b67;width:100%;height:calc(100vh - 120px);padding-bottom:130px;min-height:430px;display:flex;flex-direction:column}*/
/*.background{pointer-events:none;position:absolute;z-index:-1;top:0;right:0;width:100%;height:100%;opacity:.15;overflow:hidden;}*/
/*.background video,.background img{display:block!important;width:100%;min-height:100%;}*/
/*nav{padding:50px 60px 10px;font-weight:600;display:flex;align-items:center}*/
/*.logo{filter:invert(1)}*/
/*.logo img{height:50px;display:block}*/
/*.efut{margin-right:20px}*/
/*.call{font-size:20px;margin-right:auto;border-bottom:3px solid #fff4;border-radius:8px;padding:0 10px 5px;color:#fff;display:flex;align-items:center;}*/
/*.call img{height:20px;margin-right:10px;filter:invert(1)}*/
/*.call img{animation:1.5s call linear infinite}*/
/*@keyframes call{ 30%{ transform:rotateZ(0deg) } 40%{ transform:rotateZ(-30deg) } 50%{ transform:rotateZ(30deg) } 70%{ transform:rotateZ(0deg) } }*/
/*.header{color:#fff;margin:auto;display:flex;align-items:center;}*/
/*.title h1{font-size:35px;font-weight:700}*/
/*.title h2{font-size:20px;font-weight:600}*/
/*.description{margin-right:30px;color:#fff9;max-width:360px}*/
/*.description .btn,.btn-moveless{position:relative;z-index:1;border-width:0;border:2px solid #fff0;background:#fff}*/
/*.description .btn img,.btn-moveless img{transition:.1s ease;transform:rotateZ(-90deg);}*/
/*.description .btn:after,.btn-moveless:after{transition:.1s ease;content:'';z-index:-1;height:100%;width:100%;position:absolute;bottom:-5px;right:0;border-radius:7px;border-bottom:3px solid #fff7}*/
/*.description .btn:hover:after,.btn-moveless:hover:after{border-width:0px;bottom:0}*/
/* .description .btn:hover{border-color:#fff;background:#fff0;color:#fff} */
/* .description .btn:hover img{filter:grayscale(1) invert(1) brightness(1.4)} */
/*.description span{display:block;color:#fff;font-weight:600;font-size:11px;animation:5s pulseplus infinite;}*/
/*.description span:before{content:'● ';opacity:.4}*/
/*.description span:not(:nth-child(1)){margin-top:5px}*/
/*.description span:nth-child(2){animation-delay:.3s}*/
/*.description span:nth-child(3){animation-delay:.6s}*/
/*.description span:nth-child(4){animation-delay:.9s}*/
/*.description span:nth-child(5){animation-delay:1.2s}*/
/*.description span:nth-child(6){animation-delay:1.5s}*/
/*.description span:nth-child(7){animation-delay:1.8s}*/
/*@keyframes pulseplus{ 15%{opacity:1;transform:translateX(0);} 50%{opacity:.3;transform:translateX(6px);} 85%{opacity:1;transform:translateX(0)} }*/
/*.description span:nth-last-child(2){margin-bottom:20px}*/
/*.btn-moveless:hover{border-width:2px}*/
/*.mysterybox{background:#fff;color:#000b;border-radius:8px;width:calc(100% - 120px);height:120px;margin:auto;display:flex;align-items:center;position:absolute;right:0;left:0;bottom:-60px;overflow:hidden}*/
/*.mysterybox .btn{margin-right:auto;padding:13px}*/
/*.mysterybox input{transition:.1s ease;text-align:left;border-radius:8px;border:2px solid #0003;background:#fff;height:50px;width:200px;padding:0 15px;}*/
/*input.error,.mjform.error input,select.error,.mjform.error select{background-color:#fcc;border-color:#f77!important}*/
/*.mysteryetc{font-weight:500;width:27%;padding:30px 33px 30px 60px;text-align:center;display:flex;flex-direction:column;justify-content:center;background-color:#ddd;height:100%}*/
/*.mysteryetc .owl-mystery{width:100%;height:20px;margin-top:10px;position:relative}*/
/*.mysteryetc .owl-mystery h5{transition:.1s ease;display:flex;align-items:center;color:#0d2b67}*/
/*.mysteryetc .owl-mystery h5:hover{filter:grayscale(1);}*/
/*.mysteryetc .owl-mystery h5:after{content:'';background:url(../img/icon-arrow-left.svg) center no-repeat;background-size:100%;width:17px;height:17px;margin-right:5px;}*/
/*.mysteryetc .owl-mystery-item{display:flex;justify-content:center;}*/
/*.mysteryetc .owl-prev,.mysteryetc .owl-next{position:absolute;top:-16px;z-index:2;opacity:.6;transition:.1s ease;width:20px;height:20px;filter:grayscale(1);background:url(../img/icon-arrow-right.svg) center no-repeat !important;background-size:60%!important}*/
/*.mysteryetc .owl-prev span,.mysteryetc .owl-next span{display:none}*/
/*.mysteryetc .owl-prev:hover,.mysteryetc .owl-next:hover{opacity:1}*/
/*.mysteryetc .owl-prev{right:-15px;}*/
/*.mysteryetc .owl-next{left:-15px;transform:rotateZ(180deg)}*/
/*.mysterycontent{height:100%;padding:0 33px;margin-right:-33px;display:flex;align-items:center;flex:1;background:#fff;border-bottom-right-radius:30px;border-top-right-radius:30px;}*/
/*.mysterycontent.success .preform,.mysterycontent.success .mjform,.successmessage{display:none!important}*/
/*.mysterycontent.success .successmessage{display:flex!important}*/
/*.successmessage{width:100%;padding:15px 20px;align-items:center;justify-content:center}*/
/*.successmessage img{height:30px;margin-left:10px;display:block}*/
/*.successmessage p{font-size:16px;text-align:justify}*/
/*.preform{flex:1;padding:30px 0 30px 35px;text-align:justify}*/
/*.preform b{cursor:pointer;color:#f44;padding-bottom:2px;border-bottom:1px solid #f449}*/
/*.preform span{font-size:17px}*/


/*.mysterycontent form{display:flex;align-items:center;margin-right:auto}*/
/*.mysterycontent form input{outline:none;margin-left:15px}*/
/*.mysterycontent form input:focus{border-color:#0aaddc}*/
/*.mysterycontent form label{margin-left:10px;opacity:.8}*/
/*.mysterycontent form label:after{content:' : '}*/
/*.intro{position:relative;padding:0 60px;}*/
/*.menu{margin:0 -30px;transition:.2s ease;position:sticky;bottom:0;display:flex;justify-content:center;align-items:center;height:60px;overflow:hidden}*/
/*.menu a{margin:0 2.2vw;color:#000;opacity:.6;transition:.1s ease;cursor:pointer}*/
/*.menu a:nth-child(1),.menu a:hover,.menu a.active{opacity:1}*/

/*.break{height:60px;}*/

/* .outro{margin:0 60px;border-top:3px solid #0d2b67;border-top-left-radius:8px;border-top-right-radius:8px;} */
/*.outro{position:relative;}*/
/*.outrorow{display:flex;flex-direction:row-reverse}*/
/*.outrocol{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px;overflow:hidden;flex:1;position:relative;z-index:1}*/
/*.outrocol:nth-child(1){position:relative;z-index:2;margin-right:-50px;border-bottom-right-radius:50px;border-top-right-radius:50px;flex:0 0 55%}*/
/*.outrocol:nth-child(2){padding-left:120px;flex:1;align-items:center;text-align:center;}*/

/*.outro h4{font-size:17px;font-weight:600;margin-bottom:10px}*/
/*.outro h4:after{content:' : ';opacity:.6}*/
/*.outro .btn,footer .btn{border-bottom:none;border-top:3px solid #fff7;}*/
/*.outrocolhead{margin-bottom:15px;display:flex;align-items:center}*/
/*.outrocolhead .logo{filter:none}*/

/*.outro .background{opacity:.4;background-color:#0d2b67}*/
/*.outro .background img{margin:auto;opacity:.6;position:absolute;top:-50%;bottom:-50%;margin:auto}*/
/*.outrocall{margin-top:30px;display:flex;align-items:center;}*/
/*.outrocall .call{margin-left:auto;margin-right:5px;border:none;filter:invert(1);width:fit-content;width:-moz-fit-content;width:-webkit-fit-content}*/

/*footer{position:relative;z-index:1;background-color:#0d2b67;text-align:center;display:flex;justify-content:center;align-items:center}*/
/*footer{color:#fff;padding:25px 60px}*/
/*footer p{min-height:50px;display:flex;align-items:center;justify-content:center}*/
/*footer p img{margin-top:1px;margin-left:5px;filter:invert(1);}*/
/*footer .efut{padding-bottom:13px}*/


/*main{max-width:900px;margin:0 auto;transition:.2s ease;display:flex;justify-content:center;padding:60px 0}*/
/*body.scrolled main{padding:30px 0}*/
/*.promenu{flex:0 0 200px;overflow:hidden;overflow-y:auto;transition:.2s ease;background:#ccc9;border-radius:20px;max-height:calc(100vh - 60px);margin-left:30px;display:flex;flex-direction:column;z-index:2;position:sticky;top:30px}*/
/*.promenu a{display:flex;align-items:center;border-top:1px solid #0002;cursor:pointer;margin:0 0;padding:15px;width:100%;color:#000c;align-items:center;justify-content:center;display:flex;}*/
/*.promenu a img{transition:.1s ease width,.1s ease margin;width:20px;margin-left:5px}*/
/*.promenu a.active img{width:30px;margin-left:0;margin-bottom:10px;filter:invert(1)}*/
/*.promenu a.active{flex-direction:column;border-radius:20px;pointer-events:none;background:#0d2b67;color:#fff;font-weight:500;flex:1;min-height:150px}*/
/*.promenu a.active + a{border:none}*/
/*.promenu a:nth-child(1){border-top:none}*/

/*.content{flex:1;}*/
/*.nothing{background:#0002;height:300px;}*/

/*.section{position:relative;z-index:1;margin-top:30px;border-radius:20px;width:100%;background:#fff}*/
/*.section .circumstances{position:absolute;top:-90px;height:0;width:0;display:block}*/
/*.section-padding{padding:30px}*/
/*.section-color{background-color:#0d2b67}*/
/*.section-negative{margin-bottom:-50px}*/
/*.content .section:nth-child(1){margin-top:0}*/
/*.section h4{font-size:18px;font-weight:600;margin:-30px -30px 15px;background-color:#0d2b67;text-align:justify;border-radius:20px;color:#fff;padding:10px 15px;width:fit-content;width:-moz-fit-content;width:-webkit-fit-content}*/
/*.lessons{display:flex;flex-direction:column;width:100%}*/
/*.lesson{transition:.1s ease;display:flex;align-items:center;justify-content:space-between;padding:15px 30px;border-bottom:1px solid #0002}*/
/*.lesson:nth-last-child(1){border-bottom:none}*/
/*.lesson b{opacity:.7;margin-left:5px}*/
/*.lesson b:after{content:'. ';}*/
/*.lesson span:nth-last-child(2){margin-left:auto}*/
/*.lesson span:nth-last-child(1){transition:.1s ease;background:#ddd;border-radius:20px;padding:5px 10px;font-weight:500;opacity:.7;white-space:nowrap;margin-right:10px}*/
/*.lesson:hover{background-color:#ddd;border-color:#0001}*/
/*.lesson:hover span:nth-last-child(1){background-color:#0d2b67;color:#fff;opacity:1}*/
/*.section-image{position:relative;overflow:hidden;border-radius:20px;margin:15px 0}*/
/*.section.section-padding .section-image{margin:15px -30px}*/
/*.section-image img{width:100%;display:block}*/
/* body.scrolled .section h4{transition:.8s ease;margin-top:-45px;margin-right:-45px} */
/* body.scrolled .section.section-padding .section-image{transition:.8s ease .2s;margin:15px -45px} */

/*.owl-lecturers{width:100%;position:relative}*/
/*.lecturer-img{}*/
/*.lecturer-img img{width:100%}*/
/*.lecturer-name{text-align:center}*/

/*.owl-lecturers{position:relative}*/
/*.owl-lecturers.owl-carousel .owl-stage-outer{margin-bottom:-5px}*/
/*.owl-lecturers .owl-prev, .owl-lecturers .owl-next{height:100%;width:60px;top:0;position:absolute;z-index:2;background:#0aaddcb0!important;display:flex;transition:.1s ease;}*/
/*.owl-lecturers .owl-prev .nav-btn,.owl-lecturers .owl-next .nav-btn{filter:grayscale(1) invert(1) brightness(2);width:30px;height:30px;margin:auto;background:url(../img/icon-arrow-right.svg) center no-repeat !important;background-size:60%!important}*/
/*.owl-lecturers .owl-prev:hover, .owl-lecturers .owl-next:hover{width:90px;background:#0aaddcd0!important;}*/
/*.owl-lecturers .owl-prev{right:0;}*/
/*.owl-lecturers .owl-next{left:0;transform:rotateZ(180deg)}*/

/*.lecturer{display:flex;flex-direction:column;padding:15px 0 0}*/
/* .lecturer{background-color:#0aaddc;border-radius:20px;padding:5px 5px 15px;margin-top:15px} */
/*.lecturer-img{width:100%;overflow:hidden;border-radius:20px}*/
/*.lecturer-img img{display:block}*/
/*.lecturer-name{font-weight:600;font-size:13px;margin-top:15px;text-align:center}*/
/*a.lecturer .lecturer-name{display:flex;align-items:center;justify-content:center;color:#000a}*/
/*a.lecturer .lecturer-name:before{content:'';width:20px;height:20px;background:url(../img/icon-link.svg) center no-repeat;background-size:100%;margin-left:4px}*/

/*.section form{display:flex;flex-wrap:wrap;margin:-7.5px}*/
/*.section form label{margin:7.5px;flex:0 0 calc(50% - 15px);color:#fff;display:flex;justify-content:center;flex-direction:column;}*/
/*.section form label.col-min{flex:1 0 50px;}*/
/*.section form label.col{flex:1 0 calc(33.3% - 15px);}*/
/*.section form label input,.section form label select{transition:.1s ease;outline:none;min-width:0;width:100%;padding:13px;height:50px;border:3px solid #fff;border-radius:8px;}*/
/*.section form label select{background:#fff url(../img/icon-arrow-bottom.svg) 13px center no-repeat;background-size:10px}*/
/*.section form label input:focus{border-color:#0aaddc}*/
/*.section form label span{margin-bottom:3px;font-weight:600;font-size:11px}*/
/*.section form label span:after{content:' : ';opacity:.7}*/
/*.section form .btn{margin:7.5px;margin-top:15px;background-color:#0aaddc}*/
/*.section form .btn:after{border-color:#0aaddc90}*/

/*.section-final.success{background-color:#47ff87}*/
/*.section-final.success .mjform, .section-final .successmessage{display:none}*/
/*.section-final.success .successmessage{display:flex!important}*/
/*.certificates{margin-top:20px;}*/
/*.certificate{display:block;margin-top:10px;position:relative;border:4px solid #0aaddc;border-radius:15px;overflow:hidden}*/
/*.certificate img{display:block;width:100%;margin:-3px 0}*/
/*.certificate span{position:absolute;left:0;top:0;border-radius:20px;border-top-left-radius:0;font-size:18px;font-weight:600;background-color:#0aaddc;text-align:justify;color:#0d2b67;padding:10px 15px;width:fit-content;width:-moz-fit-content;width:-webkit-fit-content}*/




/*@media(min-width:600px){*/
/*    .logo{pointer-events:none}*/
/*}*/
/*@media(min-width:1000px){*/
/*    body:not(.scrolled) .promenu{ flex: 0 0 0; }*/
/*    body.scrolled .menu{height:0;opacity:0;transition:0s ease}*/
/*}*/
/*@media(max-width:1000px){*/
/*    body main{padding:30px 0}*/
/*    body.scrolled .menu{height:0;opacity:0;transition:0s ease}*/
/*    .section form label{flex:0 0 calc(100% - 15px);}*/
/*}*/
/*@media(max-width:1100px){*/
/*    .mysteryetc{display:none}*/
/*    .preform{padding:30px}*/
/*}*/
/*@media(min-width:1200px){*/
/*    .description{margin-right:50px;max-width:420px}*/
/*    .description span{font-size:13px}*/
/*    .description span:not(:nth-child(1)){margin-top:10px}*/
/*    .description span:nth-last-child(2){margin-bottom:30px}*/
/*}*/
/*@media(max-width:900px){*/
/*    header{height:auto}*/
/*    .mysterybox{height:auto}*/
/*    .mysterycontent{height:auto;flex-direction:column;margin:0;padding:30px}*/
/*    .preform{padding:0;margin-bottom:15px}*/
/*    .mysterycontent form{margin-right:0;width:100%}*/
/*    .mysterycontent form input{flex:1;width:100%}*/
/*    .background video,.background img{display:block!important;width:auto;height:100%;}*/
/*    .outro .background img{min-width:100%;min-height:100%;height:auto;}*/
/*    .outrorow{flex-wrap:wrap}*/
/*    .outrocol:nth-child(1){text-align:center;margin-bottom:-30px;margin-right:0;border-radius:30px;flex:0 0 100%}*/
/*    .outrocol:nth-child(2){flex:1;padding:90px 60px 60px}*/
/*    header{padding-bottom:140px}*/
/*    .menu{display:none}*/
/*}*/
/*@media(max-width:700px){*/
/*    .description{max-width: 100%;align-items:flex-start;text-align:right!important;}*/
/*    .description span{text-align:center;margin:auto;font-weight:600;line-height:20px}*/
/*    .description span:before{content:'';}*/
/*    .description span:nth-last-child(2){margin-bottom:30px}*/
/*    .description span:not(:nth-child(1)){margin-top:7px}*/
/*    @keyframes pulseplus{ 50%{opacity:.3;transform:translateX(0)} }*/

/*    .mysterybox{width:calc(100% - 60px)}*/
/*    .outrocol{padding:30px;}*/
/*    .outrocol:nth-child(2){padding:60px 30px 25px}*/
/*    .outrocall{flex-direction:column;margin-top:20px}*/
/*    footer{flex-direction:column;padding:30px 30px}*/
/*    footer .efut{margin:0}*/
/*    footer p{margin-bottom:15px;min-height:0}*/
/*    nav{padding:35px 30px 20px}*/
/*    .header{flex-direction:column}*/
/*    .header .title{text-align:center}*/
/*    .header .description{margin-right:0;margin-top:20px;text-align:center;padding:0 30px}*/
/*    .header .btn{margin-right:auto;margin-left:auto}*/
/*    .call{font-size:16px}*/
/*    .logo img{height:40px}*/
/*    .title h1{font-size:27px}*/
/*    .title h2{font-size:18.5px}*/
/*    .section h4{font-size:15px;}*/
/*    .certificate span{background-color:#0aaddcb0;padding:5px 10px;border-width:2px;font-size:15px;}*/
/*    .intro{padding:0 30px}*/
/*    .promenu{flex:0 0 153px;margin-left:15px}*/
/*    .section form label.col-min,.section form label.col{flex:0 0 calc(100% - 15px);}*/
/*}*/
/*@media(max-width:615px){*/
/*    header .efut{display:none}*/
/*}*/
/*@media(max-width:500px){ */
/*    .successmessage img{height:30px;margin-left:15px;display:block}*/
/*    .successmessage p{font-size:13px;}*/
/*    .mysterybox{box-shadow:0 0 50px -20px #000;position:fixed;bottom:0;width:100%;z-index:6;border-radius:0;overflow:hidden;background-color:#fffb;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);}*/
/*    footer{padding-bottom:85px}*/
/*    form label{display:none}*/
/*    .mysterycontent{padding:0;border-radius:0;background:transparent}*/
/*    .mysterycontent .preform{padding:15px 20px 0}*/
/*    .mysterycontent form{background:#0aaddc}*/
/*    .mysterycontent form input{margin-left:0;border-radius:0;font-size:12.5px;}*/
/*    .preform{display:none}*/
/*    .mysterycontent form .btn{border-radius:0;}*/
/*    header{padding-bottom:30px}*/
/*    .description{display:flex;flex-direction:column}*/
/*    .description p{order:2}*/
/*    .description .btn{order:1;margin:0 auto 20px}*/
/*    body.scrolled main, main{flex-direction:column;}*/
/*    body.scrolled .promenu, .promenu{border-radius:0;margin:-30px -30px 30px;top:0;height:auto;flex:0 0 auto;}*/
/*    body.scrolled .promenu a:not(.active), .promenu a:not(.active){display:none}*/
/*    body.scrolled .promenu a.active, .promenu a.active{border-radius:0;min-height:60px}*/
/*    .break{display:none}*/
/*    .promenu a.active img{width:20px;margin-left:5px;margin-bottom:0;}*/
/*    .promenu a.active{flex-direction:row;}*/
/*    footer p img{display:none}*/
/*    .owl-lecturers .owl-prev, .owl-lecturers .owl-next{width:30px;}*/
/*    .section form .btn{width:100%;text-align:center;justify-content:center;}*/
/*}*/
/*@media(max-width:400px){*/
/*    .call{font-size:15px}*/
/*    .logo img{height:35px}*/
/*    .call{padding-right:5px;padding-left:5px}*/
    /* footer{padding-bottom:190px} */
/*    .section-padding{padding:20px}*/
/*    .lesson{padding:15px 20px}*/
/*    .section.section-padding .section-image{margin-right:-20px;margin-left:-20px}*/
/*    .section h4{margin:-20px -20px 15px;}*/
/*}*/