@charset "utf-8";
/* CSS Document */



/* Primary Styles
---------------------------------*/
body {
    background-color:#fff;
    .header-contact
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size:15px;
    font-weight:400;
    color:#787878;
    margin:0;
}

.clear{
    clear: both;
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
}

h1{
    font-size: 43px
}
h2{
    font-size: 28px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 18px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    outline: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
    display: inline-block;
    height: 48px;
    padding: 10px 15px;
    line-height: 26px;
    border-radius: 5px;
}

textarea{
    height: 109px;
    resize: none;
    line-height: normal;
    padding: 17px 15px;
}

input[type="submit"],
input[type="button"],
button{
    background: #f8ad1f;
    border: 0;
    outline: 0px;
    height: 46px;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}

input[type="submit"]:hover,input[type="submit"]:focus,
input[type="button"]:hover,input[type="button"]:focus,
button:hover,button:focus{
    color: #fff;
}

.outer{
    overflow: hidden;
}


.header-wrap{
    position: relative;
    z-index: 999;
}

.header-top:after{
    content: '';
    background-color: #f8ad1f;
    width: 6000px;
    height: 100%;
    position: absolute;
    left: calc(100% - 30px);
    top: 0;
}

.header-top-content{
    background-color: #f8ad1f;
    float: right;
    padding:8px 30px;
    height: 36px;
    position: relative;
}

.header-top-content:before{
    content: '';
    background-color: #f8ad1f;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    transform: skewX(145deg);
    -webkit-transform: skewX(145deg);
}

.header-top-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.call-us-on{
    font-size: 18px;
}
.header-top-content ul li{
    float: left;
    font-weight: 700;
    font-size: 13px;
    color: #ffffff;
}

.header-top-content ul li:before{
    content: '';
    background-color: #fff;
    display:inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 13px;
}

.header-top-content ul li:first-child:before{
    display: none;
}

.header-top-content ul li a{
    color: #ffffff;
    text-decoration: none;
}


.logo{
    height: 110px;
    padding:15px;
}

.logo a{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}
.logo a img {
    height:135px
}
.header-contact{
    padding:40px 15px;
    float:right;
}

.header-contact ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-contact ul li{
    float: left;
    line-height: normal;
    margin: 0 20px;
}

.header-contact ul li:first-child{
    margin-left: 0px;
}

.header-contact ul li:last-child{
    margin-last: 0px;
}


.header-contact ul li .contact-icon{
    float: left;
    width:42px;
    height: 42px;
}

.header-contact ul li a{
    display: block;
    padding: 0 0 0 52px;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    color: #5f5f5f;
    font-weight: 600;
    text-decoration: none;

}

.header-contact ul li a span{
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    color: #191919;
    font-weight: 700;
}


.header-bottom:before{
    content: '';
    background-color: #f6f6f6;
    border-bottom: 4px solid #c0c0c0;
    width: 6000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(100% - 15px);

}
.bloglist {
    list-style-type: none;
    margin: 0 0 10px -39px;
}

.header-bottom-content{
    max-width: 1115px;
    height: 75px;
    background-color: #f6f6f6;
    border-bottom: 4px solid #c0c0c0;
}


.main-nav{
    float: left;
}

.main-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav ul li{
    float: left;
    line-height: normal;
    cursor: pointer;
}


.main-nav ul li a{
    height: 75px;
    display: block;
    float: left;
    padding: 31px 15px 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #2e2e2e;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}

.main-nav ul li:hover > a,.main-nav ul li.active > a{
    color: #f8ad1f;
    border-bottom-color: #f8ad1f;
}


.login-btn{
    background-color: #f8ad1f;
    height:75px;
    float: right;
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 26px 40px 26px 20px;
    border-bottom: 4px solid #c0c0c0;
}

.login-btn span{
    position: relative;
    z-index: 100;
}

.login-btn:hover,.login-btn:active,.login-btn:focus{
    text-decoration: none;
    color: #fff;
}

.login-btn:before{
    background: url(../img/login-icon.png) no-repeat center center;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
}

.login-btn:after{
    position: absolute;
    right: -30px;
    top: 0;
    content: '';
    display: block;
    background-color: #f8ad1f;
    width: 60px;
    height: calc(100% + 4px);
    border-right:4px solid #c0c0c0;
    border-bottom:4px solid #c0c0c0;
    transform: skewX(145deg);
    -webkit-transform: skewX(145deg);
    z-index: 99;
}

.hamburger-menu{
    width:17px;
    height:0px;
    display:none;
    float:right;
    position:relative;
    cursor:pointer;
    /*margin:-30px 0;*/
    margin:25px 0;
    float: right;
}

.hamburger-menu span{
    display:block;
    background-color:#000;
    width:100%;
    height:2px;
    position:absolute;
    left:0px;
    top:0px;
    transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}

.hamburger-menu span:nth-child(1){

}

.hamburger-menu span:nth-child(2){
    top:6px;
}

.hamburger-menu span:nth-child(3){
    top:11px;
}

.hamburger-menu.active span:nth-child(1){
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    top:6px;
}

.hamburger-menu.active span:nth-child(2){
    display:none;
}

.hamburger-menu.active span:nth-child(3){
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    top:6px;
}


.banner-wrap{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 630px;
    margin: -75px 0 0 0;
    position: relative;
    z-index: 990;
}


.banner-wrap .container{
    position: relative;
    top:calc(50% - 75px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}


.banner-content{
    max-width: 700px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 58px;
    padding: 0px 15px;
    text-transform: capitalize;

}

.banner-content h3{
    margin: 0 0 17px;
    padding: 0 0 17px;
    border-bottom: 1px dashed #fff;
    display: inline-block;
}

.banner-content p{
    margin: 0 0 30px;
    line-height: 58px;
}

.banner-content p span{
    color: #cd3638;
}


.btns{
    background-color: #fff;
    border:2px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 5px 35px;
    height:48px;
    line-height: 34px;
    border-radius: 5px;

}

.btns:hover,.btns:focus{
    color: #000000;
    text-decoration: none;
}

.banner-content .btns{
    float: left;
    margin: 0 20px 0 0;
}

.btns.hollow{
    background-color: transparent;
    color: #fff;
}

.btns.hollow:hover,.btns.hollow:focus{
    color: #fff;
}

.btns.red{
    background-color: #f8ad1f;
    color: #fff;
}

.btns.red:hover,.btns.red:focus{
    color: #fff;
}


.featured-wrap{
    position: relative;
    margin: -100px 0 20px;
    z-index: 991;
}

.featured-slider-holder{
    position: relative;
    background-color:#ffffff;
    padding: 20px 10px;
}

.featured-col{
    width: 267px;
    float: left;
    padding: 0px 10px;
}


.featured-col figure{
    margin: 0 0 17px;
}

.featured-col figure img{
    width: 100%;
}

.featured-col h5{
    color: #2d2d2d;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.featured-col p{
    margin: 0 0 7px;
}

.slider-controller{
    background-color: #fff;
    width: 65px;
    height: 38px;
    position: absolute;
    right: 0px;
    bottom: 100%;
}

.slider-controller a.slide-left{
    display: block;
    float: left;
}

.slider-controller a.slide-right{
    display: block;
    float: right;
}


.link-btn{
    background: url(../img/right-arrow.png) no-repeat right center;
    display: inline-block;
    font-size: 13px;
    color: #f8ad1f;
    text-transform: uppercase;
    padding: 0 12px 0 0;
}

.link-btn:hover,.link-btn:focus{
    color: #f8ad1f;
    text-decoration: none;
}


.cta-row{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    color: #ffffff;
    font-weight: 900;
}

.cta-row:before{
    background-color:rgba(160, 43, 45, 0.84);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.cta-row .container{
    position: relative;
    z-index: 100;
}

.cta-content{
    padding: 40px 20px;
}

.cta-content p{
    width: calc(100% - 85px);
    float: left;
    margin: 0;
    line-height: normal;
}

.cta-content .btns{
    float: right;
}
.logo a{
    font-size: 32px;
    color: #f8ad1f;
    font-weight: 700;
}
.landing-intro{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #fff;
    padding: 60px 0;
}



.row-tag{
    color: #f8ad1f;
    text-transform:uppercase;
    display: block;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
}

.row-title{
    background: url(../img/bg-black.png) no-repeat center bottom;
    margin: 0 0 40px;
    padding: 0 0 13px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #2d2d2d;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.row-title.white{
    color: #fff;
    background: url(../img/bg-white.png) no-repeat center bottom;
}

.picbox{
    margin: 0;
    border: 3px solid #bfbfbf;
}


.intro-content{
    padding: 0 30px;
}


.intro-content .row-tag{
    text-align: left;
}

.intro-content .row-title{
    background-position: left bottom;
    margin: 0 0 20px;
    text-align: left;
}

.intro-content h5{
    color: #262626;
    font-weight: 700;
    margin: 0 0 17px;
}

.intro-content p{
    line-height: 27px;
}

.intro-content p:last-of-type{
    margin:0 0 20px;
}

.landing-intro .picbox{
    position: relative;
    left: -15px;
}


.section-row{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
}

.section-header .row-title{
    margin: 7px 0 40px;
    padding: 0 0 20px;
}


.testimonials-row{
}

.testimonials-slider-holder{
    position: relative;
    margin: 0 -15px;
}

.testimonials-col{
    width: 570px;
    padding: 0px 15px;
    float: left;
}

.testimonials-col blockquote{
    background-color: #ffffff;
    margin: 0;
    padding: 30px 45px 65px;
    border: 0;
    position: relative;
    display: block;
    color: #353535;
    font-size: 15px;
    line-height: 27px;
    z-index: 99;
}

.testimonials-col blockquote:before,
.testimonials-col blockquote:after{
    position: absolute;
    width: 18px;
    height: 15px;
    content: '';
    display: block;

}

.testimonials-col blockquote:before{
    background: url(../img/blockquote-on.jpg) no-repeat center center;
    left: 15px;
    top: 20px;
}

.testimonials-col blockquote:after{
    background: url(../img/blockquote-off.jpg) no-repeat center center;
    right: 15px;
    bottom: 20px;
}

.testimonials-col-bottom{
    background-color: #f8ad1f;
    padding: 3px 15px;
    position: relative;
    z-index: 100;
    margin: -31px 90px 0 0;
    font-size: 13px;
    color: #ffffff;
}

.testimonials-col-bottom:after{
    background-color: #f8ad1f;
    position: absolute;
    content: '';
    width: 65px;
    height: 100%;
    left: calc(100% - 33px);
    top: 0px;
    transform: skewX(218deg);
    -webkit-transform: skewX(218deg);
    z-index: 99;

}

.testimonials-col-bottom h5{
    margin: 0 0 5px;
    text-transform: capitalize;
}

.testimonials-col-bottom .testimonials-col-main{
    float: left;
    width: calc(100% - 107px);
    padding: 7px 0;
    position: relative;
    z-index: 100;

}


.testimonials-col-bottom .author-pic{
    float: right;
    width: 87px;
    height: 87px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: -30px 0 0;
    position: relative;
    z-index: 100;
}

.testimonials-col-bottom .author-pic img{
    width: 87px;
    height: 87px;
    object-fit: cover;
}


.videos-slider-holder{
    position: relative;
    margin: 0px -15px;
}

.videos-slider-holder .slider-controller{
    right: 15px;
}

.videos-col{
    width: 570px;
    padding: 0px 15px;
    float: left;
    position: relative;
}

.videoholder{
    padding-bottom: 56.25%;
    left: 0;
    top: 0;
    z-index: 100;
}

.videoholder iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
    margin: 0px 15px;
}

.contact-map{
    padding-left: 15px;
}

.contact-main{
    padding-right: 15px;
}

.contact-main input[type="text"],
.contact-main input[type="password"],
.contact-main input[type="date"],
.contact-main input[type="datetime"],
.contact-main input[type="datetime-local"],
.contact-main input[type="month"],
.contact-main input[type="week"],
.contact-main input[type="email"],
.contact-main input[type="number"],
.contact-main input[type="search"],
.contact-main input[type="tel"],
.contact-main input[type="time"],
.contact-main input[type="url"]{
    width: calc(50% - 7px);
    float: left;
    margin: 0 0 15px;
}

.contact-main input:nth-child(2n){
    float: right;
}

.contact-main textarea {
    width: 100%;
    clear: both;
    margin: 0 0 14px;
}

.contact-main input[type="submit"]{
    float: none;
    width: 100%;
}


.clients-row{
    background-color:#f4f4f4;
    padding: 25px 0;
    margin: 25px 0 0;
}

.clients-slider-holder{
    margin: 0 -15px 0;
}

.clients-col{
    float: left;
    padding: 0px 30px;
}

.footer-wrap{
    background-color: #272727;
    font-size: 15px;
    color: #fff;
}

.footer-top{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}

.footer-top:after{
    background-color: rgba(0, 0, 0, 0.92);
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.footer-top .container{
    position: relative;
    z-index: 100;
}

.footer-widget{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #b1b1b1;
}

.footer-widget p{
    margin: 0 0 24px;
}

.footer-widget p span{
    color: #f8ad1f;
}

.footer-widget h4{
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;

}

.footer-widget h4:after{
    background-color: #fff;
    width: 82px;
    height: 3px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.footer-widget a{
    color: #b1b1b1;
    text-decoration: none;
}

.footer-widget ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget ul li{
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 24px;
    line-height: normal;
}

.footer-widget ul li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    background: url(../img/list-arrow.png) no-repeat center center;
    width: 9px;
    height: 9px;
}


.social{
}

.social .social-icon{
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.social .social-icon img{
    border:1px solid #0c1a2c;
}

.footer-post{
    margin: 0 0 20px;
}
.footer-post:last-of-type{
    margin: 0;
}
.footer-post figure{
    margin: 0 10px 0 0;
    float: left;
}
.footer-post a{
    display: block;
    overflow: hidden;
}
.footer-post a span{
    color: #f8ad1f;
    display: block;
}


.contact-box{
}

.contact-box{
    margin: 0 0 30px;
}
.contact-box img{
    float: left;
    border: 1px solid #0c1a2c;
    margin: 0 10px 0 0;
}
.contact-box p{
    overflow: hidden;
    margin: 0px;
}
.contact-box p strong{
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.footer-bottom{
    padding: 20px 0;
}

.copyright{
    padding: 0px 15px;
}

.footer-nav{
    padding: 0px 15px;
    float: right;
}

.footer-nav ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav ul li{
    float: left;
    padding:0 20px;
}

.footer-nav ul li:first-child{
    padding-left: 0;
}

.footer-nav ul li:last-child{
    padding-right: 0;
}

.footer-nav ul li a{
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}

.modal h4{
    font-weight: 700;
    text-transform: capitalize;
}

#login-modal input[type="text"],
#login-modal input[type="password"]{
    width: 100%;
    margin: 0 0 14px;
}

#login-modal input[type="password"]{
    margin: 0;
}

.slick-slide{
    outline: 0;
}

/*CSS start by pintu maniya*/
.page-head{
    font-size: 30px;
}
.irs-min, .irs-max {
    color: #fff !important;
}
.sensex{
    width: 50%;
    float: left;
}
.blog-img{
    width: 20%;
    float: left;
}
.bloglist li{
    margin-top:10px;
}
.amountSection {
    border: 1px solid #aaa;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 4px;
}
.inside-banner {
    width: 100%;
    float: left;
    clear: both;
    background: url(../images/inside-banner.jpg) no-repeat left;
    height: 245px;
    position: relative;
    background-size: cover;
}
.inside-head {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 25px;
    background: url(../images/button.png) no-repeat left;
    padding: 0px 0px 0px 52px;
}
.plann-section {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-top: 6px;

}
.plann-section h2 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 23px;
}
.plann-section ul {
    margin: 0px;
    padding: 0px;
}
.plann-section li {
    font-size: 16px;
    color: #8a8a8a;
    list-style-type: none;
    clear: both;
    border-bottom: 1px solid #dedede;
    padding: 7px 0px 7px 15px;
}
.testimonial-sec {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-top: 20px;
}
.testimonial-sec h2 {
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 23px;
}
.testimonial-sec p {
    color: #5f646a;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    margin: 0px;
    padding: 20px;
}
.testimonial-sec h3 {
    color: #00b7f1;
    font-size: 18px;
    margin: 0px;
    line-height: 26px;
    margin-top: 10px;
}
.testimonial-sec img {
    float: left;
    margin: -7px 15px 30px 20px;
}
.testimonial-sec span {
    color: #344985;
    font-size: 16px;
}
.contant-sec {
    width: 100%;
    float: left;
}
.contant-sec p {
    color: #5f646a;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin: 0px;
}
.ed-planning {
    width: 48%;
    float: left;
    margin-top: 30px;
}
.ed-planning-cnt {
    margin-right: 29px;
}
.active-ep a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.ed-planning h2 {
    color: #34487e;
}
.ed-planning h2 {
    font-size: 21px;
    font-weight: 600;
    color: #0082c6;
    margin-bottom: 8px;
}
.ed-planning p {
    color: #5f646a;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin: 0px;
}
.active-ep {
    background-color: #34487e;
    border-right: 4px solid #ed2f59;
}
.active-ep {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #dedede;
    border-right: 4px solid #00b544;
    padding: 7px 0px 7px 15px;
    background-color: #f8ad1f;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.contact-page h1 {
    color: #34487e;
}
.contact-page h1 {
    font-size: 25px;
    color: #0082c6;
    text-align: center;
}
.contact-page p {
    font-size: 16px;
    color: #7b7e83;
    text-align: center;
    line-height: 23px;
}
.contact-col {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.contact-col img {
    float: left;
    margin-right: 20px;
    padding-bottom: 60px;
}
.contact-col h2 {
    font-size: 18px;
    color: #0082c6;
    font-weight: bold;
}
.contact-col h3 {
    font-size: 14px;
    color: #7b7e83;
    line-height: 19px;
    margin-top: 5px;
}
.contact-col h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-left: 10px;
}
.contact-col input {
    /*width: 46%;*/
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col select {
    width: 46%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.contact-col textarea {
    width: 95%;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    color: #747373;
    font-size: 15px;
    padding: 12px 0px 12px 15px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
}
.send {
    border: 2px solid #6975a6;
    float: left;
    color: #6975a6;
    font-size: 20px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin: 22px 21px;
    padding: 7px 20px 9px 20px;
}
.news-section {
    width: 100%;
    float: left;
    background-color: #efefef;
    padding: 10px 0px 14px 33px;
}
.news-section ul {
    margin: 0px;
    padding: 0px;
}
.news-section li {
    text-align: center;
    list-style-type: none;
    width: 12%;
    float: left;
}
.news-section li img {
    text-align: center;
    padding: 0px 27px 0px 27px;
}
.news-section li span {
    text-align: center;
    font-size: 11px;
    color: #777777;
}
.block {
    width: 100%;
    height: 100%;
    float: left;
    z-index: 10;
    background-color: #fafafa;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}
.block > div input + label {
    cursor: pointer;
    display: block;
    padding: 12px 22px 22px 22px;
    background-color: #fff;
    color: #0082c8;
    border-bottom: 1px solid #eeeeee;
}
.block > div input:checked + label {
    background-color: #fff;
    color: #333;
}
.block > div input:checked + label img {
    float: right;
    margin-top: 7px;
}
.block > div input ~ div p {
    padding: 0 15px;
    font-size: 15px;
    color: #848482;
}
.block > div input + label img {
    float: right;
}
.contant-sec h1 {
    font-size: 22px;
    color: #333;
    background: url(../images/border.png) no-repeat left bottom;
    padding-bottom: 16px;
    margin-top: 35px;
    margin-bottom: 12px;
}
.faq-details{
    display: none;
}
.progressive-col {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.progressive-col h1 {
    font-size: 22px;
    color: #333;
    background: url(../images/border.png) no-repeat left bottom;
    padding-bottom: 16px;
    font-weight: 100;
}
#body-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0px;
    background-color: #fff;
    z-index: 9999999999999;

    margin-top: -30px;
}
.slide-img img{
    width: 100%;
}
#chartdiv {
    width	: 360px;
    height	: 200px;
}
#chartdivBse {
    width	: 360px;
    height	: 200px;
}
a[href*=amcharts]
{
    color:white!important;
}
.dropdown-menu li a{
    height: 50px !important;
    padding: 15px 15px 0px !important;
    width: 100%;
}
.dropdown-menu li{
    width: 100%;
}
@media screen and (min-width: 1366px) {
    #mce-EMAIL-footer{
        height: 40px;
        width: 214px;
        float: right
    }
}
@media screen and (max-width: 480px) {
    .faq-12{
        height: 46px;
    }
}
.logo a{
    text-decoration: none !important;
}
.logo a span{
    float: right;
    font-size: 14px;
}

/*CSS end by pintu maniya*/
/* ==========================================================================
   Media Queries
 ========================================================================== */
.send:hover {
    border: 2px solid #6975a6;
    float: left;
    color: #6975a6;
    font-size: 20px;
    background-color: #fff;
    border-radius: 3px;
    float: right;
    margin: 22px 21px;
    padding: 7px 20px 9px 20px;
}

@media only screen and (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h1{
        font-size: 40px;
    }
    .header-contact ul li a span{
        font-size: 17px;
    }
    .main-nav ul li a{
        padding: 31px 6px 28px;
    }
    .login-btn:after{
        right: -24px;
        width: 70px;
    }
    .header-bottom-content{
        max-width: 900px;
    }
    .cta-row{
        font-size: 29px;
    }
    .featured-col h5{
        font-size: 16px;
    }
    .banner-wrap{
        height: 530px;
    }
    .intro-content{
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {

    h1{
        font-size: 30px;
    }

    .banner-content{
        font-size: 43px;
    }

    .header-contact{
        float: none;
    }
    .header-contact ul{
        text-align: center;
    }
    .header-contact ul li{
        margin: 0 10px;
        float: none;
        display: inline-block;
        text-align: left;
    }

    .header-bottom-row{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
        padding-bottom: 10px;
        display: none;
    }
    .header-bottom:before,.login-btn:after{
        display: none;
    }
    .header-bottom-content{
        height: auto;
        border: 0;
    }
    .main-nav{
        float: none;
        margin: 0 0 10px;
    }
    .main-nav ul li,.main-nav ul li a{
        float: none;
    }
    .main-nav ul li a{
        height: auto;
        padding: 10px;
        border-width:2px;
        border-bottom-color: rgba(120, 120, 120, 0.24);
        font-size: 13px;
    }
    .login-btn{
        float: none;
        padding: 10px 20px;
        height: auto;
        border: 0;
        font-size: 13px;
    }

    .banner-wrap{
        margin: 0;
    }
    .logo{
        height: 190px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .header-contact{
        padding: 0 0 10px;
    }

    .hamburger-menu{
        display: block;
    }

    .contact-map{
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 0 30px;
    }
    .contact-main{
        padding-right: 0px;
    }

    .cta-row{
        font-size: 29px;
    }

    .featured-col h5{
        font-size: 16px;
    }
    .testimonials-col-bottom h5{
        font-size: 17px;
    }
    .banner-wrap{
        height: 530px;
    }

    .copyright{
        text-align: center;
        margin: 0 0 7px;
    }
    .footer-nav{
        float: none;
        text-align: center;
    }
    .footer-nav ul li{
        display: inline-block;
        float: none;
        padding:0 10px;
    }
    .footer-nav ul li a{
        font-size: 14px;
    }

    .footer-widget{
        padding-left: 15px;
        padding-right: 15px;
    }
    .intro-content{
        padding-left: 0;
        padding-right: 0;
    }


}

@media only screen and (min-width: 992px) {
    .header-bottom-row{
        display: block !important;
    }
}

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

    .btns{
        background-color: #fff;
        border:2px solid #fff;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #000000;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        padding: 0px 5px;
        height:48px;
        line-height: 34px;
        border-radius: 5px;

    }

    .cta-text {
        color: #fff;
        font-size: 24px;
        padding: 10px;
    }
    .cta-action {
        margin-top: 15px;
        padding-bottom: 10px;
        padding: 10px;
    }
    input[type="submit"],
    input[type="button"],
    button{
        background: #f8ad1f;
        border: 0;
        outline: 0px;
        height: 35px;
        border-radius: 5px;
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        color: #ffffff;
        font-weight: 700;
    }
    .header-top-content{
        float: none;
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .header-top-content:before,.header-top:after{
        display: none;
    }
    .header-top-content ul{
        text-align: center;
    }
    .header-top-content ul li{
        float: none;
        display: inline-block;
    }
    .header-top-content ul li:before{
        margin: 0px 5px;
    }

    .header-contact ul li{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .header-contact ul li a span{
        font-size: 16px;
    }

    .testimonials-col-bottom .author-pic,.testimonials-col-bottom .author-pic img{
        width: 70px;
        height: 70px;
    }
    .testimonials-col-bottom{
        margin-right: 75px;
        padding:3px 7px;
    }
    .testimonials-col-bottom::after{
        left: calc(100% - 40px);
        width:80px;
    }
    .testimonials-col-bottom .testimonials-col-main{
        width: calc(100% - 80px);
    }


    .banner-wrap{
        height: 430px;
    }
    .banner-content{
        font-size: 36px;
    }
    .banner-content p{
        line-height: normal;
    }

    .landing-intro .picbox{
        max-width: 379px;
        margin: 0px auto 30px;
        left: 0;
    }
    .intro-content{
        padding-left: 0;
        padding-right: 0;
    }

    .footer-widget{
        margin-bottom: 30px;
    }




}

@media only screen and (max-width: 639px) {

    h2{
        font-size: 25px;
    }
    h3{
        font-size: 22px;
    }

    .banner-wrap{
        height: auto;
        padding: 30px 0 180px;
    }
    .banner-wrap .container{
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
    .banner-content .btns{
        margin-right: 5px;
        padding: 5px 18px;
    }

}

@media only screen and (max-width: 479px) {

    .cta-row{
        font-size: 26px;
    }
    .cta-content p{
        float: none;
        width: auto;
        margin: 0 0 25px;
    }
    .cta-content .btns{
        float: none;
    }

}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    color: #fff !important;
    border-bottom-color: #f8ad1f;
    background-color: #f8ad1f;
}
