@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
   font-family: 'poppinsregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #0091bd;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}

p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}
h4{
    font-family: 'poppinsmedium';
    font-size: 1.1rem;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #7fc9ff;
    left: 0;
    top: -2px;
}

.only-mob {
    display: none;
}

/*Bottom to Top*/
button.scroltop:focus {
    outline: 0 !important;
}
button.scroltop {
    border-color: #007497;
    border-radius: 50%;
    background: #007497;
    border-style: solid;
    border-width: 0;
    bottom: 93px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
button.scroltop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: inherit;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after {
    border: 1px dashed #007497;
    background: 0 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0) scale(1.2);
    }
    to {
        -webkit-transform: rotate(360deg) scale(1.2);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0) scale(1.2);
    }
    to {
        -moz-transform: rotate(360deg) scale(1.2);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0) scale(1.2);
    }
    to {
        transform: rotate(360deg) scale(1.2);
    }
}
.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #007497;
}

.yellow-line{
    width: 60px;
    height: 4px !important;
    background: #ffe433;
    opacity: 1;
}

.big-btn{
    background: rgb(28,125,195);
    background: linear-gradient(90deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    font-family: 'poppinsbold';
}
.big-btn:hover{
    background: rgb(28,125,195);
    background: linear-gradient(270deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
}


.banner-btn{
    background: #ffe433;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffe433;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #ffe433;
    color: #ffe433;
}

.common-btn {
    background: rgb(28,125,195);
    background: linear-gradient(90deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.common-btn:hover, .common-btn:focus {
    background: rgb(28,125,195);
    background: linear-gradient(270deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
}

.white-btn {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.white-btn:hover, .white-btn:focus {
    background: transparent;
    color: #fff;
}

.navbar-brand img {
    width: 130px;
}
.footer-logo {
    width: 120px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.8rem;
}
.dropdown-item {
    padding: .7rem 1rem;
}
nav.navbar li.dropdown ul.dropdown-menu>li {
    border-bottom: 1px dashed #ccc;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
nav.navbar li.dropdown ul.dropdown-menu>li a:hover, nav.navbar li.dropdown ul.dropdown-menu>li a:hover {
    background-color: #0f56a4;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    margin-left: 20px;
}


.accordion-button {
    font-family: 'poppinsmedium';
    font-size: 1.2rem;    
}


/*company*/
.theme-color{
    color: #1c7dc3;
    font-weight: bold;
}


.light-blue-bg {
    background: url('../images/bg-light.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 10px;
    padding-bottom: 50px;
}

.cta{
    padding: 40px 0;
}
.banner-menu {
    
}
.rajan-sir-pic{
    width: 250px;
    display: inline-block;
}
.banner-icon{
    margin: 0;
    padding: 0;
    text-align: center;
}
.banner-icon li{
    font-size: 1.3rem;
    color: #303030;
    margin: 10px;
    list-style: none;
    display: inline-block;
}
.banner-icon li img {
    width: 40px;
    display: inline-block;
}
.sign-img {
    width: 150px;
    display: inline-block;
}

/*Media Partner*/
.media-partner {
    padding: 60px 0;
}
.media-logo {
    border: 2px dashed #006fb1;
    padding: 5px;
    border-radius: 15px;
}
.blue-line {
    width: 60px;
    height: 4px !important;
    background: #006fb1;
    opacity: 1;
}
.common-heading {
    font-family: 'poppinsbold';
    font-size: 1.8rem;
}

/*Testimonials*/
.testimonials{
    padding: 60px 0;
    background: url('../images/dots-bg.png');
    background-size: cover;
    background-color: #f7f7f7;
}
.testimonial-box {
    text-align: center;
    padding: 25px 15px;
    border: 1px solid #006fb1;
    border-radius: 15px;
    background: #fff;
}
.text-italic {
    font-style: italic;
}
.comma {
    width: 70px;
    display: inline-block;
}

/*Blog*/
.blog{
    padding: 60px 0;
}
.blog-box {
    padding: 20px;
    border: 1px solid #bdbdbd;
    height: 100%;
    border-radius: 20px;
}
.blog-text {
    margin-top: 20px;
}
.blog-text label {
    font-size: .8rem;
    margin-bottom: 15px;
}
.blog-text label i {
    color: #006fb1;
    font-size: .7rem;
}


/*footer*/
footer{
    padding: 40px 0;
    background: #00162f;
    padding-bottom: 0;
}
footer .common-list li a{
    color: #fff;
    font-size: 0.8rem;
}


/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .banner-icon {
        text-align: left;
    }
    footer h4{
        margin-top: 20px;
    }
    .navbar-light .navbar-toggler {
        color: #00619b;
        border-color: #00619b;
        background: #fff;
    }
    .navbar-collapse {
        background: rgb(255 255 255 / 66%);
    }
}

