@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Timmana&display=swap');




body {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.hdd {
    font-family: "Timmana", sans-serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

.top-part {
    background: #097462;
    float: left;
    width: 100%;
}

.align {
    align-items: center;
}

ul {
    padding: 0;
    margin: 0;
}

ul.top-social-ic li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
    padding-top: 7px;
}

ul.top-social-ic li i {
    font-size: 22px;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    transition: 0.6s;
}

ul.top-social-ic span {
    display: none;
}

.awesome {
    -webkit-animation: colorchange 2s infinite alternate;
    font-size: 19px;
    color: #fff;
    margin: 0;
    padding-top: 10px;
}

.ic-r {
    text-align: center;
    padding: 8px 0;
}

.yellow-back {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
}

.green-back {
    background: linear-gradient(to right, rgb(2, 70, 0), #294d00, rgb(64, 80, 7), rgb(21, 73, 0), rgb(0, 68, 6));
}

.ic-r p {
    color: #000;
    margin: 0;
    padding: 2px 0;
    font-weight: 700;
    font-size: 20px;
}

.ic-r img {
    width: 33px;
    margin-right: 5px;
}

.topHeaders {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    padding: 11px 0;
    float: left;
    width: 100%;
}

ul.why-chose-iconss {
    text-align: center;
}

ul.why-chose-iconss li {
    list-style: none;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    padding: 7px 9px;
    border-radius: 100px;
    transition: 0.5s;
    margin: 0 2px 0 0;
}

ul.why-chose-iconss li i {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    color: #000;
    padding: 6px;
    border-radius: 100px;
    border: solid 1px #fff;
    margin: 0 1px 0 0;
}

ul.why-chose-iconss li:hover {
    background: #f4c005;
}

.back-img {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    padding: 35px 0px;
}

.yellow-text {
    margin: 0;
    color: #fcd108;
    font-size: 22px;
}

.titleFont {
    font-size: 40px;
    padding: 8px 15px;
    color: #fff;
}

.servicesCard {
    text-align: center;
    background: #f1be05;
    border: 4px solid #ffd401;
    padding: 20px 0px;
    padding-top: 20px;
    border-radius: 0px;
    margin-top: 25px;
    padding-top: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.servicesCard img {
    padding: 0px;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.servicesCard h4 {
    font-size: 28px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #097462;
    padding-top: 10px;
    border-radius: 100px;
}

.btn-link {
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 100px;
    width: fit-content;
    text-align: center;
    font-size: 18px;
}

.servicesCard p {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    line-height: 1.7;
}

.why-choose {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.choose-l h5 {
    margin: 30px 0 0 0;
    padding: 10px;
    font-size: 23px;
    border: solid 1px #097462;
    width: fit-content;
    color: #097462;
    margin-bottom: 15px;
}

.choose-l h3 {
    margin: 0;
    padding: 0;
    color: red;
}

.choose-l p {
    margin: 0;
    padding: 15px 0;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
}

.choose-r {
    margin: 15px 0;
    padding: 15px 15px 30px 15px;
    border-radius: 10px;
    background: #ffffff94;
    border: 1px solid #ffd401;
}

.choose-r img {
    width: 25%;
}

.choose-r h4 {
    font-size: 22px;
    margin: 7px 0 0 0;
    padding: 0;
    color: #097462;
}

.choose-r p {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.choose-r2 {
    margin-top: 180px;
}

.faculties {
    background: #097462;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.titleFont {
    font-size: 36px;
    padding: 1px 6px;
    color: #fff;
}

.payment-option {
    background: linear-gradient(0deg, #ffffff, #fff3ba);
    border-radius: 4px;
    padding: 9px;
}

.fac-1 {
    margin: 0;
    border-right: dashed 1px grey;
    padding: 0 5px;
    margin-top: 20px;
}

.fac-1 img {
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    border-radius: 41px;
    padding: 10px 10px;
    margin-bottom: 11px;
}

.fac-1 h3 {
    margin: 5px;
    padding: 0;
    font-size: 20px;
    color: #f3bf26;
}

.fac-1 p {
    color: #fff;
    font-size: 18px;
}

.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.footer h2 {
    margin: 0;
    padding: 0;
    color: red;
    font-size: 30px;
    line-height: 40px;
}

.footer p {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 500;
    color: #000;
    padding-bottom: 30px;
}

.ftr-sec {
    background: #097462;
    text-align: center;
    display: block;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.white-text {
    color: #fff;
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffea00;
    padding: 10px 0;
}

.about-us {
    float: left;
    width: 100%;
    padding: 40px 0px;
}

.abt-title .small-title {
    display: inline-block;
    background-color: #097462;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 1.4px;
    border-radius: 5px;
}

.abt-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    color: rgb(15, 15, 15);
}

.abt-title p {
    margin: 0;
    padding: 10px 0;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
}

.atf-themes-btn {
    color: red;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid red;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    display: inline-block;
}

.atf-themes-btn:hover,
.atf-themes-btn:focus {
    color: #fff;
}

.atf-themes-btn:before {
    content: "";
    background: red;
    width: 20%;
    height: 100%;
    transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s;
    z-index: -1;
}

.atf-themes-btn:hover:before {
    width: 100%;
    top: 0;
    transform: none;
}

.atf-about-btn {
    float: left;
    width: 100%;
    text-align: center;
}

.abt-right {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.abt-right::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 35px);
    height: 100%;
    border: 4.5px solid #014b10;
    border-radius: 65px 0 0 65px;
    z-index: 1;
}

.abt-right img {
    border-radius: 65px 0 0 65px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}



.mainservices-section {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.mainservices-section1 {
    padding: 0px;
}

.services-left1 {
    padding: 10px;
}

.services-left2 {
    padding: 0px;
}

.mainservices {
    padding: 0px 0 0 0;
}

.mainservices1 {
    padding: 10px;
}

.mainservices2 {
    padding: 0;
    transition: 0.9s ease-in-out;
}

.mainservices3 {
    padding: 0;
    overflow: hidden;
    transition: 0.9s ease-in-out;
}

.mainservices3 img {
    min-width: 100%;
    transition: 0.9s ease-in-out;
}

.mainservices-4 {
    padding: 0 0px 0 0px;
}

.mainservices4 {
    text-align: center;
    position: relative;
    display: block;
    background: #fff;
    padding: 23px 20px 25px 20px;
    margin-top: -2px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 30px 0px;
    border-bottom: 5px solid #097462;
    border: 2px solid #f1be05;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.mainservices4 span {
    color: red;
    font-size: 12px;
    margin: 0;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.mainservices4 strong {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    display: block;
    color: #097462;
    font-weight: 400;
    font-size: 32px;
}

.mainservices4 p {
    color: #383838;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
    padding: 0px 0 11px 0;
}

.mainservices4 a {
    border: 1px solid #ffea00;
    color: #0c0c0c;
    padding: 7px 15px 5px;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    ;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100px;
}

.mainservices2:hover .mainservices3 img {
    transform: scale(1.1) translateX(10px);
    transition: 0.9s ease-in-out;
}

.testimonial {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.testi-1 {
    padding: 40px 15px 0px;
    text-align: center;
}

.testi-2 {
    padding: 20px;
    overflow: hidden;
    box-shadow: 3px -1px 9px #e3e3e329;
    position: relative;
    box-shadow: 0 0 10px 2px #8b8b8b59;
    background: #fff;
}

.testi-3 {
    padding: 0;
}

.testi-img img {
border: 5px solid #fff;
  width: 100px;
  box-shadow: 0 0 0 5px #ffb200;
  border-radius: 50%;
}

.testi-box {
    padding: 12px 15px 0;
}

.rating {
    padding: 0px 0 0;
    color: #ffea00;
    font-size: 15px;
    display: inline-block;
}

.testi-box strong {
    color: #097462;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    position: relative;
    border-bottom: 1px solid #097462;
    padding: 0 0 3px;
}

.testi-box span {
    color: red;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 0 10px;
    display: inline-block;
}

.testi-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #515151;
}


.about-head {
    padding: 0;
    text-align: center;
}

.about-head strong {
    border-radius: 20px;
    padding: 5px 23px 3px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(255 200 0), #ffdf68, rgb(247 213 94), rgb(255 200 0), rgb(227 180 11));
    ;
    display: inline-block;
    margin: 0px 0 -1px 0;
    font-weight: 600;
}

.about-head p {
    font-size: 43px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    margin: 0;
    color: red;
    margin-top: 15px;
}


@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .col-sm-4 {
        width: 50%;
    }

    .col-sm-3 {
        width: 50%;
    }

    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r img {
        width: 15%;
    }

    .choose-r2 {
        margin-top: 0;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r img {
        width: 15%;
    }

    .choose-r2 {
        margin-top: 0;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .top-part {
        text-align: center;
    }

    ul.why-chose-iconss li.mnone {
        display: none;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r2 {
        margin-top: 0;
    }

    .mainservices-4 {
        padding: 0 20px 0 0px;
    }

    .mainservices4 strong {
        font-size: 25px;
    }

    .choose-r img {
        width: 15%;
    }
}

@media(min-width:320px) and (max-width:479px) {

    .top-part {
        text-align: center;
    }
    ul.why-chose-iconss li.mnone {
        display: none;
    }

    ul.why-chose-iconss li {
        margin: 5px 2px 0 0;
    }

    .choose-r2 {
        margin-top: 0;
    }

    .mainservices-4 {
        padding: 0 20px 0 0px;
    }

    .mainservices4 strong {
        font-size: 25px;
    }

}


.footer {
  background: linear-gradient(180deg, #f99500, #e9d700);
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.contact-1 {
  padding: 0 0 22px;
}

.contact-2 {
  padding: 0;
  text-align: center;
}

.contact-icon {
  width: 125px;
  height: 125px;
  line-height: 125px;
  background: linear-gradient(353deg, #001a1e, #052f2c);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  border: 11px solid #ffffff;
}
.contact-2 {
  text-align: center;
}

.contact-2 a {
  padding: 12px 0 0;
  font-size: 22px;
  line-height: 32px;
  color: #7e0000;
  display: inline-block;
}

.contact-3 {
  padding: 20px 0;
  background: url(../images/bg3.jpg);
    background-repeat: repeat;
    background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #fff;
}

.book-img::before {
  background: #ffffff;
  height: 15%;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 48px;
  content: "";
  z-index: 0;
}

.book-img {
  position: relative;
}

.book-img::before {
  background: #ffffff;
  height: 15%;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 48px;
  content: "";
  z-index: 0;
}

.book-img img {
  width: 106px;
  position: relative;
  z-index: 0;
}
.contact-3 {
  text-align: center;
}

.book-text p {
  font-size: 23px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 10px 0;
}

.contact-icon {
  width: 125px;
  height: 125px;
  line-height: 125px;
  background: linear-gradient(353deg, #001a1e, #052f2c);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  border: 11px solid #ffffff;
}

.contact-icon i {
  font-size: 44px;
  font-weight: 600;
  color: #ffca00;
}

.contact-2 a {
  padding: 12px 0 0;
  font-size: 22px;
  line-height: 32px;
  color: #7e0000;
  display: inline-block;
}
