@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif; }

html {
  scroll-behavior: smooth; }

* {
  font-family: 'Roboto', sans-serif; }

a {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  text-decoration: none !important;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  margin: 0px; }

h1 span, h2 span {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  font-weight: 300; }

p {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  color: #323232;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400; }

a, button, input[type="submit"] {
  cursor: pointer;  display: inline-block;}

button:focus, input:focus {
  outline: none; }

.cta{
  background: #eb1f24;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  border:1px solid #eb1f24;
}
.cta:hover{
  background: #ffffff;
  color: #eb1f24;
  box-shadow: 5px 5px 15px #eb1f243b;
  border-radius: 35px;
}
h1{
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}
h1 span{
  font-size: 50px;
  font-weight: 700;
  color: #eb1f24;
}
header{
  padding: 15px 0px;
  margin-bottom: 30px;
}
.banner a.cta{
  margin-top: 30px;
}
.logo{color: #eb1f24; font-weight: 400; font-size: 18px;}
.signup{
  background: #000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px; 
  box-shadow:   5px 5px 10px #0000002e;
  border:1px solid #000000;
}
.signup:hover{
  color: #ffffff;
  background: #eb1f24;
  border-radius:35px;
  background: transparent;
  color: #000000;
}
  .customer-satisfation{
    margin: 70px 0px;
  }
  .customer-satisfation .col-lg-4{
    position: relative;
    background: #fff4f4;
  }
  .customer-satisfation .col-lg-4:first-child:after{
    display: none;
  }
   .customer-satisfation .col-lg-4:after{
    content:'';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #ddd7d7;
    top:30px;
   }
  .customer-satisfation .section{
    padding: 65px 30px;
  }
   .customer-satisfation .section h3{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
   }
  .customer-satisfation .section p{
    margin-bottom: 0px;
  }
h2{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
h2 span{
  color: #eb1f24;
  font-weight: 700;
}
.about{
  margin-bottom: 70px;
}
.about a{
  background: #eb1f24;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 50px;
  line-height: 25px;
  margin-top: 30px;
  border:1px solid #eb1f24;
}
.about a:hover{
  background: #ffffff;
color: #eb1f24;
box-shadow: 5px 5px 15px #eb1f243b;
border-radius: 50px;
}
.about a span{
  font-weight: 300;
  font-size: 16px;
}
.module{
  background: #f7f7f7;
  padding: 70px 0px;
  padding-bottom: 0px;
}
.module h3{
  font-size: 24px;
  margin-bottom: 30px;
}
.module h3 span{
  color: #eb1f24;
}
.module img{
  margin:0 auto;
}
.module .owl-nav, .provived .owl-nav{
  position: absolute;
  width: 100%;
  top:50%;
  height: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module .owl-next, .provived .owl-next{
  background: url(../images/arrow-right.png) no-repeat;
  width: 100px;
  height: 88px;
  text-indent: -99999px;
  background-position: right top;
}
.module .owl-next:hover, .provived .owl-next:hover{
  background-position: right bottom;
}
.module .owl-prev, .provived .owl-prev{
  background: url(../images/arrow-left.png) no-repeat;
  width: 100px;
  height: 88px;
  text-indent: -99999px;
  background-position: left top;
}
.module .owl-prev:hover, .provived .owl-prev:hover{
  background-position: left bottom;
}
.what{
  padding: 70px 0px;
  padding-bottom: 0px;
}
.round{
  position: relative;
  left:0px;
  right: 0px;
  margin:0 auto;
}
.what ul{
  
  top:0px;
  width: 100%;
}

.what ul li{
  display: flex;
  text-align: right;
  justify-content: center;
  align-items: center;
}
.what ul li:nth-of-type(1){
    left: -56px;
    position: absolute;
    top: 59px;
    text-align: right;
}
.what ul li:nth-of-type(2){
      right: -147px;
    position: absolute;
    top: 59px;
    text-align: left;
}
.what ul li:nth-of-type(3){
    left: -126px;
    position: absolute;
    bottom: 59px;
    text-align: right;
}
.what ul li:nth-of-type(4){
    right: -117px;
    position: absolute;
    bottom: 109px;
    text-align: left;
}
.what ul li h4{
  font-size: 20px;
}
.what ul li img{
  margin:0 30px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -5px 10px 20px #f1f1f1;
}
.round-image{
  position: relative;
}
.round-image:before{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  border:3px solid #eb1f24;
  border-radius: 50%;
  top:-11px;
  left:0px;
  opacity: 0.1;
  transform: scale(1.1);
  animation: round infinite 5s;
  z-index: -1;
}
.round-image:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  border:3px solid #eb1f24;
  border-radius: 50%;
  top:-11px;
  left:0px;
  opacity: 0.02;
  transform: scale(1.3);
  animation: round infinite 9s;
  animation-delay: 0.2s;
  z-index: -1;
}
@keyframes round {
  0%{
    transform: scale(0.9) ;
    opacity: 0.1;
    border:30px solid #eb1f24;
  }
  100%{
    transform: scale(1.5);
    opacity: 0;
    border:0px solid #eb1f24;
  }
}
.provived{
  padding: 70px 0px;
}
.provived .image{
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
}
.provived .section{
  border-radius: 5px;
  box-shadow: 0px 10px 15px #f1f1f1;
  min-height: 404px;
  overflow: hidden;
}
.provived .section p{
  padding: 25px;
}
.provived .section span{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.provived .section h3{
  font-size: 24px;
  color: #ffffff;
}
.provived .owl-nav{display: none;}
.provived h2{margin-bottom: 50px;}
footer{
  padding: 70px 0px 0px;
  background: #f7f7f7;
}
.copyright{
  border-top:1px solid #c6c6c6;
  padding: 15px 0px;
  margin-top: 30px;
}
.copyright p{
  font-size: 12px;
  margin-bottom: 0px;
}
.copyright a{
  font-size: 12px;
  color: #323232;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.copyright a:after{
  content:'';
  position: absolute;
  width: 7px;
  height: 2px;
  top:8px;
  right: 0px;
  background: #323232;
}
.copyright a:last-child:after{
  display: none;
  
}
.copyright a:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
footer ul li{margin-right: 5px;}
footer ul li:last-child{margin-right: 0px;}


.thanku{
  height: 100vh;
  display: flex;
  align-items: center;;
  justify-content: center;
}
.builed-today{
  padding: 60px 0px;
}
.builed-today-right{
  
}
.builed-today ul{

}
.builed-today ul h3{
  color: #eb1f24;
  font-size: 18px;
  margin-bottom: 5px;
}
.builed-today .builed-today-left ul li{margin-bottom: 25px;}
.builed-today .builed-today-left ul li:last-child{
  margin-bottom: 0px;
}
.bg-color{
  background: #fff4f4;
  padding: 30px;
  border: 1px solid #eb1f24;
  box-shadow: 5px 5px 0px #eb1f24;
}
.builed-today-right input:focus{
  outline-color: #eb1f24;
  border:1px solid #eb1f24;
}
.builed-today-right input[type="submit"]{
  background: #eb1f24;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  border: 1px solid #eb1f24;
  display: table;
  margin:0 auto;
  transition: 0.5s;
}
.builed-today-right input[type="submit"]:hover{
    background: #ffffff;
    color: #eb1f24;
    box-shadow: 5px 5px 15px #eb1f243b;
    border-radius: 35px;
}
.condition-link a{
  color: #000000;
  padding: 7px 15px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 5px;
  border:1px solid #dddddd;
}
.condition-link a:hover{
  color: #eb1f24;
}
ul#iti-0__country-listbox{
  min-width: 300px;
  white-space: normal;
}
.iti__country.iti__highlight, .builed-today ul li{
  margin-bottom: 0px;
}
@media only screen and (max-width: 1920px){}
@media only screen and (max-width: 1366px){}
@media only screen and (max-width: 1024px){}
@media only screen and (max-width: 991px){
  .what ul li:nth-of-type(1), .what ul li:nth-of-type(2), .what ul li:nth-of-type(3), .what ul li:nth-of-type(4){
    position: relative;
    top:0px;
  }
  .round-image::before{
    width: 100%;
    margin: 0 auto;
    right: 0px;
  }
  .round-image::after{
    width: 100%;
    margin: 0 auto;
    right: 0px;
  }
  h1, h1 span{
    font-size: 40px;
  }
  h2{
    font-size: 30px;
  }
  .customer-satisfation .section h3{font-size: 30px;}
  .what{overflow: hidden;}
  .round-image{width: 60%; margin:0 auto;}
  .builed-today h2 br{display: none;}
}
@media only screen and (max-width: 767px){
  .customer-satisfation .col-lg-4:after{
    display: none;
  }
  .customer-satisfation .section{
    padding: 25px 30px;
  }
  .customer-satisfation .section h3{
    margin-bottom: 10;
  }
  
  .what ul li:nth-of-type(2), .what ul li:nth-of-type(4){
    right: 0px;
  }
  .what ul li:nth-of-type(3), .what ul li:nth-of-type(3){
    left: 0px;
  }
  .what ul li{margin-bottom: 15px;}
  .provived .section{margin:15px 15px; min-height: 100%; width: 80%; margin:0 auto;}
  .provived{padding-top: 0px;}
  .module .owl-nav{
    width: 100%;
  }
  .module .owl-nav, .provived .owl-nav{width: 20%;
margin: 0 auto;
left: 0px;
right: 0px; top:inherit; display: flex;}
.module .owl-prev, .module .owl-next, .provived .owl-prev, .provived .owl-next{width: 59px; height: 57px; background-size: 76% auto;}
.provived .owl-nav{display: flex;}
/*.round-image::before, .round-image::after{display: none;}*/
.module{padding-bottom: 70px;}
}
@media only screen and (max-width: 575px){
  .round-image{width: 70%; margin:0 auto;}
  .signup{font-size: 14px; padding: 6px 20px; font-weight: 400;}
  .module .owl-prev, .module .owl-next, .provived .owl-prev, .provived .owl-next{
    height: 50px;
  }
}
@media only screen and (max-width: 480px){
  .round-image{width: 85%; margin:0 auto;}
  .what ul li:nth-of-type(1), .what ul li:nth-of-type(3){left:0px;}
  .what ul li:nth-of-type(2), .what ul li:nth-of-type(4){right:0px;}
  .what ul li h4{font-size: 18px;}
  h1, h1 span{font-size: 30px;}
  h2{font-size: 24px;}
  .provived .section h3{font-size: 20px;}
  .module .owl-prev, .module .owl-next, .provived .owl-prev, .provived .owl-next{height: 40px;}
}