/* PLUGINS*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
/* PARTIALS*/
/*++++++++++++++++++++++ ++++++++++++++++++++++ +++++++++++++++++++++*/
/*++++++++++++++++++++++ File Name : Varialbles +++++++++++++++++++++*/
/*F O N T  F A M I L I E S*/
/* Comment Variable */
/*
Flex Properties */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

@font-face {
  font-family: 'segoesc';
  src: url("../fonts/segoesc.ttf") format("ttf");
  src: url("../fonts/segoesc.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'segoescbold';
  src: url("../fonts/segoescb.ttf") format("ttf");
  src: url("../fonts/segoescb.woff") format("woff");
  font-display: swap;
}

/*
Typography */
body {
  color: #666;
  font-size: 16px;
}

@media (max-width: 1536px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

h1 {
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

h3.sub-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding-top: 25px;
}

.header .container {
  max-width: 163rem !important;
}

.primary-btn {
  max-width: 17.5rem;
  height: 5rem;
  border-radius: 5px;
  background: #1aabe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.primary-btn:hover {
  background-color: #fff;
  color: #1aabe3 !important;
}

.logo-sec {
  max-width: 12.78rem;
  width: 100%;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.header .navbar-sec ul {
  margin-left: 9rem;
}

.navbar-sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;

}

.navbar-sec ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.navbar-sec ul li a:hover {
  color: #1aabe3 !important;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.5rem;
}

.header-nav .primary-btn {
  margin-left: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-width: 7px 6px 0 6px !important;
  margin-left: -10px !important;

}


.header-nav .primary-btn:hover{
  color: #1aabe3 !important;
  background: white !important;
}




.content-box {
  position: absolute;
  z-index: 20;
  top: 37.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80rem;
  width: 100%;
}

.content-box .primary-btn {
  gap: 5px;
  margin-inline: auto;
  margin-top: 3rem;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.content-box .primary-btn span {
  position: relative;
  left: -2rem;
  display: none;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.content-box .primary-btn:hover span {
  left: 0;
  display: block;
  filter: invert(35%) sepia(45%) saturate(6150%) hue-rotate(162deg) brightness(93%) contrast(91%);
}

.content-box h3 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #1aabe3;
  margin-bottom: 28px;
  line-height: 2.9rem;
}

.content-box .title {
  font-weight: 400;
  font-size: 62px;
  text-align: center;
  color: #fff;
  line-height: 7.5rem;
}

.content-box .title span {
  color: #1aabe3;
  font-weight: bold;
}

.banner-section {
  position: relative;
}

.banner {
  height: 94rem;
  padding-top: 0px;
  width: 100%;
  position: relative;
}

#particle-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999999;
  color: #338394;
  font-weight: normal;
  font-size: 72px;
}

body {
  background: black;
  color: #fff;
}

.main {
  width: 150px;
  height: 152.4px;
  border: 1px solid #fff;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.circle {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  -webkit-animation: circle 6s linear infinite;
  animation: circle 6s linear infinite;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    transform: rotate(0deg) translate(-75px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-75px) rotate(-360deg);
    transform: rotate(360deg) translate(-75px) rotate(-360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    transform: rotate(0deg) translate(-75px) rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-75px) rotate(-360deg);
    transform: rotate(360deg) translate(-75px) rotate(-360deg);
  }
}

.circle-box {
  position: absolute;
  bottom: 8rem;
  z-index: 9;
  left: 50.4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 70rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11.7rem;
}

.inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.counter {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  top: 30%;
}

.counter::after {
  content: "+";
}

.adj {
  top: 57%;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1aabe3;
}

.inner-port-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #999;
}

.inner-title {
  text-align: inherit !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 3rem;
}

.pagination-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
}

.page-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #23212a;
  width: 30px;
  border: none;
  height: 30px;
  border-radius: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.page-link:hover {
  background-color: #1aabe3;
  color: #fff !important;
}
.page-item.active .page-link{
  background-color: #1aabe3 !important;

}




.page-link:hover svg path {
  fill: #fff;
}

.adj-img {
  max-width: 576px;
  width: 100%;
  height: 533px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

body .inner-service .inner-wrapper-image-ex .image-block-box {
  min-width: 36rem;
  height: 200.63px;
  max-width: 36rem;
}

.inner-service .inner-wrapper-image-ex {
  max-width: 36rem;
  width: 100%;
}

.inner-service {
  margin-bottom: 3rem;
}

@media screen and (max-width: 1191px) and (min-width: 1020px) {
  .inner-service {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.expert-images-parent .inner-wrapper-image-ex {
  cursor: pointer;
}



.input-style select.ctm-input{
  font-weight: 300;
}

.blogs-detail .img-block {
  max-width: 1140px;
  height: 635px;
  border-radius: 10px;
  width: 100%;
  /* float: left; */
  margin-right: 0rem;
  overflow: hidden;
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: center;
}


@media (max-width:1440px){
  .blogs-detail .img-block{
    height: unset;
  }
  
}

.blogs-detail .img-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-detail {
  padding-top: 10rem;
}

.details .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 1rem;
}

.details .desc {
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  color: #000;
}

.details .descs p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 25px;
}

.footer {
  background: url(../images/BG.png) no-repeat;
  background-position: center;
  height: 20rem;
  background-size: cover;
  margin-top: 10rem;
  padding-top: 5rem;
}

.footer .container {
  max-width: 163rem !important;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29rem;
}

.footer-logo .logo-sec {
  max-width: 9.955rem;
  width: 100%;
  height: 3.505rem;
}

.footer-logo .logo-sec img {
  width: 100%;
}

.navbar-sec ul li .active {
  color: #1AABE3;
}

.footer-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #fff;
}

.social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.set-icon {
  max-width: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  border: 1px solid #fff;
  min-width: 4rem;
  border-radius: 100%;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.set-icon:hover {
  background-color: #1aabe3;
  border: #fff;
}

.copy-right-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.6rem;
}

.copy-right-sec p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.copy-right-sec .terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.copy-right-sec .terms ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.copy-right-sec .terms ul li a:hover {
  color: #1aabe3;
}

.con-title {
  font-weight: bold;
  font-size: 3rem;
  color: #000;
  margin-bottom: 1rem;
}

.proc-box {
  margin-bottom: 10rem;
}

.proc-box .tick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 2rem;
}

.proc-box .tick span {
  font-weight: 400;
  font-size: 2.4rem;
  color: #000;
}

.info-box .contact-sec {
  margin-bottom: 4rem;
}

.info-box .contact-sec .title {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 1rem;
}

.info-box .contact-sec p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
}

.contact-form {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 3rem;
}

.input-style-1 {
  margin-bottom: 2.7rem;
}

.input-style-1 label {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000;
}

.input-style-1 .ctm-input {
  height: 5rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #666;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #999;
  width: 100%;
  outline: none;
  padding: 1.5rem;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1aabe3 !important;
  color: white;
}

.select2-container--default .select2-results__option--selected {
  background-color: white !important;
}





.input-style-1 .ctm-input::-webkit-input-placeholder {
  color: #999;
}

.input-style-1 .ctm-input:-ms-input-placeholder {
  color: #999;
}

.input-style-1 .ctm-input::-ms-input-placeholder {
  color: #999;
}

.input-style-1 .ctm-input::placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 5rem !important;
}

.select2-container .select2-selection--single {
  height: 5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto !important;
  top: 50% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #666 !important;
}

.ctm-textarea {
  height: 15rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #666;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #999 !important;
  width: 100%;
  resize: none;
  outline: none;
  border: 1px solid #666;
  padding: 1.5rem;
}

.ctm-textarea::-webkit-input-placeholder {
  color: #999;
}

.ctm-textarea:-ms-input-placeholder {
  color: #999;
}

.ctm-textarea::-ms-input-placeholder {
  color: #999;
}

.ctm-textarea::placeholder {
  color: #999;
}

.click {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #999999;
}

.click a {
  color: #1aabe3;
  text-decoration: underline;
}

.click a:hover{
  color: #000 !important;
  text-decoration: underline !important;
}

.select2-results__option--selectable {
  color: #000;
}

p {
  font-family: "Montserrat", sans-serif !important;
}

.contact-btn {
  margin-top: 2rem;
  margin-left: auto;
  cursor: pointer;
}

.contact-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.inneer-pages-sec-2 .content-box {
  top: 24.5rem;
}

.bread {
  padding-top: 0rem;
  height: 50rem;
}

.bread canvas {
  height: 50rem;
  width: 100%;
}

.breads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.breads .titles {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000000;
}

.breads .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.breads .breadcrumb ul li:first-child::before {
  display: none;
}

.breads .breadcrumb ul li::before {
  content: "/";
  color: #000000;
}

.breads .breadcrumb ul li a {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1aabe3;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}



.breads .breadcrumb ul li a:hover {
  color: #000000 !important;
}

.breadcrumb {
  margin-bottom: 0;
}

.bread-sec {
  padding: 1rem 0rem;
  background: #eee;
}

.blog-sec {
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  cursor: pointer;
}

.blog-sec:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-sec .img-block {
  max-width: 36rem;
  height: 20rem;
  width: 100%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.blog-sec .img-block img {
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.adj-space {
  margin-bottom: 5rem;
}

.blog {
  padding-top: 10rem;
}

.blog .bottom-sec .digital {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #999;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}

.blog .bottom-sec .digital span::before {
  content: "|";
}

.port-folio-sec-inner .tittle-heading-all .tittle-h3{
  margin-bottom: 2.8rem;

}

.port-folio-sec-inner .inner-port-desc{
  margin-bottom: 1.2rem;
}





.blog .bottom-sec .industry {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  color: #000;
  margin-bottom: 0.5rem;
}

.blog .bottom-sec .desc {
  margin-bottom: 25px;
}

.blog .bottom-sec .desc p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #666;
}

.blog .read-more {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #1aabe3;
  padding: 1.3rem 3.3rem;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  color: #1aabe3;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.blog .read-more:hover {
  background-color: #1aabe3;
  color: #fff;
}

.btn-style {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  font-weight: 700;
  height: 5rem;
  border-radius: 0px;
  background-color: #1aabe3;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  text-transform: capitalize;
  min-width: 140px;
}

.btn-style:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-style .icon {
  margin-right: 10px;
  width: 18px;
  height: 20px;
}

.btn-style.btn-style-tp {
  border-color: #1aabe3;
  background-color: transparent;
  color: #1aabe3;
}

.btn-style.btn-style-tp:hover {
  background-color: #1aabe3;
  border-color: #1aabe3;
  color: #fff;
}

.btn-style.btn-dark {
  background-color: #A7B13C;
  color: #fff;
}

.input-style-text-area {
  padding: 0px 2rem;
  border-bottom: 1px solid #E6E6E6;
}

.ctm-textarea {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  height: 13.0rem;
  border-radius: 3 0px;
  width: 100%;
  outline: none;
  border: none;
  padding: 1.9rem 0rem;
  resize: none;
}

.ctm-textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.ctm-textarea:-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.ctm-textarea::-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.ctm-textarea::placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  height: 6rem;
  width: 100%;
  padding: 0 20px;
  border-radius: 0px;
  position: relative;
  color: #999;
}

.input-style.textarea-style {
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  position: relative;
}

.input-style.textarea-style label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0rem;
}

.input-style.textarea-style label span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0px;
  color: #FF0000 !important;
  padding-left: 2px;
}

.input-style.custom-drop-contact {
  padding-right: 0;
  padding-left: 0;
}

.input-style.custom-drop-contact .custom-selct-icons-arow {
  width: 100%;
}

.input-style.custom-drop-contact .custom-selct-icons-arow .arrow-abs {
  right: 20px;
}

.input-style .type-pass {
  width: 80%;
}

.input-style.custom-drop-contact label {
  min-width: 70px;
}

.input-style.custom-drop-contact label.label-col-lg {
  min-width: 90px;
}

@media (max-width: 991px) {
  .input-style.custom-drop-contact label.label-col-lg {
    min-width: 110px;
  }
}

.input-style.input-style-large label {
  min-width: 90px;
  margin-right: 5px;
}

.input-style label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #999;
  margin-bottom: 0rem;
}

.input-style label span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0px;
  color: #FF0000 !important;
  padding-left: 2px;
}

.input-style .label-col-lg {
  min-width: 30%;
}

.input-style .ctm-input {
  font-size: 1.8rem;
  color: #999;
  height: 6rem;
  border-radius: 0;
  width: 100%;
  outline: none;
  border: none;
  padding: 1.9rem 0rem;
  background-color: transparent;
}

@media (max-width: 575px) {
  .input-style .ctm-input {
    font-size: 1.4rem;
  }
}

.input-style .ctm-input::-webkit-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .ctm-input:-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .ctm-input::-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .ctm-input::placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .select2-selection {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
  height: 4.8rem;
  border-radius: 30px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0rem;
}

.input-style .select2-selection::-webkit-input-placeholder {
  color: #999;
}

.input-style .select2-selection:-ms-input-placeholder {
  color: #999;
}

.input-style .select2-selection::-ms-input-placeholder {
  color: #999;
}

.input-style .select2-selection::placeholder {
  color: #999;
}

.input-style .select2-selection .select2-selection__rendered {
  line-height: 50px;
  color: #999;
  padding: 0;
}

.input-style .select2-selection .select2-selection__arrow {
  display: none;
}

.input-style .custom-selct-icons-arow .arrow-abs {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-style .custom-selct-icons-arow .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1aabe3;
  text-decoration: underline;
  cursor: pointer;
}

.input-style .btn-marker {
  border-radius: 0 10px 10px 0;
}

.input-style .btn-marker i {
  color: #999999;
  font-size: 18px;
}

.input-style .btn-marker i.fa-map-marker-alt {
  font-size: 20px !important;
}

.input-style .type-pass .ctm-input {
  padding: 2px 1.5rem;
  padding-right: 5rem;
}

.input-style .type-pass .icon-eye {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  color: #999;
  text-align: center;
  font-size: 2rem;
}

.input-style .type-pass .icon-eye i {
  font-size: 16px;
  color: #999;
}

.rtl .input-style .type-pass .ctm-input {
  padding: 2px 2rem 2px 4rem;
}

.rtl .input-style .type-pass .icon-eye {
  right: auto;
  left: 0px;
}

.custom-check {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  color: #999999;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.custom-check a {
  color: #222222;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  background-color: none;
  border: 1px solid #222222;
  border-radius: 3px;
}

.custom-check input:checked~.checkmark {
  background-color: #1aabe3;
  border: 1px solid #1aabe3;
}

.custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked~.checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 0.7rem;
  top: 0.3rem;
  width: 0.7rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rtl .custom-check {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  /* Create a custom checkbox */
  /* Style the checkmark/indicator */
}

.rtl .custom-check .checkmark {
  left: auto;
  right: 0;
}

.rtl .custom-check .checkmark:after {
  left: auto;
  right: 0.7rem;
}

/********************************************/
.custom-radio {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #222;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.custom-radio .lang-img {
  margin-right: 15px;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio .checkmark {
  position: absolute;
  top: -0.2rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #999;
}

.custom-radio .checkmark::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
}

.custom-radio input:checked~.checkmark {
  border: 2px solid #1aabe3;
}

.custom-radio input:checked~.checkmark::before {
  background-color: #1aabe3;
}

.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked~.checkmark:after {
  display: block;
}

.custom-radio .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

@media (max-width: 475px) {
  .custom-radio {
    font-size: 1.4rem;
  }
}

.textarea-style {
  height: 15.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 14px 15px;
  border-radius: 5px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.textarea-style label {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #999;
  margin-bottom: 0.2rem;
}

.textarea-style label span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0px;
  color: #FF0000 !important;
  padding-left: 2px;
}

.textarea-style .ctm-textarea {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'SFProDisplay-medium';
  font-weight: 500;
  color: #999;
  border: none;
  border-radius: 0px;
  width: 100%;
  outline: none;
  padding: 0;
  resize: none;
}

.textarea-style .ctm-textarea::-webkit-input-placeholder {
  color: #999;
}

.textarea-style .ctm-textarea:-ms-input-placeholder {
  color: #999;
}

.textarea-style .ctm-textarea::-ms-input-placeholder {
  color: #999;
}

.textarea-style .ctm-textarea::placeholder {
  color: #999;
}

.rtl .size-radio {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .size-radio:last-child {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .color-radio {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .color-radio:last-child {
  margin-right: 0rem;
  margin-left: 1rem;
}

.services-section {
  width: 100%;
}

.services-section .service-item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  text-align: center;
}

.services-section .service-item:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.services-section .service-item .thumb {
  width: 100%;
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  overflow: hidden;
  min-height: 240px;
  max-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 40px 0;
}

@media (max-width: 1440px) {
  .services-section .service-item .thumb {
    min-height: 220px;
    max-height: 220px;
    padding: 10px 10px 0;
  }

  .services-section .service-item .thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.services-section .service-item .thumb>img {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  height: 100%;
}

.services-section .service-item .thumb .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
}

.services-section .service-item .thumb .caption .btn-feature {
  font-size: 18px;
  left: 15px;
  top: 35px;
  position: absolute;
}

.services-section .service-item .thumb .caption .btn-wishlist {
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.services-section .service-item .thumb .caption .icon-box {
  width: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.services-section .service-item .thumb .caption .icon-box img {
  width: 100%;
}

.services-section .service-item .text-wrap {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}

.services-section .service-item .text-wrap .item-name {
  font-size: 18px;
  font-family: 'SFProDisplay';
  font-weight: 400;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-section .service-item .text-wrap .item-name a {
  color: #999;
}

.services-section .service-item .text-wrap .title {
  font-size: 22px;
  font-family: 'SFProDisplay-medium';
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-section .service-item .text-wrap .rating-wrap {
  margin-bottom: 10px;
}

.services-section .service-item .text-wrap .rating-wrap .fas {
  font-size: 16px;
  color: #FFB300;
  margin: 0 2px;
}

.services-section .service-item .text-wrap .price-wrap {
  font-family: 'SFProDisplay-bold';
  font-weight: 700;
  color: #1aabe3;
  margin-bottom: 10px;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-section .service-item .text-wrap .price-wrap em {
  font-family: 'SFProDisplay';
  font-weight: 400;
  font-size: 16px;
  color: #999;
  font-style: normal;
  text-decoration: line-through;
  margin-left: 10px;
}

.services-section .service-item .text-wrap .price-wrap .discount {
  font-family: 'SFProDisplay';
  font-weight: 400;
  font-size: 16px;
  color: #666;
}

.services-section .service-item .text-wrap .btn-listed {
  padding: 3px 0;
  border-radius: 10px;
  background-color: #1aabe3;
}

.services-section .service-item .text-wrap .btn-listed li {
  font-size: 20px;
  font-family: 'SFProDisplay';
  font-weight: 400;
  color: #fff;
  border-right: 1px solid #fff;
}

.services-section .service-item .text-wrap .btn-listed li:last-child {
  border-right: none;
}

.services-section .service-item .text-wrap .btn-listed li a {
  color: #fff;
  min-width: 140px;
  min-height: 47px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.services-section .service-item .text-wrap .btn-listed li a i {
  margin-right: 10px;
  font-size: 18px;
}

.services-section .service-item .text-wrap .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-section .service-item .text-wrap .btns-wrap .btn-style {
  width: 50%;
  margin-right: 6px;
}

.services-section .service-item .text-wrap .btns-wrap .btn-style:last-child {
  margin-right: 0;
}

.services-section .service-item .text-wrap .btns-wrap .btn-style .icon-box {
  margin-right: 6px;
}

.services-section .service-item .text-wrap .star-rating-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.services-section .service-item .text-wrap .star-rating-area .ratilike {
  display: none;
}

.services-section .service-item .btns-wrap .w-50 {
  margin-right: 15px;
  border-radius: 0 0 5px 5px;
}

.services-section .service-item .btns-wrap .w-50:last-child {
  margin-right: 0;
}

.services-section .service-item.service-item_v2 .text-wrap {
  padding-top: 44px;
}

.services-section .service-item.service-item_v2 .text-wrap .btn-listed {
  position: absolute;
  top: -27px;
}

.services-section .service-layout1 {
  width: 100%;
}

.services-section .btn-new-service {
  background-color: rgba(1, 75, 143, 0.3);
  border: none;
  color: #1aabe3;
}

#service-slider .slider-item {
  padding: 0 10px;
}

#service-slider .owl-nav {
  margin-top: 20px;
}

.category-item {
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
  width: 15.6rem;
  height: 18.5rem;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 14.5rem;
  background-color: #fff;
  border-radius: 3rem 3rem 0 0;
  bottom: 0;
  z-index: -1;
}

.category-item .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -8px;
}

.category-item .icon-box img {
  max-height: 12.4rem;
  max-width: 12.4rem;
}

.category-item img {
  max-width: 100%;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.category-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .category-item .title {
    font-size: 1.8rem;
  }
}

.input-style-text-area {
  padding: 0px 2rem;
}

.ctm-textarea {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  height: 13.0rem;
  border-radius: 3 0px;
  width: 100%;
  outline: none;
  border: none;
  padding: 1.9rem 0rem;
  resize: none;
}

.ctm-textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.ctm-textarea:-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.ctm-textarea::-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.ctm-textarea::placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  height: 6rem;
  width: 100%;
  padding: 0 20px;
  border-radius: 0px;
  position: relative;
  color: #999;
}

.input-style.textarea-style {
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  position: relative;
}

.input-style.textarea-style label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 0rem;
}

.input-style.textarea-style label span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0px;
  color: #FF0000 !important;
  padding-left: 2px;
}

.input-style.custom-drop-contact {
  padding-right: 0;
  padding-left: 0;
}

.input-style.custom-drop-contact .custom-selct-icons-arow {
  width: 100%;
}

.input-style.custom-drop-contact .custom-selct-icons-arow .arrow-abs {
  right: 20px;
}

.input-style .type-pass {
  width: 80%;
}

.input-style.custom-drop-contact label {
  min-width: 70px;
}

.input-style.custom-drop-contact label.label-col-lg {
  min-width: 90px;
}

@media (max-width: 991px) {
  .input-style.custom-drop-contact label.label-col-lg {
    min-width: 110px;
  }
}

.input-style.input-style-large label {
  min-width: 90px;
  margin-right: 5px;
}

.input-style label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #999;
  margin-bottom: 0rem;
}

.input-style label span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0px;
  color: #FF0000 !important;
  padding-left: 2px;
}

.input-style .label-col-lg {
  min-width: 30%;
}

/* .input-style .ctm-input {
  font-size: 1.8rem;
  color: #999;
  height: 6rem;
  border-radius: 0;
  width: 85%;
  outline: none;
  border: none;
  padding: 1.9rem 0rem;
  background-color: transparent;
} */

@media (max-width: 575px) {
  .input-style .ctm-input {
    font-size: 1.4rem;
  }
}

.input-style .ctm-input::-webkit-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .ctm-input:-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .ctm-input::-ms-input-placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .ctm-input::placeholder {
  color: #999;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif !important;
}

.input-style .select2-selection {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
  height: 4.8rem;
  border-radius: 30px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0rem;
}

.input-style .select2-selection::-webkit-input-placeholder {
  color: #999;
}

.input-style .select2-selection:-ms-input-placeholder {
  color: #999;
}

.input-style .select2-selection::-ms-input-placeholder {
  color: #999;
}

.input-style .select2-selection::placeholder {
  color: #999;
}

.input-style .select2-selection .select2-selection__rendered {
  line-height: 50px;
  color: #999;
  padding: 0;
}

.input-style .select2-selection .select2-selection__arrow {
  display: none;
}

.input-style .custom-selct-icons-arow .arrow-abs {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-style .custom-selct-icons-arow .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1aabe3;
  text-decoration: underline;
  cursor: pointer;
}

.input-style .btn-marker {
  border-radius: 0 10px 10px 0;
}

.input-style .btn-marker i {
  color: #999999;
  font-size: 18px;
}

.input-style .btn-marker i.fa-map-marker-alt {
  font-size: 20px !important;
}

.input-style .type-pass .ctm-input {
  padding: 2px 1.5rem;
  padding-right: 5rem;
}

.input-style .type-pass .icon-eye {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  color: #999;
  text-align: center;
  font-size: 2rem;
}

.input-style .type-pass .icon-eye i {
  font-size: 16px;
  color: #999;
}

.rtl .input-style .type-pass .ctm-input {
  padding: 2px 2rem 2px 4rem;
}

.rtl .input-style .type-pass .icon-eye {
  right: auto;
  left: 0px;
}

.custom-check {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  color: #999999;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.custom-check a {
  color: #222222;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  background-color: none;
  border: 1px solid #222222;
  border-radius: 3px;
}

.custom-check input:checked~.checkmark {
  background-color: #1aabe3;
  border: 1px solid #1aabe3;
}

.custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked~.checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 0.7rem;
  top: 0.3rem;
  width: 0.7rem;
  height: 1.2rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rtl .custom-check {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  /* Create a custom checkbox */
  /* Style the checkmark/indicator */
}

.rtl .custom-check .checkmark {
  left: auto;
  right: 0;
}

.rtl .custom-check .checkmark:after {
  left: auto;
  right: 0.7rem;
}

/********************************************/
.custom-radio {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #222;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.custom-radio .lang-img {
  margin-right: 15px;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio .checkmark {
  position: absolute;
  top: -0.2rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #999;
}

.custom-radio .checkmark::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
}

.custom-radio input:checked~.checkmark {
  border: 2px solid #1aabe3;
}

.custom-radio input:checked~.checkmark::before {
  background-color: #1aabe3;
}

.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked~.checkmark:after {
  display: block;
}

.custom-radio .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

@media (max-width: 475px) {
  .custom-radio {
    font-size: 1.4rem;
  }
}

.textarea-style {
  height: 15.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 14px 15px;
  border-radius: 5px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.textarea-style label {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #999;
  margin-bottom: 0.2rem;
}

.textarea-style label span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: relative;
  top: 0px;
  color: #FF0000 !important;
  padding-left: 2px;
}

.ctm-textareas {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  height: 13rem;
  border-radius: 5px;
  width: 100%;
  outline: none;
  border: none;
  padding: 1.9rem;
  resize: none;
  border: 1px solid #666;
}

.textarea-style .ctm-textarea {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'SFProDisplay-medium';
  font-weight: 500;
  color: #999;
  border: none;
  border-radius: 0px;
  width: 100%;
  outline: none;
  padding: 0;
  resize: none;
}

.textarea-style .ctm-textarea::-webkit-input-placeholder {
  color: #999;
}

.textarea-style .ctm-textarea:-ms-input-placeholder {
  color: #999;
}

.textarea-style .ctm-textarea::-ms-input-placeholder {
  color: #999;
}

.textarea-style .ctm-textarea::placeholder {
  color: #999;
}

.rtl .size-radio {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .size-radio:last-child {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .color-radio {
  margin-right: 0rem;
  margin-left: 1rem;
}

.rtl .color-radio:last-child {
  margin-right: 0rem;
  margin-left: 1rem;
}

@media (max-width: 1500px) {
  .header-nav {
    gap: 1.5rem;
  }

  .navbar-sec ul {
    gap: 1.5rem;
  }

  .footer-logo {
    gap: 9rem;
  }

  /* body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    min-width: 44rem;
    max-width: 44rem;
    height: 26.5rem;
  } */

  .inner-service .inner-wrapper-image-ex {
    margin-bottom: 3.5rem;
}





}



@media (max-width: 1300px) {
  .footer-sec {
    gap: 9rem;
  }
}

@media screen and (max-width: 1191px) {
  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    max-width: 50.5rem;
    min-width: 50.5rem;
    margin-bottom: 1rem;
  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  body .portfolio-large-image {
    max-width: 36rem;
    height: auto;
    width: 100%;
  }

  body .portfolio-small-image {
    max-width: 36rem;
    height: auto;
    width: 100%;
  }

  .navbar-sec ul li a {
    font-size: 1.6rem;
  }

  body .tittle-cont-homee {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}

@media screen and (max-width: 991px) {
  .adj-img {
    margin-inline: auto;
  }

  .header {
    margin-top: 25px;
  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    max-width: 45rem;
    min-width: 45rem;
  }

  .cls-show-hover img {
    max-width: inherit;
  }

  .footer-logo {
    gap: 3rem;
  }
}

@media screen and (max-width: 820px) {
  .footer {
    padding-top: 2rem;
    background-size: cover;
    height: auto;
    padding-bottom: 2rem;
  }

  .content-box .title {
    font-size: 42px;
  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    max-width: 40rem;
    min-width: 40rem;
  }

  body .contact-us-home-parent-flex .left-side-image-con {
    max-width: 40rem;
    min-width: 40rem;
  }

  .contact-us-home-parent-flex .left-side-image-con img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  body .contact-us-home-parent-flex .left-side-image-con .tittle-on-img-con {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }

  .footer-sec {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  .header .navbar-sec ul {
    margin-left: 2rem;
}


.process.position-relative {
  padding: 0px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 8px 0 8px !important;
  margin-left: -15px !important;
  margin-top: -4px !important;
 
}





  .blogs-detail .img-block {
    max-width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .social-login {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    max-width: 38rem;
    min-width: 38rem;
  }
}

@media screen and (max-width: 767px) {
  body .processing .left-sec {
    padding: 0;
    height: auto
  }

  body .descsing {
    font-size: 20px;
  }

  .contact-us-home-parent-flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  body .contact-us-home-parent-flex .left-side-image-con {
    max-width: 100%;
    min-width: 100%;
  }

  body .portfolio-large-image {
    margin-inline: auto;
  }

  body .portfolio-small-image {
    margin-inline: auto;
  }

  body .expert-images-parent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-nav .primary-btn {
    font-size: 1.6rem;
    max-width: 12.5rem;
  }

  .content-box .title {
    font-size: 32px;
  }

  .circle-box {
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copy-right-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-us-home-parent-flex .right-side-contact-main-p {
    border-left: 1px solid #ccc !important;
  }

  .header-nav .navbar-sec {
    display: none;
  }

  body .menu-icon {
    display: block;
  }

  body .inner-header .menu-icon {
    display: block;
  }

  body .inner-header .menu-icon {
    top: 2rem;
  }

  .inner-header .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inner-header .nav-item {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .circle-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 8rem;
  }

  .content-box .title {
    font-size: 25px;
    line-height: 30px;
  }

  body .tittle-cont-homee {
    width: 100%;
  }

  .footer-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .navbar-sec ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copy-right-sec .terms ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  body .inner-header .menu-icon {
    top: 8rem;
  }

  .pagination-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination {
    gap: 5px;
  }
}

@media screen and (max-width: 550px) {
  .proc-box .tick span {
    font-size: 2.1rem;
  }

  body .menu-icon {
    top: 0;
  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    min-width: 25rem;
    max-width: 25rem;
  }

  .breads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .inner-service .inner-wrapper-image-ex .image-block-box {
    margin: auto;
  }

  .copy-right-sec p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }

  @media screen and (max-width:290px) {
    .copy-right-sec p {

      font-size: 12px;
    }
  }

  .mission-vission-sec {
    margin-top: 3rem !important;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1900px) {
  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    min-width: 51rem;
    max-width: 51rem;
  }
}


a:hover,
a:active,
a:focus {
  color: #fff !important;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  overflow-y: auto;
  padding-left: 10%;
  -webkit-box-shadow: 0 0 10px #00000047;
  box-shadow: 0 0 10px #00000047;
}

.mobile-menu .mobile-logo {
  margin-bottom: 3rem;
  display: block;
}

.mobile-menu .close-btn {
  color: #fff;
  font-size: 3rem;
  right: 4rem;
  top: 3rem;
  position: absolute;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  cursor: pointer;
}

.mobile-menu .close-btn:hover {
  color: #1aabe3;
}

.mobile-menu .navbar-nav .nav-link {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  color: #fff;
}

.mobile-menu .navbar-nav .nav-link:hover {
  color: #1aabe3;
}

.menu-icon {
  color: #1aabe3;
  font-size: 5rem;
  position: absolute;
  right: 2rem;
  top: -6rem;
  cursor: pointer;
  display: none;
}

.rtl .mobile-menu {
  right: 0;
  left: auto;
  width: 100%;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  padding-left: 0;
  padding-right: 10%;
}

.rtl .menu-icon {
  right: auto;
  left: 4rem;
}

.rtl .mobile-menu .close-btn {
  right: auto;
  left: 4rem;
}

.portfolio-detail {
  padding-top: 100px;
}

.services-button-box {
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  height: 124px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-button-box p {
  font-weight: bold;
  font-size: 24px;
  color: #000;
}

.services-button-box p .line {
  color: #999999;
  margin: 0 11px;
}

.services-button-box .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 2rem;
  padding-left: 20px;
  align-items: center;
}

.adj-3 {
  gap: 2rem;
}

.summer-details-heading {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  text-transform: capitalize;
}

.summer-details-heading span {
  font-weight: 500;
  font-size: 14px;
  color: #999;
  margin-left: 16px;
}

.date-sec {
  margin-top: 52px;
}

.summer-details-disc {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-top: 26px;
  margin-bottom: 46px;
}

.service-slider-sec {
  padding-bottom: 35px;
}

.service-slider-sec .services-slider .slider-images {
  max-height: 976px;
  overflow: hidden;
}

.service-slider-sec .slick-dots {
  position: absolute;
  bottom: -69px;
}

.service-slider-sec .slick-dots li.slick-active button:before {
  color: #1AABE3;
  opacity: 0.75;
}

.service-slider-sec .slick-dots li button:before {
  font-size: 24px;
  color: #eee;
  opacity: 9;
}

/* PAGES*/
.mission-vission-sec {
  margin-top: 9rem;
}

.content-home-left-visson {
  margin-top: 6rem;
}

.content-home-left-visson .inner-wraper-vission {
  margin-bottom: 6.8rem;
}

.content-home-left-visson .inner-wraper-vission .tittle {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 3rem;
}

.content-home-left-visson .inner-wraper-vission .discrip-visson-p p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.expert-images-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.expert-images-parent .inner-wrapper-image-ex {
  position: relative;
}

.expert-images-parent .inner-wrapper-image-ex .tittle-h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.6rem;
  z-index: 9;
  font-weight: 700;
  text-align: center;
  color: white;
  text-transform: capitalize;
}

@media screen and (max-width:290px) {
  .banner {
    height: 120rem;
  }
}

.expert-images-parent .inner-wrapper-image-ex .image-block-box {
  min-width: 63rem;
  max-width: 63rem;
  /* margin-bottom: 0.4rem; */
  height: 35.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: grayscale(18);
}

.expert-images-parent .inner-wrapper-image-ex .image-block-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-images-parent .inner-wrapper-image-ex .cls-show-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  opacity: 0;
  height: 2px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: ease all 0.7s;
  transition: ease all 0.7s;
}

.expert-images-parent .inner-wrapper-image-ex .cls-show-hover img {
  width: 100%;
}

body .inner-service .inner-wrapper-image-ex:hover .cls-show-hover {
  height: 100%;
}

.expert-images-parent .inner-wrapper-image-ex:hover .cls-show-hover {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: ease all 0.7s;
  transition: ease all 0.7s;

}

.tittle-heading-all .tittle-h3 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
}

.section-experties {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 68px;
}

.portfolio-large-image {
  width: 36rem;
  height: 46.2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  margin-top: 3rem;
}

.portfolio-small-image {
  width: 36rem;
  height: 30.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  margin-top: 3rem;
}

.over-lay-portfolio {
  position: absolute;
  text-align: center;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 3rem;
  left: 0px;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.over-lay-portfolio .inner-wrapper-folio {
  height: 100%;
  width: 100%;
  padding: 1rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 5px;
  overflow: hidden;
}

.over-lay-portfolio .inner-wrapper-folio .tittle-name {
  font-size: 2.2rem;
  color: white;
  font-weight: 600;
  margin-bottom: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}

.over-lay-portfolio .inner-wrapper-folio .deliver-tittle {
  font-size: 1.6rem;
  color: white;
  font-weight: 400;
  margin-bottom: 1.7rem;
  line-height: 2.5rem;
  max-height: 12.5rem;
  overflow: hidden;
}

.btn-us-primary {
  background: #1AABE3;
  padding: 1.5rem 2.8rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  height: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}

.btn-us-primary:hover {
  background: #0d1427;
  color: white;
}

.our-port-folio-sec {
  margin-top: 10rem;
}

.hover-show-class-port:hover .over-lay-portfolio {
  opacity: 1;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.contact-us-home-parent-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-us-home-parent-flex .left-side-image-con {
  min-width: 57rem;
  max-width: 57rem;
  height: 58.4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.contact-us-home-parent-flex .left-side-image-con .tittle-on-img-con {
  position: absolute;
  top: 6rem;
  width: 70%;
  left: 6rem;
  font-size: 4.2rem;
  line-height: 5.4rem;
  color: white;
}

.contact-us-home-parent-flex .left-side-image-con .tittle-on-img-con .color-primary-us {
  color: #1AABE3;
  font-weight: 700;
}

.contact-us-home-parent-flex .right-side-contact-main-p {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-left: none;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}

.contact-us-home {
  margin-top: 10rem;
}

.tittle-cont-homee {
  font-size: 3.2rem;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  width: 41%;
  text-align: center;
  margin: 0 auto;
  line-height: 4.4rem;
  margin-bottom: 3.9rem;
}

.error-for-all {
  padding: 0rem 2rem;
  color: red;
  font-size: 1.4rem;
}

.form-button-h-con {
  margin-top: 0.5rem;
  text-align: right;
  padding: 1.5rem;
}

.form-button-h-con .btn-us-primary {
  min-width: 15.0rem;
}

.process {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 10rem;
}

.processing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.processing .inner-sec .title {
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  color: #fff;
}

.processing .inner-sec .img-block {
  max-width: 439px;
  width: 100%;
  height: 439px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  position: relative;
  left: 6rem;
  top: -3rem;
}

.processing .left-sec {
  max-width: 842px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f046d), to(#1f046d));
  background: linear-gradient(#1f046d 0%, #1f046d 100%);
  height: 800px;
  padding-left: 16rem;
  padding-top: 92px;
  width: 100%;
}

.processing .right-sec .img-block {
  max-width: 1080px;
  width: 100%;
  height: 800px;
}

.processing .right-sec img {
  height: 100%;
}

.descsing {
  position: absolute;
  top: 0%;
  right: 0;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  top: 120px;
  text-align: right;
}

.process-desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: -7rem;
  max-width: 555px;
}

/*M O D U L E S*/
/*======================================== 
Custom  
========================================*/
* {
  margin: 0px;
  padding: 0px;
}

.clearfix {
  clear: both;
}

body {
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif !important;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.ltr {
  direction: ltr !important;
  text-align: left;
}

.bg-none {
  background-image: none !important;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #1aabe3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  background-color: transparent;
  border: 0;
  outline: 0;
}

button:focus {
  outline: 0;
}

.primary-colorBg {
  background-color: #1aabe3;
  color: #fff;
}

.primary-color {
  color: #1aabe3 !important;
}

.px-16 {
  padding-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.rtl .mr-16 {
  margin-right: 0 !important;
  margin-left: 1.6rem !important;
}

html {
  font-size: 10px;
  font-family: 'SFProDisplay';
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  font-family: 'Montserrat', sans-serif !important;
}

.rtl {
  text-align: right;
  direction: rtl;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-auto {
  width: auto !important;
}

.pd-tb100 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.pd-t100 {
  padding-top: 98px;
}

.pd-b100 {
  padding-bottom: 98px;
}

.pd-tb80 {
  padding-top: 78px;
  padding-bottom: 78px;
}

@media (max-width: 768px) {
  .pd-tb80 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

}

.pd-t80 {
  padding-top: 78px;
}

@media (max-width: 768px) {
  .pd-t80 {
    padding-top: 48px;
  }
}

.pd-b80 {
  padding-bottom: 78px;
}

@media (max-width: 768px) {
  .pd-b80 {
    padding-bottom: 48px;
  }
}

.color-green {
  color: #00B84A !important;
}

.color-green-dark {
  color: #40B277 !important;
}

.color-blue {
  color: #0032FF !important;
}

.color-dark-blue {
  color: #00B8B2 !important;
}

.color-red {
  color: #FF0000 !important;
}

.text-center {
  text-align: center;
}

.wrapper {
  width: 100%;
}

.wrapper .container {
  max-width: 1170px;
}

@media (max-width: 1100px) {
  .wrapper .container {
    max-width: 1000px;
  }
}

@media (max-width: 1100px) and (max-width: 991px) {
  .wrapper .container {
    max-width: 98%;
  }
}

@media (max-width: 1100px) and (max-width: 991px) and (max-width: 767px) {
  .wrapper .container {
    max-width: 100%;
  }
}

.mt-thumb {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
}

.mt-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  width: 100%;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.project-btn {
  max-width: 14.5rem;
  height: 4rem;
  font-size: 1.8rem;
}

.project-btn:hover {
  background-color: #000;
  color: #fff;

}

/*Responsive*/
@media (max-width: 1366px) {
  .header .logo img {
    max-width: 70%;
  }

  .header .navigation-menu-wrap .icon-box img {
    width: 35px;
  }

  .header .topbar-nav-outer .topbar-nav-listed .list-item {
    margin-left: 12px;
  }

  .header .mt-dropdown .dropdown-toggle {
    font-size: 14px;
    line-height: 14px;
  }

  .header .top-listed-wrap>li {
    margin-left: 20px;
  }
}

@media (max-width: 1366px) and (max-width: 1024px) {
  .header .logo {
    text-align: right;
  }
}

@media (max-width: 1200px) {
  .mt-navbar-outer .navbar-nav>li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .mt-navbar-outer .navbar-nav>li a {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .header .top-nav-right {
    padding-right: 30px;
  }

  .processing {
    flex-direction: column;
  }

  .processing .left-sec {
    max-width: 100%;
  }

  .processing .inner-sec .img-block {
    left: 0rem;
  }

  .descsing {
    right: 8rem;
  }


  .header .topbar-row .form-search-outer.form-search-outer-open {
    width: 370px;
  }

  .navigation-row .navigation-wrap {
    margin-top: 15px;
  }

  .mt-navbar-outer .navbar-nav>li a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .banner-section {
    margin-top: -30px;
  }

  .processing .inner-sec .img-block {
    left: 0;
  }

  .descsing {
    right: 8rem;
  }

  .topbar-row .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topbar-row .container .row .col-lg-9 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 850px) {
  .header.home-header {
    margin-top: 0;
  }

  .navigation-row .col-md-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .header .logo {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
  }

  .header .navigation-menu-wrap {
    margin-right: 20px;
  }

  .header .nav-left-col {
    max-width: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
  }
}

@media (max-width: 850px) and (max-width: 767px) {
  .header .nav-left-col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header .nav-left-col ul.topbar-nav-listed.d-inline-flex {
    margin-left: auto;
  }
}

@media (max-width: 850px) {
  .services-button-box {
    height: 100px;
    margin-bottom: 2rem;
  }

  .flex-block {
    padding-left: 0;
  }

  .services-button-box p {
    font-size: 18px;
  }

  .services-button-box img {
    width: 100%;
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .header .navigation-menu-wrap .mt-dropdown-layout.show {
    top: 140px !important;
    left: 0px !important;
  }

  section.categories-section.pd-t100 {
    padding-top: 30px;
  }

  .product-section.pd-tb100 {
    padding-bottom: 20px;
  }

  .services-button-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .flex-block {
    display: block;
    padding-left: 0px;
  }

  .summer-details-heading {
    font-size: 20px;
    margin-top: 10px;
  }

  .summer-details-disc {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .logbar-row .logo-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 15px;
  }

  .logbar-row .nav-right-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .header .navigation-row {
    padding: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .navigation-row .logo img {
    max-width: 60%;
  }

  .header .navigation-row .navigation-menu-wrap {
    margin-right: 0;
  }

  .header .navigation-row .navigation-menu-wrap .icon-box img {
    width: 25px;
  }

  .header .navigation-row .topbar-nav-outer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .navigation-row .nav-left-col ul.topbar-nav-listed.d-inline-flex {
    margin-left: 0;
  }

  .header .navigation-row .topbar-nav-listed span.icon-box {
    margin-right: 2px !important;
  }

  .header .navigation-row .topbar-nav-listed span.icon-box img {
    max-width: 22px;
  }

  .header .navigation-row .mt-dropdown .dropdown-toggle {
    font-size: 13px;
  }
}

@media (max-width: 576px) and (max-width: 320px) {
  .header .navigation-row .mt-dropdown .dropdown-toggle {
    font-size: 12px;
  }

  .header .navigation-row .mt-dropdown .dropdown-toggle .dropdown-icon {
    margin-left: 0;
  }

  .header .navigation-row .mt-dropdown .dropdown-toggle .dropdown-icon img {
    width: 9px;
  }
}

@media (max-width: 576px) {
  .header .logbar-row .nav-right-col {
    padding: 0 7px;
  }

  .breads {
    display: block;
    text-align: center;
  }

  .breads .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /*Headings*/
  h5 {
    font-size: 16px;
    line-height: 16px;
  }

  h4 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 475px) {
  .header .login-dropdown .mt-dropdown-layout {
    width: 270px !important;
  }

  .heading-outer .heading-title {
    font-size: 26px;
  }

  .ft-logo {
    text-align: center;
  }

  .ft-logo img {
    max-width: 65%;
  }

  .ft-logo .footer .widget-subscribe .widget-title {
    font-size: 18px !important;
  }

  .service-slider-sec .services-slider .slider-images {
    max-height: 300px;
    overflow: hidden;
  }

  .service-slider-sec .services-slider .slider-images img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 425px) {
  .breadcrumb {
    justify-content: center;
  }

  .header .top-nav-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .top-listed-wrap {
    margin-left: auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }

  .header .mt-dropdown.language-dropdown .dropdown-toggle {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .header .navigation-row .logo img {
    max-width: 50%;
  }

  .header .navigation-row .topbar-nav-outer .topbar-nav-listed {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header .navigation-row .topbar-nav-outer .topbar-nav-listed .list-item {
    margin-bottom: 0px;
    margin-left: 9px;
  }

  .header .navigation-row .topbar-nav-outer .topbar-nav-listed .list-item span.icon-box img {
    max-width: 16px;
  }
}

@media (max-width: 375px) and (max-width: 320px) {
  .header .navigation-row .topbar-nav-outer .topbar-nav-listed .list-item {
    margin-left: 6px;
  }
}

@media (max-width: 375px) {
  .header .navigation-row .topbar-nav-outer .navigation-menu-wrap .icon-box img {
    width: 22px;
  }
}

@media (max-width: 375px) and (max-width: 320px) {
  .header .navigation-row .topbar-nav-outer .navigation-menu-wrap .icon-box img {
    width: 20px;
  }
}

@media (max-width: 375px) {
  .navigation-row .navigation-menu-wrap {
    margin-left: 10px;
  }
}

.right-side-contact-main-p .input-style {
  display: -webkit-box;

}

.input-style-text-area .parsley-required {

  max-width: 74%;
  text-align: right;
}


.parsley-required {
  color: red;
  font-size: 1.4rem;
}

.toast-message,
.toast-success {
  font-size: 1.6rem;
}

.adj-2 {
  /* max-width: 885px; */
  width: 100%;
}

.adj-1{
  min-width: 230px;

}


/*# sourceMappingURL=custom.css.map */
/*slider */
.slider-parent {
  display: flex;
  align-items: center;



}

.slider-parent .right-sec {
  width: 842px;
  height: 792px;
  background: linear-gradient(#1f046d 0%, #1f046d 100%);
}

.slider-parent .left-sec {
  max-width: 1070px;
  width: 100%;
  height: 792px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}

.slider-parent .left-sec img {
  animation: fadeIn 5s infinite alternate;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.dot-circle {
  max-width: 439px;
  width: 100%;
  height: 439px;
  background: #1f046d;
  border-radius: 100%;
  position: absolute;
  left: 41%;
  transform: translate(-50%, -50%);
  top: 44%;
  padding: 4rem;

}

.dot-circle .inner-sec {
  max-width: 359px;
  height: 359px;
  width: 100%;
  background: transparent;
  border: 2px solid #1aabe3;
  border-left: none;
  border-radius: 100%;
}

.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #1aabe3 !important;
  background-color: #1aabe3;
  border-radius: 100%;
  opacity: 1 !important;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  top: 44% !important;
  left: 41% !important;
  bottom: unset !important;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  transform: translate(-50%, -50%);
  width: 353px;
  height: 353px;
  border-radius: 100%;
  flex-direction: column-reverse;
  align-items: inherit !important;
}

.carousel-indicators .active {
  border: 3px solid #fff !important;
}

.Port-btn:hover {
  background-color: #000;

}

.title-text {
  position: absolute;
  top: 45%;
  left: 33%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-weight: 900;
  font-size: 32px;
  line-height: 60px;
  text-align: right;
  color: #fff;
  max-width: 50.2rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;

}

.carousel-control-next,
.carousel-control-prev {
  display: none !important;
}

.texts p {
  max-width: 555px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  animation: fadeIn 5s infinite alternate;
  position: absolute;
  bottom: 8rem;
  /* margin-left: 140px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.carousel-indicators li:nth-child(1) {
  position: absolute;
  top: 25px;
  left: 58px;
}


.carousel-indicators li:nth-child(2) {
  position: absolute;
  top: -10px;
  left: 165px;
}

.carousel-indicators li:nth-child(3) {
  position: absolute;
  top: 19px;
  left: 266px;
}

.carousel-indicators li:nth-child(4) {
  position: absolute;
  top: 100px;
  right: 0px;
}

.carousel-indicators li:nth-child(5) {
  position: absolute;
  top: 220px;
  right: -7px;
}

.carousel-indicators li:nth-child(6) {
  position: absolute;
  top: 320px;
  right: 71px;
}

.carousel-indicators li:nth-child(7) {
  position: absolute;
  bottom: -8px;
  right: 185px;
}

.carousel-indicators li:nth-child(8) {
  position: absolute;
  bottom: 28px;
  left: 55px;
}

.dot-circle::before {
  content: "";
  position: absolute;
  height: 277px;
  left: 35px;
  background: #1f046d;
  width: 94px;
  top: 80px;
}

.processing {
  position: absolute;
  top: 0;
  left: 150px;
  top: 85px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

/* slide media */
@media screen and (max-width: 1500px) {
  .texts p {
    margin-left: 0;
    padding: 0 2rem;
    max-width: 420px;
    padding: 0 6rem;
  }

  .title-text {
    height: auto;
  }
}

@media screen and (max-width: 1030px) {
  .dot-circle::before {
    content: "";
    position: absolute;
    height: 110px;
    left: 35px;
    background: #1f046d;
    width: 23px;
    top: 177px;
  }

  .texts p {
    max-width: 450px;
  }

  .title-text {
    font-size: 25px;
    margin-top: -33px;
  }

  .processing {
    top: 50px;
    left: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .slider-parent .left-sec {
    height: auto;
  }

  .slider-parent .left-sec img {
    object-fit: contain;
  }

  .dot-circle,
  .carousel-indicators {
    display: none;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: block !important;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
    margin: 0 2rem;
    bottom: -7rem;
  }

  .slider-parent {
    flex-direction: column;
  }

  .texts p {
    max-width: 450px;
    position: inherit;
    max-width: 100%;
    left: 0;
    max-width: 550px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 7rem;
    -webkit-line-clamp: 2;
    padding: 0 4rem;
  }

  .title-text {
    position: inherit;
    top: 50%;

    transform: unset;

    background: #1f046d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7rem;
    height: auto;
    line-height: 30px;
    text-align: center;
  }

  .slider-parent .right-sec {
    height: auto;
    width: 100%;
  }

  body .processing {
    top: 3rem;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
    display: block !important;
  }
}

/* 
/ umair csss hereeeeeee / */

.texts {
  margin-left: 0px;
  transition: ease-out 0.8s;
  opacity: 0;
  visibility: hidden;

}


.carousel-item.active .texts {
  margin-left: 140px;
  transition: ease-out 0.8s;
  animation: text-2Animation 5s ease-in-out infinite;
  opacity: 0;


}


.title-text {
  left: 45%;
  transition: ease-out 0.8s;
  background: none;
  /* / animation: fadeIn 5s infinite;/ */
  z-index: 999;
  animation: text-1Animation 5s ease-in-out infinite;


}


.carousel-item.active .title-text {
  transition: ease-out 0.8s;
  left: 33%;

}




.carousel-indicators:after {
  background: red;
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
}


.carousel-indicators:after {
  background: #1f046d;
  content: '';
  position: absolute;
  width: 100px;
  height: 139px;
  left: 0px;
  top: 50%;
  z-index: -1;
}

.carousel-item {
  transition: unset !important;
}

.slider-parent .left-sec img {
  transition: unset !important;
  animation: imageAnimation 15s ease-in-out infinite;
  transform: scale(1.3, 1.3);
  /* / transition: ease-out 0.8s; / */
}




@keyframes imageAnimation {
  0% {
    opacity: 0;
    /* / transform: scale(1.3); / */

  }

  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }

  25% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: ease-out;
  }

  35% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }

}




@keyframes text-1Animation {
  0% {
    opacity: 0;
    /* / transform: scale(1.3); / */
    visibility: hidden;

  }

  8% {
    opacity: 0;
    animation-timing-function: ease-out;
    visibility: hidden;
  }

  30% {
    opacity: 0.4;
    animation-timing-function: ease-out;
    visibility: visible;
  }

  35% {
    opacity: 0.7;
    visibility: visible;
    ;
  }

  100% {
    opacity: 1;
    visibility: visible;
    ;
  }

}

@keyframes text-2Animation {
  0% {
    opacity: 0;
    /* / transform: scale(1.3); / */
    visibility: hidden;
    /* / animation-delay: 20s; / */

  }

  4% {
    opacity: 0;
    animation-timing-function: ease-out;
    visibility: visible;


  }

  25% {
    opacity: 0.4;
    animation-timing-function: ease-out;
    visibility: visible;
  }

  35% {
    opacity: 0.7;
    visibility: visible;
    ;
  }

  100% {
    opacity: 1;
    visibility: visible;
    ;
  }

}

.parsley-errors-list {
  position: absolute;
  bottom: -1px;
}

.contact-sec a:hover{
  color: #1aabe3 !important;
}



.terms-and-pr-abb{
  margin: 10rem 0rem 0rem;

}

@media (min-width:767px) and (max-width:1000px){
  .button-view-port .btn {
    padding: 0px 1rem !important;
    font-size: 1.2rem;
  }
}




.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
  font-weight: 300;
  line-height: 28px;
}

.ctm-textareas::placeholder{
  color: #999 !important;
}




.blogs-detail .details .desc{
  margin-bottom: 1rem;
}





@media (max-width:1200px){
  .expert-images-parent{
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;

  }

  /* .expert-images-parent .inner-wrapper-image-ex:hover .cls-show-hover{

    height: auto;

  } */

  /* body .expert-images-parent .inner-wrapper-image-ex .image-block-box{
    height: auto;
  } */

  .slider-parent .left-sec {
    max-width: 53rem;
  }

  .carousel-item.active .texts{
    margin-left:20px;
  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box {
    max-width: 100%;
    min-width: unset;
    width: 100%;
}

.title-text{
  top: 52%;
}

.carousel-item.active .title-text{
  left: 29%;
}

.expert-images-parent .inner-wrapper-image-ex {
  position: relative;
  width: 48.5%;
}

.section-experties {
  padding: 0px 15px;
}


.process{
  padding:0px 15px;
}


}



@media (max-width:991px){
  .expert-images-parent {
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.expert-images-parent .inner-wrapper-image-ex {
  width: 49%;
}





}


@media (max-width:575px){

  .expert-images-parent .inner-wrapper-image-ex {
    width: 100%;
}

.section-experties {
  padding: 0px 15px;
}

.expert-images-parent .inner-wrapper-image-ex {
  width: 98%;
  margin: 0 auto;
}

.inneer-pages-sec-2 .bread {
  padding-top: 0rem;
  height: auto;
  min-height: 35rem;
}

.mobile-menu .navbar-nav .nav-link:hover{
  color: #1aabe3 !important;

}

.mobile-menu .navbar-nav .nav-link.active{
  color: #1aabe3 !important;

}

.mobile-menu .close-btn:hover{
  color: #1aabe3 !important;

}

/* body .inner-service .inner-wrapper-image-ex:hover .cls-show-hover {
  height: auto;
} */

.expert-images-parent .inner-wrapper-image-ex {
  margin-bottom: 3rem;
}



}





@media (max-width:1440px){
  .section-experties{
    padding: 0px 15px;
  }


  .blog-sec .img-block{
    max-width: unset;
    height: unset;
  }
  
  .expert-images-parent {
    width: 95%;
    margin: 0 auto;
    justify-content: center;
}


  .navbar-sec ul li a {
    padding: 1rem;
  }

  .process{
    padding: 0px 15px;
  }

  .expert-images-parent{
    width: 95%;
    margin: 0 auto;

  }

  body .expert-images-parent .inner-wrapper-image-ex .image-block-box{
    height: 100%;
    min-width: unset;
    width: 100%;
  }

  body .expert-images-parent.inner-service .inner-wrapper-image-ex .image-block-box {
    height: 100%;
  }





}


@media (max-width:1300px){
  .expert-images-parent {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .texts p {
    padding: 0 0rem;
  }

  .slider-parent .left-sec {
    max-width: 889px;
    width: 60%;
  }

  .carousel-item.active .title-text {
    left: 30%;
  }





}



@media (max-width:1100px){

  .expert-images-parent.inner-service .inner-wrapper-image-ex {
    position: relative;
    width: 100%;
    max-width: unset;
}

  .texts p{
    padding: 0px 6rem;
  }

  .header .navbar-sec ul {
    margin-left: 0rem;
  }

  .footer-sec .navbar-sec ul li a {
    padding: 0px;
  }

  .processing {
  
    left: 6rem;
}

body .expert-images-parent .inner-wrapper-image-ex .image-block-box{
  margin-bottom: 0px;
}
  




}




@media (min-width:1000px) and (max-width:1090px){
  body .expert-images-parent.inner-service .inner-wrapper-image-ex .image-block-box {
    height: 311px;
    display: inherit !important;
  }

}


@media (max-width:991px){
  .navbar-sec ul li a {
    padding: 4px;
  }

  .headre-log-mm {
    position: relative;
    top: 4px;
  }

  .expert-images-parent .inner-wrapper-image-ex .tittle-h3{
    font-size: 2rem;
  }

  .slider-parent .left-sec {
    width: 100%;
  }

  .texts p {
    padding: 0px 3rem;
    font-size: 13px;
    line-height: 25px;
    width: 50%;
  }

  .title-text {
    font-size: 17px;
    line-height: 26px;
    width: 35%;
  }

  .add-clas-us-phoneeee {
    flex-wrap: wrap;
    align-items: flex-start !important;
  }

  .flex-block{
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: flex-start;

  }






}









@media (max-width:575px){

  .form-button-h-con{
    margin-top: 0px;
  }

  .banner-section .content-box{
    padding: 0px 2rem;
  }

  .add-clas-us-phoneeee {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .summer-details-heading {
    font-size: 20px;
    margin-top: 13px;
  }

  .project-btn {
    margin-top: 20px;
  }


  .slider-parent .right-sec {
    height: 370px;
    width: 100%;
  }

  .title-text{
    width: 100%;
  }
  
  .carousel-item.active .texts {
    margin-left: 0px;
  }
  .texts p {
    width: 100%;
    position: initial;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0px;
    -webkit-line-clamp: 10;
}

.process .carousel-control-prev {
  left: 12px;
}
.carousel-control-next, .carousel-control-prev {
  bottom: 26.5rem;
  width: 4%;
  display: none !important;
}

.inneer-pages-sec-2 .bread canvas{
  height: 33rem;
}

.blog-sec .img-block{
  max-width: unset;
  height: unset;
}

.inneer-pages-sec-2 .content-box {
  top: 24.5rem;
  padding: 0px 3rem;
}
  
.expert-images-parent.inner-service .inner-wrapper-image-ex .image-block-box{
  display: inherit !important;

}

.breadcrumb{
  padding-bottom: 0px;
}

.content-home-left-visson {
  margin-top: 2rem;
}

.content-home-left-visson .inner-wraper-vission {
  margin-bottom: 4.8rem;
}

.our-port-folio-sec {
  margin-top: 2rem;
}

.process {
  margin-top: 5rem;
}

body .processing {
    top: 4rem;
}

.contact-us-home {
  margin-top: 5rem;
}

.footer{
  margin-top: 5rem;
}

.bread-sec {
  margin-bottom: 4rem;
}
.expert-images-parent.inner-service:last-child .inner-wrapper-image-ex{
  margin-bottom: 0px;

}

.blog-detail {
  padding-top: 2rem;
}

.details .descs p:last-child{
  margin-bottom: 0px;
}

body .portfolio-large-image {
  max-width: 100%;
}

.portfolio-detail {
    padding-top: 2rem;
}

.blog {
    padding-top: 2rem;
}

.proc-box {
  margin-bottom: 4rem;
}

.terms-and-pr-abb {
  margin: 5rem 0rem 0rem;
}






}


@media (max-width: 385px){
  .inneer-pages-sec-2 .bread {
    min-height: 40rem;
  }
  .inneer-pages-sec-2 .content-box {
    top: 27.5rem;

  }



}



@media (max-width: 325px){
  .main {
    width: 130px;
    height: 130px;
  }
  .slider-parent .right-sec {
    height: 430px;
  }
}



.blog .read-more:active, .read-more:focus {
  color: white !important;
  background: #1aabe3 !important;
}


body .portfolio-large-image img {
  border-radius: 5px;
}




.inner-side-rite-form .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #999 !important;
    font-weight: 300;
    font-size: 1.8rem;
    padding: 0px !important;
    font-family: 'Montserrat', sans-serif !important;

}

.inner-side-rite-form .select2-container--default .select2-selection--single{
  border: none !important;
  background-color: transparent !important;
}

.inner-side-rite-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 6px 0 6px !important;
  margin-left: 0px !important;
}

.inner-side-rite-form .select2-container .select2-selection--single {
    height: 6rem !important;
}

.inner-side-rite-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 6rem !important;
}

.inner-side-rite-form .input-style .select2-selection .select2-selection__arrow{
  display: block;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent !important;
 
}


.contact-form .parsley-errors-list {
  position: unset;
  bottom: -1px;
}


/* umair */