/*
Theme Name: ISIPP
Description: WordPress theme with Custom Menu, Header and Background along with Logo, Favicon, Featured Image, Google Custom Search Integration and more options.
Version: 1.0
Author: ROHIT
Author URI: rohit.rt23@gmail.com
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, orange, light, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, flexible-width, full-width-template, buddypress
*/


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
ul{
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
a{
    color: #000;
    outline: 0;
    text-decoration: none;
}
a:focus, a:hover{
    color: #d7a661 !important;
    text-decoration: none;
    outline: 0;
}
img {
    height: auto;
    max-width: 100%;
    width: auto;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
body{
    font-family: 'Nunito', sans-serif;
    color: #666666;
    font-size: 17px;
    font-weight: 400;
}
body p{
    margin-bottom: 15px;
}

div#main-wrapper {
    overflow: hidden;
}

.container{
    width:85%;
    margin:0 auto;
    overflow:hidden
}


.header-wrapper {
    text-align: center;
    padding: 15px 0 5px;
}

.isipp-site-logo img {
    width: 200px;
}
.banner-section-container {
    padding: 80px 0;
    width: 60%;
}

.banner-section-wrapper {
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-position: center !important;
}

.banner-section-container .banner-heading {
    font-size: 75px;
    color: #456d74;
    line-height: 90px;
}

.banner-content {
    overflow: hidden;
    margin-bottom: 20px;
}

.banner-content img {
    float: left;
    width: 80px;
    position: relative;
    margin-top: -20px;
    margin-right: 10px;
}

.small-text {
    font-size: 18px;
}

.light-text {
    font-weight: 300;
}

.form-container {
    padding: 25px 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.form-container h1 {
    color: #caac5f;
    font-size: 36px;
    margin-bottom: -10px;
}

.form-container input.form-control {
    background: #fff;
    height: 50px;
    font-size: 18px;
    color: #666;
    border: solid 1px #b2b2b2;
    border-radius: 8px;
    display: block;
    width: 100%;
    font-weight: 400;
    padding-left: 7px;
    outline: #caac5f;
}

.form-container .form-group {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.form-container .form-group:nth-child(2) {
    margin-right: 0;
}
.form-container input.form-control:focus {
    border: 1px solid #CAAC5F;
}

.form-container .form-wrap {
    display: block !important;
    overflow: hidden;
}
.form-container .form-group:nth-child(3) {
    width: 100%;
}
.form-container label.check-content a.primary-color {
    font-family: 'Nunito', sans-serif !important;
    color: #456d74;
}
.form-container .form-group:nth-child(3) {
    width: 100%;
}

.form-container label.check-content {
    font-size: 12px;
    color: #000;
}

.form-container label.check-content a.primary-color {
    font-family: 'Nunito', sans-serif !important;
    color: #456d74;
}
.form-container .ssl-container {
    margin: 10px 0 20px;
    color: #456D74;
    font-size: 14px;
}
.form-container .btn-primary {
    border-radius: 40px;
    text-transform: uppercase;
    padding: 10px 60px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    font-size: 1rem;
    line-height: 1.5;
    background: #caac5f;
    cursor: pointer;
}
.form-container .terms-policy-wrap {
    line-height: 20px;
}
.form-container .terms-policy-wrap hr {
    display: block;
    margin-top: 10px;
}
.second-section-container {
    overflow: hidden;
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.left-side-container, .right-side-container {
    float: left;
    width: 50%;
}

.second-section-wrapper .left-side-container h1 {
    font-size: 65px;
    line-height: 77px;
    color: #456D74;
    margin-bottom: 20px;
}
.rounded-btn.colored-btn {
    background: #caac5f;
    color: #FFF;
    padding: 15px 45px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 20px;
    transition: all .5s;
}
a.rounded-btn.colored-btn:hover {
    color: #FFF !important;
    background: #456D74;
}
.second-section-wrapper .right-side-container {
    text-align: center;
}
.second-section-wrapper .right-side-container h1 {
    font-weight: 700;
    font-size: 250px;
    color: #caac5f;
    font-style: normal;
    line-height: 230px;
}
.second-section-wrapper .right-side-container h3 {
    color: #caac5f;
    font-size: 38px;
}
.second-section-wrapper .left-side-container {
    padding-right: 50px;
}
.third-section-wrapper {
    background: #f4f4f4;
    overflow: hidden;
    padding: 80px 0;
}
.third-section-container {
    display: flex;
    overflow: hidden;
    align-items: center;
}
.third-section-wrapper .right-side-container h1 {
    font-size: 65px;
    line-height: 77px;
    color: #456D74;
    margin-bottom: 20px;
}
.third-section-container .left-side-container {
    padding: 0 50px;
}
.section-inner-conainer ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 25px;
}
.section-inner-conainer ul li {
    margin-bottom: 10px;
}
.third-section-container .right-side-container {
    padding: 0 50px;
}
.fourth-section-wrapper {
    overflow: hidden;
    padding: 80px 0;
}
.fourth-section-wrapper .left-side-container h1 {
    font-size: 65px;
    line-height: 77px;
    color: #456D74;
    margin-bottom: 20px;
}
.fourth-section-container {
    display: flex;
    overflow: hidden;
    align-items: center;
}
.fifth-section-wrapper {
    background: #f4f4f4;
    overflow: hidden;
    padding: 80px 0;
}
.fifth-section-container {
    display: flex;
    overflow: hidden;
    align-items: center;
}
.fifth-section-wrapper .right-side-container h1 {
    font-size: 65px;
    line-height: 77px;
    color: #456D74;
    margin-bottom: 20px;
}
.fifth-section-container .left-side-container {
    padding: 0 20px;
}
.sixth-section-wrapper {
    overflow: hidden;
    padding: 80px 0;
}
.sixth-section-wrapper h1 {
    font-size: 65px;
    line-height: 77px;
    color: #456D74;
    margin-bottom: 20px;
}
.sixth-section-content {
    font-size: 17px;
}

.sixth-section-content a {
    color: #456D74;
}

.sixth-section-content p {
    margin-top: 10px;
}
.new-pre-retirement-calc-wrapper {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}
.range-input::-webkit-slider-thumb, .investment-input::-webkit-slider-thumb, .retirement-age::-webkit-slider-thumb, .retirement-amount::-webkit-slider-thumb {
    appearance: none;
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 30px;
    border-radius: 25px;
    background: #caac5f;
    cursor: pointer;
}

.range-input::-moz-range-thumb, .investment-input::-moz-range-thumb, .retirement-age::-moz-range-thumb, .retirement-amount::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background: #caac5f;
    cursor: pointer;
}

.range-input::-ms-range-thumb, .investment-input::-ms-range-thumb, .retirement-age::-ms-range-thumb, .retirement-amount::-ms-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background: #caac5f;
    cursor: pointer;
}
.retirement-amount, .retirement-age {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 10px;
    background: linear-gradient(to right, #456d74 0%, #456d74 50%, #8e8e8e 50%, #8e8e8e 100%);
    outline: none;
    border-radius: 5px;
    margin-right: 5%;
    margin-top: 10px;
    transition: background 450ms ease-in;
    width: 100%;
}

.retirement-age-container, .retirement-amount-container {
    overflow: hidden;
    border: 1px solid #666666;
    border-radius: 15px;
    padding: 20px;
}

.retirement-age-inner-conteiner, .retirement-amount-inner-conteiner {
    width: 40%;
    margin: 30px auto 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #456d74;
    border-radius: 15px;
    padding: 10px 0 10px 15px;
}
.retirement-eta-wrapper {
    overflow: hidden;
}
.retirement-eta-inner-wrapper {
    background: #caac5f;
    border-radius: 15px;
    margin: 25px 0 0 0;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
    float: left;
    width: 64%;
}

.new-pre-retirement-calc-wrapper h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 35px 0 15px;
}

.retirement-eta-inner-wrapper p {
    color: #FFF;
    font-weight: 700;
    margin: 5px;
    font-size: 22px;
}

.new-pre-retirement-calc-wrapper .retirement-eta-inner-wrapper h3 {
    margin: 0;
    font-weight: 700;
    font-size: 30px !important;
}

.retirement-eta-inner-wrapper.percent {
    background: #8e8e8e;
    float: right;
    width: 31%;
}

.retirement-amount-inner-conteiner span.currency {
    font-weight: 700;
    color: #456d74;
}

.retirement-age-text {
    width: 100%;
    text-align: center;
    padding-right: 15px;
}

.retirement-amount-text, .retirement-age-text {
    border: none;
    outline: none;
    font-weight: 700;
    color: #456d74;
    background: transparent;
    font-size: 19px;
    font-family: 'Nunito', sans-serif;
}

.pre-retirement-popups-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999999999;
    display: none;
}

.pre-retirement-popups-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #456d74;
    padding: 30px;
    z-index: 9999999999;
    width: 40%;
    border-radius: 7px;
    border: 2px solid #caac5f;
    display: none;
}

.pre-retirement-popups-wrapper span.close {
    position: absolute;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    padding: 0 5px;
    right: 7px;
    top: 7px;
    font-size: 15px;
    cursor: pointer;
    text-shadow: none;
    opacity: 1;
}

.pre-retirement-popups-wrapper p {
    color: #FFF;
    text-align: left;
}

.pre-retirement-popups-wrapper p a {
    color: #caac5f;
}

.seventh-section-wrapper {
    background: #456d74;
    overflow: hidden;
    padding: 80px 0;
    color: #FFF;
}
.seventh-section-wrapper h1 {
    font-size: 65px;
    line-height: 77px;
    color: #FFF;
    margin-bottom: 20px;
}
.seventh-section-wrapper .left-side-container {
    width: 70%;
}
.seventh-section-wrapper .right-side-container {
    width: 30%;
    text-align: center;
}
.seventh-section-wrapper .right-side-container img {
    background: #FFF;
    border-radius: 10px;
    width: 200px;
}
.eighth-section-wrapper {
    overflow: hidden;
    padding: 80px 0;
    background: #eeeeee;
}

.eighth-section-container {
    overflow: hidden;
}

.fund-section-container {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    box-shadow: 0 5px 25px -5px rgb(0 0 0 / 20%), 0 5px 10px -5px rgb(0 0 0 / 4%);
    background: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
}

.fund-section-container:nth-child(2n+2) {
    margin-right: 0;
}
.eighth-section-wrapper {
    overflow: hidden;
    padding: 80px 0;
    background: #eeeeee;
}

.eighth-section-container {
    overflow: hidden;
}

.fund-section-container {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    box-shadow: 0 5px 25px -5px rgb(0 0 0 / 20%), 0 5px 10px -5px rgb(0 0 0 / 4%);
    background: #FFF;
    padding: 30px 50px;
    text-align: center;
    border-radius: 30px;
}

.fund-section-container:nth-child(2n+2) {
    margin-right: 0;
}

.fund-section-container h4 {
    font-size: 48px;
    color: #456d74;
}

.fund-section-container p {
    color: #caac5f;
    margin-bottom: 30px;
}

.fund-section-container div {
    font-size: 18px;
    margin-bottom: 30px;
}
.fund-section-container .fund-btn {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: 700;
}

.fund-section-container a.fund-read-more-btn {
    border: 2px solid #456d74;
    color: #456d74;
}

.fund-section-container a.fund-apply-btn {
    border: 2px solid #caac5f;
    background: #caac5f;
    color: #FFF;
}

.fund-section-container a.fund-apply-btn:hover {
    background: #456d74;
    color: #FFF !important;
    border: 2px solid #456d74;
}

.fund-section-container a.fund-read-more-btn:hover {
    background: #456d74;
    color: #FFF !important;
}
.seventh-section-container {
    display: flex;
    overflow: hidden;
    align-items: center;
}
.ninth-section-wrapper {
    background: #f4f4f4;
    overflow: hidden;
    padding: 80px 0;
}

.ninth-section-container {
    overflow: hidden;
	    padding: 0 10px;
}

.blog-post-container {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #FFF;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 25px -5px rgb(0 0 0 / 20%), 0 5px 10px -5px rgb(0 0 0 / 4%);
}

.blog-post-container:nth-child(4) {
    margin-right: 0;
}

.blog-post-container h4 {
    font-size: 19px;
    color: #456d74;
    margin-bottom: 15px;
    min-height: 65px;
}

.blog-post-container .post-content {
    font-size: 18px;
    margin-bottom: 15px;
}
.blog-post-container img {
    height: 220px;
}
.blog-post-container a.post-read-more-btn {
    display: inline-block;
    background: #caac5f;
    color: #FFF;
    font-size: 17px;
    padding: 5px 30px;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ninth-section-container h1 {
    text-align: center;
    font-size: 65px;
    line-height: 77px;
    color: #456D74;
    margin-bottom: 20px;
}
.blog-post-container a.post-read-more-btn:hover {
    background: #456d74;
    color: #FFF !important;
}
.blog-read-more-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.blog-read-more-wrapper a {
    background: #456d74;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 40px;
    display: inline-block;
    color: #FFF;
    border-radius: 25px;
}
.blog-read-more-wrapper a:hover {
    background: #caac5f;
    color: #FFF !important;
}
.footer-wrapper {
    background: #838383;
    overflow: hidden;
    padding: 80px 0;
}

.footer-top-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-phone, .footer-email {
    width: 15%;
    text-align: center;
}
.footer-logo-wrapper {
    width: 70%;
    text-align: center;
    padding: 0 70px;
    font-size: 20px;
}
.footer-bottom-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 700;
}
.footer-menu {
    text-align: center;
    width: 15%;
}
.footer-menu ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
.footer-content-wrapper {
    text-align: center;
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    padding: 0 120px;
}
.footer-logo-wrapper img {
    margin-bottom: 40px;
    width: 250px;
}
.footer-phone span, .footer-email span {
    display: block;
}
.footer-phone img, .footer-email img {
    width: 25px;
}
.footer-social a {
    display: inline-block;
    width: 30px;
    background: #caac5f;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 7px;
}

.footer-logo-wrapper .footer-social img {
    width: 15px;
    padding: 7px 0 0 0;
}

.footer-social {
    margin: 60px 0 25px;
}
.copyright-wrapper {
    text-align: center;
    margin-top: 50px;
    font-size: 13px;
    color: #FFF;
}
.footer-logo-wrapper p img {
    width: 25px;
    margin: 0;
}
.footer-logo-wrapper p span {
    display: inherit;
}



@media screen and (max-width: 1200px){
    .banner-section-wrapper {
        background-size: cover !important;
    }
    .banner-section-container {
        margin: 0 auto;
    }
}
@media screen and (max-width: 993px) {
    .new-pre-retirement-calc-wrapper {
        width: 85%;
    }
    .pre-retirement-popups-wrapper {
        width: 90%;
    }
    .banner-section-container {
        width: 80%;
		padding-top: 10px;
    }
    .second-section-container, .third-section-container, .fourth-section-container, .fifth-section-container, .seventh-section-container {
        display: inline-block;
    }
    .left-side-container, .right-side-container {
        width: 100% !important;
		padding: 0 !important;
    }
}

@media screen and (max-width: 767px) {
	h1 {
		text-align: center !important;
		font-size: 50px !important;
		line-height: 60px !important;
		margin-bottom: 15px;
	}
	p {
		text-align: center !important;
	}
	.banner-section-container {
        width: 100%;
    }
	.form-container .form-group {
		width: 100%;
	}
	.right-side-container {
		margin-top: 20px;
	}
    .retirement-age-inner-conteiner, .retirement-amount-inner-conteiner {
        width: 60%;
    }
	.reverse-mobile-section {
		display: flex;
		flex-direction: column-reverse;
	}
	.retirement-eta-inner-wrapper {
		width: 100% !important;
	}
    .pre-retirement-popups-wrapper {
        top: 20px;
        transform: none;
        left: auto;
        overflow: scroll;
        height: 90%;
    }
    .fund-section-container {
        width: 90%;
        margin: 0 auto 40px !important;
        float: none;
    }
    .blog-post-container {
        width: 100%;
        float: none;
        margin: 0 auto 40px !important;
    }
    .fund-section-container {
        width: 90%;
        margin: 0 auto 40px !important;
        float: none;
    }
    .footer-top-content, .footer-bottom-content {
        display: inline-block;
    }

    .footer-phone, .footer-email {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-logo-wrapper {
        width: 100%;
    }

    .footer-menu {
        width: 100%;
    }
    .footer-content-wrapper {
        width: 100%;
        padding: 0;
        margin: 30px 0;
    }
}


