/*=================================================================
	Basic Setup css
==================================================================*/


html {
    font-size: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
	font-family: "Inter", serif;
	font-size: 1.2rem;
	color: #222222;
	font-weight: normal;
	overflow-x: hidden;
	line-height: 20px;
}

/*scroll up*/
.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  right: 2rem;
  bottom: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-bg {
  fill: #f25b23;
}
.scrolltop-wrap #scrolltop-arrow {
  fill: white;
}
.scrolltop-wrap a:hover #scrolltop-bg {
  fill: #a93911;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
  fill: white;
}
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap {
    clip: rect(0, 3rem, auto, 0);
  }
}
.scrolltop-wrap a {
  position: fixed;
/*  position: sticky;*/
  top: -4rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: -5rem;
  right: 9px;
  transform: translateY(100vh);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
}
.scrolltop-wrap a svg {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.scrolltop-wrap a svg path {
  transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
  transform: scale(0.66);
  transform-origin: center;
}
@media print {
  .scrolltop-wrap {
    display: none !important;
  }
}
/*scroll up end*/



.dropdown-toggle::after {
    margin-left: 0;
    border-top: 0;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    display: none;
}

.dropdown-toggle img {
   width: 20px;
}





.modal {
  overflow-x: hidden  !important;
  overflow-y: auto  !important;
}



a,
a:active,
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	/*background:transparent;*/
	outline:none;
	color:inherit;
}

/*a:hover{
	color: #663fb5 !important;
}*/

.btn:focus {
    box-shadow: none;
}

button:focus{
	outline:none;
}

li{
	/*list-style:none;*/
}

article,
figure,
footer,
header,
nav,
section{
	display:block
}

select:focus {
    outline-offset:0;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

.navbar-toggler:focus {
    box-shadow: none;
}





a:focus, a:hover {
    	text-decoration:none !important;
	}


.navbar {
    /*position: relative;*/
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
}

.navbar-toggle {
  /*border: 2px solid #FFFFFF;*/
  color: #ffffff;
  background: #022442;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.header-body {
  height: calc(100vh - 80px);
}

#form .input-group input[class="form-control"] {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 17px;
  color:#222;
  padding:7px 12px;
  border-right-width:0;
}

#form .input-group select[class="form-control"] {
  border-radius:50px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  font-size:17px;
  width:100px;
  color:#222;
  border-left-width:0;
}

.form-control:focus {
    border:1px solid #ccc !important;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 86, 33, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 2px rgba(0, 0, 0, .6) !important;
}

.form-group1 .form-control:focus {
    border:none!important;
    outline:0;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    border-bottom:1px solid brown !important;
}


	


::-webkit-scrollbar{
	height: 7px;
	width: 7px;
}
::-webkit-scrollbar-track{
	border-radius: 50px;
	/*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.1);*/
}
::-webkit-scrollbar-thumb{
	border-radius: 1px;
	background-color: #a7a7a7;
}






/*hover on dropdown and drop*/
.dropdown:hover .__d-menu {
    display: block;    
}
/*hover on dropdown and drop end*/

/*navbar css*/
.__navbar{
  /*border-bottom: 1px solid #00000026;*/
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.__navlink{
  font-weight: 500;
    font-size: 16px;
    line-height: 19px;

    color: #000000 !important;
    position: relative;
}

.__navlink:hover:after {
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    background-color: #0093DD;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.__logoimg {
  width: 200px;;
}

.__navlinkbtn{
  background: #F15A24;
font-size: 18px;
border: 1px solid #F15A24;
color: #ffffff !important;
border-radius: 58px;
line-height: 1.56 !important;
padding: 5px 25px !important;
 margin-left: 16px;
 text-align: center;
 position: relative;
}











/* ===== CUSTOM TOGGLE ===== */
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #333;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler .icon-bar:nth-of-type(2) { 
    top: -1px; 
}
.navbar-toggler .icon-bar:nth-of-type(3) { 
    top: 0px; 
}
.navbar-toggler ..icon-bar:nth-of-type(4) { 
    top: 1px; 
}
.navbar-toggler .icon-bar { 
    position: relative; 
    transition: all 300ms ease-in-out;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(2) { 
    top: 6px; 
    transform: rotate(45deg); 
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(3) {
 background-color: transparent; 
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(4) { 
    top: -6px; 
    transform: rotate(-45deg); 
}
/* ===== END OF CUSTOM TOGGLE ===== */



.__loflx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}



.carousel-inner .carousel-item > .__solslid {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.__solslid{
    background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 30px 0;
  height:40rem;
}


.__captiowid{
    position: absolute;
    animation: moveInBottom 1.5s ease-in-out .75s;
    -webkit-animation: moveInBottom 1.5s ease-in-out .75s;
    animation-fill-mode: backwards;
    top: 13rem;
    left: 0;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

@keyframes moveInBottom{
  0%{
    opacity: 0;
    transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -o-transform: translateY(3rem);
  }

  100%{
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}

.__recap{
  font-size: 65px;
    font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.__recap span{
    display: block;
}

.__recap-sub{
    font-size: 22.32px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffffc7;
}

.__recap-sub span{
    display: block;
}

.__rgbtn{
    font-size: 18px;
    border-color: #F15A24;
    background-color: #F15A24;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: none !important;
    transition: all 0.4s ease-in;
    margin-top: 1rem;
}

.__rgbtn:hover, .__letjnbtn:hover, .__navlinkbtn:hover, .__needbtn:hover{
    background-color: #a93911;
}


.__howbg, .__howbgw{
    padding: 2rem 0 4rem;
}

.__howbgw{
    height: 67rem;
}

.__hsup, .__hsup1, .__hsup2{
    font-size: 20px;
    font-weight: 400;
    border-radius: 50px;
    padding: 5px 12px;
}

.__hsup{
    color: #FFFFFF;
    background: #ffd2c252;
}

.__hsup1{
    color: #707070;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
}

.__hsup2{
    color: #FFFFFF;
    background: #ffd2c252;
}

.__howsp, .__howsp1{
    font-size: 47.77px;
    line-height: 1.2;
    font-weight: 400;
}

..__howsp1{
    margin-top: 2rem;
}

.__howsp{
    color: #FFFFFF;
}

.__howsp1{
    color: #000000;
}

.__howsp1-sub, .__howsp-lj, .__howsp-lj1{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    
}

.__howsp1-sub{
    color: #707070;
    margin-top: 1.5rem;
}

.__howsp-lj{
    margin-top: -7px;
}

.__howsp-lj, .__howsp-lj1{
    color: #ffffff;
}

.__howsp-lj1{
    text-align: center;
    margin-top: 1.5rem;
}



.__hwimg{
    margin-top: 3rem;
    width: 90px;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
}

.__howco{
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 2rem;
}

.__howco-sub{
    font-size: 18px;
    font-weight: 500;
    color: #ffffffc7;
    line-height: 25px;
    width: 80%;
    margin: 2rem auto 0;
}

.__hlin{
    width: 55%;
    background: #ffffff;
    z-index: 0;
    position: absolute;
    left: 22.5%;
    margin-top: 6rem;
    border: 1px dashed #DBDBDB;
}

.__habt{
    font-size: 19px;
    font-weight: 500;
    color: #707070;
    line-height: 1.4;
/*    margin-top:3rem;*/
}

.__letjnbtn{
    font-size: 18px;
    color: #FFFFFF !important;
    background: #F15A24;
    border-radius: 50px;
    line-height: 1.4;
    transition: all 0.4s ease-in;
    margin-top: 20px;
}

.__whyflx{
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}

.__premp{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.__premp span{
    display: block;
    font-size: 15px;
    color: #707070;
    line-height: 1.2;
    margin-top: 4px;
}

.__whimg{
    width: 80px;
    margin-right: 10px;
}

.__noexpg{
    background: #F15A24;
    border-radius: 45px;
    padding: 2rem 10rem 5rem;
    margin-top: 2rem;
}

.__posform, .__posforms{
    border: 1px solid #E6E6E6;
    background: transparent;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
}

.__posform{
    height: 50px;
}

.__posforms{
    padding: 20px;
}

.__posform::placeholder, .__posforms::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.__posform::-ms-input-placeholder, .__posforms::-ms-input-placeholder { /* Edge 12-18 */
  color: #ffffff;
}

.__expcad{
    margin-top: -27rem;
}

.__wecont{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2rem;
}

.__chekinp{
    float: inherit !important;
}

.__chek{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
}

.__subbtn{
    color: #FFFFFF !important;
    font-size: 18px;
    background: #000000;
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 3rem;
}

.__cont{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-top: 4rem;
}


.__nedcard{
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 25px;
    padding: 30px;
    margin-top: 20px;
}

.__nedp{
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    line-height: 1.3;
}

.__needbtn{
    color: #FFFFFF !important;
    font-size: 18px;
    background: #F15A24;
    border-radius: 50px;
    padding: 5px 20px;
}

.__conthad{
    background: #F5F5F5;
}

.__contlb{
    font-size: 13px;
    font-weight: 500;
    color: #707070;
    margin-left: 25px;
}

.__continp, .__contat{
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #F3F3F3;
    border-radius: 10px;
    background: #FFFFFF;
}

.__continp{
    height: 60px;
}

.sender-subs-embed-form-b4x9Mn .sender-form-box{
    width: 100% !important;
}

.sender-subs-embed-form-b4x9Mn .sender-form-inputs {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.sender-subs-embed-form-b4x9Mn .box-padding {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 12px;
    padding-bottom: 6px;
}

/*whatapp css*/
.__fxtcont {
  width: 50px;
  position: fixed;
  bottom: 70px;
  right: 35px;
  z-index: 99;
  margin-top: -30px;
}
/*whatapp css end*/








/*=================================================================
footer
==================================================================*/

.__foter{
    margin-top: 5rem;
    background: #F5F5F5;
 }

 .__fotflx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
 }

 .__fotcop{
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
 }






 


/*footer end




