@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bhaskar_Web_Head_Test_exp';
    src: url('../fonts/Bhaskar_Web_Head_Test_exp.woff') format('woff');
}

body {
    background: #fff;
    font-size: 14px !important;
    font-family: 'Montserrat-Regular';
}

.web-container-fluid {
    padding: 0px !important;
}

h1, h2, h3, h4, h5, p, ul, li {
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Montserrat-Regular';
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Montserrat-Regular';
}

    a:active {
        box-shadow: none !important;
    }

.web-container p {
}

.web-container h1 {
}

.web-container h2 {
}

.web-container h3 {
}

.web-container h4 {
}

.web-container h5 {
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

img {
    max-width: 100% !important;
}
/*main heading*/
.main-head {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    color: #333;
    line-height: 50px;
    font-size: 32px;
    width: auto;
    display: table;
    margin: auto !important;
    margin-bottom: auto;
    margin-bottom: 38px !important;
}

    .main-head span {
        font-size: 18px !important;
        color: #000;
        font-weight: 300;
        text-transform: none;
    }

        .main-head span.brdr {
            border-bottom: 1px solid #eee;
            height: 1px;
            display: block;
            width: 100%;
            margin: 30px auto 20px;
        }

            .main-head span.brdr img {
                width: 60px;
                height: 60px;
                margin: auto;
                position: relative;
                top: -33px;
            }

    .main-head:hover span.brdr img {
        animation: spinner 2s linear infinite;
        -webkit-animation: spinner 2s linear infinite;
    }

/**/
/**/
.no-pos {
    position: inherit !important;
}
/*********************************************************************************
color text, button and other
***************/
.text-blue {
    color: #37adbd;
}

.text-red {
    color: #d53e10;
}

.text-green {
    color: #5a9f32;
}

.btn {
    border-radius: 0px !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-animate {
    position: relative;
}

    .btn-animate span {
        position: relative;
    }

    .btn-animate:before, .btn-animate:after {
        content: '';
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        width: 0;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .btn-animate:hover:before {
        width: 100%;
    }

    .btn-animate:focus:after, .btn-animate:focus:before {
        width: 100%;
    }

.btn:focus {
    outline: none !important;
}
/**/
.container-gray {
    background: #f8f8f8;
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11 {
    padding: 50px 0;
    background: url(../images/bg.png) no-repeat center;
    background-size: contain;
}
.section1{ padding-top:0; background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
  position:relative;
}
/*.section1:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: inherit;
    transition: inherit;
    pointer-events: none;
    background-color: rgba(22,32,141,.7);
}*/
 
 
  
.relative{
    position:relative;
    z-index:999;
}
.heder-text{
    background:#ff0202;
    color:#fff;
    padding:15px;
}
.heder-text h4{
    background: #ff0202;
    color: #ffff00;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
	line-height: 40px;
    
}.counter{
     margin-top:15px;
 }
.main-title {
    margin-bottom: 35px;
}

    .main-title h1 {
        font-size: 50px;
        text-align: center;
        font-weight: bold;
        color: #fff800;
        font-family: Bhaskar_Web_Head_Test_exp;
        line-height: 24px;
        margin-bottom: 50px !important;
    }
    .main-title h1 span {
        
        color: #3b2a98; ;
    }

h3.subtitle {
   font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: Bhaskar_Web_Head_Test_exp;
    line-height: 36px;
    margin-bottom: 20px !important;
    font-weight: 900;
}

    h3.subtitle strong {
        color: #fff800;
    }
    .hifram{
        display:table;
        margin:auto;
        width:50%;
    }
    .hifram iframe{width:100%;height:250px;}
.hc {
    padding: 35px;
}

.item {
    margin: 0 5px;
    border: 1px solid #ddd;
}

.booknow {
   padding: 12px !important;
    border-radius: 100px !IMPORTANT;
    background: red;
    color: #fff;
    display: table !important;
    margin: 15px auto;
    box-shadow: 0 0 10px -5px rgb(255 14 14 / 62%);
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000) !important;
    background: linear-gradient(to top, #c31112, #fd211e) !important;
    font-size: 22px !important;
    width: 360px;
    font-weight: bold !important;}

.section2 {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
}

    .section2 p {
        font-size: 24px;
        padding: 0px 50px !important;
        color: #3b2a98;
        font-family: Bhaskar_Web_Head_Test_exp;
    }

.h2 {
    color: #3b2a98 !important;
    text-decoration: underline;
    font-size: 24px;
    margin-bottom: 35px !important;
}

.section4 {
    
}

    .section4 h1 {
        font-size: 36px;
        color: #3b2a98;
        font-family: Bhaskar_Web_Head_Test_exp;
        line-height: 28px;
        margin-bottom: 20px !important;
    }

    .section4 p {
        font-size: 18px;
        color: #3b2a98;
        font-family: Bhaskar_Web_Head_Test_exp;
        line-height: 28px;
        margin-bottom: 20px !important;
    }

    .section4 h4 {
        font-size: 28px;
        color: #3b2a98;
        font-family: Bhaskar_Web_Head_Test_exp;
        line-height: 36px;
        margin-bottom: 20px !important;
    }

    .section4 h3 {
        font-size: 40px;
        color: #3b2a98;
        font-family: Bhaskar_Web_Head_Test_exp;
        line-height: 28px;
        margin-bottom: 20px !important;
        text-transform: uppercase;
        font-weight: bold;
    }

        .section4 h3 strong {
            color: #ff0202;
        }

.price-content {
    padding: 15px;
}

    .price-content .price-now {
        font-size: 32px;
        font-family: Montserrat-Bold;
        color: #ff0202;
        margin-bottom: 0 !important;
    }

    .price-content .price-before {
        text-decoration: line-through;
        font-size: 28px;
        font-family: Montserrat-Bold;
        color: #3b2a98;
    }

    .price-content p {
        color: #ff0202;
        font-size: 28px;
        font-family: Bhaskar_Web_Head_Test_exp;
    }

.section5 {
    background: #FFFFFF;
    color: #fff;
}

    .section5 h1 {
        color: #ffeb00;
        font-size: 60px;
		    font-weight: 900;
        margin-bottom: 35px !important;
        font-family: Bhaskar_Web_Head_Test_exp;
        text-shadow: 0px 10px 0px rgb(49 64 71 / 15%);
    }

    .section5 p {
        color: #fff;
        font-size: 20px;
    line-height: 40px;
        font-family: Bhaskar_Web_Head_Test_exp;
    }

.h4title {
    background: #333;
    color: #fff !important;
    text-align: center;
    padding: 15px !important;
    margin-bottom: 35px !important;
    display: block;
    font-size: 24px !important;
    font-family: Montserrat-Bold !important;
    line-height: inherit !important;
}

.testi-box {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
    min-height: 120px;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 15px solid #000;
}

    .testi-box h4 {
        background: #000;
        color: #fff;
        text-align: center;
        padding: 5px !important;
    }

.t-cont {
    padding: 10px;
}

.section7, .section8, .section9, .section10, .section11 {
    border-top: 1px solid #ddd;
}

.video {
    background: #ddd;
    border-radius: 20px;
    overflow: hidden;
}


.modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
  
    background-size: cover;
}

.modal-content {
    border-radius: 0;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #000;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    font-size: 36px;
    font-weight: bold;
}

.modal-body h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px !important;
    color: #000;
}

.modal-header {
    padding: 0px 0 10px !important;
    border-bottom: 0px solid #e9ecef;
    display: block;
    text-align: center;
    min-height: initial !important;
}

#myModal .main-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px;
    color: #fff;
    border-radius: 10px;
    line-height: 24px;
    background: #ff0000;
    border-color: #ff0000;
    margin-bottom: 10px !important;
    box-shadow: 0 0 10px -5px rgb(255 14 14 / 62%);
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000) !important;
    background: linear-gradient(to top, #c31112, #fd211e) !important /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */;
}

.modal-content .form-control {
    font-size: 18px;
    border-radius: 5px;
    height: 50px;
}

.modal-content p {
    text-align: center;
    color: #000;
    font-size: 18px;
}
