@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.auto-container {
    position: static;
    max-width: 1300px;
    padding: 0px 15px;
    margin: 0 auto;
}
body {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  font-family: 'Heebo', sans-serif;
}
.fheading h6{
  color: #e5e5e5;
}
.about h3{
  font-weight: bold;
}
.about h5{
  color: #ff9d2d;
}
.about-title{
	height: 330px;
	color: #fff;
}
.about-title h1{
	padding-top: 150px;
}
.about-title ul{
	padding-top: 70px;
}
.about-title ul li{
	display: inline;
}
.about-title ul li a{
	text-decoration: none;
	color: #e5e5e5;
}
.about-title ul li a:hover{
	color: #ff9d2d;
}
.back-dark {
    background-color: #142b3c !important;
}
.top-strip {
    background-color: #082e63;
    padding-top: 13px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
}
.logo-area {
    padding: 12px 0;
    font-weight: 600;
    background-color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.about-student h6:after{
  content: "";
  left: 0px;
    background: #d41316;
    background: -webkit-linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -moz-linear-gradient(left,#d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -o-linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -ms-linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    width: 105px;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.about-student h6{
  color: #d41316;
  position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-student p {
  color: #808080;
  font-weight: 400;
  margin: 0px;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.about-student{
  padding: 50px 0;
}
.about-company {
    padding: 50px 0;
    background-color: #f6f6f633;
}
.about-company h6{
	color: #d41316;
	position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-company h6:after{
	content: "";
	left: 0px;
    background: #d41316;
    background: -webkit-linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -moz-linear-gradient(left,#d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -o-linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -ms-linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: linear-gradient(left, #d41316 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    width: 105px;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.about-company h1{
	font-weight: 700;
	padding-bottom: 25px;
}
.about-company h5 {
  color: #ff9d2d;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}
.about-company p {
  color: #808080;
  font-weight: 400;
  margin: 0px;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.delicious{
	background-image: url('../images/bg_wood.jpg');
	padding: 100px 0;
	background-repeat: no-repeat;
}
.delicious h2{
  color: #fff;
  font-weight: bold;
  font-size: 3em;
}
.delicious h4{
  color: #fac122;
  font-weight: 600;
}
.about{
  background-image: url('../images/bg_section_2.jpg');
  padding: 35px 0;
  background-repeat: no-repeat;
    background-attachment: fixed;
}
.about h1{
	color: #d41316;
	font-weight: 700;
}
.services{
	margin-top: 15px;
}
.services h2{
	color: #d41316;
	font-weight: 700;
}
.country{
	background-image: url('../images/country-bg.png');
	background-repeat: no-repeat;
  	background-attachment: fixed;
	padding: 70px 0;
	color: #fff;
}
.experts{
	background-color: #f6f6f6;
	padding: 70px 0;
}
.experts h2{
	color: #d41316;
	font-weight: 700;
}
footer i {
    padding-right: 10px;
}
footer{
  background-color: #fdb909;
  padding: 10px 0;
  color: #000 !important;
}



ul {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
}
body .testimonial {
  padding: 100px 0;
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
body .testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .delicious {
    background-image: url(../images/bg_wood.jpg);
    padding: 100px 0;
    background-repeat: repeat;
}
footer {
    background-color: #fdb909;
    padding: 10px 0;
    color: #000 !important;
}
}




