/*

* Theme Name: NS - Grand Imperial

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

:root {
  --color1: #2f5597;

  --color2: linear-gradient(270deg, #e3c762 0%, #d4a031 100%);

  --color3: #dbba1f;

  --font-lato: "Lato", sans-serif;

  --font-domine: "Domine", serif;
}

body {
  margin: 0 auto;

  font-family: var(--font-lato);
}
body * {
  font-family: var(--font-lato);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-domine);
}

p,
ul li,
ul li a,
ol li,
ol li a,
a,
a:hover,
a:focus {
  font-family: var(--font-lato);
}

a,
a:hover,
a:focus {
  outline: none;

  text-decoration: none;
}

/* Pagination */

ul.page-numbers {
  padding-left: 0px;
}

ul.page-numbers li {
  float: left;

  height: 35px;

  width: 35px;

  list-style: none;

  line-height: 35px;

  text-align: center;

  padding: 0px;

  border-radius: 100px;

  margin-right: 3px;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

ul.page-numbers li span.current {
  color: #000;

  font-size: 16px;
}

.content-img img {
  width: 100%;

  height: auto;
}

/* 404 error */

.error img {
  position: relative;

  margin: 0 auto;
}

.back-home-wrap p {
  font-size: 21px;

  margin-top: 50px;
}

.back-home-wrap {
  text-align: center;

  left: 0;

  right: 0;
}

.error {
  height: 400px;
}

.back-home {
  margin-top: 14px;

  border-radius: 0;
}

.mm-menu--offcanvas {
  position: absolute;
}
.current_page_item a.nav-link.active {
    color: #dbba1f !important;
}
/* Breadcrumb */

#breadcrumbs {
  list-style-type: none;
  padding-left: 0;
}

#breadcrumbs li {
  display: inline-block;
}

/*********************** Widget ******************/

.mywidget h4 {
  font-size: 14px;

  font-family: "Lato", sans-serif;
}

.widget-title {
  font-family: "Lato", sans-serif;

  font-weight: 700;

  font-size: 21px;
}

.widget ul li a {
  color: #333;

  font-family: "Raleway", sans-serif;

  border-bottom: 1px solid #ddd;

  display: block;

  padding-top: 12px;

  padding-bottom: 12px;

  position: relative;
}

.widget ul li a::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  width: 53px;
}

.widget ul li a:hover::before {
  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  transition: all 0.3s ease;
}

.widget ul li a:hover,
.widget ul li a:focus {
  color: var(--color1);

  text-decoration: none;

  outline: none;
}

.widget ul {
  padding-left: 0;

  list-style-type: none;
}

.sidebar {
  margin-top: 30px;
}

/**********************************/

/* Home */

/* Header */

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

header.fix .menu {
  background: var(--color1);
}

header.fix {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  left: 0;
  animation: smoothScroll 1s forwards;
  box-shadow: 1px -1px 7px #000;
  background: var(--color1);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.contact-btn {
  border-color: transparent;

  background: var(--color3);

  border-radius: 100px;
}

.contact-btn:hover,
.contact-btn:focus {
  border-color: transparent;
  background: var(--color3);
}

.contact-btn a.nav-link {
  padding: 0;
}

header {
  background-color: var(--color1);

  padding: 30px 0;
}

/* Menu */

#menu a.nav-link {
  font-size: 16px;

  color: #fff;

  font-family: var(--font-lato);
}

ul#menu-main-menu li {
  margin-left: 15px;
}

/* slide */

.slider {
  background-color: var(--color1);
  position: relative;
  overflow: hidden;
}

.homeSlide {
  position: relative;
}

.mainslider {
    background: var(--color1);
}

/* #carouselHome {
  position: absolute;

  left: 0;

  right: 0;

  width: 100vh;

  top: 0;

  border-top-left-radius: 60px;

  overflow: hidden;
} */

/* #carouselHome img {
  width: 100%;
} */

.mainslider .row {
    align-items: center;
}
.about-intro h2,
.about-intro p {
  color: #fff;
}

/* .about-intro {
  height: 794px;
} */

/* .about-intro {
  display: flex;

  flex-flow: column;

  justify-content: center;
} */

.about-intro h2 {
  font-weight: 700;

  font-size: 60px;

  line-height: 100%;
}

.mainslider .carousel-inner .carousel-item img {
    border-top-left-radius: 60px;
}
.mainslider .carousel-inner {
    overflow: visible;
}

.about-intro p {
  font-weight: 400;

  font-size: 16px;

  line-height: 100%;
}

.attachment-link a {
  border-color: transparent;

  margin-right: 12px;

  border-radius: 100px;
}

.item h5 {
  font-weight: 700;

  font-size: 67px;

  line-height: 100%;

  color: var(--color3);
}

.counts {
  display: flex;
}

.tincy-title {
  font-weight: 800;

  font-size: 24px;

  line-height: 100%;

  text-transform: uppercase;

  color: var(--color3);
}

.custom-excerpt-field h3 {
  font-weight: 700;

  font-size: 39px;

  line-height: 100%;

  color: var(--color1);
}

.custom-excerpt-field p {
  font-weight: 400;

  font-size: 16px;

  line-height: 31px;

  text-align: justify;

  color: #4b4b4b;
}

.about-feature-img img {
  width: 515px;

  height: 472px;

  object-fit: cover;

  border-top-right-radius: 130px;

  border-bottom-left-radius: 130px;

  border-bottom-right-radius: 130px;
}
 .mainsliderwrap {
    overflow: hidden;
  }
div#about-us {
  padding: 100px 0;
}

div#about-us .row {
  align-items: center;
}

.counts {
  display: flex;
  border-top-right-radius: 60px;
}

/* .counts {
  left: 0;

  position: absolute;

  bottom: -1px;

  width: 65%;

  justify-content: right;

  padding: 50px 0;
} */

div#count-number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 99;
}
.counts .item {
  width: 18.5%;
}

.about-feature-img {
  position: relative;
}

.border-radius-wrap {
    position: absolute;
    height: 199px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1275px;
    border-top-right-radius: 60px;
}

.overlay-border {
  width: 515px;

  height: 472px;

  border: 6px solid var(--color3);

  top: 30px;

  left: 30px;

  border-top-right-radius: 130px;

  border-bottom-left-radius: 130px;

  border-bottom-right-radius: 130px;

  z-index: -1;
}

div#htiko-investment .content h3 {
  font-weight: 700;

  font-size: 39px;

  line-height: 100%;

  color: #fff;

  text-align: center;
}

div#htiko-investment {
  background-image: url(images/htiko-investment-bg.png);

  padding-top: 50px;

  background-size: cover;

  height: 556px;
}

#htiko-investment .custom-excerpt-field p {
  color: #fff;

  text-align: center;
}

div#htiko-investment .content {
  text-align: center;

  width: 858px;

  margin: 0 auto;
}

.invest-feature-img img {
  margin-top: -306px;
}

#education h3 {
  font-weight: 700;

  font-size: 39px;

  line-height: 100%;

  color: var(--color1);

  text-align: unset;
}

.educat-feat img {
    position: absolute;
    right: 86px;
}
.educat-feat {
    position: relative;
}

div#education {
  background-repeat: no-repeat;

  background-size: auto;

  background-position: left;

  height: 494px;
}

.htiko-education-content {
  margin-top: 120px;
}

.h3-title {
  font-weight: 700;

  font-size: 39px;

  line-height: 100%;

  color: var(--color1);

  text-align: unset;
}

.travel-imgs img {
  width: 362px;

  height: 532px;

  object-fit: cover;

  border-radius: 60px;
}

div#travel {
  padding: 100px 0;
}

div#travel {
  background-image: url(images/travel-bg.png);

  background-repeat: no-repeat;

  background-position: right;
}

.travel-imgs {
  display: flex;

  gap: 30px;

  position: relative;

  left: 100px;
}

footer {
  background-color: #2f5597;

  padding-top: 50px;
}

.widget-title {
  font-family: Domine;

  font-weight: 700;

  font-size: 24px;

  line-height: 100%;

  color: #fff;

  margin-bottom: 30px;
}

h3.get-in-touch {
  font-family: Domine;

  font-weight: 400;

  font-size: 41px;

  line-height: 100%;

  color: #fff;
}

.footer-widget address span {
  color: #fff;

  font-family: "Lato";
}

.footer-widget address {
  display: flex;

  gap: 20px;
}

.business img {
  width: 20px;

  height: 24px;

  object-fit: contain;
}

.business {
  display: flex;

  gap: 20px;

  color: #fff;

  font-family: "Lato";

  margin-bottom: 1rem;
}

.contact-now-btn a img {
  margin-left: 15px;
}

.contact-now-btn a {
  font-weight: 400;

  font-size: 16px;

  line-height: 100%;

  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 70%);

  padding: 10px 0;
}

.copy p a {
  color: #fff;
}

.copy p {

  margin-bottom: 0;

  color: #fff;

  font-family: Lato;

  font-weight: 400;

  font-size: 14px !important;

  text-transform: capitalize;

}

.social-icon img {
  margin-left: 23px;
}

.social-icon {
  float: right;
}

div#go-top {
  position: absolute;

  right: 100px;

  bottom: 100px;

  background-color: #dbba1f;
}

.copyright .row {
  align-items: center;
}

div#go-top {
  position: absolute;

  right: 100px;

  bottom: 100px;

  background-color: #dbba1f;

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  border-radius: 100px;
}

div#footer {
  padding-bottom: 30px;
}

/*********************** About us page ****************/

.about-parent-page p {
  text-align: unset;
  color: #4b4b4b;
}
.about-parent-page h1 {
  color: #4b4b4b;
}
.about-parent-page .row {
  /* background-color: rgb(47 85 151 / 95%); */
  padding: 100px 0;
}
.page p {
  font-weight: 400;
  font-size: 17px;
  line-height: 31px;
  text-align: justify;
}
.about-parent-page .row {
  align-items: center;
}
h4.child-tincy-title {
  font-size: 28px;
  color: var(--color1);
  line-height: 2.5rem;
  font-weight: 100;
}

.custom-page ul {
  list-style-type: none;
}

.custom-page ul > li:before {
  content: "\2714";
  margin-right: 12px;
  color: var(--color1);
}
.custom-page ul li ul {
  list-style-type: none;
  line-height: 2rem;
}

.custom-page ul li ul li:before {
  content: "\2022";
  margin-right: 12px;
}

.heading-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color1);
}
section.sub-banner:before {
  position: absolute;
  content: "";
  background: rgb(47 85 151 / 60%);
  height: 100%;
  width: 100%;
  z-index: 9;
}
section.sub-banner {
  height: 250px;
  position: relative;
}
section.sub-banner {
  align-items: center;
  display: flex;
}
.page-meta.banner-info.position-relative {
  z-index: 999;
}
.page-meta.banner-info h1.title {
  color: #fff;
}
div#breadcrumbs a {
  color: var(--color3);
  font-weight: 600;
}
li.item-current .bread-current {
  color: #fff;
  /* font-family: "Domine"; */
}
div#breadcrumbs i.fa {
  padding: 0 10px;
  color: #fff;
}
.page-id-45 .achieve-global h2.wp-block-heading {
  color: #4b4b4b;
  font-size: 32px;
  font-family: "Domine";
  width: 80%;
  font-weight: 900;
}
.page-id-45 .achieve-global p {
  color: var(--color1);
  font-weight: 400;
}
.about-htiko-education div.block-bg {
  /* background:#f3f0f0; */
  padding: 30px 20px;
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px; */
}
.about-htiko-education div.block-bg h4.wp-block-heading {
  color: var(--color1);
  font-size: 20px;
}

.about-htiko-education div.block-bg ul li {
  line-height: 2rem;
}

.stories-box {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  padding: 30px 20px;
  margin: 30px 0;
  border-radius: 30px;
}
.more-btn {
  margin: 0 auto;
  text-align: center;
}

.more-btn a.btn {
  background-color: var(--color3);
  border-color: transparent;
  margin-bottom: 30px;
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 100px;
  font-family: "Domine";
  font-size: 20px;
}

.contact-title p {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
}

form#contact-form {
  width: 80%;
  margin: 0 auto;
}

form#contact-form label {
  font-family: "Domine";
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500;
}

form#contact-form .form-group {
  margin-bottom: 14px;
}

button.form-control.btn.submit-btn.g-recaptcha {
  width: 19%;
  background: var(--color3);
  border-radius: 100px;
  color: #fff;
  font-family: "Domine";
  font-weight: 700;
  margin: 30px 0;
}

.location-info h5 {
  margin-bottom: 0;
}

.location-info p {
  margin-bottom: 0;
  text-align: left;
}

.location-map iframe {
  height: 380px;
  width: 100%;
}

.location-name-wrap {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.location-name-wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 50%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.location-detail {
  display: flex;
  height: 100%;
}

.location-detail div {
  flex-grow: 1;
  flex-basis: 0;
}

.location-info {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 19px 15px;
}
/* .location-info:hover{
    background-color: #D4A031;
} */
.location-info div i.bi {
  background: var(--color3);
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
}

.location-name-wrap h4 {
  color: #fff;
  position: relative;
}
.location-box {
  margin: 20px auto 30px;
  background: #ececec;
  overflow: hidden;
  border-radius: 30px;
}
.location-info .row {
  align-items: center;
}
.location-addr {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
/* .htiko-travel-explore-setion {
    gap: unset;
} */
.htiko-travel-bg-color p {
  color: var(--color1);
}
.htiko-travel-bg-color h4.wp-block-heading {
  color: #4b4b4b;
  font-size: 32px;
  font-family: "Domine";
  width: 80%;
  font-weight: 900;
}
.comingsoontemplate {
  background-image: url(/wp-content/themes/snk_ns_theme/images/comingsoonbanner1.png);
  height: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  background-position: center center;
}
.comingsoontemplate .row {
  width: 100%;
  display: block;
}
.comingsoontitle {
  font-size: 72px;
  background: linear-gradient(to right, #00cafb9e, #4287a5b5, #dbba1f, #024be5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: 900;
}
img.img-fluid.comingsoonicon {
  margin-bottom: 25px;
  animation-name: comingsoonicon;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  filter: brightness(0) saturate(100%) invert(38%) sepia(90%) saturate(2609%)
    hue-rotate(174deg) brightness(95%) contrast(101%);
}
@keyframes comingsoonicon {
  0% {
    filter: brightness(0) saturate(100%) invert(38%) sepia(90%) saturate(2609%)
      hue-rotate(174deg) brightness(95%) contrast(101%);
  }
  25% {
    filter: brightness(0) saturate(100%) invert(15%) sepia(87%) saturate(3726%)
      hue-rotate(184deg) brightness(91%) contrast(102%);
  }
  50% {
    filter: brightness(0) saturate(100%) invert(73%) sepia(8%) saturate(3904%)
      hue-rotate(41deg) brightness(107%) contrast(67%);
  }
  75% {
    filter: brightness(0) saturate(100%) invert(83%) sepia(25%) saturate(5172%)
      hue-rotate(349deg) brightness(104%) contrast(98%);
  }
  100% {
    filter: brightness(0) saturate(100%) invert(53%) sepia(11%) saturate(1437%)
      hue-rotate(206deg) brightness(99%) contrast(88%);
  }
}

@media (min-width: 350px) and (max-width: 575px) {
  .xs .about-intro h2 {
    font-size: 33px;
    height: auto;
    color: #4b4b4b;
  }
  .xs .about-intro p {
    color: var(--color1);
  }
  .xs .about-intro {
    height: auto;
  }
  .xs .counts {
    position: static;
    width: 100%;
    /* display: block; */
  }

  .xs div#carouselHome {
    position: static;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .xs .slider .row:nth-child(1) {
    flex-direction: column-reverse;
  }
  /* .xs .counts .item {
        width: 47%;
    }

    .xs .counts {flex-flow: wrap;} */
  .xs .slider {
    background-color: transparent;
  }
  .xs .htiko-logo {
    text-align: center;
    position: relative;
  }

  .xs .menu {
    position: absolute;
    top: 27px;
  }

  .xs .menu i.bi {
    color: var(--color3);
    font-size: 30px;
  }

  .xs .htiko-logo img {
    width: 129px;
  }
  .xs .homeSlide {
    margin-top: 30px;
  }
  .xs .attachment-link a:nth-child(2) {
    border-color: #4b4b4b !important;
    color: #4b4b4b;
  }
  .xs .attachment-link a:nth-child(2) img {
    filter: brightness(0.5);
  }
  .xs .counts {
    display: block;
    column-count: 2;
  }

  .xs .counts .item {
    text-align: center;
    width: 100%;
  }

  .xs .counts .item h5 {
    font-size: 39px;
  }
  .xs .about-feature-img img {
    width: 100%;
    height: auto;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .xs div#about-us {
    padding-top: 0;
  }
  .xs .overlay-border.position-absolute {
    display: none;
  }
  .home h2 {
    font-size: 33px;
  }
  .xs .custom-excerpt-field h3 {
    font-size: 24px;
    line-height: 2rem;
  }
  .xs .about.custom-excerpt-field {
    margin-top: 50px;
  }
  .xs div#htiko-investment .content {
    width: 100%;
  }
  .xs div#htiko-investment .content h3 {
    font-size: 27px;
  }
  .xs .invest-feature-img img {
    margin-top: -77px;
  }
  .xs div#education {
    background-image: none !important;
    height: auto;
  }

  .xs .htiko-education-content {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .xs div#travel {
    padding-top: 30px;
  }

  .xs .travel-imgs {
    display: block;
    left: 0;
  }

  .xs .travel-imgs img {
    width: 100%;
    position: static;
    height: 300px;
    margin-bottom: 32px;
  }

  .xs div#go-top {
    right: 20px;
  }

  .xs .footer-widget {
    margin-bottom: 35px;
  }

  .xs .copy p {
    text-align: center;
  }
}

@media (min-width: 350px) and (max-width: 768px) {
  .sm .contact-btn {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
    text-align: left;
  }
}

/* About Us */
.aboutsection {
  width: 80%;
  margin: 0px auto;
}
.aboutspan {
  text-transform: uppercase;
  font-size: 13px;
  color: #4b4b4b;
  /* margin-bottom: 5px; */
  display: block;
  /* font-family: var(--font-domine); */
  font-weight: 600;
  /* border-bottom: 3px dotted #ffce6e; */
  width: 92%;
  padding-bottom: 0px;
  padding-left: 15px;
}
.page-template-about-us h4.child-tincy-title {
  font-size: 28px;
  color: #2f5597;
  line-height: 2.5rem;
  font-weight: 100;
  font-family: var(--font-lato);
  font-weight: 600;
  font-size: 50px;
  margin-top: 5px;
  line-height: 60px;
  padding-right: 20px;
}
.page-template-about-us h4.child-tincy-title:after {
  margin-top: 25px;
  display: block;
  content: "";
  width: 150px;
  height: 2px;
  background: #dbba1f;
}
.aboutvision {
  position: relative;
  height: 500px;
  background: #ffce6e70;
}
.aboutvisionimage {
  width: 30%;
  position: absolute;
  right: 0;
  /* top: 0; */
  opacity: 0.7;
  bottom: 0;
  z-index: -1;
}
.aboutvision {
  position: relative;
  height: 600px;
  background: #ffce6e70;
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 50%,
    #dbba1f 50%,
    #dbba1f 65%,
    #dbba1f54 100%
  );
  display: flex;
  align-items: center;
}
.aboutvision:after {
  position: absolute;
  width: 50%;
  height: 100px;
  background: #2f5597;
  content: "";
  display: block;
  z-index: 999;
  bottom: 0;
}
.aboutvisioncontent {
  width: 50%;
  margin-left: 10%;
  /* color: #fff; */
  z-index: 999;
  position: relative;
}

.aboutvisioncontent h2 {
  font-weight: 600;
  margin-bottom: 25px;
  font-family: var(--font-lato) "Lato", sans-serif;
}
.aboutvisioncontent h2:after {
  content: "";
  display: block;
  width: 80px;
  background: #2f5597;
  height: 4px;
  margin-top: 15px;
  border-radius: 60px;
}

.aboutmission {
  /* background-image: linear-gradient(to right, #2f5597 0%, #2f5597 50%, #ffffff 50%, #ffffff 100%); */
  padding: 150px 0px 150px 0px;
  color: white;
  position: relative;
  margin-top: -400px;
}

.aboutmission:before {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #2f5597;
  content: "";
  display: block;
  z-index: 1;
  bottom: 0;
  left: 0%;
}
.aboutmission:after {
  position: absolute;
  width: 150px;
  height: 100%;
  background: #2f5597;
  content: "";
  display: block;
  z-index: -1;
  bottom: 0;
  left: 49%;
}
.aboutmission .aboutvisioncontent h2:after {
  background: #dbba1f;
}
.aboutservicetitlebox {
  width: 33.33%;
  border: 1px solid #cccccc3b;
  min-height: 325px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 15px;
}
.aboutservicetitlebox h4 {
  /* min-height: 60px; */
  font-weight: 600;
  margin-bottom: 30px;
  color: #2f5597;
  font-family: var(--font-lato);
}
.aboutserviceflex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding: 25px;
}
.aboutservice {
  margin-top: -350px;
}
div#aboutservicebox1 {
  /* width: 40%; */
  background: #f4f4f4;
  border-top-left-radius: 25px;
}
div#aboutservicebox5 {
  background: #cccccc0a;
}
/* div#aboutservicebox2,
div#aboutservicebox3 {
  width: 30%;
} */
div#aboutservicebox2 {
  background: #eaeef4;
}
div#aboutservicebox5 {
  background: #d9e3f3;
}
div#aboutservicebox6 {
  background: #f4f4f4;
  border-bottom-right-radius: 25px;
}
div#aboutservicebox3 {
  background: #d9e3f3;
  border-top-right-radius: 25px;
}
div#aboutservicebox4 {
  background: #eaeef4;
  border-bottom-left-radius: 25px;
}

.aboutcorevalue h4.child-tincy-title {
  text-align: center;
}
.aboutcorevalue h4.child-tincy-title:after {
  margin: 20px auto;
}
.aboutservicetitlebox h4.child-tincy-title {
  font-size: 40px;
}
.aboutcorevalue {
  margin: 120px 0px;
}
.aboutcorevalue span.aboutspan {
  text-align: center;
}
.mt-60 {
  margin-top: 60px;
}
.aboutcoreval {
  padding: 40px 70px;
  background: #eaeef48f;
  margin-bottom: 15px;
  /* border-radius: 45px; */
  gap: 15px;
  width: 48%;
  border-bottom-left-radius: 50px;
}

.corevalueflex {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0px 25px;
  justify-content: space-around;
}
.aboutcoreval h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #2f5597;
  font-family: var(--font-lato);
}
.aboutcoreval:nth-child(even) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 50px;
}
.breaksection {
  margin-top: 50px;
  height: 450px;
  background: #2f5597;
}

.aboutwhychooseus {
  margin: 120px 0px;
}
.whyflex {
  background: #eaeef4;
  display: flex;
  margin: 15px 0px;
  padding: 25px;
  border-radius: 35px;
}
.whycontent h4 {
  font-size: 20px;
  color: #2f5597;
  font-weight: 700;
}
.count {
  width: 50px;
  height: 50px;
  background: #d9e3f3;
  margin-right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2f5597;
  font-weight: 700;
  border: 1px solid #2f559742;
}
.aboutclient .whyflex {
  border-radius: 0px;
  padding: 25px;
}
i.fa.fa-quote-right {
  transform: rotate(180deg);
  font-size: 25px;
  margin-right: 25px;
}
.aboutclient .whyflex {
  border-radius: 0px;
  padding: 70px 25px;
}
.aboutclient .whycontent h4 {
  margin-bottom: 20px;
}

.business > a {
  text-decoration: none;
  color: white;
}

h3.location-name {
    font-size: 22px;
    margin-top: 30px;
    color: var(--color3);
    text-transform: uppercase;
}
.alert.success {
    text-align: center;
    color: var(--color3);
    font-size: 19px;
}
@media(min-width:1200px) and (max-width:1360px){
  .md .travel-imgs img {
      height: 342px;
      width: 261px;
  }
  .md .travel-imgs {
      left: 22px;
  }
  .md div#travel {
    background-image: url(images/travel-bg.png);
    background-repeat: no-repeat;
    background-position: 182% 47%;
  }
  .md div#education {
    background-position: -104% 0;
  }
  .md .htiko-education-content {
    margin-top: 145px;
  }
  /* .md div#carouselHome {
      width: 100%;
      left: 50px;
  } */
  .md .about-intro h2{
    font-size:50px;
  }
  /* .md .about-intro {
      height: 455px;
  } */
  .md .about-intro {
    height: auto;
    margin-top: 53px;
    margin-left: 30px;
  }
  .md .border-radius-wrap {
    display: none;
  }

  .md div#count-number {
      position: relative;
      background: #fff;
  }

  .md .counts {
      justify-content: center;
      gap: 31px;
      background: #fff;
      margin-top: -91px;
      padding: 30px 0;
      border-radius: 30px;
  }
  .md .mainslider .carousel-inner .carousel-item img {
    height: 545px;
  }

  .md .home h3 * {
      font-size: 29px;
  }

  .md .educat-feat img {
    right: 0;
  }
  .md .aboutclient .whyflex {
    height: 337px;
  }
  
}

