/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
	font-family: 'Gomme Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('font-gomme-sans/fonnts_comGomme_Sans.eot');
	src: url('font-gomme-sans/fonnts_comGomme_Sans.eot?#iefix') format('embedded-opentype'),
		url('font-gomme-sans/fonnts_comGomme_Sans.woff2') format('woff2'),
		url('font-gomme-sans/fonnts_comGomme_Sans.woff') format('woff'),
		url('font-gomme-sans/fonnts_comGomme_Sans.ttf') format('truetype'),
		url('font-gomme-sans/fonnts_comGomme_Sans.svg#GommeSans') format('svg');
}
@font-face {
	font-family: 'Gomme Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('font-gomme-sans/fonnts_comGomme_Sans_Bold-1.eot');
	src: url('font-gomme-sans/fonnts_comGomme_Sans_Bold-1.eot?#iefix') format('embedded-opentype'),
		url('font-gomme-sans/fonnts_comGomme_Sans_Bold.woff2') format('woff2'),
		url('font-gomme-sans/fonnts_comGomme_Sans_Bold.woff') format('woff'),
		url('font-gomme-sans/fonnts_comGomme_Sans_Bold.ttf') format('truetype'),
		url('font-gomme-sans/fonnts_comGomme_Sans_Bold.svg#GommeSans') format('svg');
}
.contact-form .form-group select.wpcf7-form-control {
-webkit-appearance: none !important;
    margin-bottom: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDEwIDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwIDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGlkPSJTaGFwZSIgb3BhY2l0eT0iMC41NCIgZmlsbD0iI0MxQzFDMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAgICAiIHBvaW50cz0iMCwwIDUsNSAxMCwwICIvPjwvc3ZnPg==);
    background-position: right;
    background-repeat: no-repeat;
}

.awards-slider .qode_clients.qode_clients_switch_images.qode_clients_switch_fade .qode_client_image_holder a:hover .qode_client_hover_image{
	top: 0;
}

.awards-slider .slick-track{
	display: flex;
}
.awards-slider .slick-slide{
	align-self: center;
}
.awards-slider .qode_clients.qode_clients_switch_images.qode_clients_switch_fade .qode_client_image_holder a .qode_client_hover_image{
	display: none;
}

.qode_clients.qode_clients_switch_images.qode_clients_switch_fade .qode_client_image_holder a:hover .qode_client_main_image{
	opacity: 1;
}
.awards-slider .qode_clients .qode_client_holder{
	margin-bottom: 0;
}
.qode_clients .qode_client_holder a{
	pointer-events: none;
}
.qode_clients .qode_client_holder .qode_client_image_holder:hover a img{
	opacity: .4;
}
.qode_clients .qode_client_holder a img{
	-webkit-transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
    -ms-transform: opacity .6s ease-out;
    transition: opacity .6s ease-out;
}



/* .white-bg-posts .latest_post_two_holder .latest_post_two_text .latest_post_two_title a {
    color: var(--e-global-color-4bfcefe);
} */

.white-bg-posts .latest_post_two_holder li .latest_post_two_info{
	display: none;
}
/* .white-bg-posts .latest_post_two_holder .latest_post_two_text .latest_post_two_title a:hover{
	color: #AED000 !important;
} */

.latest_post_two_holder .latest_post_two_text .latest_post_two_title,.blog_holder.masonry article .post_text h5{font-weight: 400 !important;}
.latest_post_two_holder .latest_post_two_text .latest_post_two_title a,.blog_holder.masonry article .post_text h5 a{ font-size: inherit !important;line-height: inherit !important;font-weight: inherit !important; }
.qode_clients.six_columns .qode_client_holder:nth-child(1) img{
	max-width: 133px;
    max-height: 70px;
}

.elementor-widget-n-tabs button{
	cursor: pointer;
}
.slick-slide{
	cursor: grab;
}

.slick-slide.slick-active {
    cursor: grabbing;
}

.our-history-slider .slick-prev {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
	border-color: #AED000;
}

.our-history-slider .slick-next {
	display: block;
	position: absolute;
	right: -40px;
	top:50%;
	transform: translateY(-50%);
	z-index: 1000;
	border-color: #AED000;
  }

  .our-history-slider  .slick-prev:hover,.our-history-slider  .slick-next:hover {
    background: #AED000;
    border-color: #AED000;
}
.wrapper .wrapper_inner section.elementor-section-full_width {
    width: 100% !important;
    left: 0 !important;
    max-width: 100% !important;
}
.post-type-archive-portfolio_page .blog_compound article .post_title .category,
.post-type-archive-portfolio_page .blog_compound article .post_title .entry_title,
.post-type-archive-portfolio_page .blog_compound article .post_meta{
    text-align: left;
}
.post-type-archive-portfolio_page .blog_compound article .post_title .separator.small{
	margin: 0;
}
.post-type-archive-portfolio_page .blog_compound article .post_meta .three_columns>.column1,
.post-type-archive-portfolio_page .blog_compound article .post_meta .three_columns>.column2,
.post-type-archive-portfolio_page .blog_compound article .post_meta .three_columns>.column3{
	width: auto;
}

.header_inner nav.main_menu>ul>li>a, nav.main_menu ul li a > span{
	    padding: 0 5px;
}

.single .blog_single h2{color: #fff;text-transform: none;}
.single .blog_single h2 strong{font-weight: 500;}
.archive .post_title h2 a{color: #fff;}
.archive .post_title h2 a:hover{color: #aed000;}
.archive .post_title .separator.small{    background-color: #fff;}

.full-bg-light{ position: relative;    z-index: 2; }
.full-bg-light:before{ content: "";position: absolute;left: 0;top: 0;background-color: #002B49;height: 100%;width: 1000%;z-index: -1; }
.full-bg-light:after{ content: "";position: absolute;right: 0;top: 0;background-color: #002B49;height: 100%;width: 1000%; z-index: -1;}
.full-bg-light.dark:before{background-color: #00202F;}
.full-bg-light.dark:after{background-color: #00202F;}
.blog_holder.masonry article .post_text .post_text_inner{background-color: transparent; padding:0;}
.blog_holder.masonry article .post_text .post_text_inner p.post_excerpt{     -webkit-line-clamp: 3;position: relative;    overflow: hidden;    display: -webkit-box;    -webkit-box-orient: vertical;    height: 80px; margin-top: 10px;}
.blog_holder.masonry article .post_text h5 a{    font-size: 16px;line-height: 24px;  }
.blog_holder.blog_masonry_date_in_image .time span{color: #303030;}
.blog_holder.blog_masonry_date_in_image article .post_text .post_text_inner{ text-align: left; }
.blog_holder.blog_masonry_date_in_image article .post_text h5{ margin-bottom: 10px; }
.blog_holder.masonry article .post_image{overflow: hidden;}
.blog_holder.masonry article .post_image img{transition: all 0.5s ease;}
.blog_holder.masonry article:hover .post_image img{transform: scale(1.03);}
.blog_holder.masonry article .post_image iframe{ width: 100%; }
.blog-form-inner .blog-form .form-control{width: 100%;padding: 7px 10px;    background: transparent;    border: none;    border-bottom: 1px solid #AED000;    color: #fff;    outline: none;    box-sizing: border-box;    font-family: "Gomme Sans", Sans-serif !important;    font-size: 16px;    line-height: 24px;    font-weight: 400;    letter-spacing: 0;    text-transform: uppercase;    color: #ffffff; }

.blog-form-inner .blog-form .form-control:focus{ border-color: #AED000; }
.blog-form-inner .blog-form .form-control::placeholder{ color: #fff;font-family: "Gomme Sans", Sans-serif !important;font-size:16px;text-transform:uppercase; }

/***new blog css*/
.blog_holder.blog_masonry_date_in_image .time {
    position: relative;
    padding: 14px 0 9px 9px;
    border-top: none;
    border-bottom: 1px solid #AED000;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: transparent;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    font-size: 14.4px;
    line-height: 16.32px;
}
.blog_holder.blog_masonry_date_in_image .time:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    background-color: #AED000;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog_holder.blog_masonry_date_in_image .time .time_day {
    color: #ffffff;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    padding-right: 3px;
}
.blog_holder.blog_masonry_date_in_image .time span {
    color: #ffffff;
}


.blog_holder.blog_large_image article .post_text h2 .date, .blog_holder.blog_single article .post_text h2 .date{    font-size: 14.4px;letter-spacing: 0;
    text-transform: capitalize;font-weight: 400;    line-height: 16.32px;padding: 0 0 9px 10px;}

.title_subtitle_holder h6{ margin-bottom: 20px; }
.latest_post_two_holder .latest_post_two_info { padding: 14px 0 9px 9px;}
.latest_post_two_holder .latest_post_two_text{    padding: 20px 0 0;}
.latest_post_two_holder .latest_post_two_info_inner .post_info_date{ letter-spacing: 0;font-size: 14.4px;
    line-height: 16.32px;text-transform: capitalize;font-family: "Gomme Sans", Sans-serif; }

.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt,.latest_post_two_holder .latest_post_two_text .latest_post_two_excerpt {
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 80px;
}

.latest_post_two_holder .latest_post_two_text .latest_post_two_title a:hover{ color: #AED000 !important; }
.single .post_text_inner p a{    word-wrap: break-word;  }
.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform: scale(1.03);
}
.latest_post_two_holder .latest_post_two_image{ overflow: hidden; }
.latest_post_two_holder .latest_post_two_image img{transition:transform .35s cubic-bezier(.25,.46,.45,.94)}
.latest_post_two_holder li:hover .latest_post_two_image img{transform: scale(1.03);  }
.footer_top .q_social_icon_holder:hover i.simple_social, .footer_top .q_social_icon_holder:hover span.simple_social{color: #aed000 !important;}

@media (min-width:1400px){
.blog_holder.masonry article .post_image img{height: 404px;object-fit: cover;}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image img{min-height: 325px;}
}

@media (max-width:1200px){
.blog-form-inner .blog-form .form-control::placeholder{font-size: 14px;}
.blog-form-inner .blog-form .form-control::placeholder{ font-size:12px;}
}

@media (max-width:1399px){
.blog_holder.masonry article .post_image img{height: 220px;object-fit: cover;}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image img{min-height: 255px;}
}

@media (min-width:768px){
	.elementor-col-33.services-col > .elementor-widget-wrap.elementor-element-populated {
    	padding-bottom: 65px;
	}

	.elementor-col-33.services-col > .elementor-widget-wrap.elementor-element-populated .elementor-widget.elementor-widget-bridge_button {
		position: absolute;
		bottom: 0;
	}
}
@media (max-width:767px){
	.awards-slider .qode_clients .qode_client_holder{
		margin-bottom: 20px;
	}
	.elementor-widget-n-tabs .e-n-tabs-content .qbutton {
		white-space: normal;
		height: auto;
		line-height: 2;
	}
	.elementor-widget-n-tabs .e-n-tabs-content .btn-large .qbutton{ line-height: 48px; }
	.blog_holder.masonry article .post_text h5 a { font-size: 18px;  line-height: 26px;}
	.solutions-tabs .e-n-tab-title + .e-n-tab-title{margin-top: 10px !important;;}
	.single .two_columns_75_25 .column2 .sidebar{ padding: 0;  }
	.blog-form-inner .blog-form .form-control::placeholder{ font-size:16px;}
	.single-post .blog_single .post_text_inner p {word-wrap: break-word;}

}


@media only screen and (max-width: 1440px) and (min-width: 1001px){
	nav.main_menu{
		        width: 66%;
	}
}

@media only screen and (max-width: 1399px) and (min-width: 1001px){
.blog_holder.masonry article .post_text .post_text_inner{ min-height: 165px; }
}







@media (max-width:1605px){nav.main_menu{width: 56%;    left: 56%;}}
@media (max-width:1296px){nav.main_menu{width: 67%;    left: 58%;}}
@media (max-width:1086px){nav.main_menu{width: 75%;    left: 60%;}}
@media (max-width:1000px){header .q_logo img.mobile{width: 100px !important;margin-top: 20px !important;}}