/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --primary-color: #003a66;
    --secondary-color: #e02454;
    --white: #ffffff;
}

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}


/* Chrome, Safari, Edge, Opera */

body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

body input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3
 {
    font-family: 'Lora', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #000;
}

body .btn-primary {
    color: #fff;
    background-color: #1a55ab!important;
    border-color: #f98019;
}


/* header */
.navbar-brand{
    margin-right: 3rem;
    margin: 0 auto;
}

img.logo_img {
    width: 100%;
    max-width: 324px;
    padding: 15px;
    margin: 0 auto;
}
.navbar .container{
    justify-content: flex-start;
}
.navbar ul li {
    white-space: nowrap;
    padding: 0px 11px 0px 14px;
    font-size: 18px;
    color: #000;
    border-left: 1px solid #ccc;
}
.navbar ul li:first-child{
    border: none;
}
.navbar li i {
    margin-right: 5px;
    border-right: 1px solid var(--primary-color);
    padding-right: 10px;
    color: var(--primary-color);
}

.navbar li {
    position: relative;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    display: block;
    /* background-image: linear-gradient(to right top, #003a66, #443e7f, #813886, #b82776, #e02454); */
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

.hero-container .card-header {
    background: #f98019;
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}

#hero .card {
    background-color: #ffffffe0;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 10px 11px 10px #00000047;
    border-radius: 8px;
    /* overflow: hidden; */
    /* margin: auto; */
    margin-right: 0;
    margin-left: auto;
}

.content-center {
    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/




/* ---form--- */




/* .about */

section.about {
    background-image: url('../img/bg-01.png');

    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about_content h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #274262;
}



.about_content p {
    /* color: #e7e8f7; */
    font-size: 15px;
}

/* section-two */

#hero {
    padding-bottom: 0!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* overflow: hidden; */
    background-image: url(../img/hero_bg.jpg);
    background-attachment: fixed;
}

#hero:after {

background: linear-gradient(274deg, rgb(255 255 255 / 0%) 21%, rgb(255 255 255 / 92%) 48%);

/* background: #f6f5ed; */

background-size: auto;

background-position: center;

content: '';

position: absolute;

left: 0;

/* opacity: 0.5; */

right: 0;

bottom: 0;

top: 0;

transition: all 0.5s;

z-index: 9;
}

#hero .container {
    position: relative;
    z-index: 99;
}

.banner_content {
    border-radius: 15px;
    padding-top: 48px;
    padding-bottom: 51px;
}

#hero h1 {
    margin-top: 4!important;
    margin: 17px 0px;
    padding-bottom: 0px;
    font-family: 'Lora', serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    text-align: left;
}
#hero h1 strong{
    display: block;
    font-size: 70px;
}

#hero h1 span{
    display: block;
    font-weight: 500;
}
#hero h5 {
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
    word-spacing: 2px;
    font-size: 16px;
    letter-spacing: 1.2px;
}


#hero h4 {
    color: #fff;
    margin-bottom: 0;
    background-color: var(--secondary-color);
    padding: 0px 12px;
    width: fit-content;
    border-radius: 3px;
    font-size: 21px;
    line-height: 1.5;
    margin-top: 7px;
}

#hero p {color: #000;margin-bottom: 43px;font-size: 16px;padding: 0;border-radius: 3px;}
#hero p strong{
    
margin-right: 5px;
    
padding-right: 5px;
    
border-right: 1px solid #ccc;
}

/* new section */


/* footer */

footer {
    background-image: url('../img/footert_bg.jpg');
    text-align: center;
    padding-top: 43px;
    background-position: center;
    background-size: cover;
}

img.ag_img {
    width: 100%;
    border-radius: 48px 0;
    padding-left: 7px;
    background-color: #fff;
}


/* responsive */

ul.listing {
    padding: 0;
    margin: 0 15px;
}

nav.navbar {
    transition: all 0.5s;
    padding: 2px;
    top: 0;
    /* position: fixed; */
    width: 100%;
    justify-content: flex-start;
    z-index: 999;
}





.btn.btn-primary.col-md-6.m-auto {
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

.item img.img-fluid {
    width: 100%;
}
.about_img  {
text-align: center;
}

.about_img img {
    max-width: 540px;
    width: 100%;
    border-radius: 15px;
}


.footer-widget {
    color: #fff;
    text-align: left;
    margin: 15px 0;
}

.footer-widget h5 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    color: #ffffff;
}

.widget_body p {
    font-size: 14px;
    opacity: 0.8;
}

.coppy_right {
    padding: 15px;
    background-color: #ffffff0d;
    color: #fff;
    /* padding-bottom: 2px; */
    margin-top: 30px;
}

.coppy_right p {
    margin-bottom: 0;
}

.widget_body iframe {
    width: 100%;
    height: 220px;
    border-radius: 15px;
}


.banner_content h6{

background-color: #003a66;

color: #fff;

padding: 4px 10px;

border-radius: 15px;

width: fit-content;
}

.trial-form h3{
    text-align: center;
    color: #003a66;
    font-weight: bold;
}

section.about_section {
    padding: 60px 0;
}

h4.elementor-heading-title.elementor-size-default {
    font-weight: bold;
    color: #003a66;
    margin-top: 15px;
    font-family: 'Lora', serif;
}

.about_content{

}

.about_content h3{
    
color: #003a66;
    
font-weight: bold;
}

.about_content p{
    
color: #000;
    
font-size: 17px;
}

body .fs-webform-container .fserv-field+div:not(.fserv-field) {
    border-top: 0;
    margin-top: 17px;
    padding: 0px 15px 0;
    text-align: center;
    margin-bottom: 0!important;
}

body .fs-webform-container .fserv-form-name {
    margin: 0 0 0px;
    color: #003a66!important;
    font-weight: bold;

}
body .fs-webform-container .fserv-field+.fserv-field {
    margin-top: 10px;
}
body .fs-webform-container .fserv-label {
    padding-bottom: 0px;
 
}
body .fserv-container div {
    margin-top: 5px;
    margin-bottom: 9px;
}

body .fs-webform-container .powered-by {
    display: none!important;

}

.list_box ul li {
    margin: 10px 0;
    list-style: none;
    color: #000;
    border: 0;
    /* box-shadow: 9px 5px 10px #cccccc73; */
    /* border-radius: 28px 0!important; */
    padding: 1px 15px;
    border-left: 3px solid var(--secondary-color);
}
.list_box ul {
    padding-left: 0;
}

@media (min-width:992px) {

    body  a.back-to-top.enquiry_btn {
      display: none;
    }
}

@media (max-width:991px) {
    footer {
        margin-bottom: 30px;
    }
    .back-to-top {
        bottom: 35px;
    }    
   body  a.back-to-top.enquiry_btn {
        display: block;
        width: 100%;
        background-color: var(--secondary-color);
        color: #fff;
        bottom: 0;
        border-radius: 0;
        right: 0;
        height: 32px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #hero h1 {
        font-size: 40px;
    }
    #hero h1 strong {
        display: block;
        font-size: 44px;
    }
    .banner_content{
        padding-bottom: 0;
    }
    #hero p {
        margin-bottom: 0;
        padding: 0;
    }
    #hero h4 {
        font-size: 18px;
    }

    section.about_section{
        padding-top: 40px;
         padding-bottom: 0px!important;
    }
    .about_content p, ul li{
        font-size: 15px;
    }

    .coppy_right p {
        margin-bottom: 0;
        font-size: 12px;
    }
}


.sec-heading {
    background: #b50303;
    padding: 10px;
    color: white;
}

.download-pdf.fontname {
    margin: 30px 0;
    padding: 15px;
    border: 2px dashed;
    border-radius: 15px;
}
.col-md-6.load-pdf a.btn.btn-template-main.downloadPdf {
    margin: 0 auto;
    display: block;
}

.col-md-6.load-pdf {
    text-align: center;
}

.col-md-6.load-pdf a.btn.btn-template-main.downloadPdf {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background-color: #12344d;
    width: fit-content;
    /* display: block; */
}
.btn.btn-template-main.downloadPdf{
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background-color: #12344d;
    width: fit-content;
}
table.table.table-bordered.table-stripped.table-sm.table-condensed {
    text-align: center;
}

.rank-predictor1 {
    color: #000;

}

.rank-predictor1 h4 {
    text-align: center;
    margin-top: 15px;
}

.about_section h2{
    font-weight: 700;
}

.about_section p{
color: #000;
}

.sec2-table .table-stripped th{
    color: #fff;
    text-align: center;
    background-color: #12344d;
    padding: 12px;
}

a.navbar-brand {
    margin-left: 0;
}

header#header {
    background-color: #f6f6f6;
}


button.btn-close {
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 9;
    /* padding: 0; */
}

.modal-body {
    padding: 0;
}

button.btn-close {

    background-color: #fff;
    opacity: 1;
    cursor: pointer;
    z-index: 99;
}