header {
    position: relative;
}
section{overflow: hidden;}
.popupfrm {
    color: #fff;
}

.popupfrm .modal-content {
    background: #3b3e9f;
}
.popupfrm input {
    background: #fff;
    border: 0px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.popupfrm button[type='submit'] {
    background: #ff603f;
    border: 0px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    color: #fff;
}
header:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/right-arrow.png);
    background-size: 100% 100%;
}
.main-menu {
    position: relative;
    z-index: 2;
}
header:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/blue-circle.png);
    background-size: 100% 100%;
}
.call-btn a {
    background: #3B3E9F;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 10px;
    margin: 0px 10px;
}
.call-btn .orange-btn{
    background: #FF603F;
}
.main-menu .nav-item.nav-link.active {
    color: #FF603F;
    font-weight: 700;
}
.main-menu .nav-item.nav-link {
    color: #000;
}
.chat-btn a {
    background: #3B3E9F;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;
}
.chat-btn .orange-btn{
    background: #FF603F;
}
.hero-sec {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.hero-sec:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    left: -70px;
    background: url(../images/dot-circle.png);
    background-size: 100% 100%;
    animation: myabc 12s linear infinite;
}
@keyframes myabc {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-text h1 {
    font-size: 50px;
}
.hero-text h1 strong {
    color: #007CE9;
}
.rating-box {
    margin-bottom: 20px;
}
.rating-box img {
    width: 100%;
}
.side-image {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}
.side-image img {
    width: 100%;
}
.sec2-image img {
    width: 100%;
    height:250px;
}

.form-sec {
    background: #3B3E9F;
    position: relative;
    overflow: hidden;
}
.form-sec:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    left: -70px;
    background: url(../images/yellow-circle.png);
    background-size: 100% 100%;
 
}
.form-sec:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    right: -70px;
    background: url(../images/yellow-circle.png);
    background-size: 100% 100%;
 
}
.form-sec .row {
    align-items: center;
}
.top-form h3 {
    color: #fff;
    font-size: 24px;
}
.top-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 0px;
}
.top-form input[type="submit"] {
    background: #ff603f;
    color: #fff;
    width: 35%;
    margin: 0 auto;
    display: block;
}
.payment-sec {
    padding: 50px 0px;
    position: relative;
}
.payment-sec:before {
    content: "";
    width: 25%;
    height: 40%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/shape-1.png);
    background-size: 100% 100%;
}
.payment-sec .row {
    align-items: center;
}
.payment-text h2 {
    font-size: 40px;
    font-weight: 700;
}
.payment-image img{
    width: 100%;
}
.services-sec {
    padding-bottom: 50px;
     padding-top: 40px;
}
.services-text img {
    width: 60px;
    margin-bottom: 15px;
}
.services-text h4 {
    font-size: 18px;
    font-weight: 700;
}
.services-text p {
    font-size: 13px;
}
.service-heading {
    border-left: 8px solid #ff603f;
}
.service-heading h2 {
    font-size: 36px;
    font-weight: 700;
}
.sec-5 {
    background: url(../images/bg-2.png);
    background-size: 100% 100%;
    padding: 50px;
    position: relative;
}
.sec-5:before {
    content: "";
    width: 260px;
    height: 230px;
    position: absolute;
    top: -16%;
    right: 0px;
    background: url(../images/shape-3.png);
    background-size: 100% 100%;
    z-index: -1;
}

.main-rating-box {
    background: #fff;
    padding: 20px;
    border: 4px solid #ff603f;
    border-radius: 10px;
}
.rating-box2 {
    background: #007CE9;
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 30%;
    display: inline-block;
    margin: 10px;
}
.rating-box2:nth-child(2) {
    background: #3B3E9F !important;
    
}
.rating-box2 img {
    width: 100px;
    margin-bottom: 10px;
}
.sec-6 {
    background: #f4f9ff;
    position: relative;
    padding-bottom: 138px;
}
.sec-6:before {
    content: "";
    width: 425px;
    height: 350px;
    position: absolute;
    bottom: -6%;
    right: 0px;
    background: url(../images/shape-4.png);
    background-size: 100% 100%;
    z-index: 2;
}
.sec-6 .row{
    align-items: center;
}
.sec6-text h2 {
    font-size: 40px;
    font-weight: 700;
}
.sec6-image{position: relative;}
.sec6-image:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    border: 5px solid #007CE9;
    border-radius: 50%;
}
.sec6-image img {
    width: 100%;
    position: relative;
    z-index: 2;
}
.testi-sec {
    background-image: url(../images/bg-3.png);
    background-color: #f4f9ff;
    background-size: 100% 100%;
    padding-top: 40px;
}
.testi-sec .row{
    align-items: center;
}
.testi-image {
    height: 450px;
    background: url(../images/image-4.png);
    animation: mymove2 200s linear infinite;
    -webkit-animation: mymove2 200s linear infinite;
    background-size: 100%;
}
.sec-7 .row{
    align-items: center;
}
.features-free {
    background: #3b3e9f;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.features-free h4 {
    font-weight: 700;
}
.features-free ul{
    padding: 0px;
    margin: 0px;
}
.features-free li {
    text-align: left;
    line-height: 2;
    list-style: none;
    font-size: 20px;
}
.features-free li label {
    float: right;
}
.features-free a{
background: #ff603f;
    color: #fff ;
    font-weight: 600;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;}
.subject-list {
    background: #f4f9ff;
    padding: 10px;
    margin-left: -27px;
}
.subject-box {
    width: 19%;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.subject-box img{
    width:100%;
}
.subject-box:hover {
    transform: scale(1.1);
}
.contact100-form.validate-form {
    position: relative;
    z-index: 2;
}
.sec-8 {
    background-image: url(../images/bg-4.png);
    background-color: #f4f9ff;
    background-size: 100% 100%;
    padding: 50px 0px;
}
.boost-text {
    padding-left: 120px;
}
.boost-text h2 {
    color: #0481df;
    font-size: 34px;
    font-weight: 700;
}
.boost-text ul {
   padding: 0px;
   margin: 0px;
}
.boost-text li {
    list-style: none;
    vertical-align: middle;
    position: relative;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}
.boost-text li i {
    font-size: 27px;
    vertical-align: middle;
    color: #ff603f;
    margin-right: 10px;
}
.discount{text-align: center;}
.expert-box {
    background: #3b3e9f;
    color: #fff;
    font-weight: 700;
    margin: 10px;
    padding: 10px;
}
.expert-top {
    display: flex;
    margin-bottom: 10px;
}
.expert-top .star {
    width: 86px;
    display: inline-block;
    margin-left: 5px;
}
.expert-top p {
    margin-bottom: 0px;
        font-size: 12px;
}
.slick-slide img {
    margin-right: 10px;
}
.expert-box a {
    color: #fff;
    text-decoration: none;
    background: #ff603f;
    padding: 7px 20px;
    font-size: 13px;
    border-radius: 5px;
    margin: 0 auto;
    width: 84%;
    display: block;
    text-align: center;
}
.expert-box a img {
    display: inline-block;
}
.brands {
    background: url(../images/brands.png);
    width: 100%;
    height: 130px;
    animation: mymove 200s linear infinite;
    -webkit-animation: mymove 200s linear infinite;
    margin: 20px 0px;
}

@keyframes mymove{
    0%{
        background-position:-10000px 0px ;
    }
    100%{
        background-position: 0px 0px;
    }
  }
  @keyframes mymove2{
    0%{
        background-position: 0px -10000px ;
    }
    100%{
        background-position: 0px 0px;
    }
  }
.ctc-box {
    display: inline-flex;
    background: #007CE9;
    width: 15%;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    margin: 10px 5px;
}
.ct-text p {
    margin-bottom: 0px;
    font-size: 12px;
} 
.ctc-box img {
    margin-right: 7px;
}
/* section analysis CSS start */


.ana-heading.text-center h2{
font-weight: 600;
}
.ana-heading.text-center p{
font-size: 15px;
}
.ana-sec {
    margin: 0px 0 50px;
    padding: 50px 0;

}

.main-ana {
    transition: all 0.5s ease 0s;

    height: 300px;
    background: #fff;
}
.ana-heading2 {
    border: 1px solid transparent;
    background: #FF603F;
    padding: 10px 20px;
}
.ana-heading3 {
    border: 1px solid transparent;
    background: #3B3E9F;
    padding: 10px 20px;
}

.ana-heading2 h6 {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.ana-heading3 h6 {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.ana-point {
    color: #012241;
    padding: 20px 15px;
    background: #F8F8F8;
}
.ana-point li {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px;
}
ul.link-1 {
    padding: 0;
    list-style-type: none;
}
.ana-rating i {

    color: #012241;
    margin-bottom: 15px;
    font-size: 15px;
}
.ana-rating2.text-center i {
    background: #FF603F;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: "\f005";
    margin-bottom: 15px;
    font-size: 15px;
}
.rating-main {
    padding: 20px 15px;
        background: #F8F8F8;
}
/* section analysis CSS end */
.sec-10 .row{
    align-items: center;
}
footer {
    background: #3B3E9F;
    padding-top: 50px;
}

.f-text h2{
    color: #fff;
}
.f-text p {
    color: #fff;
    font-size: 15px;
}
.f-links h4 {
    color: #fff;
    font-size: 18px;
}
.f-links ul{
    padding: 0px;
}
.f-links li {
    list-style: none;
    line-height: 3;
}
.f-links li img {
    width: 35px;
    margin-right: 8px;
}

.f-links li a {
    color: #fff;
    text-decoration: none;
}
.f-form {
    background: #fff;
    padding: 30px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 20px;
        border-radius: 10px;
}
.f-form:before {
    content: '';
    position: absolute;
    top: -32px;
    right: -22px;
    width: 137px;
    height: 80px;
    background: url(../images/offer2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.f-form h4 {
    font-weight: 700;
}
.f-form p {
    font-size: 12px;
}
.f-form form {
    text-align: center;
}
.f-form input {
    width: 100%;
    background: #E5E5E5;
    border: 0px;
    margin-bottom: 15px;
    padding: 10px;
}
.f-form input[type='submit'] {
    width: 80%;
    text-align: center;
    background: #0063eb;
    border: 0px;
    padding: 10px;
    color: #fff;
    border-radius: 35px;
}
.copyright {
    background: #007CE9;
    color: #fff;
    padding: 10px 0px;
}
.popular-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ff603f;
}

.popular-heading h2 {
    font-size: 30px;
    background: #3b3e9f;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    margin: 0px;
}
.sec-9 {
    padding-top: 50px;
}
.sec-9 .row {
    align-items: center;
}
@media screen and (max-width:991px){
    #navbarCollapse {
    position: absolute;
    background: #007ce9;
    width: 100%;
    top: 70px;
    left: 0px;
    padding: 20px;
}
.main-menu .nav-item.nav-link {
    color: #fff;
}
.call-btn {
    display: none;
}
    .side-image {
    position: absolute;
    top: auto;
    right: 0px;
    width: 46%;
    bottom: 0px;
}
.rating-box {
    position: relative;
    z-index: 2;
}
.sec2-image img {
    width: 100%;
    margin-bottom: 20px;
}
.services-sec .row {
    flex-direction: column-reverse;
}
.rating-box2 {
    width: 29%;}
.sec6-text {
    text-align: center;
    margin-bottom: 20px;
}
.sec6-image:before{display: none;}
.sec-6:before {
    width: 33%;
    height: 40%;
    bottom: 0%;
    
}
.testi-sec .row {
    flex-direction: column-reverse;
}
.subject-box {
    width: 135px;}
 .subject-box img{width: 100%}
 .boost-text {
    padding-left: 0px;}
.sec-8 {
    background-size: cover;
    text-align: center;
}
.popular-text h2 {text-align: center;}
.ctc {
    text-align: center;
}
.ctc-box {width: 30%;}
header:after{display: none;}
}
@media screen and (max-width:767px){
.ana-sec {
    margin: 0px 0 0px;
    padding: 30px 0;
}
.rating-box2 {
    width: 100%;
}
.subject-box {
    width: 160px;
}
.sec-8 {
    background-position: top;
}

header:after{display:none;}
}
@media screen and (max-width:500px){
    .side-image img {
    width: 100%;
    display: none;
}
    .subject-box {
    width: 150px;
}
.subject-list {
    text-align: center;
}
.hero-text {
    text-align: center;
}
.hero-text h1 {
    font-size: 30px;
}
.payment-text h2 {
    font-size: 28px;
}
.service-heading h2 {
    font-size: 24px;
}
.services-text {
    text-align: center;
}
.services-sec {
    padding-bottom: 0px;
 }
.features-free li {
    font-size: 16px;
} 
.boost-text h2 {
    font-size: 20px;
 }
 
.chat-btn {
    text-align: center;
}
.form-sec:before{display: none;}
.form-sec:after{display: none;}
.rating-box2 {
    margin: 10px 0px;
}
.sec6-text h2 {
    font-size: 24px;
    font-weight: 700;
}
.testi-sec {
    background-size: auto 75%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.popular-text {
    text-align: center;
}
.popular-text h2 {
    font-size: 30px;
    
}
.ctc-box {
    width: 45%;
}
.payment-text {
    text-align: center;
}
.hero-sec {
    padding-top: 20px;
}
.sec-6:before {
  }
.popular-heading h2 {
    font-size: 17px;
 }  
 .payment-sec:before {
    width: 40%;
    height: 20%;}
.sec-6:before {
    width: 40%;
    height: 15%;}
.sec-6 {
    padding-bottom: 15px;
}  
.top-form {
    padding: 20px 0px;
}
header:before {
    width: 60px;
    height: 70px;}
.f-links li {
    line-height: 2;
}    
}
.hlogo img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.flogo img {
    width: 80%;
  filter: brightness(0) invert(1);
  margin-bottom : 40px;
}