/* 
Theme Name: Mepco
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.premium-mega-content-container {
    background: #003359;
}
.current-menu-item > a {
    color: #CF203E !important;
}
.home .header {
    background: transparent !important;
}
/* header end */

/***n***/
.n-expert-slider .elementor-swiper-button-prev {
    left: -70px !important;
}
.n-expert-slider .elementor-swiper-button-next {
    right: -70px !important;
}

/***/

.services img {
    min-height: 140px!important;
    max-height: 150px!important;
}
.services ul{
	padding-left:20px!important;
}
.services p{
	color:#003359;
}
.foot-info p {
    margin-bottom: 15px;
}
.foot-info a {
    color: #f19c23;
}
.custom-btn {
    padding: 12px 15px;
    display: inline-block;
    width: 318px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-family: 'Inter';
	position:relative;
	margin-top:40px;
}
.custom-btn span {
    font-size: 30px;
    margin-top: 7px;
    display:block;
}
.custom-btn img {
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.custom-dynamic-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 50px 20px;
        max-width: 1300px;
        column-gap: 20px;
        row-gap: 40px;
        margin: auto;
      }
      .custom-content {
        flex: 0 0 48%;
      }
      .custom-content-img {
        flex: 0 0 48%;
      }
.link-hover a:hover{
	color:#F19C22!important;
}
.link-hover a{
	color:#F19C22!important;
}
      .custom-content p {
        max-width: 472px;
        font-size: 16px;
        line-height: 24px;
        color: #1d1d1b;
        font-family: inter;
      }
      .custom-dynamic-content .client-text{
        flex: 0 0 68%;
      }
      .custom-dynamic-content .client-img{
        flex: 0 0 28%;
      }
      .custom-dynamic-content .client-img img{
        max-width: 296px;
      }
      .custom-dynamic-content .client-text img{
        display: inline-block;
        width: 57px!important;
        margin: 20px 0;
      }
      .custom-dynamic-content .client-text h4{
        color: #F19C22;
      }
      .custom-dynamic-content .client-text p{
        max-width: 701px;
        margin: 20px 0 10px 0;
        color: #fff;
      }
      @media screen and (max-width:480px) {
        .custom-content{
            flex: 0 0 100%;
            padding: 0;
        }
        .custom-content-img{
            flex: 0 0 100%;
        }
        .custom-dynamic-content .client-text{
            flex: 0 0 100%;
        }
        .custom-dynamic-content .client-img{
        flex: 0 0 100%;
        text-align: center;
      }
      }



/************/
.w-listing-case .elementor-pagination {
    padding: 30px 0;
}
nav.elementor-pagination {
    padding: 10px;
    border-top: 1px solid #C6C2BB;
    margin-top: 50px;
    font-family: inter !important;
}

.page-numbers.prev {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: inter;
    color: #f19c23;
}

.page-numbers.next {
    float: right;
    text-transform: uppercase;
    color: #f19c23;
    font-size: 14px;
    font-weight: 500;
    font-family: inter;
}
.page-numbers.current {
    border: 1px solid#288CEC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: inline-block;
    line-height: inherit;
    line-height: 10px;
}

.page-numbers {
    color: #003359;
    font-size: 14px;
    font-weight: 500;
    font-family: inter;
}
.w-blog-image img {
    min-height: 300px;
}

/* homepage-slider */

.w-custom-slider{
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
	align-items:center;
    gap: 20px;
  }
  .w-slider-text-card{
        flex: 0 0 32%;
    text-align: left;
		justify-content:space-evenly;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}
  .w-slider-card{
    flex: 0 0 32%;
    text-align:left;
    line-height: 0;
  }
.w-slider-text-card h2{
    color:#fff;
}
.w-slider-text-card p{
  font-size:16px;
  font-family:inter;
  line-height:24px;
  font-weight: 400;
}
.w-slider-card div{
  background-color:#fff;
  padding: 20px;
	line-height:25px;
}
.w-slider-card div h3{
  font-size: 36px;
  line-height:37px;
  color:#1D1D1B;
}
.w-slider-card div p{
  color:#F19C22;
  font-size:14px;
  margin-bottom: 20px;
}
.w-slider-card img{
	width:100%;
}
.w-slider-card div .btn{
  background-color:#288CEC;
  border:none;
  border-radius;0px;
  padding: 10px 20px;
		color:#ffff;
	display:inline-block;
}
.home-slider .elementor-swiper-button {
    border: 1px solid white;
    padding: 22px;
    border-radius: 100%;
}
.custom-color .sub-menu a{
	color:#000 !important;
}
.custom-color .sub-menu a:hover{
	color:#fff !important;
}
.home-slider-h3 .elementor-widget-container{
	display:flex;
	align-items:center;
}
.w-case-showcase h5 a {
    display: block;
    min-height: 70px;
}
.w-counter{
	width:222px!important;
	height:222px;
}
.w-audit-form .wpcf7-text {
    border: none;
    width: 100%;
    background-color: #ededed;
    margin: 10px 0;
    outline: none;
}

.w-audit-form .wpcf7-list-item {
    margin: 10px 0;
}
.w-audit-form .wpcf7-submit {
    display: inline-block;
    width: 100%;
    background-color: #008eec;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 20px 10px 0px;
    margin-top: 10px;
    font-weight:600;
    font-family: inter;
}
.w-audit-form a {
    color: #f19c23!important;
}
.w-form-bx.set-align-btn {
    position: relative;
}

.w-form-bx.set-align-btn i {
    position: absolute;
    top: 25px;
    right: 17%;
    color: #fff;
}


.w-free-trial-form .gfield_html h1 {
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
}
.w-free-trial-form .gfield_html h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
}

.w-free-trial-form .gfield_html {
    text-align: center;
}

.w-free-trial-form input {
    border-color: #e3e3e3 !important;
    padding: 15px!important;
	outline:none;
}
.w-free-trial-form select {
    border-color: #e3e3e3 !important;
    padding: 15px!important;
}
.w-free-trial-form .gfield_html {
    margin: 30px 0!important;
}
.w-free-trial-form .gfield-choice-input {
    margin: 0!important;
}
.w-free-trial-form .button {
    border: 2px solid orange!important;
    padding: 10px 30px!important;
    color: orange!important;
}
.w-free-trial-form .button:hover {
    background-color:  #f19c23!important;
	color:#fff!important;
}
.w-free-trial-form .gf_step_active .gf_step_number {
    background-color: #f19c23;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
}
.w-free-trial-form .gf_step_active .gf_step_label {
    color: #f19c23;
}
.w-free-trial-form a{
	color: #f19c23!important;
}
.w-free-trial-form .gform_page_footer.top_label {
    border: navajowhite;
}
#premium-nav-menu-item-29385{
	display:none;
}
	#premium-nav-menu-item-29386{
		display:none;
	}

    .n-expert-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none !important;
    }
    .premium-mega-content-container .elementor-icon-box-description a {
        color: #298cec;
    }
  


.foot-info a{color:#f19c22 !important;}
.d-none{display:none !important}

form#webifltrform select {
       position: relative;
    outline: none;
    max-width: 347px;
    /* width: 100%; */
    background-color: #ededed;
    padding: 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Inter';
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.webiform{max-width: 347px;width: 100%;position: relative;}
/* Custom Arrow Icon Add Karna */
.webiform::after {
    font-size: 18px;
    max-width: 347px;
    width: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #003359;
}
/* .inner-container{
    max-width: 650px;
    margin-left: auto;
} */
/* .custom-margin container{
    margin-left: auto;
} */

.single-service .page-header {
    display: none;
}

.page-id-570 .header {
    background: #000;
}
.page-id-581 .header{
	background:#000;
}



/*@media (max-width:780px) {*/
@media screen and (max-width: 1367px) {
	
	.w-free-trial-form .gf_step_number{
    padding: 5px 10px;
    border-radius: 50%;
	}
	.w-free-trial-form .gfield_html h1{
		font-size:28px;
		line-height:34px;
	}
	.w-free-trial-form .gfield_html h2{
		font-size:28px;
		line-height:34px;
	}
	.w-free-trial-form label{
		font-size:14px!important;
		line-height:18px!important;
		min-height:42px;
	}
	.w-free-trial-form .gfield_checkbox li{
		width:50%!important;
	}
	.w-free-trial-form .gfield_checkbox label{
		min-height:18px!important;
	}
	.w-free-trial-form .gfield_label {
    display: flex!important;
    align-items: center;
}
	.premium-menu-link-parent{
		color:#003359;
	}
	.w-slider-text-card {
		display:none!important;
	}
	.w-slider-card img{
	min-height: 200px;
}
	.w-slider-card{
		flex: 0 0 48%;
	}
	.w-slider-card h6{
		font-size:28px;
		font-weight:700;
	}
	.home-slider .elementor-slides .swiper-slide-inner{
		padding:0;
	}
}

@media screen and (max-width:880px) {

    .n-expert-slider .elementor-swiper-button {
        display: none !important;
    }
    
    .n-expert-slider .swiper {
       
        width: 100% !important;
    }
    .n-expert-slider .swiper-pagination-bullet-active {
        background: orange ! IMPORTANT;
    }
    .line-height h3 {
        line-height: 26px;
    }
    .premium-mobile-menu-container {
        max-height: inherit !important;
        
      }
      .premium-mobile-menu-container .premium-main-mobile-menu {
        width: 100%;
        max-height: inherit !important;
        justify-content: flex-start !important;
        min-height: 100vh;
    }
    .home .header {
        background: #003359 !important;
    }
    .premium-mobile-menu-container .premium-main-mobile-menu li a.premium-menu-link{
        font-size: 18px ! IMPORTANT;
        margin-bottom: 10px;
    }
    .m-log-btn a {
        background: #f19c22;
        text-align: center;
        justify-content: center !important;
        padding: 10px !important;
        margin-bottom: 10px;
    }
    
    .m-aud-btn a {
        background: #298cec;
        text-align: center;
        justify-content: center !important;
        padding: 10px !important;
        margin-bottom: 10px;
    }
    .n-expert-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: block !important;
    }
    
}
@media screen and (max-width:490px) {
	
	.w-custom-slider{
		flex-wrap:nowrap;
	}
	.w-slider-card div{
		padding:10px;
	}
	.w-slider-card{
		flex: 0 0 48%;}
	
	.w-slider-text-card{
		display:none!important;
	}
	.w-slider-card img{
	min-height: 150px;
}
.w-slider-card h6{
		font-size:18px;
		font-weight:600;
	}
.w-slider-card p{
	font-size:12px;
}
.w-slider-card .btn{
	font-size:10px;
	padding:5px 10px!important;
}
	.footer-image {
    position: relative!important;
    top: 0!important;
}

.footer-image img {
    max-width: 150px;
}
.w-relate-box .img-set img {
    height: 150px !important;
}
.w-line-hight h2 {
    line-height: 29px !important;
    
}
.w-line-hight h2 span{
    font-size:24px !important;
}
}