@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'big-noodle';
  src: url(../fonts/Bebas-Regular.ttf);
}
@font-face {
  font-family: 'Bebas';
  src: url(../fonts/big_noodle_titling.ttf);
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'big-noodle';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
 font-family: 'big-noodle';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'big-noodle';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'big-noodle';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'big-noodle';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec::after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 77%;
    height: 1px;
    left: 148px;
    bottom: 32px;
}
.menuSec {
    padding: 0px 0;
    position: relative;
}
.menuSec img {
  margin: 0;
}
header {
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: -32px;
}
header .row{
  align-items: center;
}
.menuSec ul {
    position: relative;
    list-style: none;
    margin: 0;
    text-transform: capitalize;
} 

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0px 33px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}
.ankar a {
    background-color: #ab3145;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */
.banner_text{
  position: relative;
}
.banner_text a.ankar  {
    background-color: #ab3145;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 16px;
}
.banner_text h1 {
  font-size: 88px;
  font-weight: 500;
  line-height: 80px;
}
.banner_text h1 span{
  display: block;
}
.cont {
    position: absolute;
    bottom: -287px;
    background-color: #ffff;
    height: 200px;
    width: 70%;
    padding: 20px 10px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 38px #000;
}
.cont a {
    font-size: 35px;
    color: #000;
}

.cont ul {
    display: flex;
    gap: 20px;
}
.cont ul li h3{
  font-size: 15px;
    font-family: 'Montserrat';
    color: #000;
}
.cont ul li h3 span{
 display: block;
}
.bann-2 {
    position: absolute;
    bottom: -57px;
    right: 83px;
} 
.banner_img {
    position: relative;
}

/*about start*/

.about-img {
    text-align: end;
    position: relative;
}

.about-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border: 2px solid #c85b69;
    border-radius: 230px;
    z-index: -1;
}

section.about-wrap .container-fluid {
    padding-left: 0;
}

img.about-round {
    position: absolute;
    left: 16%;
    top: 50%;
    width: auto !important;
    animation: 2s ritbonc ease-in-out infinite alternate;
    background: #bc495a;
    padding: 10px;
}

.about-img img:nth-child(1) {
    width: 75%;
    border-radius: 1000px;
}

.about-text h3 {
    font-size: 100px;
    text-transform: uppercase;
    color: #2e2e2e;
    font-weight: 200;
    font-family: 'Bebas';
}

.about-text p {
    color: #000000;
    font-weight: 400;
}
.about-text a.btn1 {
    background-color: #b33c4e;
    padding: 10px 25px;
    border-radius: 13px;
    color: #fff;
}

.about-text {
    width: 90%;
    padding-left: 5%;
}

.about-text ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}

.about-text ul li i {
    background: #f7eaec;
    color: #af374a;
    border-radius: 5px;
    font-size: 31px;
    padding: 5px;
}
.about-text h4 {
    font-size: 22px;
    color: #000000;
}

.about-text a {
    /* display: inline-block; */
    margin-top: 30px;
    /* padding: 15px 45px !important; */
}

section.about-wrap {
    position: relative;
    /* padding-top: 10%; */
    padding: 150px 0;
    overflow: hidden;
}


/*about end*/
section.courses {
    background-image: url(../images/back-2.jpg);
    width: 100%;
    height: 100%;
    padding:40px 0px;
}
.courses-txt.text-center p {
    color: #fff;
}
.courses-txt.text-center h3 {
    font-size: 87px;
    color: #fff;
    font-family: 'big-noodle';
    line-height: 80px;
}
section.service {
    padding: 30px 0px 70px 0px;
}
.ser-txt {
    padding-top: 30px;
}
.ser-txt h5 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
}
.ser-txt ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.ser-txt ul li h6 {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Montserrat';
    font-weight: 900;
}
.ser-txt ul li h5{
  font-size: 24px;
  color: #000;
  font-family: 'big-noodle';
  font-weight: 800;
}
.ser-txt p {
    margin-bottom: 10px;
    color: #888888;
}

.ser-img{
  position: relative;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}




.ser-img {
    position: relative;
}

.button {position: relative;margin-top: -40px;}

.button:before {
    position: absolute;
    content: '';
    background-color: #b84455;
    width: 8px;
    height: 8px;
    bottom: 43%;
    left: 90px;
    border-radius: 50%;
    z-index: 1;
}

.button:after {
    content: '';
    position: absolute;
    background: #afafaf;
    width: 72%;
    height: 1px;
    right: 20px;
    bottom: 49%;
    z-index: -1;
}
.contact-txt h3 {
    font-family: 'big-noodle';
    font-size: 93px;
    color: #000;
    font-weight: 500;
}
.contact-txt h3 span{
color: #bf4e5d;
}
.contact-txt p {
    font-size: 15px;
    font-family: 'Roboto';
    color: #000;
    margin-top: 50px;
    width: 76%;
    line-height: 25px;
}
.contact-txt form input {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #a7a7a7;
    outline: none;
    padding-bottom: 10px;
}
.contact-txt form textarea {
   width: 100%;
   height: 200px;
   border: 0;
   margin-bottom: 30px;
   border-bottom: 1px solid #a7a7a7;
   outline: none;
   padding-bottom: 10px;
}
.contact-txt form {
  margin-top: 30px;
}
.contact-txt form button {
    background-color: #c85b69;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
} 
section.contact {
    padding: 70px 0px;
    position: relative;
}
section.contact::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url(../images/cont-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 46%;
    height: 100%;
}
section.contact-inn button {
    display: inline-block;
    margin-top: 20px;
}
section.choose {
    padding: 70px 0px;
    margin-left: 130px;
}
.choose-txt h3 span {
    color: #bf4f5e;
    display: block;
}
.choose-txt h3 {
    font-family: 'big-noodle';
    font-size: 61px;
    color: #000;
    line-height: 73px;
    position: relative;
}
.choose-txt ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding:10px 0px;
}
 .choose-txt ul li i {
    background: #f7eaec;
    color: #af374a;
    border-radius: 5px;
    font-size: 31px;
    padding: 5px;
}
.chose-img-2 {
    position: absolute;
    bottom: 41px;
    left: 205px;
}
.chose-img {
    position: relative;
}
.chose-img .chose-img-2 img{
  border-radius: 20px;
} 
.choose-txt h3::after {
    position: absolute;
    width: 48%;
    left: 329px;
    bottom: 41px;
    height: 2px;
    background-color: #c25262;
    content: '';
}
.people-txt {
    text-align: center;
    margin: 0 0 40px;
}
section.people {
    position: relative;
    padding: 70px 0px;
}
.people-txt h2 {
    font-size: 100px;
    font-family: 'big-noodle';
    line-height: 97px;
}
.people-txt p {
    margin: 0 auto;
    width: 62%;
    font-size: 15px;
    line-height: 25px;
}

.people-map-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.people-map-img {
    position: relative;
}

.people-main {
    position: absolute;
    top: 22%;
    left: -3%;
    width: 39%;
    text-align: center;
}

.people-txt-2 {
    width: 100%;
    padding: 40px;
    text-align: center;
    background-image: -moz-linear-gradient( -66deg, rgb(200,91,105) 0%, rgb(182,65,83) 49%, rgb(164,39,60) 100%);
    background-image: -webkit-linear-gradient( -66deg, rgb(200,91,105) 0%, rgb(182,65,83) 49%, rgb(164,39,60) 100%);
    border-radius: 20px;
    display: none;
}

.people-img {margin: 0 0 0px;}

.people-img img {
    margin: 0 0 30px;
}

.people-txt-2 p {
    color: #fff;
    font-size: 16px;
}

.people-txt-2 h5 {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
}

.people-txt-2 h5 span {
    display: block;
    font-size: 13px;
    font-family: 'Roboto';
}

.people-main2 {
    left: 20%;
    top: 0;
}

.people-main3 {
    left: 45%;
}

.people-main4 {left: 60%;top: 0;}

.people-main5 {
    left: inherit;
    right: -11%;
}

.people-main .people-img:hover .people-txt-2 {
    display: block;
}
/* Footer Section Start */

ul.foter-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: -50px auto 0;
    width: 50%;
    background: #2b2b2b;
    height: 100px;
    border-radius: 10px;
    position: relative;
}

ul.foter-address:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 10%;
    left: 50%;
    background: #e3acbe;
}

ul.foter-address li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 44%;
}

section.footer-sec {
    position: relative;
    padding-bottom: 0;
    background: #161616;
    margin-top: 50px;
}
ul.foter-address p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

ul.foter-address a {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: 'Rajdhani';
    color: #fff;
    font-weight: 700;
}

ul.footer-menu-links li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 26px;
    padding: 15px 10px;
    transition: .5s ease-in-out;
}

ul.footer-menu-links li a:hover {
    background: #fff;
    color: #e8004d;
    transform: scale(1.1);
}

ul.footer-menu-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin: 60px 0;
    position: relative;
}

section.footer-sec:before {
    position: absolute;
    content: '';
    top: auto;
    bottom: 32.5%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #464646;
    z-index: -1;
}

.footer-form {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8004d;
    border-radius: 0px;
    gap: 30px;
    padding: 10px 25px;
    border-radius: 100px;
}

.footer-form i {
    font-size: 30px;
    color: #fff;
}

.footer-form input {
    background: transparent;
    border: 0;
    font-size: 15px;
    color: #fff;
    margin: 0 30px 0 0;
    width: 90%;
}

.footer-form input::placeholder {
    color: #fff;
    font-size: 14px;
}

a.btn2.btn5 {
    background: transparent;
}

a.btn2.btn5:after {
    content: '\f178';
    font-weight: 500;
    font-family: 'Font Awesome 5 pro';
    font-size: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn2.btn5:before {
    display: none;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

ul.footer-social i {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    position: relative;
}

ul.footer-social a:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

ul.footer-social a:before {
    position: absolute;
    content: '';
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1.3px;
    right: 0;
    bottom: 0;
    left: 1.4px;
    background: #081724;
    z-index: 0;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

ul.footer-social a:hover:before {
    background-color: #e8004d;
}

ul.footer-social a:hover:after {
    background-color: #e8004d;
}

ul.footer-social i:hover {
    color: #fff;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom {
    position: relative;
}

section.footer-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #464646;
    bottom: 39%;
}

.footer-btn {
    position: relative;
    padding: 30px 50px;
    border: 1px solid #464646;
    border-bottom: 0;
    border-top: 0;
}

.footer-btn:after {
    height: 250%;
    left: -40px;
    top: -42px;
    background: #464646;
}

ul.footer-social a {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 55px;
}

section.ftr-bottom-nav {
    position: relative;
    padding: 20px;
    background: #161616;
    border-top: 1px solid #464646;
}

.botm-nav p {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #878787;
}

ul.foter-address i {
    font-size: 40px;
    color: #fff;
}

button.btn2.btn5 {
    border: transparent;
    background: transparent;
}
/* Footer Section End */
/*inerr-pages start*/
.inn-banner .row {
    align-items: center;
}
.inn-bann-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.inn-bann-txt2 h1 {
    font-size: 113px;
}
.abt-txt2 p {
    color: #000000;
    font-weight: 400;
    margin-top: 28px;
}
.ser-img.img {
    margin-top: 35px;
}
section.course-det {
    padding: 70px 0px;
}
ul.dist {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.course-det .button:after {
    content: '';
    position: absolute;
    background: #afafaf;
    width: 91%;
    height: 1px;
    right: 20px;
    bottom: 49%;
    z-index: -1;
}
.ser-txt.txt h5 span {
    display: block;
}

.ser-txt.txt h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.people-txt.txt-2 {
    background-color: #dcdcdc;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    position: relative;
}
.people-txt.txt-2 p {
    margin: 0 auto;
    width: 80%;
    font-size: 16px;
    line-height: 25px;
    color: #696969;
    margin-bottom: 20px;
}
.people-txt.txt-2 h5 span {
    display: block;
    color: #a93146;
    font-size: 14px;
}
.people-img.img {
    text-align: center;
}
section.testimonial {
    padding: 70px 0px;
}
.people-txt.txt-2::before {
    position: absolute;
    content: '';
    background-image: url(../images/testi-small.png);
    width: 36px;
    height: 26px;
    left: 295px;
    top: -18px;
}
section.contact-inn {
    padding: 70px 0px;
}
.cont-back form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px;
    border: 2px solid #d0d0d0;
    outline: none;
     background-color: #f0f0f0;
}
.cont-back form textarea{
  width: 100%;
  padding:10px 10px;
  border: 2px solid #d0d0d0;
  outline: none;
  resize: none;
  height: 100px;
    background-color: #f0f0f0;
}
.cont-form form button {
    margin-left: 74%;
    padding: 12px 20px;
    margin-top: -24px;
    background-color: #a62a3f;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 17px;
}
.con-txt h6 {
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'Montserrat';
    font-weight: 600;
}
.con-txt h4 {
    font-size: 24px;
    color: #000;
    width: 47%;
}
.con-txt p {
    color: #777777;
    font-family: 'Montserrat';
    font-size: 15px;
    width: 73%;
}
.cont-back ul {
    display: flex;
    align-items: center;
    gap: 20px;
     margin-top: 30px;
}
.cont-back ul li a{
  color: #989897;
 font-family: 'Montserrat';
 font-size: 14px;
}
.cont-back ul li a span{
  display: block;
}
.cont-back ul li p{
  font-size: 14px;
  font-family: 'Montserrat';
  color: #9d9d9d;
}
.cont-back {
    background-color: #f0f0f0;
    padding: 40px;
    width: 95%;
    margin-left: 30px;
 }   
.map-img img {
    width: 100%;
}
.map-img {
    position: relative;
    z-index: -999;
    margin-top: -130px;
}
section.about-wrap .row {
    align-items: center;
}
section.packages {
    padding: 70px 0px;
}
.pack-box {
    box-shadow: 0 0 10px #0000006b;
    padding: 30px;
    background-color: #ad3347;
    color: #fff;
    height: 300px;
}
.packages-txt h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}
.packages-txt p {
    font-size: 15px;
    line-height: 22px;
}