* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-weight: 400;
    line-height: 24px;
}

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

button {
    outline: none;
}

.mar-165 {
    margin-top: 165px;
}

.mar-20 {
    margin-top: 20px;
}

section {
    padding: 50px 0;
}

section h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
}

section h2 span {
    color: #f65935;
}

.sub-heading {
    margin-bottom: 30px;
}

.boxed_wrapper {
    overflow-x: hidden;
}


.banner-section.style-two {
    position: relative;
    background: #004caa;
    padding: 50px 0px 50px 0px;
}

.anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-section .anim-icon .icon-2 {
    background: url(../images/anim-icon-2.png);
    width: 86px;
    height: 82px;
    right: -12px;
    top: 45px;
    background-size: 60%;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat;
}

.banner-section .anim-icon .icon-5 {
    background: url(../images/anim-icon-2.png);
    background-size: 60%;
    width: 86px;
    height: 82px;
    left: 10px;
    top: 360px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    background-repeat: no-repeat;
}

.banner-section.style-two .anim-icon .icon-6 {
    background: url(../images/anim-icon-15.png);
    background-repeat: repeat;
    width: 28px;
    height: 28px;
    left: 2%;
    top: 240px;
    background-size: 50%;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.banner-section.style-two .anim-icon .icon-7 {
    background: url(../images/anim-icon-16.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    width: 28px;
    height: 28px;
    left: 3%;
    top: 24%;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    background-size: 50%;
}

.banner-section.style-two .anim-icon .icon-8 {
    background: url(../images/anim-icon-17.png);
    width: 20px;
    height: 20px;
    top: 134px;
    right: 37%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.banner-section.style-two .anim-icon .icon-9 {
    background: url(../images/anim-icon-18.png);
    width: 16px;
    height: 16px;
    bottom: 113px;
    right: 28px;
    background-repeat: no-repeat;
    background-size: 60%;
}

.banner-section.style-two .anim-icon .icon-10 {
    background: url(../images/anim-icon-19.png);
    width: 28px;
    height: 28px;
    top: 290px;
    right: 28px;
    background-size: 50%;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}

.banner-section.style-two .anim-icon .icon-11 {
    background: url(../images/anim-icon-20.png);
    width: 19px;
    height: 31px;
    top: 32%;
    right: 16px;
    background-repeat: no-repeat;
    background-size: 60%;
}

.banner-section.style-two .anim-icon .icon-12 {
    background: url(../images/anim-icon-20.png);
    width: 19px;
    height: 31px;
    left: 780px;
    bottom: 250px;
    background-repeat: no-repeat;
    background-size: 60%;
}

.banner-section.style-two .anim-icon .icon-13 {
    background: url(../images/anim-icon-18.png);
    width: 16px;
    height: 16px;
    left: 670px;
    bottom: 30%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.banner-section .content-box::before {
    position: absolute;
    content: '';
    background: url(../images/shap-2.png);
    width: 150px;
    height: 137px;
    left: -40px;
    top: -17px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
    background-size: 60%;
}

.banner-section.style-two .content-box {
    position: relative;

}

.banner-section .content-box {
    position: relative;
    display: block;

}

.banner-section.style-two .content-box p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.banner-section .content-box h1 {
    position: relative;
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 0;
}

.banner-section .content-box h1 span {
    color: #ff4f01;
}

.banner-section .content-box .text {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    background: #1D81C9;
    padding: 6px 17px;
    border-radius: 2px;
}





.btn-box .btn {
    background-color: #fe5b1b;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    padding: 0 35px 0;
    border: 0;
    border-radius: 50px;
    font-size: 15px;
    margin-right: 10px;
}

.btn-box .btn:hover {
    background-color: #002051;
    color: #fff;
}

.btn-box .btn.btns {
    background: #008A5E !important;
}

.btn-box .btn.btns:hover {
    background: #EA5E5B !important;
}

.about {
    background: #EDF3F7;
    position: relative;
}

.about img {
    z-index: 9999;
    margin-top: 50px;
}

.about h4 {
    color: #1d274e;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    padding-top: 10px;
}

.thrd-part {
    position: relative;
    text-align: center;
}

.thrd-part .bg-shape-white {
    background-image: url(../images/bg-shape-3.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 600px;
    height: 637px;
    right: 0;
    top: 80px;
    z-index: -1;
    opacity: 0.2;
    background-size: 80%;
}

.thrd-part .bg-shape-white1 {
    background-image: url(../images/bg-shape-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    width: 500px;
    height: 607px;
    left: 0;
    bottom: -55px;
    content: "";
    opacity: 0.2;
    background-size: 80%;
}

.service-item {
    background-color: #fff;
    text-align: left;
    margin: 0 auto;
    min-height: 265px;
    padding: 50px 40px;
    transition: .5s ease;
    position: relative;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.service-item img {
    width: 70px !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 15px;
}

.service-item h3 {
    color: #1d274e;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}

.service-item h3::before {
    position: absolute;
    content: '';
    background: #FF692E;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 3px;
}

.service-item .icon {
    position: absolute;
    top: 40px;
    right: 40px;
}

.service-item p {
    margin-bottom: 0px;
}

.thrd-part .col-md-4:nth-child(3)~* {
    margin-top: 30px;
}


.bg-text {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    text-align: center;
}

.bg-text h2 {
    font-size: 150px;
    z-index: -1;
    opacity: .03;
    margin: 0;
    line-height: 1;
}

.form-control::placeholder {
    color: #6b7c8a;
    opacity: 1;
}

input::placeholder {
    font-size: 15px;
}

.sm ul {
    list-style: outside none none;
    margin: 0 0 10px 0;
    padding: 0;
}

.sm ul li {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 5px 30px;
    position: relative;
    color: #fff;
}

.sm ul li::before {
    color: #222;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
    position: absolute;
    top: 7px;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.ms ul {
    list-style: outside none none;
    margin: 0 0 10px 0;
    padding: 0;
}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 2px 27px;
    position: relative;
    color: #222;
}

.ms ul li::before {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    background: #FF692E;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}

.intro {
    position: relative;
}

.intro::before {
    position: absolute;
    top: 42%;
    right: 107px;
    color: #f6f6f6;
    font-size: 90px;
    line-height: 90px;
    content: "";
    background-image: url(../images/about-img-circle.png);
    width: 106px;
    height: 54px;
    background-repeat: no-repeat;
}

.intro::after {
    position: absolute;
    bottom: 20%;
    left: 107px;
    color: #f6f6f6;
    font-size: 90px;
    line-height: 90px;
    content: "";
    background-image: url(../images/about-img-circle.png);
    width: 106px;
    height: 54px;
    background-repeat: no-repeat;
}

.faq {
    position: relative;
}

.faq h5 {
    font-size: 17px;
}

.faq:before {
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 280px;
    height: 100%;
    right: -66px;
    top: 80px;
    z-index: -1;
    opacity: 0.2;
    background-size: 60%;
    content: "";
}

.faq:after {
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 280px;
    height: 100%;
    left: -66px;
    top: 65px;
    z-index: -1;
    opacity: 0.2;
    background-size: 60%;
    content: "";
}

.form-box h4 {
    color: #222;
    font-size: 20px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 8px !important;
}

.form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px 30px;
    border-radius: 5px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #eeeeee;
    height: 45px;
    margin-bottom: 0px;
    padding-left: 45px;
}

.form-box .btn {
    background-color: #FF692E;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-top: 0px;
    padding: 12px 30px;
    border-radius: 5px;
    width: 100%;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/dropdown.png");
    background-position: 96% center;
    background-repeat: no-repeat;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: none;
}

.form-group img {
    color: #44355b;
    left: 14px;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(10px, -54%);
    width: 20px;
}

.butns {}

.butns .btn {
    background-color: #f6716f;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 0px 30px;
    text-align: center;
    border-radius: 3px;
    width: auto;
    line-height: 50px;
}

.bgfilled {
    background-image: url(../images/service-bg.png);
    padding: 40px 0;
    background-size: contain;
    background-color:
        #f5f5ff;
    background-repeat: no-repeat;
}

.programs-table ul {
    margin-top: 0px;
    text-align: center;
    border-bottom: 0px;
}

.programs-table ul li {
    float: none;
    display: inline-block;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #694f8e;
    border: none;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #eaebf5;
    color: #222;
}




.box {
    /* border: 1px solid #4999b8; */
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: auto;
    /* background: #f2f2f2; */
    padding: 10px;
    margin-top: 20px;
}

.rectangle-31 {
    border-radius: 2px;
    width: 100%;
    color: #324850;
    border: 1px solid #ededed;
    background: #f8f8f8;
    min-height: 90px;
    text-align: center;
}

.rectangle-31 h4 {
    /*min-height: 50px;*/
    margin-top: 20px;
}

.feature-content {
    float: left;
    width: 100%;
    /*min-height: 305px;*/
}

.choseprog .checkicon {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;
}

.choseprog .checkicon .inercon {
    padding-left: 35px;
    position: relative;
}

.choseprog .checkicon h4 {
    margin: 0 0 4px 0;
    font-size: 12px;
    color: #555555;
    line-height: 1.5;
}

.choseprog .checkicon .inercon:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    background-position: -2px -110px;
    top: 0;
}

[class^="iconimg"],
.choseprog .checkicon .inercon:after,
.jcrouselslideco .panel-body a:after {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.box select {
    border: 1px solid rgba(68, 53, 91, 0.1);
    border-radius: 2px;
    height: 48px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    padding-left: 10px;
    background: url(../images/coupon.png), url(../images/down-arrow-black.png) #f8f8f8;
    background-repeat: repeat, repeat;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-position: 5% 50%, 95% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.choseprog .btn {
    border-radius: 2px;
    background-color: #F76C39;
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
    font-weight: bold;
    line-height: 48px;
    border-color: #F76C39;
    text-shadow: initial;
    width: 100%;
}

.neet {
    background: #eefeff;
}

.schedule-btn a.btn {
    background-color: #694f8e;
    color: #fff;
    padding: 8px 16px;
    margin: 4px;
}

.schedule-btn a.btn10 {
    background-color: #ee6723;
}

@media only screen and (max-width: 767px) {
    .banner-section .content-box h1 {
        font-size: 27px;
    }

    .anim-icon {
        display: none;
    }

    .banner-section.style-two {
        padding: 30px 0px 30px 0px;
    }

    .sm ul {
        display: none;
    }

    .form-box {
        padding: 25px 25px;
        margin-top: 20px;
    }

    section {
        padding: 30px 0;
    }

    section h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .thrd-part .col-md-4:nth-child(1)~* {
        margin-top: 30px;
    }

    .service-item {
        padding: 40px 30px;
    }

    .service-item .icon {
        top: 30px;
        right: 10px;
    }

    .programs-table ul li a {
        margin-right: 7px !important;
        letter-spacing: initial !important;
        padding: 10px 7px !important;
    }

}