/* Comman Css */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --rad: #FF323F;
  --tealdark: #081D22;
  --surfaceteal: #122E35;
  --purpledark: #290083;
  --white: #ffffff;
  --teallight: #F1F6F8;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1120px;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}


.btn_red {
  background-color: var(--rad);
  color: var(--white);
  box-shadow: 0px 4px 0px 0px #B3213F;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 18px;
  padding: 8px 16px;
}
.btn_red:hover {
  background-color: var(--white);
  color: var(--rad);
  box-shadow: none;
}

.btn_red_outline {
  background-color: transparent;
  color: var(--rad);
  box-shadow: 0px 4px 0px 0px #B3213F;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 18px;
  padding: 8px 16px;
  border: 1px solid var(--rad);
}
.btn_red_outline:hover {
  background-color: var(--rad);
  color: var(--white);
  box-shadow: none;
}



.under-offer-bg {
    background-color: orange;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
}


header {
  background-color: #0F2E35;
  padding: 21px 0;
}
.search_bar.active {
  position: fixed;
  width: 100%;
  top: 96px;
  z-index: 9999;
  padding: 0;
}
.search_bar.active  .container {
  max-width: 100%;
  padding: 0;
}
header.active {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 18px;
  font-weight: 600;
  color: var(--white);
  padding: 8px 24px;
}
header .navbar .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--rad);
}


.price-btn-wrapp>.price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.price-btn-wrapp>.price>span.tenure-sinlge {
    width: 100%;
}
.price-btn-wrapp>.price>span.pa-single {
    margin-left: 4px;
}

.hero_banner .banner_items {
  padding: 170px 0;
  background-size: cover !important;
  background-position: center !important;
  position: relative !important;
  z-index: 1;
height: calc(100vh - 78px) !important;
display: flex;
align-items: center;
}
.hero_banner .banner_items span {
  color: var(--rad);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.hero_banner .banner_items h1 {
  color: var(--white);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 24px 0;
  max-width: 700px;
}
.hero_banner .banner_items .btn {
  margin-right: 16px;
}
.hero_banner .banner_items .btn:last-child {
  margin-right: 0;
}
.hero_banner .slick-dots {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  padding: 0 8px;
}
.hero_banner .slick-dots li {
  margin: 0;
}
.hero_banner .slick-dots li button::before {
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
  opacity: 1;
}
.hero_banner .slick-dots li.slick-active button:before {
  color: var(--rad);
}
.hero_banner .slick-slide {
  position: relative;
  height: calc(100vh - 82px);
  display: flex;
    align-items: center;
}
.hero_banner .slick-slide {
  position: relative;
  height: calc(100vh - 82px);
}
.hero_banner .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.banner_top {
  background-color: var(--surfaceteal);
}
.banner_top .consultancy_slider 
 .slick-slide img {
    height: calc( 85vh - 75px);
}
.banner_top .development_slider 
 .slick-slide img {
    height: calc( 85vh - 75px);
}
.banner_top .info_box {
  max-width: 545px;
  margin-left: auto;
  padding: 60px 56px 60px 15px;
}
.banner_top .info_box span {
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: var(--rad);
}
.banner_top .info_box h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--white);
  margin: 24px 0;
}
.banner_top .info_box p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 23px;
  color: var(--white);
  opacity: 0.7;
  margin-bottom: 24px;
}
.banner_top .banner_slider {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}
.banner_top .banner_slider.pattern_change {
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
.banner_top .banner_slider .img_box {
  height: calc(100vh - 234px);
  width: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_top.switch_side {
  background-color: var(--teallight);
}
.banner_top.switch_side .side_bg_img {
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}
.banner_top.switch_side .info_box {
  max-width: 545px;
  margin-right: auto;
  margin-left: unset;
  padding: 112px 0 112px 56px;
}
.banner_top.switch_side .info_box h1 {
  color: var(--surfaceteal);
}
.banner_top.switch_side .info_box p {
  color: var(--surfaceteal);
}
.banner_top .list_info h6 {
  color: var(--surfaceteal);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.banner_top .list_info p {
  color: var(--surfaceteal);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
}
.banner_top .slick-dots {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  padding: 0 8px;
}
.banner_top .slick-dots li {
  margin: 0;
}
.banner_top .slick-dots li button::before {
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
  opacity: 1;
}
.banner_top .slick-dots li.slick-active button:before {
  color: var(--rad);
}
.banner_top .list_info {
  padding: 20px 48px;
}
.banner_top .list_info h6 {
  color: var(--rad);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.banner_top .list_info p {
  color: var(--white);
  overflow: hidden;
  color: var(--text-white, #FFF);
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
}

.about_count {
  overflow: hidden;
}
.about_count .about_info {
  padding: 112px 60px 112px 0;
}
.about_count .about_info span {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: var(--rad);
}
.about_count .about_info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--surfaceteal);
  margin: 24px 0;
}
.about_count .about_info p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  color: var(--tealdark);
  opacity: 0.7;
  margin-bottom: 24px;
}
.about_count .count_info {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100vh 0, 100vh 100vh, 9vh 100vh);
          clip-path: polygon(0 0, 100vh 0, 100vh 100vh, 9vh 100vh);
}
.about_count .count_info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-image: url("../img/line_shap.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.about_count .count_info h4 {
  font-size: 72px;
  color: var(--rad);
  font-weight: 700;
  line-height: 76px;
  text-transform: uppercase;
}
.about_count .count_info span {
  font-size: 24px;
  color: var(--rad);
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.about_count .count_info p {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 24px 0 0;
}

.case_studies .shap_bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  background-color: var(--surfaceteal);
}
.case_studies .list_info {
  padding: 32px 60px 7px;
}
.case_studies .list_info h6 {
  color: var(--rad);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.case_studies .list_info p {
  color: var(--white);
  overflow: hidden;
  color: var(--text-white, #FFF);
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
}
.case_studies .studies_box {
  max-width: 550px;
  padding: 170px 0;
  padding-left: 48px;
}
.case_studies .studies_box h6 {
  color: var(--rad);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.case_studies .studies_box .slider_box h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--surfaceteal);
  margin: 32px 0;
}
.case_studies .studies_box .slider_box p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  color: var(--tealdark);
  opacity: 0.7;
  margin-bottom: 24px;
}
.case_studies .studies_box .slider_box button {
  margin-bottom: 5px;
}
.case_studies .studies_box .slider_box button:hover {
  background-color: var(--surfaceteal);
  color: var(--white);
}
.case_studies .slide-arrow {
  width: 32px;
  height: 32px;
  background: #CDD1D3;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
}
.case_studies .prev-arrow {
  right: 50px;
}
.case_studies .next-arrow {
  right: 0;
}

.client_tstimonials .sec_title {
  padding: 112px 60px 112px 15px;
  max-width: 550px;
  margin-left: auto;
}
.client_tstimonials .sec_title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--surfaceteal);
  margin-bottom: 30px;
  max-width: 210px;
}
.client_tstimonials .sec_title p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  color: var(--tealdark);
  opacity: 0.7;
  margin-bottom: 24px;
}
.client_tstimonials .review_box {
  background-color: var(--surfaceteal);
  padding: 88px 15px 88px 140px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}
.client_tstimonials .review_box .review_slider {
  max-width: 406px;
}
.client_tstimonials .review_box p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  color: var(--white);
  opacity: 0.7;
  margin-bottom: 24px;
}
.client_tstimonials .review_box h6 {
  font-size: 12px;
  color: var(--white);
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.client_tstimonials .review_box h6::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--rad);
}
.client_tstimonials .slick-dots {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  right: 0;
  bottom: -70px;
  padding: 0 8px;
}
.client_tstimonials .slick-dots li {
  margin: 0;
}
.client_tstimonials .slick-dots li button::before {
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
  opacity: 1;
}
.client_tstimonials .slick-dots li.slick-active button:before {
  color: var(--rad);
}

.partners_ship {
  background-color: var(--surfaceteal);
}
.partners_ship .width_set {
  max-width: 730px;
  margin-left: auto;
}
.partners_ship .info_box {
  background-color: var(--surfaceteal);
  padding: 112px 60px 112px 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}
.partners_ship .info_box h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0;
  margin-bottom: 24px;
}
.partners_ship .info_box p {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 18px;
  color: var(--tealdark);
  opacity: 0.7;
}
.partners_ship .info_box li {
  margin: 15px 32px 15px 0;
}
.partners_ship .info_box li:last-child {
  margin-right: 0;
}
.partners_ship .suport {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: 275px;
  margin-right: auto;
  padding-right: 15px;
}
.partners_ship .suport h6 {
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.partners_ship .suport img {
  max-width: 242px;
  margin-left: auto;
}

.get_touch {
  background-color: #667085;
  padding: 56px 0;
}
.get_touch h4 {
  color: #F7F7F7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  max-width: 550px;
}
.get_touch .btn {
  margin: 20px 0;
}

footer {
  background-color: var(--tealdark);
  padding: 48px 0 112px;
}
footer .logo {
  margin-bottom: 24px;
}
footer .row {
  border-top: 1px solid #667085;
  border-bottom: 1px solid #667085;
}
footer h5 {
  font-size: 16px;
  color: var(--rad);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 24px 0 22px;
}
footer p {
  font-size: 12px;
  font-family: "Montserrat";
  color: var(--white);
  line-height: 16px;
}
footer a {
  font-size: 12px;
  font-family: "Montserrat";
  color: var(--white);
  line-height: 16px;
}
footer ul {
  margin-bottom: 24px;
}
footer .copyright {
  padding: 24px 0 0;
}

.side_bg_img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  background-size: cover;
  height: 100%;
}

.blog {
  padding: 112px 0;
}
.blog .row {
  padding-bottom: 80px;
}
.blog .sec_title {
  background-color: var(--teallight);
  margin-bottom: 24px;
}
.blog .sec_title h4 {
  font-size: 16px;
  color: var(--surfaceteal);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.blog .blog_box .img_content .content {
  background-color: #FFD43D;
  color: var(--surfaceteal);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 8px;
}
.blog .blog_box .text_content {
  background-color: var(--surfaceteal);
  padding: 27px 16px;
}
.blog .blog_box .text_content h5 {
  font-size: 12px;
  color: var(--white);
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  max-width: 70%;
}
.blog .blog_slider {
  margin-bottom: 122px;
}
.blog .slick-dots {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  padding: 0 8px;
}
.blog .slick-dots li {
  margin: 0;
}
.blog .slick-dots li button::before {
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
  opacity: 1;
}
.blog .slick-dots li.slick-active button:before {
  color: var(--rad);
}

.service {
  padding: 112px 0;
}
.service .row {
  position: relative;
}
.service .row::after {
  content: "";
  position: absolute;
  left: 50%;
  width:15px;
  transform: skewX(-9deg);
 
  height: 100%;
  background-color: var(--white);
}
.service .row.shap_change::after {
  transform: skewX(9deg);
}
.service .row .col-md-6:first-child .service_box {
  padding-right: 80px;
}
.service .row .col-md-6:last-child .service_box {
  padding-left: 80px;
}
.service .service_box {
  background-color: var(--teallight);
  padding: 32px;
}
.service .service_box h5 {
  font-size: 16px;
  color: var(--surfaceteal);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 32px 0 16px;
}
.service .service_box ul li {
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 16px;
  color: var(--surfaceteal);
}

.sec_title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: var(--surfaceteal);
  max-width: 210px;
}

.about {
  padding: 112px 0;
  background-color: var(--teallight);
}
.about .about_box h5 {
  font-size: 16px;
  color: var(--surfaceteal);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 16px 0 8px;
}

.about .about_box p {
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 18px;
  color: var(--surfaceteal);
  opacity: 0.70;
  margin-bottom: 14px;
}
.about .about_box img {
    /*height: 380px;*/
    object-fit: cover;
}
.about .about_box p:last-child {
  margin: 0;
}
.about .sec_title {
  margin-bottom: 43px;
}
.about .sec_title span {
  color: var(--rad);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.about .sec_title h3 {
  color: var(--surfaceteal);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 24px 0;
}
.about .sec_title p {
  color: var(--surfaceteal);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  opacity: 0.7;
}
.about ul li {
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 16px;
  color: var(--surfaceteal);
  opacity: 0.7;
}
.banner_top .info_box li {
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 23px;
    color: var(--white);
    opacity: 0.7;   
}


.bg_color {
    background-color: #f1f6f8 !important;
}
.home_blog {
  padding: 50px 0;
}
.home_blog .home_blog_info span {
  color: var(--rad);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.home_blog .home_blog_info h3 {
  color: var(--surfaceteal);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 24px 0;
}
.home_blog .home_blog_info h3 span {
  color: var(--rad);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
}
.home_blog .home_blog_info p {
  color: var(--surfaceteal);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  opacity: 0.7;
}
.home_blog .img_padd {
  padding-left: 156px;
}
.home_blog .slider_padd {
  padding-right: 156px;
}
.home_blog .service_slider .box {
  padding: 32px;
  min-height: 400px;
}
.home_blog .service_slider .box.color_1 {
  background-color: var(--rad);
}
.home_blog .service_slider .box.color_2 {
  background-color: var(--surfaceteal);
}
.home_blog .service_slider .box img {
  margin-bottom: 32px;
}
.home_blog .service_slider .box h5 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.home_blog .service_slider .box ul {
  padding-left: 20px;
}
.home_blog .service_slider .box ul li {
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 16px;
  color: var(--white);
  opacity: 0.7;
}
.home_blog .slick-dots {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  padding: 0 8px;
}
.home_blog .slick-dots li {
  margin: 0;
}
.home_blog .slick-dots li button::before {
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
  opacity: 1;
}
.home_blog .slick-dots li.slick-active button:before {
  color: var(--rad);
}

.mission_value {
  padding: 112px 0;
}
.mission_value p {
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 22px;
  color: var(--surfaceteal);
  opacity: 0.7;
  margin-bottom: 30px;
}
.mission_value .mission_box {
  background-color: var(--teallight);
  padding: 32px;
}
.mission_value .mission_box h5 {
  font-size: 16px;
  color: var(--surfaceteal);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 16px;
}
.mission_value .mission_box h5::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--rad);
}

.contact_us {
  padding: 112px 0;
}
.contact_us .contact_form {
  padding: 32px;
  background-color: var(--teallight);
}
.contact_us .contact_form label {
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 16px;
  color: var(--rad);
}
.contact_us .contact_form input,
.contact_us .contact_form textarea {
  border: 1px solid var(--surfaceteal);
  padding: 4px 16px;
}
.contact_us .contact_form input::-moz-placeholder, .contact_us .contact_form textarea::-moz-placeholder {
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 16px;
}
.contact_us .contact_form input::placeholder,
.contact_us .contact_form textarea::placeholder {
  font-size: 12px;
  font-family: "Montserrat";
  line-height: 16px;
}
.contact_us .contact_info h6 {
  font-size: 16px;
  color: var(--surfaceteal);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact_us .contact_info p {
  font-size: 18px;
  font-family: Montserrat;
  line-height: 22px;
  color: var(--surfaceteal);
}
.contact_us .contact_info a {
  color: var(--rad);
}


.policy_top {
  background-color: var(--teallight);
  padding: 112px 0 56px;
}
.policy_top h5 {
  color: var(--surfaceteal);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.policy_top p {
  color: var(--surfaceteal);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.policy_list {
  padding: 56px 0;
}
.policy_list .policy_items {
  display: flex;
  padding: 56px 0;
}
.policy_list .policy_items h5 {
  color: var(--surfaceteal);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 30px;
  flex-shrink: 0;
  width: 210px;
}
.policy_list .policy_items p {
  color: var(--surfaceteal);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 880px;
}
.home_blog{
      background-color:#f1f6f8 !important;
  }
 
@media (max-width: 991.99px) {
    
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 0px;
    }

    header .navbar-collapse {
        padding-top: 30px;
    }
    
  .client_tstimonials .sec_title {
    padding: 56px 24px;
    max-width: 100%;
  }
  .client_tstimonials .review_box {
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  }
  .client_tstimonials .review_box {
    padding: 56px 24px;
  }
  .client_tstimonials .review_box .review_slider {
    max-width: 100%;
  }
  .home_blog {
    padding: 56px 0;
  }
 
  .home_blog .img_padd {
    padding-left: 0;
    padding-top: 40px;
  }
  .home_blog .slider_padd {
    padding-right: 0;
    padding-top: 0;
  }
   .policy_list {
    padding: 0;
  }
  .policy_top {
    padding: 56px 0;
  }
  .policy_list .policy_items {
    display: block;
    padding: 48px 0;
  }
  .banner_top .info_box {
    max-width: 100%;
}
.side_bg_img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
  }
  .banner_top .development_slider .slick-slide img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.banner_top .consultancy_slider 
 .slick-slide img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.side_bg_img {
    height: 500px;
}
}
@media (max-width: 767.99px) {
    .hero_banner .banner_items .btn {
    min-width: 243px;
    margin-bottom: 12px;
    margin-right:0px;
    display: inline-block;
}

  .hero_banner .banner_items h1 {
    margin: 24px auto;
  }
  .banner_top .banner_slider {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .banner_top .info_box {
    max-width: 100%;
    margin-left: auto;
    padding: 56px 12px;
  }
  .side_bg_img {
    height: 354px;
  }
  
  .about_count .count_info::after {
    background-size: cover;
  }
  .about_count .count_info {
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 100%);
    padding: 56px 15px;
  }
  .about_count .col-md-4 {
    padding: 0;
  }
  .about_count .about_info {
    padding: 56px 12px;
  }
  .case_studies .shap_bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .case_studies .list_info {
    padding: 24px 24px 0;
  }
  .case_studies .studies_box {
    max-width: 100%;
    padding: 24px;
  }
  .client_tstimonials .review_box {
    padding: 56px 24px;
  }
  .partners_ship .info_box {
    padding: 45px 24px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
  }
  .partners_ship .suport {
    max-width: 100%;
    align-items: center;
    padding: 0px 24px 56px;
  }
  .partners_ship .suport img {
    max-width: 242px;
    margin: auto;
  }
  .blog {
    padding: 56px 0 0;
  }
  .blog .row {
    padding-bottom: 40px;
  }
  .banner_top.switch_side .side_bg_img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
  }
  .banner_top.switch_side .info_box {
    max-width: 100%;
    padding: 56px 24px;
  }
  .service {
    padding: 56px 12px;
  }
  .service .service_box {
    padding: 32px;
  }
  .service .row .col-md-6:first-child .service_box {
    padding-right: 32px;
    padding-bottom: 64px;
  }
  .service .row .col-md-6:last-child .service_box {
    padding-left: 32px;
    padding-top: 64px;
  }
  .service .row::after {
    transform: translateY(100%) skewY(175deg);
    top: 50%;
    left: 0;
    width: 100%;
    height: 15px;
  }
  .service .row.shap_change::after {
    transform: translateY(100%) skewY(185deg);
  }
  .about {
    padding: 56px 0;
  }
  .mission_value {
    padding: 56px 0;
  }
  .contact_info {
    padding: 56px 0;
  }
  .contact_us {
    padding: 56px 0 0;
  }
  .banner_top .banner_slider.pattern_change {
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  }
  .banner_top .list_info {
    padding: 32px 48px;
  }
  footer {
    padding: 56px 24px;
  }
}
@media (max-width: 575.99px) {
  .banner_top .banner_slider {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
  }
  .banner_top .info_box {
    padding: 24px;
    max-width: 100%;
    text-align: center;
  }
  .about_count .about_info {
    padding: 56px 12px;
    text-align: center;
  }
  .client_tstimonials .sec_title {
    text-align: center;
  }
  .client_tstimonials .sec_title h2 {
    margin: 0 auto 30px;
  }
  .client_tstimonials .slider_box {
    text-align: center;
  }
  .client_tstimonials .review_box h6 {
    margin: 0 auto !important;
  }
  .client_tstimonials .slick-dots {
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
  }
  .sec_title h2 {
    max-width: 100%;
  }
  .contact_form button {
    width: 100%;
  }
  .get_touch .btn {
    margin: 32px auto 0;
  }
  .partners_ship .info_box li {
    margin: 16px;
  }
  .partners_ship .info_box li:last-child img {
    height: 50px !important;
}
  .partners_ship .info_box li:last-child {
    display: block !important;
}
.partners_ship .info_box ul {
    border-bottom: 1px solid #667085;
    padding-bottom:30px;
}
.suport h6 {
    margin-bottom: 30px;
}
.property_color{
      padding-top:0px;
  }
 .property_color .property_bg{
      background-color:#f1f6f8 ;
      padding-top:56px;
  }
  .case_studies_slider .blog_box .text_content h5 {
    max-width: 100% !important;
}
}/*# sourceMappingURL=style.css.map */

/*19-09-23*/

.home_blog .home_blog_info ul li {
    color: var(--surfaceteal);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    opacity: 0.7;
}
.home_blog .home_blog_info::marker {
    color: var(--surfaceteal);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    opacity: 0.7;
}
.col-md-12.opportunities ul li {
    color: var(--surfaceteal);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    opacity: 0.7;
}

.col-md-12.opportunities {
    padding-bottom: 50px;
}
.projects {
    padding-bottom: 50px;
}
/*@media (max-width: 991px) {*/
/*    .navbar-collapse {*/
/*        position: fixed;*/
/*        top: 0;*/
/*        right: 0;*/
/*        width: 100%;*/
/*        height: calc(100vh);*/
/*        z-index: 99;*/
/*    }*/
/*    .navbar-collapse {*/
/*            background: var(--rad);*/
/*            box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);*/
/*            transition: right 500ms ease-in-out;*/
/*    }*/
/*    .navbar-collapse.collapsing {*/
/*        right: -100%;*/
/*        transition: height 0s ease;*/
/*    }*/
/*    .navbar-collapse.show {*/
/*        right: 0; */
/*    }*/
/*    header .navbar .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-nav .nav-item .nav-link:hover {*/
/*        color: var(--tealdark);*/
/*    }*/
/*}*/


header .menu-button {
  position: absolute;
  right: 13px;
  top: 15px;
  width: 18px;
  height: 14px;
  cursor: pointer;
}
header .menu-button:hover .bar {
  background: #ffffff;
}
header .bar {
  transition: all 0.25s ease;
  height: 2px;
  background: #ffffff;
  position: absolute;
}
header .top {
  top: 0;
  width: 50%;
}
header .middle {
  width: 100%;
  top: 6px;
}
header .bottom {
  width: 50%;
  bottom: 0;
}
header .left {
  left: 0;
}
header .right {
  right: 0;
}
header .top.bar.left {
  transform-origin: 0% 0%;
}
header .top.bar.right {
  transform-origin: 100% 0%;
}
header .bottom.bar.left {
  transform-origin: 0% 100%;
}
header .bottom.bar.right {
  transform-origin: 100% 100%;
}
header .menu-button.nav-active .top.bar.left {
  transform: translate(2px, -1px) rotate(45deg) scaleX(1.25);
}
header .menu-button.nav-active .top.bar.right {
  transform: translate(-2px, -1px) rotate(-45deg) scaleX(1.25);
}
header .menu-button.nav-active .bottom.bar.left {
  transform: translate(2px, 2px) rotate(-45deg) scaleX(1.25);
}
header .menu-button.nav-active .bottom.bar.right {
  transform: translate(-2px, 2px) rotate(45deg) scaleX(1.25);
}
header .menu-button.nav-active .middle.bar {
  transform: scaleX(0);
}

.case_studies_slider {
  padding: 64px 0;
  background-color: #F1F6F8;
}
.case_studies_slider .sec_title {
  margin-bottom: 30px;
}
.case_studies_slider .sec_title h4 {
  font-size: 16px;
  color: var(--rad);
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.case_studies_slider .blog_box {
  margin: 0 12px;
}
.case_studies_slider .blog_box .img_content .content {
  background-color: #FFD43D;
  color: var(--surfaceteal);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 8px;
}
.case_studies_slider .blog_box .text_content {
  background-color: var(--surfaceteal);
  padding: 27px 16px;
}
.case_studies_slider .blog_box .text_content h5 {
  font-size: 12px;
  color: var(--white);
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  max-width: 70%;
}
.case_studies_slider .slick-list {
  padding: 0px 160px 0 0 !important;
}
.case_studies_slider .slick-list .slick-track {
  margin: 0 -12px;
}
.case_studies_slider .slick-dots {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  padding: 0 8px;
}
.case_studies_slider .slick-dots li {
  margin: 0;
}
.case_studies_slider .slick-dots li button::before {
  color: var(--white);
  font-size: 12px;
  line-height: 17px;
  opacity: 1;
}
.case_studies_slider .slick-dots li.slick-active button:before {
  color: var(--rad);
}
.case_studies_slider .slick-prev,
.case_studies_slider .slick-next {
  top: -40px;
}
.case_studies_slider .control-c {
  background-color: #CDD1D3;
  height: 32px;
  width: 30px;
  border-radius: 50%;
}
.case_studies_slider .slick-prev {
  right: 48px;
  left: inherit;
}
.case_studies_slider .slick-next {
  right: 0;
}

@media (max-width: 767px) {
  .case_studies_slider .slick-list {
    padding: 0px 70px 0 0 !important;
  }
}/*# sourceMappingURL=style.css.map */

.listing .listing_box .img_box .tag {
    background-color: #FC6900;
    top: 16px;
    left: 16px;
    color: #FFFFFF;
    padding: 10px 16px;
}
.detail_img .img_box .tag {
    background-color: #FC6900;
    top: 16px;
    left: 16px;
    color: #FFFFFF;
    padding: 10px 16px;
}
