/**
Theme Name : Minimal
Author : Marius Melagne
**/



/* ------------------------------------------------------------------------------- */
/*  1. General
/* ------------------------------------------------------------------------------- */
*{ outline:none !important;}
body{ color:#272727; }

/*---------------------------------------------- 
General ID's or Classes
------------------------------------------------*/
.hide, .min-device{display: none;}
.l-block{display: block;}
.l-inline{display: inline !important;}
.no-bg{background: none !important;}
.no-border{border: none !important;}
.no-margin{margin: 0 !important;}
.no-padding{padding: 0 !important;}
.no-transform { text-transform: none !important;}
.to-uppercase { text-transform: uppercase;}
.bold { font-weight: bold !important;}
.no-bold { font-weight: normal !important;}
.none{ display:none !important;}

a {text-decoration: none;}
a: hover {text-decoration: none;}

ol, ul {
  padding-left: 0;
}


.action {
  margin-top: 30px;
  display: table;
  position: relative;
  vertical-align: middle;
}

.action > a {
  background: #4df2c9;
  border : 2px solid transparent;
  color: #0700ff;
  font-size: 14px;
  font-weight: bold;
padding: 20px 30px;
-webkit-animation-duration: 3s;
border-radius: 100vh;
}

.action > a:hover {
background: #fff;
border : 2px solid #0600dc;
color: #0700ff;
}



.related.products { display: none;}
.error-message {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

/* Headings
---------------------------------------- */ 
h1, h2, h3, h4, h5, h6{ font-family: "Open Sans", serif; font-weight: 800;}
h1 { font-size: 72px; line-height: 75px; font-weight: bold; margin-bottom: 12px;}
h1 span{ display: none; visibility: hidden; }
h2 { font-size: 60px; line-height: 62px; }
h3 { font-size: 40px; line-height: 40px; }
h4 { font-size: 30px; line-height: 30px; }
h5 { font-size: 20px; line-height: 26px;}
h6 { font-size: 15px; line-height: 25px; }

/* Backgrounds Colorz
---------------------------------------- */
.white {background-color: #fff; color:#003566;}
.grey {background-color: #f2f1f1; color: #333;}
.dark-blue {background-color: #003566; color:#fff;}
.middle-blue {background-color: #005a8c; color:#fff;}
.light-blue {background-color: #7195b8; color:#003566;}

/* Font Colorz
---------------------------------------- */
.branded {color: #4df2c9;}
.orange {color: #f26a51;}
.blue-title {color: #003566; }


/* ------------------------------------------------------------------------------- */
/*  1.Header
/* ------------------------------------------------------------------------------- */

/* Header
---------------------------------------- */
/******************** 
///Header ///
***************************/
#header {
    padding-top : 14px;
    position: sticky; 
    top: 0; 
    background: #4df2c9; 
    z-index: 1;
}
#header .row {  justify-content: space-between; }
#header .logo { margin : 0; padding: 0 0 14px 0;}
#header .logo  a { color: #0600dc;
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 20px;
  text-transform: uppercase;}

#header .navigation ul { margin-top: 4px; z-index: 100; position: relative;}

#header .navigation li { 
    display: inline; 
    margin-right : 15px; 
}

#header a#schedule {
  background: #fff;
  border : 2px solid #0000ec;;
  color: #0000ec;
  font-size: 14px;
  font-weight: bold;
padding: 12px 30px;
-webkit-animation-duration: 3s;
border-radius: 100vh;
}

.action > a:hover {
background: #fff;
border : 2px solid #0600dc;
color: #0700ff;
}


#header .navigation a{ 
    color : #000750;
font-size: 14px;
font-weight: bold;
padding: 16px 25px;
border-radius: 60px;
}

#header .navigation a:hover,  #header .navigation .current_page_item a{
    color : #0600dc;
}


#header #contact a, #main-content a { 
    background: #f9b018; 
    border-radius: 10px;
}

#header #contact a:hover, #main-content a:hover {
    background: #f2a400; 
    color : #fff;
}

/*
#header .menu-icon { color: #ff2321; font-size: 42px; padding-right: 4px; display: none; margin-top: -76px; position: relative; z-index: 100;}
#header .menu-icon a{ background: #e9e9ed; border : 1px solid #8f8f9d;  color: #353535; text-decoration: none; border-radius: 3px;
padding: 0 4px; left: 85%; position: relative; top: -17px;} */

#header .menu-toggle { border-radius : 10px; background : #000750; display: none; height: 50px; width: 50px; padding: 16px 11px; position: fixed; cursor: pointer; right: 24px; top : 32px; z-index: 100;}
#header .menu-toggle .mask{ /* background: #fff; */ height: 100%; position: absolute; top: 0; width: 0; left: 2%; transition: all 0.1s ease; z-index: 10;}
#header .menu-toggle:hover .mask{ width :100%; left: 0;}
#header .menu-toggle:hover .line{ background: #fff; z-index: 10;}

/* Menu Hamburger
---------------------------------------- */
.menu-hamburger { display: table; height: 14px; margin : 0 auto; position: relative; width: 27px; }
.menu-hamburger .line.line-1 { top: 0;}
.menu-hamburger .line.line-2 { top: 50%;}
.menu-hamburger .line.line-3 { top: 100%;}
.menu-hamburger.active .line-1 { transform: translateY(7px) translateX(0px) rotate(-45deg);}
.menu-hamburger.active .line-2 { opacity: 0;}
.menu-hamburger.active .line-3 { transform: translateY(-7px) translateX(0px) rotate(45deg);}
.menu-hamburger .line { background-color: #181818;}
.menu-hamburger .line { background-color: #222222; color: #fbfbfb;}
.white .menu-hamburger .line { background: #000; }
.menu-hamburger .line { background: #fff; display: block; height: 2px; left: 0; position: absolute;
transition: all 0.22s ease 0s; width: 27px;}




.responsive .overlay {
  background: #5151c6;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

#header.tiny { }


/* ------------------------------------------------------------------------------- */
/*  2.Content
/* ------------------------------------------------------------------------------- */
#content{ }

.hero-content { position: relative; }
.hero-content img{ width: 100%; } 
.hero-content .mask {
    position: absolute; 
    top:0; 
    left : 0; 
    color : #fff; 
    width: 100%;
    height: 566px;
    background: linear-gradient(90deg, rgb(13, 0, 221), rgba(50, 47, 128, 0.5));

}

.calendar .hero-content .mask {
    background: linear-gradient(90deg, rgb(32, 236, 169), rgba(7, 31, 230, 0.5));
}

.campaign .hero-content .mask {
    background: linear-gradient(90deg, rgb(255, 131, 177), rgba(33, 25, 219, 0.5));
}

.community .hero-content .mask {
    background: linear-gradient(90deg, rgb(45, 127, 215), rgba(255, 0, 191, 0.5));
}

.hero-content .intro { padding-top: 150px; }
.hero-content .picture {}
.case .picture img{ width: 100%; }




.sub-title { 
    font-size: 20px; 
    line-height: 27px; 
    font-weight: 300; 
    color: #0600dc; 
    display: block;
    font-family: 'Outfit', sans-serif; 
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.case { padding-top: 60px;}
.case h2{ color: #000750;}
.case h5{ color: #000750; margin: 20px 0;}
.case .description { padding-top: 40px;}

/*Pack*/
.pack {}
.pack h4{background: #645eff; display: inline-block; color: #fff; margin-top: 20px; padding: 0 10px;}
.pack .box{ border : 1px solid #4df2c9; border-radius : 20px; padding: 0 20px; }
.pack .price em {font-weight: 400; font-size: .675em;}
.pack .price  strong { color: #645eff; font-size: 40px; line-height: .9;}
.pack .list-icon li { line-height: 40px; }
.pack .list-icon .fa { font-size: 14px; }
.pack .list-icon .circle { background: #4df2c9; color: #0800ff; display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  width: 24px;
  height: 24px;
  font-weight: bold;
  font-size: 22px;
  margin-right: 8px;
}

.pack .list-icon strong{
  color: #000;
  display: block;
  font-size: 24px;
}

.pack .waranrty{ background: #4df2c9; border-radius: 20px; padding: 10px; }

.pack .waranrty .circle {
background: #645eff;
color: #0800ff;
  display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 22px;
}

.pack .waranrty .circle strong{
  color: #000;
  display: inline-block;
  font-size: 24px;
}

.pack .waranrty .circle .fa{ color: #fff; font-size: 24px;}




.seo-case { padding-top: 40px;}
.seo-case .picture img{ width: 300px;}
.result-table {margin-top: 14px; border: 1px solid #e2e3eC;  border-radius : 10px; margin-bottom: 0;}
.result-table:nth-child(odd) {background: #fff}
.result-table:nth-child(even) {background: #f6f7f9}
.result-table li{ padding : 10px 0; margin-bottom: 10px; display: inline-block;}

.result-table strong{ font-weight: bold; }
.result-table a{color: #645eff; text-decoration: none; border-bottom: 1px solid #645eff; font-weight: normal;}
.result-table a:hover{border-bottom: 2px solid #645eff; text-decoration: none;}



/*Articles*/
.recent-article { padding-top: 120px;}
.recent-article h2, .newsletter-section h2{ font-size: 60px; margin-bottom: 40px;}
.recent-article li{ margin-bottom : 100px;}
.recent-article .pic img{ width: 100%; border-radius: 30px; margin: 28px 0;}
.recent-article .action > a { padding: 10px 20px; font-size: 14px; font-weight: bold;}


/*Newsletter Section*/
.newsletter-section {padding-top: 120px;}
.newsletter-section .desc{
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: gray;
}
.newsletter-section .last {padding-right: 0;}
.newsletter-section .optin { background: #fff; /* padding-top: 50px; */ }
.newsletter-section .optin label { display: none;}
.newsletter-section .notice { text-align: center; font-size: 13px; padding-top: 17px; }
.newsletter-section .ck_subscribe_button {  width: 100%;}
.newsletter-section .optin input[type="submit"]{
    background-color: #645EFF;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 17px 30px; 
    font-style: normal;
    margin: 30px 3% 4% 0;
    font-weight: 400;
    border: 1px solid #645EFF;
    -webkit-animation-duration: 3s; border-radius: 100px; 
    font-size: 14px; font-weight : bold;
    text-transform: uppercase;
}

.newsletter-section .optin input[type="submit"]:hover {
    background : #fff; color: #645EFF !important;
}


.newsletter-section form{
   position: relative;
}


.newsletter-section .submit-button{
  position: absolute;
top: 0;
right: 8px;
}





.newsletter-section .mc-field-group input{
    background: #fff;
    border: 1px solid #EFF0F7;
   box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
    border-radius: 60px;
    color: #625F5F;
    /* height: 42px; */
    margin: 22px 3% 4% 0;
    padding: 25px 0 25px 25px;
    width: 100%;
}

.newsletter-section .optin textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    height: 110px;
    margin: 0 3% 4% 0;
    padding: 10px 12px;
    width: 100%;
}


.newsletter-section .optin select {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    color: #888;
    height: 42px;
    margin: 0 3% 4% 0;
    padding: 10px 12px;
    width: 100%;
}








/* ------------------------------------------------------------------------------- */
/*  4.Pages
/* ------------------------------------------------------------------------------- */
.page .hero-content .mask { height: 70px; overflow: hidden;}

.page .hero-content img { height: 70px;}



/* About
-------------------------------------------------------------- */
.about .about-section{
    padding-top: 94px;
    /* margin-bottom: -160px; */
}

.about .img_float {
  position: relative;
  left: 138px;
  top: -170px;
  border: 25px solid #FFFFFF;
}


.about .desc {
  padding-left: 75px;
  padding-top: 75px;
}

/* Book section
-------------------------------------------------------------- */
.book-section { 
  /* background-image: radial-gradient( ellipse at bottom right, #ffffff 0%, #f7ded9 11%, rgba(171,166,255,0.49) 24%, #ffffff 37% ) !important; */
  padding: 60px 0; margin-bottom: 20px;}
.book-section h2, .book-summary h2{ color: #000750;}
.book-section h5{ color: #000750; margin: 20px 0;}
.book-section img{ /* border-radius : 30px; box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3); */}

.book-summary{ padding: 60px 0; }
.book-summary .list-icon {margin-top: 30px;}

/* Ressources
-------------------------------------------------------------- */
.resources-grid {padding-top: 60px;}
.resources-grid h2{ color: #000750; margin-bottom: 70px; text-align : left;}
.resources-grid .desc-text{ color: #00042d; font-size: 18px;}
.resources-grid h5 { color: #0600dc; text-align: center; padding: 12px 0;}
.resources-grid .icon{ border: 3px solid #000750; padding: 12px; display: table; border-radius: 50%; margin: 0 auto;}
.resources-grid p{ padding: 0 40px;}
.resources-grid img{ width: 47px; margin: 0 auto; display: block;}

.resources-steps { background: linear-gradient(-45deg,#0600dc,#4df2c9,#4df2c9,#0600dc);
    background-size: auto;  background-size: 200% 300%; animation: 8s infinite gradient; 
    border-radius: 30px; padding: 60px 27px; margin-top: 30px;
}
.resources-steps .box { background: #fff; /* border : 1px solid #000750;*/ border-radius: 20px; padding: 30px; 
  box-shadow: 0 12px 18px -6px rgba(0,0,0,.3); min-height: 380px; margin-bottom: 14px; }
.resources-steps h5 { color: #0600dc;}
.resources-steps .box p { margin-top: 0; margin-bottom: 0;}

.resources-steps input[type="text"], .resources-steps input[type="email"] {
  color: #000750;
  border-radius: 100vh;
  height: 3.5rem;
  margin-bottom: 15px;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  width: 100%;
  border: 1px solid #000750;
}

.resources-steps input[type="submit"], .resources-steps button {
  padding: 16px 32px 19px;
  border: none;
  border-radius: 100vh;
  border : 2px solid transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #0600DC;
  background: #4df2c9;
}

.resources-steps input[type="submit"]:hover, .resources-steps button:hover {
  border : 2px solid #0600DC;
  color: #0600DC;
  background: #fff;
}

.resources-steps .list-icon li, .book-summary .list-icon li{  color: #000750 ; margin-bottom: 14px;}
.resources-steps .list-icon .circle, .book-summary .list-icon .circle {
background: #fff;
border: 2px solid #000750;
  display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 30px;
  height: 30px;
}

.resources-steps .circle i, .book-summary .circle i{
  color: #000750;
  display: block;
  font-size: 15px;
  line-height: 10px;
}


/* Testimony
-------------------------------------------------------------- */
.testimony {
}

.testimony h2{ color:  #fff;}


.testimony .picture img{
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  box-shadow: 0 12px 18px -6px rgba(0,0,0,.3);
}


/* Services
-------------------------------------------------------------- */


.service .expertise {
    position: relative;
    margin-top: -52px;
}


.service .expertise .desc{ 
    background: #fff;
    padding: 40px 34px; 
    text-align: center;
    border: 1px solid #EFF0F7;
    box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
    border-radius: 20px;
    color: #090505;
    font-weight: bold;
    text-transform: uppercase;
}
.service .expertise .desc hr {
    width: 12%;
    margin: 10px auto;
    height: 1px;
    border: 0;
    background: #000; 
    opacity: 1;
}

.service .list-icon img{ width: 100%; box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;}

/*
.service .action {
  margin: 0 auto;
  width: inherit;
}


.service .action > a {
  background: #1f1d1d;
  color: #fff;
  border: 1px solid #1f1d1d;
}

.service .action > a:hover {
    background: #fff;
    color: #5151c6;
    border: 1px solid #5151c6;
}
*/







.service.page .list-icon, .offer .expertise .list-icon{ padding: 42px 0; }
.service.page .list-icon li, .offer .expertise .list-icon li{  margin-bottom: 42px;}
.service.page .list-icon li{ text-align: center; font-weight: 600;}

.service.page .list-icon span{  display: block; text-transform: uppercase; padding: 12px 0;}

.expertise .square {
background: #ffc3cb;
color: #2d296d;
  display: block;
  margin-top: 7px;
  border-radius: 8px;
  text-align: center;
  line-height: 30px;
  padding: 9px 0;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
}

.expertise .circle {
background: #4df2c9;
color: #0800ff;
  display: block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 22px;
}

.expertise .circle strong{
  color: #000;
  display: block;
  font-size: 24px;
}


.expertise .list-icon .fisrt-line{
  color: #5151c6;
  display: block;
  font-weight: bold;
  font-size: 17px;
}

.expertise .list-icon .benefits{ color: #4d4d4d; font-size: 14px;}

.expertise  .action {
  margin-top: 14px;
}

.calendar  .action.cal {
  margin-top: 56px;
}

.expertise .notice{
color: #868484;
font-size: 13px;
}

.offer .hero-content .intro {padding-top: 220px; }
.offer .case .description { padding-top: 60px;}
.offer .sub-title { margin-bottom: 1px;}
.gain { background: #f7f7f7; padding-bottom: 60px;}
.gain .recent-article {
  padding-top: 60px;
}


.offer .intro p { font-size: 28px;font-weight: 500; }

.faq-section { margin-top : 60px; }

.offer .faq { 
max-width: 700px;
margin-top: 2rem;
/* padding-bottom: 1rem; */
border: 2px solid #000;
  cursor: pointer;
  border-radius: 15px;
  padding: 40px 50px;
}

.offer .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer .question h4{
    font-size: 1.8rem;
}

.offer .answer{
   max-height: 0;
   overflow: hidden;
   transition: max-height 1s ease;
}

.offer .answer p{
   padding-top: 1rem;
}

.offer .active  .answer{
   max-height: 300px;
}

.offer .active i{
   transform : rotate(180deg);
}

.offer i{
   transition: transform .5s ease-in;
}

.faq-section .action {
  margin-top: 50px;
}

/* Blog
-------------------------------------------------------------- */
.blog{}

.blog .article-section{ padding-top: 80px; }


.blog h1 {
  font-size: 64px;
  line-height: 74px;
}



/* Contact
-------------------------------------------------------------- */
.contact{}
.contact-section h2 {
  text-align: center;
  padding-top: 60px;
}

.contact-section .form-content{ padding-top: 120px; }
.contact-section #form textarea{ width: 100%; }
.contact-section #form  input[type="submit"], .contact-section #form  button {
  padding: 16px 32px 19px;
  border: none;
  background: #5151c6;
  box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
  border-radius: 56px;
  text-transform: uppercase;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 130px;
}


.contact .contact-section .picture{ position: relative; padding-top: 70px;}
.contact .contact-section .picture img{ width: 100%;}
.contact .contact-section .mask{ background: linear-gradient(180deg, rgba(255, 255, 255, 0) -5.41%, #383636 108.31%);
width: 97%; height: 92%; position: absolute;}
.contact .contact-section .contact-info { color: #fff; position: absolute; bottom: 0; padding: 0 70px;}
.contact .contact-section .contact-us { border-top: 1px solid #fff;padding-top: 28px;}
/* ------------------------------------------------------------------------------- */
/*  3. Footer
/* ------------------------------------------------------------------------------- */
#footer{ background: #0600dc; color: #fff; margin-top: 80px; border-bottom: 12px solid #4DF2C9;}
#footer h5{ text-transform: uppercase; letter-spacing: 0.1em; margin : 28px 0;}
#footer a{ color: #fff;}
#footer .logo {
 padding-top: 60px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
}
#footer .social { 
    display: flex; 
    padding-top: 60px; 
    justify-content: space-around;
}

#footer .social a { 
    color : #fff; 
    font-size: 22px; 
    line-height: 30px; 
    text-align: center;
}
#footer .social a:hover { 
    color: #fff; 
}

.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding-top: 12px;
}



/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

#header .logo {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 20px;
}

#header .menu-icon, #header .menu-toggle{ display: block;}
.hero-content .intro { padding-top: 40px; padding-bottom: 70px;}

.page .hero-content .mask {
  height: 60px;
}

.page .hero-content .intro {padding-top: 40px;}

.about .about-section {
  padding-top: 60px;
  margin-bottom: inherit;
}

.about .desc {
  padding-left: 30px;
  padding-top: 0;
}

.page .about .about-section .picture{ overflow: hidden;}
.about .img_float {
  position: relative;
  left: 0;
  top: inherit;
} 

.hero-content .intro h5{ font-weight: normal; }
.hero-content .mask {position :inherit; height: inherit;}
.hero-content .picture {display: none;}
.case .description { padding-top: 30px;}

h1 { font-size: 42px; line-height: 42px; margin-bottom: 8px;}

h2 { font-size: 32px; line-height: 36px;}
.case {
  padding-top: 40px;
  padding-bottom: 60px;
}

header .menu-bar {display: none;}
.menu-bar.responsive {position: relative; background: #fff; left: 0; 
    display: block; float: none; position: absolute; top: 84px; width: 100%; }
.menu-bar.responsive ul {text-align: inherit; 
    padding: 0 12px; top: 31px;}

#header .menu-bar.responsive li { float: none; display: block; }
#header .menu-bar.responsive li a { color: #fff; display: block; text-transform: inherit; font-size: 24px;}

#header .navigation a:hover,  #header .navigation .current_page_item a{
    color : #acacf9;
    background: inherit;
}


.sub-title {  margin-bottom: 6px;}
.recent-article h2, .newsletter-section h2 { font-size: 56px; margin-bottom: 20px; line-height: 46px;}
.newsletter-section .desc { line-height: 26px;}


.newsletter-section .mc-field-group input {
  font-size: 14px;
}

.newsletter-section .optin input[type="submit"] {
  font-size: 11px;
}




.page .hero-content .mask h1{
  display: none;
}


.contact-section h2 {
  text-align: left;
  padding-top: 30px;
}

.contact-section .form-content {
  padding-top: 20px;
}

.contact-section .form-content input{
  width: 100%;
}

.offer .intro p {
  font-size: 16px;
  font-weight: 500;
}



}



