/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.15.1655276959
Updated: 2022-06-15 07:09:19

*/
#et-top-navigation .bookbtn a {
	background-color: #fff;
	color: #0d6efd;
	padding: 15px 15px !important;
	border-radius: 30px;
}
.et-fixed-header #et-top-navigation .bookbtn a {
	background-color: #0d6efd !important;
	color: #fff !important;
}
#et-top-navigation .launchbtn.current_page_item a, .et-fixed-header #et-top-navigation .launchbtn.current_page_item a{
    color: #fff !important;
}
.launchbtn a {
	background-color: #ffcd10;
	padding: 18px 14px !important;
	border-radius: 30px;
}
.et-fixed-header .launchbtn a {
	padding: 13px 12px !important;
	transition: .3s;
}
.launchbtn a:hover {
	background-color: #222;
	color: #fff !important;
	opacity: 1 !important;
}
.et-fixed-header #top-menu .launchbtn a:hover {
	color: #fff !important;
}
.gform_wrapper .gform_heading .gform_required_legend {
	display: none;
}
.form-btn .gform_wrapper .gform_button {
	width: 100%;
	max-width: 300px;
	letter-spacing: 2px;
	font-weight: 600;
}
.gform_wrapper .gform_page_footer .gform_previous_button{
	background-color: #222222 !important;
    color: #fff !important;
}
.gform_wrapper .gform_button, .gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_next_button {
	background-color: #ffcd10 !important;
	color: #333333 !important;
	font-size: 20px;
	padding: 12px 25px;
	border-radius: 30px;
	border: none;
    cursor: pointer;
}
/*================Start Banner section=================*/
.counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.banner-section .et_pb_text_1 p {
	padding-top: 15px;
	padding-bottom: 15px;
}
.bannerbtn, .tabctabtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 10px;
}
.bannerbtn a, .tabctabtn a {
	margin-right: 15px !important;
	border: 2px solid #ffcd10;
	border-radius: 30px;
	padding: 10px 20px;
	background-color: #ffcd10;
	color: #333;
}
.bannerbtn a:hover, .tabctabtn  a:hover {
	background-color: #222222;
	color: #ffffff;
	border-color:#222222;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.wpls-logo-showcase-slider-wrp .wpls-logo-showcase {
	padding-left: 0px !important;
}
.wpls-logo-showcase-slider-wrp .slick-prev {
	display: none !important;
}
.wpls-logo-showcase-slider-wrp button.slick-next {
	background-color: #ffcd10b8 !important;
}
.serviceitems .et_pb_blurb.active .et-waypoint.et-pb-icon, .serviceitems .et_pb_blurb.active h4 {
	color: #ffcd10;
}
/*================End  Banner section=================*/
/*================Start Service tab=================*/
.service-tab .et_pb_tabs_controls::after {
	border-top: 5px solid #ffcd10 !important;
	width: 100%;
}
.service-tab .et_pb_tabs_controls, .project-tab .et_pb_tabs_controls {
	background-color: transparent;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.service-tab .et_pb_tabs_controls li, .technology-section .et_pb_tabs_controls li {
	border-right: none !important;
	margin: 8px 7px;
	border-radius: 8px;
}
.service-tab .et_pb_tabs_controls li a {
	padding: 4px 15px;
}
/*================End service tab=================*/
.project-card .et_pb_blurb_description, .project-card .et_pb_module_header {
	padding: 0 10px 10px;
}
.project-card .projectbtn, .techtab-project #sample_slider .project-btn a, .owl-carousel .project-btn a {
	background-color: #ffcd10;
	color: #333;
	padding: 8px 12px;
	border-radius: 30px;
}
.project-card .projectbtn:hover, .et_pb_blog_grid_wrapper .more-link:hover, .techtab-project #sample_slider .project-btn a:hover, .owl-carousel .project-btn a:hover{
	background-color: #333333;
	color: #fff;
	transition: .3s;
}

/*====technonoly tab=======*/
.tech-tab .et_pb_tabs .et_pb_tabs_controls:after{
	border-top:none;
}
.techlogo-container .techlogo-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.techlogo-container .techlogo-items .logo-item {
	margin: 7px 5px;
	text-align: center;
	border: 1px solid #ddd;
	min-width: 90px;
	padding: 7px 7px 0px;
	border-radius: 2px;
}
.techlogo-container .techlogo-items .logo-img img {
	width: auto;
	height: 30px;
}
.techlogo-container .techlogo-items .logo-item p {
	display: none;
}
.owl-carousel .sa_hover_container{
	padding:0px 5% 5% !important;
}
.techtab-project #sample_slider .sa_hover_container, .owl-carousel .project {
	-webkit-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15);
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.15);
	padding:0px !important;
}
.techtab-project #sample_slider .project-content-wrap, .owl-carousel .project .project-content-wrap { 
	padding: 6px 8px 15px;
}
.techtab-project #sample_slider .project-btn a, .owl-carousel .project .project-btn a {
	margin-top: 5px;
	display: inline-block;
	font-size: 12px;
	padding: 4px 8px;
}
.owl-carousel .project .project-content a {
	text-decoration: underline;
}
.technology .et_pb_column_1_3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.technology .et_pb_column_1_3 .et_pb_text {
	width: 100%;
}
.technology .et_pb_column_1_3 .et_pb_blurb {
	width: 33%;
}
.technology .et_pb_main_blurb_image {
	margin-bottom: 10px !important;
}
.technology .et_pb_gallery_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.technology .et_pb_gallery_items .et_pb_gallery_image {
	text-align: center;
}
/*=====Pricing tab=====*/
.pricing .rpt_plans .rpt_foot {
	color: #222222;
}
.pricing-website .rpt_plan .rpt_features {
	text-align: left;
	padding: 10px 0px;
}
.pricing-website .rpt_plan .rpt_foot {
	color: #333;
	font-weight: 600;
}
/*====How we work=======*/
.howwework .et_pb_column_3_5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: space-evenly;
}
.howwework .et_pb_column_3_5 .et_pb_blurb {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 160px;
	margin-bottom: 20px !important;
}
.howwework .et_pb_column_3_5 .et_pb_main_blurb_image {
	margin-bottom: 10px;
}
.team-slider .et_pb_slide {
	padding: 0 !important;
}
/*===========Start testimonials===========*/
.testimonial .img-wrap img {
	width: 60px !important;
	max-width: 100% !important;
	border-radius: 50%;
}
.testimonial .img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
}
.testimonial .main-wrap {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 8px;
	box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.15);
}
.testimonial .img-wrap .profile-content {
	padding-left: 15px;
}
.testimonial .img-wrap .profile-content h5 {
	font-weight: bold;
	padding-bottom: 0px;
}
.testimonial .img-wrap .profile-content h6 {
	line-height: 1.2em;
}
.testimonial .main-wrap p {
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
}
/*===========End testimonials===========*/
.et_pb_blog_grid_wrapper .more-link {
	background-color: #ffcd10;
	color: #333;
	padding: 7px 10px;
	display: inline-block;
	margin-top: 15px;
	border-radius: 30px;
}

/*===========Start post page=============*/
.list-style .et_pb_post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px;
	border: none;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #ddd;
}
.list-style .et_pb_post .et_pb_image_container {
	width: 20%;
	margin: 5px 10px;
}
.list-style .et_pb_post .entry-featured-image-url {
	margin-bottom: 0px;
}
/*===========End post page===========*/

/*===========Start project page===========*/
.project-testimonial .et_pb_slide {
	padding-left: 0px;
	padding-right: 0px;
}
.project-testimonial .et_pb_slide_description {
	text-shadow: none;
	color: #333 !important;
	padding-left: 0px;
	padding-right: 0px;
}
.project-testimonial .imgwithlabel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-top: 20px;
}
.project-testimonial .imgwithlabel img {
	width: 60px;
	border-radius: 50px;
	margin-right: 15px;
}
.project-testimonial .et_pb_slide_description h4, .project-testimonial .et_pb_slide_description h6 {
	color: #000 !important;
	font-style: normal;
}
/*===========End project page===========*/

/*============Start consultent page=============*/
.consultation-form #booking_form_div1 .wpbc_booking_form_structure, .quote-form .gform_body .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	flex-wrap:wrap;
}

.consultation-form #booking_form_div1 .bk_calendar_frame {
	width: 100% !important;
}
.consultation-form #booking_form_div1 .wpbc_structure_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.consultation-form #booking_form_div1 .wpbc_structure_form .form-group {
	margin: 0 10px 10px 0;

}
.consultation-form #booking_form_div1 .wpbc_structure_form input, .consultation-form #booking_form_div1 .wpbc_structure_form select, .consultation-form #booking_form_div1 .wpbc_structure_form textarea {
	width: 100%;
}
.consultation-form #booking_form_div1 .wpbc_structure_form .form-group:nth-child(5), .consultation-form #booking_form_div1 .wpbc_structure_form .form-group:nth-child(6), 
.consultation-form #booking_form_div1 .wpbc_structure_form .form-group:nth-child(7){
	width: 100%;
}
.consultation-form #booking_form_div1 .wpbc_structure_form button {
	float: right;
	background-color: #ffcd10;
	color: #222;
	border-radius: 30px;
	padding: 12px 25px;
	font-size: 16px;
	border: none;
	text-shadow: none;
	letter-spacing: 2px;
	max-width: 400px;
	width: 100%;
}
/*============End consultent page=============*/

.single_job_listing .gform_wrapper .gform_fields {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.single-job_listing .container::before {
	display: none;
}
.single-job_listing #content-area #left-area {
	width: 100%;
	padding: 0px;
}
.single-job_listing #content-area #sidebar {
	display: none;
}

.um-directory .um-member-directory-search-row {
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
}
.um-directory .um-member-directory-search-row .um-button {
	background-color: #ffcd10;
	color: #222;
	padding: 13px 20px !important;
	cursor: pointer;
}
/*============Hire developer form==========*/
.gform_wrapper .skill-list .image-choices-choice {
	width: 100px;
	border: 1px solid #ddd;
	min-height: 88px;
}
.gform_wrapper .skill-list .image-choices-choice.image-choices-choice-selected {
	border: 2px solid #0d6efd;
}
.gform_wrapper .skill-list .gchoice .image-choices-choice-image-wrap {
	width: 24px;
	height: 24px;
}

/*============End Hire developer form==========*/

/*==============Career pages===================*/
.positions-listing .search_jobs input, .positions-listing .search_jobs select {
	min-height: 40px;
	padding-left: 10px;
}
.positions-listing .search_jobs .search_submit input {
	background-color: #0d6efd;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
	border: none;
	border-radius: 4px;
}
/*==============End Career pages===================*/
/*==============Start sidebar===================*/
.sidebar .widgettitle, .sidebar #block-9 p {
	color: #fff;
	padding: 12px 7px;
	margin-bottom: 15px;
	background-color: #0d6efd;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 3px;
}
.sidebar .widget_block, .sidebar .recent-posts-widget-with-thumbnails {
	margin-bottom: 15px !important;
}
.sidebar #block-9 {
	margin-bottom: 0px !important;
}
.sidebar .rpwwt-widget li, .sidebar .widget_categories li {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
/*==============End sidebar===================*/

@media all and (min-width: 981px) {
.column-middle, .banner-section .et_pb_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main-header #et-top-navigation {
	padding-top: 12px !important;
}
	#et-top-navigation .nav .sub-menu li {
	padding: 0 0px;
	max-width: 100%;
	width: 250px;
}
	#et-top-navigation .nav .sub-menu li a {
	padding-right: 5px;
	width: 100%;
}
.banner-section .et_pb_text_inner p {
	margin: 20px 0px 30px;
}
	/*=====Tech tab***************/

	.tech-tab .et_pb_tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 20px;
}
.tech-tab .et_pb_tabs .et_pb_tabs_controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tech-tab .et_pb_tabs .et_pb_tabs_controls li {
	border-right: 0px;
	border-bottom: 1px solid #f7f7f7;
	line-height: 2em !important;
}

	/*********End tech tab***********/
    .project-tab .et_pb_tabs_controls::after {
	border-top: 5px solid #ffcd10 !important;
	width: 100%;
}
.project-tab .et_pb_tabs_controls li {
	margin: 8px 1px;
}
	.owl-carousel .project .project-content {
	min-height: 100px;
}
	.team-slider .et_pb_slide .et_pb_slide_image {
	margin-top: 0px !important;
}
	.testimonial .main-wrap p {
	min-height: 192px;
}
	
.consultation-form #booking_form_div1 .wpbc_structure_calendar {
	width: 40%;
}
	.consultation-form #booking_form_div1 .wpbc_structure_form {
	width: 55%;
	}
	.pricing .rpt_plans .rpt_features {
	min-height: 315px;
}

.pricing-website .rpt_plan .rpt_features {
	min-height: 480px;
}
	/*=====get quote form====*/
	.quote-form .gform_body .gform_fields .gfield {
	width: 100%;
}
.quote-form .gform_body .gform_fields .gfield.budget {
	width: 30%;
}
.quote-form .gform_body .gform_fields .gfield.service-require{
	width: 65%;
}
	/*====End get quote form======*/

}
@media all and (min-width: 561px) {
	.technology-section .et_pb_tabs_controls, .technology-section .et_pb_tab_content .bannerbtn, .techlogo-container .techlogo-items {
	display: flex;
	justify-content: center;
}
	.technology-section .et_pb_tab_content .bannerbtn, .techlogo-container .techlogo-items {
	padding-top: 20px;
}
	.technology-section .et_pb_tabs_controls {
	border-bottom: 5px solid #ffcd10 !important;
}
.tech-tab .et_pb_text .bannerbtn {
	display: none;
}
		.consultation-form #booking_form_div1 .wpbc_structure_form .form-group {
	width: 47%;
}
	.single_job_listing .gform_wrapper .gform_fields .gfield.half-col {
	width: 49%;
}
.single_job_listing .gform_wrapper .gform_fields .gfield {
	width: 100%;
}
.footer-section .first-row .et_pb_menu__wrap, .footer-section .first-row .et-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
	
	.footer-section .et_pb_text h4 {
	text-align: left !important;
}
	.footer-section .last-row .et_pb_column_1_2:last-child {
	float: right;
}
.footer-section .last-row .et_pb_menu__wrap {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}
}
@media all and (min-width: 981px) and (max-width: 1300px) {
#main-header .container, .et_pb_section .et_pb_row, #top-header .container {
	width: 95%;
}
	#main-header .logo_container #logo {
	width: 12% !important;
}
	#et-top-navigation #top-menu li {
	padding-right: 10px;
}
}
@media all and (min-width: 561px) and (max-width: 980px) {
.technology .et_pb_column_1_3 .et_pb_blurb {
	width: 25%;
}
	.tech-tab .et_pb_tabs .et_pb_tabs_controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
	.tech-tab .et_pb_tabs .et_pb_tabs_controls, .project-tab .et_pb_tabs_controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

}
@media all and (max-width: 980px) {
	#mobile_menu .menubtn a {
	display: inline-block;
	padding: 8px 12px !important;
}
#main-header #et_mobile_nav_menu .opened #mobile_menu {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
	#main-header #et_mobile_nav_menu #mobile_menu li {
	width: 100%;
}
#main-header #et_mobile_nav_menu #mobile_menu li.facebookicon, #main-header #et_mobile_nav_menu #mobile_menu li.twittericon, #main-header #et_mobile_nav_menu #mobile_menu li.linkedinicon, 
#main-header #et_mobile_nav_menu #mobile_menu li.instagramicon, #main-header #et_mobile_nav_menu #mobile_menu li.githubicon, #main-header #et_mobile_nav_menu #mobile_menu li.whatsappicon {
	width: auto;
}

.tab-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
	.column-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.column-reverse .et_pb_image {
	margin-bottom: 25px !important;
}
.launchbtn {
	 display: none !important;
}
/*=======service tab=========*/
	.service-tab .et_pb_blurb_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.service-tab .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0px;
	width: 22px;
}
.service-tab .et_pb_blurb_content .et_pb_blurb_description {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.1em;
}
/*=======End service tab=========*/
	.tech-tab .et_pb_tabs .et_pb_tabs_controls li {
	margin-bottom: 1px;
	text-align: center;
	border-right: 1px solid #ffcd10;
	height: auto !important;
}
.tech-tab .et_pb_tabs .et_pb_tabs_controls li, .project-tab .et_pb_tabs_controls li {
	margin-bottom: 1px;
	text-align: center;
	border-right: 1px solid #ffcd10;
	height: auto !important;
}
.tech-tab .et_pb_tabs .et_pb_tabs_controls li a, .project-tab .et_pb_tabs_controls li a {
	display: block;
	width: auto;
	padding: 10px 8px;
}
	.owl-carousel .project .project-content-wrap h6 {
	font-size: 12px;
	padding-bottom: 7px;
}
	.owl-carousel .project .project-title h3 {
	font-size: 16px;
}
	.team-slider .et_pb_slide .et_pb_slide_image {
	display: block !important;
}
	.consultation-form #booking_form_div1 .wpbc_structure_calendar {
	width: 100%;
}
	.consultation-form #booking_form_div1 .wpbc_structure_form {
	width: 100%;
	}
	.consultation-form #booking_form_div1 .wpbc_change_over_triangle {
	width: 100%;
}
/*====get quote form======*/
.quote-form .gform_body .gform_fields .gfield {
	width: 100%;
}
/*====End get quote form======*/
	
.footer-section .et_pb_menu__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-section .et_mobile_nav_menu {
	display: none;
}
}
@media all and (max-width: 560px) {
#main-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 90%;
	padding: 2px 0px 5px;
}
#main-header .logo_container {
	position: relative;
	width: 70%;
	height: auto;
}
#main-header .logo_container #logo {
	max-width: 40%;
}
#main-header #et-top-navigation {
	padding: 0px !important;
	width: 30%;
}

#main-header #et-top-navigation .mobile_menu_bar {
	padding-bottom: 0px;
}
#main-header #et-top-navigation #mobile_menu {
	margin-top: 15px;
}
.counter-wrap .counter {
	width: 31%;
}
	.bannerbtn {
	margin-top: 0px !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.bannerbtn a, .tabctabtn a {
	margin: 10px 10px 0px 0 !important;
	padding: 5px 12px;
	font-size: 12px !important;
}
	.service-tab .et_pb_tabs_controls li {
	margin: 3px 0px !important;
	width: 100%;
	text-align: center;
}
.service-tab .et_pb_tabs_controls li a {
	font-size: 16px !important;
	text-align: center;
	display: block;
}
	.tech-tab .et_pb_tabs .et_pb_tabs_controls, .project-tab .et_pb_tabs_controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.project-tab .et_pb_tabs_controls li {
	width: 50%;
}
.tech-tab .et_pb_tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.tech-tab .et_pb_tabs .et_pb_tabs_controls {
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tech-tab .et_pb_tabs .et_pb_tabs_controls li {
	width: 100%;
}
.tech-tab .et_pb_tabs .et_pb_all_tabs {
	width: 45%;
}
.techlogo-container .techlogo-items .logo-item {
	min-width: 60px;
	margin: 4px 1px;
	padding: 5px 3px 0;
}
	.techlogo-container .techlogo-items .logo-img img {
	width: auto;
	height: 20px;
}
	.techlogo-container .techlogo-items .logo-title h4 {
	font-size: 12px;
}
.tech-tab .et_pb_tabs .et_pb_all_tabs .bannerbtn {
	display: none;
}
.column-middle .bannerbtn, .tech-tab .bannerbtn {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.owl-carousel .project .project-title {
	min-height: 37px;
}
	.owl-carousel .project .project-content {
	min-height: 90px;
}
	.owl-carousel .project .project-title h3 {
	font-size: 14px;
}
	.owl-carousel .project .project-content-wrap h6 {
	font-size: 11px;
}
	.technology-section .et_pb_column_1_5 {
	width: 46% !important;
}
	.howwework .et_pb_column_3_5 .et_pb_blurb {
	max-width: 145px;
	width: 100%;
	margin: 10px auto !important;
}
	.pricing .rpt_plans .rpt_head .rpt_price {
	font-size: 36px !important;
	line-height: 1.5em !important;
}
	.consultation-form #booking_form_div1 .wpbc_structure_form .form-group {
	width: 100%;
}
.consultation-form #booking_form_div1 .wpbc_structure_form .wpbc_times_selector div {
	font-size: 13px;
	padding: 7px;
	flex: 0 0 130px;
}
	

.single_job_listing .gform_wrapper .gform_fields .gfield {
	width: 100%;
}
}