@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url("../../../stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


body {
  overflow-x: hidden;
  position: relative;
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html {
  scroll-behavior: smooth;  

}
body .mobile-cta {
  position: fixed;
  bottom: 72px;
  width: 42px;
  z-index: 999;
  right: 5px;
  scroll-behavior: smooth;
}

body .mobile-cta .footicon {
  cursor: pointer;
  background: #1dbc55;
  width: 42px;
  height: 42px;p
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 22px;
  padding-top: 5px;
  margin-bottom: -20px;
}
.iti.iti--container {
    z-index: 10000 !important;
}
.iti-mobile .iti--container {
 
    z-index: 1000000 !important;
}
footer i{
        font-size: 51px;
    color: #02dfbe;
    margin: 0 0 20px 0;
}
body .mobile-cta .footicon1 {
  cursor: pointer;
  background: #1dbc55;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 22px;
  padding-top: 5px;
  margin-bottom: 10px;
}

body .mobile-cta .shakeAnim {
  animation: shake 5s;
  animation-iteration-count: infinite;
}
/*animation */

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#mobile-slider-service{
    padding:60px 0 0;
}
#mobile-slider-service .responsive{
    width:100% !important;
}
#mobile-slider-service .responsive .slick-track .slick-slide{
    width:100%;
           margin: 0 auto 0;
}
@keyframes backgroundChange6 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  1% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  2% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  3% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  4% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  5% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  6% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  7% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  8% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  9% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  10% {
    transform: translate(1px, -2px) rotate(-1deg);
  }

  11% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  100% {
    transform: translate(1px, 1px) rotate(0deg);
  }
}
body>section {}

section#footer-form-area #phone4 {
    width: 405px !important;
}
body>section.formdiv {
  position: fixed;
  top: 50%;
  right: -270px;
  transform: translateY(-50%);
  width: 270px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  transition: 0.5s;
  box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.08);
  border: #c2d1db 1px solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*____________________________________*/

.btnwrap {
  
  position:fixed;
  bottom: 20px!important;
  right: 20px!important; 
  z-index: 1000;
  cursor: pointer;
}

.chatbtn {
  background:white;
  cursor:pointer;
  border: 2px solid #3f3b3b;
  color: white;
  height: 80px;
  width: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  font-family: 'Muli-LightItalic', Helvetica;
  font-size: 20px;
  line-height: 30px;
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;


  &:hover {
  transform: scale(1.1);
  }
  &:focus {
    outline:none;
  }
}

@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba($color, 0.3),
        0 0 0 1px rgba(0, 105, 255, 0.3),
        0 0 0 3px rgba(0, 105, 255, 0.3),
        0 0 0 5px rgba(0, 105, 255, 0.3);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 105, 255, 0.3),
        0 0 0 4px rgba(0, 105, 255, 0.3),
        0 0 0 20px rgba(0, 105, 255, 0.3),
        0 0 0 30px rgba(0, 105, 255, 0.3);
    }
}


/*____________________________________*/

body>section.formdiv .toggle {
  position: absolute;
  height: 171px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%);
  left: -55px;
  top: 50%;
  line-height: 68px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

body>section.formdiv .toggle span {
  color: #fff;
  display: block;
  transform: rotate(-90deg);
  width: 150px;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
}

body>section.formdiv .feildDv {
  padding: 10px 0px;
}

body>section.formdiv .feildDv .btn-primary:not(:disabled):not(.disabled).active,
body>section.formdiv .feildDv .btn-primary:not(:disabled):not(.disabled):active,
body>section.formdiv .feildDv .show>.btn-primary.dropdown-toggle,
body>section.formdiv .feildDv .btn-primary:hover {
  color: white;
}

body>section.formdiv .feildDv .btn-primary:not(:disabled):not(.disabled).active:hover,
body>section.formdiv .feildDv .btn-primary:not(:disabled):not(.disabled):active:hover,
body>section.formdiv .feildDv .show>.btn-primary.dropdown-toggle:hover,
body>section.formdiv .feildDv .btn-primary:hover:hover {
  color: white;
}

body>section.formdiv .feildDv .btn-primary:not(:disabled):not(.disabled).active:active,
body>section.formdiv .feildDv .btn-primary:not(:disabled):not(.disabled):active:active,
body>section.formdiv .feildDv .show>.btn-primary.dropdown-toggle:active,
body>section.formdiv .feildDv .btn-primary:hover:active {
  color: white;
}

body>section.formdiv .feildDv button {
  border: 0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.13;
  padding: 13px 30px;
  height: auto !important;
  margin: 5px 0px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #ffffff;
  background: #ff9900;
}

body>section.formdiv .feildDv button:hover {
  color: white;
}

body>section.formdiv .feildDv button:active {
  color: white;
}

body>section.formdiv .feildDv input {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  height: 3rem;
  width: 100%;
  background: #ffff;
  color: black;
  font-weight: 500;
  box-sizing: border-box;
}

body>section.formdiv .feildDv input#phonefield2 {
  padding-left: 50px;
}

body>section.formdiv .feildDv textarea {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  height: 3rem;
  width: 100%;
  background: #ffff;
  color: black;
  font-weight: 500;
  box-sizing: border-box;
}

body>section.formdiv .feildDv label.error,
body>section.formdiv .feildDv input:not([type]):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=text]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=password]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=email]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=url]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=time]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=date]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=tel]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=number]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv input[type=search]:not(.browser-default):focus:not([readonly])+label,
body>section.formdiv .feildDv textarea.materialize-textarea:focus:not([readonly])+label {
  color: #f00;
  margin: 0px 0px -5px;
}

body>section.formdiv .croxDv {
  display: none;
}

body>section.formdiv.popformkhulwana {
  right: 0%;
}

body>section.formdiv.popformkhulwana .croxDv {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 900;
}

body>section.formdiv.popformkhulwana .toggle {
  height: 50px;
}

body>section.formdiv.popformkhulwana .toggle span {
  display: none;
}

body>section.formdiv .iti iti--allow-dropdown {
  width: 100%;
}

body>section.formdiv .telephoneDv input {
  padding: 0px 0px 0px 60px !important;
}

body>section.formdiv .requestDv {
  border: none;
  background: #ff9900;
  height: 3rem;
  padding: 12px 42px;
  text-align: center;
  width: 100%;
  font-size: 11px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

body>section.formdiv .requestDv:hover {
  color: white;
}

body>section.formdiv .requestDv:active {
  color: white;
}

body>section.formdiv .requestDv.anim {
  overflow: hidden;
  position: relative;
  animation: shadeflowparent infinite;
  animation-duration: 10s;
}

body>section.formdiv .requestDv.anim:before {
  content: "";
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0%;
  top: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.9) 100%);
  animation: shadeflow infinite;
  animation-duration: 10s;
  transform: rotate(30deg) translate(-215px, 0px);
}

body>section.formdiv .requestDv.anim:hover {
  color: black;
}

body>section.formdiv .requestDv.anim:active {
  color: black;
}

body>section.formdiv .requestDv.anim-btn {
  color: white;
  border: none;
  background: #ff9900;
  font-size: 11px;
  font-weight: 700;
  height: auto;
  margin: 0px;
  display: inline-block;
  vertical-align: super;
  padding: 15px 20px 15px 40px;
  position: relative;
  border-radius: 140px;
  text-transform: uppercase;
  width: 100%;
}

body>section.formdiv .requestDv.anim-btn:hover {
  color: white;
}

body>section.formdiv .requestDv.anim-btn:active {
  color: white;
}

body>section.formdiv .requestDv.anim-btn:before {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulso 2s infinite;
  transition: 0.5s;
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 15px;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}


body>section.formdiv {
  width: 272px;
  padding: 0px;
  /* right: -1rem; */
}

.formDv2 {
  min-height: 200px;
  border-radius: 18px 18px 0 0;
  text-align: center;
}

.formDv2 .formDvhead {
  background: #fff;
  border-radius: 18px 18px 0 0;
  display: flex;
  justify-content: center;
}

.formDv2 .formDvhead h3 {
  color: #000;
  font-size: 19px;
  line-height: 1;
  margin: 0;
  padding: 21px 0 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 700;
}

.formDv2 .formDvhead span {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}

.formDv2 .formDvhead p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
  padding: 0px;
  position: relative;
  padding-bottom: 10px;
}

.formDv2 .mainFrm {
  background-color: white;
  padding: 21px 0 0;
  border-radius: 0 0 18px 18px;
}

.formDv2 .mainFrm .form-field {
  width: 100% !important;
  height: 39px !important;
  padding: 10px 50px !important;
  margin: 10px 0px !important;
  border: 1px solid #7c7c7cc9 !important;
}

.formDv2 .mainFrm .text-field {
  width: 100% !important;
  padding: 8px 10px !important;
  border: 1px solid #7c7c7cc9 !important;
}

.formDv2 .mainFrm .submit {
  color: white;
  border: none;
  background: #f90;
  background: #f90;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  margin: 10px 0px 0px 0px;
  display: inline-block;
  vertical-align: super;
  padding: 10px 45px 10px 50px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.formDv2 .mainFrm .submit::before {
  box-shadow: 0 0 0 rgb(255 255 255 / 40%);
  animation: pulso 2s infinite;
  transition: 0.5s;
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 19px;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.formDv2 .mainFrm .fieldDv {
  margin: 0px 0 0 0;
  padding: 0px 20px 10px;
  position: relative;
}

.formDv2 .mainFrm .fieldDv .field {
  text-align: left;
  border-radius: 30px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}

.formDv2 .mainFrm .fieldDv .field img {
  width: 20px;
  margin: auto;
  margin-left: 10px;
  height: auto;
  padding-left: 0vh;
}

.formDv2 .mainFrm .fieldDv .field input {
  border: none;
  font-size: 12px;
  padding: 0px 15px 0;
  font-weight: 400;
  margin: 0;
  height: 40px;
  outline: none !important;
  width: calc(100% - 40px);
}

.formDv2 .mainFrm .fieldDv .field .iti {
  width: calc(100% - 40px);
}

.formDv2 .mainFrm .fieldDv .field .iti input {
  padding-left: 50px;
  width: 100%;
}

.formDv2 .mainFrm .fieldDv .field input:focus {
  box-shadow: none;
}

.formDv2 .mainFrm .fieldDv .field input.error {
  color: #ee302c;
}

.formDv2 .mainFrm .fieldDv .field label.error {
  color: #ee302c;
  position: absolute;
  right: 40px;
  bottom: 9px;
  text-align: left;
  margin: 0;
  font-size: 10px;
}

.formDv2 .mainFrm .fieldDv.txtareaDv .field {
  border-radius: 10px;
}

.formDv2 .mainFrm .fieldDv.txtareaDv .field textarea {
  height: 90px;
  padding: 15px 10px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  width: 100%;
}

.formDv2 .mainFrm .btnDv {
  padding: 0 30px;
}

.formDv2 .mainFrm .btnDv button {
  padding: 0.6rem 1.5rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  margin: 15px auto;
  margin-left: 0;
  background: linear-gradient(to right, #e62262 0%, #F46031 101%);
  border: none;
  box-shadow: 0px 5px 12px rgba(196, 3, 3, 0);
  transition: all 0.5s ease;
  border-radius: 50px;
}

.formDv2 .mainFrm .btnDv button:hover {
  background: linear-gradient(to right, #e62262 0%, #F46031 101%);
  color: white;
  box-shadow: 0px 5px 12px rgba(196, 3, 3, 0.5);
}






@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes shadeflow {
  0% {
    transform: rotate(30deg) translate(-230px, 0px);
  }

  10% {
    transform: rotate(30deg) translate(240px, -160px);
  }

  100% {
    transform: rotate(30deg) translate(240px, -160px);
  }
}

@keyframes shadeflowparent {
  0% {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }

  5% {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }

  10% {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }
}

body {

  color: #000;

  background: #fff;

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

  font-size: 12px;

}

header,
button,
a,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
footer,
li,
input,
textarea,
select {
  font-family: "Poppins", sans-serif;
}

* {

  padding: 0;

  margin: 0;

}

ul {

  list-style: none;

}

a {

  text-decoration: none;

}

a:hover {

  text-decoration: none;

}

body {

  font-family: 'Poppins', sans-serif;

}

body .bannerdv .SopsDv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body .bannerdv {
  display: block;
   background: url('app-hero.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 83vh; 
  /* padding-top: 16vh; */
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 202px 0 174px;
  /* z-index: 9999; */
  height: 50vw;
}

.text-second {
    background: linear-gradient(160deg, rgba(87,236,255) 40%, white 50%, #ff3f12 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Video styling */
.hero-video {
    position: absolute; /* Position video over the container */
    top: 0;
    left: 0;
    width: 100%; /* Ensure the video covers the container */
    height: 100%;
    object-fit: cover; /* Make sure the video covers the container without distortion */
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
    z-index: 1; /* Ensure the overlay is above the video */
}
/* Video styling */


body .bannerdv .container {
  padding: 5px 100px!important;
} 

body .bannerdv .container2 {
  padding: 5px 200px!important;
} 

body .bannerdv h1 {font-size: 50px;font-weight: 800;color: #ffffff;padding-left: 0;padding-top: 48px;padding-bottom: 0;line-height: 1.2;letter-spacing: 0px;font-family: Poppins;}

.grad-txt {
  background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #02DFBF;
}

body .bannerdv p {

  color: #ffffff;

  font-size: 16px;

  padding-left: 0;

  letter-spacing: 1px;

  font-weight: 400;

  padding-bottom: 10px;
  margin-top: 20px;

}

body .bannerdv img {

padding-left: 0;
}



body .carddv {

  width: 100%;

  color: white;

  text-align: center;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);

}

body .carddv .innercard {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 22px 0;
}

body section.abbar {

  position: relative;
  paddingbottom: 150px;

}

body .mainbox {background: linear-gradient(145deg, #3e35b5, #75eebc);border-radius: 10px;position: absolute;top: -60px;width: 80%;height: auto;padding: 8px 30px;margin-left: 0px;z-index: 5;left: 50%;transform: translateX(-50%);}

body .carddv h6 {

  font-size: 35px;

  font-weight: 600;

}

body .carddv p {
  margin: 0;
  line-height: 21px;
}

.col-md-3.carddv.last {
  border: none;
}

.col-md-3.carddv.last .innercard {
  border: none;
}

.formDv input {width: 100% !important;height: 45px !important;padding: 10px 50px !important;margin: 10px 0px !important;border-radius: 50px !important;border: 2px solid #fff !important;box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;}

.formDv input:focus {
  outline: none;
  box-shadow: none;
}

.formDv button {
  color: white;
  border: none;
  background: #f90;
  background: #f90;
  font-size: 11px;
  font-weight: 700;
  height: auto;
  margin: 18px 0px 0px 0px;
  display: inline-block;
  vertical-align: super;
  padding: 10px 20px 10px 47px;
  position: relative;
  border-radius: 140px;
  text-transform: uppercase;
}

.formDv button::after {
  box-shadow: 0 0 0 rgb(255 255 255 / 40%);
  animation: pulso 2s infinite;
  transition: 0.5s;
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 19px;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.formDv button:hover {
  color: #fff;
  background-color: #02DFBF;
  border-color: #02DFBF;
}

textarea.form-control {
  border: 2px solid #fff;
  border-radius: 10px;
}

textarea.form-control:focus {
  outline: none !important;
  box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;
  border: none !important;
}

.formDv .img1 {

  position: absolute;

  top: 34.3vh;

  z-index: 9;

  left: 6px;

}

.formDv .img2 {

  position: absolute;

  top: 42.9vh;

  z-index: 9;

  left: 2px;

}

.formDv .img3 {

  position: absolute;

  top: 51.3vh;

  z-index: 9;

  left: 3px;

}

body>section.featureDv {

  text-align: center;

  padding: 30px 0;

  /*h2{

        @include para(#000,2.2rem,0 0 25px,0); font-weight: bold; position: relative;

        &:before{content: ''; position: absolute; left: 0; right: 0; bottom: -8px; margin: auto; width: 30px; height: 2px; background: $baseLinkHover;}

    }

    p{@include para(#737373,1.4rem,0 0 20px,0);line-height: 1.5;}*/

}

body>section.featureDv h3 {

  position: absolute;

  bottom: 0;

  font-size: 20px;

  right: 0;

  left: 0;

  color: #737373;

  display: none;

}



/*Awards START*/

 body>section.reviewDv {
    background: #222f99;
    padding: 90px 50px 60px;
    width: 100%;
    overflow: hidden;
  }

  body>section.reviewdv .figure {
    padding-right: 20px;

  }

  body>section.reviewDv .row>div {
    position: relative;
  }

  body>section.reviewDv h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    /*line-height:($font-size+1);*/
    margin: 20px 0px;
    padding: 0;
    font-weight: bold;
  }

  body>section.reviewDv p br {
    display: none;
  }

  body>section.reviewDv p {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5;
  }

  body>section.reviewDv h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0px 0 40px;
    padding: 0;
    line-height: 1.3;
  }

  body>section.reviewDv .particleDv {
    margin: -4vh 0 -45px;
  }

  body>section.reviewDv .particleDv img {
    display: none;
  }

  body>section.reviewDv .reviewRow {
    position: relative;
    top: 10px;
  }

  body>section.reviewDv .reviewRow .review {
    position: relative;
    padding: 0px 0px;
    padding-left: 200px;
  }

  body>section.reviewDv .reviewRow .review figure {
    position: absolute;
    left: 10px;
    right: 20px;
    top: 14px;
    width: 130px;
    margin: 0;
  }

  body>section.reviewDv .reviewRow .review p {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0 0px;
    padding: 15px 15px;
    line-height: 1.2;
    border-left: 1px solid #c1c1c1;
    text-align: left;
  }

  body>section.reviewDv .reviewRow .review p strong {
    display: block;
    margin-bottom: 15px;
  }



/*Awards End*/

body section.contactFormDv {background: url(img/light-gradient.png) no-repeat right top;
  color: #fff;
  padding: 60px 0;
  position: relative;
  /* z-index: 999; *//* animation: gradient 15s ease infinite; */
  background-size: contain;
}

body section.contactFormDv .textCol {

  padding-top: 85px;

}

body section.contactFormDv .textCol h4 {

  color: white;

  margin-left: 5px;

  font-size: 13px;

  margin-bottom: 30px;

  position: relative;

}

body section.contactFormDv .textCol h4:before {

  content: "";

  position: absolute;

  left: 0;

  top: 140%;

  width: 35px;

  border-top: 1px solid #fff;

}

body section.contactFormDv .textCol h2 {color: #460b80;color: #fff;font-weight: 900;font-size: 68px;line-height: 1.1;}

body section.contactFormDv .textCol h2 span {color: white;font-size: 5.2rem;/* font-weight: 900; *//* margin-top: -25px; */text-shadow: 0px 5px 15px #7d0422;}

body section.contactFormDv .textCol h3 {color: #fff;font-size: 30px;margin-left: 5px;font-weight: 700;}

body section.contactFormDv .textCol h3 span {

  line-height: 1.6;

  color: white;

  font-size: 14px;

  display: block;

  margin-top: 20px;

  font-weight: 100;

}

body section.contactFormDv .contactformdv {
  background: #fff;
  padding: 40px 0 0px 0;
  border-radius: 12px;
  box-shadow: 0px 5px 15px #1f1f1f;

}

.contactformdv {}

body section.contactFormDv .contactformdv h4 {

  font-size: 19px;
  font-weight: 700;
  color: #0a2d37;
  text-transform: uppercase;

}

.contactformdv .formDv .mainFrm .btnDv button {
  width: 200px;
  text-transform: capitalize;
}

body section.contactFormDv .contactformdv .row {

  padding-top: 10px;

}

body section.contactFormDv .contactformdv input[type=text],
body section.contactFormDv .contactformdv textarea,
body section.contactFormDv .contactformdv input[type=email],
body section.contactFormDv .contactformdv select,
body section.contactFormDv .contactformdv input[type=search],
body section.contactFormDv .contactformdv input[type=tel],
body section.contactFormDv .contactformdv input[type=password] {

  font-weight: 500;

  color: #838497;

  font-size: 14px;

  margin: 0;

  padding: 0px;

  border-radius: 0px;

  height: 35px;

  line-height: 35px;

  width: 100%;

  font-style: normal;

  background: none;

  border: none;

  border-bottom: 1px solid #cccccc;

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

}

body>section.ourProcess .offers .col01 .item span {
  right: 0px;

}

body section.contactFormDv .contactformdv input[type=text].error,
body section.contactFormDv .contactformdv textarea.error,
body section.contactFormDv .contactformdv input[type=email].error,
body section.contactFormDv .contactformdv select.error,
body section.contactFormDv .contactformdv input[type=search].error,
body section.contactFormDv .contactformdv input[type=tel].error,
body section.contactFormDv .contactformdv input[type=password].error {

  border-color: #f00;

  color: #f00;

}

body section.contactFormDv .contactformdv input[type=text].error:-moz-placeholder,
body section.contactFormDv .contactformdv textarea.error:-moz-placeholder,
body section.contactFormDv .contactformdv input[type=email].error:-moz-placeholder,
body section.contactFormDv .contactformdv select.error:-moz-placeholder,
body section.contactFormDv .contactformdv input[type=search].error:-moz-placeholder,
body section.contactFormDv .contactformdv input[type=tel].error:-moz-placeholder,
body section.contactFormDv .contactformdv input[type=password].error:-moz-placeholder {

  color: #f00;

}

body section.contactFormDv .contactformdv input[type=text].error::-moz-placeholder,
body section.contactFormDv .contactformdv textarea.error::-moz-placeholder,
body section.contactFormDv .contactformdv input[type=email].error::-moz-placeholder,
body section.contactFormDv .contactformdv select.error::-moz-placeholder,
body section.contactFormDv .contactformdv input[type=search].error::-moz-placeholder,
body section.contactFormDv .contactformdv input[type=tel].error::-moz-placeholder,
body section.contactFormDv .contactformdv input[type=password].error::-moz-placeholder {

  color: #f00;

}

body section.contactFormDv .contactformdv input[type=text].error:-ms-input-placeholder,
body section.contactFormDv .contactformdv textarea.error:-ms-input-placeholder,
body section.contactFormDv .contactformdv input[type=email].error:-ms-input-placeholder,
body section.contactFormDv .contactformdv select.error:-ms-input-placeholder,
body section.contactFormDv .contactformdv input[type=search].error:-ms-input-placeholder,
body section.contactFormDv .contactformdv input[type=tel].error:-ms-input-placeholder,
body section.contactFormDv .contactformdv input[type=password].error:-ms-input-placeholder {

  color: #f00;

}

body section.contactFormDv .contactformdv input[type=text].error::-webkit-input-placeholder,
body section.contactFormDv .contactformdv textarea.error::-webkit-input-placeholder,
body section.contactFormDv .contactformdv input[type=email].error::-webkit-input-placeholder,
body section.contactFormDv .contactformdv select.error::-webkit-input-placeholder,
body section.contactFormDv .contactformdv input[type=search].error::-webkit-input-placeholder,
body section.contactFormDv .contactformdv input[type=tel].error::-webkit-input-placeholder,
body section.contactFormDv .contactformdv input[type=password].error::-webkit-input-placeholder {

  color: #f00;

}

body section.contactFormDv .contactformdv label.error {

  color: #ff0100;

  display: none !important;

}

body section.contactFormDv .contactformdv .custom-file-label {

  font-size: 14px;

  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1;

  height: calc(2.25rem + 2px);

  padding: 11px 0px;

  line-height: 1.5;

  color: #495057;

  background-color: #fff;

  border: 0px solid #ced4da;

  border-radius: 0rem;

  border-bottom: 1px solid #e2e3e7;

}

body section.contactFormDv .contactformdv .custom-file-label:after {

  position: absolute;

  top: 6px;

  right: 0;

  bottom: 0px;

  z-index: 0;

  display: block;

  color: #fff8fb;

  content: "Browse";

  background-color: #1fc2fe;

  border-left: 0px solid #ced4da;

  border-radius: 4px;

  font-size: 14px;

  width: 19px;

  height: 20px;

  padding: 0px 0px 0px 0px;

  font-family: initial;

  font-weight: bold;

}

body section.contactFormDv .contactformdv .custom-file-input:lang(en)~.custom-file-label::after {

  content: "+" !important;

  padding: 0px 0px 0px 6px;

}

body section.contactFormDv .contactformdv button {

  padding: 1rem 2.5rem;
  margin: 15px auto;
  display: block;

}

body section.contactFormDv .contactformdv button:hover {

  color: #fff;

  border-color: #02DFBF;

  background-color: #02DFBF;

}

body section.contactFormDv .contactformdv textarea {

  border: 2px solid #fff;
  border-radius: 10px;
  height: auto;
  padding: 0 15px 0 15px;
  box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;

}

body>header {position: absolute;left: 0;right: 0;top: 0;z-index: 99999;padding: 1vh 0;}

body>header .container .row .col-md-4 {

  display: flex;

  align-items: center;

}

body>header .container .row .col-md-4 .logo {

  display: block;

  margin: 0px;

  padding: 0px;

}

body>header .container .row .col-md-4 .logo img {

  width: 220px;

}

body>header .container .row .col-md-8 {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

body>header .container .row .col-md-8 .btn:not(:disabled):not(.disabled) {

  margin-left: 5px;

  text-transform: uppercase;

  padding: 8px 1rem;

  font-size: 12px;

}

body>header .container .row .col-md-8 .btn:not(:disabled):not(.disabled).btn-outline-primary {

  color: #fff;

  border-color: #fff;

}

body>header .container .row .col-md-8 .btn:not(:disabled):not(.disabled).btn-outline-primary:hover {

  background: #ff9900;

  color: white;

  border: 1px solid #ff9900;

}

body>header .container .row .col-md-8 .chatDv {

  background: #ff9900;

  color: white;

  font-weight: 600;

  border: none;

  padding: 8px 1rem;

  font-size: 12px;

  border: 1px solid #ff9900;

}

body>header .container .row .col-md-8 .chatDv:hover {

  background: #ff9900;

  color: white;

  border: 1px solid #ff9900;

}

body>header .container .row .col-md-8 .chatDv.anim {

  overflow: hidden;

  position: relative;

  animation: shadeflowparent infinite;

  animation-duration: 10s;

}

body>header .container .row .col-md-8 .chatDv.anim:before {

  content: "";

  width: 70%;

  height: 200px;

  position: absolute;

  left: 0%;

  top: 0px;

  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.9) 100%);

  animation: shadeflow infinite;

  animation-duration: 10s;

  transform: rotate(30deg) translate(-215px, 0px);

}

@keyframes shadeflow {

  0% {

    transform: rotate(30deg) translate(-230px, 0px);

  }

  10% {

    transform: rotate(30deg) translate(240px, -160px);

  }

  100% {

    transform: rotate(30deg) translate(240px, -160px);

  }

}

@keyframes shadeflowparent {

  0% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

  5% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

  10% {

    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);

  }

  100% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

}

body>header .container .row .col-md-8 .shakeAnim {

  animation: shake 5s;

  animation-iteration-count: infinite;

}

body>header .container .row .col-md-8 ul {

  display: flex;

  align-items: center;

  justify-content: flex-end;

  margin: 0px;

  padding: 0px;

}

body>header .container .row .col-md-8 ul li {

  margin: 0px;

  padding: 0px;

}

body>header .container .row .col-md-8 ul li a {

  padding: 0px;

  margin: 0px 10px;

  font-size: 12px;

  letter-spacing: 0px;

  color: white;

  text-transform: uppercase;

  font-weight: 600;

}

body>header .container .row .col-md-8 ul li a:hover {

  color: white;

}

/* body>header.sticky {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: #02dfbe;height: max-content;padding: 1vh 0px;transition: all 0.5s ease;} */

body>header.sticky .logo img {

  width: 200px;

}

body>header#myHeader {

  transition: all 0.5s ease;

}

#myHeader .navbar .container {
  padding-top: 5px!important;
}

#myHeader a.logo{
  width: 20%;
}

#myHeader a.logo img{
  width: 217px;
}

#myHeader button.navbar-toggler{
  color: #fff;
  border: none;
  
}

#myHeader button.navbar-toggler i{
  font-size: 30px;
}

#myHeader .navbar-collapse{
  justify-content: end;
}
#myHeader .navbar-collapse ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
}

#myHeader .navbar-collapse ul li a{
    padding: 0px;
    margin: 0px 10px;
    font-size: 12px;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

#myHeader .navbar-collapse ul li button{
    font-size: 12px;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fff;
    background: transparent;
    padding: 10px 20px;
    border-radius: 20px;
}

#myHeader .navbar-collapse ul li button:hover{
    background: #ff9900;
    color: white;
    border: 1px solid #ff9900;
}

body>section.portfolioDvinfo {

  position: relative;

  overflow: hidden;

}

body>section.portfolioDvinfo .portfolioDv {

  position: relative;

  overflow: hidden;

}

body>section.portfolioDvinfo .portfolioDv .row>div {

  display: flex;

  align-items: center;

  min-height: 100vh;

}

body>section.portfolioDvinfo .portfolioDv .slideDv {

  background: no-repeat;

  background-image: url(img/36.png);

  background-size: cover;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .headingDv {

  display: flex;

  align-items: center;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .headingDv h2 {

  color: white;

  font-size: 2rem;

  line-height: 1;

  margin: 0;

  padding: 0px 10px;

  font-weight: 600;

  text-transform: uppercase;

  position: relative;

  text-align: center;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .headingDv figure {

  width: 65px;

  height: 65px;

  margin: 0px;

  border-radius: 4px;

  padding: 0px;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv p {

  color: white;

  line-height: 1.8;

  font-size: 16px;

  margin: 15px 0px;

  font-weight: 400;

  letter-spacing: 0px;

  padding: 0px;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv {

  display: flex;

  align-items: center;

  justify-content: flex-start;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv a {

  display: block;

  margin: 0px 5px 0px 0px;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv a img {

  width: 145px;

  height: auto;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv img {

  width: 145px;

  height: auto;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv .btngetDv {

  border: none;

  background: #ff9900;

  background: #ff9900;

  height: 3rem;

  padding: 12px 30px;

  font-size: 15px;

  color: white;

  font-weight: 600;

  text-transform: uppercase;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv .btngetDv:hover {

  color: white;

  background: #ff9900;

  border: transparent;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv .btngetDv.anim {

  overflow: hidden;

  position: relative;

  animation: shadeflowparent infinite;

  animation-duration: 10s;

}

body>section.portfolioDvinfo .portfolioDv img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  vertical-align: middle;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv .btngetDv.anim:before {

  content: "";

  width: 70%;

  height: 200px;

  position: absolute;

  left: 0%;

  top: 0px;

  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.9) 100%);

  animation: shadeflow infinite;

  animation-duration: 10s;

  transform: rotate(30deg) translate(-215px, 0px);

}

@keyframes shadeflow {

  0% {

    transform: rotate(30deg) translate(-230px, 0px);

  }

  10% {

    transform: rotate(30deg) translate(240px, -160px);

  }

  100% {

    transform: rotate(30deg) translate(240px, -160px);

  }

}

@keyframes shadeflowparent {

  0% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

  5% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

  10% {

    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);

  }

  100% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv .btngetDv.anim-btn {

  color: white;

  border: none;

  background: #ff9900;

  font-size: 12px;

  font-weight: 700;

  height: auto;

  margin: 15px 0px 0px;

  display: inline-block;

  vertical-align: super;

  padding: 12px 20px 12px 47px;

  position: relative;

  border-radius: 140px;

  text-transform: uppercase;

}

body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .btnDv .btngetDv.anim-btn:before {

  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);

  animation: pulso 2s infinite;

  transition: 0.5s;

  content: "";

  width: 15px;

  height: 15px;

  border: 3px solid #fff;

  position: absolute;

  left: 19px;

  border-radius: 50%;

  top: 0px;

  bottom: 0px;

  margin: auto;

}

@keyframes pulso {

  0% {

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);

  }

  70% {

    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

  }

  100% {

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

body>section.portfolioDvinfo .portfolioDv .slideDv.slide02 {

  background: no-repeat;

  background-image: url(img/33.png);

  background-size: cover;

}

body>section.portfolioDvinfo .portfolioDv .slideDv.slide03 {

  background: no-repeat;

  background-image: url(img/37.png);

  background-size: cover;

}

body>section.portfolioDvinfo .portfolioDv .slideDv.slide04 {

  background: no-repeat;

  background-image: url(img/38.png);

  background-size: cover;

}

body>section.portfolioDvinfo .portfolioDv .slideDv.slide05 {

  background: no-repeat;

  background-image: url(img/35.png);

  background-size: cover;

}

body>section.portfolioDvinfo .portfolioDv .slideDv.slide06 {

  background: no-repeat;

  background-image: url(img/BG.png);

  background-size: cover;

}

body>section.portfolioDvinfo .portfolioDv .slideDv.slide07 {

  background: no-repeat;

  background-image: url(img/34.png);

  background-size: cover;

}

body>section.portfolioDvinfo .arrowsDv {

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  left: 0px;

  right: 0px;

  bottom: 30px;

}

body>section.portfolioDvinfo .arrowsDv a {

  background: none;

  border: 1px solid white;

  border-radius: 4px;

  padding: 2px;

  margin: 0px 0px 0px 10px;

  display: block;

  width: 30px;

  height: 30px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  opacity: 0.5;

}

body>section.portfolioDvinfo .arrowsDv a svg {

  opacity: 0.7;

  width: 20px;

  height: 20px;

  fill: white;

}

body>section.portfolioDvinfo .arrowsDv a svg .st0 {

  stroke: #ffff !important;

}

body>section.portfolioDvinfo .arrowsDv a svg:hover {

  opacity: 1;

}

body>section.portfolioDvinfo .arrowsDv a:hover {

  opacity: 1;

}

body>section.notchDv {background-color: #1f446b; padding: 67px 0px;/* z-index: 999; */position: relative;/* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */background-size: 400% 400%;animation: gradient 15s ease infinite;}

body>section.notchDv .form-main {
  background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%);
  position: relative;
  padding: 20px;
  margin: 0;
  border-radius: 20px;
  z-index: 10;
}
body>section.notchDv .form-main::before {
  content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0;
    bottom: 0;
    background: #fff;
    height: calc(100% - 20px);
    width: 100%;
    z-index: 0;
    border-radius: 18px;
}
body>section.notchDv .form-main .input-main {
  position: relative;
  width: 100%;
}
body>section.notchDv .form-main .input-main .ad-input {
  position: relative;
  box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;
  background-color: #fff;
  border: 2px solid #fff;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  margin: 10px 0px !important;
  border-radius: 50px;
}

input#phone2 {
    width: 500px !important;
    padding: 0 54px;
}

.mainFrm .input-main{
  position: relative;
}

.mainFrm .input-main .ad-input{
  position: relative;
  box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;
  background-color: #fff;
  border: 2px solid #fff;
  width: 100%;
  height: 45px;
  padding: 10px 50px !important;
  margin: 10px 0px !important;
  border-radius: 50px;
}

.mainFrm .input-main .number-code {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body>section.notchDv .form-main .number-input {
  padding: 0 10px 0 65px !important;
}

body>section.notchDv .form-main .textarea-main .text-input {
  box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;
  background-color: #fff;
  border: 2px solid #fff;
  width: 100% !important;
  padding: 10px 15px !important;
  margin: 10px 0px !important;
  border-radius: 30px;
}

body>section.notchDv .form-main .select-main {
  position: relative;
}
body>section.notchDv .form-main .select-main select {
  position: relative;
  width: 95%;
  border: none;
  border-radius: 50px;
  height: 45px;
  padding: 10px;
  box-shadow: 5px 5px 16px #e3e3e3, -5px -5px 16px #ffffff;
  margin: 10px 0 0 0;
  color: #495057;
}
body>section.notchDv .form-main .select-main select:focus {
  outline: none;
}
body>section.notchDv .form-main .select-main select option {

}

body>section.notchDv .form-main .btn-main .submit-btn {
  color: white;
  border: none;
  background: #f90;
  background: #f90;
  font-size: 11px;
  font-weight: 700;
  height: auto;
  margin: 18px auto;
  display: block;
  vertical-align: super;
  padding: 10px 20px 10px 47px;
  position: relative;
  border-radius: 140px;
  text-transform: uppercase;
}
body>section.notchDv .form-main .btn-main .submit-btn::after {
  box-shadow: 0 0 0 rgb(255 255 255 / 40%);
  animation: pulso 2s infinite;
  transition: 0.5s;
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 19px;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
body>section.notchDv .form-main .number-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body>section.notchDv .feildDv {

  padding: 10px 0px;

}

body>section.notchDv .feildDv input {

  font-size: 14px;

  line-height: 20px;

  margin: 0;

  padding: 0 10px;

  border: 1px solid #ccc;

  border-radius: 7px;

  height: 3rem;

  width: 100%;

  background: #ffff;

  color: black;

  font-weight: 500;

  box-sizing: border-box;

}

body>section.notchDv .feildDv textarea {

  font-size: 14px;

  line-height: 20px;

  margin: 0;

  padding: 10px 10px;

  border: 1px solid #ccc;

  border-radius: 7px;

  height: 3rem;

  width: 100%;

  background: #ffff;

  color: black;

  font-weight: 500;

  box-sizing: border-box;

}

body>section.notchDv .feildDv label.error,

body>section.notchDv .feildDv input:not([type]):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=text]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=password]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=email]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=url]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=time]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=date]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=tel]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=number]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv input[type=search]:not(.browser-default):focus:not([readonly])+label,
body>section.notchDv .feildDv textarea.materialize-textarea:focus:not([readonly])+label {

  color: #f00;

  margin: 0px 0px -5px;

}

body>section.notchDv .requestDv {

  border: none;

  background: #fcc405;

  background: linear-gradient(163deg, #fcc405 50%, #f3bd08 50%);

  height: 3rem;

  padding: 12px 42px;

  text-align: center;

  width: 100%;

  font-size: 15px;

  color: black;

  font-weight: 600;

  text-transform: uppercase;

}

body>section.notchDv .requestDv:hover {

  color: black;

  background: white;

  border: white;

}

body>section.notchDv .requestDv.anim {

  overflow: hidden;

  position: relative;

  animation: shadeflowparent infinite;

  animation-duration: 10s;

}

body>section.notchDv .requestDv.anim:before {

  content: "";

  width: 70%;

  height: 200px;

  position: absolute;

  left: 0%;

  top: 0px;

  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.9) 100%);

  animation: shadeflow infinite;

  animation-duration: 10s;

  transform: rotate(30deg) translate(-215px, 0px);

}

body>section.notchDv .requestDv.anim-btn {
  font-size: 17px;
  width: 100%;
  height: 50px;
  margin-left: 0;
  background: linear-gradient(to right, #e62262 0%, #F46031 101%);
  border: none;
  box-shadow: 0px 5px 12px rgba(196, 3, 3, 0);
  transition: all 0.5s ease;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
}



@keyframes pulso {

  0% {

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);

  }

  70% {

    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);

  }

  100% {

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);

  }

}

@keyframes shadeflow {

  0% {

    transform: rotate(30deg) translate(-230px, 0px);

  }

  10% {

    transform: rotate(30deg) translate(240px, -160px);

  }

  100% {

    transform: rotate(30deg) translate(240px, -160px);

  }

}

@keyframes shadeflowparent {

  0% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

  5% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

  10% {

    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);

  }

  100% {

    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);

  }

}

.contentdv figure img {
  max-width: 650px;
}

body>section.notchDv h2 {

  color: white;

  font-weight: 300;

  font-size: 30px;

  margin: 25px 0 12px 0;

  padding: 0;

  text-align: left;

  text-transform: uppercase;

  line-height: 1.3;

}

body>section.notchDv p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}

body>section.notchDv img {
}

body>section.notchDv img {
    opacity: 0.4;
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(1px 2px 5px #fff);
    width: 350px;
}

body>section.notchDv h2 span {color: #fff;font-weight: 600;font-size: 30px;text-transform: uppercase;line-height: 47px;}

/*
body>footer {

  padding: 0 0px 0px;

  background:radial-gradient(#004a5e, #131414);

  overflow: hidden;

}

*/
body>footer .container .row .col-md-12 {

  display: flex;

  align-items: center;

  justify-content: center;

}

body>footer .container .row .col-md-12 figure {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0px;

  padding: 0px;

  width: 100%;

  height: 100%;

}

body>footer .container .row .col-md-12 figure img {

  object-fit: cover;

  vertical-align: middle;

  width: 100%;

  height: 100%;

}

body>footer .container .row .col-md-12 p {

  font-size: 12px;

  color: #ffffff;

  padding: 0px;

  letter-spacing: 0px;

  line-height: 1;

  text-align: center;

  margin: 25px 0px;

}

body>footer .container .row .col-md-12 h2 {

  font-size: 12px;

  color: #ffffff;

  padding: 0px;

  letter-spacing: 0px;

  line-height: 1;

  text-align: center;

  margin: 0px 0px 20px;

  display: flex;

  align-items: center;

  justify-content: center;

}

body>footer .container .row .col-md-12 h2 svg {

  fill: #ff9900;

  width: 15px;

  height: 15px;

  margin-right: 10px;

}

body>footer .container .row .col-md-12 ul {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0px;

  padding: 0px;

}

body>footer .container .row .col-md-12 ul li {

  margin: 0px;

  padding: 0px;

}

body>footer .container .row .col-md-12 ul li a {

  padding: 0px;

  margin: 15px 10px;

  font-size: 12px;

  letter-spacing: 0px;

  color: #ffffff59;

  text-transform: uppercase;

  font-weight: 600;

  display: block;

}

body>footer .container .row .col-md-12 ul li a:hover {

  color: #ff9900;
  text-decoration: none;

}

body>footer .container .row .footerbagdeDv {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0px 0px 20px;

}

body>footer .container .row .footerbagdeDv figure {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0px 15px;

  padding: 0px;

  width: 140px;

  height: auto;

}

body>footer .container .row .footerbagdeDv figure img {

  object-fit: cover;

  vertical-align: middle;

  width: 100%;

  height: 100%;

}

body>footer .container .row .footerbagdeDv .infodb figure {

  width: 100px;

}

body>footer .container .row.copyrightDv {

  padding: 10px 0 0;

  border-top: 1px solid #ffffff24;

}

body>footer .container .row.copyrightDv .col-md-12 h2 {

  font-size: 12px;

  color: #ffffff91;

  padding: 0px;

  letter-spacing: 0px;

  line-height: 1;

  text-align: center;

  margin: 5px 0px 10px;

}



body>section.ourProcess {

  display: block;

  background: url(img/processdv.jpg) center no-repeat;

  background-size: cover;

  position: relative;

  text-align: center;

  padding: 190px 0 50px 0;

}

body>section.ourProcess .serviceSlider {

  width: 100%;

  z-index: 4;

}

body>section.ourProcess .markdv {

  position: absolute;

  left: 51px;

  right: 0;

  bottom: 0;

  margin: 0px;

  width: 275px;

  height: auto;

  padding: 0px;

  z-index: 1;

}

body>section.ourProcess .markdv img {

  object-fit: cover;

  vertical-align: middle;

  /*width: 100%;*/

  height: 100%;

}

body>section.ourProcess h2 {

  font-size: 2.2rem;

  line-height: 1;

  margin: 0 0 90px;

  padding: 0;

  font-weight: 700;

  position: relative;

  color: #000;

}

body>section.ourProcess h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #ff9900;

}

body>section.ourProcess p {

  margin: 0 0 120px;

}

body>section.ourProcess .offers .item {

  min-height: 180px;

  padding: 30px 0px 0px;

}

body>section.ourProcess .offers .item figure {

  margin: 0px;

  padding: 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

body>section.ourProcess .offers .item figure img {

  width: 65px;

  height: auto;

  object-fit: cover;

  vertical-align: middle;

}

body>section.ourProcess .offers .item .txtDv {

  position: relative;

}

body>section.ourProcess .offers .item .txtDv h3 {

  color: #000;

  font-size: 1.4em;

  line-height: 1;

  /*line-height:($font-size+1);*/

  margin: 0 0 10px;

  padding: 0px;

  font-weight: 600;

  position: relative;

  z-index: 10;

}

body>section.ourProcess .offers .item .txtDv p {

  color: #7c7c7c;

  font-size: 14px;

  margin: 0;

  padding: 0px;

  line-height: 1.5;

  opacity: 1;

  font-weight: 400;

}

body>section.ourProcess .offers .item span {

  position: absolute;

  left: 0px;

  top: -71px;

  color: #00000014;

  font-size: 7rem;

  line-height: 1;

  margin: 0;

  padding: 0;

  z-index: 2;

  font-weight: normal;

}

body>section.ourProcess .offers .col01 {

  text-align: right;

}

body>section.ourProcess .offers .col01 .item {

  margin-right: -35px;

}

body>section.ourProcess .offers .col01 .item figure {

  order: 2;

}

body>section.ourProcess .offers .col02 {

  text-align: left;

}

body>section.ourProcess .offers .col02 .item {

  margin-left: -35px;

}

body>section.ourProcess .offers .mobil {

  margin: 0px -65px 0px;

  position: relative;

  left: 0px;

}

body>section.ourProcess .offers .mobil img {

  max-height: 78vh;

  margin: 0px auto;

}

body>section.clientLogo {
  padding: 40px 0;
  background: #f7f8fc;
  position: relative;
  /* z-index: 999; */
}

.clientbagdeDv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px;
}

body>section.clientLogo p {

  color: #000;

  font-size: 1.8rem;

  line-height: 1;

  /*line-height:($font-size+1);*/

  margin: 0;

  padding: 0;

  line-height: 1.2;

  font-weight: 600;

  text-transform: uppercase;

}

.clientbadge-heading h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  display: block;
  letter-spacing: 0px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.clientbadge-heading h2:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ff9900;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 28px;
  vertical-align: middle;
}

body>section.clientLogo p span {

  display: block;

  color: #ee2e29;

}

body>section.clientLogo ul {

  display: flex;

  justify-content: space-between;

  margin: 0;

}

body>section.clientLogo ul li {

  position: relative;

}

body>section.clientLogo ul li:before {

  content: "";

  position: absolute;

  right: -12%;

  top: 0;

  bottom: 0;

  height: 90%;

  margin: auto;

  border-right: 1px solid #e6e6e6;

}

body>section.clientLogo ul li figure {

  margin: 0;

}

body>section.clientLogo ul li figure img {

  transform: scale(1);

  transition: all 0.5s ease;

}

body>section.clientLogo ul li:hover figure img {

  transform: scale(1.1);

}


body>section.bannerdv .formDv {
  min-height: 200px;
  border-style: ridge;
  border-radius: 18px 18px 18px 18px;
  text-align: center;
  position: relative;
  top: 31px;
}

body>section.bannerdv .formDv::before {
  /* content: ''; */
  position: absolute;
  top: -15px;
  left: -15px;
  right: 0;
  background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%);
  height: calc(100% - 20px);
  width: 100%;
  z-index: -1;
  border-radius: 18px;
}

.formDv .formDvhead {
  background: #ffffff7a;
  border-radius: 18px 18px 0 0;
  display: flex;
  justify-content: center;
}

.formDv .formDvhead h3 {
  color: #02dfbf;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  padding: 25px 0 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 900;
  -webkit-text-stroke: 1px #01806e;
}

.formDv .formDvhead span {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}

.formDv .formDvhead p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0;
  padding: 0px;
  position: relative;
  padding-bottom: 10px;
}

.formDv .mainFrm {
  background-color: #ffffff7a;
  padding: 21px 0;
  border-radius: 0 0 18px 18px;
}

.formDv .mainFrm .fieldDv {
  margin: 0px 0 0 0;
  padding: 0px 20px 10px;
  position: relative;
}

.formDv .mainFrm .fieldDv .field {
  display: flex;
  border-radius: 30px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.formDv .mainFrm .fieldDv .field img {
  width: 15px;
  margin: auto;
  margin-left: 10px;
}

.formDv .mainFrm .fieldDv .field input {
  border: none;
  font-size: 12px;
  padding: 0px 15px 0;
  font-weight: 400;
  margin: 0;
  height: 40px;
  outline: none !important;
}

.formDv .mainFrm .fieldDv .field input:focus {
  box-shadow: none;
}

.formDv .mainFrm .fieldDv .field input.error {
  color: #ee302c;
}

.formDv .mainFrm .fieldDv .field label.error {
  color: #ee302c;
  position: absolute;
  right: 40px;
  bottom: 9px;
  text-align: left;
  margin: 0;
  font-size: 10px;
}

.formDv .mainFrm .fieldDv.txtareaDv .field {
  border-radius: 10px;
}

.formDv .mainFrm .fieldDv.txtareaDv .field textarea {
  height: 90px;
  padding: 15px 10px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  outline: none;
  width: 100%;
}

.formDv .mainFrm .btnDv {
  padding: 0 30px;
}

.formDv .mainFrm .btnDv button {
  padding: 0.6rem 1.5rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  margin: 15px auto;
  margin-left: 0;
  background: linear-gradient(to right, #e62262 0%, #F46031 101%);
  border: none;
  box-shadow: 0px 5px 12px rgba(196, 3, 3, 0);
  transition: all 0.5s ease;
  border-radius: 50px;
}

.formDv .mainFrm .btnDv button:hover {
  background: linear-gradient(to right, #e62262 0%, #F46031 101%);
  color: white;
  box-shadow: 0px 5px 12px rgba(196, 3, 3, 0.5);
}

.formDv .mainFrm .fieldDv .field img {
  width: 25px;
  margin: auto;
  margin-left: 10px;
  height: auto;
  padding-left: 0vh;
}







.ub-serv-section {
  background: url(https://hoffnmazor.com/page-not-found.php/) no-repeat top center;
  color: #fff;
  padding: 25px 0;
}

h1.ub-serv-heading {

  text-align: center;

}

.ub-serv-col {

  border-left: 1px solid #fff;

  padding-bottom: 15px;

}

.ub-serv-col .serv-no {

  font-size: 36px;

}

.ub-serv-col h2 {

  font-size: 18px;

}

.ub-serv-col p {

  margin-bottom: 40px;

}

.ub-serv-col a {

  background: #fff;

  color: #e82c5a;

  padding: 13px 15px;

  border-radius: 5px;

  text-decoration: none !important;

}



.testi-slide-arrow {
  border: 2px solid #d4d4d4;

  width: 30px;

  height: 30px;

  position: relative;

  padding: 20px;

  border-radius: 100px;

  cursor: pointer;

  float: left;

  margin: 0 10px;

}



.testi-prev-arrow svg {

  transform: rotate(180deg);

  float: left;



}

.testi-slide-arrow:hover {
  background: #02DFBF;
  border-color: #02DFBF;
}

.testi-slide-arrow:hover .cls-1,
.testi-slide-arrow:hover .cls-2 {
  stroke: #fff;
}

.cls-1,
.cls-2 {
  stroke: #d6d6d6;
}

.testi-prev-arrow svg {

  transform: translate(-50%, -50%) rotate(180deg) !important;

}



.testi-slide-arrow svg {

  width: 20px;

  fill: red;

}



.testi-slide-arrow svg {

  position: absolute;

  top: 50%;

  transform: translate(-50%, -50%);

  left: 50%;

}

.testi-slider-arrow-area {

  position: absolute;

  right: 0;

  bottom: 0;

}



.col-md-6.ub-testi-col {

  height: 430px;

}

.testi-slide-title {

  font-weight: bold;

  font-size: 18px;

  padding: 20px 0;

}



.testi-slide-user {

  margin: 30px 0;

}

.arrow-separater {

  height: 33px;

  width: 1px;

  background: #d4d4d4;

  float: left;

  display: block;

  margin-top: 5px;

}

.ub-serv-section {
  background: url(img/serv-bg.png) no-repeat right bottom, linear-gradient(to right, #e62262 0%, #F46031 101%);
  color: #fff;
  padding: 60px 0;
}


h1.ub-serv-heading {


  text-align: center;
  font-size: 32px;
  width: 80%;
  margin: 0px auto 70px auto;


}

.ub-serv-col {

  border-left: 1px solid #fff;

  padding-bottom: 10px;

}

.ub-serv-col .serv-no {

  font-size: 36px;
  line-height: 27px;
  padding-bottom: 14px;

}

.ub-serv-col h2 {

  font-size: 18px;

}

.ub-serv-col p {

  margin-bottom: 30px;
  font-size: 13px;

}

.ub-serv-col a {

  background: #fff;

  color: #e82c5a;

  padding: 10px 15px;

  border-radius: 5px;

  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;

}

section.ub-testi-section {
  padding: 60px 0;
}

h1.ub-testi-heading {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 2.2rem;
  font-weight: bold;
}

h1.ub-testi-heading:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ff9900;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0px;
  top: 50px;
  vertical-align: middle;
}

.ub-testi-col-left img {
  max-width: 100%;
}



.mob-shaddow {
  width: 100% !important;
  position: relative !important;
}











.modal-content .form-control{
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  padding-bottom: 30px!important;
  padding-top: 30px!important;
  font-weight: bold;
}
.modal-content{
  position: relative;
  z-index: 99999;
}
.modal-close-wrap .close{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    margin-top: 8px;
    opacity: 1;
}
.modal-close-wrap .close i{
    color: white;
    opacity: 1;
}
.modal-close-wrap{
  position: absolute;
    top: -23px;
    right: 10px;
    background: #02dfbf;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.modal-form-wrap{
  padding: 13px;
}

.modal-heading{
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 10px;
}
.modal-para{
  font-size: 16px;
  /* padding-bottom: 10px; */
}
.modal-btn{
  background-color: #02DFBF!important;
  margin-top: 30px;
  display: block!important;
  width: 250px!important;
  color: white!important;
}
}
.input-border{
  width: 51px;
  height: 2px;
  background-color: #02DFBF;
  display: block;
  margin-top: -2px;
}
.modal-content .form-control::placeholder{
  color: black;
}
.modal-dialog {
  max-width: 362px!important;
  margin: 0 auto!important;
  display: flex;
  height: 100%;
  align-items: center;
}


/*footerWL*/

.landing-footer {
    background-color: #061c31 !important;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 9px;
    color: #fff;
    position: relative
}

.landing-footer:after {
    content: "";
    clip-path: polygon(100% 0,0% 100%,100% 100%);
    background: linear-gradient(116.25deg,#143689 32.66%,#4178ff 99.11%);
    width: 70%;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 350px
}

.landing-footer__wrap {
    max-width: 1164px;
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 3.6fr 2.4fr 2.4fr 3.6fr;
    column-gap: 71px;
    position: relative;
    z-index: 1
}

.landing-footer__logo {
    max-width: 195px;
    margin-bottom: 40px
}

.landing-footer__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    opacity: .6;
    margin-bottom: 20px
}

.landing-footer__ratings {
    max-width: 358px;
    margin-bottom: 8px;
    margin-top: 50px
}

.landing-footer__linkedin {
    width: 60px;
    max-width: 60px;
    height: 60px;
    display: block
}

.landing-footer__linkedin img {
    width: 100%
}

.landing-footer__linkedin img:hover {
    content: url(/img/linkedin-hovered.png)
}

.landing-footer__mobile-linkedin {
    width: 60px;
    max-width: 60px;
    height: 60px;
    display: none
}

.landing-footer__mobile-linkedin img {
    width: 100%
}

.landing-footer__mobile-linkedin img:hover {
    content: url(/img/linkedin-hovered.png)
}

.landing-footer__heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase
}

.landing-footer__menu {
    margin-left: 0;
    list-style: none
}

.landing-footer__menu .menu-item {
    list-style: none
}

.landing-footer__menu .menu-item a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    opacity: .6;
    text-decoration: none;
    margin-bottom: 22px;
    display: block
}

.landing-footer__menu .menu-item a:hover {
    opacity: 1
}

.landing-footer__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 16px;
    text-decoration: none;
    display: flex;
    max-width: 249px
}

.landing-footer__link:hover {
    opacity: .6
}

.landing-footer__link img {
    width: 16px;
    height: 20px;
    margin-right: 18px;
    object-fit: contain;
    margin-top: 3px
}

.landing-footer__bottom {
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgba(255,255,255,.2509803922);
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1
}

.landing-footer__terms a {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

.landing-footer__terms a:hover {
    opacity: .6
}

.landing-footer__copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: right;
    color: #fff;
    opacity: .4;
    margin-bottom: 0
}

.landing-footer__clutch-emblem {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    width: 127px
}

.landing-footer__button {
    display: block;
    width: fit-content;
    margin-top: 200px;
    margin-left: 80px;
    text-transform: uppercase
}

.goldbutton {
    background: linear-gradient(270deg,#ffdd2a 0%,#ff9f0f 100%);
    border-radius: 6px;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #061c31;
    display: inline-flex;
    align-items: center;
    transition: background .3s ease-in-out
}

.goldbutton:hover {
    background: linear-gradient(90deg,#ffdd2a 0%,#ff9f0f 100%)
}

.landing-footer__menu {
    margin-left: 0;
    padding-left: 0
}



/*footerWL*/


@media screen and (max-width: 767px) {

  .crd_area_partner .row > div {
      flex: 0 0 50%;
      max-width: 50%;
    }

  .crd_area_partner2 .row > div {
      flex: 0 0 50%;
      max-width: 50%;
    }

  .awardimg {
  
  display:block; 
  margin-left:auto; 
  margin-right:auto; 
  width:80%!important;
    }

  body>section.featureDv h3 {

    display: block;

  }

}

body>section.featureDv h2 {

  color: #0a2d37;

  font-size: 2.2rem;

  line-height: 1;

  /*line-height:($font-size+1);*/

  margin: 0 0 25px;

  padding: 0;

  font-weight: bold;

  position: relative;

}


body>section.featureDv p {

  color: #737373;

  font-size: 1.4rem;

  line-height: 1;

  /*line-height:($font-size+1);*/

  margin: 0 0 40px;

  padding: 0;

  line-height: 1.5;

}

body>section.clientLogo {
  padding: 6vh 0;
  box-shadow: 0px 10px 30px rgba(104, 131, 175, 0.3);
}

body>section.clientLogo p {
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
  /*line-height:($font-size+1);*/
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

body>section.clientLogo p span {
  display: block;
  color: #ee2e29;
}

body>section.clientLogo .mobiSlider {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
}

body>section.clientLogo .mobiSlider div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

body>section.clientLogo .mobiSlider div:before {
  content: "";
  position: absolute;
  right: -12%;
  top: 0;
  bottom: 0;
  height: 90%;
  margin: auto;
  border-right: 1px solid #e6e6e6;
}

body>section.clientLogo .mobiSlider div figure {
  margin: 0;
  width: 190px;
  height: auto;
  paddding: 0px;
}

body>section.clientLogo .mobiSlider div figure img {
  transform: scale(1);
  transition: all 0.5s ease;
  filter: grayscale(1);
  opacity: 0.4;
}

body>section.clientLogo .mobiSlider div:hover figure img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1)
}

body>section.clientLogo .mobiSlider ul {
  display: block;
}

body>section.clientLogo .mobiSlider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px;
}

@media (max-width: 767px) {

  body>section.featureDv h2 {

    font-size: 1.5rem;

    margin: 0 0 15px;

  }

  body>section.featureDv p {

    font-size: 0.8rem;

  }

}

body>section.featureDv .logosSlider figure {

  position: relative;

  border-radius: 10px;

  overflow: hidden;

  transition: all 0.2s ease-in-out;

  transform: scale(1);

  box-shadow: 0px 0px 0px rgba(165, 181, 218, 0.4);

  height: 180px;
  width: 250px;
}

body>section.featureDv .logosSlider figure img {

  transition: all 0.2s ease-in-out;

  width: 200px;

  max-width: 80%;

  height: auto;

  opacity: 1;

  position: absolute;

  left: 0;

  right: 0;

  top: 46px;

  margin: auto;

  z-index: 5;

}

body>section.featureDv .logosSlider figure img+img {

  z-index: 10;

  opacity: 0;

}

body>section.featureDv .logosSlider figure:hover {

  transform: scale(1.02);

  box-shadow: 0px 10px 20px rgba(2, 223, 191, 0.3);

  border-color: #fff;

}

body>section.featureDv .logosSlider figure:hover img+img {

  opacity: 1;

}

body>section.featureDv .logosSlider .slick-slide {

  margin: 0 15px;

}

body>section.featureDv .logosSlider .slick-list {

  padding: 15px 0;

}

body>section.featureDv .logosSlider .slick-dots {

  bottom: -20px;

}

body>section.featureDv .logosSlider .slick-dots li {

  width: auto;

  height: auto;

  margin: 0 3px;

}

body>section.featureDv .logosSlider .slick-dots li button {

  background: #1fc2fe;

  width: 10px;

  height: 10px;

  padding: 0px;

  opacity: 0.5;

  border-radius: 20px;

}

body>section.featureDv .logosSlider .slick-dots li button:before {

  display: none;

}

body>section.featureDv .logosSlider .slick-dots li.slick-active button {

  opacity: 1;

}

@media (max-width: 767px) {
  .slick-dots {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
  }

  .mob-shaddow {
    display: none
  }

  .ub-serv-col .serv-no {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ub-serv-col h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1.ub-serv-heading {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin: 0px 0px 25px;
    line-height: 1.4;
  }

  .ub-serv-col p {
    margin-bottom: 40px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    margin: 0px auto 10px;
    text-align: center;
  }

  .ub-serv-col a {
    background: #fff;
    color: #e82c5a;
    padding: 13px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body>section.featureDv h2 {
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0 0 25px;
    padding: 0;
    font-weight: bold;
    position: relative;
  }

  body>section.featureDv h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #1fc2fe;
  }

  body>section.featureDv p {
    color: #737373;
    font-size: 1.4rem;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.5;
  }

  body>section.featureDv h2 {
    font-size: 19px;
    margin: 0 0 15px;
  }

  body>section.featureDv p {
    font-size: 0.8rem;
  }

  body>section.featureDv .logosSlider figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
    box-shadow: 0px 0px 0px rgba(165, 181, 218, 0.4);
    height: 180px;
  }

  body>section.featureDv .logosSlider figure img {
    transition: all 0.2s ease-in-out;
    width: 200px;
    max-width: 80%;
    height: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    margin: auto;
    z-index: 5;
  }

  body>section.featureDv .logosSlider figure img+img {
    z-index: 10;
    opacity: 0;
  }

  body>section.featureDv .logosSlider figure:hover {
    transform: scale(1.02);
    box-shadow: 0px 10px 20px rgba(165, 181, 218, 0.4);
    border-color: #fff;
  }

  body>section.featureDv .logosSlider figure:hover img+img {
    opacity: 1;
  }

  body>section.featureDv .logosSlider .slick-slide {
    margin: 0 15px;
  }

  body>section.featureDv .logosSlider .slick-list {
    padding: 15px 0;
  }

  body>section.featureDv .logosSlider .slick-dots {
    bottom: -20px;
  }

  body>section.featureDv .logosSlider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
  }

  body>section.featureDv .logosSlider .slick-dots li button {
    background: #1fc2fe;
    width: 10px;
    height: 10px;
    padding: 0px;
    opacity: 0.5;
    border-radius: 20px;
  }

  body>section.featureDv .logosSlider .slick-dots li button:before {
    display: none;
  }

  body>section.featureDv .logosSlider .slick-dots li.slick-active button {
    opacity: 1;
  }

  body>section.reviewDv {
    background: #222f99;
    padding: 0px 0 60px;
    width: 100%;
    overflow: hidden;
  }

  body>section.reviewDv .row>div {
    position: relative;
  }

  .ub-serv-section {
    background: linear-gradient(to right, #e62262 0%, #F46031 101%);
    color: #fff;
    padding: 60px 0;
  }

  .ub-serv-col {
    border-left: 0px solid #fff;
    padding-bottom: 0px;
  }

  body>section.reviewDv h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    /*line-height:($font-size+1);*/
    margin: 20px 0px;
    padding: 0;
    font-weight: bold;
  }

  body>section.reviewDv p br {
    display: none;
  }

  body>section.reviewDv p {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.5;
  }

  body>section.reviewDv h3 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0px 0 40px;
    padding: 0;
    line-height: 1.3;
  }

  body>section.reviewDv .particleDv {
    margin: -4vh 0 -45px;
  }

  body>section.reviewDv .particleDv img {
    display: none;
  }

  body>section.reviewDv .reviewRow {
    position: relative;
    top: 10px;
  }

  body>section.reviewDv .reviewRow .review {
    position: relative;
    padding: 0px 0px;
    padding-left: 150px;
  }

  body>section.reviewDv .reviewRow .review figure {
    position: absolute;
    left: 0px;
    top: 14px;
    width: 130px;
    margin: 0;
  }

  body>section.reviewDv .reviewRow .review p {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    /*line-height:($font-size+1);*/
    margin: 0 0px;
    padding: 15px 15px;
    line-height: 1.2;
    border-left: 1px solid #fff;
    text-align: left;
  }

  body>section.reviewDv .reviewRow .review p strong {
    display: block;
    margin-bottom: 15px;
  }

  /* body>footer .container .row .col-md-12 {
    justify-content: flex-start;
  }

  body>footer .container .row .col-md-12 ul {
    display: initial;
  }

  body>footer .container .row .col-md-12 ul li {
    margin: 10px 0px;
  }

  body>footer .container .row .col-md-12 ul li a {
    margin: 0px 0px;
  }

  body>footer .container .row .col-md-12 h2 {
    margin: 15px 0px 15px;
    justify-content: flex-start;
  }

  body>footer .container .row .col-md-12 p {
    margin: 20px 0px 20px;
  }

  body>footer .container .row .col-md-12 figure {
    justify-content: flex-start;
  }

  body>footer .container .row .footerbagdeDv a figure {
    width: 200px;
    margin: 0px auto 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }

  body>footer .container .row .mobiSlider .slick-dots {
    bottom: -10px;
  }

  body>footer .container .row .mobiSlider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
  }

  body>footer .container .row .mobiSlider .slick-dots li button {
    background: #ff9900;
    width: 10px;
    height: 10px;
    padding: 0px;
    opacity: 0.5;
    border-radius: 20px;
    margin: 0px 2px;
  }

  body>footer .container .row .mobiSlider .slick-dots li button:before {
    display: none;
  }

  body>footer .container .row .mobiSlider .slick-dots li.slick-active button {
    opacity: 1;
  } */

  body .mobile-cta {
    right: 28px;
    bottom: 110px;
  }

  body>header .container {
    padding: 0px 35px;
  }

  body>header .container .row .col-md-4 {
    justify-content: center;
  }

  body>header .container .row .col-md-8 {
    justify-content: center;
  }

  body>header .container .row .col-md-8 ul {
    justify-content: center;
    margin-top: 10px;
  }

  body>header .container .row .col-md-8 ul li.onexDbv {
    display: none;
  }

  body>header .container .row .col-md-8 .btn:not(:disabled):not(.disabled) {
    margin-left: 0px;
  }

  body>header.sticky {
    display: none;
  }

  body>section.ourProcess {
    overflow: hidden;
  }

  body>section.ourProcess h2 {
    font-size: 20px;
    margin: 0px 0px 30px;
    line-height: 1.2;
  }

  body>section.ourProcess .offers .col01 {
    text-align: left;
  }

  body>section.ourProcess .offers .col01 .item {
    margin: 0;
    padding: 30px 0px;
    min-height: 0px;
  }

  body>section.ourProcess .offers .col01 .item figure {
    order: 0;
  }

  body>section.ourProcess .offers .col01 .item span {
    right: auto;
    left: 0;
    display: none;
  }

  body>section.ourProcess .offers .col02 .item {
    margin: 0;
    margin: 0;
    padding: 30px 0px;
    min-height: 0px;
  }

  body>section.ourProcess .offers .item span {
    display: none;
  }

  body>section.ourProcess .offers .item .txtDv h3 {
    color: #000;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0px;
    font-weight: 600;
    position: relative;
    z-index: 10;
  }

  body>section.ourProcess h2:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #ff9900;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0px;
    top: 55px;
    vertical-align: middle;
  }

  body>section.portfolioDvinfo {
    overflow: hidden;
  }

  body>section.portfolioDvinfo .portfolioDv .row .col-md-6 {
    min-height: 0px;
    order: 2;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body>section.portfolioDvinfo .portfolioDv .row .col-md-6+.col-md-6 {
    order: 1;
  }

  body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv p {
    font-size: 13px;
  }

  body>section.portfolioDvinfo .portfolioDv .slideDv .contentDv .headingDv h2 {
    font-size: 18px;
  }

  body>section.portfolioDvinfo .arrowsDv {
    display: none;
  }

  body>section.featureDv h3 {
    display: block;
  }

body .mainbox {background:  linear-gradient(145deg, #3e35b5, #75eebc); border-radius: 10px;position: absolute;top: -60px;width: 80%;height: auto;padding: 8px 30px;margin-left: 0px;z-index: 5;left: 50%;transform: translateX(-50%);}
  body .carddv {
    border-right: 0px solid;
  }

  body .carddv .innercard {
    border-right: 0px solid;
    padding: 30px 0;
  }

  body>section.ourProcess .offers .item figure {
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 18px;
  }

  body>section.ourProcess {
    display: block;
    background: url(img/processdv.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 50px 0 50px 0;
  }

  body section.contactFormDv .textCol {
    padding-top: 0px;
  }

  body section.contactFormDv .textCol h2 {
    color: #460b80;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    line-height: 21px;
  }

  body section.contactFormDv .textCol h2 span {
    color: white;
    font-size: 15px;
    font-weight: 900;
    margin-top: -25px;
    text-shadow: 0px 5px 15px #7d0422;
  }

  body section.contactFormDv .textCol {
    padding-top: 0px;
    display: block;
    text-align: center;
  }

  body .bannerdv p {
    color: #ffffff;
    font-size: 14px;
    padding-left: 0vh;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px!important;
    margin: 12px 0px 20px;
  }


  body>section.notchDv h2 {
    color: white;
    font-weight: 300;
    font-size: 30px;
    margin: 25px 0 12px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
  }

  body .bannerdv {
    padding-bottom: 10vh;
  }

  .ub-serv-section {
    overflow: hidden;
  }

  .ub-testi-section {
    overflow: hidden;
  }

  h1.ub-testi-heading {
    text-align: center;
    margin: 0px 0 60px 0;
    font-size: 28px;
  }

  .slide-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
  }

  .ub-testi-col-left figure {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  body>footer .container .row .col-md-12 {
    justify-content: center;
  }

  body>section.formdiv {
    width: 96%;
    right: -96%;
    z-index: 99900;
  }

  body>section.formdiv.popformkhulwana .toggle {
    top: 5%;
    left: -10px;
    border-radius: 100px;
  }

  body>section.formdiv.popformkhulwana .croxDv {
    border-radius: 40px;
  }


}









.btngetDv {
  border: none;
  background: #f90;
  background: #f90;
  height: 3rem;
  padding: 12px 30px;
  font-size: 15px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0px 0px 0px;
}

.btngetDv:hover {
  color: white;
  background: #f90;
  border: transparent;
}

.btngetDv.anim {
  overflow: hidden;
  position: relative;
  animation: shadeflowparent infinite;
  animation-duration: 10s;
}

.btngetDv.anim:before {
  content: '';
  width: 70%;
  height: 200px;
  position: absolute;
  left: 0%;
  top: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0.9) 100%);
  animation: shadeflow infinite;
  animation-duration: 10s;
  transform: rotate(30deg) translate(-215px, 0px);
}

@keyframes shadeflow {
  0% {
    transform: rotate(30deg) translate(-230px, 0px);
  }

  10% {
    transform: rotate(30deg) translate(240px, -160px);
  }

  100% {
    transform: rotate(30deg) translate(240px, -160px);
  }
}

@keyframes shadeflowparent {
  0% {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }

  5% {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }

  10% {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.5);
  }
}

.btngetDv.anim-btn {
  color: white;
  border: none;
  background: #f90;
  background: #f90;
  font-size: 11px;
  font-weight: 700;
  height: auto;
  margin: 10px 0px 0px 0px;
  display: inline-block;
  vertical-align: super;
  padding: 10px 20px 10px 47px;
  position: relative;
  border-radius: 140px;
  text-transform: uppercase;
}

.btngetDv.anim-btn:before {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
  animation: pulso 2s infinite;
  transition: 0.5s;
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  position: absolute;
  left: 19px;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.mainFrm {
  padding: 15px 20px !important;
}


/* Our Services */
#our_services {
  padding: 150px 0 80px 0;
}

.our-services h1 {
  color: #0a2d37;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.our_services .ser-box {
  width: 100%;
}
.ser-box:hover{
    transform:scale(1.1);
}
.ser-box .ser-content h4 {
  color: #0a2d37;
  margin: 23px 0 17px;
  font-size: 23px;
  line-height: 28px;
}

.ser-box .ser-content p {
    font-size: 14px;
}

.ser-box .ser-content {
  padding-left: 20px;
  flex: 1;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  align-items: center;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  align-self: center;
  align-content: center
}

.ser-box .ser-icon img {
  width: 100px;
  margin: 0 0 2px 19px;
}

.ser-box .ser-icon {
  margin-top: 6px
}

.ser-box {
  width: 100%;
  /* box-shadow: 7px 1px 2px #0000000a; */
  border-radius: 10px;
  height: 259px;
  padding: 20px;
  transition: all 0.3s ease-in;
  margin: 0 0 27px 0;
  cursor:pointer;
  background: #02dfa924;
}


/***************************** sec-app-projects *****************************/

.sec-app-projects {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  /* z-index: 999; */
}

.sec-app-projects .bg-clr-1 {
  background: linear-gradient(to right, #eb3740 0, #a3141a 50%, #fff 50%, #fff 100%);
}

.sec-app-projects .bg-clr-2 {
  background: linear-gradient(to right, #00b4e0 0, #0a5bc7 50%, #fff 50%, #fff 100%);
}

.sec-app-projects .bg-clr-3 {
  background: linear-gradient(to right, #009f98 0, #63c9bd 50%, #fff 50%, #fff 100%);
}

.sec-app-projects .bg-clr-4 {
  background: linear-gradient(to right, #7eb2a9 0, #b1dbc9 20%, #b1dbc9 50%, #fff 50%, #fff 100%);
}
.sec-app-projects .project-title {
  position: relative;
}
.sec-app-projects .project-title h6 {
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 1;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  transform: rotate(270deg);
  top: 105px;
}

.sec-app-projects .project-title h6::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  top: 6px;
  right: -58px;
  width: 50px;
}

.sec-app-projects .main-fixed {
  position: relative;
  height: 100vh;
}

.sec-app-projects .fixed-area-main {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sec-app-projects .fixed-area-main .fixed-main {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 30px;
}

.sec-app-projects .fixed-area-main .fixed-main .img-main .thumb {
  display: block;
  margin: 0 auto;
  width: 509px;
}

.sec-app-projects .fixed-area-main .desc-main {
  padding: 0 80px 0 80px;
}

.sec-app-projects .fixed-area-main .desc-main h6 {
  font-family: 'Jost', sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0a2d37;
  margin: 0;
  padding: 0;
}

.sec-app-projects .fixed-area-main .desc-main h6 {}

.sec-app-projects .fixed-area-main .desc-main ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0 25px 0;
  padding: 0;
  list-style: none;
}

.sec-app-projects .fixed-area-main .desc-main ul li {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #555;
  margin: 0 10px 0 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: auto;
  border-radius: 50px;
  border: 1px solid #f5f7fa;
  background-color: #f5f7fa;
}

.sec-app-projects .fixed-area-main .desc-main p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  text-transform: none;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

.sec-app-projects .fixed-area-main .desc-main .install-btn {
  /* background: linear-gradient(90deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%); */
  transition: .4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 400;
  color: #fff;
  /* padding: 12px 40px; */
  /* border-radius: 5px; */
  padding: 0;
  margin: 20px 0 0  11px;
  text-transform: capitalize;
  font-family: 'Jost', sans-serif;
}

a.btn.install-btn img {
    width: 121px;
}

.sec-app-projects .fixed-area-main .desc-main .install-btn::before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 100%;
  height: calc(100% + 3px);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.sec-app-projects .fixed-area-main .desc-main .install-btn:hover::before {
  /* left: 0; */
  /* visibility: visible; */
  /* opacity: 1; */
  /* background: linear-gradient(200deg, rgba(2, 223, 157, 1) 0%, rgba(2, 223, 191, 1) 100%); */
}

/***************************** sec-app-projects close *****************************/


/*---------------------------------------------------- */


/*Feature area*/


/*----------------------------------------------------*/
.cr-feature-section .cr-feature-section .cr-shape1,
.cr-feature-section .cr-shape2 {
  top: -12%;
  left: -5%;
  width: 19%;
}

.cr-feature-section .cr-shape3 {
  top: 150px;
  left: 50px;
}
.cr-feature-section .cr-shape4 img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(58%) saturate(2084%) hue-rotate(118deg) brightness(94%) contrast(98%);
}

.cr-feature-section .cr-shape4 {
  top: 0px;
  right: 120px;
}

.cr-feature-item-innerbox {
  margin-bottom: 30px;
}

.cr-feature-item-innerbox .thx-inner-item {
  padding: 26px 20px;
  background-color: #022B36;
  border-radius: 10px;
  height: 260px;
}

.cr-feature-item-innerbox .thx-inner-item .thx-inner-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-color: #01212A;
}

.cr-feature-item-innerbox .thx-inner-item .thx-inner-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.cr-feature-item-innerbox .thx-inner-item .thx-inner-text p {
  color: #ADADAD;
  margin: 10px 0px 20px;
  font-size: 14px;
}

.cr-feature-item-innerbox .thx-inner-item:hover .thx-inner-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.cr-feature-text-wrapper {
  background: #022b36;
  padding: 80px 42px;
  border-radius: 10px;
}

.cr-feature-text-wrapper .cr-section-title {
  max-width: 550px;
}

.cr-feature-text-wrapper .cr-feature-text-area {
  margin-top: 24px;
}

.cr-feature-text-wrapper .cr-feature-text-area p {
  padding-bottom: 24px;
}

.cr-feature-text-wrapper .cr-btn {
  margin-top: 32px;
}


/* .cr-feature-section */

.cr-feature-section {
  padding:50px 0 0;
}

.cr-feature-section .cr-shape1,
.cr-feature-section .cr-shape2 {
  top: -12%;
  left: -5%;
  width: 19%;
}

.cr-feature-section .cr-shape3 {
  top: 150px;
  left: 50px;
}

.cr-feature-section .cr-shape4 {
  top: 0px;
  right: 120px;
}

.cr-feature-item-innerbox {
  margin-bottom: 30px;
}

.cr-feature-item-innerbox .thx-inner-item {
  padding: 26px 20px;
  background-color: #022B36;
  border-radius: 10px;
  height: 250px;
}

.cr-feature-item-innerbox .thx-inner-item .thx-inner-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-color: #01212A;
}

.cr-feature-item-innerbox .thx-inner-item .thx-inner-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.cr-feature-item-innerbox .thx-inner-item .thx-inner-text p {
  color: #fff;
  margin: 10px 0px 20px;
}

.cr-feature-text-wrapper {
  background: #022b36;
  padding: 53px 42px 27px;
  border-radius: 10px;
}

.cr-feature-text-wrapper .cr-section-title {
  max-width: 550px;
}

.cr-section-title span {
  font-size: 18px;
  font-weight: 700;
  color: #02DFBF;
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
}

.cr-section-title span:before,
.cr-section-title span:after {
  bottom: 10px;
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  background-color: #02DFBF;
}

.cr-section-title span:before {
  right: -80px;
}

.cr-section-title h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55.22px;
}

.cr-feature-text-wrapper .cr-feature-text-area p {
  padding-bottom: 24px;
  margin: 21px 0 24px;
  color: #ADADAD;
}

.cr-feature-text-wrapper .cr-btn {
  margin-top: 32px;
}

.cr-btn a {
  color: #fff;
  width: 155px;
  height: 58px;
  border-radius: 30px;
  background-color: #F8A501;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.cr-btn a:hover {
  background-color: #02DFBF;
  text-decoration: none;
  color: #fff;
}

/* .cr-feature-section close*/


/* .cr-testimonial-section*/
.cr-testimonial-section {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.cr-testimonial-section .cr-section-title h2 {
  color: #0a2d37;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55.22px;
  padding-top: 0;
  text-align: center;
}

.cr-testimonial-content {
  padding-top: 48px;
}

.cr-testimonial-innerbox .thx-inner-item {
  /* margin: 0 46px; */
  padding: 44px 20px 34px;
  background-color: #022B36;
  height: 388px;
  border-radius: 15px;
  min-height: 435px;
  max-height: 440px;
  overflow: hidden;
  margin: 0 20px 0;
}

.cr-testimonial-innerbox .thx-inner-icon {
  margin-bottom: 12px;
}

.cr-testimonial-innerbox .thx-inner-icon img {
  width: 24%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cr-testimonial-innerbox .thx-inner-text {
  font-style: italic;
  margin-bottom: 25px;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.cr-testimonial-innerbox .thx-inner-author {
  padding-top: 30px;
  border-top: 0.6px solid #014254;
}

.cr-testimonial-innerbox .thx-author-img {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border-radius: 100%;
}

.cr-testimonial-innerbox .thx-author-img img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.cr-testimonial-innerbox .thx-author-text {
  text-align: left;
}

.cr-testimonial-innerbox .thx-author-text h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.cr-testimonial-innerbox .thx-author-text h3 span {
}


/* .cr-testimonial-section close*/



/* cr-register-section*/
.cr-register-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: linear-gradient(145deg, #3e35b5, #75eebc);
  margin: 50px 0 0 0;
}

.cr-register-section .cr-register-img {
  top: 49px;
  right: -67px;
  position: absolute;
}

.cr-register-section .cr-section-title {
  padding-bottom: 40px;
}

.cr-section-title h2 {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55.22px;
  padding-bottom: 10px;
}

.crd_area_partner {padding: 0 49px;}

.crd_area_partner .crd_1 {}

.crd_area_partner .crd_1 img {
  width: 49%;
}

.crd_area_partner .crd_1 h4 {
  margin: 19px 0;
  line-height: 29px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

/* cr-register-section close*/


/* media mentions*/
.cr-register-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: linear-gradient(145deg, #3e35b5, #75eebc);
  margin: 50px 0 0 0;
}

.cr-register-section2 .cr-register-img {
  top: 49px;
  right: -67px;
  position: absolute;
}

.cr-register-section2 .cr-section-title2 {
  padding-bottom: 40px;
  
}

.cr-section-title2 h2 {
  color: #050505;
  font-size: 37px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55.22px;
  padding-bottom: 10px;
}

.crd_area_partner2 .crd_1 h4 {
  margin: 19px 0;
  line-height: 29px;
  color: #212529;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.crd_area_partner2 {padding: 0 49px;}

.crd_area_partner2 .crd_1 {}

.crd_area_partner2 .crd_1 img {
  width: 84%;
}

.crd_area_partner2 .crd_1 h4 {
  margin: 19px 0;
  line-height: 29px;
  color: rgb(26,26,26);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

/* media mentions close*/

#footer-outer {
  /* position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  will-change: opacity; */
  position: relative;
  /* z-index: 999; */
}

footer div.footer-top {
  padding-bottom: 20px !important;
}
footer .contact-info {
  color: #fff;
  display: flex;
  justify-content: space-evenly;
}
footer .contact-info span {
  position: relative;
  display: inline-block;
  color: #fff;
}
footer .contact-info span a {
  font-size: 24px !important;
  padding-left: 45px;
  transition: .3s;
  font-weight: 500;
  color: #02DFBF;
}

.footer-middle {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

footer .location-li {
  padding: 0 25px;
  text-align: center;
}
.location-wrap img {
  height: 95px;
  margin-bottom: 15px;
}
footer .location-li a {
  font-family: Poppins,sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
footer .location-li a:hover {
  background-color: transparent;
  color: #02DFBF;
}
#footer-outer .btn-text-only {
  font-size: 14px !important;
}
/* .btn-text-only:after {
  opacity: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
  transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  transition: transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1);
  transition: transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1);
}
.btn-text-only:after, .btn-text-only:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #04b4ff;
  opacity: .25;
} */
.btn-text-only.btn-light:after, .btn-text-only.btn-light:before {
  border-color: #333;
}
footer .footer-bottom {
  padding: 1.5em 0 !important;
}
footer .copy-rights {
  font-size: 0.8em !important;
  color: #fff;
}
footer .copy-rights a {
  font-size: .9em;
  color: #02DFBF;
}

.icon-widths-f img {
  width: 97px;
}
#footer-outer h6 {
  font-size: 20px;
  color: #fff;
}
.footer-middle p.longdesc {
  font-size: 14px !important;
  margin-bottom: 8px !important;
  color: #fff;
}
span.footer-email a:before, span.footer-phone a:before {
  content: '';
  height: 40px;
  width: 40px;
  left: 0;
  background-size: 100%;
  top: 50%;
  transform: translate(0,-50%);
  position: absolute;
}
span.footer-email a:before {
  background-image: url(../lp-4/img/ld-email-icon.svg);
  filter: brightness(0) saturate(100%) invert(82%) sepia(31%) saturate(6267%) hue-rotate(120deg) brightness(96%) contrast(98%);
}
span.footer-phone a:before {
  background-image: url(../lp-4/img/ld-phone-icon.svg);
  filter: brightness(0) saturate(100%) invert(82%) sepia(31%) saturate(6267%) hue-rotate(120deg) brightness(96%) contrast(98%);
}
.cr-testimonial-section .slick-prev,
.cr-testimonial-section .slick-next{
    background: #00242e;
}
.cr-testimonial-section .slick-next, .cr-testimonial-section .slick-prev {
    width: 39px;
    height: 39px;
    border-radius: 50%;
}
.abs{}
.abs img{} 
.cr-testimonial-section .slick-next:focus, .cr-testimonial-section .slick-next:hover, .cr-testimonial-section .slick-prev:focus, .cr-testimonial-section .slick-prev:hover {
    color: transparent;
    outline: 0;
     background:#00242e !important; 
}
.services_slider .slick-slider {
    margin: 48px 0 !important;
  
}
#our_services .slick-list, .slick-slider .slick-track {display: flex;}
#our_services .slick-initialized .slick-slide {
    display: block;
    margin: 0 7px;
}
#our_services .slick-prev,
#our_services .slick-next{
    background: #00242e;
}
#our_services .slick-next, #our_services .slick-prev {
    width: 39px;
    height: 39px;
    border-radius: 50%;
}
#our_services .slick-next:focus, #our_services .slick-next:hover, #our_services .slick-prev:focus, .c#our_services .slick-prev:hover {
    color: transparent;
    outline: 0;
     background:#00242e !important; 
}
input#phone {
    width: 250px !important;
}
}



@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}
      
      input#phone {
    width: 288px !important;
}
body .bannerdv .container {
  padding: 5px 3vw!important;
} 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
      input#phone {
    width: 245px !important;
}
     body .bannerdv .container {
  padding: 5px 2vw!important;
} 
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  

  body>section.bannerdv .container {
  padding: 10px 25px 5px 15px!important;
  display: flex;
  justify-content: center;
  text-align: center;
  } 
   

  body>section.reviewDv img {
    width: 130px;
  }
  body>section.reviewDv .reviewRow .review {
    padding-left: 140px;
  }
  
  .order-1 .pera-content{
    margin: 0 0 20px 0;
  }

  .cr-testimonial-innerbox .thx-inner-item{
    margin: 0 20px 20px;
  }
.custome_modal_area .img_rea img {

    height: 173px;
}
.custome_modal_area .modal-content form {
    padding: 2px 20px 23px;
}
.custome_modal_area .modal-content form input {

    padding: 8px 20px;
    margin: 4px 0;

}.custome_modal_area .modal-content form textarea {


    padding: 10px 19px 14px;

    margin: 3px 0;

}.modal-body {
    padding: 0 !important;
}
input#phone {
    width: 475px !important;
}
}

@media only screen and (max-width: 992px) {

    body .bannerdv .formDv {
  display: none;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  
  body .bannerdv h1 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    padding-left: 0vh;
    padding-top: 10vh;
    padding-bottom: 0vh;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0px;
    margin: 20px 0px 0px;
  }

    body>section.bannerdv .container {
  padding: 10px 25px 5px 15px!important;
  display: flex;
  justify-content: center;
  text-align: center;
  } 

  body>section.formdiv.popformkhulwana{
    right: -100% !important;
  }.custome_modal_area .modal-content form input {

    padding: 8px 20px;
    margin: 4px 0;

}body>section.reviewDv img {
    width: 130px;
}
.contentdv figure img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}
.icon-widths-f img {
    width: 43px;
}
.sec-app-projects {
    margin:0;
    padding:0;
}
.cr-feature-section {
  
    overflow-y: hidden;
}
.iti__country-list {
    z-index: 10000;
}
#our_services {
    /* padding: 32px 0 80px 0; */
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.custome_modal_area .modal-content form textarea {


    padding: 10px 19px 14px;

    margin: 3px 0;

}
  body>section.notchDv img {

    width: 230px;
    margin-bottom: 43px;
}
input#phone5 {
    width: 85vw !important;
}
.modal-body {
    padding: 0 !important;
}
body .bannerdv {
  
    padding: 108px 0 174px;
  
}.custome_modal_area .modal-content form {
    padding: 2px 20px 23px;
}
  .order-one{
    order: 1;
  }
  .order-two{
    order: 2;
  }

  .order-one .pera-content{
    margin: 0 0 20px 0;
  }

  .cr-testimonial-innerbox .thx-inner-item{
    margin: 0 20px 20px;
  }
  .sec-app-projects .bg-clr-1{
    background: linear-gradient(to right, #eb3740 0, #a3141a 100%, #fff 100%, #fff 100%);
  }

  .sec-app-projects .bg-clr-2{
    background: linear-gradient(to right, #00b4e0 0, #0a5bc7 100%, #fff 100%, #fff 100%);
  }

  .sec-app-projects .bg-clr-3 {
    background: linear-gradient(to right, #009f98 0, #63c9bd 100%, #fff 100%, #fff 100%);
  }

.sec-app-projects .bg-clr-4 {
  background: linear-gradient(to right, #b1dbc9 0, #9ad6bc 20%, #9ad6bc 50%, #fff 50%, #fff 100%);
}

  .sec-app-projects .main-fixed {
    height: 150vh;
  }

  footer .contact-info{
    flex-wrap: wrap;
  }
  #myHeader a.logo img {
    width: 184px;
}
#myHeader .navbar-collapse {
 
    background: #02dfbf;
    padding: 20px 0;
    border-radius: 10px;
    margin: 20px 0;
}
#myHeader .navbar-collapse ul li {
    padding: 7px 0;
}
.sec-app-projects .fixed-area-main .fixed-main .img-main {
    display: block;
     margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.sec-app-projects .fixed-area-main .desc-main {
    padding: 0 20px;
}
footer .copy-rights {
    font-size: 9px;
    color: #fff;
    text-align: center;
    margin: 20px 0 20px 0;
}
footer div.footer-top {
  
    text-align: center;
}
body section.contactFormDv .contactformdv h4 {
    font-size: 15px;
  
}
body>section.clientLogo .mobiSlider {

    justify-content: center;
 
}
.clientbadge-heading h2 {
    font-size: 23px;
   
}.custome_modal_area .modal-content form {
    padding: 20px;
}#our_services {
    padding: 32px 0 80px 0;
}
.sec-app-projects .fixed-area-main .desc-main ul li {
    font-size: 11px;
}.sec-app-projects .fixed-area-main .desc-main h6 {
    font-size: 28px;
    margin: 20px 0;
}.cr-testimonial-content {
    padding-top: 19px;
}.cr-section-title h2 {

    font-size: 26px;
  
    line-height: 43.22px;

}
section#footer-form-area #phone4 {
    width: 81vw !important;
}input#phone2 {
    width: 82vw !important;
}input#phone {
    width: 83vw !important;
}
section.formdiv:hover{}
}
.custome_modal_area .modal.show .modal-dialog {
    -webkit-transform: translate(0,16%) !important;
    transform: translate(0,16%) !important;
}


@media only screen and (min-width: 300px) and (max-width: 520px) {
    
    body .bannerdv h1 {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    padding-left: 0vh;
    padding-top: 20vh;
    padding-bottom: 0vh;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0px;
    margin: 20px 0px 0px;
  }

    body>section.reviewDv img {
    width: 130px;
}

    body>section.notchDv img {
    width: 230px;
    margin-bottom: 43px;
}.sec-app-projects {
    margin:0;
    padding: 0;
}body>section.reviewDv img {
    width: 130px;
}
.contentdv figure img {
    max-width: 320px;
    margin: 0 auto;
    display: block;
}
.icon-widths-f img {
    width: 43px;
}
.iti__country-list {
    z-index: 10000;
}
.cr-feature-section {
  
    overflow-y: hidden;
}
  body>section.formdiv.popformkhulwana{
    right: 3% !important;
  }
 #our_services {
    /* padding: 32px 0 80px 0; */
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.sec-app-projects .fixed-area-main .desc-main ul li {
    font-size: 8px;
}.cr-testimonial-content {
    padding-top: 19px;
}input#phone5 {
    width: 85vw !important;
}
.custome_modal_area .modal.show .modal-dialog {
    -webkit-transform: translate(0,16%) !important;
    transform: translate(0,16%) !important;
}
input#phone2 {
    width: 82vw !important;
}
  .clientbadge-heading h2 {
    font-size: 23px;
   
}section.formdiv:hover{
    right: 2%;
}
input#phone {
    width: 83vw !important;
}
section.formdiv:hover{
    right: 2%;
}
.custome_modal_area .modal-content form {
    padding: 20px;
}section#footer-form-area #phone4 {
    width: 81vw !important;
}
.custome_modal_area .img_rea img {height: 173px !important;}
body .bannerdv {
  
    padding: 108px 0 174px;
  
}.sec-app-projects .fixed-area-main .desc-main h6 {
    font-size: 28px;
    margin: 20px 0;
}.cr-section-title h2 {

    font-size: 26px;
  
    line-height: 43.22px;
  
}
  .order-one{
    order: 1;
  }
  .order-two{
    order: 2;
  }

  .order-one .pera-content{
    margin: 0 0 20px 0;
  }
.sec-app-projects .fixed-area-main .desc-main {
    padding: 0 20px;
}
  .cr-testimonial-innerbox .thx-inner-item{
    margin: 0 20px 20px;
  }

  .sec-app-projects .bg-clr-1{
    background: linear-gradient(to right, #eb3740 0, #a3141a 100%, #fff 100%, #fff 100%);
  }

  .sec-app-projects .bg-clr-2{
    background: linear-gradient(to right, #00b4e0 0, #0a5bc7 100%, #fff 100%, #fff 100%);
  }

  .sec-app-projects .bg-clr-3 {
    background: linear-gradient(to right, #009f98 0, #63c9bd 100%, #fff 100%, #fff 100%);
  }

.sec-app-projects .bg-clr-4 {
    background: linear-gradient(to right, #e73330 0, #ef4b23 100%, #ffc90a 100%, #fff 100%, #fff 100%);
  }

  .sec-app-projects .main-fixed {
    height: 150vh;
  }
  footer .contact-info{
    flex-wrap: wrap;
  }
  #myHeader a.logo img {
    width: 147px;
}
#myHeader .navbar-collapse {
 
    background: #02dfbf;
    padding: 20px 0;
    border-radius: 10px;
    margin: 20px 0;
}
#myHeader .navbar-collapse ul li {
    padding: 7px 0;
}
.sec-app-projects .fixed-area-main .fixed-main .img-main {
    display: block;
    margin-left: auto;
  margin-right: auto;
  width: 90%;
}
}
footer .copy-rights {
    font-size: 10px !important;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
}


footer div.footer-top {
  
    text-align: center;
}
body section.contactFormDv .contactformdv h4 {
    font-size: 15px;
  
}
body>section.clientLogo .mobiSlider {

    justify-content: center;
 
}
}


.custome_modal_area {
	position: relative
}
.custome_modal_area .img_rea img {
	width: 100%;
	height: 406px;
	object-fit: cover
}
/* .modal-body {
	padding: 0 15px 0 0!Important
} */
.custome_modal_area .modal-body .col-xl-7, .custome_modal_area .modal-body .col-lg-7 {
	padding: 0!important
}
.custome_modal_area .modal {}
.custome_modal_area .modal-content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	background: #094979;
}
.custome_modal_area .modal .text_area {}
.custome_modal_area .modal .text_area h3 {
	font-size: 16px;
	margin: 4px 0 0;
	color: #fff;
	font-weight: 500;
	padding-bottom: 0;
	font-family: poppins;
	text-align: center
}
.custome_modal_area .modal .text_area h2 {
	font-size: 24px;
	margin: 8px 0;
	font-weight: 700;
	font-family: poppins;
	color: #fff;
	text-align: center
}
.custome_modal_area .modal-header {
	border: none;
	padding: 0
}
.custome_modal_area .modal-header .close {
	position: absolute;
	right: 26px;
	top: 20px;
	background: #e90984;
	opacity: 1;
	width: 30px;
	border-radius: 50%;
	padding: 5px 0;
	z-index: 1000;
	font-family: poppins;
	font-size: 18px
}
.custome_modal_area .modal-header .close i {
	color: #fff
}
.custome_modal_area .modal-content {}
.custome_modal_area .modal-content form {}
.custome_modal_area .modal-content form input {
	background-color: #fff;
	font-family: poppins;
	border: none;
	color: #040a10;
	font-size: 13px;
	font-weight: 400;
	padding: 11px 20px;
	width: 100%;
	margin: 8px 0;
	border-radius: 3px;
	text-transform: capitalize
}
.custome_modal_area .modal-content form input::placeholder {
	font-family: poppins;
	color: #000
}
.custome_modal_area .modal-content form button {
	font-size: 16px;
	padding: 10px 0;
	background: #e90984;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	border: none;
	margin-top: 15px;
	width: 100%;
	margin: 11px 0 0!important;
	font-weight: 600;
	text-transform: uppercase
}
.custome_modal_area .modal-content form textarea {
	background-color: #fff;
	font-family: poppins;
	text-align: left;
	border: none;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	padding: 13px 19px 18px;
	width: 100%;
	margin: 9px 0;
	border-radius: 6px
}
.custome_modal_area .modal-content form textarea::placeholder {
	color: #000
}
.custome_modal_area .modal-dialog {
	max-width: 770px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  
    width: 15.5vw !important;
}



















 /*2222222222222222*/



/* Form Slider (Red Section) */
.section.form-slider{background-image:url(../../images/app/ld-app-sol-1.jpg);background-position:left top;background-repeat:no-repeat;background-size:cover}.white .ser-box{margin-bottom:.8rem}.white .ser-box .ser-content h4,.white .ser-box .ser-content p{color:#fff}.white .ser-box .ser-content{padding-left:20px;flex:1;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-webkit-align-content:center;align-items:center;-moz-box-pack:space-around;-ms-flex-pack:space-around;align-self:center;align-content:center}.white .ser-box .ser-icon img{width:30px;height:auto;padding:0;margin-right:15px}.white .ser-box .ser-icon{margin-top:6px}.space-40{height:40px}.date-box{background:#fff;height:80px;width:90px;border-radius:10px;padding:15px;position:relative;text-align:center}.date-box .name{color:#e7243b;font-size:16px;display:block;text-transform:uppercase;position:relative;line-height:1;margin-bottom:4px}.center .date-box{background-color:#1fb3fc}.ld-form-box{border-radius:9px!important;box-shadow:9px 43px 40px 0 rgba(93,6,12,.31);overflow:hidden}.ld-form-solution{background-color:#fff;padding:15px 30px}#date{height:auto;display:block;background:#ededed;padding:10px 30px}#date .center~.active .date-num,#date .center~.active .name,.center .date-box .date-num,.center .date-box .name{color:#fff}#date .center~.active .date-box{background:#dfdfdf}#date .center~.active .date-num::after,#date .center~.active .name::after{position:absolute;content:"";background:#fff;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}#date .center~.active .name::after{top:9px;height:1px;width:50px}#date .center~.active .date-num::after{bottom:17px;height:2px;width:60px}#date .owl-nav .owl-next,#date .owl-nav .owl-prev{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}#date .owl-prev{left:7px}#date .owl-next{right:7px}.fa-caret-left:before,.fa-caret-right:before{color:#9a9a9a;font-size:30px}.center .date-box .name:after{height:7px;width:7px;position:absolute;content:"";background-color:#01b2ff;right:20px;top:-5px;border-radius:50%}.date-box .date-num{display:block;color:#000;font-size:28px;line-height:1;font-weight:400;position:relative}
/* Section Companies  */



/*------------------------------------------------------------------
	Fixed Form Pages Styles
-------------------------------------------------------------------*/
/*
.form_div {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-40%);
    width: 300px;
    height: auto;
    padding: 10px 20px 2px 20px !important;
    background: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0px 8px 15px -3px rgba(0, 0, 0, 0.08);
    border: #c2d1db 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 99;
}
.form_div.active{
    right: -3px;
}
.btn_frm_modal {
    width: 100%;
    border: none;
    background: #02dfbe;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
}
.form_div h3 {
    margin-bottom: 20px !important;
    margin-top: 10px;
    font-size: 21px;
    text-align: center;
}
.toggle {
    position: absolute;
    height: 171px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #02dfbe;
    left: -49px;
    top: 15%;
    line-height: 68px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateY(-50%);
    transition: all .2s ease-in-out;
}

.form_div_sc {right: -300px;}
.toggle.active {
    height: 50px;
}
.toggle.active:before {
    content:
    '\f00d';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #02dfbe;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 900;
}
input#phone3 {
    width: 258px !important;
}
.toggle span {
    color: #fff;
    display: block;
    transform: rotate(-90deg);
    width: 141px;
    height: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
}
.toggle.active span {
    display: none;

                }                                                                                                                                                                                          }
/* Section Form */
.Form h1{color:#fff;}
.section.Form{background-image:#001c86;background:-moz-linear-gradient(-45deg,rgba(0,28,134,1) 5%,rgba(2,145,247,1) 50%,rgba(15,199,209,1) 100%);background:-webkit-linear-gradient(-45deg,rgba(0,28,134,1) 5%,rgba(2,145,247,1) 50%,rgba(15,199,209,1) 100%);background:linear-gradient(135deg,rgba(0,28,134,1) 5%,rgba(2,145,247,1) 50%,rgba(15,199,209,1) 100%)}.Form p,.form-style-one p{color:#fff;max-width:580px;margin:0 auto}.section.Form:before{content:'';background-image:url(../../images/app/c_bg.svg);background-repeat:no-repeat;background-position:top left;position:absolute;width:100%;height:100%;left:-106px;top:0;background-size:40%;z-index:-1}.form-style-one .input_field{position:relative;display:block;float:left;border:0;background:0 0;color:#fff;font-weight:300;-webkit-appearance:none;line-height:1.4em;border-radius:0;border-bottom:2px solid #fff;box-shadow:none}.form-style-one label.error{display:none!important}.form-wrap form.form-style-one{width:600px;margin:0 auto;margin-top:40px;}.Form .input_field-float{width:100%;padding:2.2em .6em .5em .7em;font-weight:300;font-size:19px;resize:none}.form-style-one .input_label-float{position:absolute;width:100%;text-align:left;padding:0;height:100%;pointer-events:none;left:0}.form-style-one .input_label{display:inline-block;float:left;padding:0 1em 0 0;width:40%;color:#fff;font-size:70.25%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-style-one .input_label-content-float{padding:0;font-size:17px;display:inline-block;vertical-align:bottom;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translate3d(17px,18px,0);transform:translate3d(17px,18px,0);-webkit-transition:-webkit-transform .3s;transition:transform .3s;line-height:28px}form.form-style-one textarea{min-height:150px;resize:none}.form-style-one input.error,.form-style-one textarea.error{border-bottom-color:#fb1f1f!important;border-bottom:2px solid}.form-style-one label[for=nda] input:checked~.checkmark{border-color:#fff}.checkmark{position:absolute;top:4px;left:0;height:25px;width:25px;border:2px solid #dde1e8}.form-style-one label[for=nda]{padding-left:40px;text-align:left;color:#fff;cursor:pointer;position:relative;font-size:17px;float:left}.header-form label[for=checkbox_144365_0] .checkmark:after,label[for=nda] .checkmark:after{border:solid #fff;width:5px;height:10px;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkmark:after{content:"";position:absolute;display:none}.form-style-one label[for=nda] input:checked~.checkmark:after{display:block}.form-style-one label[for=nda] .checkmark:after{left:8px;top:4px;width:6px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.form-style-one label[for=nda] input{position:absolute;opacity:0;cursor:pointer}.input-filled input,.input-filled textarea{padding:1em .6em .7em .7em}.form-style-one .input-filled .input_label-content-float,.form-style-one .input_field-float.valid+.input_label-float .input_label-content-float,.form-style-one .input_field-float:focus+.input_label-float .input_label-content-float{-webkit-transform:translate3d(15px,8px,0) scale3d(.7,.7,1);transform:translate3d(15px,8px,0) scale3d(.7,.7,1)}a:focus,button:focus,div:focus,input:focus,textarea:focus{outline:0}.form-style-one .row{padding-bottom:10px!important}
/* Sticky Form */

.ld-float-form{border-radius:9px;background-color:#fff;box-shadow:5px 24px 40px 0 rgba(42,49,59,.11);width:300px;border-top:10px solid #1fb3fc;position:fixed;z-index:9;right:20px;top:50%;padding:20px 20px 10px;display:none;transform:translateY(-50%)}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .form_div.active{
    right: 0;
}
.toggle span{
    display: block;
}
.ser-box {
    width: 90%;
    height:281px;

}
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
        .form_div.active{
    right: 0;
}
.ser-box {
    width: 90%;    height:281px;

}
.toggle span{
    display:none;
}
}

.modal-body{
  padding: 0!important;
}
body>header{
  z-index: 999!important;
}

/*Calender Section Fold Css Start*/

.Es8downQlxiASDyltHtn {
    overflow-y: hidden !important;
}

.calender-main-content .calender-content {
}

.calender-main-content .calender-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -.04em;
    color: #fff;
}

.calender-main-content .calender-content h2 span {
    color: #02dfbf;
    font-size: 40px;
}

.calender-main-content .calender-content p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 25px 0;
    text-align: left;
}

.calender-main-content .calender-content span {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -.04em;
    color: #02dfbf;
    margin: 0 0 20px 0;
    display: block;
}

.calender-main-content .calender-content ul {
    padding: 0 0 0 20px;
}

.calender-main-content .calender-content ul li {
    list-style: disc;
    margin: 0 0 10px 0;
}

.calender-main-content .calender-content ul li::marker {
    color: #02dfbf;
    font-size: 20px;
}

.calender-main-content .calender-content ul li p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

/*Calender Section Fold Css End*/


/*CTA Fold CSS*/


.cta-area {
    position: relative;
    overflow: hidden;
    background: url(cta.png);
    background-repeat: no-repeat
}

.cta-area .container {
    margin-top: -80px;
}

.cta-area .common-heading {
  text-align: center !important;
  margin-top: 20px;
}

.cta-area .common-heading h2{
 font-size: 32px !important;
 line-height: 50px !important
}


.cta-area p{
    color:#7cfcc7;
}

.cta-area .common-heading span{
    color:#7cfcc7;
  text-transform: uppercase;
}

.bread-titlev2 h1{
color: #f5f5f5 !important
}

.btn-outline {
    border: 1px solid #61c89d;
    color: #050748;
    display: inline-block;
    padding: 0 32px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.btn-outline:hover {
    background: #3ec4f9;
    color: #fff;
    border: 2px solid #3ec4f9
}

.cta-call {
    margin: 30px 0 0 0
}

.cta-call i {
    margin: 0 5px 0 0
}

.cta-call a {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #f5f5f5;
    display: inline-block;
    padding: 0 0 0 10px
}

.shape-a3 {
    top: 0;
    right: 0
}

.shape-a4 {
      
     top: -50px;
     right: 20px;
     position: absolute
}

/*Start Home-Services CSS*/
.home-services .card-wrap .card:last-child {
margin-right: 0
}
.home-services {
    margin: 0 0 10rem;
    padding-top: 50px;
}
.home-services .box-wrap .box:hover .learn,.home-services .box-wrap .box:hover h3,.home-services .box-wrap .box:hover p,.home-services .box-wrap .box:hover ul li,.home-services.new .box-wrap .box.bg-gradient .learn,.home-services.new .box-wrap .box.bg-gradient h3,.home-services.new .box-wrap .box.bg-gradient p,.home-services.new .box-wrap .box.bg-gradient ul li,.home-services.new .box-wrap .box:hover .learn,.home-services.new .box-wrap .box:hover h3,.home-services.new .box-wrap .box:hover p,.home-services.new .box-wrap .box:hover ul li,.hover-flip.light::before,.media-wrap .media .content a.btn,.our-experts .container .left h2 strong,.portfolio-description.colored .quote-text h3,.portfolio-description.colored .text h2,.project-strip .container .left h2 strong,.project-strip-slider .slider-wrap .container .left h2 strong,.review .review-lists>li .card p,.schedule-meeting .schedule-form .text h2 strong,.service-details-banner.common-banner.video-banner .container .caption h1,.site-footer .footer-bottom .container .links ul li a:hover,.site-header .nav .menu.new>li.menu-contact .hover-flip::before,.site-header.logo-toggle .hover-flip::before,.site-header.logo-toggle .nav .menu>li a,.site-header.logo-toggle .nav .menu>li.menu-contact .hover-flip,.site-header.logo-toggle .nav .menu>li.menu-contact .hover-flip::before,.site-header.logo-toggle.hovered .nav .menu.new>li.menu-contact .hover-flip::before,.site-header.logo-toggle.scrolled .nav .menu.new>li.menu-contact .hover-flip::before,.site-header.scrolled .nav .menu>li.menu-contact .hover-flip::before,.trusted-us.bg-blue p,.why-ta-section .title-uppercase,.why-ta-section .title-uppercase p {
    color: #fff
}
.home-services .box-wrap .box a,.knowledge-center-single .content .blog-video iframe,.links .image a,.portfolio .portfolio-wrap .portfolio-box-wrap .portfolio-box .image a,.portfolio-list-wrap .portfolio-list .portfolio-card-wrap .content a,.portfolio-list-wrap .portfolio-list .portfolio-card-wrap .portfolio-card a,.review .review-lists>li .bg,.service-box .services-top .box-wrap .box a,.technologies-wrapper .technologies-details .service-technologies-slider .item ul li .image a,.work-with .brands-1 ul li .image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.home-services.new .box-wrap .box.bg-gradient,.home-services.new .box-wrap .box:hover {
    background: linear-gradient(145deg, #3e35b5, #75eebc);
}
.home-services .card-wrap .card ul li a {
    text-decoration: none;
    color: #fff
}
.home-services .title-new {
    margin: 0 0 3.5rem
}

.home-services .box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto
}

.home-services .box-wrap .box {
    width: calc(50% - 1.5rem);
    padding: 2.8rem 2.8rem 2.45rem;
    margin: 0 0 4rem;
    border: 1px solid #ccc;
    border-radius: 1.2rem;
    transition: .2s;
    position: relative
}

.home-services .box-wrap .box:nth-child(2n) {
    transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -webkit-transform: translateY(2.5rem)
}

.home-services .box-wrap .box h3 {
    font-size: 2.7rem;
    font-family: "Bebas Neue",sans-serif;
    font-weight: 300;
    letter-spacing: normal;
    margin: 0 0 1rem;
    line-height: 1.1
}

.home-services .box-wrap .box ul {
    list-style: disc;
    padding-left: 1.4rem;
    margin-bottom: 0
}

.home-services .box-wrap .box ul li {
    letter-spacing: -.032rem;
    margin: 0 0 .8rem;
    font-weight: 400;
    font-size: 1.1rem
}

.home-services .box-wrap .box p {
    letter-spacing: -.032rem;
    margin: 0 0 1.4rem;
    font-weight: 400;
    max-width: 28.3rem
}

.home-services .box-wrap .box .learn {
    color: #666;
    text-transform: uppercase;
    font-size: 1.1rem
}

.home-services .card-wrap .card {
    width: calc(25% - 1.125rem);
    padding: 3.15rem 2rem 4.5rem;
    border-radius: 1.2rem;
    margin-right: 1.5rem;
    -webkit-box-shadow: .5rem .5rem 1.2rem 0 rgba(0,0,0,.16);
    box-shadow: .5rem .5rem 1.2rem 0 rgba(0,0,0,.16)
}

.home-services .card-wrap .card h3 {
    font-size: 2.4rem;
    font-family: "Bebas Neue";
    color: #fff;
    font-weight: 300;
    letter-spacing: normal;
    margin: 0 0 1.1rem
}

.home-services .card-wrap .card ul li {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 .8rem;
    font-weight: 400;
    line-height: 1.4
}

.home-services.new {
    max-width: 1280px;
    margin: 0 auto 10rem
}

.home-services.new .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home-services.new .title-uppercase {
    position: sticky;
    position: -webkit-sticky;
    top: 10rem;
    margin-right: 2rem;
    margin-left: 2rem
}

.home-services.new .title-uppercase h2.light {
    font-size: 3.6rem;
    margin-bottom: 1.4rem!important;
    line-height: 1!important
}

.home-services.new .title-uppercase p {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: -.056rem;
    margin: 0 0 1.25rem
}

.home-services.new .box-wrap {
    flex: 0 0 auto;
    float: right;
    max-width: 30rem;
    width: 100%;
    display: block;
    margin: 16rem 0 0
}

.home-services.new .box-wrap .box {
    width: 100%;
    margin: 0 0 2.4rem;
    transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s
}

.home-services.new .box-wrap .box:nth-child(2n) {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none
}

.home-services.new .box-wrap .box h3 {
    font-size: 2.2rem
}

.home-services.new .box-wrap .box.bg-gradient {
    transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s
}

/*END Home-Services CSS*/

/*
START FAQ CSS CSS*/
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}

.container {
padding-top: 90px;
padding-bottom: 90px
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #fff;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #386ae7;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #000000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

/*END FAQ CSS CSS*/


/*FooterWL Media*/
@media screen and (min-width: 1200px) {
  .landing-footer:after {
        width:70%;
        height: 300px
    }
}

@media screen and (min-width: 1600px) {
    .landing-footer:after {
        width:65%;
        height: 400px
    }
}

@media screen and (min-width: 2000px) {
    .landing-footer:after {
        width:75%;
        height: 450px
    }
}

@media screen and (min-width: 992px) {

  .ipad-cta {

display:none !important;

}
}

@media screen and (max-width: 992px) {
    
    .contentdv figure img {
    max-width: 550px;
    margin: 0 auto;
    display: block;
}
    
    .landing-footer__wrap {
        grid-template-columns:1fr 1fr
    }

    .landing-footer__button {
        margin-top: 40px;
        margin-left: 0;
        transform: none
    }

    .landing-footer__clutch-emblem {
        width: 100px;
        height: 100px
    }
}

@media screen and (max-width: 762px) {
    .landing-footer__bottom {
        padding-bottom:6px
    }

    .landing-footer__wrap {
        grid-template-columns: 1fr
    }

    .landing-footer__ratings {
        display: flex;
        justify-content: center
    }

    .landing-footer__ratings iframe {
        max-width: 275px;
        margin: auto
    }

    .landing-footer__linkedin {
        display: none
    }

    .landing-footer:after {
        width: 100%;
        height: 180px;
        left: 0;
        clip-path: polygon(0 77%,100% 0,100% 100%,0% 100%)
    }

    .landing-footer__bottom {
        flex-direction: column;
        padding-top: 50px;
        align-items: center;
        row-gap: 10px;
        margin-top: 93px
    }

    .landing-footer__clutch-emblem {
        width: 80px;
        height: 80px
    }

    .landing-footer__dropdown {
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,.1254901961);
        position: relative
    }

    .landing-footer__dropdown--last {
        border-bottom: 1px solid rgba(255,255,255,.1254901961);
        margin-bottom: 34px
    }

    .landing-footer__heading {
        cursor: pointer;
        font-weight: 700;
        font-size: 16px
    }

    .landing-footer__toggle {
        position: absolute;
        top: 23px;
        right: 20px;
        height: 20px;
        width: 20px;
        cursor: pointer
    }

    .landing-footer__minus {
        position: absolute;
        top: 50%;
        transform: translateY(50%);
        left: 0;
        width: 20px;
        height: 1px;
        background-color: #fff;
        display: block !important;
        margin: initial !important
    }

    .landing-footer__plus {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 0;
        width: 1px;
        height: 20px;
        background-color: #fff;
        transition: all .3s ease-in-out;
        display: block !important;
        margin: initial !important
    }

    .landing-footer__menu {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding-left: 0;
        transition: max-height .3s
    }

    .landing-footer__mobile-linkedin {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 375px
    }

    .landing-footer__dropdown.landing-footer__dropdown-opened .landing-footer__menu {
        max-height: 500px
    }

    .landing-footer__dropdown.landing-footer__dropdown-opened .landing-footer__plus {
        display: none !important
    }
}



/* PROCESS CSS */
/* Container styles */
.process-row-column-container {
  display: flex; /* Use Flexbox to align the child containers horizontally */
  justify-content: space-between; /* Ensure there's space between the left and right columns */
  align-items: flex-start; /* Align items to the top of the container */
}
/* Left column (text content) */
.process-row-column {
  flex: 1; /* Make the left column take up remaining space */
  display: flex;
  flex-direction: column; /* Stack the rows vertically */
}

.process-image-container {
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 150px 90px; /* Padding for the section */
  background-color: white; /* Section background color */
}

/* Row styles */
.process-row {
  display: flex;
  align-items: flex-start; /* Ensure the text is aligned at the top */
  margin-bottom: 20px; /* Space between rows */
  height: 400px; /* Set row height to match image height */
border-left: 2px solid blue;
display: grid; /* Create a grid container */
grid-template-columns: 1fr auto; /* Left column takes available space, right column takes only the width of its content */
  }
	
}

/* Left column (text content) */
.left-col {
  flex: 1;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Keep the text aligned to the top */
  padding-right: 20px; /* Add some space between the text and image */

}

.left-col h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
 margin-left: 40px;

}
.left-col h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
 margin-left: 40px;
color: #404040;	

}

.left-col p {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 40px; /* Ensure no extra margin around the paragraph */
width: 50%;
}

/* Right column (image) */
.process-image {
  display: flex; /* Use Flexbox to stack the images vertically */
  flex-direction: column;
  align-items: flex-end; /* Align the images to the right of the container */
  position: relative; /* To allow sticky behavior of images */
  width: 300px; /* Optional: Adjust the width of the image container */
  margin-left: 20px; /* Add a gap between the text and image containers */
  margin-right: 100px;
}

/* Image styles */
.right-col {
  position: sticky; /* Make each image sticky */
  top: 20%; /* Sticky position from top */
  margin-bottom: 120px; /* Add space between images */
}

.right-col img {
  height: 300px; /* Set the height of images */
  width: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensure the image covers the space */
  border-radius: 1rem; /* Optional: Add rounded corners */
}

.text-theme2 {
  color: #1683cb
}

.text-theme3 {
 color: #ff8016;   
}
}


