:root {
  --bg-color: #eee;
  --theme-color: #fff;
  --main-color: #0047FF; }

/*html, body {
	overflow-x:hidden;
}*/
/* --------------- Menu --------------- */
.navbar {
  position: absolute;
    left: 0;
    top: 62px;
    margin: 0;
    width: 100%;
    background: rgba(250, 250, 250, 0.9);
    z-index: 100;
    padding: 10px 0;}
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px); 
	/*-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);*/
	background: #f7f7f7;
	}
  .navbar .logo {
    /*padding: 7px 15px;*/
    /*border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;*/ }
	.navbar .logo img {
		max-width: 90px;
	}
	.navbar.nav-scroll .logo img {
		max-width: 70px;
	}
  .navbar .navbar-nav {
    padding: 6px 8px;
        border: 1px solid rgb(233 233 233 / 70%);
    border-radius: 30px;
    margin-left: 15px; 
	margin-left: auto;
	margin-right: 10px;
	}
	.navbar.nav-scroll .navbar-nav {
		border: 1px solid rgb(255 255 255);
	}
    .navbar .navbar-nav .nav-link {
      padding: 5px 20px;
      border-radius: 30px;
      font-size: 16px;
      color: #444; }
	  
	  .navbar .navbar-nav .dropdown-menu {
		border: none;
		border-radius: .25rem;
		-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
		box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	}
	  
	  .navbar .navbar-nav .dropdown-item {
		display: block;
		width: 100%;
		padding: .4rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #444;
		text-align: inherit;
		text-decoration: none;
		white-space: nowrap;
		background: none;
		border: 0;
		font-size: 16px;
	}
	
	.navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:focus, .navbar .navbar-nav .dropdown-item:active {
	    background: rgb(240 240 240 / 80%);
	}

      .navbar .navbar-nav .nav-link.active {
        background: rgb(232 232 232 / 80%); }
		.navbar.nav-scroll .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.9);
}
  .navbar .topnav .menu-icon {
    color: #444;
    font-size: 24px;
    margin-left: 15px; }
  .navbar .topnav .butn {
    padding: 7px 20px;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #ffffff;
    margin-right: 15px;font-weight: 400;}
	
	.navbar .topnav .butn:hover {
    background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%);
     }

/* --------------- header --------------- */
.header-mda {
  padding: 140px 0 80px 0;
  position: relative;
  overflow: hidden !important; background: #fff; }
  .header-mda .caption h1 {
    font-size: 70px;
    line-height: 85px;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
	}
	
	.header-mda .caption {
		margin-top: 110px;
	}
	.header-mda .caption h2 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 16px;
		color: #323232;
		font-family: "Playfair Display", serif;
		font-weight: 500;
		letter-spacing: 1px;
	}
	
	.header-mda .caption h3 {
		font-size: 16px;
		line-height: 30px;
		margin-top: 15px;
		color: #323232;
		font-weight: 300;
		letter-spacing: 1px;
	}
	
	.header-mda .caption p {
		color: #5d5c5c;
		font-size: 17px;
		font-weight: 400;
		margin: 0;
		line-height: 29px;
	}

/* --------------- Services --------------- */
.services-mda .sec-head h2 {
  font-size: 65px;
  line-height: 1.2; }

.services-mda .sec-head span {
  letter-spacing: 4px; }

.services-mda .sec-head .img1 {
  width: 180px;
  height: 55px;
  overflow: visible; }
  .services-mda .sec-head .img1 img {
    border-radius: 30px; }

.services-mda .sec-head .img2 {
  width: 55px;
  height: 55px;
  overflow: visible; }
  .services-mda .sec-head .img2 img {
    border-radius: 50px; }

.services-mda .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 20px; }
  .services-mda .item .cont {
    padding: 15px; }
    .services-mda .item .cont .icon {
      width: 52px;
      height: 52px;
      line-height: 50px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%; }
      .services-mda .item .cont .icon img {
        width: 25px; }
      .services-mda .item .cont .icon.invert img {
        -webkit-filter: invert(1);
        filter: invert(1); }
    .services-mda .item .cont .text {
      margin-top: 100px;
      margin-bottom: 20px; }
      .services-mda .item .cont .text p {
        font-size: 14px;
        font-weight: 300;
        line-height: 22px; }

.marq-sa {
  overflow: hidden !important; }
  .marq-sa .item {
    padding: 0 80px !important;
    position: relative; }
    .marq-sa .item:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .marq-sa .item h2 {
      white-space: nowrap;
      font-size: 96px;
      line-height: 120px;
      letter-spacing: -4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
      background: -webkit-linear-gradient(left, #fff, transparent);
      background: -o-linear-gradient(left, #fff, transparent);
      background: linear-gradient(to right, #fff, transparent);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

/* --------------- Works --------------- */
.work-mda .item {
  position: relative; }
  .work-mda .item .img {
    height: 640px; }

/* --------------- Clients --------------- */
.clients-ds .item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto; }
  .clients-ds .item p {
    margin-top: 30px; }

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }

.testimonials-ds .item .info .info-text {
  padding-left: 20px; }
  .testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #666;
    margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #666; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0047FF; }

/* Pricing
-----------------------------------------------------------------*/
.price .item {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden; background: #f8f7f7;
    height: 100%;
    padding-bottom: 0; }
  .price .item:after, .price .item:before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .price .item:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  .price .item.gray {
    background: #ddd; }
	.price .item.white {
    background: #fff; }
  .price .item.dark {
    background: #0D0F11;
    color: #fff; }
    .price .item.dark:after, .price .item.dark:before {
      border-color: rgba(255, 255, 255, 0.1); }
  .price .item .feat li {
    margin-bottom: 20px; }
    .price .item .feat li .icon {
      font-size: 12px;
      margin-right: 10px; }
  .price .item .view svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .price .item .amount h2 {
    line-height: 1; }
    .price .item .amount h2 span {
      font-size: 20px; }

/* FAQS
-----------------------------------------------------------------*/
.faqs .main-marq:after {
  display: none; }

.faqs .main-marq h4 {
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }
  .faqs .main-marq h4 span {
    color: rgba(255, 255, 255, 0.02); }

.faqs .main-marq .icon {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .faqs .main-marq .icon img {
    width: 100px; }

.faqs .accordion-item {
  border: 0;
  margin-bottom: 30px;
  background: transparent; }
  .faqs .accordion-item:last-of-type {
    margin-bottom: 0; }

.faqs .accordion-header .accordion-button {
  background: transparent;
  font-size: 20px;
  color: inherit;
  padding: 20px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05); }
  .faqs .accordion-header .accordion-button .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.05); }
    .faqs .accordion-header .accordion-button .icon svg {
      opacity: .3; }
      .faqs .accordion-header .accordion-button .icon svg path {
        stroke: #fff; }
  .faqs .accordion-header .accordion-button .face-icon {
    width: 25px; }
  .faqs .accordion-header .accordion-button:after {
    display: none; }
  .faqs .accordion-header .accordion-button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .faqs .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .faqs .accordion-header .accordion-button:not(.collapsed) .icon svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 1; }

.faqs .accordion-body {
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .faqs .accordion-body p {
    font-weight: 300; }

.faqs .imgs {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 100%;
  pointer-events: none; }
  .faqs .imgs .img1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    height: 350px; }
  .faqs .imgs .img2 {
    position: absolute;
    bottom: 0;
    left: 300px;
    width: 190px;
    height: 150px; }
  .faqs .imgs .img3 {
    position: absolute;
    right: 0;
    top: 15%;
    width: 420px;
    height: 450px; }

/* --------------- Blogs --------------- */
.blog-mp {
  background-color: #ebeff1;
  padding-top: 170px;
  margin-top: -60px; }
  .blog-mp .bord {
    position: relative; }
    .blog-mp .bord:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .blog-mp .item .info .author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .blog-mp .item .info .author-info,
  .blog-mp .item .info .date {
    font-size: 13px;
    text-transform: uppercase; }
    .blog-mp .item .info .author-info span,
    .blog-mp .item .info .date span {
      display: block;
      line-height: 22px; }
  .blog-mp .item .info .author-info .sub-color {
    text-transform: capitalize !important; }
  .blog-mp .item .img {
    border-radius: 15px;
    height: 255px;
    overflow: hidden; }

/* --------------- footer --------------- */
.footer-mp .info-item h6 {
  font-size: 18px;
  line-height: 1.5; }

.footer-mp .footer-logo {
  position: relative;
  margin-top: 100px; }
  .footer-mp .footer-logo h1 {
    font-size: 290px;
    line-height: 1.2; }
    .footer-mp .footer-logo h1 span {
      font-family: "Playfair Display", serif;
      font-style: italic; }
  .footer-mp .footer-logo .union {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    background: #fff;
    padding: 10px;
    border-radius: 50%; }
    .footer-mp .footer-logo .union .icon {
      width: 64px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.footer-mp .social-icon {
  padding-top: 30px; }
  .footer-mp .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 14px;
    margin: 0 5px; }
    .footer-mp .social-icon a:hover {
      color: #fff;
      background: var(--main-color);
      border-color: var(--main-color);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }

.footer-mp .sub-footer .copy p {
  font-size: 14px; }

.footer-mp .sub-footer .links {
  width: 100%; }
  .footer-mp .sub-footer .links a {
    font-size: 14px; }
  .footer-mp .sub-footer .links .active {
    color: var(--main-color); }

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1d1d1d;
  background-color: var(--theme-color); }

main {
  position: relative; }
  main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/stars.svg);
    background-repeat: repeat;
    opacity: .3;
    z-index: -1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.02rem;
  margin: 0; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 24px; }

.sub-color {
  color: #666; }

.sub-head {
  font-size: 24px;
  line-height: 28px; }

.sec-head-lg h2 {
  font-size: 70px;
    line-height: 1.1;
    font-weight: 100; }

p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.italic {
  font-style: italic; }

.sec-head .sub-head {
  position: relative;
  padding-left: 0; }
  /*.sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }*/

.loader-wrap svg {
  fill: #fdf9f0; }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon img {
  width: 18px; }

.butn:hover .icon.invert img,
.butn:hover .icon.invert svg {
  -webkit-filter: invert(0);
  filter: invert(0); }

.butn.butn-bord {
  border-color: #333; }

.butn-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #141414;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .butn-circle.butn-dark {
    color: #fff;
    background: #141414; }
  .butn-circle.butn-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2); }
    .butn-circle.butn-light:hover {
      background: #fff;
      color: #141414; }
      .butn-circle.butn-light:hover .text {
        color: #141414; }
      .butn-circle.butn-light:hover svg path {
        stroke: #141414; }
  .butn-circle svg path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .butn-circle:hover {
    background: #141414;
    color: #fff; }
    .butn-circle:hover svg path {
      stroke: #fff; }
    .butn-circle:hover .text-dark {
      color: #fff !important; }

.box-dark {
  background: #0D0F11;
  color: #fff;
  border-radius: 70px;
  position: relative;
  z-index: 4; }
  /*.box-dark.goup {
    margin-top: -80px; }*/
  .box-dark p {
    color: #b6b6b6; }
	
.crv-butn span {
  background: #97b1ba;
    color: #fbfbfb; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #97b1ba;
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
	
/*.work-card {
	border-radius: 70px;
    position: relative;
    z-index: 4;
    margin-top: -80px;
    background: #fff;
}*/
.work-card {
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 70px;
    position: relative;
    z-index: 4;
    background: #fff;
}

.work-card .card-item {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: #ebeff1; }
  .work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .work-card .card-item .cont .tag {
      font-size: 12px;
      line-height: 1;
      padding: 7px 12px;
      margin-right: 2px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 30px; }
    .work-card .card-item .cont p {
      font-size: 16px;
    line-height: 26px;
    text-align: justify; }
  .work-card .card-item .img {
    padding: 20px; }
    .work-card .card-item .img img {
      border-radius: 15px; }

.work-card .card-item h5 {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-card .card-item h5 .italic {
    font-size: 75px;
}

.work-card .card-item .butn {
    padding: 7px 20px;
    background-image: linear-gradient(to right, #f9cb5b 15%, #fbe892 50%, #f9cb5b 100%);
    color: #1d1d1d;
    margin-right: 15px; }
	
.work-card .card-item .butn:hover {
background-image: linear-gradient(to right, #f9cb5b 15%, #f9cb5b 50%, #fbe892 100%);
 }

 .footer-ds {
      background: #000000;}
  .footer-ds .subscribe .form-group {
    margin: 35px 0 15px;
    position: relative; }
    .footer-ds .subscribe .form-group label {
      font-size: 14px;
      margin-bottom: 10px; color: #c2c2c2;}
    .footer-ds .subscribe .form-group input {
      padding: 20px 50px 20px 20px;
      background: #343434;
      border: 0;
      border-radius: 5px;
      width: 100%;
      color: #fff; }
    .footer-ds .subscribe .form-group button {
      background: transparent;
      border: 0;
      position: absolute;
      bottom: 20px;
      right: 15px;
      width: 25px; }
  .footer-ds .subscribe span {
    color: #808080;
    font-size: 13px; }
    .footer-ds .subscribe span a {
      color: #c2c2c2;
      text-decoration: underline; }
  .footer-ds .contact-info .item h6 {
    margin-bottom: 15px; }
  .footer-ds .contact-info .item p {
    font-size: 16px;
    margin-top: 5px; color: #c2c2c2;}
  .footer-ds .sub-footer .copy .logo {
    width: 60px; }
  .footer-ds .sub-footer .copy p {
    font-size: 14px; }
    .footer-ds .sub-footer .copy p a {
      color: #fff; }
  .footer-ds .sub-footer .links {
    width: 100%; }
    .footer-ds .sub-footer .links a {
      font-size: 14px; }
    .footer-ds .sub-footer .links .active {
      color: #fff; }  

  .footer-ds .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; color: #c2c2c2;
    background: #343434; }
	
	.footer-ds .contact-info .social-icon a:hover {
		background: #242424
	}
    .footer-s .contact-info .social-icon a:hover {
      border-color: #fff; }

	  .sub-footer {
	  	background: #eff2f4;
	  }

.footer-logo img {
	max-width: 180px;
}

.subscribe p {
	color: #666;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
}

.subscribe .butn {
    padding: 7px 20px;
    background-image: linear-gradient(to right, #f9cb5b 15%, #fbe892 50%, #f9cb5b 100%);
    color: #1d1d1d;
    margin-right: 15px; }
	
.subscribe .butn:hover {
background-image: linear-gradient(to right, #f9cb5b 15%, #f9cb5b 50%, #fbe892 100%);
 }
 
 .footer-ds .subscribe span {
    color: #c2c2c2;
    font-size: 14px;
}

.testimonials-dm {
  overflow: hidden !important; }
  .testimonials-dm .sec-head .states h6 {
    font-size: 16px; }
    .testimonials-dm .sec-head .states h6 i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 13px;
      border-radius: 50%;
      background: #1a1b1e;
      margin-right: 5px; }
  .testimonials-dm .swiper {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible; }
  .testimonials-dm .swiper-wrapper {
    padding-bottom: 60px; }
  .testimonials-dm .item {
    padding: 40px 30px;
    border-radius: 15px;
    background: #fff; }
    .testimonials-dm .item .fit-img {
      width: 80px;
      height: 80px;
      border-radius: 50%; }
    .testimonials-dm .item span.sub-color {
      font-size: 16px; }
    .testimonials-dm .item .stars {
      color: #f9cb5b;
      font-size: 13px; }
  .testimonials-dm .swiper-pagination {
    position: absolute;
    bottom: 0;
    top: auto;
    background: rgba(255, 255, 255, 0.08);
    height: 2px; }
  .testimonials-dm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fcfcfc; }
	
	.testimonials-dm {
    position: relative;
    z-index: 4;
    background: #eff2f4;
    padding: 100px 0;
	}

.testimonials-dm .item h5 {
    font-size: 20px;
    line-height: 30px;
	color: #333;
    font-weight: 300;
}

.testimonials-dm .vid {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #212121;
    position: relative;
}

.testimonials-dm .vid:after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
}

.intro-iner {
  position: relative;
  background: #eff2f4;
    padding-bottom: 110px;
    padding-top: 100px;
  }
  .intro-iner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 4;
    display: none; }
    .intro-iner .content .item {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .intro-iner .content .item span {
        font-size: 16px;
        padding: 8px 24px;
        background: var(--bg-color);
        border-radius: 30px; }
        .intro-iner .content .item span.bdark {
          background: #777;
          color: #fff; }
        .intro-iner .content .item span.bred {
          background: var(--main-color);
          color: var(--theme-color); }
      .intro-iner .content .item img {
        width: 50px; }
      .intro-iner .content .item .icon1 img {
        width: 70px; }
  .intro-iner .img-box {
    position: relative; }
    .intro-iner .img-box .states {
      position: absolute;
      bottom: 120px;
      left: -30px;
      background: #fff;
      color: #212121;
      padding: 20px 20px;
      border-radius: 15px;
      z-index: 3; }
    .intro-iner .img-box .just-shape {
      background: #eff2f4;
      border-radius: 0 0 30px 0;
      width: 200px;
      height: 50px;
      position: absolute;
      top: -1px;
      left: -1px; }
      .intro-iner .img-box .just-shape .shap-right-top {
        position: absolute;
        top: -1px;
        right: -2.05rem; }
        .intro-iner .img-box .just-shape .shap-right-top svg {
          width: 2.1rem;
          height: 2.1rem; }
      .intro-iner .img-box .just-shape .shap-left-bottom {
        position: absolute;
        bottom: -2.05rem;
        left: -1px; }
        .intro-iner .img-box .just-shape .shap-left-bottom svg {
          width: 2.1rem;
          height: 2.1rem; }
    .intro-iner .img-box .butn-vid {
      background: #eff2f4;
      border-radius: 30px 0 0 0;
      padding: 40px 0 0 30px;
      position: absolute;
      bottom: -1px;
      right: -1px; }
      .intro-iner .img-box .butn-vid .vid {
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        color: #212121;
        position: relative; }
        .intro-iner .img-box .butn-vid .vid:after {
          content: '';
          position: absolute;
          top: -8px;
          left: -8px;
          right: -8px;
          bottom: -8px;
          border: 1px solid rgba(255, 255, 255, 0.9);
          border-radius: 50%; }
      .intro-iner .img-box .butn-vid .cont {
        padding-left: 20px; }
      .intro-iner .img-box .butn-vid .shap-right-top {
        position: absolute;
        right: 0;
        top: -2.05rem;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .intro-iner .img-box .butn-vid .shap-right-top svg {
          width: 2.1rem;
          height: 2.1rem; }
      .intro-iner .img-box .butn-vid .shap-left-bottom {
        position: absolute;
        left: -2.05rem;
        bottom: -1px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
        .intro-iner .img-box .butn-vid .shap-left-bottom svg {
          width: 2.1rem;
          height: 2.1rem; }
  .intro-iner .img {
    height: 580px;
    border-radius: 15px; }
  .intro-iner .sec-head {
    padding-top: 40px; }
  .intro-iner .accordion-item {
    background: transparent;
    border-radius: 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-bottom: 5px; }
    .intro-iner .accordion-item .accordion-header {
      background: transparent; }
      .intro-iner .accordion-item .accordion-header button {
        background: transparent;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        padding: 30px 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .intro-iner .accordion-item .accordion-header button:after {
          background-image: url(../imgs/plus-solid.svg);
          -webkit-filter: invert(1);
          filter: invert(1); }
        .intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
          background-image: url(../imgs/minus-solid.svg); }
    .intro-iner .accordion-item .accordion-body {
      padding: 0;
      padding: 0px 100px 30px 0; }
      .intro-iner .accordion-item .accordion-body p {
        font-size: 14px; }

.intro-iner .sec-head h3 {
    font-weight: 600;
    font-size: 45px;
    line-height: 52px;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(#818181, #222);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.intro-iner .sec-head h3.small {
	font-size: 32px;
    line-height: 42px;
}

.intro-iner .sec-head p {
    color: #5d5c5c;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 29px;
	margin-bottom: 15px;
}

.intro-iner .sec-head h5 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    color: #323232;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 0;
}

.intro-iner .sec-head h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #323232;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 0;
    margin-top: 20px;
}

.intro-iner .sec-head .sub-head:after {
    display:none;
}

.intro-iner .sec-head .butn {
    padding: 7px 20px;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #fff;
    margin-right: 15px; font-weight: 400;}
	
.intro-iner .sec-head .butn:hover {
background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%);
 }

.price {
    padding-bottom: 200px;
    background: #ebeff1;
	padding-top: 170px;
    margin-top: -60px;
}

.works-dm {
	border-radius: 70px;
    position: relative;
    z-index: 4;
    margin-top: -80px;
    background: #fff;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.works-dm .sec-head {
  padding-left: 70px; }

.works-dm .item {
  margin-top: 50px; }
  .works-dm .item:hover .img .tags {
    opacity: 1; }
  .works-dm .item .img {
    overflow: hidden;
    border-radius: 15px;
    position: relative; }
    .works-dm .item .img .tags {
      position: absolute;
      bottom: 15px;
      left: 20px;
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .works-dm .item .img .tags a {
        padding: 7px 15px;
        background: #fff;
        border-radius: 30px;
        color: var(--theme-color);
        font-size: 14px;
        margin: 0 -5px; }
        .works-dm .item .img .tags a:hover {
          background: var(--main-color); }
      .works-dm .item .img .tags.colorful a {
        background: var(--main-color); }
  .works-dm .item .info {
    font-size: 14px; }
    .works-dm .item .info .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      margin: 0 10px; }

.works-dm .sec-head h2 {
	text-transform: uppercase;
    font-weight: 200;
    font-size: 45px;
	line-height: 55px;
}

.works-dm .item h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.works-dm .item .img {
    position: relative;
}

.works-dm .item .img .txt-before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    margin: 10px 10px 20px 20px;
    padding: 2px 15px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
    border: 3px solid #ebeff1;
}

.works-dm .item .img .txt-after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f9cb5b;
    margin: 10px 20px 20px 10px;
    padding: 2px 15px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
    border: 3px solid #ebeff1;
}

.price .item .feat li i {
	color: #f9cb5b;
    margin-right: 3px;
}

.about-ca .main-box {
  color: #fff;
  height: 510px;
  padding: 40px;
  background-image: url(../images/about/bg.jpg);
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative; }
  .about-ca .main-box .caption h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
    text-shadow: 2px 2px #565656;
    font-family: "Playfair Display", serif;
	
	 }
  .about-ca .main-box .text {
    position: relative;
    z-index: 3;
    margin-top: 60px; }
    .about-ca .main-box .text h6 {
      font-size: 20px; }
  .about-ca .main-box .states {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3; }
    .about-ca .main-box .states span {
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 15px; }

.about-ca .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.about-ca .team {
  position: relative;
    border-radius: 20px;
    background: #728d97;
    overflow: hidden; }
  .about-ca .team .team-swiper {
    padding: 50px 30px 30px; }
.about-ca .team .img {
    margin: auto;
    margin-bottom: 20px;
}

.about-ca .team .img img {
    max-width: 250px;
    border-radius: 8px;
    border: 3px solid #f4f4f4;
}
	
  .about-ca .team .cont h6 {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-weight: 500; }
  .about-ca .team .cont span {
    font-size: 14px;
   }
  .about-ca .team .cont .social-icon {
    margin-top: 30px; }
    .about-ca .team .cont .social-icon a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      font-size: 14px; }
  .about-ca .team .botom {
    margin-top: 40px; }
  .about-ca .team .title {
    font-weight: 500; }
  .about-ca .team .controls {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .about-ca .team .controls .swiper-button-next, .about-ca .team .controls .swiper-button-prev {
      position: static;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 12px;
      color: #151515;
      background: #a8bbc2;
      border-radius: 50%;
      margin: 0 2px; border: 1px solid #d0dde2; }
      .about-ca .team .controls .swiper-button-next:hover, .about-ca .team .controls .swiper-button-prev:hover {
        background: #151515;
        color: #fff; }
      .about-ca .team .controls .swiper-button-next:after, .about-ca .team .controls .swiper-button-prev:after {
        display: none; }

.about-ca .join {
  background: var(--main-color);
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px;
  position: relative; }
  .about-ca .join:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/about/symbol.svg);
    background-size: cover;
    pointer-events: none; }
  .about-ca .join .ontop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
  .about-ca .join .jon-link span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
  .about-ca .join .jon-link .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff; }
    .about-ca .join .jon-link .icon img {
      width: 15px; }
  .about-ca .join .cont span {
    font-size: 14px;
    margin-top: 10px; }

.about-ca {
    border-top-left-radius: 70px;
	border-top-right-radius: 70px;
    position: relative;
    z-index: 4;
    margin-top: -80px;
    background: #eff2f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

.header-mda .caption p span {
        display: inline;
}

.header-mda .caption .name-logo {
	margin-top: 35px;
}

.header-mda .caption .name-logo img {
	max-width: 240px;
}


/* MODAL FORM */
.inquiry-form {
	background: rgba(16, 64, 112, 0.9);
	border-radius: 15px;
	padding: 50px 20px;
	padding: 50px 30px;
}

.inquiry-form h2 {
	font-weight: 700;
  	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color:#fff;
}

.inquiry-form p {
	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color:#E6E6E6;
	text-align: left;
	margin-bottom: 0;
}

.inquiry-form form {
	margin-top: 20px;
}

.inquiry-form input[type=text] {
	font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #E6E6E6;
    background: none;
    border: none;
    outline: none !important;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 5px 10px 5px 0;
    height: 60px;
    /* margin: 0 20px; */
    font-family: var(--bs-body-font-family);
}


.inquiry-form ::placeholder {
  color:#fff;
  opacity: 0.7;
}

.inquiry-form :-ms-input-placeholder {
  color:#fff;
  opacity: 0.7;
}

.inquiry-form ::-ms-input-placeholder {
  color:#fff;
  opacity: 0.7;
}

.inquiry-form .btn-wrap {
	margin: 30px 0 0 0;
}

.inquiry-form .btn {
	width: 100%;
	border: 1px solid #ffffff;
}

.inquiry-popup .modal-content {
	background: none;
	margin-top: 60px;
	border: none;
}

.inquiry-popup .modal-body {
	padding: 0;
}

.inquiry-popup .inquiry-form h2 {
	color: #fff;
}

.inquiry-popup .inquiry-form {
  	background: #012645;
	border: 2px solid #0c5da3;
	border-radius: 0;
}

.inquiry-popup .close {
	background: #0468bf;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 8px;
    margin-right: -8px;
    margin-top: -8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    float: right;
    border: none;
    display: inline-block;
    font-family: var(--bs-body-font-family);
    padding-bottom: 5px;
}

/* Inquiry Form */
.modal-welcome {
    overflow: unset !important;
	overflow-x: hidden!important;
    overflow-y: auto!important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.parsley-errors-list {
	padding-left: 0;
}

.parsley-errors-list > li {
    list-style: none;
    color: #f36270;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
	font-size: 18px;
    font-weight: normal;
    padding-left: 23px;
	line-height: 19px;
}

.parsley-errors-list > li:before {
    content: "x";
    position: absolute;
    left: 2px;
    top: -1px;
    background: #f36270;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    margin-top: 6px;
    margin-right: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

.modal-welcome .modal-lg {
    max-width: 999px;
    width: 90%;
    margin: 0 auto;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-welcome .modal-content {
    border-radius: 1.5rem;
    margin-top: 4%;
    border: 0 !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.p-0 {
    padding: 0 !important;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.equal-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.h-100 {
    height: 100% !important;
}

.modal-welcome .heading {
    position: relative;
    height: 170px;
}

.modal-welcome .heading img {
    height: 170px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

@media (min-width: 992px) {
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
}

.content {
    position: relative;
    z-index: 1;
}

.modal-welcome .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

@media only screen and (min-width: 575px) {
    .modal-welcome .content {
        padding: 50px;
    }
}

.modal-welcome .heading .heading-x2 {
    font-size: 2.2rem;
}

.modal-welcome .form-wrpr {
    padding: 30px;
}

@media only screen and (min-width: 575px) {
    .modal-welcome .form-wrpr {
        padding: 50px 60px;
    }
}

.modal-welcome .heading-popup-right {
    font-size: 28px;
    line-height: 36px;
    color: #323232;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 0;
    margin-bottom: 18px;
}

.input-box {
    position: relative;
    margin: 13px 0;
}

label {
    display: inline-block;
}

.input-box .input-label {
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    transition: 250ms;
}

.input-box .input-1 {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    width: 100%;
    color: #5d5c5c;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms;
    background: #fff !important;
	outline: none!important;
	font-size: 18px;
}

.input-box .input-2 {
    box-sizing: border-box;
    height: 110px;
    width: 100%;
    width: 100%;
    color: #181818;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms;
    background: #fff !important;
	outline: none!important;
	font-size: 18px;
}

.input-1:focus{outline:0;border:2px solid #1976bc;transition:250ms}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100vw;
    height: 100vh;
    background-color: #1976bc;
}

.btn-close {
    background: #FCA62D;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 20px;
    margin-right: -8px;
    margin-top: -8px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.modal-welcome .btn {
	width: 100%;
	height: 60px;
	font-weight: 500;
	border: none;
}

.modal-welcome p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #4a4a4a;
}
/* End // Inquiry Form */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.modal-welcome .butn {
    padding: 9px 20px;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #fff; 
	border: none;
	font-size: 18px;
	}
	
.modal-welcome .butn:hover {
	background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%);
}

.modal-welcome .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    background: #ffffff;
    color: #323131;
    box-shadow: 0 0 6px #8a8a8a;
    margin-top: -10px;
    margin-right: -10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 16px;
    z-index: 105;
    border: none;
}

.modal-welcome .close span {
    display: block;
	margin-top: -5px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */

.modal-welcome .popup-img {
	display: block;
}

.inner-header {
	background-image: url(../images/inner-header-bg.jpg);
	background-size: cover;
    background-position: top;
	padding: 180px 0 70px 0;
}

.inner-header .caption h1, .inner-header .caption h2 {
	font-family: "Playfair Display", serif;
    font-size: 50px;
	line-height: 56px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-header .caption h1.small, .inner-header .caption h2.small {
	font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-header .caption .path span {
    margin: 0 10px;
}

.inner-header .main-color {
    color: #a1111e;
}

.contact-hed .caption h1 {
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; }

.contact-hed .google-map {
  height: 540px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 15px;
  overflow: hidden; }
  .contact-hed .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contact-pg input,
.contact-pg textarea {
  width: 100%;
    border: 0;
    background: #f7f7f7;
    color: #222;
    padding: 15px 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .contact-pg input:focus,
  .contact-pg textarea:focus {
    border-color: #fff!important; }

.contact-pg textarea {
  min-height: 180px; }

.contact-pg .butn:hover {
  background: var(--main-color) !important; }
  
.section-gray-bg {
	background: #ebeff1!important; 
}

.section-white-bg {
	background: #fff!important; 
}

.height-auto {
	height: auto!important; 
}

.submit-btn .butn {
    padding: 9px 20px;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #fff; 
	border: none;
	font-size: 18px;
	}
	
.submit-btn .butn:hover {
	    background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%)!important;
}

.book-btn .butn {
    padding: 9px 20px;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #fff; 
	border: none;
	font-size: 18px;
	font-weight: 400;
	}
	
.book-btn .butn:hover {
	background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%);
}

.book-btn .butn.dark {
    padding: 9px 20px;
    background-image: linear-gradient(to right, #222 15%, #444 50%, #222 100%);
    color: #fff; 
	border: none;
	font-size: 18px;
	}
	
.book-btn .butn.dark:hover {
	background-image: linear-gradient(to right, #444 15%, #222 50%, #444 100%);
}

.contact-pg .sec-head  h2 {
	font-size: 36px;
    line-height: 44px;
    font-weight: 600;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#818181, #222);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-pg .cont-info {
    color: #444;
 }
    .contact-pg .cont-info .social-icon a {
      margin-right: 15px; }
      .contact-pg .cont-info h5 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.7; }
	.contact-pg .cont-info h5 i {
	color: #c11e2d;
	margin-right: 5px;
	}

.contact-pg .sec-head  p {
	font-size: 18px;
	line-height: 26px;
}

.inner-page .intro-iner {
    position: relative;
    background: #eff2f4;
    padding-bottom: 110px;
    padding-top: 110px;
    margin-top: 0;
}

.inner-page .intro-iner p i {
    color: #d92122;
    margin-right: 3px;
}

.inner-page .intro-iner .name-logo {
    margin-top: 35px;
}

.inner-page .intro-iner .name-logo img {
    max-width: 240px;
}

.inner-page .intro-iner .name-logo h6 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #323232;
    font-weight: 300;
    letter-spacing: 1px;
}

.inner-page .price {
    padding-bottom: 200px;
    background: #ebeff1;
    padding-top: 110px;
    margin-top: 0;
    padding-bottom: 110px;
}

.inner-page .works-dm.section-certificate {
    border-radius: 0;
    margin-top: 0;
	padding-bottom: 90px;
}

.inner-page .works-dm.section-certificate .item {
    margin-top: 0;
	margin-bottom: 20px;
}

.inner-page .works-dm.section-certificate .item .img {
    padding: 15px;
    background: #fff;
}

.inner-page .works-dm.section-certificate .item h6 {
    font-size: 24px;
    line-height: 34px;
	text-align: center;
}

.border-btm {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-r-15 {
	border-radius: 15px;
}

.inner-page-testimonials {
	padding-bottom: 80px;
}

.inner-page-testimonials .testimonial-videos .item {
	position: relative;
	margin-bottom: 30px;
}

.inner-page-testimonials .testimonial-videos .item .play-btn {
    position: absolute;
    top: 40%;
    left: 43%;
    background: #f9cb5b;
    padding: 2px 15px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 26px;
    border: 3px solid #ebeff1;
    width: 60px;
    height: 60px;
    text-align: center;
	opacity: 0.8;
}

.inner-page-testimonials .testimonial-videos .item:hover .play-btn {
	opacity: 1;
}

.inner-page-testimonials .testimonial-videos .item .play-btn i {
	font-size: 30px;
    line-height: 52px;
	color: #000000;
}

.inner-page .testimonials-dm {
    border-radius: 0;
    margin-top: 0;
}

.testimonials-dm .item {
    background: #ffffff;
	min-height: 230px;
}

.inner-page .testimonials-dm .vid {
    background: #f3f3f3;
}

.inner-page .testimonials-dm .vid:after {
    border: 1px solid rgb(210 210 210 / 90%);
}


.inner-page .works-dm.section-results {
    border-radius: 0;
    margin-top: 0;
	padding-bottom: 60px;
}

.works-dm.home-results .item ul {
    padding: 0;
}

.works-dm.home-results .item ul li {
    margin-bottom: 5px;
}

.works-dm.home-results .item ul li span {
	font-weight: 300;
}

.inner-page .works-dm.section-results .item ul {
    padding: 0;
}

.inner-page .works-dm.section-results .item ul li {
    margin-bottom: 5px;
}

.inner-page .works-dm.section-results .item ul li span {
	font-weight: 300;
}

.inner-page .works-dm.section-results .row-flex {
	position: inherit!important;
	height: auto!important;
}

.inner-page .works-dm.section-results .items {
	position: inherit!important;
}

.inner-page .works-dm.section-results .item {
    margin-bottom: 30px;
	margin-top: 0;
}

.works-dm.home-results .item {
    margin-bottom: 50px;
	margin-top: 0;
}

.inner-page .blog-mp {
    padding-top: 110px;
	padding-bottom: 60px;
    margin-top: 0;
}

.post-header {
	padding: 200px 0 0 0;
}

.post-header .caption .tags a {
  padding: 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px; }
  .post-header .caption .tags a:hover {
    background: #fff;
    color: #1d1d1d !important; }

.post-header .bg-img {
  min-height: 250px;
    border-radius: 15px;
    background: #ebeff1;
	padding: 30px 30px 40px 30px;
    }
  /*.post-header .bg-img .row {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 4; }*/

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left; }

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .main-post .post-qoute h6 {
    position: relative; }
    .main-post .post-qoute h6:before {
      content: '“';
      position: absolute;
      top: 80px;
      left: -100px;
      font-size: 180px;
      line-height: 0; }
  .main-post .post-qoute .author {
    font-size: 14px;
    color: var(--main-color); }

.main-post .iner-img {
  height: 400px; }
  .main-post .iner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.main-post .unorder-list li,
.main-post .order-list li {
  margin-top: 10px;
  opacity: .7;
  padding-left: 15px;
  position: relative; }
  .main-post .unorder-list li:before,
  .main-post .order-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px; }

.main-post .order-list li {
  padding-left: 0; }
  .main-post .order-list li:before {
    display: none; }
  .main-post .order-list li span {
    font-size: 13px; }

.main-post .info-area .tags span,
.main-post .info-area .share-icon span {
  font-size: 14px;
  margin-right: 5px;
  opacity: .7; }

.main-post .info-area .tags a,
.main-post .info-area .share-icon a {
  padding: 7px 20px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 30px;
  margin-right: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .main-post .info-area .tags a:hover,
  .main-post .info-area .share-icon a:hover {
    background: var(--main-color);
    color: #1d1d1d; }

.main-post .info-area .share-icon a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  text-align: center;
  padding: 0; }

.main-post .author-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }
  .main-post .author-area .author-img .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden; }

.main-post .next-prv-post .thumb-post {
  width: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .main-post .next-prv-post .thumb-post:after {
    content: '';
    background: var(--theme-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    opacity: .7;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .main-post .next-prv-post .thumb-post:first-of-type {
    margin-right: 15px; }
  .main-post .next-prv-post .thumb-post:last-of-type {
    margin-left: 15px; }

.comments-post .item-box {
  position: relative; }
  .comments-post .item-box p {
    font-size: 14px;
    width: 80%; }
  .comments-post .item-box.replayed {
    margin-left: 30px; }
  .comments-post .item-box .replay-butn {
    position: absolute;
    top: 15px;
    right: 15px; }
    .comments-post .item-box .replay-butn a {
      font-size: 13px;
      padding: 8px 20px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .comments-post .item-box .replay-butn a:hover {
        background: var(--main-color);
        color: #1d1d1d; }

.comments-from input,
.comments-from textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from input:focus,
  .comments-from textarea:focus {
    border-color: #fff; }

.comments-from textarea {
  min-height: 180px; }

.comments-from button {
  padding: 15px 35px;
  width: 100%;
  background: #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from button .text {
    position: relative;
    z-index: 4; }
  .comments-from button:hover {
    color: #1d1d1d;
    background: var(--main-color); }

.sidebar .search-box {
  position: relative; }
  .sidebar .search-box input {
    color: #fff;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    width: 100%;
    background: transparent; }
    .sidebar .search-box input:focus {
      border-color: #fff; }
  .sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar .widget {
  margin-top: 0; }
  .sidebar .widget .title-widget {
    margin-bottom: 30px;
    padding-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .sidebar .widget.catogry li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 7px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px; }
    .sidebar .widget.catogry li:last-of-type {
      margin-bottom: 0; }
  .sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .sidebar .widget.last-post-thum .item:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget.last-post-thum .item:hover .img a .date {
      opacity: 1; }
    .sidebar .widget.last-post-thum .item .img {
      width: 90px;
      height: 100px;
      border-radius: 5px;
      overflow: hidden; }
      .sidebar .widget.last-post-thum .item .img a {
        width: 100%;
        height: 100%;
        position: relative; }
        .sidebar .widget.last-post-thum .item .img a .date {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 14px;
          width: 50px;
          height: 50px;
          text-align: center;
          background: rgba(0, 0, 0, 0.1);
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          border-radius: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 3;
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .sidebar .widget.last-post-thum .item .img a .date span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            line-height: 1; }
      .sidebar .widget.last-post-thum .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .sidebar .widget.last-post-thum .item .cont {
      padding-left: 25px; }
      .sidebar .widget.last-post-thum .item .cont h6 {
        font-size: 17px; }
      .sidebar .widget.last-post-thum .item .cont .tag {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 30px;
        background: rgb(235 239 241);
        margin-bottom: 10px; }
  .sidebar .widget.tags a {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.02);
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .sidebar .widget.tags a:hover {
      background: var(--main-color); }
	  
.post-header .caption h1 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
	margin-top: 0;
}

.blog .main-post p {
    color: #5d5c5c;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    margin-bottom: 15px;
}

.blog-details h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details h5 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details h6 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#97b1ba, #476672);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details img {
	margin: 20px 0 25px 0;
}

.blog-details {
    color: #5d5c5c;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 29px;
    margin-bottom: 15px;
}

.blog-details p {
    color: #5d5c5c;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 29px;
    margin-bottom: 15px;
}

.blog-details ul {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 30px;
}

.blog-details ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}

.blog-details ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    content: "";
    font-size: 24px;
    width: 10px;
    height: 10px;
    background: #97b1ba;
}

.blog-details figure img {
	margin: 0;
}

.parsley-errors-list {
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
}

.parsley-errors-list > li {
    list-style: none;
    color: #f36270;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
	font-size: 16px;
    font-weight: 300;
    padding-left: 23px;
}

.parsley-errors-list > li:before {
    content: "x";
    position: absolute;
    left: 2px;
    top: -1px;
    background: #f36270;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    margin-top: 6px;
    margin-right: 10px;
}

.read_more {
	background: #f7f7f7;
    padding: 8px 12px;
    color: #646464;
    font-size: 14px;
    line-height: 13px;
    margin-top: 10px;
    border-radius: 25px;
    border: 1px solid #cdcdcd;
}

.box-upload-files {
	margin-top: 25px; 
	margin-bottom: 10px;
}

.box-upload-files h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}

.box-upload-files h5 span {
	font-size: 16px;
	line-height: 24px
}

.box-upload-files label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.box-upload-files .upload_processing {
	margin-top: 25px;
    font-size: 15px;
	display: none;
}

.box-upload-files .upload_processing img {
	max-width: 25px;
    margin-left: 10px;
}

.box-upload-files .list_docs {
	margin-top: 30px;
	display: none;
}

.box-upload-files .list_docs .item {
	margin-bottom: 15px;
}

.box-upload-files .list_docs .item img {
	max-width: 60px;
    margin-right: 15px;
}

.box-upload-files .list_docs .item button {
    background: #ffe4e4!important;
    color: #e00505!important;
    padding: 2px 8px!important;
    border: 1px solid #edc3c3!important;
	width: auto!important;
    height: auto!important;
}

.expertise-photos {
	margin-bottom: 40px;
}

.expertise-photos .expertise-item {
	height: 100%;
}

.expertise-photos .expertise-item img {
	border-radius: 15px;
}

.expertise-photos .expertise-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
	margin-top: 15px;
}

.filter-menu .menu-items {
	text-align: center;
	margin-bottom: 50px;
}

.filter-menu .menu-items .item-link {
	background: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    margin: 0 5px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
	line-height: 28px;
}

.mfp-title {
    text-align: left;
    line-height: 26px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.widget-latest-news {
	min-height: 510px;
}

.widget-latest-news h3 {
	font-family: "Inter", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    color: #000000;
    padding: 24px 20px 20px 20px;
    text-align: center;
    background: #f9cb5b;
}
.widget-latest-news h3 img {
	width: 30px;
}

.widget-latest-news .book-btn .butn {
    padding: 7px 20px;
}

.widget-latest-news p {
	color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.widget-latest-news .team-swiper {
    padding: 30px 30px 30px!important;
}

/* NEW */
.main-banner {
}

.main-banner .banner-slider .slider-item {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0 0 0;
    min-height: 800px;
}

.main-banner .banner-slider .slider-item .slider-content {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 140px;
}

.main-banner .banner-slider .slider-item .slider-content::after {
    background: linear-gradient(0deg, rgb(255 255 255) 60%, rgb(255 255 255 / 0%) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main-banner .banner-slider .slider-item .caption {
	text-align: center;
}

.main-banner .banner-slider .slider-item .caption h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.main-banner .banner-slider .slider-item .caption h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.main-banner .banner-slider .slider-item .caption p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	color: #444;
}

.services-1 {
	padding: 100px 0;
	background: #fff;
}

.services-1 .service-content {
	background: #eff2f4;
    padding: 45px 30px 30px 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.services-1 .service-item img {
	border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.services-1 .service-content .sub-title {
	margin-bottom: 30px;
}

.services-1 .service-content .sub-title h3 {
	font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #222;
	-webkit-font-smoothing: antialiased;
    background: linear-gradient(#818181, #222);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.services-1 .service-content .sub-item {
	margin-bottom: 30px;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.services-1 .service-content .sub-item img {
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.services-1 .service-content .sub-item .sub-title-2 {
	background: #fff;
	padding: 20px 20px 35px 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.services-1 .service-content .sub-item .sub-title-2 h4 {
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
	color: #444;
}

.services-1 .service-content .sub-item .sub-title-2 p {
	font-size: 16px;
    line-height: 26px;
    font-weight: 300;
	color: #444;
	margin-top: 10px;
}

.services-1 .service-content .sub-item .book-btn .butn {
    padding: 6px 20px;
    background-image: none;
    color: #222;
    font-size: 14px;
    border: 1px solid #8f8f8f;
}

.services-1 .service-content .sub-item .book-btn .butn:hover {
   background-image: none;
}

.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0; }

.marq-mp .color-bg {
  background: #fff;
  position: relative;
  z-index: 4; }

.marq-mp .gray-bg {
  background: var(--bg-color);
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin-top: -30px; }

.marq-mp .item {
  padding: 0 60px !important;
  position: relative; }
  /*.marq-mp .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }*/
  .marq-mp .item h5 {
    font-weight: 200;
    white-space: nowrap;
    color: #222; 
	text-transform: uppercase;
    font-size: 30px;
	}
	
	.marq-mp .item h5 img {
		 width: 55px;
   	 	margin-right: 2px;
	}

.about-ma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; background: #eff2f4; }
  .about-ma .bg-img {
    height: 100vh;
    width: 50vw; }
  .about-ma .content {
    padding: 40px 60px 0;
    width: 50vw; }
      .about-ma .content .item .botm h2 {
        font-size: 100px;
        font-weight: 600;
        line-height: 1;
        opacity: .1; }
        .about-ma .content .item .botm h2 span {
          font-size: 80px; }
      .about-ma .content .item .botm h6 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-bottom: 15px; 
		min-width: 340px;
		}

.about-ma .sec-head-lg h3 {
	font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #222;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(#818181, #222);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-ma .item .botm .img img {
	width: 80px;
    margin-right: 5px;
    border-radius: 50%;
}

.about-ma .item .botm .img {
	font-size: 26px;
    font-weight: 600;
}

.contact-pg {
	background: #fff;
}

.sub-footer .copy {
	justify-content: center;
}

.footer-ds h6 {
    color: #dedede;
}

.contact-img {
	padding-right: 40px;
}

.contact-img img {
	border-radius: 25px;
}

.quick-links p img {
	width: 16px;
    margin-right: 5px;
}

.footer-partners p img {
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.blog-sa {
	padding: 100px 0;
}

.blog-sa .item .img {
  border-radius: 15px; }

.blog-sa .item .cont .info a {
  font-size: 14px; }

.blog-sa .item .cont .info .date {
  opacity: .5;
  margin-left: 5px; }
  
.blog-sa .slick-slide {
  margin: 0 20px;
}

.blog-sa .slick-list {
  margin: 0 -20px;
}

.blog-sa .slick-slide img {
    border-radius: 25px;
}

.inner-page .blog-sa .item img {
    border-radius: 25px;
}

.inner-page .blog-sa .item h6 {
    font-size: 20px;
	line-height: 28px;
	font-size: 600;
}

.header-flags {
	margin-right: 8px;
}

.header-flags img {
    width: 35px;
    border-radius: 50%;
	margin-right: 3px;
}

.mission-vision img {
	width: 100px;
}

.inner-page .intro-iner .img-box .just-shape {
	background: #fff;
}

.cont-info .social-icon a {
	margin-right: 15px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #444444;
    background: #ffffff;
}

.inner-page .services-1 {
    background: #eff2f4;
}

.inner-page .services-1 .service-content {
    padding: 0;
}

.inner-page .services-1 p i {
    color: #d92122;
    margin-right: 3px;
}

.inner-page .services-1 .service-content .sub-item .sub-title-2 {
    padding: 25px 30px 40px 30px;
}

.inner-page .services-1 .service-content .sub-item .sub-title-2 h4 {
    font-size: 22px;
    line-height: 32px;
}

.inner-page .services-1 .service-content .sub-item .sub-title-2 p {
    font-size: 18px;
    line-height: 28px;
}

.inner-page .services-1 .service-content .sub-item .sub-title-2 p strong {
    font-weight: 500;
}

.inner-page .services-1 .service-content .sub-item {
    height: 100%;
	margin-bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	background: #fff;
}

.inner-page.main-service .services-1 .service-content .sub-item .book-btn .butn {
    font-size: 18px;
    border: none;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #fff;
    padding: 9px 20px;
}

.inner-page.main-service .services-1 .service-content .sub-item .book-btn .butn:hover {
	background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%);
    color: #fff;
}

.faqs-ds .accordion-item {
background: #eff2f4;
    border-radius: 10px;
    border: 0;
    margin-bottom: 5px; }
  .faqs-ds .accordion-item.active {
    background: #eff2f4;
}
  .faqs-ds .accordion-item .accordion-header {
    background: #eff2f4;
}
    .faqs-ds .accordion-item .accordion-header button {
      background: transparent;
      color: #222;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
      padding: 30px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .faqs-ds .accordion-item .accordion-header button:after {
        background-image: url(../images/plus-solid.svg);
         }
      .faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
        background-image: url(../images/minus-solid.svg); }
  .faqs-ds .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 30px;
    background: #eff2f4;
    /* font-size: 20px; */
    /* border: none; */
}
    .faqs-ds .accordion-item .accordion-body p {
          font-size: 18px;
    color: #555; }

.inner-page .process-steps .service-content .sub-item .sub-title-2 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.about-home h5 {
    font-weight: 500!important;
    font-size: 18px!important;
	line-height: 28px!important;
    color: #505050!important;
	font-family: "Inter", sans-serif!important;
}

.services-1.service-home .service-content .sub-item {
    height: 100%;
	margin-bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	background: #fff;
}

.btm_whatsapp_chat {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    z-index: 1000;
}

.btm_whatsapp_chat img {
    width: 140px;
}

.job-listing .content-inner {
    padding: 45px 45px 45px 45px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #131313;
}

.job-listing {
	margin-top: 0;
}

.job-listing .cta-box {
    margin-top: 60px;
}

.job-listing .job-box-outer {
	display: block;
}

.job-listing .job-box {
	border: 1px solid #e1e1e1;
	margin-bottom: 35px;
	padding: 25px 25px;
}

.job-listing .job-box .job-img img {
	width: 100%;
}

.job-listing .job-box .job-img img {
	width: 100%;
}

.job-listing .job-box h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
	color: #cf2027;
	margin-top: 0;
	font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.job-listing .job-box .job-meta {
	color: #131313;
	text-align: left;
	font-size: 17px;
}

.job-listing .listing-sidebar {
	padding-right: 40px;
	border-right: 1px solid #e1e1e1;
	padding-bottom: 30px;
}

.job-listing .listing-sidebar .main-title {
	font-size: 20px;
    font-weight: 500;
}

.job-listing .listing-sidebar .main-title a {
	color: #fff;
    background: #cf2027;
    font-size: 13px;
    padding: 0px 8px;
    float: right;
}
	
.job-listing .listing-sidebar hr {
    border-top: 2px solid #cf2027;
    opacity: 1;
    margin: 15px 0;
}

.job-listing .listing-sidebar .filter-item .item-main-title {
	font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.job-listing .listing-sidebar .filter-item .item-title {
	
	border-top: 1px solid #e1e1e1;
}

.job-listing .listing-sidebar .filter-item .item-title a {
	width: 100%;
    color: #131313 !important;
    font-size: 16px;
    line-height: 26px;
	padding: 10px 0;
}

.job-listing .listing-sidebar .filter-item .item-title a:hover {
	background: #f1f1f1;
	padding-left: 20px;
}

.job-listing .listing-sidebar .filter-item .item-title a span {
	float: right;
	color: #131313!important;
	font-size: 14px;
}

.job-listing .listing-content {
	
	padding-left: 15px;
}

.job-listing .listing-content .listing-item-right {
	margin-top: 30px;
	padding-left: 10px;
}

.job-listing .listing-content .listing-item-right .meta-item {
	color: #131313!important;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
}

.job-listing .listing-content .listing-item-right .meta-item i {
	color: #cf2027!important;
	margin-right: 5px;
}

.job-details .blog-part .article-content {
    padding: 38px 40px 34px;
}

.job-details .article-content h1 {
	font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
    color: #131313;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.job-details .blog-part .article-content .blog-meta li {
    display: inline;
    font-size: 14px;
    margin-right: 10px;
}

.job-details .blog-part .article-content  {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #131313;
    text-align: justify;
	font-family: 'DM Sans', sans-serif!important;
}

.job-details .blog-part .article-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #131313;
    text-align: justify;
}

.job-details .blog-part .article-content .blog-meta li i {
    margin-right: 3px;
    color: #ca0420;
    font-size: 13px;
}

.job-details .article-content h1 {
	font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: justify;
}

.job-details .article-content h2 {
	font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .article-content h3 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .article-content h4 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .article-content h5 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .article-content h6 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .content-inner {
    padding: 45px 45px 45px 45px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #131313;
	text-align: justify;
}

.job-details .content-inner .content-title {
    margin-bottom: 10px;
}

.job-details .content-inner .content-title h1 {
	font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: justify;
}

.job-details .content-inner h2 {
	font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .content-inner h3 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .content-inner h4 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .content-inner h5 {
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
	color: #131313;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 35px;
	text-align: justify;
}

.job-details .content-inner p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #131313;
	text-align: justify;
}

.job-details .content-inner .highlight-text {
	font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 30px;
    color: #131313;
    text-align: left;
    text-transform: uppercase;
}

.job-details .content-inner a {
    color: #ca0420;
}

.job-details .content-inner a.default-btn {
    color: #fff;
}

.job-details .content-inner ul {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 30px;
}

.job-details .content-inner ul li {
    position: relative;
    padding-left: 32px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
	line-height: 28px;
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    color: #131313;
	text-align: justify;
}


.job-details .content-inner ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    content: "";
    font-size: 24px;
    width: 12px;
    height: 12px;
    background: #ca0420;
}

.careers-form .common-control input {
    height: 48px;
}

.careers-form .common-control input, .careers-form .common-control select, .careers-form .common-control textarea {
    background: #f1f6fc;
    width: 100%;
    padding: 10px 18px;
    border: none;
    outline: none;
    border-radius: 0;
    color: #363636;
    font-size: 17px;
}

.careers-form .mb-40 {
    margin-bottom: 40px;
}

.careers-form .common-control select {
    padding: 12px 20px;
}

.careers-form .e_live {
    width: 70px;
    display: inline-block;
}

.careers-form .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.careers-form .form-check-label {
    margin-left: 5px;
}

.careers-form .form_error {
    max-width: 400px;
}

.careers-form .form_success {
  display: none;
}

.careers-form .form_error {
  display: none;
}

.careers-form .hide_submit span.waitmsg {
    font-size: 20px;
    font-family: Jost;
    font-weight: 400;
    text-transform: inherit;
    color: #6f6f6f;
    margin-right: 5px;
    display: none;
}

.careers-form .hide_submit img {
    width: 50px;
    margin-left: 10px;
    display: none;
}

.careers-form .e_dob {
    width: 160px!important;
}

.careers-form ::-webkit-input-placeholder {
  color: #222!important;
}

.careers-form :-ms-input-placeholder {
  color: #222!important;
}

.careers-form ::placeholder {
  color: #222!important;
}

.content-inner .careers-form h5 {
	margin-top: 0;
	margin-bottom: 30px;
}

.careers-form .mr-3, .careers-form .mx-3 {
    margin-right: 1rem!important;
}

.careers-form-section {
	margin-top: 40px;
}

.careers-form label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.banner-flags {
	margin-bottom:20px;
}

.banner-flags img {
	display: inline-block;
	width: 60px;
    border-radius: 50%;
    margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #c0c0c0;
}

.top-bar {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    background: #2f2f2f;
    z-index: 100;
    padding: 15px 0;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.top-bar a {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.top-bar a i {
	color: #cf2027;
	margin-right: 3px;
}

.top-bar .top-left a {
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}

.top-bar .top-right {
	text-align: right;
}

.top-bar .top-right span {
	width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background: #cf2027;
    padding: 5px;
    line-height: 23px;
    display: inline-block;
}

.top-bar .top-right span i {
	color: #fff;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .header-mda .caption h1 {
    font-size: 120px;
    line-height: 1; }
  .services-mda .sec-head h2 {
    font-size: 50px; }
  .sec-head-lg h2 {
    font-size: 70px; }
  .faqs .main-marq h4 {
    font-size: 180px; }
  .footer-mp .footer-logo h1 {
    font-size: 170px; } 
	
	.modal-welcome .heading img {
		border-top-left-radius: 1.5rem;
		border-bottom-left-radius: 0;
		border-top-right-radius: 1.5rem;
	}
	
	}

@media screen and (max-width: 768px) {
  .navbar .logo img {
    max-width: 65px; }
  .sec-head-lg h2 {
    font-size: 36px;
    letter-spacing: -1px; }
    .sec-head-lg h2 br {
      display: none; }
  .sec-head-lg .d-flex {
    display: block !important;
    margin-top: 15px; }
  .box-dark {
    border-radius: 40px; }
  .header-mda {
    min-height: auto; }
  .header-mda .caption h1 {
    font-size: 36px;
        line-height: 46px; }
  .services-mda .sec-head h2 {
    font-size: 40px; }
    .services-mda .sec-head h2 span {
      position: relative;
      top: -10px; }
    .services-mda .sec-head h2 .fit-img {
      display: none; }
  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; }
  .faqs .main-marq h4 {
    font-size: 90px; }
  .footer-mp .footer-logo .union {
    display: none; }
  .footer-mp .footer-logo h1 {
    font-size: 90px; } 
	
.header-mda .caption {
    margin-top: 40px;
}

.header-mda .caption h2 {
    font-size: 28px;
	line-height: 36px;
	margin-bottom: 18px;
}

.header-mda .caption p {
    font-size: 16px;
    line-height: 28px;
}

.loader-wrap .loader-wrap-heading .load-text {
    letter-spacing: 5px;
}

.navbar.nav-scroll .logo img {
    max-width: 65px;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.work-card {
    border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.work-card .card-item h5 {
    font-size: 35px;
    line-height: 45px;
}

.work-card .card-item h5 .italic {
    font-size: 55px;
}

.work-card .card-item .cont {
    padding: 40px 30px 25px 30px;
}

.work-card .md-mb50 {
	margin-bottom: 20px !important;
}

.work-card .mt-40 {
    margin-top: 25px !important;
}

.work-card .card-item .butn {
	margin-top: 15px;
}

.intro-iner .img-box .states {
    left: -10px;
}

.intro-iner .sec-head h5 {
    font-size: 26px;
    line-height: 34px;
	margin-bottom: 12px;
	margin-top: 20px;
}

.intro-iner .sec-head h3 {
    font-size: 36px;
    line-height: 40px;
}

.intro-iner .sec-head p {
    font-size: 16px;
    line-height: 28px;

}

.intro-iner  .mt-20 {
    margin-top: 10px !important;
}

.works-dm {
    border-radius: 30px;
}

.works-dm .gallery, .works-dm .items {
	position: static !important;
	height: auto !important;
}

.works-dm .sec-head {
    padding-left: 0;
}

.works-dm .sec-head h2 {
    font-size: 36px;
    line-height: 46px;
}

.works-dm .item {
    margin-top: 40px;
}

.works-dm .item .mt-30 {
    margin-top: 25px !important;
}

.works-dm .mt-100 {
    margin-top: 40px !important;
}

.price {
    padding-top: 120px !important;
}

.testimonials-dm {
    border-radius: 30px;
    padding: 70px 0;
}

.blog-mp {
    background-color: #ebeff1;
    padding-top: 120px !important;
    margin-top: -60px;
	padding-bottom: 25px;
}

.sec-head-lg .mb-50 {
    margin-bottom: 40px !important;
}

.testimonials-dm .item h5 {
    font-size: 18px;
        line-height: 28px;
}

.testimonials-dm .swiper-wrapper {
    padding-bottom: 70px;
}

.price .item .feat li {
    font-size: 16px;
}

.blog-mp .item .mt-30 {
    margin-top: 25px !important;
}

.footer-logo {
    text-align: center;
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 160px;
}

.subscribe h6 {
    font-size: 24px;
	text-align: center;
}

.footer-ds  .mb-60 {
    margin-bottom: 40px !important;
}

.footer-ds .sm-mb60 {
	margin-bottom: 40px;
}

.sub-footer {
    padding: 30px 0 !important;
}

.about-ca {
    border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.intro-iner {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.header-mda .caption p span {
        display: none;
}

.about-ca .team .team-swiper {
    padding: 35px 30px 30px;
}

.about-ca .main-box .caption h1 {
    font-size: 36px;
    line-height: 44px;
}

.about-ca .main-box {
    background-position: top center;
}

.header-mda .caption .name-logo {
    margin-top: 30px;
}

.header-mda .caption .name-logo img {
    max-width: 230px;
}

.header-mda .img {
	margin-top: 20px;
}

.post-header {
    padding: 180px 0 0 0;
	margin-bottom: -20px;
}

.post-header .caption h1 {
    font-size: 26px;
    line-height: 34px;
}

.post-header .info.d-flex {
	display: block!important;
}

.post-header .info .d-flex {
	display: block!important;
}

.post-header .info .ml-50 {
    margin-left: 84px !important;
    margin-top: 20px;
}

.blog-details h1 {
    font-size: 24px;
    line-height: 32px;
}

.blog-details h2 {
    font-size: 24px;
    line-height: 32px;
}

.blog-details h3 {
    font-size: 20px;
    line-height: 28px;
}

.blog-details h4 {
    font-size: 20px;
    line-height: 28px;
}

.blog-details h5 {
    font-size: 20px;
    line-height: 28px;
}

.blog-details h6 {
    font-size: 20px;
    line-height: 28px;
}

.blog-details {
    font-size: 16px;
    line-height: 28px;
}

.inner-page .blog-mp {
    padding-top: 60px !important;
    padding-bottom: 25px !important;
    margin-top: 0 !important;
}

.inner-header .caption h1, .inner-header .caption h2 {
    font-size: 36px;
    line-height: 46px;
}

.inner-header .caption h1.small, .inner-header .caption h2.small {
    font-size: 26px;
    line-height: 34px;
}

.inner-page .intro-iner .sec-head h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 6px;
	margin-top: 0;
}

.inner-page .intro-iner {
	margin-top: 0 !important;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.inner-page .intro-iner .sec-head h3 {
	font-size: 26px;
    line-height: 36px;
}

.inner-page .intro-iner .mt-70 {
	margin-top: 30px!important;
}

.inner-page .intro-iner .mt-60 {
	margin-top: 30px!important;
}

.inner-page .price {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}

.inner-page .price .mb-50 {
    margin-bottom: 30px !important;
}

.intro-iner .sec-head {
    padding-top: 0;
}

.filter-menu .menu-items {
    margin-bottom: 30px;
}

.widget-latest-news {
    min-height: inherit;
}

.widget-latest-news h3 {
    padding: 30px 20px 15px 20px;
}

.header-flags img {
    width: 25px;
}

.navbar .topnav .butn {
    padding: 4px 14px;
    font-size: 13px;
	margin-right: 6px;
}

.main-banner .banner-slider .slider-item {
    min-height: 600px;
    background-position: right;
}

.main-banner .banner-slider .slider-item .slider-content {
    padding-top: 60px;
    padding-bottom: 70px;
}

.main-banner .banner-slider .slider-item .caption h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.main-banner .banner-slider .slider-item .caption h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.main-banner .banner-slider .slider-item .caption p {
    font-size: 16px;
    line-height: 26px;
}

.main-banner .banner-slider .slider-item .book-btn .butn {
	padding: 4px 14px;
	font-size: 16px;
	margin-right: 0;
	margin-bottom: 10px;
}

.main-banner .banner-slider .slider-item .slider-content::after {
    background: linear-gradient(0deg, rgb(255 255 255) 80%, rgb(255 255 255 / 0%) 100%);
}

.sub-head {
    font-size: 20px;
    line-height: 30px;
}

.sub-head br {
    display: none;
}

.intro-iner .sec-head .butn {
    padding: 4px 14px;
    font-size: 16px;
    margin-right: 0;
	margin-bottom: 10px;
}

.marq-mp .item {
    padding: 0 20px !important;
    position: relative;
}

.marq-mp .item h5 img {
    width: 40px;
    margin-right: 2px;
}

.marq-mp .item h5 {
    font-size: 20px;
}

.services-1 {
    padding: 70px 0;
}

.sec-head-lg.mb-50 {
    margin-bottom: 30px !important;
}

.services-1 .service-content {
    padding: 35px 25px 30px 25px;
}

.services-1 .service-content .sub-title h3 {
    font-size: 22px;
    line-height: 32px;
}

.services-1 .service-content .sub-title {
    margin-bottom: 20px;
}

.row-flex {
    row-gap: 30px;
}

.contact-img {
    padding-right: 0;
}
.md-mb80 {
        margin-bottom: 40px;
    }
.subscribe .md-mb50 {
	margin-bottom: 10px !important;
}
.footer-ds .subscribe .form-group {
    margin: 20px 0 15px;
}
.blog-sa {
    padding: 70px 0;
}
.home-page .blog-sa {
	padding-bottom: 0;
}

.about-ma .content {
    padding: 70px 20px 0;
    width: 100%;
}

.about-ma .sec-head-lg h3 {
    font-size: 25px;
    line-height: 35px;
}

.bord-thin-top-light {
    display: block !important;
}

.about-ma .mt-60 {
    margin-top: 45px !important;
}

.about-ma .item .botm .img img
 {
    width: 60px;
}

.about-ma .item .botm .img {
    font-size: 24px;
}

.about-ma .content .item .botm h6 {
	    font-size: 16px;
    min-width: inherit;
    margin-top: 15px;
}

.about-ma .mt-40 {
    margin-top: 20px !important;
}

.about-ma .mb-100 {
    margin-bottom: 70px !important;
}

.intro-iner .mb-60 {
    margin-bottom: 0 !important;
}

.inner-page .services-1 .service-content .sub-item .sub-title-2 h4 {
    font-size: 17px;
    line-height: 27px;
}

.inner-page .intro-iner.pt-0 {
	padding-top: 0px !important;
}

.contact-pg .sec-head h2 {
    font-size: 28px;
    line-height: 38px;
}

.btm_whatsapp_chat {
	margin-right: 5px;
	margin-bottom: 20px;
}

.btm_whatsapp_chat img {
	width: 130px;
}

.job-listing .listing-sidebar {
		padding-right: 0;
		border-right: none;
	}
	
	.job-listing .listing-content {
		padding-left: 0;
	}
	
	.job-listing .listing-content .listing-item-right {
		padding-left: 0;
	}
	
	.job-listing .cta-box {
		margin-top: 20px;
	}
	
	.job-listing .content-inner {
    padding: 35px 30px 35px 30px;
}

.top-bar .top-address {
	display: none;
}

.top-bar .top-left {
	text-align: center;
}

.top-bar .top-right {
	text-align: center;
	margin-bottom: 5px;
}

.navbar {
    top: 88px;
}

.top-bar .top-right span {
    width: 28px;
    height: 28px;
    padding: 5px;
    line-height: 18px;
}

.top-bar .top-right span i {
    font-size: 14px;
}
}
