:root {
    --primary: #0E1326;
    --secondary: #DDBD66;
	--line: #F3D687;
	--white: #ffffff;
	--light-gray: #ACADAE;
	--gray: #333;
	--success: #00A827;
	--info: #36b9cc;
	--warning: #f6c23e;
	--danger: #EA0000;
	--light: #f8f9fc;
    --black: #0E1326;
	--dark: #000000;
	--border: #E2E2E2;
	--text: #3A3A3A;
	--bg-color: #F7F6F9;
	
}
* {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
body{
	font-family: "Noto Sans", sans-serif;
}
p {
	font-size: 25px;
	color: var(--text);
	font-weight: 300;
  }
h3 {
	font-size: 64px;
	font-weight: bold;
	color: var(--black);
}
h4{
	font-size: 68px;
	font-weight: bold;
	color: var(--black);
	text-transform: uppercase;
}
h6 {
	font-size: 26px;
}
.header{
	background: #fff;
}
.navbar .btn-primary{
	background: #101326 !important;
	border-color: #101326 !important;
}
.navbar .btn-primary:hover{
	background: #debe66 !important;
	border-color:#debe66 !important;
}
.header .navbar img {
	max-width: 278px;
  }
.header .navbar-light .navbar-nav .nav-link {
	font-size: 17px;
	color:#333;
	padding:
  5px 37px;
	font-weight: 500;
}
.header .navbar-light .navbar-nav .nav-link.active {
	color: var(--secondary) !important;
	border-bottom: 2px solid var(--secondary);
	font-weight: 700;
}
.header .navbar-light .navbar-nav .nav-link:hover {
	color: var(--secondary) !important;
	border-bottom: 1px solid var(--secondary);
  }
.header .navbar-expand-lg .navbar-nav {
	gap: 0px;
}
.btn-primary {
	color: var(--white);
	background-color: var(--secondary);
	border-color: var(--secondary);
	padding:
	11px 21px;
	  border-radius:
	3px;
	  border:
	none;
	  font-weight: 600;
	  font-size: 15px;
}
.btn-primary span{
	font-size: 18px;
}
.btn-secondary {
	color: #fff;
	background-color: var(--primary);
	padding: 14px 23px;
	border:1px solid var(--primary);
	border-radius:3px;
	transition: all 0.3s ease;
}
.btn-secondary:hover {
	color: var(--primary);
	background-color: var(--white);
	border:1px solid var(--primary);
	transition: background-color 0.3s ease, transform 0.3s ease
}
.btn-secondary span{
	transition: all 0.3s ease-in-out;
}
.btn-secondary:hover  span{
	transform: rotate(44deg);
	transition: all 0.3s ease-in-out;
}
.btn-border-white{
	color: var(--white);
	border: 1px solid var(--white);
	padding: 10px 19px;
	border-radius: 3px;
	background: #FFF0;
	transition: all 0.3s ease;
	font-size: 15px;
  font-weight: 600;
}
.btn-border-white:hover {
	color: var(--secondary);
	background:var(--primary);
	border: 1px solid var(--secondary);
	transition: background-color 0.3s ease, transform 0.3s ease;
  }
.btn-border {
	color: #000;
	border: 1px solid var(--primary);
	padding: 10px 19px;
	border-radius: 3px;
	background: #f7f6f9;
	transition: all 0.3s ease;
	font-size: 15px;
	font-weight: 600;
  }
  .btn-border:hover {
	color: var(--white);
	background:var(--primary);
	transition: background-color 0.3s ease, transform 0.3s ease
  }
  .btn-border-white span,
  .btn-border span{
	transition: all 0.3s ease-in-out;
	font-size: 20px;
}
.btn-border-white:hover span,
  .btn-border:hover  span{
	transform: rotate(44deg);
	transition: all 0.3s ease-in-out;
	color: var(--white) !important;
}
.btn-border-white:hover span{
	color: var(--secondary) !important;
}
.btn-primary:hover {
	color: var(--white);
	background-color: #9D7E2C;
  }


  .btn-tertiary {
	color: var(--white);
	border: 1px solid var(--primary);
	padding: 10px 19px;
	border-radius: 3px;
	background: var(--primary);
	transition: all 0.3s ease;
	font-size: 15px;
	font-weight: 600;
  }
  .btn-tertiary:hover {
	color: var(--primary);
	background:var(--white);
	transition: background-color 0.3s ease, transform 0.3s ease
  }
  .btn-tertiary span{
	transition: all 0.3s ease-in-out;
	font-size: 20px;
}
.btn-tertiary:hover  span{
	transform: rotate(44deg);
	transition: all 0.3s ease-in-out;
	color: var(--primary) !important;
}


.navbar-nav {
	align-items: center;
}
.banner{
	background-image: url(../img/banner.jpg);
	height: calc(100vh - 115px);
	overflow:hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner h1{
	color: var(--white);
	font-size: 80px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #00000052;
}
.banner p{
	font-size: 27px;
	color: var(--white);
	text-shadow: 1px 1px 2px #00000052;
}
.banner .container-fluid.cus-fluid {
	padding: 70px 74px 0px 74px;
}
.container-fluid.custom-fluid {
	padding: 65px 70px 65px 70px;
  }
.banner-shape {
	bottom: 2px;
	position: absolute;
	left: 150px;
}
.video-card {
	background:#3d4f61;
	  border-radius:16px;
	  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
	  max-width: 302px;
	  margin-top: 16px;
	}

  .video-wrapper {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
  }
  video {
	width: 100%;
	display: block;
  }
  .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s;
  }
  .play-button::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid #2c3e50;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
  }
  .play-button:hover {
	background-color: var(--white);
  }
  .brd-l {
	border-left:2px solid var(--border);
	padding-left: 30px;
  }
  hr{
	background-color: var(--border) !important;
  }
  .wp-cound {
	font-size: 90px;
	color: var(--secondary);
}
p.hm-text{
	font-size: 23px;
	color: var(--text);
	font-weight: 300;
}
.hm-about .brd-l h6 {
	font-size: 28px;
  }
.hm-about .hm-text {
	padding:0px 135px;
}
.cound-service p {
	font-size: 21px;
	font-weight: 500;
}
.wp-cound h6{
	font-size: 75px !important;
  font-weight: 700;
}

.wp-cound span{
	font-size: 38px;
  color: #CBCBCB;
  font-weight: 600;
  margin-left: 10px;
}
.wp-cound p{
	color: var(--black);
  font-size: 30px;
  margin-left: 14px;
}
.leaders,.popular,.hm-about {
	background: #F7F6F9;
	position: relative;
  }
.popular{
	padding-bottom: 100px;
}


  .hm-about::after {
	content: "";
	position: absolute;
	background-image: url(../img/about-shape.png);
	height: 450px;
	width: 931px;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0px;
}

.sub-head {
	color: var(--secondary);
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
}
  .services .accordion .accordion-button::after{
	display: none;
}
  .services .accordion-button{
	font-size: 37px;
  font-weight: 700;
  border-bottom:none;
  padding:24px 33px;
}
.services .accordion-item{
	border-bottom:none;
	border-left: 2px solid var(--border);
	margin-bottom: 26px;
}
.services .accordion-button:not(.collapsed) {
	background-color: var(--white);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
	color: var(--black)
}
.services .accordion-body {
	padding:24px 33px;
  }
.services ul li{
	list-style:none;
	  padding:0;
	  font-size: 24px;
	  color: var(--text);
	  font-weight: 300;
	  margin-bottom: 16px;
}
.services::after{
	content: "";
	position: absolute;
	background-image: url(../img/services-bg.png);
	height: 450px;
	width: 931px;
	background-repeat: no-repeat;
	top: 265px;
	left: 0px;
	z-index: -1;
}
.popular .popular-container{
	margin-left: 73px;
}
.popular .multiple-items-2.sz-slider {
	background: #fff0 !important;
}
.popular .multiple-items-2-layer {
	background:#fff;
	border-radius:12px;
	width: 95% !important;
	padding:25px;
}
.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-next,
.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	margin:inherit;
}
.popular .carousel-control-prev {
	left: inherit;
}

.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	margin:inherit;
	right: 164px !important;
	border-radius:5px;
	width: 70px;
	height: 54px;
	background:var(--white);
	border:1px solid var(--primary);
	color: var(--primary);
  }

.popular .multiple-items-2-btn.sz-slider .carousel-control-btn{
	width: 70px;
	height: 54px;	
	border-radius:5px;
	background:var(--white);
	border:1px solid var(--primary);
	color: var(--primary);
}
.stories .carousel-control-next:hover,
.stories .carousel-control-prev:hover,
.popular .multiple-items-2-btn.sz-slider .carousel-control-btn:hover,
.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev:hover{
	background:var(--primary) !important;
	border:1px solid var(--primary) !important;
	color: var(--white) !important;
}
  .popular .multiple-items-2-btn.sz-slider .carousel-control-btn {
	top: inherit;
	left: inherit;
	right: 80px !important;
	bottom: -85px !important;
  }
.popular .sz-slider {
	overflow:inherit !important;
}
.carousel-data {
	border-top: 1px solid var(--border);
	margin-top: 30px !important;
	padding-top: 19px !important;
} 
.popular .carousel-data a h6{
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 14px;
}
.popular .carousel-data span {
	color: #333;
	font-size: 20px;
	font-weight: 300;
}
.popular::before{
	content: "";
	position: absolute;
	background-image: url(../img/about-shape.png);
	height: 817px;
	width: 1306px;
	background-repeat: no-repeat;
	bottom: 0;
	z-index: 0;
	right: 0px;
}
.img-fluid.team-img {
	width: 94%;
  }
.hm-team h5{
	font-size: 64px;
  font-weight: bold;
  color: var(--black);
}
.hm-team h6{
	font-size: 24px;
	font-weight: 600;
}
.hm-team .team-r span{
	font-size: 20px;
	color: var(--black);
	font-weight: 300;
}
.hm-team .carousels {
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	height: 100%;
}
.hm-team .team-fluid{
	padding: 65px 0px 65px 74px;
}
.hm-team .team-r{
	padding-right: 74px;
}
.hm-team .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	margin:
  inherit;
	right: 164px !important;
	border-radius:5px;
	width: 70px;
	height: 54px;
	background:#fff;
	border: 1px solid var(--primary);
	color: var(--primary);
}
.hm-team .multiple-items-2-btn.sz-slider .carousel-control-btn {
	width: 70px;
	height: 54px;
	border-radius:5px;
	background: var(--primary);
	border: 1px solid var(--primary);
	color: var(--white);
}
.hm-team .multiple-items-2-btn.sz-slider .carousel-control-btn {
	top: inherit;
	left: inherit;
	right: 80px !important;
	bottom: -85px !important;
  }
  .hm-team::before{
	content: "";
	position: absolute;
	background-image: url(../img/teams-bg.png);
	height: 466px;
	width: 1056px;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0px;
}
.leaders .carousel-control-prev,
.leaders .carousel-control-next{
	display: none;
}
.leaders .multiple-items-2-layer > img {
	border-radius:12px;
  border:1px solid var(--border);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 225px !important;
  object-fit: revert;
}
.leaders .shadow-r::after{
	content: "";
	position: absolute;
	height: 251px;
	width: 250px;
	top: 0px;
	right: 0;
	background:#ffffff;
	background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.leaders .shadow-l::before{
	content: "";
	position: absolute;
	height: 251px;
  width: 250px;
  top: 0px;
  left: 0;
	left: 0;
	background:#ffffff;
	background: #ffffff;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 9;
}
.leaders::before {
	content: "";
	position: absolute;
	background-image: url(../img/leaders.png);
	background-repeat: no-repeat;
	height: 364px;
	width: 936px;
	background-repeat: no-repeat;
	top: 1px;
	left: -64px;
}

.stories .cards{
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	border-radius:16px;
	padding: 35px;
	height: 100%;
}
.stories .carousel, .stories .carousel-inner,.stories .carousel-item {
	height: 450px !important;
}

.stories .cards.w-card{
	background: var(--white);
}
.stories .cards.view-card{
	background: var(--primary);
}
.stories .cards .w-shape {
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}
.stories .w-card .w-shape {
	background-image: url(../img/storie-shape-a.png);
}
.stories .view-card .w-shape {
	background-image: url(../img/storie-shape-b.png);
}
.stories .w-card p{
    line-height: 30px;
	border-left:3px solid var(--secondary);
    padding-left: 29px;
}
.stories .view-card p{
    line-height: 30px;
	border-left:3px solid var(--white);
    padding-left: 29px;
	color: var(--white);
}
.stories .cards .pr-storie img{
	border-radius:50%;
	  height: 70px;
	  width: 70px;
	  object-fit: cover;
}
.stories .cards .pr-storie h6{
	font-size: 24px;
  font-weight: bold;
}
.stories .view-card .pr-storie h6{
	color: var(--white);
}
.stories .cards .pr-storie span{
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
.stories .view-card .pr-storie span{
color: var(--white);
}
.stories .cards .pr-storie{
margin-top: 45px;
}
.stories .carousel.sz-slider::before{
	content: "";
	position: absolute;
	height: 100%;
    width: 545px;
	top: 0px;
	left: 0;
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 9;
}
.stories .carousel.sz-slider::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 545px;
	top: 0px;
	right: -12px;
	background:#ffffff;
	background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.stories::after {
	content: "";
	position: absolute;
	background-image: url(../img/bg-shape.png);
	height: 100%;
	width: 1084px;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	z-index: -1;
}

.stories .carousel-control-prev {
	margin:inherit!important;
	right: 164px !important;
	border-radius:5px !important;
	width: 70px!important;
	height: 54px!important;
	background:#fff!important;
	border:1px solid var(--primary) !important;
	color: var(--primary) !important;
  }

  .stories .carousel-control-next{
	margin:inherit!important;
	width: 70px !important;
	height: 54px !important;
	border-radius:5px !important;
	background:#fff!important;
	border:1px solid var(--primary) !important;
	color: var(--primary) !important;
	right: 80px !important;
}
.stories .sz-slider {
	overflow:inherit !important;
  }
.stories .multiple-items-2-btn.sz-slider .carousel-control-btn {
	top: inherit;
	left: inherit;
	right: 0;
	bottom: -70px;
}
.stories .carousel-section {
	padding: 33px 0px 150px 0px;
}
.choose {
	background: var(--primary);
	color: var(--white);
	padding: 35px 0px 0px 0px;
  }
.choose .sub-head,
.choose h4,
.choose p{
	color: var(--white) !important;
}
.choose .sub-head{
	font-weight: 500;
}
.choose .qualitys {
	border-left:1px solid #fff;
	padding-left: 30px;
	margin-top: 70px;
	padding-right: 100px;
}
.choose .qualitys img{
	height: 134px;
	width: 134px;
	margin-bottom: 27px;
}
.choose .qualitys h5{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
  }
.choose .qualitys p{
	font-size: 20px;
	font-weight: 200;
}
.choose::after{
	content: "";
	position: absolute;
	background-image: url(../img/choose-bg.png);
	height: 100%;
	width: 1120px;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	opacity: 0.8;
	z-index: 0;
}

.footer {
	background-color: var(--white);
	color: var(--dark);
	padding: 40px 0px 0px 0px;
	border-top: 1px solid #686868;
}
.footer img{
	width: 110px;
	height: 110px;
}
 .footer p{
	font-size: 16px;
	color: #000;
	margin-top: 35px;
	width: 60%;
}
.footer ul li a{
	color: #000;
	text-decoration:none;
	font-size: 18px;
	transition: all 0.3s ease;
}
.footer ul li a:hover {
	color: #ddbd66;
	transition: background-color 0.3s ease, transform 0.3s ease
}
.footer h6{
	font-size: 23px;
	margin-bottom: 30px;
	font-weight: 600;
	color: #000;
}	
.footer .adress,
.footer .footer-nav {
	padding:0;
	list-style:none;
	line-height: 42px;
	font-size: 20px;
	font-weight: 300;
  }

.footer .adress li span{
	font-size: 25px;
	color: #000;
}
.footer .adress li small{
	font-size: 16px;
	line-height: 23px;
	color: #000;
}
.footer .copy-right ul{
	display: flex;
	gap: 73px;
	font-size: 20px;
	padding:0px;
	list-style:none;
}
.footer .custom-fluid{
	padding-bottom: 86px;
}
.footer::before {
	content: "";
	position: absolute;
	background-image: url(../img/footer-bg.png);
	height: 100%;
	width: 70%;
	background-repeat: no-repeat;
	top: 0px;
	filter: brightness(0.5);
	right: 0px;
}
.choose-bg {
	z-index: 9;
  position: sticky;
}
.hm-about .cound-service{
	position: sticky;
	z-index: 9;	
}
.lg-screen{
	display: block;
}
.mob-screen{
	display: none;
}
.team-mob{
	display: none;
}
/* .popular .carousel, .popular .carousel-inner, .popular .carousel-item {
	height: 395px !important;
} */
.leaders .carousel, .leaders .carousel-inner, .leaders .carousel-item {
	height: 225px !important;
}
.services{
	overflow: hidden;
}
/* ---------Teams page------------- */

.inner-header{
	background: var(--bg-color);
	overflow: hidden;
}
.inner-header::before{
	content: "";
	position: absolute;
	background-image: url(../img/inner-header.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 50%;
	z-index: 0;
}
.inner-header p{
	font-size: 20px;
  color: var(--text);
  font-weight: 300;
}
.inner-header h4 {
	font-size: 70px;
}
.inner-header .sub-head {
	font-size: 25px;
}
.team-card img{
	border-radius: 10px;
}
.team-card h6{
	font-size: 25px;
	font-weight: 700;
}
.team-card span{
font-size: 16px;
}
.team-card{
	filter: grayscale(25%);
	transition:all 0.3s ease;
	margin-bottom: 40px;
}
.team-card:hover{
	filter: grayscale(0%);
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.team-card a span{
	padding:14px;
	  border:1px solid var(--primary);
	  border-radius:5px;
	  font-size: 22px;
	  color: var(--primary);
	  transition: all 0.3s ease;
}
.team-card a span:hover{
	transition: background-color 0.3s ease, transform 0.3s ease;
	  border:1px solid var(--primary);
	  background: var(--primary);
	  color: var(--white);
}
.join-card{
	background-repeat: no-repeat;
	background-image: url(../img/join-bg.jpg);
	border-radius:25px;
	padding: 78px 55px;
	  background-size: cover;
}
.join-card small{
color: #fff;
  font-size: 22px;
}
.join-card h5{
	font-size: 43px;
	color: #fffffe;
	margin-top: 13px;
	font-weight: bold;
	line-height: 60px;
}
.join-card p {
	color: var(--white);
	font-size: 18px;
  }

/* -----contact page------*/
.cut-card {
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	border-radius:10px;
	padding:37px;
	height: 100%;
}
.cut-card img{
	width: 65px;
  height: auto;
}
.cut-card p {
	font-size: 14px;
  }
.cut-card h6{
	font-size: 22px;
  font-weight: 600;
}
.cnt{
	padding:70px 0px;
}
.cnt-form .form {
	border: 1px solid var(--border);
	border-radius:25px;
	padding:45px 50px;
  }

  .cnt-form .form img{
border-radius: 36px;
  }
  .cnt-form .input-container {
	position: relative;
	margin: 20px;
  }
  
  /* Input field */
  .cnt-form .input-field {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: none;
	border-bottom: 2px solid var(--border);
	outline: none;
	background-color: transparent;
  }
  
 
  
 
  
  /* Input field:focus styles */
.cnt-form .input-field:focus + .input-label {
	top: -20px;
	font-size: 12px;
	color: var(--light-gray);
}

.cnt-form .input-field:focus + .input-label + .input-highlight {
	width: 100%;
}

.cnt-form h4 {
	font-size: 40px;
}
.faq .accordion-item{
	border: none;
	border-top:1px solid var(--border);
    border-radius:0px;
	padding: 12px 0px;
}
.faq .accordion-button:not(.collapsed) {
	color: var(--black);
	background-color: #fff;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e600;
}
.faq .accordion-button:focus {
	box-shadow: none !important;
}

.faq .accordion-header .accordion-button{
	font-size: 30px;
	font-weight: 500;
}

/*-------about page--------*/
.about-data {
	display: flex;
	gap:16px;
}
.about-data hr{
	width: 60px;
	background-color: #000 !important;
	height: 2px;
  }

.cus_header{
	padding-bottom: 80px;
}
.second-banner {
	margin-top: -160px;
}
.second-banner img{
border-radius:12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.about-started h4 {
  font-size: 38px;
}
.about-started  .sub-head {
	font-size: 25px;
}
.about-started h6 {
	font-size: 22px;
  }
  .about-started p {
	font-size: 19px;
	font-weight: 300;
}
.about-started p strong{
font-weight: 600;
}
.born-card{
	background-repeat: no-repeat;
  background-image: url(../img/born-bg.jpg);
  border-radius: 12px;
  padding:
43px 50px;
  background-size: cover;
}
.born-card .sub-text{
	color: var(--white);
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 7px;
}
.born-card h4 {
	color: var(--white);
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 20px;
  }
  .born-card p {
	font-size: 18px;
	font-weight: 300;
	color: var(--white);
  }
  .about-started img{
	width: 125% !important;
	height: 486px;
  object-fit: cover;
  border-radius:
13px;
  }
  .inner-header.cus_header::before {
	width: 100% !important;
  }


  /* service page */
  .service-card img {
	width: 100px;
	margin-bottom: 40px;
  }
.service-card h4{
	font-size: 30px;
}
.service-card {
	margin-top: 40px;
	border-left:
  1px solid var(--border);
	padding-left: 35px;
}

.service-card h6{
	font-weight: 700;
  font-size: 31px;
}
.service-card p {
	font-size: 19px;
}
.service-card ul{
	padding:0px;
	list-style:none;	
}
.service-card ul li{
	margin-bottom: 12px;
	font-size: 19px;
	color: var(--text);
	font-weight: 300;
}
.service-card ul li img{
width: 20px;
}
.service-card .download{
	color: var(--secondary);
	display: flex;
	align-items: center;
	text-shadow: none;
	text-decoration:none;
	gap: 7px;
}

.request-card{
	background-image: url(../img/request.jpg);
	overflow:hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	border-radius:25px;
	padding: 45px 35px;
}
.request-card p.sub-head{
	color: var(--white);
	font-size: 19px;
	font-weight: 500;
}
.request-card h6{
	color: var(--white);
	font-size: 55px;
	font-weight: 700;
}
.request-card p{
	font-size: 18px;
	font-weight: 300;	
	color: var(--white);
}

.world-data{
	background-image: url(../img/world-bg.jpg);
	overflow:hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	height: 100%;
	color: #fff;
	padding:50px 50px 15px 82px;
}
.world-data h3{
	font-size: 42px;
  color: #fff;
}
.world-data p{
	font-size: 18px;
  color: #fff;
}
.world-data ul li{
	list-style:
none;
  margin-bottom: 10px;
  font-size: 20px;
}
.w_full .trested{
height: 100%;
  object-fit: cover;
}

.needs h4{
	font-size: 50px;
}
.needs .sub-head {
	color: var(--secondary);
	font-size: 25px;
}
.needs p{
font-size: 19px;
}
.steps h5{
	font-size: 29px;
  font-weight: 700;
}
.steps p{
font-size: 19px;
}
.modal-form h4{
	text-transform: none;
	font-size: 37px;
}
.modal-form p{
font-size: 20px;
}
.team-modal .btn-close,
.modal-form .btn-close{
	position: absolute;
	right: 15px;
	font-size: 13px;
	background:#000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:
  50%;
	top: 12px;
}
.team-modal .btn-close span,
.modal-form .btn-close span{
	font-size: 12px;
}
.modal-content {
	border-radius:30px;
  overflow:hidden;
}

.cnt-form.btn-close p {
	font-size: 20px;
}

 .input-field {

	color: gray; /* Default color gray */
  }
  .has-value {
	color: rgb(43, 0, 0); /* When a real value is selected */
  }

  .team-modal img{
	border-radius:10px;
	  overflow:hidden;
  }
  .team-modal p{
  font-size:18px;
  }
  .cnt-form label.error,
  .modal-form label.error{
	color: red;
	font-size: 11px;
	position: absolute;
	bottom: -17px;
  }
  .cnt-form .input-field.error,
  .modal-form input.error{
	border-bottom: 2px solid #ffdcdc !important;
  }
  .accordion-button:not(.collapsed)::after{
	display: block;
  }
  .faq .accordion-header .accordion-button span{
	position: absolute;
	right: 0;
	color: var(--secondary);
	font-size: 37px;
	transition: all 0.3s ease-in-out;
	rotate: 180deg;
  }
  .faq .collapsed span{
	rotate: 0deg !important;
	transition: all 0.3s ease-in-out;
  }
  .faq .accordion-button::after,
  .faq .accordion-button:not(.collapsed)::after {
	display: none;
  }

  /* whatapp */

  .WP .pulse i {
	position: relative;
	z-index: 20;
	font-size: 30px;
  }
  .WP .pulse {
	text-decoration: none;
	position: fixed;
	cursor: pointer;
	display: block;
	width: 60px !important;
	height: 60px;
	bottom: 85px;
	right: 20px;
	background-color: rgb(255, 255, 255);
  color: #34c71e;
  border: 1px solid #34c71e;
	border-radius: 50px;
	text-align: center;
	transition-duration: 0.5s;
	animation: pulse-btn 3s infinite;
	z-index: 9000;
	display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(0, 0, 0) 0px 8px 24px;
  }
  
  .WP .pulse:hover {
	background-color: rgba(0, 150, 0, 1);
	color: white;
  }
  
  .WP .my-float {
	margin-top: 15px;
  }
  
  @-webkit-keyframes pulse-btn {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
	}
	70% {
	  -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
	}
  }
  
  .WP .pulse a {
	color: #fff;
  }
    /* whatapp */
	.balanced-text {
		text-wrap: balance;
	  }

	  .web-terms h4{
		font-size: 26px;
	  }
	  .web-terms p{
		font-size: 21px;
		margin-bottom: 30px;
	  }
	  .web-terms p a{
	  color: var(--secondary);
	  text-decoration: none;
	  }
	  
.product-card {
	border: 1px solid #E2E2E2;
	border-radius: 12px;
	padding: 20px 20px;
	margin-bottom: 0px;
	min-height: 310px;
}
.details-img-card {
	border: 1px solid #E2E2E2;
	border-radius: 35px;    border-radius: 5px;
	padding: 20px 20px;
	margin-bottom: 0px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
 .details-img-card img{
    border-radius: 7px;
 }
.product-card img{
	border-bottom: 1px solid #E2E2E2;
	border-radius: initial;
	width: 100%;
	object-fit: contain;
	border-radius: 5px;
}
  .product-card a {text-decoration: none;}
   .product-card a h6 {
	color: #333;
	text-decoration: none;
	font-size: 19px;
	font-weight: 500;
}
.product-lit-title h4{
	font-size: 58px;
}
.product-details .sub-head {
  color: var(--secondary);
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-details h5{
font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 9px;
}
.product-details h6{
	font-size: 20px;
}
.product-details ul li {
  font-size: 19px !important;
  color: #484848;
  margin-bottom: 3px;
  font-weight: 300;
}
.product-details p{
	font-size: 19px;
}
.card-header{
	background: #333 !important;
	color: #fff !important;
}
.lst-style tbody tr td:nth-child(1) {width: 30%;}
.lst-style tbody tr td:nth-child(2) {width: 70%;}
 























  @media (max-width: 1536px) { 
	.stories .carousel, .stories .carousel-inner, .stories .carousel-item {
		height: 460px !important;
	  }
	.popular .carousel, .popular .carousel .carousel-inner .carousel-item {
		height: 400px !important;
	}
	.hm-team .carousel, .hm-team .carousel .carousel-inner .carousel-item {
	    height: 272px !important;
	  }
	.stories .view-card p,
	.stories .w-card p {
		font-size: 24px;
	  }
	/* .hm-team .multiple-items-2-layer {
		height: 215px !important;
		width: 100%!important;
		overflow:hidden !important;
		border-radius:7px !important;
	  } */

	  .hm-team .carousel-inner{
		height: 272px !important
	  }

  }

@media (max-width: 1399.98px) { 

	.stories .carousel, .stories .carousel-inner, .stories .carousel-item {
		height: 375px !important;
	  }
	.service-card h6 {
		font-size: 28px;
	  }
	.born-card h4 {
		font-size: 38px;
	}
.about-started h4 {
	font-size: 50px;
}
.about-started .sub-head {
	font-size: 21px;
	}
	.inner-header h4 {
		font-size: 67px;
	  }
.join-card h5 {
	font-size: 37px;
	line-height: 56px;
	}
.footer .copy-right ul {
	gap:45px;
}
.header .navbar-expand-lg .navbar-nav {
	gap: 0px;
}
.header .navbar-light .navbar-nav .nav-link {
	padding:0px 30px;
}
.banner h1 {
	color: var(--white);
	font-size: 56px;
}
.video-card {
	max-width: 319px;
	bottom: 80px;
}
.banner-shape {
	height: 289px;
}
p.hm-text {
	font-size: 24px;
}
.hm-about .brd-l h6 {
	font-size: 24px;
}
.wp-cound {
	font-size: 95px;
}
.cound-service p {
	font-size: 18px;
}
.wp-cound h6 {
	font-size: 53px !important;
}
.hm-about .hm-text {
	padding:0px 100px;
}
  h4 {
	font-size: 70px;
}
  .sub-head {
	font-size: 25px;
}
  .services .accordion-button {
	font-size: 32px;
	padding:13px 33px;
}
.services::after {
	top: 230px;
	left: -98px;
}
  .popular::before {
	width: 900px;
}
.popular .carousel-data a h6 {
	font-size: 17px;
}
.popular .carousel,
.popular .carousel .carousel-inner .carousel-item{
	height: 370px !important;
}
.popular .carousel-data span {
	font-size: 18px;
}
.hm-team .carousel,
.hm-team .carousel .carousel-inner .carousel-item{
	height: 230px !important;
}
.leaders .carousel,
.leaders.carousel .carousel-inner .carousel-item{
	height: 179px !important;
}
.hm-team .carousels {
	margin-left: 40px;
}
.hm-team::before {
	height: 397px;
	width: 697px;
}
.leaders {
    padding-bottom: 20px;
  }
.leaders .shadow-l::before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0px;
}
.leaders .shadow-r::after {
	height: 100%;
}
.stories .carousel.sz-slider::before {
	width: 447px;
}
.stories .carousel.sz-slider::after {
	width: 462px;
}
.stories .view-card p,
.stories .w-card p {
	font-size: 19px;
    line-height: 25px;
}
.stories .cards .pr-storie img {
	height: 60px;
	width: 60px;
}
.stories .cards .pr-storie h6 {
font-size: 20px;
}
.stories .cards .pr-storie span {
    font-size: 15px;
    line-height: 20px;
  }
.leaders .carousel, .leaders.carousel .carousel-inner .carousel-item {
	height: 231px !important;
  }
.choose .qualitys {
	padding-right: 20px;
}
.choose .qualitys img {
	height: 100px;
	width: 100px;
}
  .choose .qualitys p {
	font-size: 17px;
}
  .footer p {
	padding-right: 73px;
	width: 90%;
}
.footer .adress li small {
	font-size: 18px;
	line-height: 25px;
}
  footer .adress, .footer .footer-nav {
	line-height: 41px;
	font-size: 18px;
}
.footer .copy-right ul {
	font-size: 18px;
}
.footer .adress li span {
	font-size: 26px;
}
.banner {
	height: 680px;
}
.header .navbar-light .navbar-nav .nav-link {
    padding:0px 25px;
	font-size: 17px;
  }
  .btn-primary {
	padding:12px 20px;
	font-size: 17px;
}
.inner-header h4 {
    font-size: 49px;
}
}

@media (max-width: 1200.98px) {
	.footer ul li a {
  font-size: 16px;
	}
	.leaders .multiple-items-2-layer > img {
		height: 193px !important;
	}
	 .footer .adress li small {
    font-size: 16px;
	 }
	   .footer .adress li span {
    font-size: 20px;
  }
.team-card h6 {
	font-size: 23px;
}
.world-data h3 {
	font-size: 33px;
}
.inner-header h4 {
	font-size: 41px;
}
.cut-card h6 {
	font-size: 19px;
	font-weight: 600;
	}
.header .navbar img {
	max-width: 270px;
}
.hm-about .brd-l h6 {
	font-size: 21px;
}
.wp-cound {
    font-size: 75px;
}
  .hm-about .hm-text {
    padding:0px 40px;
}
  p.hm-text {
    font-size: 20px;
}
  h3 {
	font-size: 50px;
}
.brd-l {
	border-left: 2px solid var(--border);
	padding-left: 22px;
}
.cound-service p {
    font-size: 16px;
}
.services .accordion-button {
    font-size: 27px;
}
p {
	font-size: 20px;
}
.services ul li {
	font-size: 20px;
}
.services .accordion-body img{
	width: 19px;
}
.services::after {
    top: 212px;
    left: -151px;
}
h4 {
    font-size: 60px;
}
.hm-team h5 {
	font-size: 40px;
}
.hm-team .carousel, .hm-team .carousel .carousel-inner .carousel-item {
    height: 180px !important;
}
.hm-team::before {
    height: 258px;
    width: 697px;
}
.leaders .carousel, .leaders.carousel .carousel-inner .carousel-item {
    height: 193px !important;
  }
  .stories .carousel, .stories .carousel-inner, .stories .carousel-item {
    height: 370px !important;
  }
.stories .cards .pr-storie img {
	height: 45px;
	width: 45px;
}
.stories .cards .pr-storie h6 {
	font-size: 16px;
	margin-bottom: 5px;
}
.stories .view-card p, .stories .w-card p {
    font-size: 16px;
    line-height: 25px;
}
.stories .cards .pr-storie {
margin-top: 25px;
}
.choose .qualitys {
	padding-right: 0px;
	padding-left: 15px;
}
.choose .qualitys h5 {
	font-weight: 700;
	font-size: 21px;
}
.choose .qualitys img {
    height: 90px;
    width: 90px;
}
.footer p {
    padding-right: 40px;
    font-size: 16px;
}
footer .adress, .footer .footer-nav {
    line-height: 36px;
    font-size: 17px;
}
.footer .adress li small {
    font-size: 17px;
    line-height: 23px;
}
.footer .copy-right ul {
    font-size: 17px;
  }
  .hm-about .cound-service br{
	display: none;
  }
  .join-card h5 {
    font-size: 31px;
    line-height: 40px;
  }
  .about-started h4 {
    font-size: 41px;
  }
  .born-card h4 {
    font-size: 32px;
  }
}
@media (max-width: 1052.98px) {
	.btn-primary {
		padding:8px 9px;
		font-size: 15px;
	  }
	  .header .navbar-light .navbar-nav .nav-link {
		padding:0px 20px;
		font-size: 15px;
	
	  }
	  .join-card h5 {
		font-size: 27px;
		line-height: 40px;
	  }
	  
 }



@media (max-width: 991.98px) {
	 .header .navbar-light .navbar-nav .nav-link {
		color: #fff !important;
	  }
	.stories .carousel-control-next {
		right: 33px !important;
	  }
	  .stories .carousel-control-prev {
  right: 115px !important;
	  }
	.stories .carousel.sz-slider::before,
	.stories .carousel.sz-slider::after {
	  display: none;
	}
	.popular .carousel, .popular .carousel .carousel-inner .carousel-item {
		height: 320px !important;
	  }
	.popular .carousel-data a h6 {
		font-size: 15px;
		margin-bottom: 6px;
	  }
	  .popular .carousel-data span {
		font-size: 15px;
	  }
	.needs .container-fluid.custom-fluid {
		padding:65px 70px 10px 70px;
	  }
	.steps h5 {
		font-size: 20px;
	}
	.steps p {
		font-size: 16px;
	  }
	.world-data {
		padding:50px 82px 15px 82px;
	  }
	.w_full .trested {
		display: none;
	}
	.about-data {
		display: flex;
		gap:
	  0px;
	  }
	.about-started img {display: none;}
	.about-started h4 br,
	.born-card h4 br{display: none; }
	.inner-header h4 {
		font-size: 50px;
	  }
	  .about-data hr {
		display: none;
	  }
h4 {
	font-size: 59px;
}
.faq .accordion-header .accordion-button {
	font-size: 25px;
	font-weight: 500;
  }
.cnt-form .form img {
	margin-top: 40px;
}
.cut-card {
	padding:37px 20px;

}
.cut-card img {
	width: 50px;
	height: auto;
  }
.join-card h5 {
	font-size: 26px;
	line-height: 40px;
}
.header .navbar-toggler {
background-color: var(--white) !important;
}
.navbar-collapse{
  z-index: 9;
  background:rgb(14, 19, 38);
  padding-bottom: 45px;
  border-radius:0px 0px 12px 12px;
  box-shadow: rgba(0, 0, 0, 0.23) 0px 4px 6px -1px, rgba(0, 0, 0, 0.4) 0px 2px 4px -1px;
}
.header .navbar-expand-lg .navbar-nav {
    gap:0px;
    line-height: 40px;
}
.btn-primary {
    padding:3px 20px;
    font-size: 17px;
}
.banner h1 {
    font-size: 51px;
    text-shadow: 1px 1px 2px #00000052;
}
.banner p {
	font-size: 25px;
	text-shadow: 1px 1px 2px #00000042;
  }
  .hm-about .hm-text {
    padding:0px 0px;
}
.brd-l {
    border-left: 2px solid var(--border);
    padding-left: 15px;
    margin-bottom: 30px;
}
.cound-service p {
    font-size: 18px;
}
.wp-cound p {
	color: var(--black);
	font-size: 16px !important;
}
.lg-screen{
	display: none;
}
.mob-screen{
	display: block;
}
.hm-team .team-r {
display: none;
}
.hm-team .carousel, .hm-team .carousel .carousel-inner .carousel-item {
    height: 220px !important;
}
.hm-team .carousels {
    margin-left: 0px;
}
.hm-team .carousels {
    margin-left: 0px;
    margin-top: 30px;
}
.team-mob{
	display: block;
}
.leaders .carousel, .leaders.carousel .carousel-inner .carousel-item {
	height: 195px !important;
  }
  .stories .carousel.sz-slider::before {
    width: 276px;
  }
  .stories .carousel.sz-slider::after {
    width: 285px;
  }
  .stories .w-card p {
	padding-left: 20px;
  }
  .stories .view-card p {
	padding-left: 20px;
  }
  .stories .carousel, .stories .carousel-inner, .stories .carousel-item {
    height: 270px !important;
  }
  .choose .qualitys {
	margin-top: 30px;
  }
  .footer .copy-right ul {
	margin-top: 18px;
  }

  .inner-header .sub-head {
	font-size: 22px;
  }
  .inner-header p br{
	display: none;
  }
  .inner-header::before {
	height: 100%;
	width: 100%;
  }

}

@media (max-width: 767.98px) { 
.leaders .multiple-items-2-layer > img {
	height: 158px !important;
	}
.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	right: 100px !important;
}
.popular .multiple-items-2-btn.sz-slider .carousel-control-btn {
	right: 17px !important;
}
.popular .carousel, .popular .carousel .carousel-inner .carousel-item {
	height: 320px !important;
	}
	.popular .multiple-items-2-layer > img {
	width: 230px !important;
	}
.footer .adress li small {
	font-size: 16px;
}
	.footer .copy-right ul {
		display: block;
		padding:0px;
		padding-bottom: 0px;
		list-style:none;
		line-height: 41px;
		text-align: center;
	}
	.steps h5 {
		font-size: 30px;
	  }
	.world-data {
		padding:50px 38px 15px 37px;
	  }
	.inner-header.cus_header h4 {
		font-size: 40px;
	  }
.faq .accordion-header .accordion-button {
	font-size: 18px;
	font-weight: 500;
	}
.join-card h5 br{
	display: none;
}
.join-card h5 {
	font-size: 33px;
	line-height: 40px;
	margin-bottom: 35px;
	}
  .img-fluid.team-img {
	width: 240px;
  }
  .team-mob {
    display: none;
  }
  .hm-team .team-r {
    display: block;
  }
  .hm-team .team-r {
	padding-right: 0px;
  }
  .stories .multiple-items-2-layer > div,
  .popular .multiple-items-2-layer > div,
  .leaders .multiple-items-2-layer > img,
  .hm-team .multiple-items-2-layer > img {
    width: 100%;
  }
  h4 {
    font-size: 42px;
  }
  .leaders .carousel, .leaders.carousel .carousel-inner .carousel-item {
    height: 160px !important;
  }
  .leaders {
    padding-bottom: 62px;
  }

  .stories .carousel, .stories .carousel-inner, .stories .carousel-item {
    height: 290px !important;
  }
  .footer .copy-right ul {
    padding-bottom: 14px;
    font-size: 16px;
  }
  .footer p {
    font-size: 14px;
	padding-right: 0px;
	width: 100%;
  }
  .banner h1 {
    font-size: 40px;
    text-shadow: 1px 1px 2px #00000052;
  }
  .banner p {
    font-size: 20px;
    text-shadow: 1px 1px 2px #00000042;
  }
  h3 {
    font-size: 38px;
  }
  .container-fluid.custom-fluid {
	padding:
  65px 25px 65px 25px;
  }
  .services .accordion-button {
    font-size: 24px;
  }
  .popular .popular-container {
	margin-left: 25px;
  }
  .popular .multiple-items-2-layer > img {
    width: 56%;
  }
  .banner {
    height: 620px;
  }
  .video-card {
    max-width: 250px;
    bottom: 80px;
  }
  .team-card h6 {
	font-size: 17px;
	font-weight: 700;
  }

}

@media (max-width: 575.98px) {
.lst-style tbody tr td:nth-child(1) {width: 30%;}
.lst-style tbody tr td:nth-child(2) {width: 70%;}
	.stories .carousel, .stories .carousel-inner, .stories .carousel-item {
		height: 325px !important;
	  }
	.stories .multiple-items-2-btn.sz-slider .carousel-control-btn {
		display: flex !important;
	  }

	.leaders .shadow-l::before,
	.leaders .shadow-r::after  {
		display: none !important;}
	.leaders .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-next,
	.leaders .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
	display: none !important;
	} 
	.popular .multiple-items-2-btn.sz-slider .carousel-control-btn,
	.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
		display: flex !important;
	  }
	.inner-header.cus_header h4 {
		font-size: 39px;
	  }
.faq .accordion-body{
	font-size: 14px;
}
.faq .accordion-item {
	padding:2px 0px;
}
.faq .accordion-header .accordion-button {
    line-height: 29px;
}
.inner-header h4 {
	font-size: 31px;
	}
.inner-header .sub-head {
	font-size: 15px;
	}
.sub-head {
	font-size: 15px;
	}
.inner-header p br{
	display: none;
}
.inner-header p {
	font-size: 16px;
	color: var(--text);
	font-weight: 300;
	}
.header .navbar img {
	max-width: 200px;
}
.header .navbar {
	height: auto;
  }
  .banner .container-fluid.cus-fluid {
	padding:95px 15px 0px 25px;
  }
  .banner h1 {
    font-size: 26px;
  }
  .banner {
	background-position:center;
	height: 515px;
  }
  .video-card {
    max-width: 207px;
    bottom: 80px;
  }
  .banner-shape {
    height: 213px;
  }
  .play-button {
	width: 50px;
	height: 50px;
  }
  .banner p {
    font-size: 14px;
    text-shadow: 1px 1px 2px #000;
  }
  h3 {
    font-size: 28px;
  }
  .hm-about .brd-l h6 {
    font-size: 19px;
  }
  p.hm-text {
    font-size: 17px;
  }
  .wp-cound {
    font-size: 68px;
  }
  .cound-service p {
    font-size: 16px;
  }
  .btn-tertiary,
  .btn-secondary,
  .btn-border {
	padding:9px 18px;
	font-size: 13px;
  }
  .services .accordion-body {
	padding:
  24px 20px;
  }
  p {
    font-size: 17px;
  }
  .services ul li {
    font-size: 18px;
  }
  .services .accordion-button {
    padding:9px 21px;
    font-size: 18px;
  }
  h4 {
	font-size: 39px;
  }
  .needs h4 {
	font-size: 39px;
  }
  .needs .sub-head {
	font-size: 15px;
  }
  .multiple-items-2-btn.sz-slider .carousel-control-btn {
    display: block !important;
  }
  .popular .carousel, .popular .carousel .carousel-inner .carousel-item {
    height: 323px !important;
  }
  .team-card h6 {
	font-size: 17px;
	font-weight: 700;
  }
  .join-card h5 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 1px;
  }

.cnt {
padding:55px 0px;
}
.cnt-form h4 {
	font-size: 31px;
}
.cnt-form .form {
	padding:45px 30px;
  }
p {
	font-size: 15px;
}


}

@media (max-width: 575.98px) and (min-width: 380.98px) { 
	.footer .cut-adress{
		width: 360px;
	}
	
 }




@media (max-width: 380.98px) {
	.stories .carousel, .stories .carousel-inner, .stories .carousel-item {
		height: 385px !important;
	  }
	.leaders .multiple-items-2-layer > img {
		height: 110px !important;
	  }
	  .leaders .carousel, .leaders.carousel .carousel-inner .carousel-item {
		height: 110px !important;
	  }
	.popular .multiple-items-2-btn.sz-slider .carousel-control-btn.carousel-control-prev {
		right: 100px !important;
	}
	.popular .multiple-items-2-btn.sz-slider .carousel-control-btn {
		right: 20px !important;
	}
	.popular .popular-container {
		margin-left: 10px;
	  }
	.footer .adress li small {
		font-size: 14px;
	  }
	  .footer ul li a {
		font-size: 16px;
	  }
	.service-card {
		border-left:1px solid #FFFEFE00;
		padding-left: 0px;
	  }
	.needs .container-fluid.custom-fluid {
		padding:65px 10px 10px 10px;
	  }
	  .needs .sub-head {
		font-size: 15px;
	  }
	  .needs h4 {
		font-size: 29px;
	  }
	.request-card h6 {
		font-size: 31px;
	}
	.world-data ul li {
		font-size: 16px;
	  }
	.world-data h3 {
		font-size: 27px;
	  }
	.service-card ul li {
		margin-bottom: 12px;
		font-size: 16px;
	}
	.inner-header.cus_header h4 {
		font-size: 20px;
	  }
	  .about-started h4 {
		font-size: 30px;
	  }
	   .about-started .sub-head {
    font-size: 19px;
  }
	  .about-started p {
		font-size: 16px;
	  }
	  .born-card h4 {
		font-size: 22px;
	  }
	  .born-card .sub-text {
		font-size: 17px;
		font-weight: 500;
	  }
	  .join-card,
	  .born-card {
		padding:38px 25px;
 }
 .inner-header.cus_header h4 {
font-size: 25px;
  }
  .steps h5 {
    font-size: 27px;
  }
  .cnt-form.modal-form  h4 {
    font-size: 28px;
  }
  .cnt-form.modal-form  p {
    font-size: 28px;
  }
  .cnt-form.modal-form p {
    font-size: 19px;
    line-height: 25px;
  }
}





