@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*--------------------------------------------------------------# General--------------------------------------------------------------*/
.Highlights_innerSec .featureInner_cnt .inner_cntText p, .storySec .storySec3Inner .aboutInner_des p, .storySec .storySec3Inner .storySec3_content p, .effieciency .effieciencyListing .box .card .content p, .contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres ul li span, .blog_innerSec .innerBlog .textBlog p, .aboutSec3 .aboutSec3Inner .aboutInner_des p, .aboutSec3 .aboutSec3Inner .aboutUs_content p, .footer .footer_end_content .footer_end_text p, .footer .footer_content_inner .list_adres ul li, .footer .footer_content_inner .f_iner_content .f_list ul li a, .footer .footer_content_inner p, .blog .blogListing .box .card .content p, .qucikFeature .qucikFeatureText .contentList .box P, .aboutErnesto .aboutInner article p, .header_banner .What_student_say_content .item .banner_content p, .header_banner .What_student_say_content .item .banner_content .small_txt, .header_top li a, .top_sec p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.storySec .storySec3Inner .aboutInner_des span, .storySec .storySec3Inner .storySec3_content h3, .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform h3, .aboutSec3 .aboutSec3Inner .aboutInner_des span, .aboutSec3 .aboutSec3Inner .aboutUs_content h3, h3, .sec-head {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li a, .contact_us_sec .contact_us_sec_inner .contact_us_sec_address h5, .blog_innerSec .innerBlog .textBlog h5, .blog_innerSec .innerBlog .textBlog span, .footer .footer_content_inner .f_iner_content .footer_end_icon ul li a, .footer .footer_content_inner .f_iner_content h4 {
  font-size: 24px;
  font-weight: 600;
}

.effieciency .effieciencyListing .box .card .content h5, .blog .blogListing .box .card .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.contact_us_sec h2, .header_banner .What_student_say_content .item .banner_content h2 {
  font-size: 96px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1200px;
}

.ProductHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ProductHead .head_cnt {
  width: 80%;
}

.btn_icon {
  border: 2px solid #ffffff;
  padding: 12px 22px;
  transition: 0.5s;
}

.btn-link {
  display: inline-block;
  border: 2px solid #DE1B21;
  color: #ffffff;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 10px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  background: #DE1A22;
  text-decoration: none !important;
  transition: 0.5s;
  cursor: pointer !important;
}
.btn-link:hover {
  color: #ffffff;
  background-color: #21376E;
  border: 2px solid #21376E;
}

.underline {
  width: 154px;
  height: 4px;
  background-color: #DE1B21;
  opacity: 1;
  left: 0;
  position: absolute;
}

.card {
  outline: none;
  border-radius: 0px;
  border: none;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: all 0.6s ease-in-out;
}

figure {
  margin: 0;
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.container {
  padding: 0;
  max-width: 1440px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #DE1B21;
}

::-webkit-scrollbar-thumb {
  background: #21376E;
}

::-webkit-scrollbar-thumb:hover {
  background: #21376E;
}

/* ::selection {
  color: #0a5f95;
  background: #aa1c36;
} */
a {
  color: #000000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #21376E;
  outline: none;
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li .fab {
  font-size: 22px;
}

.inner_sec-head {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.inner_sec-head h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 52px;
  color: #ffffff;
}
.inner_sec-head p {
  width: 50%;
  margin-left: 25%;
  color: #ffffff;
}

h3 {
  position: relative;
}
h3 span {
  color: #DE1B21;
}

/****************************top_sec************************************/
.top_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #21376E;
  padding: 15px 0 15px;
  text-align: center;
}
.top_sec p {
  color: #ffffff;
}
.top_sec p strong {
  text-transform: uppercase;
}

/*-------------------------------------# Header----------------------------------*/
.header_top.header-scrolled {
  background: #ffffff;
  color: #13110b;
  position: fixed;
  transition: 0.3s ease-in-out;
  z-index: 9999;
  top: 0;
  left: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.09);
}

.header_top {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header_top .bg-light {
  background-color: transparent !important;
  transition: 0.3s ease-in-out;
}
.header_top .navbar-nav {
  margin: 0 auto;
}
.header_top .navbar-brand {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
.header_top .navbar-brand img {
  height: 68px;
}
.header_top .navbar-brand span {
  color: #ffffff;
}
.header_top li {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  position: relative;
}
.header_top li a {
  display: block;
  padding: 5px 6px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
  position: relative;
  border-bottom: 2px solid transparent;
}
.header_top li a:hover {
  color: #DE1A22;
}
.header_top .btn-sec {
  padding-top: 0px;
  display: inline-block;
}
.header_top .btn_icon {
  border: 1px solid #ffffff;
  background: transparent;
  padding: 12px 12px;
  margin-right: 10px;
}
.header_top .btn_icon:hover {
  border: 1px solid #21376E;
  background: #21376E;
}
.header_top .active a {
  color: #DE1B21 !important;
}
.header_top .sub_menu .dropdown-menu {
  background-color: #F5F5F5;
  margin: 0;
  border-radius: 0px;
}
.header_top .sub_menu .dropdown-menu li {
  margin-left: 0px !important;
}
.header_top .sub_menu .dropdown-menu li .dropdown-item {
  background: transparent;
  color: #000000;
}
.header_top .sub_menu .dropdown-toggle::after {
  display: none;
}
.header_top .sub_menu .rotate {
  transition: all 0.5s linear;
}
.header_top .sub_menu .rotate.arr_up {
  transform: rotate(180deg);
}
.header_top .sideSection ul li {
  display: inline-block;
  padding: 0 6px;
}
.header_top .search-container {
  top: 80px;
  position: absolute;
  right: 0;
  padding: 16px 59px 16px 30px;
  z-index: 9;
  display: none;
  background: #000000;
}
.header_top .search-container [type=submit],
.header_top .search-container button {
  float: right;
  position: absolute;
  background: #21376E;
  outline: none;
  border: none;
  padding: 5px 8px;
  cursor: pointer;
}
.header_top .search-container [type=submit] .fa,
.header_top .search-container button .fa {
  color: #ffffff;
}
.header_top .search-container input {
  width: 100%;
  outline: none;
  border: none;
  padding: 5px 8px;
}

.rotateIcon {
  position: absolute;
  font-size: 14px;
  color: #5E5E5E;
  right: 0;
  top: 12px;
}

.sub-menu {
  position: absolute;
  background-color: #fff;
  width: 230px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.09);
  display: none;
}
.sub-menu li {
  padding: 0 0;
  width: 100%;
  float: left;
  margin: 0 0;
  border-bottom: 1px solid #eee;
}
.sub-menu li a {
  color: #676767;
  width: 100%;
  float: left;
  text-transform: capitalize;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0;
}
.sub-menu li a:hover {
  color: #fff;
  background-color: #0077FF;
}
.sub-menu li:last-child {
  border: 0;
}

.subBtn {
  background-color: #fff;
  padding: 13px 18px;
  margin: 3px 11px 0 0px;
}
.subBtn i {
  margin: 0 14px 0 0px;
}

/**********************header_banner******************/
.header_banner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #272727;
  overflow: hidden;
  padding-top: 70px;
}
.header_banner .What_student_say_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 999;
}
.header_banner .What_student_say_content .item {
  position: relative;
  overflow: hidden;
}
.header_banner .What_student_say_content .item .item_image {
  width: 100%;
  height: 420px;
  padding: 0;
}
.header_banner .What_student_say_content .item .item_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.header_banner .What_student_say_content .item .banner_content {
  position: absolute;
  width: 35%;
  left: 7%;
  top: 90px;
  z-index: 99;
}
.header_banner .What_student_say_content .item .banner_content .small_txt {
  color: #ffffff !important;
  font-size: 19px;
  text-transform: uppercase;
}
.header_banner .What_student_say_content .item .banner_content h2 {
  color: #ffffff;
  margin: 0;
  font-size: 96px;
}
.header_banner .What_student_say_content .item .banner_content p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
}
.header_banner .What_student_say_content .item .banner_content .btn-sec .btn-link {
  background: #ffffff;
  color: #001751;
  font-weight: 600 !important;
  border: 2px solid #ffffff;
}
.header_banner .What_student_say_content .item .banner_content .btn-sec .btn-link:hover {
  border: 2px solid #DE1B21;
}
.header_banner .What_student_say_content .item .banner_content .btn-sec .btn_change {
  background: transparent;
  border: 2px solid #ffffff;
  font-weight: 500 !important;
  color: #ffffff;
  margin-left: 10px;
}
.header_banner .What_student_say_content .item .banner_content .btn-sec .btn_change:hover {
  background: #ffffff;
  border: 2px solid #DE1B21;
  color: #001751;
}
.header_banner .What_student_say_content .item .banner_content .seSection {
  width: 85%;
  float: left;
  margin: 25px 0 0 0;
  background: #fff;
  padding: 12px 12px 10px;
}
.header_banner .What_student_say_content .item .banner_content .seSection .sSearch {
  width: 88%;
  background: #fff;
  border: 0px !important;
  font-size: 15px;
  color: #000;
  outline: none !important;
  border-right: 1px solid #D2D2D2 !important;
}
.header_banner .What_student_say_content .item .banner_content .seSection input[type=submit] {
  border: 0px;
  background: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  color: transparent !important;
  float: right;
  cursor: pointer;
}
.header_banner .What_student_say_content .owl-nav {
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
}
.header_banner .What_student_say_content .owl-nav .owl-prev,
.header_banner .What_student_say_content .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  font-size: 22px;
  display: inline-block;
  border-radius: 50%;
  line-height: 22px;
  padding: 9px 0;
  color: #000000;
  background: #F5F5F5;
  transition: 0.5s ease-in-out;
  text-align: center;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.header_banner .What_student_say_content .owl-nav .owl-prev:hover,
.header_banner .What_student_say_content .owl-nav .owl-next:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
}
.header_banner .What_student_say_content .owl-nav .owl-next {
  float: right;
  margin: 0;
}
.header_banner .What_student_say_content .owl-dots {
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  backface-visibility: hidden;
  display: none;
}
.header_banner .What_student_say_content .owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  border: 1px solid #ffffff;
  background: transparent;
  margin-left: 5px;
  margin-right: 5px;
}
.header_banner .What_student_say_content .owl-dot.active {
  background: #ffffff;
}

/******************aboutErnesto*****************/
.aboutErnesto {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 130px 0 115px;
  background: #ffffff;
  text-align: center;
}
.aboutErnesto .aboutInner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.aboutErnesto .aboutInner figure {
  width: 67%;
  float: left;
  position: relative;
  height: 600px;
}
.aboutErnesto .aboutInner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutErnesto .aboutInner article {
  width: 50%;
  position: absolute;
  background: var(--redgrad, linear-gradient(180deg, rgb(222, 27, 33) 0%, rgb(120, 15, 18) 100%));
  padding: 96px 64px 96px 53px;
  right: 0;
  top: 68px;
}
.aboutErnesto .aboutInner article h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  position: absolute;
  right: -4px;
  bottom: -32px;
  font-weight: 700;
  font-size: 96px;
}
.aboutErnesto .aboutInner article p {
  color: #ffffff;
  text-align: left;
}
.aboutErnesto .aboutInner article a {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  margin-top: 56px;
  font-weight: 600;
  text-transform: capitalize;
  float: left;
}

/*************featureHighlight************/
.featureHighlight {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-bottom: 100px;
}
.featureHighlight .ProductHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.featureHighlight .ProductHead .head_cnt {
  width: 80%;
}
.featureHighlight .btn-sec {
  padding-top: 0;
}
.featureHighlight .productList {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-bottom: 64px;
}
.featureHighlight .productList::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/product_bg.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 330px;
}
.featureHighlight .product_Slide {
  width: 90%;
  margin: 0 auto;
  margin-top: 65px;
}
.featureHighlight .product_Slide .item {
  background: #fffdf7;
  border-radius: 8px;
}
.featureHighlight .product_Slide .item figure {
  width: 100%;
  height: 342px;
  margin: 0 auto;
}
.featureHighlight .product_Slide .item figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.12) 0%, rgba(11, 11, 11, 0.79) 40.2777791023%, rgba(11, 11, 11, 0.9) 80.2884638309%);
  transition: all 0.3s;
}
.featureHighlight .product_Slide .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.featureHighlight .product_Slide .item article {
  padding: 15px;
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: left;
  bottom: -50%;
  opacity: 0;
  transition: all 0.3s;
}
.featureHighlight .product_Slide .item article h4 {
  color: #ffffff;
}
.featureHighlight .product_Slide .item article p {
  font-size: 15px;
  height: 45px;
  color: #ffffff;
}
.featureHighlight .product_Slide .item article a {
  color: #DE1B21;
}
.featureHighlight .product_Slide .item:hover figure::before {
  top: 0;
  opacity: 1;
}
.featureHighlight .product_Slide .item:hover article {
  opacity: 1;
  bottom: 0;
  box-shadow: 0px 11px 25px 0px rgba(0, 0, 0, 0.15);
}
.featureHighlight .product_Slide .owl-stage-outer {
  padding-bottom: 70px;
}
.featureHighlight .product_Slide .owl-item {
  overflow: hidden !important;
}
.featureHighlight .product_Slide .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -8px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.featureHighlight .product_Slide .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  margin: 0 8px;
  border: 1px solid #ffffff;
  transition: all 0.5s ease-in;
}
.featureHighlight .product_Slide .owl-dots .active {
  width: 25px;
  height: 12px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.featureHighlight .product_Slide .owl-dots .owl-dot:focus {
  outline: none;
}
.featureHighlight .blogSpace {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 65px;
}

/*************qucikFeature*****************/
.qucikFeature {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 55px 0 55px;
}
.qucikFeature::before {
  content: "";
  position: absolute;
  background: var(--redgrad, linear-gradient(180deg, rgb(222, 27, 33) 0%, rgb(120, 15, 18) 100%));
  width: 425px;
  height: 100%;
  top: 0;
  right: 0;
}
.qucikFeature .container {
  display: flex;
  align-items: center;
}
.qucikFeature .qucikFeatureText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.qucikFeature .qucikFeatureText .contentList {
  margin-top: 40px;
}
.qucikFeature .qucikFeatureText .contentList .box {
  width: 286px;
  height: 221px;
  background: #ffffff;
  box-shadow: 0px 4px 17px 1px rgba(43, 23, 112, 0.15);
  border-radius: 15px 15px 15px 15px;
  padding: 25px 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.qucikFeature .qucikFeatureText .contentList .box figure {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #E3EBFF;
  text-align: center;
}
.qucikFeature .qucikFeatureText .contentList .box figure img {
  padding: 6px;
  width: 95%;
  height: 95%;
}
.qucikFeature .qucikFeatureText .contentList .box h4 {
  font-size: 20px;
  text-transform: capitalize;
  padding-top: 15px;
  font-weight: 600;
}
.qucikFeature .qucikFeatureText .contentList .box P {
  line-height: 25px;
  margin: 0;
  height: 70px;
  overflow: hidden;
  color: #666666;
}
.qucikFeature .facilitiesImg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.qucikFeature .facilitiesImg figure {
  width: 100%;
  height: 596px;
  position: relative;
  float: right;
}
.qucikFeature .facilitiesImg figure::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50px;
  top: -37px;
  left: -22px;
}
.qucikFeature .facilitiesImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/********************blog*******************/
.blog {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 90px 0 90px;
  background: #F5F5F5;
}
.blog::before {
  content: "";
  position: absolute;
  background: url(../images/blog_sideImg.png) right no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 90%;
  height: 280px;
}
.blog .blogListing {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 60px;
}
.blog .blogListing .box {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.blog .blogListing .box .card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 4px 30px 4px rgba(178, 178, 178, 0.1);
}
.blog .blogListing .box .card:hover img {
  transform: scale(1.1);
}
.blog .blogListing .box .card:hover .btn-arrow i {
  transform: translateX(4px);
  color: #21376E;
}
.blog .blogListing .box .card .imgBox {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
.blog .blogListing .box .card .imgBox figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
.blog .blogListing .box .card .imgBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.blog .blogListing .box .card .content {
  padding: 30px 0 7px;
}
.blog .blogListing .box .card .content h5 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin-bottom: 25px;
}
.blog .blogListing .box .card .content p {
  width: 95%;
  color: #777777;
  line-height: 30px;
}
.blog .blogListing .box .card .content .btnSec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 25px;
}
.blog .blogListing .box .card .content .btnSec .btn-arrow {
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #21376E;
  text-transform: capitalize;
}
.blog .blogListing .box .card .content .btnSec .btn-arrow i {
  font-size: 20px;
  transition: 0.3s linear;
}
.blog .blogListing .box .card:hover {
  box-shadow: 0px 5px 48px 48px rgba(227, 227, 227, 0.31);
}

/***************getInTouch*************/
.getInTouch {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/contact_bg.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 396px;
}
.getInTouch .info_bg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 76px;
  background: #F5F5F5;
}
.getInTouch .infoImg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  float: right;
  width: 40%;
  height: 100%;
}
.getInTouch .infoImg figure {
  position: relative;
  width: 100%;
  height: 572px;
  top: -100px;
}
.getInTouch .infoImg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.getInTouch .infoContent {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 55%;
  padding: 70px 45px 0px 0px;
}
.getInTouch .text_cnt h3 {
  color: #ffffff;
  font-size: 48px;
}
.getInTouch .text_cnt span {
  display: block;
  color: #ffffff;
}
.getInTouch .text_cnt p {
  color: #ffffff;
}
.getInTouch .text_cnt .btn-link {
  background: #ffffff;
  color: #DE1B21;
  border: 2px solid #ffffff;
  margin-top: 30px;
}
.getInTouch .text_cnt .btn-link:hover {
  background: transparent;
  color: #ffffff;
}

/***************footer***********/
.footer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background-color: #343333;
  padding: 57px 0 0px;
}
.footer .footer_content_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.footer .footer_content_inner img {
  width: 165px;
}
.footer .footer_content_inner p {
  color: #ffffff;
  max-width: 346px;
  font-size: 15px;
  margin-top: 28px;
}
.footer .footer_content_inner .f_iner_content {
  padding-top: 40px;
}
.footer .footer_content_inner .f_iner_content h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.footer .footer_content_inner .f_iner_content .f_list {
  padding-top: 40px;
}
.footer .footer_content_inner .f_iner_content .f_list ul li {
  width: 50%;
  float: left;
  padding-bottom: 10px;
}
.footer .footer_content_inner .f_iner_content .f_list ul li:last-child {
  padding-bottom: 0px;
}
.footer .footer_content_inner .f_iner_content .f_list ul li a {
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.5s;
}
.footer .footer_content_inner .f_iner_content .f_list ul li a:hover {
  color: #DE1B21;
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li {
  padding-bottom: 10px;
  display: inline-block;
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li:last-child {
  padding-bottom: 0px;
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li a {
  transition: 0.5s;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li a:hover {
  color: #DE1B21;
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li .fab {
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 8px 9px;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: 0.5s;
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li .fab:hover {
  background: #DE1B21;
  border: 1px solid #DE1B21;
  color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
}
.footer .footer_content_inner .f_iner_content .footer_end_icon ul li .fa-facebook-f {
  padding: 8px 12px;
}
.footer .footer_content_inner .list_adres {
  padding-top: 40px;
}
.footer .footer_content_inner .list_adres ul li {
  color: #ffffff;
  padding-bottom: 20px;
}
.footer .footer_content_inner .list_adres ul li:last-child {
  padding-bottom: 10px;
}
.footer .footer_content_inner .list_adres ul li span {
  padding-right: 20px;
}
.footer .footer_content_inner .list_adres ul li span .fa {
  color: #ffffff;
}
.footer .footer_end_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 20px 0 20px;
  border-top: 1px solid #F5F5F5;
  overflow: hidden;
}
.footer .footer_end_content .footer_end_text p {
  font-size: 14px;
  color: #ffffff;
  float: right;
  width: 100%;
  text-align: center;
}

/***************headerInner_baner******************/
.headerInner_baner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/aboutInner-banner.png) no-repeat center;
  background-size: cover;
}
.headerInner_baner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bggrad, linear-gradient(90deg, rgba(9, 19, 58, 0.75) 50%, rgba(9, 19, 58, 0) 92.3076927662%));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.headerInner_baner .inner_haed {
  width: 100%;
  float: left;
  text-align: center;
  z-index: 100;
  position: relative;
}
.headerInner_baner .inner_haed h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 60px;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0px 3px 11px rgba(0, 0, 0, 0.1803921569);
  font-weight: 600;
  padding: 200px 0 150px 0;
  position: relative;
  font-family: "Inter", sans-serif;
}

/****************about_baner***************/
.about_baner {
  background: url(../images/aboutInner-banner.png) no-repeat center;
  background-size: cover;
}

/***************.aboutSec3**************/
.aboutSec3 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 95px 0 95px;
}
.aboutSec3 .aboutSec3Inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
  content: "";
  position: absolute;
  background: var(--grad4, linear-gradient(81.13deg, rgb(10, 22, 62) 24.0384608507%, rgb(38, 62, 127) 100%));
  width: 709px;
  height: 670px;
  z-index: -1;
  bottom: -100px;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
  width: 603px;
  height: 638px;
}
.aboutSec3 .aboutSec3Inner .aboutSec3Img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 45%;
  padding-left: 20px;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content h3 {
  font-weight: 700;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content h3 span {
  display: block;
}
.aboutSec3 .aboutSec3Inner .aboutUs_content p {
  color: #666666;
  margin-top: 20px;
}
.aboutSec3 .aboutSec3Inner .aboutInner_des {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 150px 0 80px;
}
.aboutSec3 .aboutSec3Inner .aboutInner_des h3 {
  font-weight: 700;
  padding: 30px 0 30px;
}
.aboutSec3 .aboutSec3Inner .aboutInner_des p {
  color: #666666;
}
.aboutSec3 .aboutSec3Inner .aboutInner_des span {
  font-weight: 700;
  padding: 30px 0 30px;
  color: #343333;
  font-size: 30px;
  display: block;
}

/****************blog_baner***************/
.blog_baner {
  background: url(../images/blogInner-banner.png) no-repeat center;
  background-size: cover;
}

/***************blog_innerSec**************/
.blog_innerSec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 115px 0 115px;
  background: #F5F5F5;
}
.blog_innerSec .innerBlog {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 108px;
}
.blog_innerSec .innerBlog:last-of-type {
  margin-bottom: 0px;
}
.blog_innerSec .innerBlog .imgBlog {
  flex-basis: 40%;
  z-index: 9;
}
.blog_innerSec .innerBlog .imgBlog figure {
  padding: 55px 0px 60px 60px;
  width: 554px;
  height: 496px;
}
.blog_innerSec .innerBlog .imgBlog figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_innerSec .innerBlog .imgBlog::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 100%;
  top: 0;
  left: 0;
  background: #DE1B21;
  z-index: -1;
}
.blog_innerSec .innerBlog .textBlog {
  flex-basis: 60%;
  z-index: 1;
  padding: 60px 70px;
}
.blog_innerSec .innerBlog .textBlog::before {
  content: "";
  position: absolute;
  width: 61.7%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0px 3px 30px 8px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.blog_innerSec .innerBlog .textBlog span {
  color: #DE1B21;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.blog_innerSec .innerBlog .textBlog h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.blog_innerSec .innerBlog .textBlog p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #666666;
  margin-bottom: 0;
  margin-top: 35px;
}
.blog_innerSec .blog_change {
  flex-direction: row-reverse;
}
.blog_innerSec .blog_change .imgBlog::before {
  left: auto;
  right: 0;
}
.blog_innerSec .blog_change .imgBlog figure {
  padding: 55px 55px 60px 0px;
}
.blog_innerSec .blog_change .textBlog::before {
  right: auto;
  left: 0;
  padding: 60px 70px;
}

/****************contact_baner***************/
.contact_baner {
  background: url(../images/contactInner-banner.png) no-repeat center;
  background-size: cover;
}

/******************.contact_us_sec****************/
.contact_us_sec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-bottom: 60px;
}
.contact_us_sec .row {
  margin: 0;
}
.contact_us_sec h2 {
  position: absolute;
  font-size: 55px;
  text-transform: capitalize;
  z-index: 9;
  bottom: 250px;
  transform: rotate(-90deg);
  right: -149px;
  color: rgba(0, 0, 0, 0.07);
}
.contact_us_sec .contact_us_sec_inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/cnt_sec-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: -60px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 60px 0 60px;
  height: 580px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform {
  width: 80%;
  padding-left: 40px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform h3 {
  text-transform: inherit;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .underline {
  left: 40px;
  right: auto;
  height: 4px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform form {
  margin: 0;
  padding-top: 60px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .form-group {
  float: left;
  padding: 0;
  margin-bottom: 1.2rem;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .form-group:last-child {
  margin-bottom: 0;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 1.55rem 0.75rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  background: #ffffff;
  background-clip: padding-box;
  border: 2px solid #B2B2B2;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  transition: border-color 0.15s ease-in-out;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform textarea.form-control {
  height: 170px !important;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform img {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 20px;
  transform: translate(0px, -50%);
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .msg_icon {
  bottom: 0;
  top: 100%;
  transform: translate(0px, -50px);
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon {
  position: relative;
  margin-top: 20px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon .btn_send {
  background: #DE1B21;
  border: 2px solid #DE1B21;
  transition: 0.5s;
  padding: 10px 32px;
  position: relative;
  width: 125px;
  text-align: center;
  margin-top: 0;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 50px;
  cursor: pointer;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon .btn_send:hover {
  background-color: #5055a0 !important;
  border: 2px solid #5055a0;
  color: #ffffff;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon img {
  z-index: 9;
  left: 50%;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: var(--redgrad, linear-gradient(180deg, rgb(222, 27, 33) 0%, rgb(120, 15, 18) 100%));
  padding: 80px 50px 60px;
  height: 790px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address h5 {
  font-weight: 500;
  color: #ffffff;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address h5 span {
  display: block;
  color: #ffffff;
  line-height: 34px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres {
  padding-top: 40px;
  width: 80%;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres ul li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  color: #ffffff;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres ul li:last-child {
  padding-bottom: 0px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres ul li .fa {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4705882353);
  color: #ffffff;
  padding: 10px 11px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres ul li span {
  margin-left: 20px;
  font-weight: 500;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec {
  padding-top: 50px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec h4 {
  color: #ffffff;
  font-size: 32px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li {
  padding-top: 40px;
  display: inline-block;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li:last-child {
  padding-bottom: 0px;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li a {
  transition: 0.5s;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li a:hover {
  color: #DE1B21;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li .fab {
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 8px 9px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
  transition: 0.5s;
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li .fab:hover {
  background: #ffffff;
  border: 1px solid transparent;
  color: #000000;
  box-shadow: 0px 4px 26px 11px rgba(0, 0, 0, 0.2);
}
.contact_us_sec .contact_us_sec_inner .contact_us_sec_address .follow_us_sec ul li .fa-facebook-f {
  padding: 8px 12px;
}

/****************effieciency_baner***************/
.effieciency_baner {
  background: url(../images/contactInner-banner.png) no-repeat center;
  background-size: cover;
}

/********************effieciency*******************/
.effieciency {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 90px 0 90px;
  background: #F5F5F5;
}
.effieciency .ProductHead {
  justify-content: center;
  text-align: center;
}
.effieciency .underline {
  right: 0;
  margin: 0 auto;
}
.effieciency .effieciencyListing {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 60px;
}
.effieciency .effieciencyListing .box {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.effieciency .effieciencyListing .box .card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 4px 30px 4px rgba(178, 178, 178, 0.1);
}
.effieciency .effieciencyListing .box .card:hover img {
  transform: scale(1.1);
}
.effieciency .effieciencyListing .box .card:hover .btn-arrow i {
  transform: translateX(4px);
  color: #21376E;
}
.effieciency .effieciencyListing .box .card .imgBox {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  overflow: hidden;
}
.effieciency .effieciencyListing .box .card .imgBox figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
.effieciency .effieciencyListing .box .card .imgBox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.effieciency .effieciencyListing .box .card .content {
  padding: 30px 0 7px;
}
.effieciency .effieciencyListing .box .card .content h5 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin-bottom: 25px;
}
.effieciency .effieciencyListing .box .card .content p {
  width: 95%;
  color: #777777;
  line-height: 30px;
}
.effieciency .effieciencyListing .box .card .content .btnSec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding-top: 25px;
}
.effieciency .effieciencyListing .box .card .content .btnSec .btn-arrow {
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #21376E;
  text-transform: capitalize;
}
.effieciency .effieciencyListing .box .card .content .btnSec .btn-arrow i {
  font-size: 20px;
  transition: 0.3s linear;
}
.effieciency .effieciencyListing .box .card:hover {
  box-shadow: 0px 5px 48px 48px rgba(227, 227, 227, 0.31);
}

/****************Feature_baner***************/
.Feature_baner {
  background: url(../images/contactInner-banner.png) no-repeat center;
  background-size: cover;
}

/****************Feature_baner***************/
.story_baner {
  background: url(../images/contactInner-banner.png) no-repeat center;
  background-size: cover;
}

/***************.aboutSec3**************/
.storySec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 95px 0 95px;
}
.storySec .storySec3Inner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.storySec .storySec3Inner .storySec3Img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storySec .storySec3Inner .storySec3Img::before {
  content: "";
  position: absolute;
  background: #DE1B21;
  width: 100%;
  height: 470px;
  z-index: -1;
  bottom: 0;
  top: -50px;
}
.storySec .storySec3Inner .storySec3Img figure {
  width: 80%;
  height: 638px;
}
.storySec .storySec3Inner .storySec3Img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storySec .storySec3Inner .storySec3_content {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 45%;
  padding-left: 20px;
}
.storySec .storySec3Inner .storySec3_content h3 {
  font-weight: 700;
}
.storySec .storySec3Inner .storySec3_content h3 span {
  display: block;
}
.storySec .storySec3Inner .storySec3_content p {
  color: #666666;
  margin-top: 20px;
}
.storySec .storySec3Inner .aboutInner_des {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 150px 0 80px;
}
.storySec .storySec3Inner .aboutInner_des h3 {
  font-weight: 700;
  padding: 30px 0 30px;
}
.storySec .storySec3Inner .aboutInner_des p {
  color: #666666;
}
.storySec .storySec3Inner .aboutInner_des span {
  font-weight: 700;
  padding: 30px 0 30px;
  color: #343333;
  font-size: 30px;
  display: block;
}

/**************Highlights_innerSec**************/
.Highlights_innerSec {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 80px 0 80px;
}
.Highlights_innerSec .featureInner_cnt {
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
.Highlights_innerSec .featureInner_cnt .inner_cntImg {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 50%;
}
.Highlights_innerSec .featureInner_cnt .inner_cntImg figure {
  width: 488px;
  height: 596px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntImg figure .feture_img1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) {
  width: 338px;
  height: 382px;
  position: absolute;
  bottom: 34px;
  right: 85px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #21376E;
  bottom: -15px;
  left: -34px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) .feture_img2 {
  border: 30px solid #ffffff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  width: 50%;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText h3 {
  margin-bottom: 20px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText p {
  color: #666666;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText ul li {
  display: inline-block;
  margin-top: 30px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText ul li figure {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #E3EBFF;
  float: left;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText ul li figure img {
  width: 56px;
}
.Highlights_innerSec .featureInner_cnt .inner_cntText ul li h4 {
  font-size: 22px;
  color: #343333;
  font-weight: 600;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #21376E;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #ffffff;
  font-size: 20px;
  animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    transform: translate(0px, -4px);
  }
}
header.header-scrolled nav.navbar {
  padding: 0 0 !important;
}
header.header-scrolled nav.navbar .btn_icon {
  padding: 5px 5px;
}
header.header-scrolled nav.navbar .subBtn {
  padding: 6px 11px;
}
header.header-scrolled nav.navbar .btn-link {
  padding: 6px 13px;
}
header.header-scrolled nav.navbar .sideSection {
  margin: -8px 0 0 0;
}
header.header-scrolled nav.navbar .navbar-brand img {
  width: 117px;
}

.lanChange {
  float: right;
  display: flex;
  align-items: center;
}
.lanChange a.lanBlk {
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 0 17px;
}
.lanChange a.lanBlk img {
  display: inline-block;
  margin: -1px 3px 0 0;
}
.lanChange .ntlBttn {
  float: left;
  background-color: #DE1A22;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 21px;
  border-radius: 47px;
  margin: 0 0 0 20px;
}
.lanChange .ntlBttn:hover {
  color: #fff !important;
  background-color: #21376E !important;
}

.slidbttn {
  float: left;
  background-color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  color: #DE1B21;
  font-weight: 500;
  font-size: 16px;
  padding: 11px 29px;
  margin: 39px 0 0 0;
  border: 2px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.slidbttn:hover {
  border: 2px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
}

/***********error_page_header_sec******/
.error_page_header_sec {
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0 60px 0;
}

.error-404 {
  margin: 0 auto;
  text-align: center;
}

.error-404 .error-code {
  bottom: 60%;
  color: #00578f;
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
}

.error-404 .error-code i {
  color: #bc0202;
}

.error-404 .error-desc {
  font-size: 12px;
  color: #647788;
}

.error-404 .m-b-10 {
  margin-bottom: 10px !important;
}

.error-404 .m-b-20 {
  margin-bottom: 20px !important;
}

.error-404 .m-t-20 {
  margin-top: 20px !important;
}

/*************innerPage_cnt****************/
.innerPage_cnt {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 45px 0 45px;
}

/*--------------------------------------------------------------
#Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 48%;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    background: #272727;
    width: 100%;
    height: auto;
    padding: 12px;
  }
  .navbar-nav {
    margin-top: 10px;
    height: auto;
    background: #272727;
    padding-top: 20px;
  }
  .navbar .dropdown-item {
    font-size: 16px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    padding-top: 40px;
    left: 0;
    padding-bottom: 15px;
    width: 50%;
    height: 100vh;
    z-index: 99;
    overflow: visible;
    background-color: #272727;
  }
  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .header_top li a {
    padding: 10px 6px;
    border-bottom: 1px solid #F5F5F5;
  }
  .header_top .sub_menu .dropdown-menu {
    background-color: #272727;
    border: none;
  }
  .navbar-light .navbar-toggler {
    color: #DE1B21;
    border-color: transparent;
    outline: none;
    transition: 0.5s;
  }
  .navbar-light .navbar-toggler .fa {
    font-size: 30px;
    transition: 0.5s;
  }
  .dropdown-menu.show {
    display: block;
  }
  .sideSection {
    position: absolute;
    right: 65px;
  }
  .activities_sec_visit .right_sec {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    background-color: #F5F5F5;
    margin: 0;
    border: none;
    top: 130%;
    transition: all 500ms ease 0s;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .navbar-nav li:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 240px) and (max-width: 479px) {
  .header_banner .What_student_say_content .item .item_inner .banner_content {
    transform: translate(0px, 10%);
  }
  .navbar-collapse {
    width: 70% !important;
  }
  .header_top .search-container [type=submit],
  .header_top .search-container button {
    top: 16px !important;
  }
  .about_us_section .about_us_inner_sec .about_us_inner_secImg picture {
    height: 340px !important;
  }
  .header_top .btn_icon {
    padding: 5px 6px;
  }
  .subBtn {
    padding: 10px 12px;
    margin: 3px 0px 0 0px;
    font-size: 12px;
  }
  .btn-link {
    padding: 8px 10px;
    font-size: 12px;
  }
  .header_banner .What_student_say_content .item .banner_content .seSection {
    width: 100%;
  }
  .sideIcon {
    top: 161px;
    right: 8px;
  }
  .rotateIcon {
    position: absolute;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6509803922);
    right: 18px;
    top: 18px;
  }
}
@media (min-width: 240px) and (max-width: 479px) {
  .container {
    max-width: 85%;
  }
  .header_banner .What_student_say_content .owl-dots {
    bottom: 50px !important;
  }
  .slider-full-page {
    height: 670px !important;
  }
  .aboutErnesto {
    padding: 50px 0 80px;
  }
  .aboutErnesto .aboutInner figure {
    width: 100%;
    height: 320px;
  }
  .aboutErnesto .aboutInner article {
    width: 100%;
    padding: 20px 20px 20px 20px;
    top: 30px;
    float: left;
    position: relative;
  }
  .aboutErnesto .aboutInner article h2 {
    bottom: -17px;
    font-size: 40px;
  }
  .footer .footer_content_inner {
    padding-bottom: 10px !important;
  }
  .footer .footer_content_inner .f_iner_content {
    padding-top: 30px !important;
  }
  .aboutErnesto .aboutInner article a {
    margin-top: 35px;
  }
  .featureHighlight {
    padding-bottom: 50px;
  }
  .featureHighlight .product_Slide .item figure {
    height: 320px;
  }
  .featureHighlight .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .featureHighlight .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .featureHighlight .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .featureHighlight .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .featureHighlight .product_Slide .owl-stage-outer {
    padding-bottom: 45px;
  }
  .featureHighlight .productList {
    padding-bottom: 40px;
  }
  .blog {
    padding: 40px 0 40px;
  }
  g .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog::before {
    width: 90%;
    height: 95px;
  }
  .blog .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .blog .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .blog .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .blog .blogListing {
    margin-top: 40px;
  }
  .blog .blogListing .box {
    padding: 0;
  }
  .blog .blogListing .box {
    margin-bottom: 20px;
  }
  .blog .blogListing .box .card {
    padding: 15px;
    border-radius: 15px;
  }
  .blog .blogListing .box .card .content h5 {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .blog .blogListing .box .card .content p {
    line-height: 25px;
    font-size: 14px;
  }
  .blog .blogListing .box .card .content .btnSec .btn-arrow {
    font-size: 15px;
  }
  .getInTouch {
    height: auto;
  }
  .getInTouch .infoContent {
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .getInTouch .infoImg {
    width: 100%;
    display: none;
  }
  .getInTouch .info_bg {
    padding-top: 40px;
    margin-top: 38px;
    display: none;
  }
  .lanChange .ntlBttn {
    position: absolute;
    padding: 5px 28px;
    border-radius: 0;
    left: -2px;
    transform-origin: top left;
    transform: rotate(90deg);
    top: 167px;
  }
  .blo .lanChange {
    width: 100%;
    justify-content: center;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #efefef;
  }
  .blo .lanChange .lanBlk {
    margin: 0 20px !important;
  }
  .navbar-light .navbar-toggler {
    color: #21376e !important;
  }
  .header_top li a {
    color: #ffffff;
  }
  .slidbttn {
    display: inline-block;
    float: none;
  }
  .header_banner .What_student_say_content .item .banner_content h2 {
    font-size: 28px !important;
  }
  .header_banner .What_student_say_content .item .banner_content .small_txt {
    font-size: 16px !important;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form {
    height: auto;
  }
  .blog_innerSec .innerBlog {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .blog_innerSec .innerBlog .imgBlog {
    flex-basis: 100%;
  }
  .blog_innerSec .innerBlog .textBlog {
    flex-basis: 100%;
    padding: 20px;
  }
  .blog_innerSec .innerBlog .imgBlog figure {
    padding: 20px;
    width: 100%;
    height: 320px;
  }
  .blog_innerSec .innerBlog .imgBlog::before {
    width: 100%;
    height: 200px;
  }
  .blog_innerSec .innerBlog .textBlog::before {
    width: 100%;
    padding: 20px;
  }
  .Highlights_innerSec .featureInner_cnt {
    flex-wrap: wrap;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg {
    width: 100%;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText {
    margin-top: 40px;
    width: 100%;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure {
    width: 100%;
    height: 400px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) .feture_img2 {
    border: 20px solid #ffffff;
    border-radius: 20px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) {
    width: 215px;
    height: 240px;
    position: absolute;
    bottom: 20px;
    right: -10px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #21376E;
    bottom: -7px;
    left: -22px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText ul li {
    width: 100%;
    display: grid;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText ul li article {
    margin-top: 20px;
  }
  .storySec .storySec3Inner .storySec3Img {
    width: 100%;
    display: flex;
  }
  .storySec .storySec3Inner .storySec3Img::before {
    content: "";
    width: 100%;
    height: 210px;
    top: -20px;
  }
  .storySec .storySec3Inner .storySec3Img figure {
    width: 90%;
    height: 300px;
  }
  .storySec .storySec3Inner .storySec3_content {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  .qucikFeature .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .qucikFeature::before {
    width: 100%;
    height: 250px;
  }
  .qucikFeature .facilitiesImg figure {
    width: 100%;
    height: 280px;
    float: left;
  }
  .qucikFeature .qucikFeatureText {
    padding-top: 40px;
  }
  .qucikFeature .qucikFeatureText .contentList .box {
    width: 100%;
  }
  .aboutSec3 {
    padding: 50px 0 50px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img {
    width: 100%;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    width: 90%;
    height: 330px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
    width: 100%;
    height: 200px;
    bottom: -30px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des {
    padding: 0;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des span {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des h3 {
    padding: 20px 0 10px;
  }
  .error-404 .error-code {
    font-size: 74px;
  }
  .error-404 .font-bold {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 85%;
  }
  .sideSection {
    position: absolute;
    right: 100%;
    left: 0;
    width: 100%;
    top: 90px;
    margin: 0 auto;
    text-align: center;
  }
  .header_banner .What_student_say_content .item .banner_content {
    width: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .header_banner .What_student_say_content .item .banner_content h2 {
    font-size: 50px;
  }
  .header_banner .What_student_say_content .item .banner_content p {
    border-left: none;
  }
  .header_banner .What_student_say_content .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .header_top.header-scrolled {
    display: none;
  }
  h3 {
    font-size: 24px !important;
  }
  p {
    font-size: 15px !important;
  }
  .aboutErnesto {
    padding: 50px 0 80px;
  }
  .aboutErnesto .aboutInner figure {
    width: 100%;
    height: 350px;
  }
  .aboutErnesto .aboutInner article {
    width: 100%;
    padding: 20px 20px 20px 20px;
    top: 30px;
    float: left;
    position: relative;
  }
  .aboutErnesto .aboutInner article h2 {
    bottom: -19px;
    font-size: 40px;
  }
  .featureHighlight {
    padding-bottom: 50px;
  }
  .featureHighlight .product_Slide .item figure {
    height: 320px;
  }
  .featureHighlight .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .featureHighlight .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .featureHighlight .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .featureHighlight .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .featureHighlight .product_Slide .owl-stage-outer {
    padding-bottom: 45px;
  }
  .featureHighlight .productList {
    padding-bottom: 40px;
  }
  .blog {
    padding: 40px 0 40px;
  }
  .blog::before {
    width: 90%;
    height: 95px;
  }
  .blog .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .blog .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .blog .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .blog .blogListing {
    margin-top: 40px;
  }
  .blog .blogListing .box {
    padding: 0;
  }
  .blog .blogListing .box {
    margin-bottom: 20px;
  }
  .blog .blogListing .box .card {
    padding: 15px;
    border-radius: 15px;
  }
  .blog .blogListing .box .card .content h5 {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .blog .blogListing .box .card .content p {
    line-height: 25px;
    font-size: 14px;
  }
  .blog .blogListing .box .card .content .btnSec .btn-arrow {
    font-size: 15px;
  }
  .getInTouch {
    height: auto;
  }
  .getInTouch .infoContent {
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .getInTouch .infoImg {
    width: 100%;
    display: none;
  }
  .getInTouch .info_bg {
    padding-top: 40px;
    margin-top: 38px;
    display: none;
  }
  .footer .footer_content_inner .f_iner_content .f_list ul li {
    width: 100%;
  }
  .footer .footer_end_content {
    padding: 0;
  }
  .footer .footer_content_inner .f_iner_content {
    padding-top: 0px;
  }
  .footer .footer_end_content .footer_end_text p {
    text-align: center;
    padding: 20px 0 20px;
    float: none;
  }
  .footer {
    padding: 57px 0 0px;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon img {
    left: 100%;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform {
    width: 100%;
    padding-left: 15px;
  }
  .contact_us_sec .contact_us_sec_inner {
    margin-top: 0;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_address {
    padding: 50px 15px 50px;
    height: auto;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres {
    width: 100%;
  }
  .about_us_section .about_us_inner_sec .about_us_inner_secImg::before {
    width: 240px;
    height: 240px;
    display: none;
  }
  .about_us_section .about_us_inner_sec .about_us_inner_secImg::after {
    right: 35px;
    width: 200px;
    display: none;
  }
  .lanChange .ntlBttn {
    position: absolute;
    padding: 5px 28px;
    border-radius: 0;
    left: -2px;
    transform-origin: top left;
    transform: rotate(90deg);
    top: 167px;
  }
  .lanChange {
    width: 100%;
    justify-content: center;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #efefef;
  }
  .lanChange .lanBlk {
    margin: 0 20px !important;
  }
  .navbar-light .navbar-toggler {
    color: #21376e !important;
  }
  .header_top li a {
    color: #ffffff;
  }
  .slidbttn {
    display: inline-block;
    float: none;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .underline {
    left: 15px;
    right: auto;
  }
  .headerInner_baner .inner_haed h3::after {
    width: 132px;
  }
  .header_banner {
    padding-top: 100px;
  }
  .headerInner_baner .inner_haed h3 {
    font-size: 40px;
    padding: 200px 0 90px 0;
  }
  .headerInner_baner .inner_haed h3::after {
    width: 150px;
    top: 78%;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form {
    height: auto;
  }
  .contact_us_sec .contact_us_sec_inner {
    background-size: inherit;
  }
  .blog_innerSec .innerBlog {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .blog_innerSec .innerBlog .imgBlog {
    flex-basis: 100%;
  }
  .blog_innerSec .innerBlog .textBlog {
    flex-basis: 100%;
    padding: 20px;
  }
  .blog_innerSec .innerBlog .imgBlog figure {
    padding: 20px;
    width: 100%;
    height: 350px;
  }
  .blog_innerSec .innerBlog .imgBlog::before {
    width: 100%;
    height: 220px;
  }
  .blog_innerSec .innerBlog .textBlog::before {
    width: 100%;
    padding: 20px;
  }
  .Highlights_innerSec .featureInner_cnt {
    flex-wrap: wrap;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg {
    width: 100%;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText {
    margin-top: 40px;
    width: 100%;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure {
    width: 100%;
    height: 400px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) .feture_img2 {
    border: 20px solid #ffffff;
    border-radius: 20px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) {
    width: 215px;
    height: 240px;
    position: absolute;
    bottom: 20px;
    right: -10px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -7px;
    left: -22px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText ul li {
    width: 100%;
    display: grid;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText ul li article {
    margin-top: 20px;
  }
  .storySec .storySec3Inner .storySec3Img {
    width: 100%;
    display: flex;
  }
  .storySec .storySec3Inner .storySec3Img::before {
    content: "";
    width: 100%;
    height: 210px;
    top: -20px;
  }
  .storySec .storySec3Inner .storySec3Img figure {
    width: 90%;
    height: 350px;
  }
  .storySec .storySec3Inner .storySec3_content {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  .qucikFeature .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .qucikFeature::before {
    width: 100%;
    height: 250px;
  }
  .qucikFeature .facilitiesImg figure {
    width: 100%;
    height: 350px;
    float: left;
  }
  .qucikFeature .qucikFeatureText {
    padding-top: 40px;
  }
  .qucikFeature .qucikFeatureText .contentList .box {
    width: 100%;
  }
  .aboutSec3 {
    padding: 50px 0 50px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img {
    width: 100%;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    width: 90%;
    height: 330px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
    width: 100%;
    height: 200px;
    bottom: -30px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des {
    padding: 0;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des span {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des h3 {
    padding: 20px 0 10px;
  }
  .error-404 .error-code {
    font-size: 74px;
  }
  .error-404 .font-bold {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  .header_banner .What_student_say_content .item .banner_content {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .header_banner .What_student_say_content .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .header_banner .What_student_say_content .item .banner_content p {
    border-left: none;
  }
  .slider-Content_left-content .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon img {
    left: 100%;
  }
  .mission_vision .mission_vission_inner .card .card-body p {
    display: block;
  }
  .about_us_section .about_us_inner_sec .about_us_inner_secImg::before {
    width: 240px;
    height: 240px;
    display: none;
  }
  .about_us_section .about_us_inner_sec .about_us_inner_secImg::after {
    right: 35px;
    width: 200px;
    display: none;
  }
  .about_us_section .about_us_inner_sec .about_us_inner_secImg {
    padding-right: 0;
  }
  .aboutErnesto {
    padding: 50px 0 80px;
  }
  .aboutErnesto .aboutInner figure {
    width: 100%;
    height: 350px;
  }
  .aboutErnesto .aboutInner article {
    width: 100%;
    padding: 20px 20px 20px 20px;
    top: 30px;
    float: left;
    position: relative;
  }
  .aboutErnesto .aboutInner article h2 {
    bottom: -19px;
    font-size: 40px;
  }
  .featureHighlight {
    padding-bottom: 50px;
  }
  .featureHighlight .product_Slide .item figure {
    height: 320px;
  }
  .featureHighlight .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .featureHighlight .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .featureHighlight .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .featureHighlight .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .featureHighlight .product_Slide .owl-stage-outer {
    padding-bottom: 45px;
  }
  .featureHighlight .productList {
    padding-bottom: 40px;
  }
  .blog {
    padding: 40px 0 40px;
  }
  .blog::before {
    width: 90%;
    height: 155px;
  }
  .blog .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .blog .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .blog .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .blog .blogListing {
    margin-top: 40px;
  }
  .blog .blogListing .box {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .blog .blogListing .box .card {
    padding: 15px;
    border-radius: 15px;
  }
  .blog .blogListing .box .card .content h5 {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .blog .blogListing .box .card .content p {
    line-height: 25px;
    font-size: 14px;
  }
  .blog .blogListing .box .card .content .btnSec .btn-arrow {
    font-size: 15px;
  }
  .getInTouch {
    height: auto;
  }
  .getInTouch .infoContent {
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .getInTouch .infoImg {
    width: 100%;
    display: none;
  }
  .getInTouch .info_bg {
    padding-top: 40px;
    margin-top: 38px;
    display: none;
  }
  .lanChange .ntlBttn {
    position: absolute;
    padding: 5px 28px;
    border-radius: 0;
    left: -2px;
    transform-origin: top left;
    transform: rotate(90deg);
    top: 167px;
  }
  .lanChange {
    width: 100%;
    justify-content: center;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #efefef;
  }
  .lanChange .lanBlk {
    margin: 0 20px !important;
  }
  .navbar-light .navbar-toggler {
    color: #21376e !important;
  }
  .header_top li a {
    color: #ffffff;
  }
  .slidbttn {
    display: inline-block;
    float: none;
  }
  .header_top.header-scrolled {
    display: none !important;
  }
  .headerInner_baner .inner_haed h3 {
    font-size: 40px;
    padding: 200px 0 90px 0;
  }
  .headerInner_baner .inner_haed h3::after {
    width: 150px;
    top: 78%;
  }
  .header_banner {
    padding-top: 100px;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form {
    height: auto;
  }
  .blog_innerSec .innerBlog {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .blog_innerSec .innerBlog .imgBlog {
    flex-basis: 100%;
  }
  .blog_innerSec .innerBlog .textBlog {
    flex-basis: 100%;
    padding: 20px;
  }
  .blog_innerSec .innerBlog .imgBlog figure {
    padding: 20px;
    width: 100%;
    height: 420px;
  }
  .blog_innerSec .innerBlog .imgBlog::before {
    width: 100%;
    height: 250px;
  }
  .blog_innerSec .innerBlog .textBlog::before {
    width: 100%;
    padding: 20px;
  }
  .Highlights_innerSec .featureInner_cnt {
    flex-wrap: wrap;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg {
    width: 100%;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText {
    margin-top: 40px;
    width: 100%;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure {
    width: 100%;
    height: 450px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) .feture_img2 {
    border: 20px solid #ffffff;
    border-radius: 20px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2) {
    width: 215px;
    height: 240px;
    position: absolute;
    bottom: 20px;
    right: -10px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg figure:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -7px;
    left: -22px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText ul li {
    width: 100%;
    display: grid;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText ul li article {
    margin-top: 20px;
  }
  .storySec .storySec3Inner .storySec3Img {
    width: 100%;
    display: flex;
  }
  .storySec .storySec3Inner .storySec3Img::before {
    content: "";
    width: 100%;
    height: 220px;
    top: -20px;
  }
  .storySec .storySec3Inner .storySec3Img figure {
    width: 90%;
    height: 380px;
  }
  .storySec .storySec3Inner .storySec3_content {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  .qucikFeature .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .qucikFeature::before {
    width: 100%;
    height: 250px;
  }
  .qucikFeature .facilitiesImg figure {
    width: 100%;
    height: 280px;
    float: left;
  }
  .qucikFeature .qucikFeatureText {
    padding-top: 40px;
  }
  .qucikFeature .qucikFeatureText .contentList .box {
    width: 100%;
  }
  .aboutSec3 {
    padding: 50px 0 50px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img {
    width: 100%;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    width: 90%;
    height: 380px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
    width: 100%;
    height: 220px;
    bottom: -30px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des {
    padding: 0;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des span {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des h3 {
    padding: 20px 0 10px;
  }
  .error-404 .error-code {
    font-size: 74px;
  }
  .error-404 .font-bold {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform {
    width: 100%;
    padding-left: 15px;
  }
  .headerInner_baner .inner_haed h3 {
    font-size: 50px;
    padding: 200px 0 90px 0;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon img {
    left: 100%;
  }
  .aboutErnesto {
    padding: 50px 0 80px;
  }
  .aboutErnesto .aboutInner figure {
    width: 100%;
    height: 350px;
  }
  .aboutErnesto .aboutInner article {
    width: 100%;
    padding: 20px 20px 20px 20px;
    top: 30px;
    float: left;
    position: relative;
  }
  .aboutErnesto .aboutInner article h2 {
    bottom: -19px;
    font-size: 40px;
  }
  .featureHighlight {
    padding-bottom: 50px;
  }
  .featureHighlight .product_Slide .item figure {
    height: 320px;
  }
  .featureHighlight .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .featureHighlight .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .featureHighlight .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .featureHighlight .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .featureHighlight .product_Slide .owl-stage-outer {
    padding-bottom: 45px;
  }
  .featureHighlight .productList {
    padding-bottom: 40px;
  }
  .blog {
    padding: 40px 0 40px;
  }
  .blog::before {
    width: 90%;
    height: 155px;
  }
  .blog .ProductHead {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog .ProductHead .head_cnt {
    width: 100%;
    text-align: center;
  }
  .blog .underline {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .blog .btn-sec {
    text-align: center;
    margin-top: 30px;
    padding-top: 0;
  }
  .blog .blogListing {
    margin-top: 40px;
  }
  .blog .blogListing .box {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .blog .blogListing .box .card {
    padding: 15px;
    border-radius: 15px;
  }
  .blog .blogListing .box .card .content h5 {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .blog .blogListing .box .card .content p {
    line-height: 25px;
    font-size: 14px;
  }
  .blog .blogListing .box .card .content .btnSec .btn-arrow {
    font-size: 15px;
  }
  .getInTouch {
    height: auto;
  }
  .getInTouch .infoContent {
    width: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .getInTouch .infoImg {
    width: 100%;
    display: none;
  }
  .getInTouch .info_bg {
    padding-top: 40px;
    margin-top: 38px;
    display: none;
  }
  .lanChange .ntlBttn {
    position: absolute;
    padding: 5px 28px;
    border-radius: 0;
    left: -2px;
    transform-origin: top left;
    transform: rotate(90deg);
    top: 167px;
  }
  .lanChange {
    width: 100%;
    justify-content: center;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #efefef;
  }
  .lanChange .lanBlk {
    margin: 0 20px !important;
  }
  .header_top li a {
    color: #ffffff;
  }
  .header_top.header-scrolled {
    display: none !important;
  }
  .contact_us_sec h2 {
    right: -140px;
  }
  .headerInner_baner .inner_haed h3::after {
    width: 150px;
    top: 78%;
  }
  .header_banner {
    padding-top: 100px;
  }
  .blog_innerSec .innerBlog {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .blog_innerSec .innerBlog .imgBlog {
    flex-basis: 100%;
  }
  .blog_innerSec .innerBlog .textBlog {
    flex-basis: 100%;
    padding: 20px;
  }
  .blog_innerSec .innerBlog .imgBlog figure {
    padding: 20px;
    width: 100%;
    height: 520px;
  }
  .blog_innerSec .innerBlog .imgBlog::before {
    width: 100%;
    height: 250px;
  }
  .blog_innerSec .innerBlog .textBlog::before {
    width: 100%;
    padding: 20px;
  }
  .Highlights_innerSec .featureInner_cnt {
    flex-wrap: wrap;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText {
    width: 100%;
    margin-top: 40px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .storySec .storySec3Inner .storySec3Img {
    width: 100%;
    display: flex;
  }
  .storySec .storySec3Inner .storySec3Img::before {
    content: "";
    width: 100%;
    height: 300px;
    top: -40px;
  }
  .storySec .storySec3Inner .storySec3Img figure {
    width: 90%;
    height: 420px;
  }
  .storySec .storySec3Inner .storySec3_content {
    width: 100%;
    padding-left: 0px;
    margin-top: 40px;
  }
  .qucikFeature .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .qucikFeature::before {
    width: 100%;
    height: 250px;
  }
  .qucikFeature .facilitiesImg figure {
    width: 100%;
    height: 280px;
    float: left;
  }
  .qucikFeature .qucikFeatureText {
    padding-top: 40px;
  }
  .qucikFeature .qucikFeatureText .contentList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-flow: row wrap;
  }
  .qucikFeature .qucikFeatureText .contentList .box {
    width: 48%;
    margin-right: 0;
  }
  .aboutSec3 {
    padding: 50px 0 50px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img {
    width: 100%;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    width: 90%;
    height: 400px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
    width: 100%;
    height: 250px;
    bottom: -30px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    width: 100%;
    padding-left: 0px;
    padding-top: 60px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des {
    padding: 0;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des span {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des h3 {
    padding: 20px 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 90%;
  }
  .header_top li {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .header_top li a {
    font-size: 14px;
  }
  .tourCenter .tourHead h3 {
    font-size: 20px;
  }
  .slider-Content_left-content h3 {
    font-size: 38px;
    line-height: 41px;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_form .contactform .send_icon img {
    left: 100%;
  }
  .aboutErnesto .aboutInner article {
    padding: 60px 64px 60px 53px;
  }
  .aboutErnesto .aboutInner article h2 {
    bottom: -26px;
    font-size: 60px;
  }
  .aboutErnesto {
    padding: 60px 0 60px;
  }
  .blog::before {
    width: 90%;
    height: 155px;
  }
  .featureHighlight .product_Slide .item figure {
    height: 220px;
  }
  .featureHighlight .productList::before {
    height: 290px;
  }
  .featureHighlight .ProductHead .head_cnt {
    width: 80%;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_address {
    padding: 30px 30px 30px;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_address h5 span {
    font-size: 20px;
    line-height: 30px;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres {
    width: 95%;
  }
  .contact_us_sec .contact_us_sec_inner .contact_us_sec_address .list_adres ul li span {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer_content_inner .list_adres ul li {
    font-size: 14px;
  }
  .footer .footer_content_inner .f_iner_content .f_list ul li a {
    font-size: 14px;
  }
  .footer .footer_content_inner p {
    font-size: 14px;
  }
  .Highlights_innerSec .featureInner_cnt {
    flex-wrap: wrap;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntText {
    width: 100%;
    margin-top: 40px;
  }
  .Highlights_innerSec .featureInner_cnt .inner_cntImg {
    width: 65%;
    align-items: center;
    justify-content: center;
  }
  .storySec .storySec3Inner .storySec3Img {
    width: 40%;
  }
  .storySec .storySec3Inner .storySec3Img::before {
    width: 100%;
    height: 200px;
  }
  .storySec .storySec3Inner .storySec3Img figure {
    width: 90%;
    height: 400px;
  }
  .storySec .storySec3Inner .storySec3_content {
    width: 60%;
  }
  .aboutSec3 {
    padding: 50px 0 50px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img {
    width: 30%;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img figure {
    width: 90%;
    height: 330px;
  }
  .aboutSec3 .aboutSec3Inner .aboutSec3Img::before {
    width: 100%;
    height: 280px;
    bottom: -30px;
  }
  .aboutSec3 .aboutSec3Inner .aboutUs_content {
    width: 70%;
    padding-left: 40px;
    padding-top: 60px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des {
    padding: 0;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des span {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .aboutSec3 .aboutSec3Inner .aboutInner_des h3 {
    padding: 20px 0 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}/*# sourceMappingURL=style.css.map */