:root {
    --blue: #287aac;
    --white: #ffffff;
    --black:#000000;
    --red:#ec4e4f;
    --blue-dark:#162E40;
    --blue-light:#BFCCD9;
    --gray-light:#eee;
}

body{margin:0px;padding:0px;font-family: 'Nunito Sans', sans-serif;font-size: 16px;color:#263745}
button{border:none;}
a:focus, a:hover, button:focus, button:hover{text-decoration:none;outline: none;}
a{transition: all 0.5s ease; text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-weight: 800; font-family: 'Nunito Sans', sans-serif; letter-spacing: 0.1px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 1rem;
}
.h2, h2 {
    font-size: 2rem;
}

h2 span{
    color:var(--blue)
}

h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.clearfix{clear:both}
img{max-width: 100%;}
.wrapper{min-height: calc(100vh - 128px);}
header.header-section{background:#fff}
header .logo{padding:10px 0}
header .logo img{ max-height: 100px;}
.footer-logo img{ max-height: 110px;}
.primary-color-bg{
    background-color:var(--blue)
}
.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.font-semibold{
    font-weight: 700;
}
.secondary-color-bg{
    background-color:var(--blue-dark);
    color:var(--white);
}
.blue-light-bg{
    background-color:var(--blue-light);
}
.info-color-bg{
    background-color:var(--red)
}
.gray-light-bg{
    background-color:var(--gray-light)
}
.sticky{
    position: sticky;
    top: 0;
    z-index: 11;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.navbar{margin-top:0px;padding:0px;}
.navbar li a{
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0;
    font-weight: 700;
    text-decoration: none;
}
.navbar li.current-menu-item a{color:#287aac;font-weight:700}
.navbar li:first-child{margin-left:0}
.navbar li a:after,.navbar li a:before, .navbar li.current-menu-item a:before  {transition: all .5s;}
.navbar li a:hover {color:#287aac}
.navbar li a, .navbar li a {position: relative;}
.navbar li a:before, .navbar li a:before {position: absolute;bottom: 0;left: 0;right: 0;margin: auto;width: 0%;content: '.';color: transparent;
background:#287aac;height:3px;}

.navbar li a:hover:before, .navbar li.current-menu-item a:before {width: 100%;}
.navbar li{margin:0 20px;}
.navbar li:last-child{margin-right:0px;}
.login-btn{ position: absolute; right:15px; top: 0;opacity: 1;transition: all 0.5s ease;}
.login-btn a{background:#2d9cca;min-width:160px;display:block;text-align:center;font-size: 12px;color:#fff;text-transform: uppercase;position:relative;padding:10px 15px 5px;letter-spacing:2px;}
.login-btn a:after {content: '';border-left:80px solid transparent;border-right:80px solid transparent;border-top: 10px solid #2d9cca;
    position: absolute;bottom: -10px;right: 0px;left: 0px;margin: auto;}

.navbar{padding:17px 0;}
.header-right{display: flex;margin:0px;padding:0px; justify-content: flex-start;}
.header-right li{ list-style: none;margin-left:12px;}
.header-right li a{
    color: #fff;
    padding: 7px 25px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    background: #ec4e4f;
    border-radius: 5px;
}
.header-right li a:hover{
    color: #fff;
    background: #000;
} 
.header-right li .subscribe-btn{background:#ec4e4f}
.header-right li .subscribe-btn:hover{color: #fff;
    background: #000;}
.header-right li a.icon-tag{border:none;padding:8px 15px}

.navbar .search-icon{color:#fff;padding:0;line-height:36px;font-size:30px;text-align:center}
.navbar .search-icon:hover{background:none;color:#fff}

.header-inner{position: relative;}
.header-inner .container{ position: relative;}

.text-red{
    color:#EC4E4F;
}

.how-work-image{
    text-align: center;
    margin-top: -200px;
    pointer-events: none;
}

.btn-primary{
    background: #ec4e4f;
    color: #fff;
    padding: 7px 25px;
    font-weight: 700;
    font-size: 16px;
    border-color:transparent
}

.btn-primary:hover, .btn-primary:focus{
    background:#000;
    color:#fff;
    border-color:transparent
}

.btn-secondary{
    background: var(--blue-dark);
    color: #fff !important;
    padding: 7px 25px;
    font-weight: 700;
    font-size: 16px;
    border-color:transparent
}

.btn-secondary:hover, .btn-secondary:focus{
    background:#000;
    color:#fff;
    border-color:transparent
}

.footer-top{
    font-size:18px;
}

.footer-top a:hover{
    text-decoration: underline;
}

footer.site-footer{
    background-color:var(--blue-dark);
    padding:60px 0 0; 
    position: relative;
}
footer.site-footer h3{color:#ec4e4f;font-size:16px;margin-bottom:10px;font-family: 'Nunito Sans', sans-serif;font-weight:700; position: relative;}
footer.site-footer .footer-newsletter h3{font-size:18px;color:#fff;}
.footer-text{
    color: #ddd;
    margin-top: 15px;
    font-size: 14px;
}
.footer-menu{padding-bottom:30px;}
.footer-menu ul{margin:0px;padding:0px; display: block;}
.footer-menu ul li{list-style: none;padding:6px 0px 6px; line-height: 15px;}
.footer-menu ul li a{
    color: #ddd;
    text-transform: none;
    font-size: 14px;
}
.footer-menu ul li a:hover{color:#fff}

footer .social-icons{margin:0px;padding:0px 0px;}
footer .social-icons li{list-style: none;margin-left:0px;}
footer .social-icons li a{display: block;margin:0 5px}
footer .social-icons li a i{width:30px;height:30px;background:#fff;display: flex;transition: all 0.5s ease; align-items: center; justify-content: center;border-radius: 50%;color: #ec4e4f;font-size:15px;}
footer .social-icons li a:hover i{background:#ec4e4f;color:#fff}

footer .copyright{border-top:solid 1px #4f5d68;padding:15px 15px 10px;text-align: center; font-size:14px;color:#ddd;}
footer .copyright a{color: #fff;margin:0 10px;}
footer .copyright a:hover{color:#29658a}
.copyright-text{text-align:left;}
.bottom-link{text-align: right;}

.scroll-top{ opacity: 0;transition: all 0.5s ease;border: none;position:fixed;right: 25px;bottom: 50px;width: 40px;height: 40px;background:#ec4e4f;font-size: 20px;color: #fff; display: flex; align-items: center;justify-content: center; z-index: 1;}
.scroll-top.show{opacity:1}
.scroll-top:hover{background:#4f5d68;color:#fff}
.modal-body{padding:0}
.form-popup form.ajax-form{margin:auto;}
.form-popup form.ajax-form .alert-success{margin-bottom: 10px;padding-bottom:3px}
.form-popup h3{text-transform: uppercase;margin-bottom: 15px;}
.form-popup .img-wrap {
    padding: 15px 0 15px;
    background: #eee;
    margin: 0;
}
.form-popup .img-wrap img{max-width: 60px;}
.form-popup .form-style .input-group .error{width:100% !important;font-size:12px;margin:0px !important; text-align: left;}
.form-popup .form-style .input-group{position: relative;}
.form-popup .form-style .input-group .input-group-addon{
    z-index: 11;
border-radius: 0 !important;
background: #2f4454;color: #fff;border-radius: 0 3px 3px 0;width: 40px;line-height: 37px;font-size: 19px; position: absolute; left: 0;}
.form-popup .btn-default{padding:8px 35px 8px;font-size:16px;}
.form-popup .forgot-password-link{display: block;text-align: center;}
.form-popup .create-account-link{display: block; text-align: center;}
.form-popup .or-seprator{padding:10px 0 5px}
.form-popup a{color:#2f4454}

.forgot-password-link a:hover{
    text-decoration: underline;
}

.form-control:focus{
    box-shadow:0 0 0;
    border:1px solid #000;
}

.login-page .input-group .form-control{
    padding-left: 50px;
    background: #fff;
}

.access-body{
    padding: 20px;
}
.form-popup button.close{ position: absolute; right:10px;}

.default-popup~.modal-backdrop{background:rgba(0,0,0);}
.article-start-end-date{padding-bottom: 15px;}



.testimonial-list img{
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
}

.container-inner{
    padding:0 15px;
    max-width: 1100px;
    width: 100%;
    margin:auto
}

.designation{
    font-size: 14px;
}

.testimonial-list .package-des{
    position: relative;
}

.testimonial-list .package-des:after{
    position: absolute;
    content: "";
    border-top: 21px solid #fff;
    border-right: 0px solid #fff;
    border-left: 22px solid transparent;
    bottom: -20px;
    left: 40px;
    transform: rotate(270deg);
}

.pattern{
    background: url(../images/pattern.png) no-repeat center top;
}

.step-box .step-icon{
    width: 120px;
    height: 120px;
    background-color: var(--red);
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    padding: 25px;
}

.step-block:nth-child(2) .step-box .step-icon{
    background-color: var(--black);
}

.step-block:nth-child(2) .step-box,
.step-block:nth-child(4) .step-box{
    margin-top: 100px;
}

.step-block:nth-child(4) .step-box .step-icon{
    background-color: var(--black);
}

.step-box:after{
    content:"";
    background: url(../images/process.png) no-repeat center top;
    width: 98px;
    height: 53px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}

.step-block:nth-child(2) .step-box:after{
    content:"";
    background: url(../images/process-new.png) no-repeat center top;
    width: 98px;
    height: 53px;
    display: block;
    position: absolute;
    top: 150px;
    right: 10px;
}

.step-block:nth-child(4) .step-box:after{
    display:none;
}

.inner-banner-section{
    position: relative;
}

.inner-banner-section img{
    height: 270px;
    object-fit: cover;
    width: 100%;
}

.inner-banner-section .page-heading{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
}

.bg-overlay{
    background:rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.inner-banner-section .page-heading h1{
    font-size: 3rem;
}

.mask{
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iw5HDq8Ouw6lfMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MzIuOSA0MzAuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDMyLjkgNDMwLjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0xODguMSwxLjNDMjcuMy0xNi4yLTcxLjksMTQzLjcsNjMuOSwxODAuNGM0My41LDExLjgsNTguNiw1NS43LDc1LjcsOTguNUMzMTYuOCw3MjMuNyw2NzMuNyw1NC40LDE4OC4xLDEuM3oiLz4NCjwvc3ZnPg0K");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
}

.separate{
    margin-right: 5px;
}

.testimonial-author{
    margin-left:5px;
}

.account-nav li a{
    color: #fff;
    display: block;
    padding: 3px 0;
}

.profile-img img.photo{
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.browse-upload{
    border: 1px solid #aaa;
    padding: 8px;
    margin-top: 15px;
}

.browse-upload .choosephoto{
    width: 100%;
}

.browse-upload .uploadpic .btn-default{
    width: 100%;
}

body.modal-open{
    overflow: hidden;
}

/* ==========================================
         Contact Page Start
=====================================*/



.address-tab{display: flex;align-items: center}
.address-tab .inner,.contact-tab .inner{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px;
}
.contact-pg{
    background: #eee;
}
.address-tab .inner:after,.contact-tab .inner:after{content:"";clear: both;display: table}

.address-tab .inner .head,.address-tab .inner .body{position: relative}

.address-tab .inner .head{margin-bottom:30px}
.address-tab .inner .head .heading{line-height: 1;margin-bottom:10px}
.address-tab .inner .head p{font-size:18px;}

.address-block{position:relative}
.address-block~.address-block{margin-top:30px}
.address-block:after{content:"";clear: both;display: table}
.address-block .add-ttl{color:#ec4e4f;display: block;line-height: 1;margin-bottom:10px} 
.address-block p,.address-block a{font-size:16px;color:#263745;font-weight:300;line-height: 1.6}
.address-block a:hover{color:#ec4e4f} 
.address-block .social-icons{justify-content: flex-start !important;margin:0;padding:0;}
.address-block .social-icons li{list-style: none;margin-right:10px}
.address-block .social-icons li a{border:solid 1px #2f4454;width:32px;height: 32px;color:#2f4454;border-radius: 50%;font-size: 18px;display: flex; align-items: center; justify-content: center;}
.address-block .social-icons li a:hover{background:#fff;}


input[type="submit"]{background:#ec4e4f;color:#fff;border-radius:0;font-size: 12px;font-family: 'Nunito Sans', sans-serif;text-transform: uppercase;
    color: #fff;letter-spacing: 2px;border: none;padding:10px 25px;font-weight: 700;}

input[type="submit"]:hover{background:#2f4454;color:#fff}

.form-group .wpcf7-text{
    padding: 10px 15px;
    width: 100%;
}

.form-group .wpcf7-textarea{
    padding: 10px 15px;
    width: 100%;
    height:150px
}

/* ==========================================
         Contact Page End
=====================================*/

#signUpModal .title{ margin-top: 16px;}
#signupForm a{ color: #ec4e4f;}
#signupForm a:hover{ color: #2f4454;}
#signupForm #privace-error{ position: absolute; margin: 20px 0 0;}
.benefits_image img{ height: auto;}
