

 :root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #FFAC00;
	--bs-secondary: #1A685B;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #FDF8EA;
	--bs-dark: #051311;
	--font-heading:"Roboto Slab", serif;
	--font-pera:"Jost", sans-serif;
}

/* ---------header------------ */

:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1200px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */

.top_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar {
	background: #000;
}

.top_social_icons ul li a i {
	font-size: 14px;
	color: #fff;
}

.top_email {
	display: flex;
}

.top_email h5 {
	color: #fff;
	font-size: 14px;
	margin-right: 30px;
	margin-top: 6px;
	font-family: var(--font-pera);
}

.top_social_icons ul li {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 36px;
}

.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;
	border-bottom: 1px solid #000;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 66%;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	font-family: "Jost", sans-serif;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
	font-family: "Jost", sans-serif;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-right {
	flex: 0 0 70%;
	display: flex;
	justify-content: flex-end;
}

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	/* .header .item-left,
	.header .item-right{
		flex:0 0 auto;
	} */
	.v-center{
		justify-content: space-between;
	}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

.header-item.item-right a {
	background-color: #48b5f0;
	padding: 11px 19px;
	border-radius: 10px;
	color: #fff;
	 font-family: "Jost", sans-serif;
	 font-weight: 500;
	 text-transform: uppercase;
}

.header-item.item-right a:hover {
	background-color: #000;
	color: #fff;
}

.logo img {
	width: 50px;
}

/* ----------hero section--------- */

.hero {
	background-image: url(../image/bg.webp);
	padding: 90px 0;
}

.hero_text {
	text-align: center;
}

.hero_text h1 {
	font-size: 64px;
	font-weight: 900;
	color: #000;
	font-family: var(--font-heading);
	text-transform: uppercase;
}

.hero_text h1 span {
	color: #48b5f0;
}

.hero_text p {
	font-size: 18px;
	font-family: "Jost", sans-serif;
}

.video video {
	width: 100%;
}

.banner {
	background-image: url(../image/bannerbg.webp);
	padding-bottom: 130px;
	background-size: cover;
}

.banner_text p {
	color: #fff;
	font-size: 18px;
	font-family: "Jost", sans-serif;
}

.btn_banner a {
	background: #ec5511;
	padding: 12px 70px;
	display: inline-block;
	color: #fff;
	border-radius: 15px;
}

.get {
	background: #358cb7 !important;
}

.video video {
	margin-top: -65px;
	border-radius: 15px;
	box-shadow: 0px 1px 3px 0 #000;
}

/* ===========end========== */


.sky {
	background-image: url(../image/cloudhover.png);
	background-size: cover;
	height: 100px;
	margin-top: -75px;
}

.about {
	background-image: url(../image/bg.webp);
	padding: 62px 0;
	margin-top: -6px;
}

.about h2 {
	color: #ec5511;
	font-size: 30px;
	font-weight: 600;
	font-family: var(--font-heading);
}

 p {
	font-size: 16px;
	line-height: 30px;
	font-family: var(--font-pera);
}

/* ====sdfsdf=========== */

.clients{
	background-image: url(../image/bg.webp);
	padding: 40px 0;
}

.brand {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin: 10px 0;
}

.brand_logo img {
	width: 100%;
}

.some_clients h2 {
	text-align: center;
	padding: 30px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.some_clients h2 span {
	color: #ec5511;
}

/* ==dfdfgf=====end===== */
.marketor{
	background-image: url(../image/bg.webp);
	padding: 40px 0;
}

.read_case_study {
	border: 1px solid #d9d9d9;
	padding: 20px 20px;
	position: relative;
}

.read_case_study::after {
	background-image: url(../image/after.webp);
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0px;
	width: 100%;
	height: 11px;
}

.count_img img {
	width: 100%;
}

.count {
	border: 1px solid #000;
	padding: 12px 0px;
}

.count h3 {
	color: #ec5511;
	font-size: 35px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.count h4 {
	font-size: 20px;
	padding: 12px 0;
	font-weight: 500;
	font-family: var(--font-pera);
}

#counter {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	gap: 26px;
}

.counter h2 {
	padding: 20px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	color: #ec5511;
}

.row.text-center h3 {
	color: #000;
	font-family: var(--font-pera);
	font-size: 20px;
}

/* ====counter========= */

.service{
	background-image: url(../image/bg.webp);
	padding: 40px 0;
}

.service_head h2 {
	text-align: center;
	padding: 30px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.service_head h2 span {
	color: #ec5511;
}

.service_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	gap: 30px;
}

.service_card {
	border: 1px solid #cac8c8;
	padding: 50px 0;
	position: relative;
}

.service_card:hover {
	background: #48b5f0;
	transition: all 0.5s linear;
}

.service_card:hover .fa-solid {
	color: #fff;
}

.service_card:hover .fa-brands {
	color: #fff;
}

.service_card:hover .fa-regular {
	color: #fff;
}

.service_card:hover h2 {
	color: #fff;
}

.fa-solid {
	color: #48b5f0;
	font-size: 50px;
}

.fa-brands {
	color: #48b5f0;
	font-size: 50px;
}

.fa-regular{
	color: #48b5f0;
	font-size: 50px;
}

.service_card h2 {
	font-size: 20px;
	padding: 26px 0;
	font-family: var(--font-heading);
}

.service_card::before {
	background-image: url(../image/box-after.webp);
	background-size: auto;
	background-size: auto auto;
	background-size: 100%;
	margin: 0 auto 0 !important;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	height: 18px;
	bottom: -18px;
}

.service_card a {
	background: #fff;
	padding: 10px 25px;
	display: inline-block;
	color: #48b5f0;
	border-radius: 5px;
	font-family: var(--font-pera);
	border: 2px solid #1fa4ec;
}

/* ==========ennd-========= */

.testimonial {
	background-color: #48b5f0;
	padding: 50px 0;
}

.testimonial_slider{
	background-image: url(../image/bg.webp);
	padding: 40px 0;
}

.connect_slider {
	text-align: center;
	padding: 10px 25px;
}

.connect_slider img {
	width: 70px;
	border-radius: 50%;
	height: 70px;
}

.connect_slider h4 {
	text-align: center;
	padding: 7px 0;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-heading);
	color: #48b5f0;
}

.tesi_contant h2 {
	font-size: 90px;
	font-weight: 900;
	color: #fff;
	font-family: var(--font-heading);
}

.tesi_contant h4 {
	color: #ec5511;
	font-size: 40px;
	font-weight: 600;
	font-family: var(--font-pera);
}

.tesi_contant p {
	color: #fff;
	font-size: 18px;
}

.owl-nav {
	display: none;
}

/* =============end========== */

.happy_cliend_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr auto;
	gap: 30px;
}

.happy_cliend_card {
	text-align: center;
	border: 1px solid #000;
	padding: 28px 0px;
	position: relative;
}

.happy_cliend_card::before {
	background: url("../image/box53.webp");
	background-size: auto;
	background-size: auto auto;
	background-size: 100%;
	margin: 0 auto 0 !important;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	height: 18px;
	border: 0;
	background-repeat: no-repeat;
	bottom: -19px;
}

.happy_cliend_card .fa-solid {
	color: #ec5511;
	font-size: 60px;
	padding-bottom: 10px;
}

.happy_cliend_card h5 {
	font-size: 30px;
	font-weight: 700;
	font-family: var(--font-heading);
}

.digital_number h2 {
	text-align: center;
	padding: 30px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.digital_number h2 span{
    color: #ec5511;
}

.digital{
	background-image: url(../image/bg.webp);
	padding-top: 70px;
	padding-bottom: 40px;
}

.about_text h2 {
	text-align: center;
	padding: 30px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.about_text h2 span{
	color: #ec5511;
}


.client_slider {
	text-align: center;
	padding: 43px 25px;
	background-color: #fff;
	border-radius: 28px;
}

.our_client img {
	width: 120px;
}

/* ===dfsdf======== */

.experience{
	background-image: url(../image/bg.webp);
	padding-top: 70px;
	padding-bottom: 40px;
}


.team_member .fa-solid {
	font-size: 15px;
	margin-right: 5px;
}

.btn_team a {
	background-color: #237bfd;
	color: #fff;
	padding: 12px 33px;
	display: inline-block;
	border-radius: 50px;
	font-family: var(--font-pera);
}

.team h2 {
	padding: 30px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	color: #237bfd;
}

.team {
	border: 1px solid #d9d9d9;
	padding: 30px 27px;
	position: relative;
}

.team::after {
	background-image: url(../image/after.webp);
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0px;
	width: 100%;
	height: 11px;
}

/* ======dfssdf========== */

.faq {
	background-image: url(../image/bg.webp);
	padding-top: 70px;
	padding-bottom: 40px;
}


  .faq-container {
    max-width: 800px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
}

.faq-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.faq-item {
    background: #f8f8f8;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.faq-question {
    padding: 14px 20px;
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    display: none;
    padding: 15px 20px;
    background: #fafafa;
    border-top: 1px solid #ddd;
}

.faq h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.faq h2 span {
	color: #ec5511;
}

/* =======fdgf=======end=============== */

.blog {
	background-image: url(../image/bg.webp);
	padding-bottom: 40px;
}

.blogs h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	padding: 30px 0px;
}

.blog h2 span {
	color: #ec5511;
}

.blog_card img {
	width: 100%;
}

.blog_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.blog_card h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 10px;
	color: #ec5511;
}

/* =========dgdfg=========end======== */

.award {
	background-image: url(../image/bg.webp);
	padding-bottom: 40px;
}

.award h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	padding: 30px 0px;
}

.award h2 span {
	color: #ec5511;
}

.brand_card img {
	width: 95%;
}

.brand_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 50px;
}
/* ======dfdfsg============= */

.conect_form form input {
	width: 100%;
	padding: 9px 5px;
	margin: 8px 0;
	border: 1px solid #9d9fa2;
	font-family: var(--font-pera);
}

.conect_form form select {
	width: 100%;
	padding: 9px 5px;
	margin: 8px 0;
	border: 1px solid #9d9fa2;
	background-color: transparent;
	font-family: var(--font-pera);
}

.conect_form form textarea {
	width: 100%;
	padding: 9px 5px;
	margin: 8px 0;
	border: 1px solid #9d9fa2;
	font-family: var(--font-pera);
}

.conect_form form button {
	width: 100%;
	background: #237bfd;
	color: #fff;
	font-family: var(--font-pera);
	padding: 10px 0;
	font-size: 20px;
	border: 0;
	border-radius: 10px;
}

.con_img img {
	width: 100%;
}

.con_text{
	text-align: center;
}

.con_text h2 {
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	padding: 30px 0px;
}

.con_text h2 span {
	color: #ec5511;
}

.contact{
	background-image: url(../image/bg.webp);
	padding-bottom: 40px;
}

/* =======dfgdfgf=========== */

.footer_card img {
	width: 80px;
}

.footer_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 70px;
}

.footer{
	background-image: url(../image/bannerbg.webp);
	padding: 40px 0;
	background-size: cover;
}

.footer_card h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: var(--font-heading);
}

.footer_card ul li {
	padding: 10px 0;
}

.footer_card ul li a {
	color: #ec5511;
	font-family: var(--font-pera);
}

.footer_card ul li a i {
	font-size: 16px;
	color: #fff;
	margin-right: 6px;
}

.social ul li {
	display: inline-block;
	background: #237bfd; 
	padding: 0 23px;
	text-align: center;
	border-radius: 10px;
}

span{
	color: #ec5511;
}
/* ================about Us===page==== */

.about_us{
	background-image: url(../image/bg.webp);
	padding-bottom: 40px;
	padding-top: 130px;
	position: relative;
}

.about_us::after {
	content: "";
	background-image: url(../image/cloudhover.png);
	position: absolute;
	top: -6px;
	left: 0;
	height: 82px;
	width: 100%;
}

.about_image img {
	width: 100%;
}

.about_two h2 {
	padding: 10px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.about_two {
	text-align: center;
}

.about-us h2 {
	padding: 10px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	color: #ec5511;
}

.our-vision h2 {
	padding: 10px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}
/* ==========end========== */

/* =============wordpress===page======== */


.wordpress{
	background-image: url(../image/bg.webp);
	padding-bottom: 40px;
	padding-top: 130px;
	position: relative;
}

.wordpress::after {
	content: "";
	background-image: url(../image/cloudhover.png);
	position: absolute;
	top: -6px;
	left: 0;
	height: 82px;
	width: 100%;
}

.about_text {
	border: 1px solid #a6a5a5;
	padding: 30px 22px;
}

.about_text h4 {
	font-size: 40px;
	font-weight: 700;
	color: #ec5511;
	position: relative;
}

.about_text h4::after {
	content: "";
	position: absolute;
	border-bottom: 3px solid #ec5511;
	bottom: -11px;
	width: 159px;
	left: 0;
}

.about_text p {
	margin-top: 30px;
}

.about_text .btn_team {
	text-align: center;
}

.about_text b {
	padding: 26px 0;
	display: block;
}

.about_image h2 {
	padding: 10px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	color: #237bfd;
	line-height: 33px;
}

/* ======dfgdgdf=========== */

.servicess_card a {
	background: #fff;
	padding: 10px 25px;
	display: inline-block;
	color: #48b5f0;
	border-radius: 5px;
	font-family: var(--font-pera);
	border: 2px solid #1fa4ec;
}

.servicess_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.service_two{
	background-image: url(../image/bg.webp);
}

.servicess_card {
	border: 1px solid #dadada;
	padding: 17px 14px;
}

.servicess_card h3 {
	font-weight: 600;
	font-family: var(--font-heading);
	color: #237bfd;
	font-size: 20px;
}

.servicess_card p {
	line-height: 22px;
	font-size: 14px;
}

.service_two h2{
	padding: 40px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
	color: #237bfd;
	line-height: 33px;
	text-align: center;
}

/* ==========dfgdfgfdg========= */

.client{
	background-image: url(../image/bg.webp);
	text-align: center;
	padding: 60px 0px;
}

.clients_slide h4 {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #ec5511;
	font-family: var(--font-pera);
}

.clients_slide h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.clientss img {
	border-radius: 50%;
  height: 70px;
}

.clientss {
	width: 50%;
	margin: auto;
	background: #fff;
	padding: 37px 37px;
}

.clientss h5 {
	color: #ec5511;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
	font-family: var(--font-pera);
}

.owl-carousel .tree .owl-item img {
	display: block;
	width: 18%;
	margin: auto;
}

/* ======dfgdfg======= */

.contact_text h2 {
	text-align: center;
	padding: 30px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: var(--font-heading);
}

.contact_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
	gap: 30px;
}

.contact_card {
	border: 1px solid #e8e8e8;
}

.contact_card {
	border: 1px solid #e8e8e8;
	box-shadow: 0 18px 28px 0 #e8e8e8;
	padding: 33px 0;
}

.contact_card h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 0;
	font-family: var(--font-pera);
}

iframe {
	width: 100%;
	height: 350px;
}



