html {
    scroll-behavior: smooth;
    font-family: 'Lora', serif!important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Lora', serif;
    font-size: 18px;
    margin: 0;
    background: #eeeeee
}
a {
    text-decoration: none
}
/* Start Move to Top Button */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(239, 136, 0, 0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #f8f9fa!important;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: rgba(248,249,250,0.7)!important;
    top: 5px;
}
/* End Move to Top Button */
.card-bg {
    background-color: rgba(255,255,255,0.8)!important
}
.box-shadow {
    -webkit-box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    -moz-box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Lora', serif;
    font-weight:700;
}
h2 {
    font-size: 24px
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    h1 {
        font-size: 26px
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    h1 {
        font-size: 26px
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    h1 {
        font-size: 26px
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    h1 {
        font-size: 26px
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    h1 {
        font-size: 26px
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    h1 {
        font-size: 26px
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    h1 {
        font-size: 26px
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    h1 {
        font-size: 26px
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    h1 {
        font-size: 26px
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    h1 {
        font-size: 26px
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    h1 {
        font-size: 26px
    }
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    h1 {
        font-size: 26px
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    h1 {
        font-size: 26px
    }
}
.heading {
    color: #982b00!important
}
.address p {
    color: #000!important;
    line-height: 24px;
    font-size: 18px
}
p {
    color: #343a40!important;
    line-height: 24px;
    font-size: 18px
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}
/* header */
.navbar-light {
    z-index: 999;
    background-color: rgba(248,249,250,0.6)
}

a.navbar-brand i {
    color: rgba(0, 0, 0, 0.18);
    font-size: 1em;
}
.navbar-brand {
    font-size: 2rem
}
.dropdown-item {
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
    color: #111b16;
    font-size: 18px;
    padding: 5px 10px!important;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #f09c38!important
}

.dropdown-item {
    color: #111b16
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: white;
    color: #f09c38!important
}
.cont-btn a {
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 0.3em 2em;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.cont-btn a:hover {
    background: #28a745;
    border: 2px solid #28a745;
}

.cont-btn {
    margin-top: 1rem
}
.header-top {
    background-color: #c44f00!important;
    padding: 11px 0px
}
.header-top-2 {
    background-color: rgba(255, 255, 255, 0.9)!important;
    padding: 11px 0px
}
.header-top-2 p:first-child {
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 5px
}
.header-top-2 p:nth-child(2) {
    font-size: 36px;
    font-weight: 700
}
@media screen and (max-width: 576px) {
    .header-top-2 p:first-child {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px
    }
    .header-top-2 p:nth-child(2) {
        font-size: 18px;
        font-weight: 400
    }
}
@media screen and (max-width: 768px) {
    .header-top-2 p:first-child {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 5px
    }
    .header-top-2 p:nth-child(2) {
        font-size: 17px;
        font-weight: 600
    }
}
.cont-inf {
    float: left;
    width: 67%!important
}
.enqr {
    float: right;
    width: 30%!important
}
.space {
    justify-content: space-between
}
.left {
    float: left
}
.right {
    float: right
}
.header-top ul {
    overflow: hidden;
    margin: 0px
}
.left li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 30px
}
.right li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}
.right li a {
    color: #f8f9fa!important
}
.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto
}
.round {
    border-radius: 100%;
    height: 100px!important;
    width: 100px!important
}
footer .footer-bottom p {
    font-weight: 700;
    margin: 0px;
    line-height: 40px;
}
.bg-top {
    background: url("../images/bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 490px;
    position: relative;
}
.bg-modal {
    background: rgba(0,0,0,.6);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .25rem
}
.bg-modal-dark {
    background: rgba(0,0,0,.8);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .25rem
}
.show {
    display: block
}
/* Responsive Slide start */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
/* Responsive Slide end */
.card-inner {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #ffffff;
    border-radius: 10px;
    height: auto
}
.bg-comp-reg {
    background-image: url('../images/roc.jpg');
    background-size: cover;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
    z-index: -1
}
.form-control {
    font-size: 18px!important
}
.marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

marquee {
    max-height: 150px;
    width: 100%;
    max-width: 100%;
}

.marquee img {
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
    margin-left: 10px
}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
.h6 {
    font-weight: 600
}
