/*   
 Theme Name: Welearn
 Theme URI: Welearn
 Description: Welearn
 Author: Welearn Group
 Version: 1.0
 */
/* CSS Document */
/*---------------------------*/
/* http://welearn.site */
/*---------------------------*/
@font-face {
	font-family: 'welearn';
	src: url('fonts/WebYekan.woff') format('woff');
}


a{
font-family: welearn;
}

body {
	font-family: 'Muli'
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Rubik'*/
	font-family: 'welearn';
}
:focus {
	outline: 0;
}
a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover{
	text-decoration: none;
}
.clearfix{
	margin-top: 10rem;
}

.our_gallary {
	margin-top: 8rem;
	margin-bottom: 5rem;
}
.hover-effect:hover {
	transform: scale(1.1);
	/* increase the size of the image by 10% */
	transition: transform 0.2s ease-in-out;
	/* add a smooth transition effect */
}

p{
	text-align: left;
	color: #818181;
}
.center {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0;
}
.auto {
	margin: 0 auto;
}

.web-shadow{
box-shadow: 0 5px 20px rgba(0,0,0,.12);
border-radius: 1rem;
}


.section_contact .wpcf7 p input{
    width: 100%;
    margin-top: 1rem;
    border: 1.75px solid #3a5753;
    border-radius: 5px;
}

.section_contact .wpcf7 p.submine_contact input{
    color: #fff;
    background-color: #3a5653;
    border-color: #3a5653;
}

.section_contact .wpcf7 p.submine_contact input:hover{
   color: #fff;
  background-color: #21413d;
  border-color: #21413d;
}

    

.section_contact .wpcf7 p textarea{
    width: 100%;
    margin-top: 1rem;
    border: 1.75px solid #3a5753;
    border-radius: 5px;
}

.section_contact .wpcf7 p input:focus{
  color: #495057;
  background-color: #fff;
  border-color: #3A5668;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #3a5653;
}





img.our_servicess{
	width: 100%;
}
.web-header-section {
	padding: 10px 0;
	/* position: absolute; */
	top: 0;
	right: 0;
	left: 0;
}
.web-header-section ul li {
	padding: 0 10px;
	float: right;
	list-style: none;
}
.web-header-section ul li a {
	color: #3f3f3f;
	font-size: 1.2rem;
	/*font-family: welearn;*/
}
.web-header-section ul li.active a,
.web-header-section ul li a:hover {
	color: #34706a
}


.logos{
	max-width: 150px !important;
	height: 100px !important;
}


.web-slider-section{
	width: 100%;
	margin: 150px 0;
	background: url(images/img-slider-section.png);
	background-size: contain;
	background-repeat: no-repeat;

}
.web-heading h1{
	color: #3f3f3f;
	font-size:3rem;
}

.web-heading span{
	color: #3a5653;
}
.web-slider-section .carousel-indicators{
	bottom: -70px;
}

.web-heading h3{
	color: #3a5653;
}
.web-heading h2{
	color:#3f3f3f
}
.web-heading p{
	color:#818181
}



.web-heading-2 h1{
	color: #3f3f3f;
	font-size:3rem;
}
.web-heading-2 span{
	color: #3a5653;
}
.web-heading-2 h3{
	color: #3a5653;
}
.web-heading-2 h2{
	color:#3f3f3f
}
.web-heading-2 p{
	color:#818181
}



.web-slider-section .carousel-indicators li{
	height: 10px;
	background: #818181;
	border: 0;
	border-radius:20px ;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}
.web-slider-section .carousel-indicators li:hover{
	background: #3a5653;
}
.web-slider-section .carousel-indicators li.active{
width:  45px;
background: #3a5653;
}

.web-feature-section{
		background: url(images/img-feature-section.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.web-feature-section .web-feature-item{
margin: 0 0 30px;
padding: 60px 30px;
background:#fff;
border-radius: 10px; 
}



.web-about-section{
	padding: 100px 0;
	position: relative;
	background: url(images/img-about-section.png) no-repeat;
	background-size: contain;
	
	overflow: hidden;
	background-size: contain;
}
  .web-about-section:before{
  	content: '';
  	width: 800px;
  	height: 800px;
  	position: absolute;
	float: right;
  	top: 0;
  	background: url(images/img-about-1.png) !important;
  	background-repeat: no-repeat;
  }


.web-about-section .web-about-tab .nav li a{
padding: 20px 30px;
font-family: 'welearn';
font-weight: 500;
line-height: 1;
color: #3f3f3f;
border: 0;
border-bottom: 2px solid #dee2e6
}




.web-about-section .web-about-tab .nav li a.active{
	color: #3a5653;
	border-color: #3a5653;
}


.web-about-section .web-about-tab .tab-content ul li{
	color: #818181;
}

.web-steps-section{
	padding: 300px 0 0 0;
	background: url(images/img-step-section.png) no-repeat;
	background-size: contain;
}

.web-steps-section .web-steps-line {
	background: url(images/img-step-line.png) no-repeat;
	background-position: 14% 45%;
}
.web-steps-section .col-lg-3:nth-child(even) {
	margin: 225px 0 0;
}
.web-steps-section .web-steps-item {
	margin: 0 0 30px;
	padding: 60px 20px;
}




.web-service-section .web-service-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;

  /* Height: adjust this to control the total “portrait” size of each card */
  width: 100%;        /* Always fill the column width */
  height: 240px;      /* Total card height (change to 200px, 220px, 260px, etc., as desired) */

  /* Remove any previous padding so images fill edge-to-edge */
  padding: 0;

  /* Box shadow and hover shadow */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.web-service-section .web-service-item.web-shadow:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/*───────────────────────────────────────────────────────────────────────────────
  2) Force the <a> wrapper to fill the entire card
───────────────────────────────────────────────────────────────────────────────*/
.web-service-section .web-service-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/*───────────────────────────────────────────────────────────────────────────────
  3) Stack two images vertically, each taking 50% of the card’s height
───────────────────────────────────────────────────────────────────────────────*/
.img-stack {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.img-half {
  flex: 1;            /* Each .img-half = 50% of the parent’s height */
  overflow: hidden;   /* Crop overflow so object-fit: cover works cleanly */
}

/*───────────────────────────────────────────────────────────────────────────────
  4) Make each <img> fill its half and crop if needed
───────────────────────────────────────────────────────────────────────────────*/
.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* Scale & crop to fill the box without stretching */
  display: block;
  transition: transform 0.3s ease; /* For optional hover zoom */
}

/*───────────────────────────────────────────────────────────────────────────────
  5) (Optional) Subtle zoom on hover
───────────────────────────────────────────────────────────────────────────────*/
.web-service-section .web-service-item:hover .img-half img {
  transform: scale(1.05);
}

/*───────────────────────────────────────────────────────────────────────────────
  6) (Keep your other heading/spacing rules below, if needed)
───────────────────────────────────────────────────────────────────────────────*/
.web-service-section {
  padding: 50px 0 100px;
  background: url(images/img-service-section.png) no-repeat;
  background-size: contain;
}

.web-service-section .web-heading a {
  float: left;
}

.web-service-section .col-lg-6:nth-child(even) {
  margin: 40px 0 0;
}

/* If you still need those “menu‐link” styles or title styles, re-add them here: */
.web-service-section .web-service-item h4 {
  margin: 30px 0 20px;
  font-size: 1.15rem;
}

.web-service-section .web-service-item a {
  display: inline-block;
  position: relative;
  font-family: 'welearn';
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 500;
}

.web-service-section .web-service-item a:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 15px;
  right: -30px;
  background: #3f3f3f;
}

.web-service-section .web-service-item a:hover {
  color: #3a5653;
}





.web-counter-section {
	padding: 100px 0;
	background: #3a5653;
	color: #fff;
	border-radius: 5px;
}
.web-counter-section .web-counter-item span {
	display: block;
	font-family: 'welearn'
}
.web-counter-section .web-counter-item .web-counter-number {
	font-size: 2.5rem;
	font-weight: 700
}
.web-counter-section .web-counter-item .web-counter-name {
	font-size: 1.5rem;
	font-weight: 500
}

.web-pricing-section {
	padding: 100px 0;
	background: url(images/img-pricing-section.png) no-repeat;
	background-size: contain;
}
.web-pricing-section .nav {
	margin: 30px 0;
	border: 0;
}
.web-pricing-section .nav li a {
	padding: 45px;
	margin: 0 0 30px;
	background: #fff;
	color: #495057;
	border: 0;
	border-radius: 10px;
}
.web-pricing-section .nav li h4 {
	font-size: 1.15rem;
	font-weight: 500;
	color: #3a5653;
}
.web-pricing-section .nav li span {
	margin: 10px 0 0;
	font-family: 'Rubik';
	font-size: 2rem;
	font-weight: 700;
}
.web-pricing-section .nav li a.active {
	background: #3a5653;
	color: #fff;
}
.web-pricing-section .nav li a.active h4 {
	color: #fff;
}
.web-pricing-section .web-pricing-content {
	width: 100%;
	display: inline-block;
	padding: 60px 45px 45px;
	background: #fff;
	border-radius: 10px;
}
.web-pricing-section .web-pricing-content h4 {
	margin: 0 0 30px;
}
.web-pricing-section .web-pricing-content li {
	color: #818181;
	font-size: 1.15rem;
	line-height: 2;
	font-style: italic;
}
.web-pricing-section .web-pricing-content li .fa-check {
	float:right;
	margin-top: 13px;
	color: #3a5653;
	

}


.web-review-section {
	padding: 100px 0;
	background: url(images/img-customer-section.png) no-repeat;
	background-size: contain;
}

.web-review-section .web-review-content{
	float: right;
	text-align: right;
}

.web-review-section .web-review-content p {
	margin: 0 0 30px;
	font-family: 'welearn';
	font-size: 1.5rem;
	font-style: italic;
	color: #818181
}
.web-review-section .web-review-content .name {
	display: block;
	font-family: 'welearn';
	font-weight: 700;
	font-size: 1.15rem
}
.web-review-section .carousel-control {
	position: absolute;
	bottom: 17%;
    left: 95%;
}
.web-review-section .carousel-control .carousel-control-prev,
.web-review-section .carousel-control .carousel-control-next {
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 3px;
	line-height: 50px;
	background: #3a5653;
	color: #fff;
	opacity: 1;
	border-radius: 4px;
}
.web-review-section .carousel-control .carousel-control-prev {
	left: -120px;
}

.web-strategy-section {
	width: 100%;
	display: inline-block;
	padding: 100px 0;
	background: #3a5653;
	color: #fff;
	font-family: 'welearn';
}
.web-strategy-section h2,
.web-strategy-section p {
	color: #fff;
	font-family:'welearn'; 
}
.web-strategy-section a {
	padding: 0.75rem 1.5rem;
	font-family: 'welearn'
}


.web-blog-section {
	padding: 100px 0;
	background: url(images/img-blog-section.png) no-repeat;
	background-size: contain;
}
.web-blog-section .web-blog-item {
	width: 100%;
	display: inline-block;
	margin: 15px 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.web-blog-section .web-blog-item img {
	width: 100%;
	height: 310px;
	background-position: center;
	object-fit: cover
}


.web-blog-section .carousel-indicators {
	top: 313px;
    right: -40px
}

.web-blog-section .web-blog-item .web-blog-content {
	padding: 20px 30px;
}
.web-blog-section .web-blog-item .web-blog-content h2{
	text-align: center;
}
.web-blog-section .web-blog-item .web-blog-content h2 a {
	color: #3a5653;


}
.web-blog-section .web-blog-item .web-blog-content h2 a:hover {
	color: #3a5653;
}
.web-blog-section .web-blog-item .web-blog-content p {
	color: #818181

}
.web-blog-section .web-blog-item .web-blog-content a.btn.btn-primary{
	float: left;
	top: 10px;
}


.web-footer-section {
	padding: 100px 0;
	background: #f8f9fa url(images/img-footer-section.png) no-repeat;
	background-size: contain;
}
.web-footer-section strong {
	display: block;
	margin: 15px 0;
	font-family: 'Rubik';
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
}
.web-footer-section .web-gallery-section ul li {
	width: 33.33%;
	float: left;
	padding: 5px 10px 5px 0;
	list-style: none;
}
.web-footer-section .web-gallery-section ul li img {
	width: 100%;
	height: 75px;
	border-radius: 4px;
	object-fit: cover;
}
.web-footer-section .web-menu-section li {
	position: relative;
	list-style: none;
}
.web-footer-section .web-menu-section li a {
	display: block;
	padding: 5px 0;
	color: #3f3f3f;
	font-size: 1.2rem;
}
.web-footer-section .web-menu-section li a:hover {
	color: #3a5653;
}
.web-footer-section form {
	width: 350px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.web-footer-section form input {
	width: 100%;
	height: 45px;
	padding: 0 60px 0 15px;
	background: #3a5653;
	color: #fff;
	border: 0;
}
.web-footer-section form input::placeholder {
	color: #ffd5e1
}
.web-footer-section form button {
	width: 45px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #3a5653;
	border: 0;
}
.web-footer-section .web-social-section {
	margin: 15px 0 0;
}
.web-footer-section .web-social-section ul li {
	display: inline-block;
	margin: 5px;
	font-size: 1.75rem;
	list-style: none;
}
.web-footer-section .web-social-section ul li:first-child a {
	color: #3b5998
}
.web-footer-section .web-social-section ul li:nth-child(2) a {
	color: #1da1f2
}
.web-footer-section .web-social-section ul li:nth-child(3) a {
	color: #34a853
}
.web-footer-section .web-social-section ul li:nth-child(4) a {
	color: #fd1d1d
}
.web-footer-section .web-social-section ul li:nth-child(5) a {
	color: #0088cc
}




.single{
	margin-top: 5rem !important;
}
.article-blog {
    width: 100%;
    display: inline-block;
    margin: 0 0 50px;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}
.article-blog h1 {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 25px;
    color: #292b2c
}
.article-blog .article-info {
    float: left;
    padding: 2px 0 0;
}
.article-blog ul li {
    display: inline-block;
}
.article-blog ul li i {
    color: #2ecc71
}
.article-blog .article-thumb {
    margin: 0 0 15px;
    position: relative;
}
.article-blog .article-thumb figure {
    position: relative;
}
.article-blog .article-thumb img {
    border-radius: 4px;
    display: block;
	width: 65%;
    
}
.article-blog .article-thumb .blog-date {
    width: 70px;
    height: 70px;
    line-height: 25px;
    padding: 12px 5px;
    position: absolute;
    bottom: 15px;
    right: 75px;
    font-size: 2rem;
    background: #2ecc71;
    color: #fff;
    outline: 1px dashed #fff;
    outline-offset: -3px;
    text-align: center;
    box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
    -webkit-box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
    -moz-box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
    -o-box-shadow: 0 2px 20px 0 rgba(144, 144, 144, 0.2);
}
.article-blog .article-thumb .blog-date .month {
    font-size: 15px;
    line-height: 24px;
    display: block;
}



.page-header {
	margin: 0 0 50px;
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.page-header .page-title {
	font-size: 45px;
	color: #fff;
}
.page-section h2 {
	padding: 0 0 15px;
	position: relative;
}
.page-section h2:after {
	content: "";
	width: 45px;
	height: 2px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffd200;
}
.page-section .about-section h2:after {
	right: 0;
	left: auto;
}
.page-section .about-section {
	padding: 0 0 50px;
}
.page-section .about-section .about-section-content {
	padding: 0 0 0 30px;
}
.page-section .video-section {
	overflow: hidden;
	border-radius: 4px;
}
.page-section .team-section {
	padding: 50px 0 0;
}
.page-section .company-section {
	position: relative;
	background: #f9f9f9;
}
.page-section .company-section:before {
	content: "";
	width: 15px;
	position: absolute;
	margin: 0 auto;
	top: 0;
	right: 0;
	left: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
}
.page-section .company-section:after {
	content: "";
	width: 15px;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	right: 0;
	left: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
.page-section .team-section .team-content {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.page-section .team-section .team-content .team-info {
	width: 90%;
	height: 90%;
	padding: 90px 0;
	position: absolute;
	top: 5%;
	left: 5%;
	-webkit-transform: scale(0.9);
	transform: scale(1.15);
	background-color: rgba(255, 210, 0, 0.8);
	opacity: 0;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-section .team-section .team-content:hover .team-info {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.page-section .team-section .team-content .team-info h5 {
	margin: 5px 0;
}



.about_us{
	margin-top: 10rem;
}

.map{
	margin-top: 10rem;
}


.scroll-tracker {
	position: fixed;
	inset: 0 0 auto;
	height: 0.5rem;
	background-color: rgb(0, 149, 255) !important;
	transform-origin: left !important;
}



/* container */
.styled-contact-form {
  margin: 0;
  padding: 0;
}

/* Remove default p margins */
.styled-contact-form p {
  margin: 0;
  padding: 0;
}

/* Label styling */
.styled-contact-form .form-label {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #3a5653;
}

/* Text, Email & Textarea fields */
.styled-contact-form .form-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #3a5653;
  border-radius: 6px;
  box-sizing: border-box;
}

.styled-contact-form .form-input:focus {
  outline: none;
  border-color: #3a5653;
}

/* Submit Button */
.styled-contact-form .form-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem;
  background-color: #3a5653;
  color: #fff;
  border: 1px solid #3a5653;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.styled-contact-form .form-button:hover {
  background-color: #2e4745;
}



