@media(min-width:1200px) {
	.container {
		max-width: 1170px;
	}


}

/* ======================
==    End of media 1200px 
========================*/


@media(max-width:1680px) {}

/* ======================
==    End of media 1680px 
========================*/

@media(max-width:1440px) {
	.site_header section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hero_section .section_heading_wrapper .title {
		font-size: 60px !important;
	}




}

/* ======================
==    End of media 1440px 
========================*/


@media(max-width:1199px) {
	.header_menu li a {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 1.3;
	}

	.header_menu li.cla_cta-btn a {
		padding: 15px !important;
		margin-left: 15px;
		font-size: 14px !important;
	}

	.section_heading_wrapper .content p {
		font-size: 16px !important;
	}

	.header_top_nav ul li.cla_cta-btn a {
		margin: 0;
	}

	.header_menu li:last-child ul {
		left: auto;
		right: 0;
	}

	.vc_row.hero_section {
		background-attachment: scroll !important;
	}

	.pix_carousel_wrapper .owl-nav {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}

	.pix_carousel_wrapper .owl-nav button {
		position: static !important;
		margin: 0 5px;
	}

	.footer_subscribe_form .ginput_container input {
		min-width: 150px;
	}


}

/* ======================
==    End of media 1199px 
========================*/


@media(max-width:991px) {
	.main_header-content nav.navbar.navbar-expand-lg {
		display: none;
	}

	.header_social {
		display: none;
	}

	.header_top-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer_widget_section .col-sm-6:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: 35px;
	}

	.footer_widget_section .col-lg-6 {
		text-align: left;
	}

	.footer_widget_section .footer-text {
		padding: 10px 0 0;
	}

	.footer_social .social_icon_link_list {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}

	.vc_row.hero_section .vc_custom_heading {
		font-size: 50px !important;
		text-align: center !important;
		color: #ffffff !important;
		margin-bottom: 15px !important;
	}

	.cla_cta-btn a,
	a.cla_cta-btn,
	.cla_cta-btn input,
	input.cla_cta-btn,
	.cla_cta-btn button,
	button.cla_cta-btn {
		padding: 15px 30px !important;
	}

	.vc_custom_heading.section_title {
		font-size: 40px !important;
	}

	.vc_row.section_padding {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.cus_list_item ul li br {
		display: none;
	}

	main > section:first-child {
		margin-top: 114px;
	}

	.header_logo,
	.site_header.shrink-header .header_logo{
		max-width: 120px;
	}

	.hero_section .section_heading_wrapper {
		max-width: unset;
	}

	.header_menu .dropdown ul ul.dropdown-menu {
		position: static;
		opacity: 1;
		visibility: visible;
	}

	.header_menu li.cla_cta-btn a {
		margin-left: 0;
	}

	.header_top_nav {
		display: none !important;
		min-width: unset;
	}

	.header_top_nav.show {
		display: block !important;
		margin-top: 10px;
	}

	.vc_row.hero_section .vc_column-inner {
		padding-top: 0 !important;
	}

	/* 	Mobile menu CSS */

	.header_nav_mobile_wrapper {
		display: block;
	}

	.mobile_menu_trigger span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #1B3B71;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.header_nav_mobile_wrapper.clicked .mobile_menu_trigger span:nth-child(2) {
		opacity: 0;
	}

	.mobile_menu_trigger {
		width: 35px;
		height: 35px;
		position: relative;
	}

	.mobile_menu_trigger span:first-child {
		-webkit-transform: translatey(-9px);
		-ms-transform: translatey(-9px);
		transform: translatey(-9px);
	}

	.mobile_menu_trigger span:last-child {
		-webkit-transform: translatey(9px);
		-ms-transform: translatey(9px);
		transform: translatey(9px);
	}

	.header_nav_mobile_wrapper.clicked .mobile_menu_trigger span:first-child {
		-webkit-transform: translatex(3.5px) rotate(-135deg);
		-ms-transform: translatex(3.5px) rotate(-135deg);
		transform: translatex(3.5px) rotate(-135deg);
		width: 35px;
	}

	.header_nav_mobile_wrapper.clicked .mobile_menu_trigger span:last-child {
		-webkit-transform: translatex(3.5px) rotate(135deg);
		-ms-transform: translatex(3.5px) rotate(135deg);
		transform: translatex(3.5px) rotate(135deg);
		width: 35px;
	}


	.main_header {
		position: relative;
	}

	.header_nav_mobile {
		position: absolute;
		left: 0;
		top: 150%;
		background: #ffffff;
		width: 100%;
		max-height: 450px;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.header_nav_mobile_wrapper.clicked .header_nav_mobile {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}

	.header_nav_mobile ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.header_nav_mobile ul.header_menu li {
		background: #ddd;
		border-bottom: 1px solid #cccccc;
	}

	.header_nav_mobile ul.header_menu li:last-child {
		border: none;
	}

	.header_nav_mobile ul.header_menu li ul li {
		padding: 0;
	}

	.header_nav_mobile ul li a {
		padding-left: 30px;
		display: block;
	}

	.submenu_item_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 30px;
	}

	.sub_menu_trigger {
		font-size: 20px;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.menu_item_has_child.clicked .sub_menu_trigger {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.header_nav_mobile li.menu_item_has_child ul.sub_menu {
		display: none;
		-webkit-transition: all 3s linear;
		-o-transition: all 3s linear;
		transition: all 3s linear;
	}

	.header_nav_mobile li.menu_item_has_child.clicked ul.sub_menu {
		display: block;
	}

	.header_nav_mobile ul.sub_menu li:first-child {
		border-top: 1px solid #cccccc;
	}

	.header_nav_mobile ul.sub_menu a {
		padding-left: 50px;
	}

	.header_nav_mobile ul.sub_menu ul a {
		padding-left: 70px;
	}

	.header_top-content ul {
		width: auto;
	}

	.header_top-section .header_contact {
		padding: 3px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.vc_row.hero_section::after {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.vc_row.tab_fullwidth .vc_column_container {
		width: 100%;
	}

	.line_text::after {
		left: 50%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}

	.vc_row.hero_section {
		z-index: 1;
	}

	.footer_subscribe_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer_subscribe_form,
	.footer_subscribe_content_wrapper {
		width: 100%;
		display: block;
		text-align: center;
	}

	.footer_subscribe_form .ginput_container input {
		min-width: 150px !important;
		margin-bottom: 15px !important;
	}

	.footer_subscribe_form .cus_gform {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer_content_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.footer_content_wrapper * {
		font-size: 14px;
	}

	.title br {
		display: none;
	}

	.footer_top_cta_content p {
		padding: 0;
	}

	.content ul {
		text-align: left;
	}

	.testimonial_slides {
		text-align: center;
	}

	.testimonial_slides .author_img img {
		margin: 0 auto;
	}

	.hero_section .section_heading_wrapper h2.title {
		font-size: 36px !important;
	}

	.vc_row.cta_section {
		background: #FDB71B !important;
	}
	.turpincommunication_footer-content {
		margin-top: 15px;
	}

	.hero_section .section_heading_wrapper {
		padding: 40px 0 30px 0 !important;
	}

	.service_section .vc_inner {
		padding: 0 !important;
	}

	.uprite_footer-content {
		margin-top: 25px;
	}

	.hero_section .section_heading_wrapper .title {
		font-size: 40px !important;
	}

	.section_padding .elementor-widget-wrap {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.section_heading_wrapper .title {
		font-size: 28px !important;
	}

	.step_card_wrapper .title {
		font-size: 18px !important;
	}

	.tab_fullwidth .elementor-column {
		width: 100% !important;
	}

	.about_section .elementor-widget-wrap {
		padding-top: 0 !important;
	}

	.elementor-section.about_section {
		padding-bottom: 50px !important;
	}

	.elementor-section.about_section .elementor-widget-wrap {
		padding: 0 !important;
	}

	.section_heading_wrapper .title_bar::after {
		left: 50% !important;
		-webkit-transform: translate(-50%) !important;
		-ms-transform: translate(-50%) !important;
		transform: translate(-50%) !important;
	}

	.what_we_do_section {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.what_we_do_section .elementor-inner-section .elementor-widget-wrap {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.what_we_do_section .elementor-inner-section .elementor-column {
		width: 100%;
		margin-bottom: 25px;
	}

	.elementor-section.bisiness_section {
		padding: 50px 0 !important;
	}

	.elementor-section.bisiness_section .elementor-widget-wrap {
		padding: 0 !important;
	}

	.elementor-section.bisiness_section .elementor-widget-text-editor {
		text-align: center;
	}

	.testimonial_section {
		padding: 0 !important;
	}

	.faq_section, .blog_section {
		padding: 0 !important;
	}

	.counter_section .elementor-column {
		width: 33% !important;
	}

	.counter_section .elementor-column .elementor-widget-wrap {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.contact_section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.contact_section .elementor-widget-wrap {
		padding-left: 15px !important;
	}

	.header_nav_mobile_wrapper .search_trigger_wrapper {
		margin-right: 25px;
	}

	.header_nav_mobile_wrapper {
		display: flex;
		align-items: center;
	}


	.search_trigger_wrapper .search_trigger_btn i.fa {color: #F04A1B;}









}

/* ======================
==    End of media 991px 
========================*/


@media(max-width:767px) {

	.header_top-content ul {
		text-align: center;
		display: block;
	}

	.header_top-content ul li {
		margin: 5px 0;
		font-size: 12px;
		display: block;
	}

	.header_contact ul li p a {
		font-size: 13px;
	}

	.vc_row.section_padding {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.main_footer .footer_widget_section {
		padding: 60px 0 35px !important;
	}

	.footer_widget_section .col-sm-6:first-child {
		padding-top: 0;
	}

	.footer_widget_section .col-sm-6:last-child {
		padding-top: 15px;
		padding-left: 15px;
	}

	.footer_quick_links .list-item a {
		margin-bottom: 5px !important;
	}

	.footer-bottom-section .copyright-text {
		font-size: 14px !important;
	}

	.copyright_content {
		display: block;
	}

	.copyright_content span {
		display: inline-block;
	}

	body {
		line-height: 1.5;
	}

	.cus_gform .gform_button {
		width: auto !important;
	}

	.header_top-content,
	.site_header.shrink-header .header_top-content {
		padding: 5px 0;
	}

	.title.section_title {
		font-size: 30px !important;
	}

	.title.section_title {
		font-size: 30px !important;
	}

	.inner_content_wrapper img.alignright,
	.inner_content_wrapper img.aligncenter,
	.inner_content_wrapper img.alignleft {
		float: none;
		width: 100%;
		margin: 15px 0 25px;
	}

	.inner_content_wrapper .title {
		font-size: 26px !important;
	}

	.inner_content_wrapper h4 {
		font-size: 20px;
	}

	.vc_row.inner_banner_section {
		padding: 100px 0 60px !important;
	}

	.header_top-content ul li {
		font-size: 14px;
	}

	.title-header h2 {
		font-size: 24px;
	}

	.header_top-content ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header_contact.navbar ul {
		max-width: 200px;
	}

	.header_top-content ul li p {
		text-align: left;
	}

	.header_nav_mobile {
		max-height: 350px;
	}

	.header_nav_mobile ul li a {
		padding-left: 15px;
	}

	.submenu_item_wrapper {
		padding-right: 5px;
	}

	.header_nav_mobile ul.sub_menu a {
		padding-left: 30px;
	}

	.header_nav_mobile ul.header_menu li.cla_cta-btn {
		padding: 15px;
	}

	.header_contact.navbar ul {
		max-width: none;
		/* 		width: 100%; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header_top-content ul li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}

	.footer_subscribe_content_wrapper h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.footer_subscribe_form .ginput_container input {
		min-width: 280px !important;
		margin: 0 !important;
	}

	.footer_subscribe_form .gform_footer {
		padding: 0 !important;
	}

	.footer_subscribe_content {
		padding: 30px 15px 15px 15px;
	}

	.turpincommunication_footer-content {
		margin-top: 20px;
	}

	.vc_row.step_section {
		margin-top: 0;
		border: none;
	}

	.industries_section .wpb_single_image * {
		width: 100%;
	}

	.industries_section .vc_inner h2.title {
		font-size: 20px !important;
	}

	.section_heading_wrapper .content p br {
		display: none;
	}

	.vc_row.video_section .vc_inner {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
		margin: 0 10px;
	}

	.vc_row.video_section .vc_inner .wp-video-popup i.fa {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	}

	main > section:first-child {
		margin-top: 111px;
	}

	.footer_top_cta_content {
		padding: 30px 15px;
	}

	.header_contact.navbar ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.inner_page_hero_content {
		/* 		font-size: 28px; */
	}

	.inner_page_hero_section {
		/*     padding: 150px 0 20px 0; */
	}

	.service_section .wpb_text_column p {
		text-align: center;
	}

	.vc_row.experience_section .title_bar::after {
		left: 70px;
	}

	.hero_section .section_heading_wrapper h2.title {
		font-size: 28px !important;
	}

	.service_section .turpin_cus_addon_wrapper {
		min-height: auto;
		margin-bottom: 15px;
	}

	.step_section .vc_row.vc_inner {
		margin: 0 !important;
	}

	.step_section .vc_row.vc_inner .vc_column_container {
		padding: 0 !important;
	}

	.webinar_section .vc_inner {
		margin: 0 !important;
	}

	.turpincommunication_footer-content img {
		margin-bottom: 5px;
	}

	.vc_row.inner_content_4col {
		margin: 0 !important;
	}

	.team-member-modal .modal-dialog {
		min-width: unset;
	}

	.team-member-modal .modal-body {
		padding: 20px 15px;
	}

	.elementor-section.hero_section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.hero_section .section_heading_wrapper .title {
		font-size: 32px !important;
	}

	.service_single_slides .service_img img {
		height: 350px;
	}

	.testimonial_slides {
		padding: 30px 15px;
		margin: 0 20px 20px 20px;
	}

	.testimonial_carousel .owl-dots {
		top: 0px;
	}

	.counter_section .elementor-column {
		width: 100% !important;
	}

	.counter_section .elementor-column .elementor-widget-wrap {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}

	.faq_wrapper .elementor-accordion-item .elementor-tab-title {
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.faq_wrapper .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
		line-height: 1.3;
	}

	.faq_wrapper .elementor-accordion-item .elementor-tab-content {
		padding: 15px !important;
	}

	.faq_wrapper .elementor-accordion-item .elementor-tab-content p {
		margin: 0;
	}

	.address_card ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.address_card ul li {
		margin: 0 0 5px 0;
	}

	.search_card_content {
		right: 0;
	}

	.search_card_content .search_trigger_recent {
		text-align: left;
	}

	.inner_page_hero_content {
		padding: 60px 10px;
	}






}

/* ======================
==    End of media 767px 
========================*/


@media(max-width:360px) {}

/* ======================
==    End of media 360px 
========================*/