*{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    text-decoration: none !important;
    /* list-style: none !important; */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */

}

:root{
    --orange : #F15A3E;
    --yellow : #F89525;
    --red: #AF152D;
    --teal: #0F8FA6;
    --logo-color : #213343;
}
body{ font-family: 'SF Pro', Arial, sans-serif;}
.col-1{width: 8.33%;}   
.col-2{width: 16.66%;}   
.col-3{width: 25%;}   
.col-4{width: 33.33%;}   
.col-5{width: 41.66%;}   
.col-6{width: 50%;}   
.col-7{width: 58.33%;}   
.col-8{width: 66.66%;}   
.col-9{width: 75%;}   
.col-10{width: 83.33%;}   
.col-11{width: 91.66%;}   
.col-12{width: 100%;}   
.own-container{
    max-width: 1320px;
    margin: 0px auto;
    padding: 0px 12px;
}
.text-red{color: red;}
.teal{color: var(--teal);}
.yellow{color: var(--yellow);}
.orange{color: var(--orange);}
.red{color: var(--red);}
.rating i{color: #ffbb00;}
/* CUSTOM CLASS */
.sf-font{font-family: 'SF Pro Display';}
.outfit-font{font-family: "Outfit", sans-serif;}
.br-30{border-radius: 30px;}
/* WIDTH CLASS */
.w-150{width: 200px;}
.w-60{width: 68%;}
.w-300{width: 450px;}
.h-300{height: 310px ;}
.h-310{height: 310px !important;}
/* COLOR */
.logo-color{color: var(--logo-color);}
.grey{color: grey;}
.bg-light-theme{background-color: #faf1f1;}
.bg-dark-theme{background-color: #213343;}
/* PADDING CLASS */
.header-p{padding: 20px 0px;}
.p-10{padding: 26px ;}
.p-25{padding: 25px ;}
.p-40{padding: 40px 0px 80px 0px;}
.p-30{padding: 30px 0px;}
.p-128{padding: 128px 0px 30px 0px ; }
.p-15{padding: 15px 0px;}
.p-20{padding: 20px 0px;}
.p-16{padding: 16px 0px;}
.p-50{padding: 60px 0px;}
.pall-30{padding: 50px;}
.pall-70{padding: 70px;}
.pt-8{padding-top:8px ;}
.pt-30{padding-top:30px ;}
.pb-60{padding-bottom:60px ;}
.pb-90{padding-bottom:90px ;}
.pb-30{padding-bottom: 30px ;}
.footer-brand{
    margin-bottom: 1.5rem !important;
    padding: 0px 23px;
}
.testi-mar{    margin: 25px 0px 5px !important;}
/* OWN CSS */
.loader{
    display: none;
    width: 100%;
    height: 100vh;
    /* background-color: #121212; */
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999; 
}
.spinner {
    position:absolute;
    transform:translate(-50%,-50%);
    top:50%;
    left:50%;
    width: 120px;
    height: 80px;
    text-align: center;
    font-size: 30px;
}
  
.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 8px;
    display: inline-block;
    animation: meregang 1.2s infinite ease-in-out;
}
  .spinner2{
    position:absolute;
    transform:translate(-50%,-50%);
    top:50%;
    left:50%;
    width: 300px;
    height: auto;
  }
  .spinner2>.logo-loader{
    width: 40px !important;
    animation: spinning 2s infinite linear;}
  @keyframes spinning {
    0%{transform: rotateY(0deg);}
    25%{transform: rotateY(90deg);}
    50%{transform: rotateY(180deg);}
    75%{transform: rotateY(270deg);}
    100%{transform: rotateY(360deg);}
  }
.spinner .react2 {animation-delay: -1.1s;}
.spinner .react3 {animation-delay: -1s;}  
.spinner .react4 {animation-delay: -0.9s;}
.spinner .react5 {animation-delay: -0.8s;}
  @keyframes meregang {
    0%,
    40%,
    100% {transform: scaleY(0.4);}
    20% {
      background-color: #F15A3E;
      transform: scaleY(1);
    }
  }
  
.font-p1{font-size: 13px;}
.font-p2{
    font-size: 12px;
    font-family: 500;
}
.font-p{
    font-weight: 400;
    font-size : 16px ;}

/* HEADER CSS */
.icon{display: none;}
.icon i{font-size: 26px;}
.logo{width: 200px;}
.certified{width: 180px;}
.menu li{list-style: none;}
.menu li a{font-size: 14px;}

.heading{font-size: 24px;}
.fs-20{font-size: 20px;}
.fs-23{font-size: 23px;}
.fs-32{font-size: 32px;}
.sub-heading{font-size: 24px;}


.menu>li>a{cursor: pointer;}
/* BANNER */

.banner{
    height: 500px;
    border-radius: 45px;
    background-image: url("../images/landing.webp");
    background-size: cover;
    background-position: center;
}
.banner-content{padding: 60px 100px;}
.banner-content h3{font-size: 20px;}
.banner-content h1{font-size: 60px;}

.header-section{
    position: fixed;
    transition: all 0.4s linear;
    width: 100%;
    z-index: 1111111;
    background-color: white;}
.common-heading::after{
    position: absolute;
    content:  "";
    bottom: -30px;
    left: 35%;
    width:50px;
    height: 3px;
    transition: all 0.3s linear;
    background-color: #F15A3E;
}
.main-card{
    border-radius: 25px;
    padding: 40px;
    background-color: #f2f2f2;
}
.card-img img{border-radius: 25px;}
.more-text{
    color: #F15A3E;
    font-style: italic;}
.more-text2{color: #F15A3E;}
.bg-gry{background-color: #f2f2f2;}
.work-card{border-radius: 23px;}


/* TESTIMONIALS */
.testi{
    margin: auto;
    height: 350px;
    padding:0px 180px;
    /* width: 800px; */
}
.testi-1{
    background-color: #faf1f1;
    border-radius: 30px;
    padding:30px 80px 30px 30px;
}
.client-img{
    margin-left: auto;
    overflow: hidden;
    width: 170px;
    height:170px;
    border-radius: 50%;
}
.client-img img{
    object-fit: contain;
}
.contact-us{
    background-image: url('../images/contact.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-here{
    padding: 15px 40px;
    background-color: #f2f2f2;}
.contact-here input{
    width: 100%;
    background: transparent;
    padding: 22px 0px;
    color: grey;
    border: none;
    font-family: 'SF Pro', Arial, sans-serif !important;
    border-bottom:1px solid gray;
    outline: none;
}
.contact-here textarea{
    width: 100%;
    background: transparent;
    color: grey;
    padding: 22px 0px;
    font-weight: 400 !important;
    border: none;
    font-family: 'SF Pro', Arial, sans-serif;
    border-bottom:1px solid gray;
    outline: none;
}
textarea::placeholder{
    color: grey;
}       
.slick-prev, .slick-next{z-index: 11111 !important;}
/* .footer-brand{margin-bottom: 20px ;} */
.work-content{padding: 0px  85px;}
.semi-heading{font-size: 20px;}
.card-content h3{font-size: 24px ;}

.send-btn button{
    padding: 10px 25px;
    background-color: var(--orange);
    border: none;
    border-radius: 10px;
    height: 44px;
    /* font-weight: 600 !important; */
    color: white;
}

.social-menu ul li{
    list-style: none;
    margin-right: 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    /* line-height: 60px; */
    transition: .3s;
    color: white;
}
.social-menu ul li .fab{
    font-size: 30px;
    /* line-height: 60px; */
    transition: .3s;
    color: white;
}
.social-menu ul li .fab1{
font-size: 23px;
color: white;
}
body #rc-anchor-container {border-radius: 12px !important;}

input::placeholder {
    color: grey;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
  }
textarea::placeholder {
    color: grey;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
  }


  .hide-website{visibility: hidden !important;}
  .showw-website{visibility: visible !important;}
  /* .client-content{padding: 0px 20px;} */


  .ui.message2 {
    box-shadow: none !important;
    color: #2c2c2c !important;
  }
  .ui.positive.message2 {
    background-color: #e0efcb;
  }
  .close {
    color: rgba(44, 44, 44, 0.4);
  }
  .close:hover {
    color: rgba(44, 44, 44, 0.6);
  }
  .fa-check-circle {
    font-size: 14px;
    position: relative;
    bottom: 1px;
    margin-right: 4px;
    opacity: 0.75;
  }
  /* Ignore this, this is just to make CodePen look nice :) */
  .msgs {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 800px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 128px;
  }
  .msg-container {
    position: relative;
    height: 200px;
  }

.custom-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  z-index: 1111111;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.fraud-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 111111111;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.fraud-modal>.modal-content2{
  height: auto;
  overflow: auto;
}
.custom-modal>.modal-content2{
  height: auto;
  width: 500px;
  overflow: auto;
}
.disclaimer-modal>.modal-content2{
  height: 500px;
  overflow: auto;
} 
.privacy-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 111111111;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.disclaimer-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 111111111;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /* padding: 2rem 2.5rem; */
  /* width: 30rem; */
  height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
  border-radius: 30px;
}
.modal-content2::-webkit-scrollbar {display: none !important; }
.privacy-data{padding: 2rem 2.5rem;}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
.close-button1 {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
.close-button2 {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
.modal-headings {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  /* margin-bottom: 20px; */
}

.close-button3 {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
/* .close-button:hover {
  background-color: #f2f2f2;
} */
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.privacy{
  padding: 0px 23px;
  margin-bottom: 1.5rem !important;
}
.privacy h3{
  cursor: pointer;
}
input:focus{background-color: transparent !important;}
input::placeholder{font-family: 'SF Pro Display' !important;}
textarea::placeholder{font-family: 'SF Pro Display' !important;}

/* SCROLLBAR  */
.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 34vh;
  visibility: hidden;
  
}

/* Scroll Down Icon */
.scroll-icon {
/* 	position: fixed; */
/* 	top: 80vh; */
/* 	right: 5%; */
	z-index: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: black;
	background-color: transparent;
}

.mouse-icon {
	width: 25px;
	height: 40px;
	margin: 5px auto 0;
	border: 2px solid black;
	border-radius: 80px;
}

.mouse-icon_wheel {
  width: 8px;
	height:	12px;
	margin: 8px auto 0;
	background-color:	black;
	border-radius: 8px;
	animation: scroller 5s ease-out infinite;
}

@keyframes scroller {
	0% {
		opacity: 0;
		transform: translateY(0);
	}

	10% {
		opacity: 1;
	}

	80% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(15px);
	}
}
.modal-headings img{
  width: 50px;
  /* transform: rotate(90deg); */
}
.disclaimer-scroll img{
  visibility: hidden;
  opacity: 0;
}
.hello{
  overflow-y: scroll !important;
}