/*@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&amp;display=swap');

.thead-dark th{background:#A94D0A; color:#fff;}
body {
    color: #1e1e1e;

    font-size: 16px;
    font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
.btn-custom{background:#b88223; color:#fff; border-radius:3px;}
.btn-custom:hover{background:#285476!important; color:#fff;}
.btn-custom:visited{background:#b88223!important; color:#fff;}
.btn-custom:focus{background:#285476!important; color:#fff;}
.btn-custom:active{background:#b88223!important; color:#fff;}

.custom_table th{background:#285476; color:#fff;}
.page-banner-content h1 span{font-size:18px;}
img {
    max-width: 100%; 
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}

.pt-50{
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-70 {
    padding-bottom: 70px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20{padding-top: 20px;}


.pt-70 {
    padding-top: 70px;
}
45.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.mr-20 {
    margin-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-20 {
    padding-left: 20px;
}
.mlr-5 {
    margin-right: 5px;
    margin-left: 5px;
}
.mlrt-5 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {;
    color:#285476;
font-family: 'Georgia', sans-serif;
    font-weight: 700;
}

p:last-child {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
.owl-nav {
    margin-top: 0 !important;
}
.owl-dots {
    margin-top: 0 !important;
}
.form-control {
    height: 37px;
    border: 1px solid rgba(89, 90, 89, 0.25);
    padding-left: 15px;
}
.form-control:focus {
    border: 1px solid #ff9136;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea {
    height: auto !important;
}


.bg-f4f6f91{
    background-color: #285476;

}
.bg-f4f6f9 {
    background-color: #fbf7e2;
}

.top-header-area {
    /* background-color: #285476; */
    padding-top: 7px;
    padding-bottom: 7px;
    /* background: linear-gradient(90deg, rgb(40 84 118) 0%, rgb(24 107 171) 35%, rgb(11 44 70) 100%); */
    background-color: #F2BB27;
}


.top-header-area .container-fluid {
    max-width: 1520px;
}
.header-left-content p {
    color: #000;
    font-size: 14px;
    text-align: center;
}
.header-right-content {
    text-align: right;
}
.header-right-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header-right-content .list ul li {
    display: inline-block;
    margin-right: 9px;
}
.header-right-content .list ul li a {
    color: #000;
    font-size: 14px;
}
.header-right-content .list ul li:last-child {
    margin-right: 0;
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}
.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.buy-now-btn:hover {
    background-color: #ff9136;
    color: #fff;
}
.navbar-area {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}


.sticky11 {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}


.menuuu {
    padding: 12px 0px;
    background-color: white;
}

.navbar-area .container-fluid {
    max-width: 1520px;
    margin: auto;
}
.navbar-area .navbar-brand .white-logo {
    display: none;
}
.navbar-area.nav-bg-2 .desktop-nav .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-area.nav-bg-2 .desktop-nav .others-options .icon {
    color: #000000;
}


.nav-bg-1 {
    background-color: #111d5e;
}
.nav-bg-2 {
    /* background-color: #a78140; */
    background: #A94D0A;
}  
.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}
.desktop-nav .navbar {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.desktop-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    /* padding-bottom: 20px; */
    /* padding-top: 20px; */
    padding-right: 0;
    padding-left: 0;
    /* padding: 17px 17px; */
    /* margin-left: 7px; */
    /* margin-right: 7px; */
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    color: #000;
    line-height: 1;
    position: relative;
    font-weight: 500;
    padding-left: 26px !important;
    padding-top: 17px;
    padding-right: 26px !important;
    padding-bottom: 17px;
    margin-left: 0px;
    margin-right: 0px;
    text-transform: uppercase;
}




.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
    padding-right: 0px;
}


.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
    display: none;
}
/*.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 0;
    right: 0;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}*/
.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
    color:#F2BB27;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #F2BB27;
}





.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 390px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 18px !important;
    left: 0;
    padding: 0;
    border-bottom: 4px solid #b47f24;
    border-radius: 0px 0px 10px 10px;
}

.desktop-nav .navbar .navbar-nav .nav-item .mega-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 700px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 18px !important;
    left: 0;
    padding: 10px;
    border-bottom: 4px solid #b47f24;
 border-radius: 0px 0px 10px 10px;
}





.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu.jkl {
 
    width: 200px !important;

}












.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}



.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #000000;
    padding: 12px 10px;
    border-bottom: 1px dashed #A94D0A;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
    text-transform: none;
}



.desktop-nav .navbar .navbar-nav .nav-item .mega-menu li a {
    color: #000000;
    padding: 6px 10px;
    border-bottom: 1px dashed #A94D0A;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
    text-transform: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}


.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}


.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #285476;
}


.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: 250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}



.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #1b2336;
    border-bottom: 1px dashed #ededed;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: relative;
}


.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
    display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
    content: "\EA4E";
    position: absolute;
    top: 14px;
    right: 13px;
    font-family: remixicon !important;
    line-height: 1;
    font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: 250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #1b2336;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #ff9136;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 30px;
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
}
.desktop-nav .navbar .others-options {
    padding-left: 40px;
}


.desktop-nav .navbar .others-options .icon {
    font-size: 22px;
    color: #fff !important;
    cursor: pointer;
}


.others-option-for-responsive {
    display: none !important;
}
.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 60px;
    top: -43px;
}
.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}


.others-option-for-responsive .dot-menu .inner .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #ff9136;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
}


.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #ff9136;
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.others-option-for-responsive .others-options {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    background-color: #fff;
    text-align: center;
}
.others-option-for-responsive .others-options ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.others-option-for-responsive .others-options ul li {
    display: inline-block;
}
.others-option-for-responsive .others-options ul li .call-now {
    position: relative;
    padding-left: 60px;
    top: 8px;
    margin-bottom: 40px !important;
}
.others-option-for-responsive .others-options ul li .call-now i {
    position: absolute;
    font-size: 40px;
    color: #ff9136;
    left: 0;
    top: 3px;
}
.others-option-for-responsive .others-options ul li .call-now p {
    margin-bottom: 8px;
}
.others-option-for-responsive .others-options ul li .call-now a {
    color: #111d5e;
    font-weight: 500;
}
.others-option-for-responsive .others-options ul li .default-btn {
    bottom: 9px;
}
.mobile-responsive-nav {
    display: none;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.preloader-area {
    position: fixed;
    z-index: 999999;
    background-color: #ff9136;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}
.preloader-area .spinner {
    width: 4em;
    height: 4em;
    -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-left: auto;
    margin-right: auto;
}
.preloader-area .spinner .disc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 0.3em dotted #fff;
}
.preloader-area .spinner .disc:nth-child(1) {
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
    -webkit-animation: rotateDisc2 12s linear infinite;
    animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
    -webkit-animation: rotateDisc3 12s linear infinite;
    animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: sphereSpin 6s linear infinite;
    animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    border: 2px dotted #fff;
    margin: -15px;
}
@-webkit-keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}
@keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}
@keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}
@-webkit-keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}
@keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.modal.right .modal-content button.close {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: transparent;
    border: none;
    text-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    z-index: 99;
    opacity: 1;
}
.modal.right .modal-content button.close i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #ff9136;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 50%;
}
.modal.right .modal-content button.close i:hover {
    background-color: #111d5e;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.sidebarModal.modal .modal-body {
    padding: 25px;
}
.sidebarModal.modal .modal-body .white-logo {
    display: none;
}
.sidebarModal.modal .modal-body .sidebar-content {
    margin-top: 35px;
    margin-bottom: 40px;
}
.sidebarModal.modal .modal-body .sidebar-content p {
    margin-bottom: 40px;
}
.sidebarModal.modal .modal-body .sidebar-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
    margin-top: 25px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info {
    margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
    list-style-type: none;
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 22px;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
    margin-bottom: 0;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
    color: #555;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
    color: #ff9136;
}
.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff9136;
}
.sidebarModal.modal .modal-body .sidebar-social-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li {
    display: inline-block;
    margin-right: 8px;
}
.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
    margin-right: 0;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 40px;
    font-size: 16px;
    background: #ff9136;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #111d5e;
    color: #fff;
}
.sidebarModal.modal .modal-body .contact-form {
    margin-top: 30px;
}
.sidebarModal.modal .modal-body .contact-form h3 {
    font-size: 22px;
    margin-bottom: 25px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .form-group {
    margin-bottom: 20px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .form-group .form-control {
    padding: 15px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .default-btn {
    border: none;
}
.sidebarModal.modal .modal-body .contact-form #contactForm .list-unstyled {
    color: #ee1010;
    font-size: 14px;
    margin-top: 8px;
}
.sidebarModal.modal .modal-body .contact-form #contactForm #msgSubmit {
    font-size: 15px;
}
.default-btn {
    background-color: #285476;
    color: #fff;
    font-size: 16px;
    padding: 13px 35px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /* border: 1px solid #ff9136; */
    z-index: 1;
}
.default-btn i {
    position: relative;
    top: 3px;
    padding-left: 5px;
}
.default-btn::before {
    position: absolute;
    content: "";
    background-color: #111d5e;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.default-btn:hover {
    color: #fff;
}
.default-btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.default-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.read-more-btn {
    color: #c49e58;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}


.read-more-btn i {
    position: relative;
    top: 3px;
    padding-left: 7px;
}
.read-more-btn:hover {
    color: #ff9136;
}
.read-more-btn.active {
    color: #ff9136;
    letter-spacing: 0;
}
.read-more-btn.white-color {
    color: #fff;
}
.read-more-btn.white-color:hover {
    color: #ff9136;
}

.section-title {
    max-width: 100%;
    text-align: center;
    margin: -10px auto 40px;
    position: relative;
}




.section-title.style2 {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}



.section-title h2 { font-size: 40px; font-weight: 800; margin-bottom: 10px;
font-family: 'Georgia', sans-serif;





  }





.section-title h2.white {
    color: #fff;
}
.section-title p {
    margin-bottom: 20px;
}
.section-title p:last-child {
    margin-bottom: 0;
}
.section-title.white-title .top-title {
    color: #fff;
}
.section-title.white-title h2 {
    color: #fff;
}
.section-title.white-title p {
    color: #fff;
}
.banner-area {
    background-color: #111d5e;
    overflow: hidden;
}
.banner-area .container-fluid {
    padding: 0;
    padding-left: 30px;
    max-width: 1720px;
    margin-right: 0;
    margin-left: auto;
}




.slider-item {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 280px;
    padding-bottom: 280px;
    padding-left: 60px;
    z-index: 2;
}


.slider-item.banner-bg-1 {
    background-image: url(../images/banner/banner-img1.html);
}
.slider-item.banner-bg-2 {
    background-image: url(../images/banner/banner-img2.html);
}
.slider-item.banner-bg-3 {
    background-image: url(../images/banner/banner-img3.html);
}
.slider-item.banner-bg-4 {
    background-image: url(../images/banner/banner-img4.html);
}
.slider-item.banner-bg-5 {
    background-image: url(../images/banner/banner-img5.html);
}
.slider-item.banner-bg-6 {
    background-image: url(../images/banner/banner-img6.html);
}
.slider-item.banner-bg-7 {
    background-image: url(../images/banner/banner-img7.html);
}
.slider-item.banner-bg-8 {
    background-image: url(../images/banner/banner-img8.html);
}
.slider-content {
    max-width: 740px;
    margin-left: 0;
    margin-right: auto;
}
.slider-content h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.slider-content p {
    color: #fff;
    margin-bottom: 30px;
}
.slider-content.style2 {
    background-color: #fff;
    padding: 50px;
}
.slider-content.style2 h1 {
    color: #111d5e;
}
.slider-content.style2 p {
    color: #555;
}
.hero-slider {
    position: relative;
}
.hero-slider.owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -100px;
}
.hero-slider.owl-theme .owl-dots .owl-dot {
    display: block;
}
.hero-slider.owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: 0 0;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
    color: #fff;
}
.hero-slider.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    content: "01";
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}
.hero-slider.owl-theme .owl-dots .owl-dot:hover span,
.hero-slider.owl-theme .owl-dots .owl-dot.active span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.hero-slider.owl-theme .owl-dots .owl-dot:hover span::after,
.hero-slider.owl-theme .owl-dots .owl-dot.active span::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background-color: #fff;
    left: -30px;
    top: 22px;
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
    content: "02";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
    content: "03";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
    content: "04";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
    content: "05";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
    content: "06";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
    content: "07";
}
.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
    content: "08";
}
.hero-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: 30px;
    bottom: -130px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.hero-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.hero-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: 100px;
}
.hero-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.hero-slider2 .slider-item {
    padding-left: 0;
}


.hero-slider2.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #dfdbdb;
    height: 28px;
    width: 28px;
    line-height: 32px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 16px;
    opacity: 0;
    transition: all ease 0.5s;
}


.hero-slider2.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
    color: #fff;
}
.hero-slider2.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 100px;
    left: auto;
    right: 6px;
}
.hero-slider2.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.hero-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.hero-slider2:hover.owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
}
.hero-slider2.style2.owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.15);
}
.hero-slider2.style2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
}
.owl-thumbs {
    text-align: right;
    position: relative;
    margin-top: -75px;
    z-index: 1;
}
.owl-thumbs button {
    padding: 0;
    border: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.owl-thumbs button:hover,
.owl-thumbs button.active {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}
.owl-thumbs .owl-thumb-item {
    width: 200px;
    height: 150px;
}
.single-academics-card {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-academics-card .academic-top-content {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.single-academics-card .academic-top-content h3 {
    font-size: 22px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-academics-card .academic-top-content h3:hover {
    color: #ff9136;
}
.single-academics-card .academic-top-content i {
    font-size: 30px;
    position: absolute;
    color: #ff9136;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-academics-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-academics-card2 {
    background-size: cover;
    background-position: center center;
    height: 500px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.single-academics-card2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(17, 29, 94, 0.9)));
    background-image: linear-gradient(to bottom, #00000033, rgb(54 0 2));
    left: 0;
    top: 0;
}
/*.single-academics-card2.bg-1 {
    background-image: url(../images/academics/academic-1.jpg);
}
.single-academics-card2.bg-2 {
    background-image: url(../images/academics/academic-2.jpg);
}
.single-academics-card2.bg-3 {
    background-image: url(../images/academics/academic-3.jpg);
}*/
.single-academics-card2 .serial {
    position: absolute;
    left: 30px;
    top: 30px;
}
.single-academics-card2 .serial p {
    color: #fff;
    font-size: 18px;
}
.single-academics-card2 .academic-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.single-academics-card2 .academic-content .academic-top-content {
    position: relative;
    padding-left: 30px;
}
.single-academics-card2 .academic-content .academic-top-content h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-academics-card2 .academic-content .academic-top-content h3:hover {
    color: #ff9136;
}



.single-academics-card2 .academic-content .academic-top-content i {
    color: #ff9136;
    font-size: 20px;
    position: absolute;
    left: -16px;
}



ul.counter {
    background-color: #c5e1f1;
    padding: 10px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}

.single-academics-card2 .academic-content p {
    color: #fff;
    margin-bottom: 15px;
}

.single-academics-card3 {
    text-align: center;
    padding: 25px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: 8px 5px #fd7e1426;
}

.single-academics-card3::before {
    position: absolute;
    content: "";
    height: 100%;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background-color: #1a87bc;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-academics-card3 .icon {
    margin-bottom: 20px;
}


.single-academics-card3 .icon i {
    font-size: 59px;
    height: 65px;
    width: 65px;
    line-height: 72px;
    border-radius: 100%;
    /* border: 1px solid #ffffff; */
    display: inline-block;
    color: #1a87bc;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.single-academics-card3 h3 {
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-weight: 700;
}

.single-academics-card3 p {
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-academics-card3:hover::before {
    width: 100%;
    border-radius: 0;
    left: 0;
    right: auto;
}
.single-academics-card3:hover .icon i {
    color: #fff;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.single-academics-card3:hover h3 {
    color: #fff;
}
.single-academics-card3:hover p {
    color: #fff;
}
.single-academics-card3:hover .read-more-btn {
    color: #fff;
}
.serch-content {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.serch-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.serch-content .form-group {
    position: relative;
}
.serch-content .form-group .form-control {
    border: none;
    border: 1px solid transparent;
}
.serch-content .form-group .form-control:focus {
    border: 1px solid #ff9136;
}
.serch-content .form-group .src-btn {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 20px;
    background-color: transparent;
    border: none;
}
.category-content {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.category-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.category-content .form-control {
    border: none;
    border: 1px solid transparent;
}
.category-content .form-control:focus {
    border: 1px solid #ff9136;
}
.location-type {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.location-type h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.location-type .form-check .form-check-input {
    border-radius: 0;
}
.location-type .form-check .form-check-input:checked {
    background-color: #ff9136;
    border-color: #ff9136;
}
.location-type .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.program-level {
    margin-bottom: 30px;
}
.program-level h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.program-level .form-check .form-check-input {
    border-radius: 0;
}
.program-level .form-check .form-check-input:checked {
    background-color: #ff9136;
    border-color: #ff9136;
}
.program-level .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.academics-details .details h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.academics-details .details p {
    margin-bottom: 20px;
}
.academics-details .details .details-images {
    margin-top: 10px;
    display: inline-block;
}
.academics-details .details .details-images img {
    margin-bottom: 30px;
}
.academics-details .registration-and-fee {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.academics-details .registration-and-fee h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.academics-details .registration-and-fee p {
    margin-bottom: 20px;
}
.academics-details .registration-and-fee .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.academics-details .registration-and-fee .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
}
.academics-details .registration-and-fee .list ul li:last-child {
    margin-bottom: 0;
}
.academics-details .prepare-exam h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.academics-details .prepare-exam p {
    margin-bottom: 30px;
}
.academics-details .prepare-exam .exam-card {
    margin-bottom: 30px;
    padding-left: 30px;
}
.academics-details .prepare-exam .exam-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}
.academics-details .prepare-exam .exam-card h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #ff9136;
    left: -30px;
    top: 5px;
}
.academics-details .prepare-exam .exam-card p {
    margin-bottom: 0;
}
.academics-list {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.academics-list h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.academics-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.academics-list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
.academics-list ul li a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.academics-list ul li i {
    position: absolute;
    right: 0;
    font-size: 22px;
}
.academics-list ul li:last-child {
    margin-bottom: 0;
}
.academics-list ul li:hover a {
    color: #ff9136;
}
.related-download {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.related-download h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.related-download ul {
    padding-left: 0;
    margin-bottom: 0;
}
.related-download ul li {
    margin-bottom: 10px;
    list-style-type: none;
    background-color: #fff;
    padding: 20px;
    padding-left: 70px;
    position: relative;
}
.related-download ul li a {
    color: #555;
}
.related-download ul li i {
    position: absolute;
    left: 0;
    background-color: #ff9136;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    padding: 16px;
}
.related-download ul li:last-child {
    margin-bottom: 0;
}
.single-education-card {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 30px;
    margin-bottom: 30px;
    z-index: 1;
}
/*.single-education-card.bg-1 {
    background-image: url(../images/academics/academic-4.jpg);
}
.single-education-card.bg-2 {
    background-image: url(../images/academics/academic-5.jpg);
}
.single-education-card.bg-3 {
    background-image: url(../images/academics/academic-6.jpg);
}
.single-education-card.bg-4 {
    background-image: url(../images/academics/academic-7.jpg);
}*/



.single-education-card .edication-content {
    text-align: center;
    position: relative;
}
.single-education-card .edication-content .icon i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}
.single-education-card .edication-content h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.single-education-card .edication-content .read-more-btn:hover {
    color: #111d5e;
}
/*.single-education-card::before {
    position: absolute;
    content: "";
    background: rgb(197 157 89);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}*/
/*.single-education-card::after {
    position: absolute;
    content: "";
    background: #ff9136;
    display: inline-block;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-education-card:hover::after {
    width: 100%;
    border-radius: 0;
    left: 0;
    right: auto;
}*/



.campus-content three-1  three-1 {
    margin-bottom: 0px;
}


.campus-content three-1  three-1 .campus-title {
    margin-bottom: 30px;
}
.campus-content three-1  three-1 .campus-title h2 {
    font-size: 34px;
    margin-bottom: 18px;
}
.campus-content three-1  three-1 .list {
    margin-bottom: 20px;
}
.campus-content three-1  three-1 .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.campus-content three-1  three-1 .list ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 10px;
}
.campus-content three-1  three-1 .list ul li i {
    position: absolute;
    left: 0;
    color: #ff9136;
}
.campus-content three-1  three-1.style-2 {
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-left: -100px;
}


.counter-card {
    margin-bottom: 10px;
}


.counter-card h1 {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1;
}
.counter-card h1 .target {
    color: #ff9136;
    position: relative;
    top: 0px;
    left: -13px;
}
.counter-card h1 .target.heading-color {
    color: #285476;
    font-size: 60px;
    margin-left: -4px;
}
.campus-image {
    margin-bottom: 30px;
}


.estemate-form {
    padding: 19px;
    background-color: #84ccef;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    /* margin-top: -200px; */
    z-index: 1;
    background:#a8d5eb;
    /* background: linear-gradient(90deg, rgb(102 0 2) 0%, rgb(195 35 38) 35%, rgb(102 0 2) 100%); */
    border-radius: 4px;
    /* border: 2px solid white; */
}

/*.estemate-form h3 {
    font-size: 30px;
    margin-bottom: 16px;
    color: #020202;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
  font-family: 'Georgia', sans-serif;
    background-color: #e98787;
    padding: 9px 0px;
    border: 1px solid #e9dcdc;
    box-shadow: 3px 5px #5d96e9;
}
*/

.estemate-form .form-group {
    margin-bottom: 25px;
}
.estemate-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid #f4f6f9;
}
.estemate-form .form-group .form-control:focus {
    border: 1px solid #ff9136;
}
.estemate-form .default-btn {
    display: block;
    width: 100%;
}
.single-courses-card {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-courses-card .courses-content {
    background-color: #fff;
    padding: 30px;
}
.single-courses-card .courses-content .admin-profile {
    position: relative;
    padding-left: 80px;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.single-courses-card .courses-content .admin-profile img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
}
.single-courses-card .courses-content .admin-profile p a {
    color: #ff9136;
    font-weight: 500;
}
.single-courses-card .courses-content .admin-profile::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #eee;
    right: -30px;
    bottom: 10px;
}
.single-courses-card .courses-content h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-courses-card .courses-content h3:hover {
    color: #ff9136;
}
.single-courses-card .courses-content .bottom-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.single-courses-card .courses-content .bottom-content ul li {
    list-style-type: none;
    font-weight: 500;
}
.single-courses-card .courses-content .bottom-content ul li a {
    color: #ff9136;
}
.single-courses-card .courses-content .bottom-content ul li ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-left: 22px;
}
.single-courses-card .courses-content .bottom-content ul li ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff9136;
}
.single-courses-card.style2 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-courses-card.style2 .courses-content .admin-profile {
    padding-bottom: 0;
    padding-left: 0;
}
.single-courses-card.style2 .courses-content .admin-profile::before {
    display: none;
}
.single-courses-card.style2 .courses-content .admin-profile img {
    right: 0;
    left: auto;
    top: -60px;
}
.single-courses-card.style2:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-courses-card.style3 .list-1 {
    margin-bottom: 15px;
}
.single-courses-card.style3 .list-1 ul {
    padding-left: 0;
    margin-bottom: 0;
}
.single-courses-card.style3 .list-1 ul li {
    list-style-type: none;
}
.single-courses-card.style3 .list-1 ul li i {
    color: #ff9136;
    margin-right: 7px;
}
.single-courses-card.style3 h3 {
    margin-bottom: 35px;
}
.single-courses-card.style3 .admin-profile {
    padding-bottom: 20px;
    margin-bottom: 45px;
}
.single-courses-card.style3 .admin-profile img {
    top: -15px;
}
.single-courses-card.style3 .admin-profile::before {
    right: 0;
    bottom: -30px;
}
.single-courses-card.style3 .bottom-content ul li ul li {
    margin-right: 0;
    color: #ffc107;
}
.single-courses-card.style3 .bottom-content ul li ul li.blank {
    color: #555;
}
.single-courses-card.style3:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-courses-card.style4 .courses-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-courses-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.courses-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #eee;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.courses-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.courses-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}
.courses-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.courses-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.courses-slider.owl-theme .owl-dots {
    left: 0;
}
.courses-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #ff9136;
    margin: 10px 10px 0;
    background-color: #dfdbdb;
    height: 18px;
    width: 18px;
}
.courses-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}
.courses-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ff9136;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}
.courses-slider.style-2.owl-theme .owl-dots {
    display: none;
}
.paginations {
    text-align: center;
    margin-bottom: 30px;
}
.paginations ul {
    padding-left: 0;
    margin-bottom: 0;
}
.paginations ul li {
    display: inline-block;
    padding-right: 10px;
}
.paginations ul li a {
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    border: 1px solid #e32845;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #fff;
	background:#e32845;
    font-size: 18px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.paginations ul li.active a{background:#285476;}
.paginations ul li a i {
    position: relative;
    top: 2px;
}
.paginations ul li a:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.paginations ul li a.active {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.courses-details .courses-card {
    margin-bottom: 40px;
}
.courses-details .courses-card h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.courses-details .courses-card .img {
    margin-bottom: 50px;
}
.courses-details .courses-card .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.courses-details .courses-card .list ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}
.courses-details .courses-card .list ul li .teacher {
    position: relative;
    padding-left: 70px;
}
.courses-details .courses-card .list ul li .teacher img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.courses-details .courses-card .list ul li .teacher p a {
    color: #ff9136;
}
.courses-details .courses-card .list ul li span {
    color: #111d5e;
    font-weight: 500;
}
.courses-details .courses-card .list ul li i {
    color: #ff9136;
    position: relative;
    top: 2px;
    padding-right: 7px;
}




.description .nav-tabs {
    font-size: 18px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
}



.description .nav-tabs .nav-link {
    color: #111d5e;
    padding-bottom: 10px;
    padding: 10px 22px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    font-size: 16px;

}



.description .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #99712d !important;
    border-radius: 0;
    border: none;
    background-color: transparent;
}   


.overview .learn {
    margin-bottom: 30px;
}
.overview .learn h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.overview .learn p {
    margin-bottom: 20px;
}
.overview .overview-box {
    padding-left: 30px;
    margin-bottom: 30px;
}
.overview .overview-box h4 {
    font-size: 18px;
    position: relative;
}
.overview .overview-box h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #ff9136;
    left: -30px;
    top: 5px;
}
.curriculum {
    margin-bottom: 30px;
}
.curriculum h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.curriculum p {
    margin-bottom: 20px;
}
.curriculum .curriculum-list {
    padding: 30px;
    background-color: #f4f6f9;
}
.curriculum .curriculum-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.curriculum .curriculum-list ul li {
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d0d0;
    position: relative;
}
.curriculum .curriculum-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.curriculum .curriculum-list ul li span {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #ff9136;
    color: #fff;
    padding: 5px 10px;
}
.instructor {
    margin-bottom: 30px;
}
.instructor .instructor-content .name {
    margin-bottom: 25px;
}
.instructor .instructor-content .name h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.instructor .instructor-content .quick-contact {
    margin-bottom: 20px;
}
.instructor .instructor-content .quick-contact h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.instructor .instructor-content .quick-contact ul {
    padding-left: 0;
    margin-bottom: 0;
}
.instructor .instructor-content .quick-contact ul li {
    list-style-type: none;
}
.instructor .instructor-content .quick-contact ul li i {
    color: #ff9136;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.instructor .instructor-content .quick-contact ul li a {
    color: #ff9136;
}
.instructor .instructor-content .social ul {
    padding-left: 0;
    margin-bottom: 0;
}
.instructor .instructor-content .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}
.instructor .instructor-content .social ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 7px;
    text-align: center;
    font-size: 18px;
    background-color: #ff9136;
    color: #fff;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.instructor .instructor-content .social ul li a:hover {
    background-color: #111d5e;
    color: #fff;
}
.review-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.review-form .form-group {
    margin-bottom: 30px;
}
.review-form .form-group label {
    mn: 7px;
}
.single-reviews-card {
    position: relative;
    padding: 30px;
    padding-left: 140px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.single-reviews-card .date {
    margin-bottom: 20px;
}
.single-reviews-card .icon {
    position: absolute;
    right: 30px;
    top: 60px;
    color: #ffc107;
}
.single-reviews-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.single-reviews-card img {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.comments h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.comments .single-comments-box {
    padding-left: 110px;
    position: relative;
    margin-bottom: 30px;
}
.comments img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments .reply {
    position: absolute;
    right: 0;
    background-color: #f4f6f9;
    padding: 10px 15px;
    top: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.comments .reply a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.comments .reply:hover {
    background-color: #ff9136;
}
.comments .reply:hover a {
    color: #fff;
}
.comments h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.comments .date {
    margin-bottom: 20px;
}
.reply-area {
    margin-bottom: 30px;
}
.reply-area h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.reply-area p {
    margin-bottom: 20px;
}
.reply-area .reply-form .form-group {
    margin-bottom: 25px;
}
.reply-area .reply-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
}
.reply-area .reply-form .form-group .form-control:focus {
    border-color: #ff9136;
}
.reply-area .reply-form .form-check {
    margin-bottom: 30px;
}
.reply-area .reply-form .form-check .form-check-input {
    border-radius: 0;
}
.reply-area .reply-form .form-check .form-check-input:checked {
    background-color: #ff9136;
    border-color: #ff9136;
}
.reply-area .reply-form .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.enroll-courses {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.enroll-courses .enroll-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.enroll-courses .enroll-img img {
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.enroll-courses .enroll-img .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.enroll-courses .enroll-img .icon a {
    font-size: 35px;
    background-color: #fff;
    color: #ff9136;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.enroll-courses .enroll-img .icon a:hover {
    background-color: #ff9136;
    color: #fff;
}
.enroll-courses .enroll-img .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
}
.enroll-courses .enroll-img .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1;
}
.enroll-courses .enroll-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.enroll-courses .list {
    margin-bottom: 30px;
}
.enroll-courses .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.enroll-courses .list ul li {
    list-style-type: none;
    text-align: right;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e1e1;
}
.enroll-courses .list ul li span {
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: 600;
}
.enroll-courses .list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.enroll-courses .default-btn {
    display: block;
}
.single-campus-card {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-campus-card .campus-content three-1  three-1 {
    padding: 21px;
    padding-bottom: 18px;
}
.single-campus-card .campus-content three-1  three-1 span {
    color: #ff9136;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}
.single-campus-card .campus-content three-1  three-1 h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.3;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-campus-card .campus-content three-1  three-1 h3:hover {
    color: #9a722e;
}
.single-campus-card.style2 .campus-content three-1  three-1 {
    background-color: #fff;
}
.single-campus-card.style2 .campus-content three-1  three-1 span {
    position: relative;
    padding-left: 55px;
}
.single-campus-card.style2 .campus-content three-1  three-1 span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #ff9136;
    left: 0;
    bottom: 5px;
}
.single-campus-card.style2:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-campus-card.style-3 {
    position: relative;
}
.single-campus-card.style-3 .campus-content three-1  three-1 {
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.single-campus-card.style-3:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-campus-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.campus-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.campus-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.campus-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}
.campus-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.campus-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.campus-slider.owl-theme .owl-dots {
    left: 0;
}
.campus-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #ff9136;
    margin: 10px 10px 0;
    background-color: #bbbaba;
    height: 18px;
    width: 18px;
}
.campus-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}
.campus-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ff9136;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}
.campus-slider2.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.campus-slider2.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.campus-slider2.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}
.campus-slider2.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.campus-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.active.center .single-campus-card.style-3 .campus-content three-1  three-1 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.admisssion-area.admission-bg {
    background-image: url(../images/admission/admission-3.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.admisssion-area.admission-bg::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.75);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.admission-left-content {
    position: relative;
}
.admission-left-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.admission-left-content p {
    color: #fff;
    margin-bottom: 30px;
}
.admission-right-content {
    position: relative;
    text-align: right;
}
.admission-right-content p {
    padding-right: 100px;
    position: relative;
    color: #fff;
    top: 20px;
}
.admission-right-content .icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.admission-right-content .icon a {
    font-size: 35px;
    background-color: #fff;
    color: #ff9136;
    text-align: center;
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.admission-right-content .icon a:hover {
    background-color: #ff9136;
    color: #fff;
}
.admission-right-content .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    left: -5px;
    top: -5px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
}
.admission-right-content .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.admission-content .admission-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}
.admission-content .admission-image img {
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.admission-content .admission-image .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.admission-content .admission-image .icon a {
    font-size: 35px;
    background-color: #ff9136;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.admission-content .admission-image .icon a:hover {
    background-color: #ff9136;
    color: #fff;
}
.admission-content .admission-image .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
}
.admission-content .admission-image .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1;
}
.admission-content .admission-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.admission-content .query p {
    margin-bottom: 30px;
}
.how-to-apply h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.how-to-apply p {
    margin-bottom: 30px;
}
.how-to-apply .apply-list {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.how-to-apply .apply-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.how-to-apply .apply-list ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}
.how-to-apply .apply-list ul li i {
    position: absolute;
    color: #ff9136;
    left: 0;
}
.submit {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.submit h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.submit p {
    margin-bottom: 25px;
}
.financial {
    margin-bottom: 30px;
}
.financial h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.financial p {
    margin-bottom: 25px;
}
.additional-information {
    background-color: #f4f6f9;
    padding: 30px;
    margin-bottom: 30px;
}
.additional-information h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.additional-information .list {
    text-align: center;
}
.additional-information .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.additional-information .list ul li {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.additional-information .list ul li a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.additional-information .list ul li:hover {
    background-color: #ff9136;
}
.additional-information .list ul li:hover a {
    color: #fff;
}
.single-program-card {
    background-color: #fff;
    margin-bottom: 30px;
}
.single-program-card .program-content {
    padding: 30px;
}
.single-program-card .program-content h3 {
    font-size: 22px;
    margin-bottom: 17px;
}
.single-program-card .program-content h3 a {
    color: #111d5e;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-program-card .program-content h3 a:hover {
    color: #ff9136;
}
.single-program-card .program-content p {
    margin-bottom: 17px;
}
.single-health-care-card {
    margin-bottom: 75px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-health-care-card .health-care-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.single-health-care-card .health-care-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    line-height: 1.3;
}
.single-health-care-card .health-care-content p {
    margin-bottom: 15px;
}
.single-health-care-card.style1 {
    position: relative;
}
.single-health-care-card.style1 .health-care-content {
    background-color: #A94D0A;
/*    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;*/

}
.single-health-care-card.style2 {
    position: relative;
    padding-top: 150px;
}
.single-health-care-card.style2 .health-care-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}
.single-health-care-card.style-3 {
    position: relative;
}
.single-health-care-card.style-3 .health-care-content {
    background-color: #fff;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -28px;
    border-bottom: 3px solid #285476;
}
.single-health-care-card.style-3:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single-health-care-card:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.single-health-care-card:hover .health-care-content h3 {
    color: #af7d26;
}
.more-health-care.style2 {
    text-align: right !important;
    padding-right: 200px;
}
.health-care-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.health-care-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.health-care-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}
.health-care-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.health-care-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.health-details .top-content img {
    margin-bottom: 25px;
}
.health-details .top-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.health-details .top-content p {
    margin-bottom: 25px;
}
.health-details .health-care h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.health-details .health-care p {
    margin-bottom: 20px;
}
.health-details .health-care-access {
    margin-bottom: 20px;
}
.health-details .health-care-access h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.health-details .health-care-access p {
    margin-bottom: 20px;
}
.madical-care-content .medical-card {
    margin-bottom: 30px;
}
.madical-care-content .medical-card .content {
    background-color: #ff9136;
    text-align: center;
    padding: 20px 0 15px;
}
.madical-care-content .medical-card .content h4 {
    font-size: 22px;
    color: #fff;
}
.madical-care-content .medical-care {
    margin-bottom: 30px;
}
.madical-care-content .medical-care h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.madical-care-content .medical-care p {
    margin-bottom: 20px;
}
.madical-care-content .medical-care .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.madical-care-content .medical-care .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.madical-care-content .medical-care .list ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #ff9136;
    left: 0;
    top: 6px;
}
.madical-care-content .medical-care .list ul li:last-child {
    margin-bottom: 10px;
}
.tranding {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.tranding h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.tranding .tranding-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d3d3;
}
.tranding .tranding-box .tranding-content {
    position: relative;
    padding-left: 105px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tranding .tranding-box .tranding-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.tranding .tranding-box .tranding-content h4 a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.tranding .tranding-box .tranding-content img {
    height: 80px;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tranding .tranding-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.tranding .tranding-box:hover .tranding-content h4 a {
    color: #ff9136;
}
.single-events-card {
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-events-card .events-image {
    position: relative;
}
.single-events-card .events-image .date {
    background-color: #fff;
    position: absolute;
    bottom: -35px;
    left: 30px;
    padding: 15px 25px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.single-events-card .events-image .date span {
    font-size: 18px;
    color: #ff9136;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-events-card .events-content {
    padding: 30px;
    background-color: #fff;
}
.single-events-card .events-content .admin {
    text-align: right;
    margin-bottom: 20px;
}
.single-events-card .events-content .admin p a {
    color: #555;
}
.single-events-card .events-content .admin p a i {
    color: #ff9136;
    padding-right: 7px;
}
.single-events-card .events-content h3 {
    font-size: 24px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    list-style: 1.3;
}
.single-events-card:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.single-events-card:hover .events-content h3 {
    color: #ff9136;
}
.single-events-card.style2 .events-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-events-card.style2 .events-content h3 {
    margin-bottom: 15px;
}
.single-events-card.style2 .events-content .admin-and-date ul {
    padding-left: 0;
    margin-bottom: 0;
}
.single-events-card.style2 .events-content .admin-and-date ul li {
    list-style-type: none;
}
.single-events-card.style2 .events-content .admin-and-date ul li a {
    color: #555;
}
.single-events-card.style2 .events-content .admin-and-date ul li a i {
    color: #ff9136;
    margin-right: 7px;
}
.single-events-card.style2:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single-events-card.style-3 .events-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-events-card.style-3 .events-content .date-and-read-more ul {
    padding-left: 0;
    margin-bottom: 0;
}
.single-events-card.style-3 .events-content .date-and-read-more ul li {
    list-style-type: none;
}
.single-events-card.style-3 .events-content .date-and-read-more ul li p i {
    color: #ff9136;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.single-events-card.style-4 .events-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.events-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.events-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.events-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}
.events-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.events-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.events-slider.owl-theme .owl-dots {
    left: 0;
}
.events-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #ff9136;
    margin: 10px 10px 0;
    background-color: #dbdada;
    height: 18px;
    width: 18px;
}
.events-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}
.events-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ff9136;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}
.events-details-left-content .events-image {
    margin-bottom: 30px;
}
.meetings {
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f6f9;
    margin-bottom: 30px;
}
.meetings h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.meetings p {
    margin-bottom: 20px;
}
.about-lecturer h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.about-lecturer img {
    margin-bottom: 30px;
}
.about-lecturer p {
    margin-bottom: 30px;
}
.about-lecturer .address {
    margin-bottom: 15px;
}
.about-lecturer .address h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.about-lecturer .address .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.about-lecturer .address .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.about-lecturer .address .list ul li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #ff9136;
    left: 0;
    top: 7px;
}
.about-lecturer .address .list ul li a {
    color: #555;
}
.about-lecturer .social-content {
    margin-bottom: 30px;
}
.about-lecturer .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.about-lecturer .social-content ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.about-lecturer .social-content ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #f4f6f9;
    color: #ff9136;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.about-lecturer .social-content ul li a:hover {
    background-color: #ff9136;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.next-workshop {
    margin-bottom: 30px;
}
.next-workshop h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.next-workshop .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.next-workshop .list ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 120px;
}
.next-workshop .list ul li span {
    position: absolute;
    left: 0;
}
.next-workshop .list ul li:last-child {
    margin-bottom: 0;
}
.brought {
    margin-bottom: 30px;
}
.brought h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.brought p {
    margin-bottom: 20px;
}
.brought .default-btn {
    margin-top: 10px;
}
.counter-area ul {
    padding-left: 0;
    margin-bottom: 0;
}
.counter-area ul li {
    list-style-type: none;
}
.single-podcasts-card {
    margin-bottom: 30px;
}
.single-podcasts-card .podcast-content span {
    color: #ff9136;
    display: inline-block;
    margin-bottom: 10px;
}
.single-podcasts-card .podcast-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.single-podcasts-card .podcast-content p {
    margin-bottom: 20px;
}
.single-podcasts-card .podcast-content .play-icon {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-top: 5px;
    max-width: 170px;
}
.single-podcasts-card .podcast-content .play-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 24px;
    background-color: #ff9136;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-podcasts-card .podcast-content .play-icon span {
    position: relative;
    display: inline-block;
    bottom: 8px;
    padding-left: 7px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-podcasts-card .podcast-content .play-icon:hover {
    background-color: #ff9136;
    padding-top: 5px;
}
.single-podcasts-card .podcast-content .play-icon:hover span {
    color: #fff;
}
.single-podcasts-card.style2 .podcasts-image {
    position: relative;
}
.single-podcasts-card.style2 .podcasts-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-podcasts-card.style2 .podcasts-image .play-btn:hover {
    background-color: #fff;
    color: #ff9136;
    border-color: #fff;
}
.single-podcasts-card.style2 .podcast-content {
    background-color: #fff;
    padding: 30px;
}
.single-podcasts-card.style2 .podcast-content ul {
    padding-left: 0;
    margin-bottom: 15px;
}
.single-podcasts-card.style2 .podcast-content ul li {
    list-style-type: none;
    color: #ff9136;
}
.single-podcasts-card.style2 .podcast-content ul li.date {
    position: relative;
    padding-left: 35px;
}
.single-podcasts-card.style2 .podcast-content ul li.date::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #ff9136;
    top: 12px;
    left: 0;
}
.single-podcasts-card.style2 .podcast-content h3 {
    margin-bottom: 0;
}
.single-podcasts-card.style3 .podcasts-image {
    position: relative;
}
.single-podcasts-card.style3 .podcasts-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #ff9136;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-podcasts-card.style3 .podcasts-image .play-btn:hover {
    background-color: #ff9136;
    color: #fff;
}
.single-podcasts-card.style3 .podcasts-image .episodes p {
    background-color: #fff;
    color: #ff9136;
    padding: 10px 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 7px;
}
.single-podcasts-card.style3 .podcast-content {
    padding: 30px 30px 0;
}
.single-podcasts-card.style3 .podcast-content .date p {
    color: #ff9136;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}
.single-podcasts-card.style3 .podcast-content .date p::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #ff9136;
    left: 0;
    top: 7px;
}
.categories {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.categories h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.categories ul {
    padding-left: 0;
    margin-bottom: 0;
}
.categories ul li {
    position: relative;
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.categories ul li a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.categories ul li i {
    color: #ff9136;
    padding-right: 10px;
}
.categories ul li:hover a {
    color: #ff9136;
}
.categories.style-2 {
    background-color: #fff;
}
.subscribe-area {
    background-image: url(../images/subscribe-img.jpg);
    background-size: cover;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.subscribe-area::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.subscribe-area .top-content {
    position: relative;
}
.subscribe-area .top-content i {
    font-size: 40px;
    color: #fff;
}
.subscribe-area .top-content h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}
.subscribe-area .top-content p {
    margin-bottom: 20px;
    color: #fff;
}
.subscribe-area .newsletter-form {
    position: relative;
}
.subscribe-area .newsletter-form .form-control {
    margin-bottom: 30px;
}
.subscribe-area .newsletter-form .default-btn {
    width: 100%;
}
.subscribe-area .newsletter-form .validation-danger {
    color: #ff9136;
    margin-top: 5px;
}
.single-stories-card {
    margin-bottom: 30px;
}
.single-stories-card .stories-content {
    padding: 30px 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-stories-card .stories-content h3 {
    font-size: 22px;
}
.single-stories-card iframe {
    height: 234px;
    width: 100%;
}
.single-news-card {
/*    margin-bottom: 30px;*/
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-news-card .news-img {
    overflow: hidden;
}
.single-news-card .news-img img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.single-news-card .news-content {
    padding: 26px;
}


.single-news-card .news-content .list {
    margin-bottom: 15px;
}
.single-news-card .news-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.single-news-card .news-content .list ul li {
    display: inline-block;
    margin-right: 15px;
}
.single-news-card .news-content .list ul li i {
    padding-right: 7px;
    color: #ff9136;
}
.single-news-card .news-content .list ul li a {
    color: #555;
}
.single-news-card .news-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    line-height: 1.3;
}
.single-news-card:hover .news-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-news-card:hover .news-content h3 {
    color: #000000;
}
.single-news-card.style2 .news-content {
    background-color: #fff;
}
.single-news-card.style3 {
    background-color: #fff;
}
.single-news-card.style3 .news-content {
    background-color: #fff;
}
.news-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 24px;
}
.news-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}
.news-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}
.news-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}
.news-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #ff9136;
    color: #fff;
    border: 1px solid #ff9136;
}
.news-slider.owl-theme .owl-dots {
    left: 0;
}
.news-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #ff9136;
    margin: 0 15px;
    background-color: #ded6d6;
    height: 18px;
    width: 18px;
}
.news-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}
.news-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #ff9136;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}
.latest-news-simple-card {
    background-image: url(../images/news/news-5.html);
    background-size: cover;
    background-position: center center;
    height: 450px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.latest-news-simple-card::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.latest-news-simple-card .news-content {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.latest-news-simple-card .news-content .list {
    margin-bottom: 15px;
}
.latest-news-simple-card .news-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.latest-news-simple-card .news-content .list ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
.latest-news-simple-card .news-content .list ul li i {
    padding-right: 7px;
    color: #ff9136;
}
.latest-news-simple-card .news-content .list ul li a {
    color: #fff;
}
.latest-news-simple-card .news-content h3 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}
.latest-news-card-area h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.category-list {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.category-list h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.category-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.category-list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
.category-list ul li a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.category-list ul li i {
    position: absolute;
    right: 0;
    font-size: 22px;
}
.category-list ul li:last-child {
    margin-bottom: 0;
}
.category-list ul li:hover a {
    color: #ff9136;
}
.related-post-area {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.related-post-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.related-post-area .related-post-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d3d3;
}
.related-post-area .related-post-box .related-post-content {
    position: relative;
    padding-left: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.related-post-area .related-post-box .related-post-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.related-post-area .related-post-box .related-post-content h4 a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.related-post-area .related-post-box .related-post-content h4:hover a {
    color: #ff9136;
}
.related-post-area .related-post-box .related-post-content img {
    height: 80px;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.related-post-area .related-post-box .related-post-content p i {
    color: #ff9136;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.related-post-area .related-post-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.related-post-area .related-post-box:hover .tranding-content h4 a {
    color: #ff9136;
}
.news-details .news-simple-card img {
    margin-bottom: 20px;
}
.news-details .news-simple-card .list {
    margin-bottom: 15px;
}
.news-details .news-simple-card .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.news-details .news-simple-card .list ul li {
    display: inline-block;
    margin-right: 15px;
}
.news-details .news-simple-card .list ul li i {
    padding-right: 7px;
    color: #ff9136;
}
.news-details .news-simple-card .list ul li a {
    color: #555;
}
.news-details .news-simple-card h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.news-details .news-simple-card p {
    margin-bottom: 20px;
}
.news-details .theory .theory-box {
    padding-left: 30px;
    margin-bottom: 30px;
}
.news-details .theory .theory-box h4 {
    font-size: 18px;
    position: relative;
}
.news-details .theory .theory-box h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #ff9136;
    left: -30px;
    top: 5px;
}
.news-details .blog-img-and-content {
    margin-bottom: 30px;
}
.news-details .blog-img-and-content img {
    margin-bottom: 30px;
}
.tags-and-share {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.tags-and-share .tags ul {
    padding-left: 0;
    margin-bottom: 0;
}
.tags-and-share .tags ul li {
    margin-right: 10px;
    display: inline-block;
}
.tags-and-share .tags ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #111d5e;
    margin-right: 5px;
}
.tags-and-share .tags ul li a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}
.tags-and-share .tags ul li a:hover {
    color: #ff9136;
}
.tags-and-share .tags ul li a::before {
    position: absolute;
    content: ",";
    right: -4px;
}
.tags-and-share .tags ul li:last-child a::before {
    display: none;
}
.tags-and-share .share {
    text-align: right;
}
.tags-and-share .share ul {
    padding-left: 0;
    margin-bottom: 0;
}
.tags-and-share .share ul li {
    display: inline-block;
}
.tags-and-share .share ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #111d5e;
    margin-right: 15px;
}
.tags-and-share .share ul li a {
    height: 35px;
    width: 35px;
    line-height: 38px;
    border-radius: 100%;
    background-color: #f4f6f9;
    color: #ff9136;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.tags-and-share .share ul li a:hover {
    background-color: #ff9136;
    color: #fff;
}

.footer-area {
    background-color: #A94D0A;
    position: relative;
    z-index: 1;
}




.footer-area .shape {
    position: absolute;
    top: 50px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    z-index: -1;
}
.footer-logo-area {
    margin-bottom: 30px;
}
.footer-logo-area img {
    margin-bottom: 20px;
}
.footer-logo-area p {
    margin-bottom: 25px;
    color: #fff;
}
.footer-logo-area .contact-list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-logo-area .contact-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.footer-logo-area .contact-list ul li:last-child {
    margin-bottom: 0;
}
.footer-logo-area .contact-list ul li a {
    color: #fff;
}
.footer-widjet {
    margin-bottom: 30px;
}
.footer-widjet h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-widjet .list ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-widjet .list ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer-widjet .list ul li:last-child {
    margin-bottom: 0;
}
.footer-widjet .list ul li a {
    color: #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.footer-widjet .list ul li a:hover {
    color: #d17104;
}


.copyright-area {
    background-color: #011734;
}


.copyright {
    padding: 11px 0;
}
/*.copyright .copy {
    text-align: right;
}*/
.copyright .copy p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.copyright .copy p a {
    color: #ff9136;
}
.copyright .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.copyright .social-content ul li {
    display: inline-block;
    margin-right: 10px;
}
.copyright .social-content ul li:last-child {
    margin-right: 0;
}
.copyright .social-content ul li span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.copyright .social-content ul li a {
    color: #cacaca;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.copyright .social-content ul li a:hover {
    color: #ff9136;
}
.page-banner-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(8 32 65 / 71%);
}
.page-banner-area.bg-1 {
    background-image: url(../images/page-banner/page-bnner-1.jpg);
}
    .page-banner-area.bg-2 {
        background-image: url('../../../Images/page-bnner-2 .jpg');
       /* background-image: url(../images/page-bnner-2.jpg);*/
    }
.page-banner-area .container-fluid {
    max-width: 1520px;
    margin: auto;
}
.page-banner-content {
    position: relative;
}
.page-banner-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
}
.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.page-banner-content ul li {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.page-banner-content ul li a {
    text-decoration: none;
    color: #fff;
}
.page-banner-content ul li::before {
    position: absolute;
    content: "/";
    right: 2px;
    top: 0;
}
.page-banner-content ul li:last-child {
    color: #F2BB27;
    padding-right: 0;
}
.page-banner-content ul li:last-child::before {
    display: none;
}
.student-life-card {
    margin-bottom: 30px;
    position: relative;
}
.student-life-card .tags {
    background-color: #ff9136;
    padding: 10px 15px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.student-life-card .tags p {
    color: #fff;
}
.alumni-left-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.single-alumni-events-card {
    padding: 10px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-alumni-events-card .alumni-img {
    position: relative;
}
.single-alumni-events-card .alumni-img img {
    width: 100%;
}
.single-alumni-events-card .alumni-img .date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff9136;
    padding: 8px 12px;
}
.single-alumni-events-card .alumni-img .date p {
    color: #fff;
    font-size: 13px;
}
.single-alumni-events-card .alumni-content .time {
    margin-bottom: 15px;
}
.single-alumni-events-card .alumni-content .time p i {
    color: #ff9136;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.single-alumni-events-card .alumni-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.single-alumni-events-card .alumni-content .location p i {
    color: #ff9136;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.single-alumni-events-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.alumni-right-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.single-alumoni-updates-card {
    padding: 10px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-alumoni-updates-card .update-image img {
    width: 100%;
}
.single-alumoni-updates-card .updates-content .date {
    margin-bottom: 10px;
}
.single-alumoni-updates-card .updates-content h3 {
    font-size: 22px;
    margin-bottom: 7px;
}
.single-alumoni-updates-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.interview-content {
    background-image: url(../images/alumni/alumni-7.html);
    background-size: cover;
    background-position: center center;
}
.interview-content .interview {
    max-width: 465px;
    margin-right: 20px;
    margin-left: auto;
}
.interview-content .interview span {
    margin-bottom: 10px;
    display: inline-block;
}
.interview-content .interview h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.interview-content .interview p {
    margin-bottom: 30px;
}
.contacts-form {
    padding: 40px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.contacts-form h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.contacts-form .form-group {
    margin-bottom: 25px;
}
.contacts-form .form-group label {
    margin-bottom: 7px;
}
.contacts-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
}
.contacts-form .form-group .form-control:focus {
    border: 1px solid #ff9136;
}
.contacts-form .list-unstyled {
    color: #ff9136;
    margin-top: 7px;
}
.contacts-form .text-danger {
    color: #ff9136;
    font-size: 16px;
    margin-top: 7px;
}
.contacts-form .form-check .form-check-input {
    border-radius: 0;
}
.contacts-form .form-check .form-check-input:checked {
    background-color: #ff9136;
    border-color: #ff9136;
}
.contacts-form .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contacts-form .default-btn {
    width: 100%;
}
.contact-and-address h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.contact-and-address p {
    margin-bottom: 20px;
}
.contact-and-address .contact-and-address-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.contact-and-address .contact-and-address-content .contact-card {
    text-align: center;
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.contact-and-address .contact-and-address-content .contact-card .icon {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border: 1px solid #ff9136;
    color: #ff9136;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
}
.contact-and-address .contact-and-address-content .contact-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.contact-and-address .contact-and-address-content .contact-card p {
    margin-bottom: 10px;
}
.contact-and-address .contact-and-address-content .contact-card p a {
    color: #555;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.contact-and-address .contact-and-address-content .contact-card p a:hover {
    color: #ff9136;
}
.contact-and-address .social-media {
    margin-bottom: 30px;
}
.contact-and-address .social-media h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.contact-and-address .social-media p {
    margin-bottom: 25px;
}
.contact-and-address .social-media ul {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-and-address .social-media ul li {
    margin-right: 10px;
    list-style-type: none;
    display: inline-block;
}
.contact-and-address .social-media ul li a {
    height: 35px;
    width: 35px;
    line-height: 37px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background-color: #eee;
    color: #ff9136;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.contact-and-address .social-media ul li a:hover {
    background-color: #ff9136;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #ff9136;
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    background-color: #ff9136;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover {
    color: #fff;
    background: #111d5e;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i {
    color: #fff;
}
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top:focus {
    color: #fff;
}
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}
.faq-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.faq-title p {
    margin-bottom: 30px;
}
.accordion .accordion-item /*{
    margin-bottom: 20px;
    border: 1px solid rgba(227, 40, 69, 0.4);
    border-radius: 10px; 
    border-top: 1px solid;
}*/
.accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-flush .accordion-item {
    border:  x solid;
}
.accordion .accordion-item .accordion-button {
    border: none;
    background-color: transparent;
    color: #b88223;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
    border: 1px solid #7b7b7b54;
}
.accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.accordion .accordion-item .accordion-button::after {
    background-image: unset;
    content: "";
    font-size: 20px;
    color: #111d5e;
    text-align: center;
    content: "\ea13";
    font-family: remixicon !important;
    position: relative;
    top: -2px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: unset;
    text-align: center;
    content: "\f1af";
    position: relative;
    top: -2px;
}
.accordion .accordion-item .accordion-body {
    padding-top: 0;
    font-size: 15px;
}
.login {
    max-width: 860px;
    margin: auto;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.login h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.login h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #ff9136;
    top: 43px;
}
.login .form-group {
    margin-bottom: 20px;
}
.login .form-check {
    margin-bottom: 20px;
}
.login .form-check .form-check-input:checked {
    background-color: #ff9136;
}
.login .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login .default-btn {
    padding: 15px 40px;
    margin-bottom: 15px;
}
.login a {
    display: inherit;
    color: #555;
    font-weight: 500;
}
.register {
    max-width: 860px;
    margin: auto;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.register h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.register h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #ff9136;
    top: 43px;
}
.register .form-group {
    margin-bottom: 20px;
}
.register .default-btn {
    padding: 15px 40px;
    margin-top: 10px;
}
.password {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.password h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}
.password h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #ff9136;
    top: 43px;
}
.password .form-group {
    margin-bottom: 20px;
}
.password .default-btn {
    width: 100%;
}
.privacy-content {
    margin-bottom: 10px;
}
.privacy-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.privacy-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.privacy-content p {
    margin-bottom: 25px;
}
.privacy-content .list ul {
    margin-bottom: 20px;
    padding-left: 0;
}
.privacy-content .list ul li {
    font-weight: 600;
    color: #111d5e;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    padding-bottom: 15px;
}
.privacy-content .list ul li i {
    position: absolute;
    left: 0;
    color: #ff9136;
}
.condition-content {
    margin-bottom: 10px;
}
.condition-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
.condition-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.condition-content p {
    margin-bottom: 25px;
}
.condition-content .list ul {
    margin-bottom: 20px;
    padding-left: 0;
}
.condition-content .list ul li {
    font-weight: 600;
    color: #111d5e;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    padding-bottom: 15px;
}
.condition-content .list ul li i {
    position: absolute;
    left: 0;
    color: #ff9136;
}
.error-area {
    text-align: center;
}
.error-area .top-content {
    margin-bottom: 10px;
}
.error-area .top-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.error-area .top-content ul li {
    font-size: 200px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-right: 30px;
    color: #ff9136;
    font-family: "source serif pro", serif;
}
.error-area .top-content ul li:first-child {
    color: #111d5e;
}
.error-area .top-content ul li:last-child {
    color: #555;
}
.error-area h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.error-area p {
    margin-bottom: 30px;
}
.coming-soon-area {
    height: 100vh;
    vertical-align: middle;
    position: relative;
}
.coming-soon-area::before {
    position: absolute;
    content: "";
    background: #0e0e0e;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.coming-soon-area .coming-soon {
    text-align: center;
    max-width: 720px;
    margin: auto;
    background-color: #000;
    padding: 40px;
    border-radius: 40px 10px 40px 10px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
}
.coming-soon-area .coming-soon img {
    margin-bottom: 20px;
}
.coming-soon-area .coming-soon h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.coming-soon-area .coming-soon .list ul {
    margin-bottom: 0;
    padding-left: 0;
}
.coming-soon-area .coming-soon .list ul li {
    margin: 0 20px;
    font-size: 36px;
    font-weight: 700;
    height: 100px;
    width: 100px;
    border: 6px double #ff9136;
    border-radius: 50px 0 0 0;
    margin-bottom: 30px;
    color: #fff;
}
.coming-soon-area .coming-soon .list ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #ff9136;
}
.coming-soon-area .coming-soon .newsletter-form {
    position: relative;
}
.coming-soon-area .coming-soon .newsletter-form .form-control {
    border-radius: 30px;
    height: 53px;
    background-color: #0e0e0e;
    color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .form-control:-ms-input-placeholder {
    color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .form-control::-ms-input-placeholder {
    color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .form-control::placeholder {
    color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.coming-soon-area .coming-soon .newsletter-form .validation-danger {
    color: #e60808;
    padding-top: 7px;
}


ul.headerrrr li i {
    color: orange;
    padding-right: 17px;
}

.form-banner {
    position: absolute;
  	top:480px;
}
button.default-btn.btn.jkll {
    background-color: #d37403f7;
}


.overlayyy:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient( 99deg , rgb(12 12 12 / 27%), rgb(0 0 0 / 0%) 100%);
    opacity: 0.9;
    z-index: -1;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.estemate-form .form-group {
    margin-bottom: 10px;
}





input::placeholder, textarea::placeholder {
  font-size: 13px; 
}
.pt-60{
	padding-top: 60px;
}

.aboutt p{
	text-align: justify;
}

.campus-image.jkl.pl-20 img {
    box-shadow: 10px 8px #ff9136;
        animation: scale 2s alternate infinite;
}

.boxx {
    background-color: #ffd3d0;
    width: 100%;
    height: 600px;
    padding: 30px 10px;
    border-radius: 6px;
}

.boxx.one {
    background-color: #a7ddcd;
}


.boxx.two {
    background-color: #bdd5f9;
}


.boxx.text-center img {
    border-radius: 50%;
    width: 180px;
    border: 5px solid #ff9136;
    margin-bottom: 30px;
}






ul.headerrrr li i {
    color: #000000;
    padding-right: 5px;
}






.writeup p{
   padding: 20px 10px;
}



.copy a {
    color: #cacaca !important;
}

.footer-logo-area.jkl img {
    background-color: white;
    padding: 11px;
    width: 230px;
    border-radius: 5px;
}

.footer-logo-area.jkl p {
    text-align: justify;
}
.mr-70{
    margin-left: 50px;
}






/*  ul.new-updatte li{
  padding-left: 33px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    color: white !important;
  }

  ul.new-updatte li img{
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff8d00;
    font-size: 19px;
  }*/




ul.contactus- li {
    padding-left: 33px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    color: white !important;
}

ul.contactus- li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff8d00;
    font-size: 19px;
}

ul.contactus-11 {
    padding: 0px;
}

ul.contactus-11 li {
   list-style-type: none;
}
ul.contactus-11 li {
    padding-left: 60px;
    position: relative;
    padding-top: 0;
    padding-bottom: 50px;
    color: black !important;
    font-size: 16px;
}



ul.contactus-11 li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #9d742c;
    font-size: 35px;
}

ul.contactus-11 li a {

    color: black !important;
} 


ul.contactus-11 li a:hover {

    color:#9d742c !important;
} 



.academics-area{
    position: relative;
    z-index: 0;
}



.overlay1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(170 122 40 / 87%);
    /* background: linear-gradient(90deg, rgb(14 0 0) 0%, rgb(0 0 0 / 84%) 35%, rgb(18 0 0 / 97%) 100%); */
}






.why.text-center {
    padding: 30px 20px;
    border-radius: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;
}.why.text-center img {
    margin-bottom: 11px;
}

.bg-f4f6f9k {
    background-color: #f7f7f7;
}

.academic-top-content.jkll i {
    color: white !important;
    font-size: 32px !important;
}


.marquee .single_news_txt {
    /* background: #ff9136; */
    color: #fff;
    padding: 10px;
    height: 55px;
    background: linear-gradient(90deg, rgb(102 0 2) 0%, rgb(112 16 18) 35%, rgb(145 5 7) 100%);
}

.marquee .single_news_txt marquee {
    width: 84%;
    float: left;
}
.aboutt {
    padding-top: 7px;
}
.single_news_txt a {
    color: white;
}

.marquee {
    margin: 30px 0;
    padding: 0;
}
.marquee .single_news_txt .heading {
    float: left;
    background: #fff;
    padding: 5px 10px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    width: 14%;
}
.marquee .single_news_txt .heading1 {
    float: right;
    padding: 5px 10px;
    color: #d31f1f;
    background: #fff;
    text-transform: uppercase;
    font-weight: 400;
    width: 8%;
    text-align: center;
}

.marquee .single_news_txt .heading1 a {
    color: #d31f1f;
}

.menuuu{
    padding: 12px 0px;
}


ul.righttt {
    padding: 0px;
    margin: 0px;
}

ul.righttt li {
    list-style-type: none;
}
ul.righttt li {
    display: inline-block;
    padding: 0px 31px;
}

ul.righttt {
    padding:0px 0px;
}

ul.righttt i {
    color: #ff9136;
    font-size: 39px;
}

ul.righttt li a {
    font-size: 15px;
    color: white;
    color: white;
}
ul.righttt i {
    color: #ffffff;
    font-size: 15px;
    padding-right: 6px;
}
 
ul.righttt li {
    display: inline-block;
    padding: 8px 9px;
    border-radius: 3px;
    margin-left: 11px;
    margin-bottom: 10px;
    position: relative;
    background: #A94D0A;
    transition: background 0.3s ease-in-out;
}
ul.righttt li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: # ; /* Initial background color */
    z-index: -1;
    border-radius: 6px;
    transition: left 0.3s ease-in-out; /* Add a transition for the left property */
}

ul.righttt li:hover::before {
    left: 0; /* On hover, move the pseudo-element to the left */
}

ul.righttt li:hover {
    background: linear-gradient(90deg, rgb(8 32 65) 0%, rgb(24 107 171) 65%, rgb(8 32 65) 100%);
}



ul.righttt {
    padding:5px 0px 0px 0px;
}



.others-options.jkll {
    padding: 10px 0px;
}

.others-options.jkll i {
    font-size: 36px;
    color: #285476;
    /* font-weight: 700; */
    padding-top: 11px;
}


.noticeee11 a {
    background-color: #6abbf1;
    padding: 20px 30px;
    display: block;
    color: black;
    font-size: 19px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid #b1b0b0;
}

.noticeee11 i {
    font-size: 20px;
    padding-right: 8px;
}


.noticeee11.one a {
    background-color: #ebb283 !important;
}

.noticeee11.two a {
    background-color: #a5f1ce !important;
}


.noticeee11.three a {
    background-color: #f7a4ac !important;
}

.eduction-area1.pt-60.pb-60.margin-top1 {
    margin-top: -138px;
    position: absolute;
    z-index: 9;
    width: 100%;
}




ul.new-updatte li a {
    color: black;
}

ul.new-updatte {
    padding: 0px;
}

.campus-title.aboutt.jkl h2 {
    font-weight: 800;
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Georgia', sans-serif;
}

/*
h2.headingggg {
    text-align: left;
}*/

/*.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d6930d;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
*/


.oneee {
    background-color: #eb9f9f !important;
}



.twoooo {
    background-color: #e1dcff !important;
}



.three {
    background-color: #cce0fd !important;
}



.fore {
    background-color: #99efc7 !important;
}



.five {
    background-color: #c5d9f7 !important;
}




.six {
    background-color: #f5da89 !important;
}



.news-content.jklllll h3 {
    color: black;
}

.news-content.jklllll p {
    color: black;
    padding-bottom: 10px;
}
a.read-more-btn.jklll {
    color: white;
}
a.read-more-btn.jklll {
    color: black;
    font-weight: 800;
}


ul.counter {
    padding: 0px;
}

ul.counter li {
   list-style-type: none;
}


ul.counter li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 19px;
}


.single-campus-card.style2 {
    padding: 7px;
}


ul.counter img {
    width: 80px !important;
}.noticeee11 {
    text-align: center;
}


@media (max-width: 767px) {

    .estemate-form {
    margin-top: 10px !important;
}


.eduction-area1.pt-60.pb-60.margin-top1 {
    margin-top: 0px!important;
    position: relative!important;
    z-index: 9!important;
    width: 100%;
}
.menuuu {
    display: none;
}
}







.overlay1ggg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 135 188 / 93%);
    /* background: linear-gradient(90deg, rgb(14 0 0) 0%, rgb(0 0 0 / 84%) 35%, rgb(18 0 0 / 97%) 100%); */
}

.campus-safety-area{
    position: relative;
    z-index: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;

}


.counter-card.text-center p {
    color: white !important;
}

.counter-card.text-center {
    position: relative;
    z-index: 999;
}


.counter-card.text-center p {
    color: white !important;
    font-weight: 600;
    font-size: 20px;
}





.news-content.jklllll:after{

position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ca0005;
    transform: rotate(45deg);
    bottom: -9px;
    left: 30px;
    z-index: 1000;
}



/*.carousel-item img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  transition: all;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}*/


.counter-card.jklll {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 14px;
    border-radius: 12px;
}

.counter-card.jklll p {
    font-weight: 600;
    font-size: 14px;
}


.events-image.jklll.text-center {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1px;
    box-shadow: 5px 5px #b8812347;
}


.banner-area{
    position: relative;
    z-index: 0;
}
.banner-area.banner-area-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to left,rgba(9,0,51,0),rgb(0 0 0)); */
/*    background: linear-gradient(90deg, #000000 0%, rgb(0 0 0 / 75%) 35%, rgb(0 0 0 / 78%) 100%);*/
}


.banner-area .container-fluid {
    padding: 0;
    padding-left: 30px;
    max-width: 1720px;
    margin-right: 0;
    margin-left: auto;
}.slider-content {
    max-width: 740px;
    margin-left: 0;
    margin-right: auto;
}.banner-area.banner-area-five .slider-item {
    position: relative;
    padding-left: 175px;
    overflow: hidden;
    z-index: 3;
}

.interrr.jjj.text-center p {
    font-size: 18px;
    color: black;
    padding: 30px 100px;
}

.single-podcasts-card.style2 img {
    width: 293px;
    border-right: 1px solid #9c732d;
    border-bottom: 1px solid #9c732d;
    margin: 5px;
}

.single-podcasts-card.jjjjj.style2 p {
    color: white;
}


.single-education-card.bg-1 {
    background-color: #c59d59;
}

.single-education-card.bg-2 {
    background-color: #285476;
}

.single-education-card.bg-2 {
    padding: 50px 60px;
}


.single-education-card.bg-1 {
    padding: 50px 60px;
}

.single-education-card.bg-2 h1 {
     color: white;
    font-weight: 600;
    font-size: 34px;
    padding-bottom: 30px;
}.single-education-card.bg-2 p {
    color: white;
}

ul.listtttttt li {
    color: white;
    padding: 8px 0px;
}


.single-education-card.bg-1 h1 {
    color: white;
    font-weight: 600;
    font-size: 34px;
    padding-bottom: 30px;
}



.single-education-card.bg-1 p {
    color: white;
    padding-bottom: 7px;
}



.news-img.jjjjj img {
    width: 289px;
    height: 242px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 11px;
}


.campus-title.aboutt.jkl h6 {
    font-size: 20px;
    color: #3e3e3e;
    padding-bottom: 7px;
    font-weight: 500;
}

.campus-title.aboutt.jkl.text-center img {
    box-shadow: 7px 11px #A94D0A;
    border: 1px solid #b37f26;
    padding: 2px;
}



.section-title.jkl {
    text-align: left;
}

.health-care-content.jkl a h3 {
    color: white;
    font-weight: 500;
    font-size: 22px !important;
}

.health-care-content.jkl p {
    color: white;
    font-size: 14px;
}

.more-health-care1.style2.text-center {
    padding: 40px 1px 3px 0px;
}

.date.jkl h3 {
    font-size: 16px !important;
    font-weight: 600;
}



a.default-btn.ghhh.btn {
    background-color: transparent;
    color: #285476;
    font-weight: 500;
}


a.default-btn.ghhh.btn {
    background-color: transparent;
    color: #285476;
    font-weight: 500;
    padding: 2px 3px;
    font-size: 12px;
}

a.default-btn.ghhh.btn:hover {
    background-color: transparent !important;
    color: #285476;
    font-weight: 700;
    padding: 2px 3px;
    border: none;
}


.default-btn.ghhh.btn::before {
    position:  transparent !important;
    content: "";
    background-color: #111d5e;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}


.single-alumoni-updates-card {
    padding: 10px !important;
    background-color: white;
    border-radius: 6px;
}


.date.jkl p {
    margin-bottom: 9px !important;
}


.alumni-left-content.mrrr {
    margin-right: 40px !important;
}

.mediaaa{
    background-color: red;
}

.mediaaa {
    background-color: #d6f4ff;
    padding: 7px;
}

p.dateee {
    font-size: 11px;
	color:#000;
}

.date.jkl p {
    margin-bottom: 6px !important;
    font-size: 13px;
}

.jkllll{
    padding: 30px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.health-care-content p {
    color: black;
    font-size: 14px;
}





.health-care-area{
    position: relative;
}




/*.health-care-area::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    background: #A94D0A;
    height: 337px;
    z-index: -1;
}*/



.bgimggg{
    background-image: url(../images/wood-dark.png);
}


.jjjjj p{
    text-align: justify;
}



.mhhhh{
    margin-right: 50px;
}




.single-campus-card.style2.jkkkk {
    padding: 20px 15px 0px 15px;
    border: 2px solid #e3e3e3;
}




.copy a {
        color: #ffffff;
    font-size: 15px !important;
    font-weight: 400;
}




.fix_payinemi{display:inline-block;position:fixed;bottom:1%;left:0%;z-index:999999}
.fix_payinemi_inner{
height: 54px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate;
}
.fix_payinemi_inne img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}
  
  
.cp-widget-button {display:inline-block;position:fixed;bottom:23%;right:1%;z-index:999999}

.cp-widget-button__inner {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}





.cp-widget-button1 {display:inline-block;position:fixed;bottom:12%;right:1%;z-index:999999}

.cp-widget-button__inner1 {animation:bounce 1s infinite alternate;-webkit-animation:bounce 1s infinite alternate}

.cp-widget-button__inner1 {height:64px;width:64px;line-height:64px;border-radius:50%;text-align:center;cursor:pointer}

.cp-widget-button__inner1 img {margin:0 auto}@keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px);}}@-webkit-keyframes bounce {from {transform:translateY(0)}to {transform:translateY(-15px)}}



















a.default-btn.hjj.btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}


.padddinggg {
    padding: 100px 0px;
}



.news-info.jkl h4 {
    background-color: #285476;
    color: white;
    padding: 11px 13px;
    box-shadow: 6px 7px #F2BB27;
      margin-bottom: 50px;
}





.news-info.jkl {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    background-color: white;
}



.description h4 {
    background-color: #285476;
    color: white;
    padding: 11px 13px;
    box-shadow: 6px 7px #F2BB27;
    margin-bottom: 50px;
}





.news-info1.jkl1 {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    background-color: white;
}



ul.new-updatte li i {
    font-style: normal;
}






ul.new-updatte li {
    padding-left: 0px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 18px;
    color: white !important;
    font-size: 15px;
    border-bottom: 1px dotted #504f4f;
}





ul.new-updatte li i img {
    position: absolute;
    left: 0;
    top: 15px;
    color: #ff8d00;
    font-size: 19px;
}





a.btn.btn-block {

    background-color: #a77829;
    color: white;
    padding: 10px 61px;
}



.viwwww.more {
    margin-top: 21px;
}





.viwwww.more {
    text-align: center;
}





    .mega-menu {
      position: static;
      width: 100%;
    }



    .mega-menu .row {
      margin-bottom: 20px;
    }



    .rating-icon i{
        margin: 0px 3px;
        color: #ff9c00;
    }


img.new-a{
    float: right;
    border: 1px solid #d4d4d4;
    padding: 5px;
}

ul.dropdown-menu.mega-menu.one {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 1100px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 18px !important;
    left: -169px !important;
    padding: 10px;
    border-bottom: 4px solid #b47f24;
    border-radius: 0px 0px 10px 10px;
}

.form-banner {
    right: 50px;
   
}

.estemate-form1{
    padding: 19px;
    background-color: rgb(8 32 65);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
   	z-index: 1;
    background: rgb(8 32 65 / 68%);
    /* background: linear-gradient(90deg, rgb(102 0 2) 0%, rgb(195 35 38) 35%, rgb(102 0 2) 100%); */
    border-radius: 10px;
    border: 1px solid white;
}


.estemate-form {
    padding: 19px;
    background-color: rgb(8 32 65);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: -150px;
    z-index: 1;
    background: rgb(8 32 65 / 68%);
    /* background: linear-gradient(90deg, rgb(102 0 2) 0%, rgb(195 35 38) 35%, rgb(102 0 2) 100%); */
    border-radius: 10px;
    border: 1px solid white;
}
.estemate-form1 h3 {
    font-size: 30px;
    margin-bottom: 16px;
    color: white;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

.estemate-form1 p {
    color: white;
    font-size: 13px;
}
.estemate-form h3 {
    font-size: 30px;
    margin-bottom: 16px;
    color: white;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

.estemate-form p {
    color: white;
    font-size: 13px;
}

.estemate-form .form-group {
    margin-bottom: 10px;
}

.estemate-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid #f4f6f9;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    height: 37px;
    border: 1px solid rgba(89, 90, 89, 0.25);
    padding-left: 15px;
}

.estemate-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid #f4f6f9;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}select.form-control {
    padding: 6px 26px;
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 18px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.default-btn.btn.jkll {
    background: #99712d;
    color: #fff;
}

.estemate-form .default-btn {
    display: block;
    width: 64%;
}
.form-group select {
    font-size: 14px;
    color: gray;
}


ul.dropdown-menu.new-3rd {
    right: 150px;
    left: 395px !important;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
ul.swwwww {
    list-style: none;
    padding: 0;
}

.page-contant {
    padding-bottom: 60px;
    padding-top: 60px;
    background: #f2f7ff;
}

ul.swwwww {
    list-style: none;
}

ul.swwwww li i {
    color: #ab7b28;
    padding-right: 9px;
}
ul.swwwww li {
    padding-bottom: 12px;
    line-height: 20px;
    font-size: 15px;
}

.new-a-dust {
    float: ; 
    border: 1px solid #d4d4d4;
    padding: 5px;
}

.ph-img-a {
    text-align: center;
}

.single-alumoni-updates-card.coming {
    padding: 5px !important;
    background-color: white;
    border-radius: 6px;
}

.date.jkl.kola h3 {
    font-size: 13px !important;
    /* color: black; */
}

.date.jkl.song-1 {
    position: absolute;
    bottom: 606px;
    width: 254px;
    left: 462px;
    margin-top: 17px;
}

.date.jkl.song-2 {
    position: absolute;
    bottom: 479px;
    width: 254px;
    left: 22px;
    margin-top: -13px;
}

.date.jkl.song-3 {
    position: absolute;
    bottom: 81px;
    width: 254px;
    left: 426px;
    margin-top: 17px;
}

img.new-b {
    float: center;
    border: 1px solid #d4d4d4;
    padding: 5px;
}




.ph-img.opo {
    text-align: center;
}



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}

.slick-initialized .slick-slide
{
    display: block;
}

.copy{
    padding-top:  ;
}
    

.containe-r .topic{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.content input{
  display: none;
}

.content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .list{
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 20%;
  margin-right: 50px;
}

.content .list label{
  cursor: pointer;  
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  font-weight: 500;
  color: rgb(0 0 0);
  padding-left: 25px;
  transition: all 0.5s ease;
  z-index: 10;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about{
  color: #ffffff;
}

.content .slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  border-radius: 12px;
  transition: all 0.5s ease; 
  background: #9c732c;
}

#home:checked ~ .list .slider{
  top: 0;
}

#blog:checked ~ .list .slider{
  top: 60px;
}

#help:checked ~ .list .slider{
  top: 120px;
}

#code:checked ~ .list .slider{
  top: 195px;
}

#about:checked ~ .list .slider{
  top: 240px;
}

.content .text-content{
  width: 80%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
}

.content .text{
  display: none;
}

.content .text .title{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 500;
    color: black;
}

.container .text p{
  text-align: justify;
    color: black;
}

.content .text-content .home{
  display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about{
  display: block;
}

#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home{
  display: none;
}

.content .list label:hover{
  color: #285476;
}
.containe-r {
    background: #d6d6d6;
    padding: 45px;
}

.list {
    margin-bottom: 2px;
    background: ;
}
ul.styy {
    list-style-type: lower-alpha;
}
.containe-r {
    background: #d6d6d6;
    padding: 25px;
    border-radius: 15px;
}
.lower-content h4 a{ 
    color: #285476;
}
.single-team-content.inner-box {
    background: #7f838617;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    margin-top: 15px;
}

.inner-box .image-box {
    position: relative;
    overflow: hidden;
}

.image-box {
    position: relative;
    margin-right: ;
    margin-top: 0px;
    z-index: 1;
    margin-bottom: 1px;
}

.inner-box .image-box img {
    width: 100%;
}

figure.image-box img {
    border: 1px solid #9f742c;
    border-radius: 11px;
}

.single-team-content .lower-content {
    position: relative;
    padding: 5px 0px 0px 0px;
    margin-bottom: 3px;
}

.lower-content h4 {
    line-height: 26px;
    margin: 0;
    font-size: 19px;
}
.single-team-content .lower-content h4 a {
    display: inline-block;
    margin-bottom: 2px;
}

.single-team-content .lower-content .text {
    position: relative;
    font-size: 14px;
    color: #9f742c;
}

.text i {
    color: #285476;
    font-weight: 600;
}
.text a {
    color: #285476;
}
.text a:hover {
    color: #9d732c;
}
.col-md-4.col-sm-4.col-xs-4.nopadding {
    border-left: 4px solid #9d732c;
}
.blog-list-item {
    border: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.blog-content {
    padding-top: 17px;
}


.row.row-collapse {
    border:  px solid #c1c1c1;
}

.blog-content p {
    padding: 0;
    margin: 0;
}

.blog-content p {
    padding: 0;
    margin: 0;
    text-align: left;
}

.background-ji {
    padding: 22px 21px 12px 28px;
    background: #3d3e3e;
}
.background-ji {
    box-shadow: 1px 0px 11px white;
}
.background-ji {
    padding: 22px 21px 12px 28px;
    background: #285476;
}
.background-ji {
    box-shadow: 1px 0px 11px white;
    border-radius: 10px;
    margin-bottom: 20px;
}
.campus-title.aboutt.jkl p {
    margin: 0;
}
.entry-content h4 {
    padding-bottom: 0px;
}
.contact-form {
    margin-top: 0px;
}
.contact-form {
    position: relative;
    padding-right: 15px;
}
.contact-form {
    text-align: initial;
}
.contact-form {
    color: white;
}
.form-group {
    margin-bottom: 1rem;
}
label {
    color: white;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
input[type="text"], input[type="number"], select, input[type="password"] {
    min-height: 30px;
    background: #f7f7f7;
    border-color: #ddd;
}
input#fname {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f3f3f3;
    color: black !important;
}

input#fnameone {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 80px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f3f3f3;
}
button.theme-btn.btn-style-one {
    text-align: center;
    background: #a0742b;
    padding: 16px 25px;
    border: #3b3b3b;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 21px;
}
.background-ji hr {
    color: #ffffff;
    background: #ffffff;
    height: 2px;
}
ul.btn-list {
    display: flex;
    list-style: none;
    padding: 0;
}

ul.btn-list li a {
    color: white;
}

a.btb-css {
    background: #9a722d;
    padding: 3px 12px;
    margin-right: 15px;
    border-radius: 17px 17px 0px 0px;
}


.contact-area .contact-items {
    background: #ffffff;
    padding: 20px 40px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    position: relative;
    bottom: 8px;
    margin-top: 2px;
    z-index: 9;
}

.contact-area .contact-items .item {
    display: flex;
    margin-bottom: 40px;
}

.contact-area .contact-items .item i {
    display: inline-block;
    font-size: 30px;
    background: rgb(167 121 41);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: rgb(255 255 255);
    border-radius: 5px;
    margin-right: 25px;
    border: 1px solid rgba(255, 53, 20, 0.2);
}

.contact-area .contact-items .item h4 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.content.scro {
    padding: 45px;
    background: rgb(15 58 150);
    border-radius: 15px;
    margin-top: 30px;
}

.form-group {
    margin-bottom: 1rem;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    outline: none;
    background-color: #e9e6e6;
    height: 30px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}

textarea, textarea.form-control {
    height: 120px;
   
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.contact-area .contact-items .content button {
    background: #f42223;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.estemate-form-a {
    padding: 19px;
    background-color: rgb(8 32 65);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative; 
    z-index: 1;
    background: rgb(40 84 118);
    /* background: linear-gradient(90deg, rgb(102 0 2) 0%, rgb(195 35 38) 35%, rgb(102 0 2) 100%); */
    border-radius: 10px;
    border: 1px solid white;
}

.estemate-form-a h3 {
    color: white;
    padding-bottom: 15px;
}


 .step__title:before, .step__title:after {
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.step__title:before, .step__title:after {
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.card {
    width: 100%;
    border-radius: 6px;
    padding: 24px;
    place-self: center;
    background-color: #fff;
    font-family: sans-serif;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.3);
}

.title {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
}
.line {
    width: 20%;
    height: 5px;
    background-color: #e48e5e;
    border: transparent; 
    margin-bottom: 18px;
}

.steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.step {
    width: 100%;
}

.step__title {
    position: relative;
    background-color: #b88123;
    height: 40px;
    width: 90%;
    display: grid;
    place-items: center;
    color: #fff;
    font-family: sans-serif;
}

.step__title:before {
    border-left: 20px solid #fff;
    left: 0;
}


.step__title:after {
    border-left: 20px solid #b88123;
    right: -20px;
}


.step__info {
    background: #88cffd;
    margin-right: 15px;
    margin-left: 2px;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    height: 102px;
}


















.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 20px 30px;
}
.sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.widget.widget-nav-menu ul li {
    /* margin-bottom: 10px; */
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    background-color: #fff;
    /* margin-bottom: 10px; */
    /* border-radius: 8px; */
    border-bottom: 1px solid #F2BB27;
}
.sidebar {
    background-color: #f6faff;
}
.widget.widget-nav-menu ul li a {
    display: block;
    padding: 17px 30px 18px 24px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: black;
}

.widget.widget-nav-menu ul li:hover, .widget.widget-nav-menu ul li.active {
    background-color: #a77929;
}
aside.widget.widget-nav-menu h3 {
    text-align: center;
    padding-bottom: 15px;
    color: white;
    padding-top: 15px;
}
aside.widget.widget-nav-menu {
    background: #285476;
    padding: 12px;
    border-radius: 5px;
}

ul.widget-menu {
    padding: 0;
}

input.form-property__upload-btn-choose {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 59px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #f3f3f3;
}

.description h5 {
    background-color: #285476;
    color: white;
    padding: 11px 13px;
    box-shadow: 6px 7px #F2BB27;
    margin-bottom: 30px;
    margin-top: 19px;
    text-align: center;
}

.my-bt {
    text-align: center;
}

.description-1 h5 {
    background-color: #285476;
    color: white;
    padding: 11px 13px;
    box-shadow: 6px 7px #F2BB27;
    margin-bottom: 30px;
    margin-top: 19px;
    text-align: center;
}

.pop-img img {
    width: 100%;
    height: 250px;
}
.pop-img {
    border: 1px solid #a1a1a18c;
    padding: 5px;
    background: #00000014;
    margin-bottom: 24px;
}

.logo-section h5 {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
.logo-section {
    text-align: center;
}
.addmisssionn-toop {
    text-align: end;
}
.top-text h5 {
    color: white;
    text-align: center;
}

ul.righttt.top-tab a {
    font-weight: 500;
    text-transform: uppercase;
}

.top-allply {
    background: linear-gradient(90deg, rgb(179 132 54) 0%, rgb(185 130 35) 35%, rgb(151 112 46) 100%);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 6px solid #285476;
}
button#myBtn {
    border: 0;
    background: transparent;
    padding: 0;
    color: #a87929;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position:  ; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}



/*.modal-content {
    left: -288px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 1093px !important;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}


*/








/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.col-md-7.col-sm-7.col-xs-7.nopadding {
    border-left: 4px solid #be1e2d;
}
.blog-content {
    padding-top: 17px;
}
.test-sty {
    text-align: center;
}

.test-sty h5 {
    font-size: 17px;
    font-style: italic;
}


.font-st p {
    text-align: center;
    padding-top: 27px;
}
span.icon-a {
    font-size: 25px !important;
    position: absolute;
    color: #b78329 !important;
    right: 57%;
    top: 675px;
}
.font-st p {
    font-size:  ;
}
span.hading-st {
    color: #285476 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
span.icon-b {
    position: relative;
    font-size: 25px !important;
    color: #b78329 !important;
    left: 69%;
    top: -42px;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    display: none;
}
td a {
    color: #99712d;
    font-weight: 500;
}
.health-care-content.nation {
    padding: 15px;
}

.single-health-care-card.style-3 .health-care-content.nation {
    background-color: #A94D0A;
    position: absolute;
    left: 5px;
    right: 14px;
    bottom: -40px;
    border-bottom: 3px solid #c49e58;
    width: 97%;
    height: 126px;
}
.health-care-content.nation p {
    margin: 0;
}
.health-care-content.nation p {
    margin: 0;
    color: white;
    padding-bottom: 6px;
}
.health-care-content.nation a h3 {
    font-size: 17px;
    color: white;
}
.health-care-content.nation a p {
    font-size: 11px;
}
.health-care-content.nation:hover {
    background: #000000 !important;
    color: #2c0b0b !important;
}
.img.more-img {
    background: #285476;
    padding: 0px;
    box-shadow: 1px 0px 11px #0a0a0a40;
}



.health-care-content.nation h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
}
div#flush-collapseOne {
    border-radius: 9px;
    padding: 10px;
    margin: 0;
}

.row.row-collapse {
    padding-bottom: 28px;
}

span.new-fo {
    font-size: 17px;
    font-family: monospace;
    font-weight: 200;
}

.page-banner-content ul li .top-::before {
    position: absolute;
    content: "" !important;
    right: 2px;
    top: 0;
}
















.breath-1 {
    margin: 25px 0px;
} 

.btn-primary {
    background-color: #A94D0A;
    border: solid 1px #9b722c;
    line-height: 1.8;
    -webkit-box-shadow: 0 3px 0 #182457;
    box-shadow: 0px 0px 6px #f4f6f9;
}

.text-center.acco.breath-1 {
    background: #A94D0A;
    padding: 45px;
    border-radius: 13px;
}

.text-center.acco.breath-2 {
    background: #b88329;
    padding: 45px;
    border-radius: 13px;
}

.text-center.acco.breath-1 h3 {
    padding-bottom: 20px;
    color: white;
}
.text-center.acco.breath-2 h3 {
    padding-bottom: 20px;
    color: white;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img
{
    display: block;
}

.slick-initialized .slick-slide
{
    display: block;
} 

.date.jkl.song-3 {
    text-align: end;
}

.date.jkl.song-3 p {
    text-align: end;
}

th {
    color: white !important;
}
 

.step h5 {
    padding-top: 15px;
}

.step {
    padding-bottom: 45px;
    text-align: center;
}

.text-afee {
    text-align: center;
}

p.pp {
    padding-left: 24px;
}

.page-banner-area.bg-2.new{
    background-image: url(../images/page-bnner-new.jpg);
}
.page-banner-area.new::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0%);
}

.single-podcasts-card.jjjjj.style2.mhhhh {
    position: relative;
}

ul.swwwww li i {
    position: absolute;
}

ul.swwwww li p {
    padding-left: 19px;
    margin: 0;
}

ul.swwwww li i {
    position: absolute;
    padding-top: 2px;
}
ul.dropdown-menu.coopy {
    width: 100%;
}

.left_icons {
    position: fixed;
    left: 0;
    top: 30%;
    width: 37px;
    z-index: 2;
}
.left_icons {
    float: right;
    margin: 2px 0;
}
.left_icons a:hover {
    display: block;
    height: 35px;
    margin-left: 0;
    width: 37px;
}


.left_icons a {
    clear: both;
    display: block;
    height: 35px;
    margin-bottom: 5px;
    margin-left: 2px;
    width: 37px;
}

.three-1 h3 {
  font-size:18px; 
  letter-spacing: 0;
  line-height:24px;
  padding-bottom: 7px;
  position: relative;
}
.three-1 h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #b7832a;
}
.three-1 h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #b7832a;
}

div#wpcs_tab_2573 {
    border: 1px solid #a3a3a3;
    border-bottom: none;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    width: 170px;
    height: 34px;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 300px;
   right: -68px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
}
 
div#wpcs_tab_2573 a {
    color: white;
}

div#wpcs_tab_2573-a {
    border: 1px solid #a3a3a3;
    border-bottom: none;
    cursor: pointer;
    width: 170px;
    height: 34px;
    overflow: hidden;
    background: #A94D0A;
    color: #000000;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 150px;
    right: -68px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
}

li.registr{
    display: inline-block;
    padding: 8px 9px;
    border-radius: 3px;
    margin-left: 11px;
    margin-bottom: 10px;
    position: relative;
    background: #be8d37 !important;
    transition: background 0.3s ease-in-out;
}

li.registr:hover {
    background: linear-gradient(90deg, rgb(8 32 65) 0%, rgb(24 107 171) 65%, rgb(8 32 65) 100%) !important;
}






.righttt.btnn.jkl a {
    color: white;
}



@media only screen and (max-width: 667px) {

.news-img.jjjjj img {
    width: 100% !important;
   
}
.list {
    padding: 6px 0px;
}
.campus-content.three-1 {
    margin-top: 20px;
}


.counter-card.jklll {
    text-align: center;
}


ul.righttt.jkl li {
    display: inherit !important;
}

div#wpcs_tab_2573 {
    border: 1px solid #a3a3a3;
    border-bottom: none;
    cursor: pointer;
    border-radius: 8px 8px 0px 0px;
    width: 170px;
    height: 34px;
    overflow: hidden;
    background: #000000 !important;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 300px;
    right: -17% !important;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    font-size: 18px;
}

.form-banner {
    position: relative;
    width:100%!important;
  
    padding: 14px!important;
}




}


.three-1 h2:before {
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #b7832a;
}

.three-1 h2:after {
    content: "";
    position: relative;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #b7832a;
}

li.nav-item.mobile-vu {
    display: none;
}

li.nav-item.new-heading {
    text-align: center;
}

li.nav-item.new-heading h6 {
    font-size: 15px;
    color: #c19951;
}

ul.dropdown-menu.coopy {
    margin-left: 35px;
}

.form-group label {
    color: #b88223 !important;
}
.listitem{list-style:none; padding-left:0px;}
.listitem li i{color:#ab7b28; padding-right:5px;}


.custom_form .form-control{border:1px solid #c0c8d4!important;}
.custom_form input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea{padding-left:5px!important; padding-right:5px!important;}
.custom_form .error{color:#ff0000; font-size:14px; border-radius:4px;}
.custom_form_home .form-group{margin-bottom:14px;}


.popup1 {
    width: 100%;
    margin: 0 auto;
    display: none;
    z-index: 101;
}

.newsletter-sign-box {
    left: 43%;
    margin: auto;
    min-height: 150px;
    position: fixed;
    border-radius: 12px !important;
    top: 30%;
    width: 473px;
    z-index: 10000;
    margin-left: -150px;
    background: #fff;
}
.newsletter-sign-box h3 {
    color: #121212;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 12px 48px 12px 16px;
    position: relative;
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffc700;
    margin-top: 0px;
    min-width: 200px;
}


.popup1 .x {
    position: absolute;
    right: -15px;
    top: -16px;
    z-index: 10000;
}


#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity = 70);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000;
    display: none;
}

.new-pop {
    text-align: center;
    padding: 45px;
}


 
.bgimggg-1 {
    background-image: url(../images/aPPIC-1.jpg);
}

.new-pop.bgimggg-1 {
    border-radius: 15px;
}
.footer-fixed-bar {
    background: rgba(40,40,40,.3);
    position:  relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 9px 0 2px 0px;
    display: none;
    border-radius: ;
    width: 100%;
}
.footer-fixed-bar button {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    line-height: 20px;
    color: var(--text-dark);
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
}

div#carouselExampleIndicators {
    top: -37px;
}




















.mobile_btn{position:absolute; top:17px; right:5px;}
.mobile_btn i{ font-size:24px;}
.mobile_btn li a{color:#000;}
.main_menu ul {
    padding-left: 0px;
    margin-left: 0px;
	margin-bottom:0px!important;
}
.logo a {
  font-size: 20px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
}

/* normal menu css */

.main_menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -2px;
}
.main_menu ul li {
  position: relative;
}

.mega_menu_item a {
    color: black !important;
}
ul.sub_menu a {
    color: black!important;
}

.main_menu ul li a {
    color: white;
    padding: 8px 15px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.main_menu ul li .sub_menu a {
  
    font-size: 15px !important;
}









.main_menu ul li .active,
.main_menu ul li:hover > a {
  color:#F2BB27;
}
/* Normal Dropdown menu */
.main_menu ul li ul {
  width: 390px;
  background: #fff !important;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
  padding: 10px 25px;
  font-size: 15px;
   color: black !important;
}
.main_menu ul li ul li a i {
  float: right;
}

.main_menu ul li ul li ul {
  left: 100%;
  top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
  position: static !important;
}
.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}


.mega_menu.sub_menu {
    width: 70% !important;
}



ul.sub_menu a {
    border-bottom: 1px dotted gray;
}     


.mega_menu_item a {
    border-bottom: 1px dotted gray;
}     




ul.sub_menu.jkl {
    width: 220px !important;
}
.mega_menu_item h3 {
    font-size: 16px !important;
}

.mega_menu_item a {
    text-transform: none !important;
}

.mega_menu_item {
    width: 100%;
    padding: 10px 10px;
}



.main_menu ul li .mega_menu_item a {
    padding: 3px 0;
    font-size: 15px !important;
}




.main_menu ul li .mega_menu_item a:hover {
  color: var(--hover-color);
}
.mega_menu_item h3 {
  margin-bottom: 15px;
}
.mega_menu_item img {
  width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
  left: 50%;
  transform: translateX(-50%);
  width: 1140px;
}

.mobile_btn {
  display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 960px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 940px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 720px;
  }
  .mega_menu_demo_2 .mega_menu {
    width: 700px;
  }
  .main_menu ul li a {
    font-size: 15px;
    padding: 20px 16px;
  }
  .main_menu ul li ul {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }
  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }
  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

.submenu_mobile{display:none;}
@media (max-width: 767.98px) {
	.mega_menu{display:none!important;}
	.submenu_mobile{display:block;}
  .mega_menu_demo_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }
  .mobile_btn {
    cursor: pointer;
    display: block !important;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}

.school-box i img {
    padding-bottom: 15px;
}
p.new-br {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.swwwww.new li {
    padding: 0;
}
.school-box {
    text-align: center;
}
ul.sub_menu a {
    text-transform: none !important;
} 
ul.sub_menu a {
    padding: 5px 13px !important;
}

ul.sub_menu a:hover {
    color: white !important;
    background: #A94D0A;
}

.mega_menu_item a:hover{
    color: white !important;
    background: #A94D0A;
}

.mega_menu.sub_menu a {
    padding: 4px 7px !important;
}

.three-1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #b7832a;
}

.three-1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #b7832a;
}

.three-1 h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 7px;
    position: relative;
}

ul.swwwww.new.alpy.so li {
    padding-bottom: 9px;
}

.single-team-content.inner-box {
 
}

img.rightimg {
    float: right;
    border: 1px solid #d4d4d4;
    padding: 5px;
}
.content-img img {
    margin-left: 15px;
    margin-bottom: 10px;
}

marquee h6 a {
    color: white !important;
}

ul.new-liii li {
    list-style: auto;
}
.event_thumb{height:250px;}
.event_contentbox{background-color: #A94D0A; -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding:15px 20px;}
.event_contentbox .excerpt{min-height:70px!important;}
.event_contentbox .excerpt p{color:#fff;}
.event_contentbox  h3{color:#fff!important;font-size: 16px;font-weight: 400;}
.event_frontleft img{height:500px!important;}
.event_frontleft .latest_tag{color:#285476!important;}
.event_frontleft .econtent{padding:10px;}
.event_frontleft .econtent h3{min-height:70px;}
.list_side li a{color: #1e1e1e;
font-size: 16px;}
.list_side ul{padding:0px; margin:0px;}
.list_side li{border-bottom:1px solid #285476;list-style:none; padding:5px 0px; line-height:20px; font-weight:600;}
.list_side li a:hover{color:#d09d40;}

.logo_mobile{display:none;}

@media (max-width: 767.98px) {
	.left_icons{display:none;}
	.desktop-nav1 row{width:100%;}
  .main_menu ul li {
    display: block;
	width:100%!important;

  }
  .main_menu ul li a{color:#000!important;}
  
  .main_menu ul li {
    display: block;
  }
  .main_menu ul li a i {
    float: right;
  }
  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  .main_menu ul li ul {
    width: 100%;
  }
  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }
  .main_menu ul li ul {
    display: none;
    transition: none;
  }
  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_demo_2 .mega_menu {
    transform: translateX(0);
  }
  .mega_menu .mega_menu_item {
    width: 100%;
  }
  .logo_mobile{display:block; width:80%;}
 
}
  
  
}


.homepopup {
	background: rgba(255, 255, 255, 1);
	position:relative;
	border-radius:5px;
	padding:5px;
}
.homepopup .modal-body img {
	width:100%;
}
.pop_content {
	margin-top:20px;
}
.homepopup h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
	text-align: left;
	color: #002a54;
}
.homepopup .modal-body {
	padding:0px;
}
.homepopup .btn_close {
color: #ffcb05;
  font-size: 37px;
  font-weight: 300;
  top: -53px;
  right: -48px;
  cursor: pointer;
  position: absolute;
}
.no-padding{padding:0px!important;}
.news_popup img{width:100%!important;}
.model_wrap {
}
.model_wrap:before {
	position: fixed;
	content: ""!important;
	left: 0!important;
	top: 0!important;
	height: 100%!important;
	width: 100%!important;
	background: #000000!important;
	opacity: 0.9!important;
}
.btn_popup {
	text-decoration: none;
	letter-spacing: 0.5px;
	padding: 5px 16px;
	text-transform: uppercase;
	background-color: #ffcb05;
	color: #000 !important;
	font-size: 15px;
}
.btn_popup:hover {
	background:#002a54;
}
.popup_text {
	font-size: 14px;
	color: #000;
}
.counter-section {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.custom_table th{background:#173364!important; color:#fff!important;}
.sport_evbox{    margin-bottom: 30px;
    transition: all ease .5s;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05); padding:10px; border-radius:20px; border:1px solid #ccc; text-align:center; min-height:170px;}
	.dateevent{font-size:12px; color:#F2BB27;}