@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   }

a {
    text-decoration: none !important;
    transition: .3s !important;
    font-family: 'Poppins', sans-serif;
}

p {
    color: #000;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

ul {
    list-style: none;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    line-height: 1.6em;
    text-transform: capitalize;
    font-weight: 600 !important;
    color: #333333;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    line-height: 1.6em;
    text-transform: capitalize;
    font-weight: normal;
    color: #333333;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.6em;
    text-transform: capitalize;
    font-weight: normal;
    color: #333333;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    text-transform: capitalize;
    font-weight: normal;
    color: #333333;
}

/* Anchor-btn  */
.uni-a {
    padding: 18px 0px;
}

.uni-a a {
    color: #ffffff;
    border: none;
    background-color: #800000;
    transition: all .2s ease-in-out;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 5px;
}

.uni-a a:hover {
    color: #ffffff;
    background-color: #00174f;
    border: none;
    background-position: 100% 0;
}

/* Anchor-btn-End  */
/* Universal-Button  */
.uni-btn button {
    font-size: 15px;
    line-height: 12px;
    padding: 14px 35px;
    color: #ffffff !important;
    background-color: #ff9933;
    text-transform: uppercase;
    outline: none !important;
    border: none;
    border-radius: 2px;
    transition: .3s;
}

.uni-btn button:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* Universal-Button-End  */
.top-bar {
    height: 36px;
    display: flex;
    align-items: center;
    background-color: #800000 !important;
    color: #fff;
}

.top-icon {
    display: flex;
}

.top-icon a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-left: 13px;
    padding-left: 15px;
    color: #fff;
}

/* .top-icon a:hover{
    background-color: #00a0e3;
    color: #fff;
    border-radius: 2px;
} */
header i {
    color: #fff;
    font-size: 18px;
    transition: .3s;
    margin: 0px;
}

.top-icon a:hover i {
    color: #ffffff !important;
}

header .top-icon a:hover {
    background-color: #ff541e;
    border: none;
    color: #fff !important;
    box-shadow: rgb(17 26 57 / 10%) 0px 0px 10px;
}

.alignment {
    display: flex;
    align-items: center;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #ff9933 !important;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    height: 51px;
}

.navbar img {
    width: 80%;
}

.navbar-nav li {
    /* padding: 0px 10px 0px 10px !important; */
    position: relative;
    display: flex;
    flex-direction: row;
}

/* .dropdown-item {
    color: #3b3f42;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px !important;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-block;
} */

.dropdown-item:hover {
    color: #800000 !important;
    background-color: #fff;
}

.active {
    color: #800000 !important;
}

.nav-link:focus {
    /* background-color: #00a0e3; */
    color: #3b3f42;
}

.head-dit a {
    color: #fff;
    padding: 6px 15px;
    padding-left: 0px;
    border-radius: 50px;
    font-size: 14px !important;
    transition: .5s all !important;
}

.head-dit i {
    margin-right: 8px;
    color: #d2d2d2;
    transition: .1s;
    font-size: 14px;
}

.head-dit a:hover {
    color: #fff !important;
    /* box-shadow: rgb(17 26 57 / 10%) 0px 0px 10px; */
}

/* .head-dit a:hover i{
    color: #ff541e;
} */
.head-dit a:first-child {
    margin-right: 10px;
}

.head-dit a:nth-child(2) {
    padding: 6px 0px;
    padding-right: 15px;
}

.head-dit a:last-child {
    padding: 6px 0px;
}

.navbar-toggler {
    /* border: 1px solid #000; */
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url(../images/menu.png) !important;
}

.head-dit ul {
    list-style: none;
    display: flex;
    margin-left: 0px;
}

.head-dit ul li {
    display: flex;
    align-items: center;
}

.head-dit ul li:hover i {
    transform: scale(1.1)
}

/* .navbar-toggler:focus{
    outline: none !important;
} */
.nav-link {
    padding: 15px 11px !important;
    color: #fff !important;
    background-color: transparent !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.06em;
}

.navbar-brand {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.nav-item {
    /* padding: 25px 0px; */
}

.navbar {
    padding: 0px;
    height: 51px;
}

.navbar>.container {
    background-color: #ff9933;
}

/* .navbar-expand-lg .navbar-collapse {
    justify-content: end !important;
} */
.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 15%);
    padding: 0;
    width: 265px !important;
}

.dropdown-item {
    padding: 12px 15px;
    border-bottom: solid 1px #2e2e2e;
    color: #333333 !important;
    font-weight: bold;
    font-size: 13px;
}
.dropdown-menu li{
    padding: 0px !important;
}

.navbar-brand {
    display: none;
}

.mid-logo img {
    width: 25%;
}

.mid-align {
    display: flex;
    align-items: center;
    justify-content: end;
}

.mid-btn a {
    background: #800000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px !important;
    margin-left: 5px;
}

.mid-btn a:hover {
    background-color: #0f03fb;
    color: #fff;
}

@media screen and (max-width:1199px) {
    .top-bar {
        height: auto;
    }

    .alignment,
    .hide {
        justify-content: center !important;
    }

    .navbar-nav li {
        padding: 0px 0px 0px 0px !important;
    }

    .navbar-nav a {
        font-size: 12px !important;
        padding: 8px 4px !important;
    }

    .dropdown-menu {
        width: 200px;
    }

    .drope-two {
        left: 197px;
    }

    .drope-three {
        left: 197px;
    }

    .dropdown-menu {
        top: 67px;
    }

    .drope-two {
        top: -3px;
    }

    .drope-three {
        top: -3px;
    }
}

@media screen and (max-width:991px) {
    .alignment {
        justify-content: center;
    }

    .head-dit ul {
        flex-direction: column;
    }

    .navbar-nav li {
        margin: auto;
    }

    .navbar-brand {
        display: block;
    }

    .top-bar {
        display: none;
    }

    .middle-bar {
        display: none;
    }

    header {
        height: auto;
        background-color: #fff !important;
    }

    .navbar {
        height: auto;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    /* .top-bar{
        display: none;
    } */
    .hide {
        /* display: none !important; */
    }

    .head-dit a:first-child {
        margin-right: 0px;
    }

    .head-dit a {
        font-size: 13px !important;
        padding: 6px 5px;
        padding-right: 0px !important;
        font-weight: 600;
    }

    .head-dit i {
        margin-right: 5px;
        font-size: 13px;
    }

    .navbar-nav a {
        text-align: center;
        color: #333 !important;
    }

    .nav-item {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
    }

    .nav-link {
        border-bottom: solid 1px #2e2e2e !important;
    }
    .navbar>.container{
        background-color: #fff;
    }

    .dropdown-menu {
        width: 95%;
        margin: auto;
        background-color: #fff;
    }

    .navbar-brand {
        width: 50%;
    }

    .navbar img {
        width: 55%;
    }

    .dropdown-item i {
        top: 10px !important;
        transform: rotate(90deg) !important;
    }

    .drope-two {
        padding: 10px 0px !important;
    }

    .drope-three {
        padding: 5px 0px !important;
    }

    /* .dropdown-toggle{
        width: 200px;
        margin: auto;
    } */
    .dropdown-toggle::after {
        position: absolute;
        top: 15px;
        right: 15px;
        border-top: 0.4em solid;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent;
    }
}

@media screen and (max-width:494px) {
    .top-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .head-dit a:first-child {
        display: block;
    }

    .head-dit a {
        padding: 2px 0px;
    }

    .head-dit a:nth-child(2) {
        padding: 2px 0px;
    }

    .head-dit a:last-child {
        padding: 2px 0px;
    }

    .head-dit a {
        font-weight: 600;
    }

    .top-bar {
        height: auto;
    }

    .head-dit ul {
        flex-direction: column;
        text-align: center;
    }

    .head-dit ul li {
        justify-content: center;
    }
}

@media screen and (max-width:370px) {
    .head-dit a {
        font-size: 12px !important;
    }

    .navbar-brand {
        margin-right: 0px !important;
    }
}

@media screen and (max-width:228px) {
    .head-dit a:nth-child(2) {
        display: block;
        text-align: center;
    }

    .head-dit a:last-child {
        display: block;
        text-align: center;
    }

    .top-bar {
        height: 70px;
    }
}

.strip .strip-box {
    padding: 10px 15px;
}

.strip h4 {
    font-size: 46px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.strip .strip-box {
    display: flex;
    align-items: center;
    background-color: red;
}

.strip-align {
    justify-content: space-between;
}

.strip img {
    width: 18%;
}

@media screen and (max-width:1399px) {
    .strip h4 {
        font-size: 41px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:1299px) {
    .strip h4 {
        font-size: 37px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:1199px) {
    .strip h4 {
        font-size: 35px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:1099px) {
    .strip h4 {
        font-size: 32px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:991px) {
    .strip h4 {
        font-size: 28px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:891px) {
    .strip h4 {
        font-size: 24px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:767px) {
    .strip h4 {
        font-size: 21px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:691px) {
    .strip h4 {
        font-size: 18px;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:591px) {
    .strip .strip-box {
        padding: 10px 10px;
    }

    .strip h4 {
        font-size: 16px;
        margin-right: 10px !important;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:491px) {
    .strip h4 {
        font-size: 12px;
        margin-right: 5px !important;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:391px) {
    .strip .strip-box {
        padding: 10px 10px;
    }

    .strip h4 {
        font-size: 10px;
        margin-right: 5px !important;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:350px) {
    .strip .strip-box {
        padding: 10px 10px;
    }

    .strip h4 {
        font-size: 8px;
        margin-right: 5px !important;
    }

    .strip img {
        width: 17%;
    }
}

@media screen and (max-width:291px) {
    .strip .strip-box {
        padding: 10px 10px;
    }

    .strip h4 {
        font-size: 6px;
        margin-right: 5px !important;
    }

    .strip img {
        width: 17%;
    }
}

/* About  */
.about .abt-img img {
    width: 100%;
    height: 550px;
}

.about p {
    text-align: justify;
}

@media screen and (max-width:991px) {
    .about .abt-img img {
        height: 500px;
    }

    .about .abt-img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .about .abt-img img {
        height: 300px;
    }
}

/* Counter  */
.conunter-section {
    background: #f0f4fa url(../images/we_proud.png);
    background-position: 60% 100%;
    background-size: cover;
}

.conunter-section .counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    padding: 15px 0px;
}

.conunter-section .counter {
    text-align: center;
}

.conunter-section .counter-box h2 {
    font-size: 70px;
    color: #273044;
    font-weight: 200;
}

.conunter-section .counter-box p {
    color: #273044;
    font-size: 20px;
}

@media screen and (max-width:1199px) {
    .conunter-section p {
        padding: 0px 100px !important;
    }
}

@media screen and (max-width:991px) {
    .conunter-section p {
        padding: 0px 50px !important;
    }

    .c-height {
        display: none;
    }

    .conunter-section .counter-box {
        border-right: none;
    }

    .conunter-section .row {
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .conunter-section p {
        padding: 0px 0px !important;
    }
}

@media screen and (max-width:359px) {
    .conunter-section h2 {
        font-size: 40px !important;
    }

    .conunter-section p {
        font-size: 16px !important;
    }
}

@media screen and (max-width:300px) {
    .conunter-section h2 {
        font-size: 35px !important;
    }

    .conunter-section p {
        font-size: 16px !important;
    }
}

/* Client-Section  */
.client-section {
    padding: 90px 0px;
    /* padding-bottom: 120px; */
    /* background-color: #800000; */
    position: relative;
    border-top: 1px solid #f2f2f2;
    /* border-radius: 50px 5px; */
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: rgba(51, 51, 51, 0.788);
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #800000;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #800000;
    border-color: #800000;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #800000;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #800000;
        box-shadow: 0px 0px 10px 5px #800000;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #800000;
        box-shadow: 0px 0px 0px 0px #800000;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #800000;
        box-shadow: 0px 0px 10px 5px #800000;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #800000;
        box-shadow: 0px 0px 0px 0px #800000;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #800000;
        box-shadow: 0px 0px 10px 5px #800000;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #800000;
        box-shadow: 0px 0px 0px 0px #800000;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #800000;
        box-shadow: 0px 0px 10px 5px #800000;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #800000;
        box-shadow: 0px 0px 0px 0px #800000;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #800000;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #800000;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}

@media screen and (max-width:1199px) {
    .client-section {
        min-height: 500px;
    }
}

@media screen and (max-width:991px) {
    .client {
        padding: 50px 0px;
    }
}

@media screen and (max-width:400px) {
    .client-section {
        min-height: 575px;
    }
}

.owl-dots {
    display: block !important;
    margin-top: 30px;
}

/*.owl-theme .owl-nav {*/
/*    display: none !important;*/
/*}*/

.video-slider .owl-prev{
    position: absolute;
    top: 38%;
    left: -2%;
    transform: translate(0%, -50%);
    font-size: 50px !important;
}
.video-slider .owl-next{
    position: absolute;
    top: 38%;
    right: -2%;
    transform: translate(0%, -50%);
    font-size: 50px !important;
}
.image-slider .owl-prev{
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translate(0%, -50%);
    font-size: 50px !important;
}
.image-slider .owl-next{
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translate(0%, -50%);
    font-size: 50px !important;
}

/* Heading  */
.head-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading {
    text-align: center;
    margin-bottom: 25px;
}

.heading h2 {
    display: inline-block;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    position: relative;
    text-transform: capitalize;
}

.heading h2::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -20px;
    background-color: #ff9933;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.heading h2::before {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -60px;
    background-color: #ff9933;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:767px){
    .owl-nav{
        display:none;
    }
}
@media screen and (max-width:500px) {
    .heading h2 {
        font-size: 25px;
    }
}

@media screen and (max-width:400px) {
    .heading h2 {
        font-size: 20px;
    }

    .heading h2::after {
        width: 25px;
        left: -15px;
    }

    .heading h2::before {
        width: 25px;
        right: -40px;
    }
}

/* Heading-End  */

/* Courses  */
.course img {
    width: 100%;
    height: 250px;
}

.course .course-box {
    padding: 13px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.course-box h4 {
    text-align: center;
    font-weight: 600;
}

.course-box p {
    text-align: justify;
}

.course-box .uni-a {
    text-align: center;
}

.course-box .uni-a a {
    padding: 10px 20px;
    font-size: 14px;
}

/* Gallery  */
.gallery {
    /* padding: 90px 0px 90px 0px; */
    /* background-color: #ffff; */
    background-color: #F0F4FA;
}

.gallery .gallery-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

.gallery .gallery-image a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.459);
    opacity: 0;
    z-index: 1;
    transition: .4s;
}

.gallery .gallery-back:hover .gallery-image a::after {
    opacity: 1;
}

.gallery .gallery-image img {
    width: 100%;
    transition: .3s;
    height: 300px;
}

.gallery .gallery-back:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery .up {
    position: absolute;
    top: -380%;
    opacity: 0;
    left: 0;
    transition: .3s ease;
    z-index: 2;
}

.gallery .up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5px;
    height: 50px;
    background-color: #800000;
}

.gallery .down {
    position: absolute;
    top: 0%;
    left: -380%;
    opacity: 0;
    transition: .3s ease;
    z-index: 2;
}

.gallery .down::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #800000;
}

.gallery .gallery-image:hover .up {
    top: 0px;
    left: 24px;
    opacity: 1;
}

.gallery .gallery-image:hover .down {
    top: 25px;
    left: 0px;
    opacity: 1;
}

.gallery a {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .gal-plus{
    width: 100%;
    height: 100%;
} */
.gal-plus {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gal-pos {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    width: 51px;
    height: 50px;
}

@media screen and (max-width:991px) {
    .gallery {
        padding: 50px 0px 50px 0px;
    }

    .gal-plus {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gal-pos {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
        width: 51px;
        height: 50px;
    }

    .gallery .up {
        top: 0px !important;
        left: 23px !important;
    }

    .gallery .down {
        top: 25px !important;
        left: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .gal-plus {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gal-pos {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0;
        left: 0;
        width: 103px;
        height: 100px;
    }

    .gallery .up {
        top: 0px !important;
        left: 50px !important;
    }

    .gallery .down {
        top: 50px !important;
        left: 0px !important;
    }

    .gallery .up::after {
        height: 100px;
    }

    .gallery .down::after {
        width: 100px;
    }
}

@media screen and (max-width:480px) {
    .gallery .up::after {
        height: 50px;
    }

    .gallery .down::after {
        width: 50px;
    }

    .gallery .up {
        top: 22px !important;
        left: 50px !important;
    }

    .gallery .down {
        top: 50px !important;
        left: 25px !important;
    }
}

/* Quote-Form  */
.quote {
    background-color: #F0F4FA;
}

.quote img {
    width: 95%;
    margin: auto;

}

.quote input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #bfbfbf;
    height: 50px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
}

.quote textarea {
    width: 100%;
    height: auto;
    padding: 6px 12px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    outline: none;
}

.sec-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding: 0px 10px 0px 0px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.sec-heading h2::before {
    content: "";
    width: 40px;
    height: 2.5px;
    position: absolute;
    top: 50%;
    right: -60px;
    background-color: #333;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:991px) {
    .quote-img {
        margin-bottom: 50px;
    }

    .quote .uni-btn {
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .sec-heading h2 {
        font-size: 20px;
    }
}


/* Footer  */
footer {
    border-top: 0px solid #142b3a;
    background-color: #800000;
    color: #fff !important;
    padding: 34px 0px;
}

.footer-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-head {
    margin-bottom: 15px;
}

footer h3 {
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
}

footer P {
    color: #ccc !important;
    font-size: 14px;
}

/* footer .serv-border::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #00a0e3;
    bottom: -26px;
    left: 0%;
    right: 0;
    transform: translate(-0%,-0%);
    z-index: 9;
} */
footer .footer-link li {
    list-style: none;
    padding: 0px 0 5px 20px;
    line-height: inherit;
    position: relative;
}

footer .footer-link li::before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #74767A;
    float: left;
    margin-right: 14px;
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
}

footer .footer-link li a {
    font-size: 14px !important;
    color: #ccc;
}

footer .footer-link li a:hover {
    color: #ffffff !important;
}

footer .footer-form label {
    width: 100%;
    font-size: 14px;
}

footer .footer-form input,
textarea {
    width: 80%;
    font-size: 13px;
    padding: 0px 5px;
    outline: none;
    color: #717373;
    height: auto;
}

#foot-mes {
    width: 80% !important;
    height: auto !important;
}

.footer-form .uni-btn button:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* ::placeholder{
    color: red !important;
    opacity: 1;
} */
footer .serv-border::after {
    background-color: #e5eaec;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #800000;
    padding: 5px 12px;
}

.footer-bottom p {
    margin-bottom: 0px;
    color: #ccc !important;
    font-size: 14px;
}

.footer-bottom p a {
    color: #ccc;
}

.footer-bottom p a:hover {
    color: #800000;
}

.footer-icon {
    justify-content: end;
}

.footer-icon a {
    color: #00a0e3;
    border-radius: 2px;
    position: relative;
}

.footer-icon a:hover {
    background-color: #00a0e3;
    color: #fff;
    border-radius: 2px;
}

.footer-icon a:hover .anch-hov i {
    color: #292929;
}

.footer-icon .anch-hov {
    position: absolute;
    left: 50%;
    top: -26px;
    /* width: 60px;
    height: 20px; */
    padding: 2px 10px;
    font-size: 11px;
    color: #fff;
    background-color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: .2s;
    z-index: -1;
}

.footer-icon a:hover .anch-hov {
    opacity: 1;
    z-index: 0;
}

.footer-icon .anch-hov i {
    position: absolute;
    bottom: -8px;
    color: #292929;
    font-size: 14px;
}

footer ul {
    margin-left: 0px;
}

.footer-form a {
    color: #fff;
}

@media screen and (max-width:991px) {
    footer .footer-abt {
        margin-bottom: 20px;
    }
}

/* Fixed-Icon  */
.fixed-icon {
    position: fixed;
    top: 50%;
    right: -130px;
    transform: translate(-0%, -50%);
    width: 180px;
    z-index: 999;
}

.fixed-icon ul {
    list-style: none;
}

.fixed-icon li {
    display: flex;
    align-items: center;
    background-color: #800000;
    color: #efefef;
    height: 43px;
    margin: 0 0 1px;
    transition: all .25s ease-in-out;
    color: #fff;
}

.fixed-icon li a {
    color: #fff;
    padding: 5px 8px;
}

.fixed-icon img {
    width: 20%;
    margin-right: 10px;
    border-radius: 5px;
}

.fixed-icon li:hover {
    transform: translate(-100px);
}


/* Fixed-Enquiry  */
.fixed-enq {
    width: 80px;
    position: fixed;
    top: 45%;
    left: 0px;
    transform: translate(-0%, -50%);
    
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: vibrate 1s 2s infinite;
    transition: all .3s;
    z-index: 999;
}

.fixed-enq button{
    padding: 15px 10px;
    display: inline-block;
    text-align: center;
    border: none;
    background-color: #ff9933;
    border-radius: 25px;
}

.enq-img {
    margin-bottom: 10px;
}

.fixed-enq img {
    width: 60%;
}

.fixed-enq span {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .fixed-enq {
        width: 70px;
    }
}

@keyframes vibrate {
    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

/* Contact-Page  */
.contact input,
textarea,
select {
    width: 100%;
    border: 1px solid #e7e7e7;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    margin-bottom: 20px;
}

.contact textarea {
    height: auto;
}

.contact-info ul {
    list-style: none;
}

.con-icon {
    display: flex;
    align-items: center;
}

.contact h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact i {
    color: #800000;
    display: inline-block;
    font-size: 30px;
}

.contact p {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
}

.map {
	margin-top:10px;
    height: 500px;
}

@media screen and (max-width:991px) {
    .sec-heading h2 {
        font-size: 25px;
    }

    .contact .uni-btn {
        text-align: center !important;
    }

    .map {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .con-ris {
        flex-direction: column-reverse;
    }

    .contact-info {
        margin-bottom: 70px;
    }

    .map {
        margin-top: 50px;
        height: 400px;
    }

    .map iframe {
        height: 400px;
    }
}

@media screen and (max-width:300px) {
    .sec-heading h2 {
        font-size: 20px;
    }
}

.navbar-nav li:last-child a {
    border-bottom: none !important;
}

/* About-Us-Page  */
.about-tabs {
    background-color: #F0F4FA;
}

.about-tabs li {
    margin-bottom: 5px;
    font-size: 14px;
}

/* Tabs  */
.nom-tabs{
    position: relative;
}
.tabs {
    max-width: 100%;
  }
  .tabs-nav{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
  }
  .tabs-nav li {
    float: left;
    width: 20%;
  }
  .tabs-nav{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
  }
  .tabs-nav::before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 16%;
    width: 100%;
    content: '';
    height: 3px;
    background: #707070;
    z-index: -1;
  }
  .tabs-nav li:first-child a {
    border-right: 0;
    border-top-left-radius: 6px;
  }
  .tabs-nav li:last-child a {
    border-top-right-radius: 6px;
  }
  .tabs a {
    background: transparent;
    /* border: 1px solid #cecfd5; */
    color: #000;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    justify-content: left;
    display: flex;
    font-size: 16px;
    /* margin-right: 30px; */
  }
  .tabs a:hover {
    color: #800000;
  }
  .tab-active a{
    /* background: #005FFF; */
    border-bottom-color: transparent;
    color: #800000;
    cursor: default;
    /* border-bottom: 2px solid #800000; */
  }
  .tabs-stage {
    /* border: 1px solid #cecfd5; */
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 0px;
    position: relative;
    top: -1px;
  }
.nom-tabs i{
    font-size: 50px;
    background-color: #fff;
    /* padding: 20px; */
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-flex{
    display: flex;
    justify-content: space-between;
}
.nom-tabs img{
    width: 30%;
}
.nom-tabs span{
    font-size: 20px;
    font-weight: 600;
}
.nom-tabs .tab-flex a{
    width: 150px;
    color: white;
    background-color:#005fff;
    box-shadow: 0px 6px 20px #2A84FC important;
    transition: all 1s cubic-bezier(0.550,0.085,0.000,0.990);
    border: 0;
    padding: 0.95rem 1.3rem;
    border-radius: 40px;
    font-size: 12px;
    cursor: pointer;
}
.nom-tabs .tab-flex a:hover{
    background-color: #f1894c;
    color: #fff;
}

@media screen and (max-width:991px){
    .tabs{
        margin-top: 40px;
    }
}
@media screen and (max-width:767px){
    .tabs-nav li {
        float: left;
        width: 30%;
    }
    .nom-tabs i {
        font-size: 35px;
    }
    .tab-flex{
        flex-direction: column-reverse !important;
    }
    .nom-tabs img{
        margin: auto;
        width: 100%;
        margin-bottom: 35px;
    }
    .nom-tabs i{
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
@media screen and (max-width:300px){
    .tabs-nav li {
        float: left;
        width: 50%;
    }
}

/* Modal  */
.modal{
    z-index:999999 !important;
}
.modal-header {
    width: 100%;
    height: 50px;
    background-color: #ff9933;
    color: #fff;
}
.modal .modal-body {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
}
.modal form {
    color: #2c3941;
}
.modal .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.modal form input {
    width: 100%;
    padding: 8px 7px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
    font-size:14px;
    border: 1px solid #cfcfd0;
}
.modal form select{
    width: 100%;
    padding: 8px 4px;
    margin-bottom: 15px;
    outline: none;
    font-size:14px;
    color: #858585;
}
.modal textarea {
    width: 100%;
    padding: 8px 7px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
    font-size:14px; 
    height: auto;
    /* border: 1px solid #4F4F4F; */
    border: 1px solid #cfcfd0;
}
.modal .form-btn {
    color: #000;
    font-size: 14px;
    background-color: transparent;
    padding: 17px 35px;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    margin-top: 10px;
    border: 1px solid #cfcfd0;
    line-height: 0%;
    width: auto;
    height: auto;
    transition: .3s;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    /* font-weight: 500; */
}
.modal .form-btn:hover {
    background-color: #800000;
    color: #fff;
}
.modal .btn-close {
    color: #fff;
    background-color: #ffff;
    z-index: 99999999999;
    font-size: 10px;
}
.modal h5{
    font-size: 20px !important;
    font-weight: 600;
}
.modal-dialog{
    margin: 10rem auto !important; 
}
.count-align{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.count-align h2{
    margin-bottom: 0px;
    font-weight: bold;
}
.count-align span{
    font-size: 35px;
    margin-left: 5px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
}
.counter p{
    margin-bottom: 0px;
    font-weight: 700;
}
.counter h5{
    font-size: 34px;
    margin-bottom: 0px;
    font-weight: bold;
}
.counter ul{
    list-style: disc;
    margin-left: 18px;
}
.counter ul li{
    margin-bottom: 5px;
    font-size: 15px;
}
.count-box-img img{
    width: 100%;
}
.counter-img{
    text-align: center;
}
.counter-img img{
    width: 50%;
}

@media screen and (max-width:1199px){
    .counter-img img{
        width: 75%;
    }
}
@media screen and (max-width:991px){
    .counter-img img{
        width: 50%;
    }
    .cont-ris{
        flex-direction: column-reverse;
    }
    .counter-img{
        margin-bottom: 50px;
    }
}

.course-heading h3{
    margin-bottom: 20px;
    font-weight: bold;
}
.courses a{
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
    display: inline-block;
}
.courses a:hover{
    color: #000;
}
.courses-active{
    font-weight: bold;
    color: #000 !important;
}
@media screen and (max-width:767px){
    .courses ul{
        margin-bottom: 10px;
    }
}
.image-slider .owl-item{
    position: relative;
}
.image-slider .owl-dots{
    display: none !important;
}
.course-title{
    /* position: absolute;
    bottom: 0px; */
    background-color: red;
    padding: 12px 5px;
    width: 100%;
}
.course-title p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}
.course-child .item{
    overflow:hidden;
    position:relative;
}
.course-child .course-cont h3{
    color:#fff;
}
.owl-item{
    overflow: hidden;
}
.item:hover .course-cont{
    opacity: 1;
    right: 0;
}
.course-cont{
    position: absolute;
    top: 0;
    right: -100%;
    background-color: red;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    transition: all .3s ease-in;
    opacity: 1;
}
.course-cont h3{
    text-align: center;
    font-size: 32px;
    color: #202020;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}
.course-cont p{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
/* .courses .owl-theme .owl-nav{
    display: block !important;
} */

.table th, td{
    text-align: center;
}
.table>:not(:first-child) {
    border-top: 2px solid #DDDDDD;
}
.table button{
    color: #ffe800;
    background-color: #333;
    border: 1px solid #333;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    font-size: 16px;
}
.table button:hover{
    color: #ffe800;
    background-color: #4d4c4c;
    border: 1px solid #4d4c4c;
}

@media screen and (max-width:1099px){
    .course-child .course-cont{
        padding: 20px 20px;
    }
}
@media screen and (max-width:991px){
    .table button{
        padding: 10px 10px;
        font-size: 14px;
    }
}
@media screen and (max-width:767px){
    .table th{
        font-size: 10px;
    }
    .table td{
        font-size: 10px;
    }
    .table button{
        padding: 7px 5px;
        font-size: 10px;
    }
}
@media screen and (max-width:517px){
    .table th{
        font-size: 10px;
    }
    .table td{
        font-size: 10px;
    }
    .table button{
        padding: 5px 5px;
        font-size: 6px;
    }
}
@media screen and (max-width:446px){
    .table th{
        font-size: 8px;
    }
}
@media screen and (max-width:337px){
    .table th{
        font-size: 7px;
    }
    .table td{
        font-size: 10px;
    }
    .table button{
        padding: 5px 5px;
        font-size: 5px;
    }
}
.heading h1 {
    display: inline-block;
    font-weight: 500 !important;
    padding: 0px 10px 0px 10px;
    position: relative;
    text-transform: capitalize;
}
.heading h1::before {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -60px;
    background-color: #ff9933;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}
.heading h1::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -20px;
    background-color: #ff9933;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}
.abt-cont p{
    text-align:justify;
}

.course-tabs .nav-link{
    color: #000 !important;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.nav-tabs .nav-link{
    background-color: #ff9933 !important;
    color: #fff !important;
    margin-right: 2px;
}
.nav-tabs .nav-link:hover{
    background-color: #800000 !important;
    color: #fff !important;
}
.nav-tabs .active{
    background-color: #800000 !important;
    color: #fff !important;
}
.tab-pane p{
    text-align: justify;
}
.table button{
    font-size: 13px;
}
.course-tabs .table i{
    color: #212529 !important;
}

/* @media screen and (max-width:767px){
    .course-tabs .nav{
        flex-wrap: inherit !important;
    }
} */
@media screen and (max-width:452px){
    .table button {
        font-size: 6px;
    }
}

.download .table th, td{
    text-align: left;
    font-size: 16px !important;
}
.download .table a{
    margin-bottom: 0px;
    display: inline-block;
}
.download .table i{
    color: #AD0B00;
    margin-right: 10px;
}
@media screen and (max-width:767px){
    .download .table th{
        font-size: 16px !important;
    }
}


.tabs a{
    background-color: #ff9933 !important;
    color: #fff !important;
    margin-right: 2px;
    justify-content: center;
}
.tab-active a{
    background-color: #800000 !important;
    color: #fff !important;
    margin-right: 2px;
    text-align: center;
}

.video .gallery-back i{
    font-size: 20px;
}

.courses li{
    display: flex;
    align-items: center;
    background-color: #ff9933;
    margin-bottom: 5px;
}
.courses li:hover{
    background-color: #800000;
    color: #fff !important;
}
.courses li a:hover{
    color: #fff !important;
}
.courses li a{
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    padding: 10px 12px;
    color: #fff;
}
.courses-active {
    background-color: #800000;
    font-weight: bold;
    color: #fff !important;
}
.download .table a{
    background-color: #800000;
    color: #fff !important;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
}
.download .table a:hover{
    background-color: #ff9933;
}
.download-search input{
    padding: 7px 10px;
    font-size: 15px;
    outline: none;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #000;
    border-right: none;
}
.download-search button{
    padding: 7px 15px;
    font-size: 15px;
    background-color: #ff9933;
    color: #fff;
    border: 1px solid #ff9933;
    transition: all .3s;
    font-weight: 600;
}
.download-search button:hover{
    background-color: #800000;
    border: 1px solid #800000;
}
.paginations{
    padding-bottom: 50px;
}
.paginations a{
    display: inline-block;
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    line-height: 1;
    border: 1px solid #d9dddf;
    background-color: #ffffff;
    text-align: center;
    color: inherit;
    border-radius: 2px;
    color: #717375;
    font-size: 14px;
}
.paginations a:hover{
    background-color:#ff9933;
    color:#fff;
    border-color: transparent;
}
.paginations .page-active{
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    background-color:#ff9933;
    color:#fff;
    line-height: 1;
    border-radius: 2px;
    font-size: 14px;
}
.side-link ul{
    margin-left: 0px;
}

@media screen and (max-width:991px){
    .post{
        margin-bottom: 12px;
    }
    .post .cal{
        margin: auto;
    }
    .post span{
        margin-top: 8px;
        display: block;
    }
    .blog-row ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog-row{
        margin-bottom: 20px;
    }
    .blog-row li::after {
        position:unset;
    }
    .post-cont .abt-btn{
        display: flex;
        justify-content: center;
    }
    .paginations .page-active{
        margin-bottom: 10px !important;
        margin: 0 0px 0 5px;
        padding: 5px 10px;
    }
    .paginations a{
        margin-bottom: 10px !important;
        margin: 0 0px 0 5px;
        padding: 5px 10px;
    }
}
@media screen and (max-width:767px){
    .download-search{
        margin-top: 30px;
    }
}
.image-slider .owl-theme .owl-nav{
    display: block !important;
}
.image-slider .owl-prev{
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translate(0%, -50%);
    font-size: 50px !important;
}
.image-slider .owl-next{
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translate(0%, -50%);
    font-size: 50px !important;
}
.image-slider .course-title{
    background-color: #800000;
}
.image-slider .course-cont{
    background-color: #ff9933;
}

@media screen and (max-width:767px){
    .image-slider .owl-theme .owl-nav{
        display: none !important;
    }
}
.modal-content{
    width: 315px;
    margin: auto;
    border-radius: 25px;
    box-shadow: -6px -6px 0px #db1946c4;
}
.modal-header{
    /* background-color: #ff9933;
    color: #fff; */
    background-color: #F0F4FA;
    color: #2e2e2e;
    border-radius: 20px 20px 0px 0px;
    justify-content: center;
    position: relative;
}
.modal-header .btn-close{
    position: absolute;
    top: 25%;
    right: 0px;
    transform: translate(-50%, 0%);
    margin: 0;
}
.modal h5{
    color: #ff9933;
    font-weight: 700 !important;
    font-family: 'Poppins';
}
.modal .modal-body{
    padding: 35px 40px;
    padding-top: 20px;
    background-color: #F0F4FA;
    border-radius: 25px 25px 25px 25px;
}
.modal form input{
    width: 100%;
    border: none;
    margin: 10px 0px;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 5px 10px;
    color: #2e2e2e;
}
.modal form textarea{
    width: 100%;
    border: none;
    margin: 10px 0px;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 5px 10px;
    color: #2e2e2e;
}
.modal form select{
    width: 100%;
    border: none;
    margin: 10px 0px;
    font-size: 15px;
    border-radius: 8px;
    box-shadow: 1px 3px 5px 0 #d8d8d8;
    padding: 5px 7px;
    color: #2e2e2e;
    font-family: 'Poppins', sans-serif !important;
    height: auto;
}
.modal form option{
    font-family: 'Poppins', sans-serif !important;
}
.modal .form-btn{
    background-color: #ff9933;
    color: #fff;
}
.modal form ::placeholder{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;
}
.modal-dialog{
    position: absolute;
    width: auto;
    margin: 0 !important;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

@media screen and (max-width:767px){
    .modal .modal-body{
        padding: 35px 20px;
    }
}
@media screen and (max-width:370px){
    .modal-content{
        width: 290px;
    }
}
@media screen and (max-width:340px){
    .modal-content{
        width: 270px;
    }
}
@media screen and (max-width:300px){
    .modal-content{
        width: 250px;
    }
}

.courses p{
    text-align: justify;
}

/* Slider  */
.slider{
    position: relative;
}
.slider-image img{
    width: 100%;
}
.prev-arrow{
    width: 30px;
    height: 30px;
    background-image: url(../images/left-chevron.png);
    background-color: transparent;
    background-size: cover;
    border: none;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(-0%, -50%);
    z-index: 9;
}
.next-arrow{
    width: 30px;
    height: 30px;
    background-image: url(../images/right-chevron.png);
    background-color: transparent;
    background-size: cover;
    border: none;
    position: absolute;
    top: 50%;
    right:7%;
    transform: translate(-0%, -50%);
    z-index: 9;
}

.contact input, textarea, select{
    border: 1px solid gray;
    /* border: 2px solid #e7e7e7; */
    font-weight: 600;
}
.course-cont h3{
    color: #fff !important;
}
.courses .slider-image img{
    height: 280px;
}
.thank-social{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #F0F4FA;
    padding: 20px;
    border-radius: 10px;
    min-height: 230px;
}
.thank-social h3{
    text-transform: capitalize;
    font-size: 18px;
}
.modal-content{
    width: 400px;
}
.modal form select{
    font-weight: normal;
}

@media screen and (max-width:767px){
    .course-heading{
        margin-top: 30px;
    }
    .thank-social{
        margin-bottom: 20px;
    }
    .nav-tabs .nav-link{
        margin-bottom: 2px;
    }
}
.video .gallery-back i{
    font-size: 50px !important;
    color: #F60000 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
}
.paginations a{
    width:auto !important;
}
@media screen and (max-width:767px){
    .heading h1{
        font-size: 25px;
        font-weight:500 !important;
    }
    .heading h1::before{
        display: none;
    }
    .heading h1::after{
        display: none;
    }
    .abt-cont h2{
        font-size:22px !important;
    }
}

.gallery .gallery-image{
    width:100%;
}
.gallery a{
    display: inline-block;
}
.dropdown-item{
    background-color: #ff9933;
    color: #fff !important;
}
.dropdown-item:hover{
    color: #fff !important;
    background-color: #800000;
}
.dropdown-item{
    border-bottom: solid 1px lightgrey;
    font-weight: 500;
}
@media screen and (max-width: 991px){
    .nav-link {
        background-color: #ff9933 !important;
        color: #fff !important;
        border-bottom: solid 1px lightgrey !important;
    }
    .dropdown-menu{
        width: 100% !important;
    }
    .navbar-nav a{
        padding: 10px 4px !important;
        color: #fff !important;
    }
    .navbar img{
        width: 60%;
    }
    .dropdown-menu[data-bs-popper]{
        margin-top: 0px !important;
    }
    .navbar-nav .dropdown-menu{
        padding: 2px 0px;
        background-color: #ff9933;
    }
}

@media screen and (max-width: 420px){
    .modal-content {
        width: 350px !important;
    }
}
@media screen and (max-width: 375px){
    .modal-content {
        width: 300px !important;
    }
}
@media screen and (max-width: 325px){
    .modal-content {
        width: 280px !important;
    }
}
@media screen and (max-width: 300px){
    .modal-content {
        width: 250px !important;
    }
}
.pagination a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination span{
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside-article .download .table th, td{
    padding:8px;
    /*width:100%;*/
    font-size:18px;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 19px;
    color:#ff9933;
}
.inside-article ul{
    list-style:disc;
}
.inside-article ul a{
    font-size:19px;
    background-color:transparent;
    color:#ff9933;
}
.entry-content ul{
    list-style:disc;
}
.entry-content ul span{
    font-size:19px;
    color:#000;
}
.nav-link:hover{
    background-color: #800000 !important;
    color: #fff !important;
}
.nav-active{
    background-color: #800000 !important;
    color: #fff !important;
}


/* Multi-Navbar  */
/* dropdown menu */
.jquerynav{
    background: #ff9933;
    width:100%;
    list-style:none;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    height: auto;
}
.jquerynav:after{
    display:table;
    content: "";
    clear:both;
}
.jquerynav li{
    position: relative;
}
.show{
    border: 1px solid lightgray;
}
.show li{
    border-bottom: 1px solid lightgray;
}
.show li:last-child{
    border-bottom: none;
}
.jquerynav  a{
    font-weight: 700 !important;
}
.show a{
    padding: 12px 13px !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    text-align: center !important;
}
.jquerynav li a{
    display:block;
    padding: 15px 15px ;
    color: #fff !important;
    background-color: #ff9933 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.06em;
}
.jquerynav li a:hover,
.jquerynav  li.current a{
    color:#fff;
}
.jquerynav li a:hover{
    background-color: #800000 !important;
}
/* first level */
.jquerynav > li{
    float:left;
    display:inline;
    /* border-right:1px solid #ddd; */
}
/* second level */
.jquerynav ul{
    display:none;
    position:absolute;
    background:#ddd;
    min-width: 250px;
    z-index: 2;
}
.jquerynav ul li{ float: none; }
/* third level */
.jquerynav ul ul{ left: 100%; top: 0; }
.jquerynav > li:last-child ul ul{ left:-100%; }
.jquerynav li:hover > ul{ display:block; }
.touch-block{
    top: 18px;
    right: 2px;
    /* padding: 8px 12px; */
    position: absolute;
    z-index: 5;
    content: "&#9660;";
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 8px;
}
.show .touch-block{
    top: 15px;
    right: 5px;
    transform: rotate(25deg);
}
.nav-active{
    background-color: #800000 !important;
    color: #fff !important;
    z-index: 10 ;
}
.ris-nav{
    display: none;
}
#site-header ul ul li a{
    font-size:12px !important;
}
@media only screen and ( max-width: 991px ){
    #site-header .container{
        max-width: 100%;
        padding: 0px;
    }
    .touch-block{
        top: 10px;
        right: 20px;
        font-size: 12px;
    }
    .show .touch-block{
        right: 20px !important;
    }
    /* first level */
    .jquerynav > li, .jquerynav  > .page_item{
        border-bottom:1px solid #bbb;
        border-right:none; 
    }
    .jquerynav > li:last-child{
        border-bottom:none;
    }
    .jquerynav li{
        width:100%;
    }
    /* second level */
    .jquerynav li:hover > ul{
        display:none;
    }
    .jquerynav ul{
        position:relative;
    }
    /* third level */
    .jquerynav ul ul {
        left:0%; top: auto;
    }
    .jquerynav > li:last-child ul ul{
        left:0;
    }
    .show a{
        padding: 15px 20px !important;
    }
    .show .touch-block{
        transform: rotate(0deg);
        right: 15px;
    }
    .jquerynav li a{
        font-size: 12px;
        padding: 10px 4px;
        text-align: center;
    }
    .ris-nav{
        display: block;
    }
    .ris-align{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
    }
    .ris-nav a{
        padding: 3.2px 0px;
    }
    .ris-nav img{
        width: 37%;
    }
    .ris-nav i{
        font-size: 30px;
        color: #000;
    }
    .jquerynav {
        display: none;
        height: 280px;
        overflow: auto;
    }
}
@media only screen and ( max-width: 767px ){
    .touch-block{
        top: 10px;
        right: 15px;
        font-size: 12px;
    }
    .show .touch-block{
        right: 15px !important;
    }
}

