@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
html {
font-size: 62.5%;
font-family: 'Montserrat', sans-serif;
}
body {
font-size: 18px;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
}
strong{
font-weight: 700;
}
#page-content{
width: 100%;
overflow: hidden;
}
.btn, .wpcf7-submit{
padding: 1.4rem 3.5rem 1.2rem;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
border-radius: 0;
border: 0;
transition: all ease 0.4s;
font-weight: bold;    
width: auto;
border-radius: 100px;
letter-spacing: 0.5px;
}
.btn-primary, .wpcf7-submit{
background-color: #2E3192;
color: #fff;    
}
.btn-primary:hover,
.btn-primary:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus{
background-color: #FBAC18;
border: 0;
outline: 0;
box-shadow: none;
}
.btn-secondary{
background-color: #FBAC18;
color: #fff;    
}
.btn-secondary:hover,
.btn-secondary:focus{
background-color: #2E3192;
color: #fff;
}
.btn-orange{
background-color: #FBAC18;
color: #fff;    
}
.btn-orange:hover,
.btn-orange:focus{
background-color: #2E3192;
color: #fff;
}
.section-name{
font-weight: bold;
font-weight: 0.7em;
text-transform: uppercase;
color: #2E3192;
}
h1 {
font-size: 6.0rem;    
margin-bottom: 1rem; 
font-weight: 300;
line-height: 6.3rem;
}
h1 span,
h1 strong{
font-weight: bold;
}
h1 strong{
color: #FBAC18;
}
h2 {
font-size: 3.4rem;    
margin-bottom: 1.5rem;
font-weight: 300;
}
h2 span{
font-weight: bold;
}
.h3,
h3 {
font-size: 3rem;
margin-bottom: 0.5rem;
}
img{
max-width: 100%;
height: auto;
}
#page-content{
width: 100%;
overflow: hidden;
}
#page-header{        
width: 100%;
padding: 0;
z-index: 99;
}
.header-top{
width: 100%;
padding: 10px 0;
background-color: #2E3192;
color: #fff;
font-size: 0.8em;
}
.header-top a{
color: #fff;
text-decoration: none;
font-weight: 500;
}
.header-top .col-lg-7 a:last-of-type {
margin-left: 30px;
}
.header-top .follow{
float: right;
font-weight: 500;
}
.header-top .follow a{
display: inline-block;
padding: 0 5px;
font-weight: 500;
}
.header-top  .col-md-7 a{
margin-right: 40px;
}
.header-top  .col-md-7 a i{
display: inline-block;
margin-right: 5px;
}
.header-bottom{
background-color: #fff;
width:100%;
padding: 10px 0;
}
.header-bottom .logo-container{
width: 250px;
display: inline-block;
}
.header-bottom .logo-container img{
width: 100%;
height: auto;
}
.hero-container{   
width: 100%;    
position: relative;
}
.hero-container .slide{        
width: 100%;
height: 650px;
position: relative;
display: flex;
align-items: center;
background-color: #2E3192;
}
.hero-container .slide .hero-img{
width: 100%;
height: 100%;
object-fit: cover;
object-position:top center;
position: absolute;
left: 0;
top: 0;
z-index: 0;    
}
.hero-container .slide .container{
position: relative;
z-index: 2;
color: #000;    
}
.hero-container .hero-content p{    
font-size: 1em;
color: #000;     
display: inline-block;
clear: both;
margin-bottom: 1.5rem;
font-weight: 500;
}
.hero-container .owl-dots{
display: none;
}
.hero-container .owl-nav{
width: 100%;
}
.hero-container .owl-carousel .owl-nav button{
width: 35px;
height: 35px;
background-color: #fff;
color: #2E3192;
font-size: 15px;
line-height: 35px;
text-align: center;
display: inline-block;
margin-right: 10px;
border: 0!important;
outline: 0!important;
transition: all ease 0.4s;
position: absolute;
top: 50%;
margin: 0;
border-radius: 0 5px 5px 0;
}
.hero-container .owl-carousel .owl-nav button:hover{
background-color: #2E3192;
color: #fff;
}
.hero-container .owl-carousel .owl-nav button.owl-next{
right: 0;
left: inherit;
border-radius: 5px 0 0 5px;
}
.five-rules{
position: relative;
z-index: 5;   
margin-top: -160px;    
}
.five-rules .rule-wrap{
display: flex;
align-items: flex-start;
}
.five-rules .rule-wrap .rules{
text-align: center;
color: #fff;
background-color: #1d2548;
padding: 25px 25px;
position: relative;
width: 20%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
overflow: hidden;
height: 160px;
}
.five-rules .rule-wrap .rules:nth-of-type(even){
background-color: #2E3192;
}
.five-rules .rule-wrap .rules img{
margin-bottom: 1rem;
}
.five-rules .rule-wrap .rules h2{
font-size: 2.0rem;
display: block;
width: 100%;
}
.five-rules .rule-wrap .rules .rule-description{
font-size: 0.8em;
color: #333;
text-align: center;
padding: 20px;
background-color: #eee;
position: absolute;
top: -100%;
width: 100%;
height: 100%;
left: 0;    
transition: all ease 0.4s;
z-index: 2;
display: flex;
align-items: center;
}
.five-rules .rule-wrap .rules:hover .rule-description{
top: 0;
}
.disrupter-section{
padding: 20px 0;
width: 100%;
background-color: #2E3192;
text-align: center;
color: #fff;
font-weight: 600;
font-size: 2.6rem;
}
.disrupter-section .col-md-12{
display: flex;
align-items: center;
}
.disrupter-section h2{
display: inline-block;
float: left;
margin: 0;
}
.disrupt-content{
width: 100%;
text-align: center;
}
.disrupter-section .btn {
float: right;
margin-left: auto;
}
.about-us-section{
padding: 100px 0;
}
.about-us-section img{
width: calc(100% - 30px)
}
.team-section{
padding: 100px 0;
}
.team-section img{
width: calc(100% - 30px);
float: right;
}
#page-footer{
background-color: #eee;    
}
#page-footer .footer-top{
padding: 80px 0;
color: #fff;
}
#page-footer .footer-top .foot-logo{
width: 240px;
display: inline-block;
margin-bottom: 0
}
#page-footer .footer-top .foot-logo img{
width: 100%;
}
#page-footer .footer-top .foot-description{
font-size: 14px;
color: #333;
margin-top: 20px;
padding-right: 30px;
font-weight: 500;
}
#page-footer .footer-top .foot-description h2{
font-size: 1.5em;
margin-bottom: 5px;
}
#page-footer .footer-top h2{
font-weight: bold;
font-size: 1.1em;
color: #333;
margin-bottom: 20px;
}
#page-footer .footer-top ul{
margin: 0;
padding: 0;
}
#page-footer .footer-top ul li{
list-style: none;
margin-bottom: 5px;
}
#page-footer .footer-top ul li a{
color: #333;
font-weight: normal;
font-size: 15px;
text-decoration: none;
transition: all ease 0.4s;
font-weight: 500;
}
#page-footer .footer-top ul li a:hover{
color: #FBAC18;
}
#page-footer .footer-top .foot-contact{
position: relative;
padding-left: 30px;
font-size: 15px;
color: #333;
margin-bottom: 25px;
font-weight: normal;
font-weight: 500;
}
#page-footer .footer-top .foot-contact i{
position: absolute;
font-size: 18px;
left: 0;
top: 0;
}
#page-footer .footer-top .foot-contact a{
color: #333;
text-decoration: none;
transition: all ease 0.4s;
font-size: 15px;
font-weight: normal;
font-weight: 500;    
}
#page-footer .footer-top .foot-contact a:hover{
color: #FBAC18;
}
#page-footer .footer-bottom{
padding: 25px 0;
border-top: 1px solid rgba(0, 0, 0, 0.2);
color: #333;
font-size: 13px;
font-weight: 500;
}
#page-footer .footer-bottom a{
color: #333;
text-decoration: none;
font-weight: 500;
}
#page-footer .footer-bottom a:hover{
color: #FBAC18;
}
#page-footer .footer-bottom .col-md-6:nth-of-type(2){
text-align: right;
}
.menu-main-menu-container{
float: right;
}
#primary-menu {
margin: 0;
padding: 0;
text-align: left;
}
#primary-menu li{
float: left;
display: inline-block;
position: relative;
}
#primary-menu li a{
font-size: 16px;
color: #333333;
font-weight: 600;
display: inline-block;
margin: 0;
padding: 7px 20px;
text-decoration: none;
transition: all ease 0.4s;
line-height: 16px;
border-radius: 100px;
font-weight: 500;
}
#primary-menu li.current-menu-parent li a,
#primary-menu li:hover li a{
background: #fff;
color: #333;
}
#primary-menu li:hover a,
#primary-menu li.current-menu-item a,
#primary-menu li.current-menu-parent a,
#primary-menu li.current-menu-parent li.current-menu-item a,
#primary-menu li:hover li a:hover{
background-color: #FBAC18;
color: #fff;
}
#primary-menu li ul.sub-menu{
position: absolute;
left: 0;
top: 30px;
background-color: #eee;    
padding: 0;
width: 220px;
z-index: 2;
display: none;
border-radius: 5px;
overflow: hidden;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2)
}
#primary-menu li:hover ul.sub-menu{
display: block;
}
#primary-menu li ul.sub-menu li{
width: 100%;
}
#primary-menu li ul.sub-menu li a{
padding: 7px 10px;
font-size: 14px;
border-bottom: 1px solid #cfcfcf;
display: inline-block;
width: 100%;
border-radius: 0;
}
#primary-menu li ul.sub-menu li a:hover{
background-color: #2E3192!important;
color: #fff!important;
}
#primary-menu li ul.sub-menu li:last-of-type a{
border: 0;
}
#primary-menu li .sub-menu li.current-menu-item a{
background-color: #2E3192!important;
color: #fff!important;
}
#primary-menu li .sub-menu li.current-menu-item a:hover{
background-color: #2E3192;
color: #fff;
}
.main-navigation{
display: inline-block;
float: right;
margin-top: 22px;
}
.menu-open, .menu-close{
display: none;
}
.owl-carousel .owl-stage{
display: flex;    
}
.show-more{
display: block;
font-size: 15px;
font-weight: bold;
}
.show-more::before{
content: 'Show More +';
}
.show-more.show-less::before{
content: 'Show less -';
}
.inner-hero-container{
height: 260px;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
color: #fff;
background-attachment: fixed;
margin-bottom: 100px;
}
.inner-hero-container::after{
content: '';
background: rgba(26, 71, 150, 0.9)!important;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
width: 45vw;
border-radius:0 0 300px 0;
}
.page-academic-guardianship .inner-hero-container::after{
width: 58vw;
}
.inner-hero-container.orange::after{
background: rgba(223, 89, 32, 0.9);
}
.inner-hero-container.blue::after{
background: rgba(59, 136, 200, 0.9);
}
.inner-hero-container .container{
position: relative;
z-index: 2;
}
.inner-hero-container .container h1{
font-size: 5rem;
}
.page-content{
padding-bottom: 100px;
}
.page-content img{
float: left;
margin-right: 30px;
margin-bottom: 30px;
width: 40%;
border-radius: 15px;
}
.page-content p{
font-weight: 500;        
}
.page-content h2{
font-size: 3.8rem;
font-weight: bold;
color: #333333;
clear: both
}
.page-content h3{
font-size: 2.4rem;
font-weight: 700;
}
.page-content ol,
.page-content ul{
padding-left: 30px;
display: inline-block;
width: 100%;
}
.page-content ol li,
.page-content ul li{
font-weight: 500;
margin-bottom: 5px;
}
.page-content ul{
margin:15px 0;
padding: 0;
}
.page-content ul li{
position: relative;
width: 100%;
display: inline-block;    
font-size: 1.2em;
font-weight: 500;
padding: 0;
margin: 0;
padding-left: 20px;
list-style: none;
margin-bottom: 10px;
}
.page-content ul li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
left: 0;
color: #FBAC18;    
}
.page-content blockquote{
padding: 50px 80px 30px;
position: relative;
background-color: #eee;
margin-top: 30px;
border-radius: 15px;
}
.page-content blockquote::before{
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
content: "\f10d";
position: absolute;
left: 25px;
top: 20px;
font-size: 4rem;
color: #2E3192;
}
.page-content blockquote p{
font-size: 1.2em;
font-weight: 500;
font-style: italic;
margin-bottom: 20px;
}
.contact-details {
background-color: #eee;
padding:30px 30px 10px;
width: calc(100% - 30px);
height: 100%;
border-radius: 15px;
}
.contact-details .contact-box{
position: relative;
padding-left: 30px;
font-size: 18px;
color: #333;
margin-top: 10px;
font-size: 18px;
width: 100%;
margin-bottom: 10px;
display: inline-block;  
padding-bottom: 15px;
border-bottom: 1px solid #cfcfcf;
}
.contact-details .contact-box:last-of-type{
border: 0;
}
.contact-details .contact-box i{
position: absolute;
font-size: 18px;
left: 0;
top: 0;
color: #FBAC18;
line-height: 25px;
float: left;
}
.contact-details .contact-box a{
color: #333;
text-decoration: none;
transition: all ease 0.4s;
font-size: 17px;
font-weight: 500;
word-break: break-all;
}
.contact-details .contact-box a:hover{
color: #FBAC18;
}
.contact-details .contact-box.follow{
padding-left: 0;
display: inline-block;
margin-top: 30px;
}
.contact-details .contact-box.follow a{
margin-right: 15px;
}
.contact-details .contact-box.follow a:hover i{
color: #FBAC18;
}
.contact-details .contact-box h3{
font-size: 20px;
font-weight: bold;
}
.contact-details .contact-box.follow a{
float: left;
}
.contact-details .contact-box.follow i{
position: static;
transition: all ease 0.4s;
float: left;
}
.contact-map{
margin-top: 100px;
float: left;
width: 100%;
margin-bottom: -10px;
}
.resources-wrap .resource-box .btn-primary{
font-size: 14px;
padding: 7px 25px;
}
.contact-form h2{
font-size: 3.6rem;
font-weight: 300;
}
.contact-form .wpcf7{
margin-top: 30px;
}
.contact-form .wpcf7-form-control-wrap{
width: 100%;
display: inline-block;
position: relative;
}
.contact-form  .wpcf7-not-valid-tip{
position: absolute;
bottom: 0;
font-size: 13px;
}
.contact-form .wpcf7-text, .contact-form  optgroup, .contact-form  select, .contact-form  textarea{
width: 100%;
background-color: #eee;
border: 1px solid #cfcfcf;
margin-bottom: 20px;    
height: 40px;
outline: 0;
padding: 5px 15px;
font-size: 16px;
border-radius: 50px;
}
.contact-form .wpcf7-text:focus,
.contact-form  optgroup:focus,
.contact-form  select:focus,
.contact-form  textarea:focus{
background-color: #fff;
border-color: #FBAC18;
}
.contact-form  textarea{
border-radius: 15px;
}
.contact-form label{
font-weight: bold;
font-size: 15px;
margin-bottom: 5px;
}
.contact-form  textarea {
height: 100px;
}
.contact-form .wpcf7-submit{
width: auto;
float: right;
background-color: #FBAC18;
color: #fff;
font-size: 15px;
border: 0;
transition: all ease 0.4s;
}
.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:focus{
background-color: #0a4022;
border: 0;
outline: 0;
box-shadow: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
margin: 0;
width: 100%;
margin-top: 40px;
font-size: 16px;
background-color: #F63E40;
color: #fff;
border: 0;
padding: 7px 15px; 
}
.wpcf7 form.sent .wpcf7-response-output{
background-color: #31AE33;
}
.sitemap-page{
padding-bottom: 100px;
}
#Sitemp-menu{
padding: 0;
margin: 0;
width: 100%;
max-width: 340px;
}
#Sitemp-menu li{
margin-bottom: 5px;
list-style: none;
width: 100%;
}
#Sitemp-menu li a{
display: inline-block;
padding: 8px 15px;
background-color: #eee;
color: #333;
display: inline-block;
text-decoration: none;
transition: all ease 0.4s;
width: 100%;
transition: all ease 0.4s;
border-radius: 60px;
}
#Sitemp-menu li a:hover{
background-color: #2E3192;
color: #fff;
}
#Sitemp-menu .sub-menu{
margin-top: 5px;
}
#Sitemp-menu .sub-menu li a{
background-color: #eee;
}
#Sitemp-menu .sub-menu li a:hover{
background-color: #2E3192;
}
#Sitemp-menu li a::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0da";
margin-right: 8px;
}
.services-section{
padding: 100px 0;
text-align: center;
background-image: url(//carenestgroup.com/wp-content/themes/carenest/assets/images/services-back.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment:fixed
}
.services-section h2{
margin-bottom: 30px;
display: inline-block;
}
.services-section .services-box{
display: inline-block;
width: 100%;
padding: 30px 60px;
text-align: center;
background-color: #fff;
height: 100%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
text-decoration: none;
border-radius: 15px;    
clear: both;
transition: all ease 0.4s;
}
.services-section .services-box img{
width: 90px;
}
.services-section .services-box:hover{
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2)
}
.services-section .services-box h3{
width: 100%;
font-size: 2.2rem;
font-weight: bold;
color: #333;
text-align: center;
text-decoration: none;
margin-top: 10px;    
}
.services-section .btn{
margin-top: 10px;
}
.services-section .col-md-4{
margin-bottom: 20px;
}
.subscribe-section{
width: 100%;
padding:30px 15px;
background-color: #2E3192;
color: #fff;
text-align: center;
}
.subscribe-section h2{
font-size: 3rem;
margin: 0;
font-weight: 300;
color: #fff;;
}
.subscribe-section .es_subscription_form{
display: flex;
width: 100%;    
max-width: 800px;
margin: auto;
align-items: flex-start;
margin-top: 20px;
}
.subscribe-section .es_subscription_form br{
display: none;
}
.subscribe-section .es_submit_button{
background-color: #FBAC18;
color: #fff;
height: 45px;    
padding: 0 30px;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
border-radius: 0;
border: 0;
transition: all ease 0.4s;
font-weight: bold;
width: auto;
border-radius: 100px;
letter-spacing: 0.5px;
}
.subscribe-section  .es_submit_button:hover{
background-color: #fff;
color: #FBAC18;
}
.subscribe-section  .es-field-wrap{
width: calc(50% - 60px);
margin-right: 15px;
}
.subscribe-section  .es-field-wrap label,
.subscribe-section  .es-field-wrap label input{
width: 100%;
display: inline-block;
}
.subscribe-section  .es-field-wrap label input{
height: 45px;
border: 0!important;
background-color: #fff;
color: #333;
border-radius: 100px;
padding: 0 15px;
font-weight: 600;
font-size: 15px;
outline: 0!important;
box-shadow: none!important;
}
.services-page{
padding-bottom: 0;
}
.services-wrap{
width: 100%;
}
.services-page .container{
margin-bottom: 40px;
}
.service-row{
width: 100%;
display: inline-block;
padding: 50px 0 60px;    
}
.service-row:nth-of-type(odd){
background-color: #eee;
}
.service-row .image{
position: relative;    
width: calc(100% - 50px);    
z-index: 1;
}
.service-row .image img{
width: 100%;
border-radius: 15px;
}
.service-row .image::after{
content: '';
width:100%;
height: 100%;
border-radius: 15px;
background-color: #FBAC18;
position: absolute;
z-index: -1;
left: 15px; 
top: 15px;
}
.service-row .col-md-7 img{
width: 90px;
margin-bottom: 10px;
}
.about-ceo{
width: 100%;
padding-bottom: 80px;
}
.about-ceo .image{
width: calc(100% - 45px); 
display: inline-block;
position: relative;
margin-top: -15px;
}
.about-ceo .image::after{
content: '';
width: 100%;
height: 100%;
border-radius: 15px;
background-color: #FBAC18;
right: -15px;
bottom: -15px;
position: absolute;
z-index: -1;
}
.about-ceo .image img{
width: 100%;
border-radius: 15px;
}
.about-ceo .ceo-content h3{
font-size: 2.8rem;
font-weight: bold;
}
.about-ceo .ceo-content .post{
display: inline-block;
font-size: 1em;
font-weight: 500;
margin-bottom: 20px;
}
.team-page .ceo-message{
width: 100%;
padding: 60px 0;
background-color: #2E3192;
text-align: #fff;
}
.team-page .ceo-message h2{
color: #fff;
text-align: center;
margin-bottom: 30px;
}
.team-page .ceo-message p{
color: #fff;
text-align: center;
font-size: 1.2em;
font-style: italic;
margin-bottom: 20px;
}
.team-page .ceo-message-content{
position: relative;
max-width: 92%;
margin: auto;
padding: 0 50px;
}
.team-page .ceo-message-content::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
position: absolute;
left: 0;
top: -15px;
font-size: 3rem;
color: #fff;
z-index: 99;
}
.team-page .ceo-message-content::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10e";
position: absolute;
right: 0;
bottom: -15px;
font-size: 3rem;
color: #fff;
z-index: 99;
}
.team-member{
padding: 80px 0 100px;
}
.team-row{
padding: 60px 0 60px;
border-bottom: 1px solid #cfcfcf;
}
.team-row:last-of-type{
border: 0;
}
.team-row .image{
width: calc(100% - 45px); 
display: inline-block;
position: relative;
margin-top: -15px;
}
.team-row .image::after{
content: '';
width: 100%;
height: 100%;
border-radius: 15px;
background-color: #FBAC18;
right: -15px;
bottom: -15px;
position: absolute;
z-index: -1;
}
.team-row .image img{
width: 100%;
border-radius: 15px;
}
.team-member h2{
text-align: center;
}
.team-row .team-content h3{
font-size: 2.8rem;
font-weight: bold;
}
.team-row .team-content .post{
display: inline-block;
font-size: 1em;
font-weight: 500;
margin-bottom: 20px;
}
.service-row .image{
position: relative;    
width: calc(100% - 50px);    
z-index: 1;
}
.service-row .image img{
width: 100%;
border-radius: 15px;
}
.service-row .image::after{
content: '';
width:100%;
height: 100%;
border-radius: 15px;
background-color: #FBAC18;
position: absolute;
z-index: -1;
left: 15px; 
top: 15px;
}
.vission-mission{
padding: 30px;
background-color: #FBAC18;
color: #fff;
margin-bottom: 40px;
border-radius: 15px;
width: 50%;
margin: 0 15px;
display: block;
align-items: center;
flex-wrap: wrap;
text-align: center;
justify-content: center;
}
.vission-mission h4{
font-weight: 600;
font-size: 21px;
display: block;
width: 100%;
}
.vision-mission-wrap .vission-mission:last-of-type{
background-color: #2E3192;
}
.vision-mission-wrap{
display: flex;
margin: 0 -15px;
margin-bottom: 50px;
clear: both;    
margin-top: 50px;
}
.page-content ul.core-value{
display: flex;
margin:15px -15px;    
width: auto;
}
.page-content ul.core-value li{
padding: 12px 15px 12px 40px;
background-color: #eee;
border-radius: 10px;
margin: 0 15px;
font-size: 1.05em;
}
.page-content ul.core-value li::before{
left: 17px;
font-size: 22px;
top: 9px;
}
.packages-page{
padding-bottom: 120px;
}
.package-box{
width: 95%;
text-align: center;    
background-color: #eee;
border-radius: 15px;
border-radius: 15px;
overflow: hidden;
height: 100%;
margin: auto;
transition: all ease 0.4s;
border: 1px solid #eee;
}
.package-box:hover{
background-color: #fff;
border: 1px solid #eee;
box-shadow:  0 0 20px rgba(0, 0, 0, 0.2 )
}
.package-box .pakage-header{
background-color: #2E3192;
color: #fff;
padding: 20px 20px 10px;
transition: all ease 0.4s;
}
.package-box:hover .pakage-header{
background-color: #FBAC18
}
.package-box .pakage-header h2{
font-size: 1.4em;
margin-bottom: 5px;
}
.package-box .pakage-header p{
font-size: 14px;
}
.package-box .pakage-header .amount{
font-size: 1.6em;
font-weight: bold
}
.packages-page .col-md-6{
margin-bottom: 50px;
}
.packages-page .package-content{
text-align: left;
padding:20px 15px 20px;
font-size: 1em;
border-bottom: 1px solid #cfcfcf;
min-height: 480px;
}
.packages-page .package-content ul li{
font-size: 14px;
margin-bottom: 8px;
font-weight: 500;
}
.packages-page .package-footer{
padding:30px 20px;    
}
.packages-page .package-footer .btn-primary{
margin-bottom: 15px;
}
.packages-page .package-footer .note{
font-weight: bold;
font-size: 13px;
}
#packagesform-page{
margin-top: 0;
padding-bottom: 100px;
}
#packagesform-page hr{
width: 100%;
margin: 30px 0 40px;
}
#packagesform-page h2{    
font-size: 1.5em;
font-weight: 500;
margin-bottom: 10px;
}
#packagesform-page h3{
font-size: 1.2em;
margin-bottom: 10px;
margin-top: 20px;
color: #FBAC18;
}
#packagesform-page input[type=text],
#packagesform-page input[type=tel],
#packagesform-page input[type=email],
#packagesform-page input[type=date],
#packagesform-page select,
#packagesform-page email{
width: 100%;
background-color: #eee;
border: 1px solid #cfcfcf;
margin-bottom: 20px;
height: 40px;
outline: 0;
padding: 5px 15px;
font-size: 16px;
border-radius: 50px;
}
#packagesform-page input[type=text]:focus,
#packagesform-page input[type=tel]:focus,
#packagesform-page input[type=email]:focus,
#packagesform-page input[type=date]:focus,
#packagesform-page select:focus,
#packagesform-page email:focus{
border-color: #FBAC18;
background-color: #fff;
}
#packagesform-page input[type=submit]{
float: right;
margin-top: 30px;
}
#packagesform-page textarea{
width: 100%;
background-color: #eee;
border: 1px solid #cfcfcf;
margin-bottom: 20px;    
outline: 0;
padding: 5px 10px;
font-size: 16px;
border-radius: 15px;
height: 100px;
}
#packagesform-page textarea:focus{
border-color: #FBAC18;
background-color: #fff;
}
#packagesform-page label{
font-weight: 600;
font-size: 15px;
margin-bottom: 5px;
}
#packagesform-page .wpcf7-list-item{
margin-left: 0;
margin-right: 50px;
}
#packagesform-page .wpcf7-list-item label{
font-weight: 400;
font-size: 1em
}
#packagesform-page .note{
font-size: 14px;
font-weight: 600;
color: #FBAC18
}
.package-classiccare .holiday-program,
.package-holiday-program .holiday-program,
.package-classiccare .holiday-program + hr,
.package-holiday-program .holiday-program + hr{
display: none;
}
.text-link{
font-weight: 600;
color: #2E3192;
text-decoration: none;
transition: all ease 0.4s;
}
.text-link:hover{
color: #FBAC18;
}
#packagesform-page .contract-agreement{
background-color: #ffeddc;
padding: 20px 20px 10px;
margin-bottom: 15px;
border-radius: 15px;
}
span.imp{
color: red;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
border-radius: 10px;
}
.wpcf7-not-valid-tip{
font-size: 14px;
font-weight: 600;
margin-top: -10px;
margin-bottom: 10px;
}
.meet-box-wrap{
border: 1px solid #cfcfcf;
border-radius: 15px;
padding: 20px;    
height: 100%;
}
.meet-row{
margin-top: 30px;
margin-bottom: 50px;
}
.meet-box-wrap .img{
border-radius: 15px;
overflow: hidden;
position: relative;
display: inline-block;
}
.meet-box-wrap .img img{
width: 100%;
float: left;
}
.status{
position: absolute;
right: -45px;
bottom: 25px;
transform: rotate(-35deg);
background-color: #EA4555;
font-weight: bold;
font-size: 14px;
color: #fff;
padding: 5px 40px;
width: 200px;
text-align: center;
}
.status.Soon{
background-color: #4EC274;
}
.meet-box-wrap .content h3{
font-weight: 600;
font-size: 2.4rem;
margin-bottom: 10px;
}
.meet-box-wrap .content {
padding: 15px 0 10px;
}
.meet-box-wrap .content  .date-time{
font-weight: 700;
font-size: 16px;
margin-bottom: 15px;
color: #2E3192;
}
.meet-box-wrap .content  .date-time span{
color: #333;
padding-left: 15px;
}
.meet-box-wrap .content  .content-right a.btn{
padding: 0.8rem 2.5rem 0.6em;
}
.pipelin-content {
padding-bottom: 50px;
}
.pipelin-content ul{
padding: 0;
margin: 0;
display: inline-block;
clear: both;
width: 100%;
margin-bottom: 30px;
}
.pipelin-content ul li{
margin: 0;
padding: 0;
list-style: none;
background-color: #2E3192;
color: #fff;
border-radius: 5px;
margin-right: 15px;
float: left;
padding: 10px 25px;
margin-top: 20px;
font-size: 15px;
font-weight: 500;
}
.sparespoil-page blockquote{
padding: 50px 80px 30px;
position: relative;
background-color: #eee;
margin-top: 30px;
border-radius: 15px;
margin-bottom: 30px;
}
.sparespoil-page blockquote::before{
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
content: "\f10d";
position: absolute;
left: 25px;
top: 20px;
font-size: 4rem;
color: #2E3192;
}
.sparespoil-page blockquote p{
font-size: 1.2em;
font-weight: 500;
font-style: italic;
margin-bottom: 20px;
}
.sparespoil-page blockquote p a{
color: #000;
font-weight: 600;
text-decoration: none;
}
.creativehub-page{
padding-bottom: 10rem;
}
.creativehub-page .col-md-6{
margin-top: 30px;
}
.activity-box{
height: 100%;
border-radius: 10px;
border: 1px solid #cfcfcf;
display: flex;
overflow: hidden;
}
.activity-box .img{
width: 45%;    
}
.activity-box .img img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.activity-box .content{
padding: 20px;
width: 55%;
}
.activity-box .content h3{
font-weight: bold;
color: #2E3192;
font-size: 1.4em;
margin-bottom: 10px;
}
.activity-box .content ul{
padding: 0;
margin: 0;    
}
.activity-box .content ul li{
list-style: none;
position: relative;
padding-left: 25px;
margin-bottom: 5px;
}
.activity-box .content ul li::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
position: absolute;
left: 0;
top: 1px;
font-size: 15px;
color: #FBAC18;
}
.activity-box .content ul li strong{
display: block;
font-size: 1.6rem;
font-weight: 500;
}
.newhome-content{
padding-bottom: 0!important;
}
.newhome-content .herowrap{
background-color: #2E3192;
color: #fff;
text-align: center;
padding: 50px 0;;
}
.newhome-content .herowrap h1{
margin-bottom: 50px;
}
.hometop-content{
padding: 100px 0;
}
.newhome-content ul.core-value{
flex-wrap: wrap;
}
.newhome-content ul.core-value li{
padding: 12px 15px 12px 40px;
background-color: #eee;
border-radius: 10px;
margin: 10px;
font-size: 1.05em;
width: calc(33.333333% - 20px);
}
.service-wrap{
padding: 0 0 100px;
}
.service-wrap .service-title{
text-align: center;
}
.newhome-content .contact-wrap h2{
text-align: left;
}
.newhome-content .contact-wrap a{
font-weight: 600;
color: #fff;
text-decoration: none;
position: relative;
padding-left: 30px;
margin-right: 30px;
transition: all ease 0.4s;;
width: 100%;  
display: inline-block;
margin-top: 10px
}
.newhome-content .contact-wrap a::before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f879";
position: absolute;
left: 0;
color: #FBAC18;
}
.newhome-content .contact-wrap a:hover{
color: #FBAC18;
}
.newhome-content .contact-wrap a:hover::before{
color: #fff;
}
.newhome-content .home-conact-section form{
margin-top: 30px;
text-align: left;
}
.home-conact-section{
background-color: #2E3192;
color: #fff;
padding: 50px 0;
}
.home-conact-section h2{
font-weight: 300;
text-align: left;
color: #fff;
margin-bottom: 20x;
}
.home-conact-section .wpcf7-form-control-wrap{
width: 100%;
display: inline-block;
position: relative;
}
.home-conact-section  .wpcf7-not-valid-tip{
position: absolute;
bottom: -16px;
font-size: 13px;
}
.home-conact-section .wpcf7-text, 
.home-conact-section optgroup, 
.home-conact-section select, 
.home-conact-section textarea, 
.home-conact-section .wpcf7-number{
width: 100%;
background-color: #fff;
border: 1px solid #cfcfcf;
margin-bottom: 20px;    
height: 40px;
outline: 0;
padding: 5px 15px;
font-size: 16px;
border-radius: 50px;
}
.home-conact-section .wpcf7-text:focus,
.home-conact-section  optgroup:focus,
.home-conact-section  select:focus,
.home-conact-section  textarea:focus{
background-color: #fff;
border-color: #FBAC18;
}
.home-conact-section  textarea{
border-radius: 15px;
}
.home-conact-section label{
font-weight: bold;
font-size: 15px;
margin-bottom: 5px;
}
.home-conact-section textarea {
height: 100px;
}
.home-conact-section .wpcf7-submit{
width: auto;
float: right;
background-color: #FBAC18;
color: #fff;
font-size: 15px;
border: 0;
transition: all ease 0.4s;
margin-top: 25px
}
.home-conact-section .wpcf7-submit:hover,
.home-conact-section .wpcf7-submit:focus{
background-color: #0a4022;
border: 0;
outline: 0;
box-shadow: none;
}
.home-conact-section .wpcf7 form.invalid .wpcf7-response-output,
.home-conact-section .wpcf7 form.unaccepted .wpcf7-response-output,
.home-conact-section .wpcf7 form.sent .wpcf7-response-output{
margin: 0;
width: 100%;
margin-top: 40px;
font-size: 16px;
background-color: #F63E40;
color: #fff;
border: 0;
padding: 7px 15px; 
}
.home-conact-section .wpcf7 form.sent .wpcf7-response-output{
background-color: #31AE33;
}
.other-services{
padding-top: 80px;
}
.other-services h2{
text-transform: uppercase;
}
.other-services h3{
margin-bottom: 15px;
}
@media screen and (max-width:1400px){
#primary-menu li a{
padding: 7px 15px;
font-size: 15px;
}
.hero-container .owl-nav{
max-width: 1142px;
}
html{
font-size: 60%;
}
body {
font-size: 17px;        
}
.consult-qna-section .container::before,
.consult-qna-section .container::after{
opacity: 0.2;
}
.packages-page .package-content{
min-height: 600px
}
}
@media screen and (max-width:1200px){
html{
font-size: 50%;
}
body{
font-size: 15px;
}
.menu-open{
display: inline-block;
float: right;
font-size: 24px;
margin-top: 20px;
margin-right: 0;
}
.menu-close{
display: inline-block;        
float: right;
position: absolute;
top: 10px;
right: 20px;
}
.main-navigation{
position: fixed;
top: 0;
bottom: 0;
right: 0;
background-color: #eee;
padding:40px 20px;
width: 280px;
margin: 0;
right: -300px;
transition: all ease 0.4s;
z-index: 999;
}
.main-navigation.open{
right: 0;
}
#primary-menu li{
width: 100%;
border-bottom: 1px solid #cfcfcf    ;
}
#primary-menu li a{
width: 100%;
padding: 8px 10px;
}
#primary-menu li ul.sub-menu{
width: 100%;
display: block;
position: static;
}
.header-top .col-lg-5 .custom-html-widget{
float: right;
}
.hero-container .slide{
height: 440px;
}
.commitment-section .col-md-8.commitment-content{
padding: 30px 60px;
}
.commitment-section .col-md-8.commitment-content::before{       
left: 25px;
top: 20px;
font-size: 25px;        
}
.about-us-section,
.services-section,
.team-section{
padding: 60px 0;
}
.steering-member .image{
width: 28%;
margin-right: 3%;
}
.steering-member .member-content-wrap{
width: 69%;
}
.steering-member .member-content{
margin-bottom: 10px;
}
.inner-hero-container{
height: 180px;
}
.header-bottom .logo-container{
width: 230px;
}
.packages-page .package-content ul li{
font-size: 13px;
}
#primary-menu li ul.sub-menu{
box-shadow: none;
}
#primary-menu li .sub-menu li a{
padding-left: 25px!important;
background-color: none
}
}
@media screen and (max-width:991px){
html{
font-size: 44%;
}
body{
font-size: 14px;
}
.hero-container .slide{
height: 380px;
}
.commitment-section .col-md-8.commitment-content{
padding: 30px;
}
.commitment-section .col-md-8.commitment-content::before{
left: 7px;
top: 17px;
font-size: 18px;
}
.footer-top .col-md-6{
margin-bottom: 50px;
}
.hide-small{
display: none;
}
.resources-wrap .resource-box{
width: calc(50% - 30px)
}
.disrupter-section{font-size: 2.4rem}
.services-section .services-box{
padding:20px 10px;
}
.btn, .wpcf7-submit{
font-size: 13px;
}
.inner-hero-container{
margin-bottom: 60px;
}
.packages-page .package-content{
min-height: 410px;
}
#primary-menu li a,
#primary-menu li ul.sub-menu{
border-radius: 0;
}
#primary-menu li ul.sub-menu li a{
background-color: #dcdcdc;
}
}
@media screen and (max-width:767px){
html{
font-size: 45%;
}
.five-rules{
margin-top: 0;
}
.five-rules .rule-wrap{
flex-wrap: wrap;
margin: 0 -15px;
}
.five-rules .rule-wrap .rules{
width: 50%;
}
.five-rules .rule-wrap .rules:last-of-type{
width: 100%;
}
.hero-container .slide{
height: calc(100vh - 110px);
min-height: 440px;
max-height: 550px;
}
.menu-open{
margin-top: 12px;
}
.disrupter-section h2{
display: block;
width: 100%;
margin-bottom: 10px;
}
.disrupter-section .col-md-12{
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.disrupter-section .btn{
margin: auto;
}
.about-us-section img{
margin-top: 40px;
}
.whoweare-section .btn{
float: left;
}
.consult-qna-section::before,
.consult-qna-section .container::before{
display: none;
}
.consult-qna-section{
padding: 0;
}
.consult-qna-section .consult{
background-color: #2E3192;
background-image: url(//carenestgroup.com/wp-content/themes/carenest/assets/images/dark-blue-patter.jpg);
background-repeat: repeat;
background-size: auto;
background-position: center;
padding: 40px 10px;
margin: 0 -15px;
}
.consult-qna-section .consult::before{
content: '';
position: absolute;
left: 0;
top: 0;
background-image: url(//carenestgroup.com/wp-content/themes/carenest/assets/images/white-icon.png);
background-repeat: no-repeat;
background-size: auto;
background-position: center left;
height: 100%;
z-index: 0;
width: 250px;
opacity: 0.2;
}
.consult-qna-section .container .qna::after {
content: '';
position: absolute;
right: 0;
top: 0;
background-image: url(//carenestgroup.com/wp-content/themes/carenest/assets/images/blue-icon.png);
background-repeat: no-repeat;
background-size: auto;
background-position: center right;
width: 250px;
height: 100%;
z-index: 0;
opacity: 0.2;
}
.consult-qna-section .container .qna {
padding: 40px 10px;
margin: 0 -15px;
background-color: #2E3192;
background-image: url(//carenestgroup.com/wp-content/themes/carenest/assets/images/grey-pattern.jpg);
background-repeat: repeat;
background-size: auto;
background-position: center;        
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
padding-left: 15px;
padding-right: 15px;
}
#page-footer .footer-top{
padding-bottom: 0;
}
#page-footer .footer-bottom{
text-align: center;
}
#page-footer .footer-bottom .col-md-6:nth-of-type(2){
text-align: center;
margin-top: 10px;
}
.steering-member{
padding: 20px;
}
.steering-member .image{
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}    
.steering-member .member-content-wrap{
width: 100%;
}
.steering-member,
#team-member .team-member{
flex-wrap: wrap;
}
#team-member .team-member .image{
width: 100%;
margin-bottom: 20px;
}
#team-member .team-member .content{
width: 100%;
padding: 0;
}
.secretariet.steering-member .image{
width: 100%;
margin-bottom: 20px;
}
.secretariet.steering-member .member-content-wrap{
width: 100%
}
.secretariet.steering-member .image img{
height: 60px;
}
#team-member .team-member .content .team-content{
max-height: 195px;
overflow: hidden;
transition: all ease 0.4s;
}
#team-member .team-member .content .team-content.open{
max-height: 1500px;
}
#team-member .team-member .content .show-more{
display: block;
}
.whowe-menu .sub-menu{
display: none!important;
}
.qanda-page .accordion-button{
line-height: 3.2rem;
}
.endorsement-section .endorsement{
padding: 60px 25px 25px;
}
.inner-hero-container{
height: 180px;
}
.resources-wrap .resource-box{
width: calc(100% - 30px);
padding: 15px 20px 20px;
}
.resources-wrap .resource-box .info{
font-size: 13px;
}
.inner-hero-container{
margin-bottom: 60px;
}
.contact-details{
width: 100%;        
}
.contact-form{
margin-top: 60px;
}
.contact-details .contact-box a{
font-size: 16px;
}
.inner-hero-container::before{
width: 80px;
}
.inner-hero-container::after{
width: 90vw;
}
.hero-content h1{
font-size: 4rem;
line-height: 4.5rem;
}
.hero-container .slide .hero-img{
position: static;        
object-position: right;
height: 260px;
margin-bottom: 30px;
}
.hero-container .slide{
padding-top: 0;
align-items: flex-start;
flex-wrap: wrap;
background-color: #fff;
padding-bottom: 40px;
min-height: 600px;
}
.hero-container .owl-carousel .owl-nav button{
top: 18%;
}
.about-us-section img{
width: 100%;
margin-bottom: 30px;
}
.services-section .col-md-4{
margin-bottom: 30px;
}
.team-section img{
width: 100%;
margin-top: 30px;
}
.foot-details{
margin-bottom: 50px;
}
.page-content img{
width: 100%;
margin: 0;
margin-bottom: 15px;
}
.page-content blockquote,
.sparespoil-page blockquote{
padding: 70px 25px 10px;
}
.service-row .image{
width: calc(100% - 20px);
margin-bottom: 50px;
}
.about-ceo .image{
width: calc(100% - 20px);
margin-bottom: 50px;
}
.team-page .ceo-message-content{
width: 100%;
padding: 20px 0;
}
.team-row{
padding: 40px 0;
}
.team-row .image{
width: calc(100% - 20px);
margin-bottom: 50px;
}
.subscribe-section .es-field-wrap{
width: 100%;
margin: 0;
margin-bottom: 20px;
}
.subscribe-section .es_subscription_form{
flex-wrap: wrap;
}
.subscribe-section .es_submit_button{
width: 100%;
}
.vision-mission-wrap{
flex-wrap: wrap;
}
.vission-mission{
width: 100%;
margin-bottom: 30px;
}
.page-content ul.core-value{
flex-wrap: wrap;
margin:15px 0;
}
.page-content ul.core-value li{
width: 100%;
margin: 0;
margin-bottom: 10px;
}
.header-bottom .logo-container{
width: 190px;
}
.packages-page .package-content ul li{
font-size: 14px;
}
.packages-page{
padding-bottom: 40px;
}
.packages-page .package-content{
min-height: inherit;
}
.page-academic-guardianship .inner-hero-container::after{
width: 90vw;
}
.activity-box{
flex-flow: wrap;
}
.activity-box .img{
width: 100%;        
height: 200px;
}
.activity-box .content{
width: 100%;
}
.newhome-content .contact-wrap a{
padding-left: 22px;
margin-right: 10px;
}
}