/*!
Theme Name: profin
Theme URI: https://beebrand.agency/
Author: Beebrand.agency
Author URI: https://beebrand.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: profin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.ma
Use it to make something cool, have fun, and share what you've learned.

profin is based on Profin https://beebrand.agency//, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
    --main_color: #B2DF58;
    --dark_color: #1A2344;
  }

img{
	height: auto;
}

.logo img {
    width: 130px;
}



.contact__form-comment-form .theme-btn{
    border: none;
}

.theme__dark_btn {
	background: var(--dark_color) !important;
}
.contact__form-comment-form .theme-btn {
    background: var(--dark_color) !important;
}

.theme-btn {
    background: var(--dark_color);
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgb(15 60 255 / 22%);
    display: inline-block;
    padding: 18px 26px;
    font-size: 18px !important;
    font-weight: bold;
    color: #f0f0f0 !important;
  }
  .theme-btn:hover {
    background: #fff !important;
    color: var(--dark_color) !important;
  }


  .blog_grid a{
    text-decoration: none !important;
  }

  .blog_grid h2 a{
    font-weight: 600 !important;
    color: var(--dark_color) !important;
  }


  .modal-body input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn {
    padding: 18px;
    font-size: 15px !important;
    width: 100%;
    border: none !important;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  width: 100%;
}




.lang_header a{
    text-decoration: none !important;
}

.lang_header > li > a:after {
    content: '';
    width: 18px;
    height: 18px;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6" /></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.lang_header a span{
    color: var(--dark_color);
}


.lang_header .sub-menu{
    left: -20px;
    min-width: 60px;
}


.lang_header .sub-menu a span{
    color: var(--dark_color);
}

.wpml-ls-current-language > a{
	pointer-events: none;
	cursor: pointer;
}

@media(max-width: 1474){
	.header-wrap.mr-60{
		    margin: 0 20px;
	}
}

@media(max-width: 1395px){
	.theme-btn{
		padding:18px 11px;
		font-size: 15px !important;
	}
}

@media(max-width: 1336px){
	header .navbar-nav li {
        padding: 0px !important;
    }
	.phonewrp a.theme-btn{
		display: none;
	}
	
	.main_menu {
    	gap: 9px;
	}
}


@media(max-width: 1090px){
	header .col-lg-2.navbar-light,
	.menu-main-menu-container {
    width: 100% !important;
}
	.phonewrp a.theme-btn{
		display: flex;
	}
	.conInfo {
		padding-left: 0px;
		flex-direction: column;
		margin-top: 30px;
	}
	ul#menu-language li {
		display: flex;
		gap: 10px;
	}
	ul#menu-language li:hover .sub-menu {
    	transform: scaleY(1);
    	border: none;
    	box-shadow: none;
    	background: transparent;
	}
	
	
	ul#menu-language .sub-menu {
        width: 100%;
        position: static;
        display: flex !important;
        margin-left: 0;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        display: flex;
        gap: 10px;
		border: none !important;
		box-shadow: none !important;
		        background: transparent;
    }
	
	.lang_header > li > a:after{
		display:none !important;
	}
	
	ul#menu-language .sub-menu li {
		padding: 0 !important;
		border: none !important;
	}
	ul#menu-language .sub-menu li a{
		padding: 0px !important;
		color: #000 !important;
		background: transparent !important;
	}
	
}




@media (max-width: 767px) {
    .header-wrap .logo img {
        width: 110px;
    }
	
	.navbar-nav>li>a+i{
		top: 2px !important;
	}
	
	.navbar .menu-language-container {
		display: flex;
		justify-content: center;
	}
	
	.navbar .conInfo{
		margin-bottom: 50px;
	}
	
	 .socialbox ul {
        gap: 40px !important;
    }
	
	.work_details .readmore a + a {
    	margin-top: 17px;
	}
	
	.service_card h2 a {
		min-height: auto !important;
	}
	
	.service_card .readmore_btn{
		margin-top: 0px !important;
	}
	.service_card .readmore_btn:after{
		display: none !important;
	}
	
	.page-template-Services .service-wrap {
    	padding: 30px 0;
	}
}

@media (max-width: 437px) {
    .socialbox ul {
        gap: 27px !important;
    }
}


.cf7-cf-turnstile{
	margin: 0px !important;
	overflow: hidden;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    background: #1a2344;
    border: none !important;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
}


form.wpcf7-form.sent .wpcf7-response-output {
    background: #b2df58;
    border: none !important;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
}


.header-wrap {
        width: 100% !important;
        margin: 0 auto;
        top: 0px;
        border-radius: 0px;
    }

.service_sl_item{
	height:100%;
}
.pagetitle-wrap h1 {
    position: relative;
    z-index: 4;
}

.pagetitle-wrap .bubble-3{
	display: none;
}

.pagetitle-wrap .bubble-1{
	display: none;
}

@media screen and (max-width: 767px) {
    .pagetitle-wrap {
        padding: 115px 0 83px 0;
    }
	
	.socialbox ul {
    gap: 50px;
	}
}
