body {
    margin: 0;
    font-family: -apple-system, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #616161;
    text-align: left;
    background-color: #fff;
}

p {
    font-family: 'Signika', sans-serif;
    margin-bottom: 5px;
    text-align: justify;
}

h1,
h2,
h3,
h4 {
    font-family: "Heebo", sans-serif;
}

.p-10 {
    padding: 10px 0;
}

.m-20 {
    margin: 20px 0;
}

a {
    color: #0088cc;
}

/***************************** HOME SECTION ****************************/


.header_top {
    padding: 2px 0;
    background: #083875;
    border-bottom: 1px solid #083875;
    overflow: hidden;
}

.header_top p {
    margin-bottom: 0;
    text-align: left;
}

.header_top p span,
.header_top p a {
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Signika', sans-serif;

}

.header_top p span i,
.header_top p a i {
    font-size: 17px;
    color: #FF5E00;
    margin-right: 6px;
    font-weight: 700;
}

.header_top p a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.header_top .right_top .btn-suc {
    font-family: 'Signika', sans-serif;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 3px;
    color: #fff;
    margin: 0 3px;
    background: #fc9d6a;
    background: -moz-linear-gradient(top, #fc9d6a 0%, #f9864d 0%, #f17432 50%, #ea5507 51%, #fc9158 100%, #fb955e 100%);
    background: -webkit-linear-gradient(top, #fc9d6a 0%, #f9864d 0%, #f17432 50%, #ea5507 51%, #fc9158 100%, #fb955e 100%);
    background: linear-gradient(to bottom, #fc9d6a 0%, #f9864d 0%, #f17432 50%, #ea5507 51%, #fc9158 100%, #fb955e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9d6a', endColorstr='#fb955e', GradientType=0);
}

/*.header_top .dwn_demo_button a img {
    max-width: 100%;
    height: auto;
    float: right;
}*/

@media (max-width: 480px) {

    .header_top {
        float: inherit;
    }

    .navbar-light .navbar-nav .nav-link:before {
        display: none;
    }

    .header_top p span,
    .header_top p a {
        margin-right: 0px;
    }

    .header_top p,
    .header_top .right_top {
        text-align: center;
    }



    /* .header_top .dwn_demo_button a img {
        text-align: center;
    }*/
}

/*NAVIGATION MENU*/

.navbar-toggler {
    padding: 3px 5px;
    border: 1px solid #a19b35 !important;
}

.navbar {
    padding: 5px 15px;
}

.bg-white {
    border-bottom: 2px solid #f8f9fa;
}

.navbar-light .navbar-nav .nav-link {
    color: #0277BD;
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #880E4F;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ac345c;
}

.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px 12px 6px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
    background: transparent;
    border-color: transparent transparent #ac345c transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -35px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.navbar-light .navbar-nav .nav-link:hover:before {
    bottom: -5px;
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*Marquee Design Start*/

.marquee_tag {
    color: #FFFFFF;
    background-color: #880E4F;
    line-height: 1;

}

.marquee_tag:hover {
    animation-play-state: paused;
}

.marquee_tag ul {
    margin: 5px 0;
}

.marquee_tag li {
    display: inline-flex;
}

.marquee_tag li a {
    color: #fff;
    padding: 0 3px;
    font-family: 'Signika', sans-serif;
}

.marquee_tag li a:hover {
    color: orange;
    text-decoration: none;
}

/*Marquee Design End*/

/*Slider Start*/
.inner-page img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/*Slider End*/

/*======================================================================================
***************************************** About Company *********************************
========================================================================================*/
.about-company {
    padding: 30px 0;
}

.about-company-title {
    position: relative;
    padding-left: 20px;
}

.about-company-title h2{
    color: #961a34; 
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
}

.about-company-title:after {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #dd9713;
    left: 0px;
}  

.about-company-title .sub {
    font-family: 'Volkhov', serif;
    font-weight: 400;
    color: #c63615;
    font-size: 17px;
}

.about-group-block h3 {
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
}
.our-portal .our-portal-des{
    padding: 15px 0;

}
.our-portal .our-portal-des a{
     color: #0277BD;
    font-weight: 600;
    font-size: 24px;
    padding: 4px 0 0; 
	font-family: 'Play', sans-serif;
}
/*About Company End*/

.main-feature-section .ias_main_feature ul li {
    color: #0277BD;
    font-size: 16px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    padding: 5px 0;
}
 .ias_main_feature_title h3{
     color: #961a34; 
    font-size: 28px;
    font-weight: bold;
    font-weight: bold;
    padding: 10px;
 }
/*Product Section*/
.product-section .product-title {
    color: #0277BD;
    font-weight: 700;

}

.product-section .product-title,
.product-section p {
    text-align: center;
}

.product-section .ias-modules {
    padding-top: 20px;
}

/*=======================================================================================
**************************************** Counter ****************************************
========================================================================================*/

.ias-actmt {
    padding: 30px 0 170px 0;
    background-image: url(../images/actbg.png);
    background-position: 0px 81%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: peachpuff;
}

.ias-actmt .ias-title {
    position: relative;
    padding-left: 20px;
}

.ias-actmt .ias-title h3:after {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #F84718;
    left: 0px;
}

@media (max-width: 991px) {
    .ias-actmt {
        background-image: none;
    }
}

.counter {
    color: #EC574C;
    font-family: 'Signika', sans-serif;
    text-align: center;
}

.counter svg {
    transition: all 1.5s ease 0s;
}

.counter:hover svg {
    transform: rotate(360deg);
}

.counter svg polygon {
    fill: url(#counter-bg);
    stroke: none;
}

.counter .counter-content {
    background: linear-gradient(to right, #F05851, #C63F3D);
    height: 140px;
    width: 140px;
    padding: 30px 5px;
    border-radius: 50%;
    box-shadow: 2px 0 0 1px rgba(0, 0, 0, 0.4), 3px 0 10px rgba(0, 0, 0, 0.5);
    transform: translateX(-51%);
    position: absolute;
    left: 58%;
    top: 23px;
    z-index: 1;
}

.counter .counter-content:before {
    content: '';
    height: 85%;
    width: 85%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;

}

.counter .value {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
}

.counter h3 {
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0;
}

.counter.yellow polygon {
    fill: url(#counter-bg2);
}

.counter.yellow .counter-content {
    background: linear-gradient(to right, #FCB414, #E48A1A);
}

.counter.yellow .counter-value,
.counter.yellow .value {
    color: #FCB414;
}

.counter.blue polygon {
    fill: url(#counter-bg3);
}

.counter.blue .counter-content {
    background: linear-gradient(to right, #5DD3F8, #088597);
}

.counter.blue .counter-value,
.counter.blue .value {
    color: #0AC1F9;
}

.counter.green polygon {
    fill: url(#counter-bg4);
}

.counter.green .counter-content {
    background: linear-gradient(to right, #C5D03A, #88891E);
}

.counter.green .counter-value,
.counter.green .value {
    color: #C2CC24;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 30px;
    }

    .counter .counter-content {

        left: 50%;

    }
}

/* Counter End*/

/*========================================================================================
**************************************** Testimonial ************************************
==========================================================================================*/

.testimonial {
    border-left: 4px solid #91880f;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #91880f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 16%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #91880f;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #d45113;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

/* Testimonial End*/
/*=========================================================================================
********************************** All Link Modules ***************************************
==========================================================================================*/
.links_modules h4 {
    font-size: 20px;
}

.links_modules .mod {
    padding: 15px 0;
}

.links_modules a {
    color: #616161;
    background-color: #f5f5dc;
    padding-left: 1px;
    font-family: 'Signika', sans-serif;
}

.links_modules a:hover {
    color: #E65100;
}

/*Link Module End*/


/*========================================================================================
**************************************** Footer start ************************************
========================================================================================*/

.footer2 {
    text-align: left;
    padding-bottom: 25px;
}

.footer2 h4 {
    font-family: 'Play', sans-serif;
    color: #FFB300;
    padding: 30px 0px 10px 0px;
}

.footer2 h4:after {
    position: absolute;
    left: 15px;
    top: 66px;
    height: 3px;
    width: 60px;
    background-color: #ddd;
    content: "";
}

.footer2 img {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.footer-text p {
    color: #f5f5f5;
    font-size: 14px;
    padding: 10px 20px 0px 0px;
    font-family: 'Alegreya Sans', sans-serif;
    text-align: justify;
}

.footer2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 16px;
}
.footer2 ul li a{
color:#fff;
}
.footer2 ul li a:hover{
text-decoration:none;
}
.list-unstyled li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-unstyled li:after {
    width: 100%;
    content: "";
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}


.list-unstyled i.fa {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
    margin: 0px 10px 0px 0px;
    color: #FFB300;
}

#add {
    margin: 0px 32px;
    margin-top: -25px;
}

.Copyright_footer {
    padding: 5px 0px;
    background-color: #1f1e1e;
}

.Copyright_footer p {
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
}

.Copyright_footer p a {

    color: #FFAB00;
}

/*Footer End*/

/**/
/* Slider */

.slick-slide {
    margin: 0px 20px;
    /* background-color: #e5e5e5;*/
    padding: 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding-top: 22px;
    padding-bottom: 22px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#sliding_icons {
    background: #06357b;
    width: 29px;
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 99;
}

/*=====================================================================================================
******************************************* Contact Us **********************************************
=======================================================================================================*/

.contactus-content {
    padding: 25px 0;
}

.img-responsive {
    margin: 0 auto;
    display: block;
}

.contactus-content h3 {
    margin: 5px 0;
    font-size: 20px;
    text-align: center;
    color: #0277BD;
    font-weight: 700;
}

.btn-primary {
    padding: 5px 10px;
    color: #fff;
    background-color: #880E4F;
    border-radius: 3px;
    border-color: transparent;
}

.contactus-content .map,
.contactus-content .home_contact {
    margin: 20px 0;
}

.contactus-content .home_contact {
    background-color: #fbfbfb;
    padding: 18px;
    border: 2px solid #d4d4d4;
}

.contactus-content .ias-registered-office h4 {
    font-size: 16px;
    color: #0277BD;
    font-weight: 600;

}

.contactus-content .ias-registered-office p a {
    color: inherit;
}

.contactus-content .ias-registered-office p i {
    color: #737373;
    font-size: 18px;
    line-height: 22px;
    padding-right: 5px;
}


/*index 1 Styles */
.welcome-ias {
    padding: 20px 0;
}

.welcome-ias .ias-title h3 {
    color: #0277BD;
    font-weight: 600;
    font-size: 24px;
}

.welcome-ias .ias-title .ias-portal p {
    padding: 5px 0;
    text-align: center;
    font-size: 17px;
    color: #880E4F;
}

.welcome-ias .titleline {
    /* Underline */
    background: url(../images/bg-line.png) repeat-x;
    height: 3px;
    margin-bottom: 10px;
}

.welcome-ias .home_content {
    /* Border Right */
    background: url(../images/hcolumn-right-bg.jpg) repeat-y;
    padding-bottom: 0px;
}

.welcome-ias .ias-title .ias-portal .btn {
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #a2a2a2;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-radius: 4px;
    border-color: #c5c5c5;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);

}

.sub_product {
    width: 160px;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.gray-border-medium {
    border: 5px solid #ebebeb;
}

@media (max-width: 480px) {

    .welcome-ias .home_content {
        background: inherit;
    }
}

/*News Slider*/
.holder {
    background: #FFF;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 10px 6px -6px #d5d5d5;
    -moz-box-shadow: 0 10px 6px -6px #d5d5d5;
    box-shadow: 0 10px 6px -6px #d5d5d5;
    width: 80%;
    height: 350px;
    overflow: hidden;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.holder .mask {
    position: relative;
    left: 5px;
    top: 10px;
    width: 90%;
    height: 350px;
    overflow: hidden;
}

.holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.holder ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
    text-align: justify;

}

.holder ul li a {
    color: #880E4F;
    text-decoration: none;
}

/*Typing Text Style*/
.get_started {
    background: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
}

.get_started h4 {

    color: #fff;
    font-weight: 600;
    text-align: justify;
}

.get_started h4 a {
    color: #961a34;
}

.get_started .btn-success {
    font-family: "Heebo", sans-serif;
    color: #fff;
    background-color: #dd9713;
    border-color: #dd9713;
    border-radius: 20px;
    padding: 0.375rem 2.75rem;
    line-height: 2;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    display: block;

}

/*********************************** Indian States and Union Territories Section *************************************/
.indian_states {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.indian_states {
    color: #fff;
}

.indian_states h3 {
    font-size: 18px;
    margin: 6px 0;
    color: #313131;
    -webkit-animation: colorchange 20s infinite alternate;
    font-family: "Heebo", sans-serif;

} 
.indian_states a {
    color: #FFAB00;
    padding: 8px;
}

@-webkit-keyframes colorchange {
    0% {

        color: #00ccbb;
    }

    20% {

        color: #00cc40;
    }

    40% {

        color: #abcc00;
    }

    60% {

        color: #cca200;
    }

    80% {

        color: #cc8500;
    }

    100% {

        color: pink;
    }
}
.disclaimer-overview h2, .terms-overview h4, .refund-overview h2, .privacy-policy-overview  h1{
    padding-top: 20px;
    color: #085bb1;
    font-size: 20px; 
	font-family: "Heebo", sans-serif;
	font-weight:600;
    text-transform: uppercase;
}
.disclaimer-overview p:before, .terms-overview .terms-dec p:before, .refund-overview p:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    display: inline-block;
    vertical-align: middle;
    padding: 1px 5px 3px 0px;
    color: #880E4F;
    font-size: 17px;
}
.terms-overview h2 {
    color: #961a34;
    font-size: 20px;
    font-weight:600;
    font-family: "Heebo", sans-serif;
}
.terms-overview h3, .refund-overview h3 {
    padding-top: 20px;
    color: #085bb1;
    font-size: 20px;
	font-weight:600;
    font-family: "Heebo", sans-serif;
}

/*POPUP*/

.modal-header{
padding: 0 10px 0px 0;
border-bottom: none;
}
.modal-body {
    padding: 0 1rem 1rem 1rem;
}