/*---------------------------------------------------------------------------------

 Theme Name:   Assemble
 Theme URI:    https://assembletheagency.com
 Description:  
 Author:       Justin Goldberg
 Author URI:   https://mmntm.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* Body */

body {
	position: relative;
}

.horizantal-line-section {
	content: "";
	position: absolute;
	left: 40%;
	top: 0;
	right: auto;
	height: 5700px;
	width: 6px;
	background-color: #FFFFFF;
	z-index: 0;
	transform: rotate(-6deg);
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}


/* =====================================
            Header
===================================== */

.et_fixed_nav.et_show_nav #page-container {
	padding-top: 0!important;
	margin-top: 0 !important;
}
.home.et_fixed_nav.et_show_nav #page-container {
    padding-top: 0!important;
    margin-top: 0px !important;
}
header {
	background: transparent!important;
	padding: 50px 35px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	transition: 300ms all ease;
}

header.et-fixed-header {
	padding: 15px 35px;
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 0 7px rgba(255, 255, 255, .2)!important;
	box-shadow: 0 0 7px rgba(255, 255, 255, .2)!important;
	transition: 300ms all ease;
}

.et-fixed-header #logo {
    content: url(images/header-logo-purple.png);
}

header .container {
	display: flex;
	align-items: center;
}

header .logo_container {
	position: relative !important;
}

header .logo_container a {
	display: inline-block;
}

header .logo_container a img {
	width: 100%;
	max-width: 375px;
}

header .logo_container a img {
	width: 100%;
	max-width: 375px;
	transition: 300ms all ease;
}

header.et-fixed-header .logo_container a img {
	max-width: 200px;
	transition: 300ms all ease;
}

.et_header_style_left #et-top-navigation {
	padding-top: 0 !important;
}

#top-menu {
	display: flex;
	align-items: center;
}

.et_header_style_left #et-top-navigation nav>ul>li {
	padding: 0 15px;
}

.et_header_style_left #et-top-navigation nav>ul>li:last-child {
	padding-right: 0;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding: 15px 0!important;
	font-size: 40px;
	line-height: 1.1;
	color: #fff!important;
	border-bottom: 1px solid transparent;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a{
	color: #3626A7 !important;
}

.et_header_style_left #et-top-navigation nav>ul>li.current_page_item>a {
	border-bottom: 1px solid #fff;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	font-size: 30px;
}
.mobile_menu_bar::before {
	color: #f1c40f;
}
.et_mobile_menu{
	border-top: 3px solid #f1c40f;
}

/* New Style */

#main-header{
	position: absolute;
}
#main-header.small{
	/* position: fixed; */
-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
 box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
 padding: 15px 35px;
 background-color: #3626A7 !important;
 -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, .2)!important;
 box-shadow: 0 0 7px rgba(255, 255, 255, .2)!important;
 transition: 300ms all ease;
}
#main-header.small .logo_container a img {
 max-width: 200px;
 transition: 300ms all ease;
}
#main-header.small #et-top-navigation {
 -webkit-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
#main-header.small #et-top-navigation nav>ul>li>a {
 font-size: 30px;
}

.error404 #main-header{
	background-color: #3626A7 !important;
}
.error404 #main-content{
	height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.error404 .et_pb_row{
	width: 100%;
	max-width: 900px !important;
}

/* =====================================
            Banner Section
===================================== */

.video-section video {
	width: 100vw !important;
	height: 100vh !important;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (min-width:1440px) {
	.video-section {
		height: 100vh !important;
	}
	.video-section video {
		object-fit: cover;
	}
}

.banner-slider .slider-section .et_pb_slide .et_pb_container {
	max-width: 1060px !important;
}

.banner-slider .slider-section .et_pb_slide_description {
	padding: 450px 0 !important;
}

.banner-slider .slider-section .et_pb_slide .et_pb_slide_title {
	font-size: 75px;
	line-height: 1;
	font-family: 'Vollkorn', serif;
	font-style: italic;
	font-weight: 400;
	color: #F1C40F;
	text-align: left;
	padding-bottom: 0;
}

.banner-slider .slider-section .et_pb_slide .et_pb_slide_content h2 {
	text-align: left;
	font-family: Staatliches;
	font-style: normal;
	font-weight: 400;
	font-size: 250px;
	line-height: 225px;
	color: #FFFFFF;
	background-image: url("images/bg-movement.png");
	background-position: right center;
	background-size: 1000px 290px;
	background-repeat: no-repeat;
	padding: 35px 35px 35px 0;
	margin-top: -35px;
}


/* Dot Navigation */
.homepage-dot-navigation{
	position: fixed;
	top: 50%;
	left: 40px;
	right: auto;
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 15px;
	z-index: 9;
	margin: 0;
	margin-top: -97px;
}

ul.et_pb_side_nav {
	left: 40px;
	right: auto;
	background: transparent;
	padding: 0;
	text-align: center;
	width: 15px;
}
#menu-homepage-left-menu li{
	display: flex;
    justify-content: center;
    align-items: center;
}
#menu-homepage-left-menu li,
ul.et_pb_side_nav .side_nav_item {
	display: flex;
	padding: 0;
	margin-bottom: 0;
}
#menu-homepage-left-menu li a{
	font-size: 0;
	line-height: 0;
	margin-right: 0;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #ffffff;
	border: 2px solid #C4C4C4;
	display: inline-block;
	opacity: 0.5;
}
ul.et_pb_side_nav .side_nav_item a {
	margin-right: 0;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #C4C4C4;
}

#menu-homepage-left-menu li a.mPS2id-highlight,
ul.et_pb_side_nav .side_nav_item a.active {
	background-color: #FFFFFF;
	opacity: 1;
}
#menu-homepage-left-menu li:not(:last-child) a,
ul.et_pb_side_nav .side_nav_item:not(:last-child) a {
	margin-bottom: 15px;
}


/* =====================================
            About Us Section
===================================== */

.about-us-sec .right-col .et_pb_text_inner strong ,
.about-us-sec .right-col .custom_para_slider strong{
	color: #fff;
	font-family: 'Vollkorn', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.25;
	font-style: italic;
}
.custom_para_slider .et_pb_slide{
	padding: 0;
}


/* =====================================
            Two Col Section
===================================== */

body .et_pb_column{
	transition: transform 500ms ease !important;
}

.twocol-section .text-block {
	padding-right: 30px!important;
}

.twocol-section .text-block h3 {
	padding-bottom: 0;
	font-weight: 400;
}

.twocol-section .text-block a {
	display: inline-block;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	line-height: 1;
	position: relative;
    padding-right: 45px;
}
.twocol-section .text-block a::after{
	position: absolute;
	content: "\24";
	font-family: etModules;
	right: 5px;
	top: 3px;
	color: inherit;
	transition: all 300ms ease;
}

a{
	opacity: 1;
	transition: opacity 300ms ease;
}
a:hover{
	opacity: 0.8;
}

.twocol-section .text-block a:hover:after{
	right: 0px;
	transition: all 300ms ease;
	color: inherit;
}

.twocol-section .text-block .text-white a {
	color: #dfcfe7;
	border-bottom: 2px solid #dfcfe7
}

.twocol-section .text-block .text-purple a {
	color: #3626A7;
	border-bottom: 2px solid #3626A7;
}

.our-work-row .our-work-text h3 {
	position: absolute;
	right: -25px;
	transform: rotate(90deg);
	top: 85px;
}

/* .our-work-row .et_pb_sticky.our-work-text h3 {
    text-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
} */

.page-id-289.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.single.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.blog.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.page-id-190.et_header_style_left #et-top-navigation nav>ul>li>a:hover,
.page-id-190 header.et-fixed-header #et-top-navigation nav>ul>li.current_page_item>a, 
.page-id-190 header.et-fixed-header #et-top-navigation nav>ul>li>a:hover {
    border-bottom: 1px solid #ffffff;
}

.our-work-row .our-work-text h3::after {
	content: "";
	position: absolute;
	right: -50px;
	top: 20px;
	height: 2px;
	width: 40px;
	background-color: #ffffff;
}


/* =====================================
            Get in Touch Section
===================================== */

.getintouch-section .getintouch-row {
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: stretch;
	max-width: 770px!important;
}

.getintouch-section .half-circle-image .et_pb_module{
	text-align: right;
}
.getintouch-section .left-col .et_pb_module {
    text-align: right;
    padding: 340px 30px 340px 30px;
    line-height: 1;
    background-size: 371px 739px;
    position: relative;
	background-size: contain;
	background-position: left center;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 50px 0 50px !important;
}
.getintouch-section .right-col{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.getintouch-section .left-col .et_pb_module::before {
	position: absolute;
	content: "";
	background-image: url("images/Ellipse-36.png");
	background-position: left center;
	background-size: 370px 735px;
	background-repeat: no-repeat;
	width: 370px;
	height: 735px;
	left: -370px;
	top: 30px;
}

.getintouch-section .left-col .et_pb_module.btn-getintouch {
	transition: transform 1000ms linear !important;
}

.getintouch-section .getintouch-link {
	padding-right: 55px;
	font-size: 50px;
	font-weight: 400;
	position: relative;
	color: #F7ECE1;
	border-bottom: 2px solid #F7ECE1;
	margin-right: -15px;
}

.getintouch-section .getintouch-link:hover{
	color: #F1C40F;
	border-bottom: 2px solid #F1C40F;
}

.getintouch-section .getintouch-link::after {
	position: absolute;
	content: "\24";
	font-family: etModules;
	right: 5px;
	top: 3px;
	color: #F7ECE1;
	transition: all 300ms ease;
}

.getintouch-link:hover:after {
	right: 0px;
	transition: all 300ms ease;
	color: #F1C40F;
}



.getintouch-form.homepage-gitf{
	display: none;
}

.toggledata{
	display: block;
}
/* .toggledata.showhide{
	display: none;
	transition: all 300ms ease;
} */

.page_gic_section_toggle.showhide{
	display: block;
	transition: all 300ms ease;
}

.getintouch-form.homepage-gitf.showhide{
	display: block;
	transition: all 300ms ease;
}

/* #contactPopup.showhide{
	display: block;
	transition: all 300ms ease;
} */

.getintouch-form .gform_wrapper label.gfield_label,
.getintouch-form .gfield_label{
	font-family: Staatliches;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.25;
	color: #000000;
	text-transform: uppercase;
}
.getintouch-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.getintouch-form .custom-form-group input,
.getintouch-form .custom-textarea .textarea{
	padding: 15px;
	font-family: Staatliches;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	background-color: #FFFFFF;
	border: 0px;
}
.getintouch-form .custom-textarea .textarea{
	height: 145px;
}
.getintouch-form .gform_wrapper .gform_footer input.button,
.getintouch-form .gform_wrapper .gform_footer input[type=submit],
.getintouch-form .gform_button{
	font-family: 'Vollkorn';
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    border: 0;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    width: auto;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
	margin-bottom: 10px;
    display: inline-block;
	padding: 0 0;
}
.getintouch-form .gform_button:hover{
	opacity: 0.8;
}
.getintouch-form .gform_wrapper li.gfield.gfield_error{
	border-top: 0;
    border-bottom: 0;
    margin: 0!important;
}
.getintouch-form .gform_wrapper .field_description_below .gfield_description {
    display: none;
}
.getintouch-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0;
}
.getintouch-form .gform_wrapper .gform_footer input.button,
.getintouch-form .gform_wrapper .gform_footer input[type=submit],
.getintouch-form .gform_button{
	background: url(https://www.ogwebsolutions.com/cwa-content/themes/ogwebsolutions/images/read_more_arrow.png) right center no-repeat;
	background: url(images/Arrow-black.svg) right center no-repeat;
	padding-right: 30px;
	border-bottom: 2px solid #000000;
	transition: all 300ms ease;
	background-size: 22px;
	line-height: 1.2 !important;
	border-radius: 0 !important;
}
.getintouch-form .gform_wrapper .gform_footer input.button:hover,
.getintouch-form .gform_wrapper .gform_footer input[type=submit]:hover,
.getintouch-form .gform_button:hover{
    padding-right: 35px;
	transition: all 300ms ease;
}

/* =====================================
            Footer Section
===================================== */

.global-footer .et_pb_menu .et_pb_menu__menu>nav>ul>li {
	padding-left: 25px;
	padding-right: 25px;
}

.global-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 0px;
}

.global-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	padding-bottom: 0px;
	display: inline-block;
	line-height: 1;
}

.home #menu-home-footer-menu li.social span {display:none}

/*================================
            Work Page
==================================*/

.page-id-190 header {
	background-color: #3626A7!important;
}


/* =====================================
            Feel Free Section
===================================== */

.feel-free-section .left-col {
	padding-right: 100px;
	padding-top: 150px;
}

.feel-free-section .left-col.text-block h2 {
	position: relative;
	display: inline-block;
	padding: 25px 55px 65px 0;
	margin-top: -30px;
	overflow: hidden;
}

.feel-free-section .left-col.text-block h2::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 485px;
	height: 150px;
	/* background-image: url(images/Vector-2-1.png); */
	background-image: url(images/animated_img.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	/* animation: background_position_top0 10s linear; */
	
}

@keyframes background_position_top0 {
	0%{
		background-position: right -500px top;
	}
	25%{
		background-position: right -500px top;
	}
	100%{
		background-position: right 0 top;
	}
}

.single-blurb .et_pb_main_blurb_image {
	margin-bottom: 38px;
}

.single-blurb .et_pb_module_header {
	padding-bottom: 30px;
}

.feel-free-section .single-blurb .et_pb_image_wrap{
	overflow: hidden;
}
.feel-free-section .single-blurb .et_pb_image_wrap img{
	transform: scale(1);
	transition: transform 800ms ease;
	opacity: 1;
}
.feel-free-section .single-blurb .et_pb_image_wrap img:hover{
	transform: scale(1.1);
}
/* =====================================
    Assemble getintouch Section
===================================== */

.getintouch-link {
	padding-right: 55px;
	font-size: 50px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	line-height: 1.25;
	font-style: italic;
}

.assemble-git-section .getintouch-link {
	color: #1D1D1B;
	border-bottom: 2px solid #1D1D1B;
	font-family: 'Vollkorn',Georgia,"Times New Roman",serif;
    font-style: italic;
}

.getintouch-link::after {
	position: absolute;
	content: "\24";
	font-family: etModules;
	right: 5px;
	top: 3px;
	transition: all 300ms ease;
}

.assemble-git-section .getintouch-link::after {
	color: #1D1D1B;
}


/* Page Css */
.page-id-11 .et_builder_inner_content:before{
	position: absolute;
	top: 0;
	left: 42%;
	width: 5px;
	height: 100%;
	background-color: #fff;
	content: "";
	transform: rotate(-6deg);
	z-index: 1;
}
.page-id-11 footer .et_builder_inner_content:before{
	display: none;
}
.page-id-11 #page-container{
	overflow: hidden;
}
.getintouch-section .left-col .et_pb_module::before{
	display: none;
}
.getintouch-row .wdImg{
	margin-right: 0px !important;
}
.getintouch-row .wdImg .et_pb_image{
	padding-left: 0;
	padding-right: 0;
}
.getintouch-section .getintouch-row{
	max-width: 1290px !important;
}
.getintouch-form .gform_legacy_markup_wrapper .gform_validation_errors {
    padding: 15px;
}
.getintouch-form .gform_submission_error{
	font-size: 22px;
	font-weight: 500;
}

.section100vh{
	height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hero-banner{
	position: relative;
}
.hero-banner .et_pb_fullwidth_code{
	height: auto;
	width: 100%;
	display: block;
}
.hero-banner .et_pb_fullwidth_code .et_pb_code_inner{
	display: flex !important;
	width: 100%;
}

.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
	width: 100% !important;
	height: 100% !important;
}


.tab-single-line .et_pb_gallery_items{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.tab-single-line .et_pb_gallery_items .et_pb_gallery_item{
	width: 36.5%!important;
}

/*================================
Responsive 
==================================*/

/* @media screen and (min-width:1366px) and (max-width:1439px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 768px;
	}
}

@media screen and (min-width:1280px) and (max-width:1365px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 720px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 675px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 575px;
	}
}
@media screen and (min-width:992px) and (max-width:1023px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 555px;
	}
}
@media screen and (min-width:830px) and (max-width:991px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 470px;
	}
}
@media screen and (min-width:768px) and (max-width:829px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 430px;
	}
}
@media screen and (min-width:576px) and (max-width:767px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 320px;
	}
}
@media screen and (min-width:414px) and (max-width:575px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 230px;
		
	}
}
@media screen and (min-width:360px) and (max-width:413px) {
	.hero-banner .et_pb_fullwidth_code,
	.hero-banner .et_pb_fullwidth_code .et_pb_code_inner video{
		height: 200px;
	}
} */


@media (max-height:767px), (max-width:767px) {
	
	.section100vh{
		height: auto;
	}
	.video-section{
		height: 400px;
	}
	.video-section .mejs-container mediaelementwrapper video{
		width: calc(100% + 0px) !important;
		height: calc(100% + 0px) !important;
	}

}

@media (max-width:575px) {
	.video-section{
		height: 300px;
	}

}

@media (max-width:499px) {
	.video-section{
		height: 250px;
	}

}

@media screen and (min-width: 1500px) and (max-width:1900px) {
	.container,
	.et_pb_row {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.public-opinion-section .et_pb_row{
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 1919px) {
	.horizantal-line-section {
		height: 3950px;
	}
	header,
	header.et-fixed-header {
		padding: 20px 0
	}
	header .logo_container a img {
		max-width: 250px;
	}
	.container,
	.et_pb_row {
		max-width: 90%!important;
	}
	.twocol-section .et_pb_row {
		max-width: 85%!important;
	}
	header .container,
	header .et_pb_row,
	.banner-slider .container,
	.banner-slider .et_pb_row,
	.global-footer .et_pb_row {
		max-width: 100%!important;
	}
	#menu-homepage-left-menu,
	ul.et_pb_side_nav {
		left: 20px;
	}
	.banner-slider .slider-section .et_pb_slide_description {
		padding: 350px 0 !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_container {
		max-width: 870px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_title {
		font-size: 60px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_content h2 {
		font-size: 200px;
		line-height: 175px;
		background-position: left 45px center;
		background-size: 800px 230px;
	}
	.twocol-section {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.twocol-section .text-block h3 {
		font-size: 32px;
	}
	.twocol-section .text-block h2 {
		font-size: 55px;
		padding-bottom: 0;
	}
	.twocol-section .text-block p {
		font-size: 24px;
		line-height: 1.4;
	}
	.twocol-section .text-block a {
		font-size: 30px;
	}

	.getintouch-section .left-col .et_pb_module {
    	background-size: 370px 625px;
		background-size: contain !important;
		padding: 267px 60px 267px 60px;
	}
	.getintouch-section .left-col .et_pb_module::before {
		background-size: 325px 615px;
		width: 325px;
		height: 615px;
		left: -325px;
	}
	.getintouch-section .getintouch-link,
	.getintouch-section .right-col .et_pb_text_inner {
		font-size: 36px;
	}

	.getintouch-section .half-circle-image .et_pb_module {
		text-align: right;
		padding-left: 120px !important;
	}
	.feel-free-section {
		padding-top: 160px !important;
		padding-bottom: 60px !important;
	}
	.feel-free-section .left-col {
		padding-right: 20px;
	}
	.global-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
		font-size: 26px;
	}
	.getintouch-form .gform_legacy_markup_wrapper .gform_validation_errors {
		padding: 15px 10px;
	}
	.getintouch-form .gform_submission_error{
		font-size: 20px;
	}
	.getintouch-section .left-col .et_pb_module {
		padding: 0 25px !important;
	}
	.getintouch-section .left-col .et_pb_module .getintouch-link{
		font-size: 30px;
		padding-right: 45px;
	}
	.tab-single-line .et_pb_image_wrap img{
		max-width: 175px !important;
	}
}

@media screen and (max-width: 1430px) {
	.banner-slider .slider-section .et_pb_slide_description {
		padding: 350px 0 !important;
	}
	.twocol-section .text-block h3 {
		font-size: 30px;
	}
	.twocol-section .text-block h2 {
		font-size: 48px;
		padding-bottom: 0;
	}
	.twocol-section .text-block p {
		font-size: 22px;
	}
	.twocol-section .text-block a {
		font-size: 28px;
	}
	.getintouch-section .getintouch-row {
		max-width: 1000px!important;
	}
	.getintouch-row .half-circle-image, 
	.getintouch-row .wdImg {
		padding: 0 0 0 120px;
	}
	.getintouch-section .half-circle-image .et_pb_module {
		padding-left: 0 !important;
	}
	.getintouch-section .left-col .et_pb_module {
		padding: 230px 30px;
		background-size: 280px 505px;
	}
	.getintouch-section .left-col .et_pb_module::before {
		background-size: 280px 500px;
		width: 280px;
		height: 510px;
		left: -280px;
	}
	.getintouch-row .half-circle-image, .getintouch-row .wdImg {
		padding: 0 0 0 80px;
	}
	.feel-free-section .left-col {
		padding-right: 0;
		padding-top: 100px;
	}
	.feel-free-section .left-col h3 {
		font-size: 40px;
	}
	.feel-free-section .left-col.text-block h2 {
		font-size: 72px;
		background-size: 360px 115px;
		padding: 25px 40px 45px 0;
		margin-top: -25px;
	}

	.feel-free-section .left-col.text-block h2::before{
		width: 360px;
		height: 115px;
	}

	.feel-free-section .left-col.text-block p {
		font-size: 28px;
		line-height: 1.4;
	}
	.single-blurb .et_pb_main_blurb_image {
		margin-bottom: 25px;
	}
	.single-blurb .et_pb_module_header {
		padding-bottom: 15px;
		font-size: 28px!important;
	}
	.single-blurb .et_pb_blurb_description {
		font-size: 18px !important;
	}
	.tab-single-line .et_pb_image_wrap img{
		max-width: 150px !important;
	}
	.getintouch-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.getintouch-form .custom-form-group input,
	.getintouch-form .custom-textarea .textarea{
		padding: 10px;
		font-family: Staatliches;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		width: 100%;
		background-color: #FFFFFF;
		border: 0px;
	}
	.getintouch-form .custom-textarea .textarea {
		height: 130px;
	}
}

@media screen and (max-width: 1360px) {
	.twocol-section .text-block h3 {
		font-size: 28px;
	}
	.twocol-section .text-block h2 {
		font-size: 44px;
	}
	.twocol-section .text-block p {
		font-size: 20px;
		line-height: 1.4;
	}
	.twocol-section .text-block a {
		font-size: 26px;
	}
	.tab-single-line .et_pb_image_wrap img{
		max-width: 120px !important;
	}
	.getintouch-form .gform_legacy_markup_wrapper .gform_validation_errors {
		padding: 10px;
	}
}

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

	.mobile_nav.opened .mobile_menu_bar:before{
		content: "\4d";
	}
	.horizantal-line-section {
		height: 2850px;
	}
	.page-id-11 .et_builder_inner_content:before {
		width: 2px;
		/* display: none; */
		transform: rotate(-5deg);
	}
	.homepage-dot-navigation{
		margin-top: -72px;
	}
	#menu-homepage-left-menu li a,
	ul.et_pb_side_nav .side_nav_item a {
		margin-right: 0;
		height: 12px;
		width: 12px;
	}
	#menu-homepage-left-menu li:not(:last-child) a,
	ul.et_pb_side_nav .side_nav_item:not(:last-child) a {
		margin-bottom: 10px;
	}
	header,
	header.et-fixed-header {
		padding: 15px 0
	}
	header .logo_container a img {
		max-width: 200px;
	}
	header.et-fixed-header .logo_container a img {
		max-width: 150px;
	}
	.et_header_style_left #et-top-navigation nav>ul>li>a {
		font-size: 32px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		font-size: 26px;
	}
	.global-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
		font-size: 24px;
	}

	.banner-slider .slider-section .et_pb_slide .et_pb_container {
		max-width: 650px !important;
	}
	.banner-slider .slider-section .et_pb_slide_description {
		padding: 250px 0 200px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_title {
		font-size: 56px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_content h2 {
		font-size: 150px;
		line-height: 125px;
		background-position: left 35px center;
		background-size: 600px 170px;
	}
	.our-work-row .our-work-text h3 {
		font-size: 28px;
	}
	.twocol-section {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.twocol-section .text-block {
		padding-right: 0px!important;
	}
	.twocol-section .text-block h3 {
		font-size: 26px;
	}
	.twocol-section .text-block h2 {
		font-size: 40px;
		padding-bottom: 0;
	}
	.twocol-section .text-block .paragraph {
		padding-right: 75px!important;
	}
	.twocol-section .text-block a {
		font-size: 24px;
	}
	.about-us-sec p {
		font-size: 30px;
	}
	.tab-single-line .et_pb_image_wrap img{
		max-width: 100px !important;
	}
	.getintouch-section .getintouch-row {
		max-width: 900px!important;
	}
	.getintouch-row .half-circle-image, .getintouch-row .wdImg {
		padding: 0 0 0 40px;
	}
	.getintouch-section .left-col .et_pb_module {
		padding: 200px 30px;
    	background-size: 270px 450px;
	}
	.getintouch-section .left-col .et_pb_module::before {
		background-size: 230px 405px;
		width: 230px;
		height: 405px;
		left: -230px;
	}
	.getintouch-section .getintouch-link,
	.getintouch-section .right-col .et_pb_text_inner {
		font-size: 30px;
		line-height: 1.7;
	}
	.getintouch-section .getintouch-link {
		padding-right: 40px;
	}
	.feel-free-section {
		padding-top: 140px !important;
		padding-bottom: 40px !important;
	}

	.getintouch-form .gform_wrapper label.gfield_label, .getintouch-form .gfield_label {
		font-size: 22px;
	}
	.getintouch-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	.getintouch-form .custom-form-group input, 
	.getintouch-form .custom-textarea .textarea {
		padding: 12px;
		font-size: 16px;
	}
	.getintouch-form .custom-textarea .textarea {
		height: 115px;
	}
	.getintouch-form .gform_wrapper .gform_footer input.button, 
	.getintouch-form .gform_wrapper .gform_footer input[type=submit], 
	.getintouch-form .gform_button {
		font-size: 22px;
	}

	.getintouch-form .gform_submission_error{
		font-size: 18px;
	}

}

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

	.homepage-dot-navigation,
	ul.et_pb_side_nav{
		display: none;
	}

}



@media screen and (max-width: 980px) {
	.horizantal-line-section {
		height: 3700px;
	}
	.et_mobile_menu {
		top: 60px;
		max-width: 200px;
		right: 0;
		left: auto;
	}
	header,
	header.et-fixed-header {
		padding: 15px 0;
	}
	header .container,
	header .et_pb_row {
		max-width: 100%!important;
		width: 100%;
		padding: 0 30px !important;
	}
	header .logo_container a img,
	.et_header_style_left #logo {
		max-width: 150px!important;
	}
	.et_header_style_left #et-top-navigation {
		padding-left: 0!important;
	}
	#top-menu-nav {
		display: none;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}
	header .mobile_menu_bar:before {
		font-size: 48px;
	}
	.global-footer .et_pb_menu .et_pb_menu__wrap,
	.global-footer .et_pb_module,
	.global-footer .et_pb_menu .et_pb_menu__menu>nav>ul {
		display: flex;
		justify-content: center;
	}
	.global-footer .et_pb_menu .et_pb_menu__menu {
		display: block;
	}
	.global-footer .et_mobile_nav_menu {
		display: none;
	}

	.banner-slider .slider-section .et_pb_slide .et_pb_container {
		max-width: 500px !important;
	}
	.banner-slider .slider-section .et_pb_slide_description {
		padding: 200px 0 180px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_title {
		font-size: 48px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_content h2 {
		font-size: 115px;
		line-height: 100px;
		background-position: left 30px center;
		background-size: 460px 120px;
		padding: 15px 15px 15px 0;
		margin-top: -15px;
	}
	#menu-homepage-left-menu,
	ul.et_pb_side_nav {
		left: 15px;
	}
	#menu-homepage-left-menu li a,
	ul.et_pb_side_nav .side_nav_item a {
		height: 10px;
		width: 10px;
	}
	#menu-homepage-left-menu li:not(:last-child) a,
	ul.et_pb_side_nav .side_nav_item:not(:last-child) a {
		margin-bottom: 10px;
	}
	.twocol-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.twocol-section.reverse-section .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.twocol-section.reverse-section .right-col {
		margin-bottom: 35px!important;
	}
	.twocol-section.reverse-section .left-col {
		margin-bottom: 0!important;
	}
	.our-work-row .our-work-text h3 {
		right: -35px;
		top: 70px;
		padding-bottom: 0;
	}
	.proudly_working_section .et_pb_row{
		width: 85%;
	}
	.about-us-sec .et_pb_row{
		display: flex;
	}
	.about-us-sec .et_pb_column{
		margin-bottom: 0;
	}
	.about-us-sec .right-col .et_pb_text_inner strong,
	.about-us-sec .right-col .custom_para_slider strong,
	.about-us-sec p {
		font-size: 26px;
	}
	.about-us-sec .right-col p{
		text-align: right;
	}
	.our-work-row .our-work-text h3::after {
		right: -40px;
		top: 15px;
		width: 30px;
	}
	.getintouch-section .getintouch-row {
		max-width: 90%!important;
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	.getintouch-row .half-circle-image, 
	.getintouch-row .wdImg {
		width: 33.33%;
		margin-bottom: 0!important;
		padding: 0 0px 0 40px;
	}
	.getintouch-section .left-col {
		width: 33.33%;
	}
	.getintouch-section .left-col {
		padding-right: 15px;
		margin-bottom: 0;
	}
	.getintouch-section .right-col {
		width: 33.33%;
		padding-top: 0px;
		justify-content: center;
	}
	body .gform_legacy_markup_wrapper .top_label div.ginput_container {
		margin-top: 3px;
	}
	.gform_legacy_markup_wrapper{
		margin: 0;
	}
	.getintouch-section .right-col .toggledata{
		margin-bottom: 0;
	}
	.getintouch-section .half-circle-image .et_pb_module {
		margin-right: 0;
	}
	.getintouch-section .left-col .et_pb_module {
		padding: 200px 30px;
    	background-size: 240px 440px;
	}
	.getintouch-section .left-col .et_pb_module::before {
		background-size: 185px 330px;
		width: 185px;
		height: 330px;
		left: -185px;
		top: 15px;
	}
	.getintouch-section .getintouch-link,
	.getintouch-section .right-col .et_pb_text_inner {
		font-size: 24px;
		line-height: 1.5;
	}
	.getintouch-section .left-col .et_pb_module .getintouch-link {
		font-size: 24px;
		padding-right: 30px;
	}
	.getintouch-section .getintouch-link {
		padding-right: 30px;
	}
	.getintouch-section .getintouch-link::after {
		top: 0px;
	}
	.getintouch-link {
		font-size: 24px;
		padding-right: 30px;
	}

	.tab-single-line{
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.tab-single-line .et_pb_module{
		/* width: 30%; */
		text-align: center;
	}
	.tab-single-line .et_pb_module:first-child{
		width: 100%;
	}
	.home .col-width .et_pb_gallery_item .et_pb_gallery_image{
		max-width: 150px;
		margin: 0 auto;
	}
	.tab-single-line .et_pb_gallery_items{
		flex-direction: row;
	}
	.tab-single-line .et_pb_gallery_items .et_pb_gallery_item{
		width: 29% !important;
		margin-bottom: 0 !important;
	}
	.home .pww-col .col-width .et_pb_gallery_item.et_pb_gallery_item_0_6,
	.home .pww-col .col-width .et_pb_gallery_item.et_pb_gallery_item_0_7{
		margin-bottom: 0px!important;
	}

	.tab-single-line .et_pb_image_wrap img{
		max-width: 150px !important;
	}
	.feel-free-section {
		padding-top: 110px !important;
		padding-bottom: 30px !important;
	}
	.feel-free-section .left-col {
		padding-right: 0;
		padding-top: 0px;
		margin-bottom: 50px;
	}
	.feel-free-section .left-col h3 {
		font-size: 30px;
	}
	.feel-free-section .left-col.text-block h2 {
		font-size: 64px;
		background-size: 315px 110px;
		padding: 25px 35px 35px 0;
		margin-top: -20px;
	}
	.feel-free-section .left-col.text-block h2::before{
		width: 315px;
		height: 110px;
	}
	.feel-free-section .left-col.text-block p {
		font-size: 24px;
	}
	.assemble-git-section .left-col {
		margin-bottom: 0;
	}
	.assemble-git-section .left-col img {
		max-width: 180px;
	}
	.global-footer .et_pb_row {
		flex-direction: column;
	}

	.getintouch-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	.getintouch-form .custom-form-group input, 
	.getintouch-form .custom-textarea .textarea {
		padding: 10px;
		height: 40px;
	}
	.getintouch-form .custom-textarea .textarea {
		height: 88px;
	}
	.getintouch-form .gform_wrapper label.gfield_label, 
	.getintouch-form .gfield_label {
		font-size: 18px;
	}
	body .getintouch-form .gform_wrapper ul li.gfield {
		margin-top: 10px;
	}

}

@media screen and (max-width: 767px) {
	.page-id-11 .et_builder_inner_content:before{
		opacity: 0.5;
		width: 1px;
		display:none;
	}
	.horizantal-line-section {
		height: 3000px;
	}
	.et_mobile_menu{
		max-width: 100%;
	}
	.et_mobile_menu li a{
		font-family: 'Oxygen', sans-serif;
	}
	.global-footer #menu-work-footer-menu{
		max-width: 320px;
    	margin: 0 auto;
	}
	.global-footer ul li.menu-item {
		width: 33% !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.global-footer ul li.menu-item.social {
		width: auto !important;
		margin-top: 20px !important;
	}
	.global-footer .et_pb_menu .et_pb_menu__menu>nav>ul>li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.global-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
		margin-top: 15px;
	}

	.banner-slider .slider-section .et_pb_slide_description {
		padding: 150px 0 110px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_container {
		max-width: 100% !important;
		padding: 0 30px;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_title {
		font-size: 32px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_content h2 {
		font-size: 70px;
		line-height: 60px;
		background-position: left 15px center;
		background-size: 290px 80px;
		padding: 10px 10px 10px 0;
		margin-top: -10px;
	}
	.banner-slider .slider-section .et-pb-controllers {
		left: 0;
		top: auto;
		bottom: 15px;
		flex-direction: row;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	#menu-homepage-left-menu,
	ul.et_pb_side_nav {
		left: 10px;
	}
	#menu-homepage-left-menu li:not(:last-child) a,
	ul.et_pb_side_nav .side_nav_item:not(:last-child) a {
		margin-bottom: 5px;
	}
	#menu-homepage-left-menu li a,
	ul.et_pb_side_nav .side_nav_item a {
		height: 8px;
		width: 8px;
	}
	.container,
	.et_pb_row {
		max-width: 100%!important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.our-work-row .our-work-text h3 {
		font-size: 24px;
	}
	.twocol-section {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.twocol-section.reverse-section .right-col {
		margin-bottom: 30px!important;
	}
	.twocol-section .text-block h3 {
		font-size: 22px;
	}
	.twocol-section .text-block h2 {
		font-size: 36px;
	}
	.twocol-section .text-block .paragraph {
		padding-right: 0!important;
	}
	.twocol-section .text-block p {
		font-size: 18px;
	}
	.twocol-section .text-block a {
		font-size: 22px;
	}
	.about-us-sec .et_pb_row{
		flex-direction: column;
	}
	.about-us-sec .right-col p{
		text-align: left;
	}
	.our-work-row .our-work-text h3 {
		top: 50px;
	}
	.our-work-row .our-work-text h3::after {
		right: -30px;
		top: 12px;
		width: 20px;
	}
	.home .col-width .et_pb_gallery_item .et_pb_gallery_image{
		max-width: 120px;
	}
	.tab-single-line .et_pb_image_wrap img{
		max-width: 120px !important;
	}
	.home .pww-col .col-width .et_pb_gallery_item{
		margin-bottom: 25px;
	}
	.tab-single-line .et_pb_gallery_items .et_pb_gallery_item{
		margin-bottom: 25px !important;
	}
	.tab-single-line .et_pb_gallery_items .et_pb_gallery_item.et_pb_gallery_item_1_2{
		margin-bottom: 0px !important;
	}
	.tab-single-line .et_pb_gallery_items .et_pb_gallery_item{
		width: 42% !important;
	}
	.tab-single-line .et_pb_gallery_items{
		flex-wrap: wrap;
	}
	.getintouch-row .half-circle-image, 
	.getintouch-row .wdImg {
		width: 50% !important;
		margin-bottom: 0!important;
		padding: 0;
		margin: 0;
		max-width: 130px;
	}
	.getintouch-section .left-col {
		width: 50% !important;
		padding-right: 0;
		max-width: 130px;
	}
	.getintouch-section .right-col {
		width: 100%;
		padding-top: 30px;
	}
	.getintouch-section .left-col .et_pb_module {
		padding: 110px 10px;
		background-size: 125px 245px;
	}
	.getintouch-section .left-col .et_pb_module::before {
		background-size: 100px 200px;
		width: 100px;
		height: 200px;
		left: -100px;
		top: 15px;
	}
	.getintouch-section .getintouch-link {
		padding-right: 15px;
	}
	.getintouch-section .getintouch-link,
	.getintouch-section .right-col .et_pb_text_inner {
		font-size: 16px;
		line-height: 1.5;
	}
	.getintouch-section .left-col .et_pb_module {
		padding: 0 15px !important;
	}
	.getintouch-section .left-col .et_pb_module .getintouch-link {
		font-size: 16px;
		padding-right: 15px;
	}
	.getintouch-section .getintouch-link::after {
		right: 0;
	}
	.feel-free-section {
		padding-top: 100px !important;
		padding-bottom: 20px !important;
	}
	.feel-free-section .left-col {
		margin-bottom: 40px;
	}
	.feel-free-section .left-col h3 {
		font-size: 24px;
	}
	.feel-free-section .left-col.text-block h2 {
		font-size: 42px;
		background-size: 220px 75px;
		padding: 20px 30px 20px 0;
		margin-top: -15px;
	}
	.feel-free-section .left-col.text-block h2::before{
		width: 220px;
		height: 75px;
	}
	@keyframes background_position_top0 {
		0%{
			background-position: right -300px top;
		}
		25%{
			background-position: right -300px top;
		}
		100%{
			background-position: right 0 top;
		}
	}
	.feel-free-section .left-col.text-block p {
		font-size: 20px;
	}
	.single-blurb .et_pb_main_blurb_image {
		margin-bottom: 20px;
	}
	.single-blurb .et_pb_module_header {
		padding-bottom: 10px;
		font-size: 26px!important;
	}
	.single-blurb .et_pb_blurb_description {
		font-size: 17px !important;
	}
	.assemble-git-section .et_pb_row {
		flex-direction: column;
	}
	.assemble-git-section .left-col {
		margin-bottom: 20px;
	}
	.global-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
		font-size: 18px;
	}

	.getintouch-form .gform_wrapper label.gfield_label, 
	.getintouch-form .gfield_label {
		font-size: 18px;
	}
	.getintouch-form .gform_wrapper .gform_footer {
		margin: 0px 0 0;
	}
	.home .et_pb_gallery_items{
		justify-content: space-between;
	}
}

@media screen and (max-width: 479px){
	.tab-single-line .et_pb_module{
		width: 42%;
	}
	.tab-single-line .et_pb_module.et_pb_gallery{
		width: 100%;
		margin-bottom: 0 !important;
	}
	.tab-single-line .et_pb_module.et_pb_gallery .et_pb_gallery_item:last-child{
		margin-bottom: 0 !important;
	}
	.home .col-width .et_pb_gallery_item .et_pb_gallery_image{
		max-width: 100%;
		margin: 0 auto;
	}

}

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

	
	.banner-slider .slider-section .et_pb_slide .et_pb_container {
		max-width: 100% !important;
		padding: 0 20px;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_title {
		font-size: 28px !important;
	}
	.banner-slider .slider-section .et_pb_slide .et_pb_slide_content h2 {
		font-size: 60px;
		line-height: 50px;
		background-position: left 15px center;
		background-size: 245px 70px;
		padding: 10px 10px 10px 0;
		margin-top: -10px;
	}
	.proudly_working_section .et_pb_row {
		width: 100%;
	}
	
}


/*================================
            Case Study Page 
==================================*/


/* Banner Section */

@media screen and (max-width: 1900px) {
	.caseStudyBanner_Sec .left-col.text-block h1 {
		font-size: 65px;
	}
}

@media screen and (max-width: 1199px) {
	.caseStudyBanner_Sec .left-col.text-block h1 {
		font-size: 52px;
	}
}

@media screen and (max-width: 980px) {
	.caseStudyBanner_Sec{
		padding-top: 90px !important;
		padding-bottom: 20px !important;
	}
	.caseStudyBanner_Sec .image-block.right-col {
		text-align: center;
	}
	.caseStudyBanner_Sec .image-block.right-col img{
		max-width: 475px;
		width: 100%;
	}
	.caseStudyBanner_Sec .image-block.right-col .et_pb_module.et_pb_image {
		text-align: center;
	}
	.caseStudyBanner_Sec .left-col.text-block h1 {
		font-size: 40px;
	}
	.caseStudyBanner_Sec .left-col.text-block  h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.caseStudyBanner_Sec {
		padding-top: 75px !important;
		padding-bottom: 0px !important;
	}
	.caseStudyBanner_Sec .left-col.text-block h3 {
		font-size: 22px;
	}
	.caseStudyBanner_Sec .left-col.text-block h1 {
		font-size: 36px;
	}

}


/* Sumary Section */
.summary_Section .et_pb_image .et_pb_image_wrap{
	width: 100%;
}
.summary_Section .et_pb_image img{width: 100%;}
.summary_Section .titleText_Block .et_pb_text_2{
	margin-bottom: 0!important;	
}
.summary_Section .sumary_ImgSec{
	padding-top: 100px;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 1600px) {
	.textBlock.smallFnt p{
		font-size: 20px;
	}
	.summary_Section {
		padding: 55px 0 !important;
	}
	.summary_Section .titleText_Block .et_pb_text_2 {
		margin-bottom: 0 !important;
		padding-bottom: 15px !important;
	}
	.summary_Section .sumary_ImgSec {
		padding-top: 60px;
		margin-bottom: 0 !important;
	}
	.summary_Section .leftRight_RevBlock.et_pb_row  {
		padding: 80px 0!important;
	}
	.summary_Section .three_ImgBlock{ padding-top: 0!important;}
	.textBlock p {
		font-size: 22px;
		line-height: 1.7;
	}	
}
@media screen and (max-width: 1200px) {
	.textBlock.smallFnt p{
		font-size: 18px;
	}
}
@media screen and (max-width: 1023px) {
		.textBlock.smallFnt p{
		font-size: 16px;
	}
	.textBlock p {
		font-size: 18px;
		line-height: 1.7;
	}
	.summary_Section .sumary_ImgSec {
		padding-top: 15px;
	}
	.summary_Section .leftRight_RevBlock.et_pb_row {
		padding: 30px  0 !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.summary_Section .leftRight_RevBlock.et_pb_row img{
		margin-bottom: 20px;
	}	

}
@media screen and (max-width: 767px) {
	.summary_Section .leftRight_RevBlock.et_pb_row {
		padding: 30px 30px !important;
	}
	.textBlock p {
		font-size: 16px;
	}
	.summary_Section .three_ImgBlock {
		padding: 0 0 !important;
	}
	.textBlock.smallFnt p{
		font-size: 15px;
	}
}
.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
	font-size: 35px !important;
	line-height: 1.5 !important;
}
@media screen and (max-width: 1800px) {
	.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
		font-size: 32px !important;
	}
}
@media screen and (max-width: 1600px) {
	.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
		font-size: 28px !important;
	}
}
@media screen and (max-width: 1400px) {
	.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
		font-size: 26px !important;
	}
}
@media screen and (max-width: 1200px) {
	.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
		font-size: 22px !important;
	}
}
@media screen and (max-width: 1023px) {
	.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
		font-size: 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.paraCopy_sumaryPage .et_pb_text_inner, .paraCopy_sumaryPage p{
		font-size: 18px !important;
	}
}
/*  Letest News & Spotlight Section */


@media screen and (max-width: 1900px) {
	.newSpot_Sec{
		padding-top: 75px!important;
		padding-bottom: 375px!important;
	}
	.newSpot_Sec h2 {
		font-size: 70px!important;
	}
	.newSpot_Sec h3 {
		font-size: 35px!important;
	}
	.newSpot_Sec  .titleText_Block.textBlock {
		padding-top: 25px !important;
	}
	.newSpot_Sec  .titleText_Block.textBlock h2{
		font-size: 30px!important;
	}

}

@media screen and (max-width: 1900px) {
	.videoTextMain_sec .mdSpaceVDSec.et_pb_row {
		padding: 60px 0 !important;
	}
	.videoTextMain_sec{
		padding-bottom: 80px!important;		
	}	
}

@media screen and (max-width: 1199px) {
	.newSpot_Sec {
		padding-top: 75px !important;
		padding-bottom: 260px !important;
	}

	.videoTextMain_sec .bigVd_Block.et_pb_row{
		margin-top: -720px !important;
	}
}


@media screen and (max-width: 1023px) {
	.videoTextMain_sec .bigVd_Block.et_pb_row {
		margin-top: -665px !important;
	}
	.newSpot_Sec .mdMb0_subhead{
		margin-bottom: 0!important;
	}
	.newSpot_Sec h3 {
		font-size: 28px !important;
	}
	.newSpot_Sec h2 {
		font-size: 58px !important;
	}
	.newSpot_Sec {
		padding-bottom: 200px !important;
	}
}

@media screen and (max-width: 767px) {
	.newSpot_Sec {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}
	.videoTextMain_sec .bigVd_Block.et_pb_row{
		margin-top: 0 !important;
		width: 100%;
	}
	.videoTextMain_sec {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.videoTextMain_sec .mdSpaceVDSec.et_pb_row {
		padding: 30px 30px !important;
	}
	.newSpot_Sec h3 {
		font-size: 24px !important;
	}
	.newSpot_Sec h2 {
		font-size: 40px !important;
	}
	.newSpot_Sec .titleText_Block.textBlock h2 {
		font-size: 25px !important;
	}
}

/* News Page */

.margin-top-header{
	margin-top: 150px;
}

.bg-spanish-white{
	background-color: #F7ECE1;
}

.blog #main-header,
.single #main-header{
	background-color: #3626A7 !important;
}
.blog #main-header.et-fixed-header, .single #main-header.et-fixed-header {
	background-color: #ffffff !important;
}
.page-id-190 header.et-fixed-header {
	background-color: #ffffff !important;
}

.blog #main-content .container:before{
	display: none;
}

/* Spotlight Section */
.spotlights-section{
	padding-top: 150px;
	padding-bottom: 160px;
}
.custom-container{
	max-width: 1630px;
	padding-left: 15px;
	padding-right: 15px;
}
.spotlights-section .custom-container{
	display: flex;
	align-items: center;
	padding-top: 0!important;
}
.spotlights-section .left-col{
	padding-right: 15px;
}
.spotlights-section .right-col{
	padding-left: 15px;
}
.spotlights-section .image-block{
	width: 60%;
}
.spotlights-section .image-block figure{
	position: relative;
	z-index: 1;
}
.spotlights-section .image-block figure img{
	width: 100%;
}
.spotlights-section .image-block figure::after{
    content: "";
    position: absolute;
    right: -170px;
    top: 50%;
    width: 200px;
    height: 30px;
    background-image: url(images/Layer-26.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    margin-top: -25px;
    z-index: -1;
	animation: background_position_infinite 20s linear infinite;
}
.spotlights-section .image-block figure::before{
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
    width: 250px;
    height: 250px;
    background-image: url(images/star_image.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: 1;
    animation: rotate_infinite 20s linear infinite;
}
.spotlights-section .text-block{
	width: 40%;
	display: flex;
    justify-content: flex-end;
}
.spotlights-section .text-block h1{
	font-family: 'Staatliches';
    text-transform: uppercase;
    font-size: 100px;
	font-weight: 400;
	line-height: 1.1;
    color: #1D1D1B;
	padding-bottom: 0;
	position: relative;
}

.spotlights-section .text-block h1 small{
	font-family: 'Vollkorn';
	text-transform: none;
    font-style: italic;
    font-size: 50px;
    color: #3626a7;
	display: block;
}

/* News List Section */

.news-list-section .tab-content .btn.loadMoreBtn {
    color: #333333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    padding: 15px 20px;
    border: 3px solid #3626A7;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #3626A7;
}

.news-list-section{
	padding-top: 150px;
    padding-bottom: 150px;
}
.news-list-section .custom-container{
	padding-top: 0 !important;
}
.news-list-section .post{
	padding: 60px 0;
    border-bottom: 3px solid #3626A7;
}
.news-list-section .post .post-date{
	font-family: 'Vollkorn';
	text-transform: none;
    font-style: italic;
    font-size: 25px;
	line-height: 1.2;
    color: #3626A7;
	padding-bottom: 10px;
}
.news-list-section .post h2{
	padding-bottom: 30px;
}
.news-list-detail-section .post h1 a,
.news-list-section .post h2 a{
	font-family: 'Staatliches';
    text-transform: uppercase;
    font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
    color: #1D1D1B;
}
.news-list-section .post .post-content{
	font-family: 'Oxygen', sans-serif;
    font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
    color: #1D1D1B;
	max-width: 960px;
}

.news-list-section .tab-menu{
	display: flex;
    align-items: center;
	padding-bottom: 80px;
}
.news-list-section .tab-menu li:not(:last-child) {
    padding-right: 150px;
}

.news-list-section .tab-menu .tablinks {
    font-family: 'Vollkorn';
    text-transform: none;
    font-style: italic;
    font-size: 50px;
	line-height: 1.2;
    text-decoration: none;
	color: #1D1D1B;
	background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.news-list-section .tab-menu .tablinks:hover,
.news-list-section .tab-menu .tablinks.active{
	color: #3626A7;
	text-decoration: underline;
}
.tab-content .post-list-container.singleTabContent{
	display: block;
}

.singleTabContent{display: none;}

.nav-previous,
.nav-next{
    padding-top: 60px;
}
.nav-previous a,
.nav-next a{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    line-height: 1.25;
    font-style: italic;
	color: #1D1D1B;
    border-bottom: 1px solid transparent;
	transition: border-bottom 300ms ease;
}

.nav-previous a:hover,
.nav-next a:hover{
	border-bottom: 1px solid #1D1D1B;
}

/* News Details */
.single #content-area{
	position: relative;
}
.single #content-area:before {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 27px;
    content: "";
    background-repeat: repeat-y;
	background-image: url("https://assembleagency.wpengine.com/wp-content/uploads/2021/09/curvedline-1-1.png");
	animation: background_position_bottom_center_infinite 40s linear infinite !important;
	background-size: contain;
}

@keyframes background_position_bottom_center_infinite {
	0%{
		background-position: top center;
	}
	100%{
		background-position: bottom center;
	}
}

.post-list-detail .custom-container {
    max-width: 1490px;
}
.news-list-detail-section .post{
	padding: 0;
	border-bottom: 0;
}
.news-list-detail-section .post .post-content{
	max-width: 100%;
}

.news-list-detail-section .post .post-date{
    font-size: 40px;
}
.news-list-detail-section .post h1 a{
    font-size: 96px;
}
.news-list-detail-section .post .post-content{
    font-size: 35px;
}

.news-list-detail-section .post .post-content img{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    height: auto;
}

/* About Page */
.public-opinion-section .et_pb_row{
	display: flex;
	min-width: 100% !important;
}
.public-opinion-section .left-col{
	max-width: 790px;
	margin-left: auto;
	width: 55% !important;
}
.public-opinion-section .right-col{
	width: 45% !important;
}
.public-opinion-section .left-col h2{
	position: relative;
}
.public-opinion-section .left-col h2::after{
	content: "";
	position: absolute;
	right: 0;
	top: -100px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #3626A7;
	animation: scale_infinite 3s ease-in-out infinite;
}
.public-opinion-section .left-col h3{
	padding-bottom: 0;
}



/* KeyFrames */

@keyframes rotate_infinite {
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

@keyframes scale_infinite {
	0%{
		transform: scale(1);
	}
	10%{
		transform: scale(1.01);
	}
	50%{
		transform: scale(1.24);
	}
	60%{
		transform: scale(1.25);
	}
	90%{
		transform: scale(1.01);
	}
	100%{
		transform: scale(1);
	}
}

.image_rotate_infinite .et_pb_image_wrap img{
	/* animation: rotate_infinite 10s linear infinite reverse; */
	animation: rotate_infinite 30s linear infinite reverse;

}

/* About Para Section */

.about-para-section .custom-line {
	position: relative;
}
.about-para-section .custom-line::after{
	content: "";
    position: absolute;
    width: 3px;
    background-color: #FFFFFF;
    height: 900px;
    left: 200px;
    top: -250px;
    transform: rotate(25deg);
}

/* Team Member Section */
.team-members-section {
    display: flex;
}
.sec-title.tabmobiledisplay{
	display: none;
}
.team-members-section .left-col {
    width: 70%;
	padding: 120px 80px 80px;
}
.team-members-section .right-col {
    width: 30%;
	padding: 120px 80px;
	background-color: #000000;
	right: 0;
}
.team-members-section .sec-title{
	padding-bottom: 90px;
}
.team-members-section .sec-title h3{
	font-family: 'Vollkorn',Georgia,"Times New Roman",serif;
    font-style: italic;
    font-size: 50px;
    color: #3626A7;
    line-height: 1.1;
	padding-bottom: 0;
}
.team-members-section .sec-title h2{
	font-family: 'Staatliches',display;
    text-transform: uppercase;
    font-size: 100px;
    color: #1D1D1B;
    line-height: 1.1;
	position: relative;
}
.team-members-section .sec-title h2::after,  .digest_middle h1:after{
	content: "";
    position: absolute;
    right: -125px;
    top: 50%;
    width: 240px;
    height: 30px;
    background-image: url(images/Vector.png);
    background-repeat: repeat-x;
    background-position: right center;
    background-size: cover;
    margin-top: -25px;
    z-index: -1;	
	animation: background_position_infinite 10s linear infinite;
}

@keyframes translate_infinite {
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(100%);
	}
}

@keyframes background_position_infinite {
	0%{
		background-position: right center;
	}
	100%{
		background-position: left center;
	}
}

.team-members-section .team-member-container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -15px;
    margin-right: -15px;
}

.team-member-container .single-team-member{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 35px;
	padding: 0 15px;
	position: relative;
	cursor: pointer;
}

.team-member-container .single-team-member::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -90px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
	opacity: 0;
	margin-bottom: 100px;
    transition: margin-bottom 500ms ease, opacity 500ms ease;
	z-index: -1;
}

.team-member-container .single-team-member.active::after {
    border-bottom: 30px solid #F1C40F;
}

.team-member-container .single-team-member.creative-member::after {
    border-bottom: 30px solid #F1C40F;
}

.team-member-container .single-team-member.editorial-member::after {
    /*border-bottom: 30px solid #DFCFE7;*/
	border-bottom: 30px solid #F1C40F;
}

.team-member-container .single-team-member.media-member::after {
	border-bottom: 30px solid #F1C40F;
}


.team-member-container .single-team-member.active::after {
	opacity: 1;
	margin-bottom: 0;
}

.team-member-container .single-team-member figure{
	display: flex;
	margin-bottom: 15px;
	position: relative;
	width: 215px;
	height: 215px;
	max-width: 100%;
	background-color: #f0f0f0;
	overflow: hidden;
}
.team-member-container .single-team-member figure .image{
	width: 215px;
    height: 215px;
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: 215px 215px; */
	background-size: cover;
}
.team-member-container .single-team-member.-member.active figure .image,
.team-member-container .single-team-member.-member figure:hover .image{
    background-color: #F1C40F;
	background-blend-mode: multiply;
}
.team-member-container .single-team-member.creative-member.active figure .image,
.team-member-container .single-team-member.creative-member figure:hover .image{
    background-color: #F1C40F;
	background-blend-mode: multiply;
}

.team-member-container .single-team-member.editorial-member figure,
.team-member-container .single-team-member.editorial-member figure .image{
	/* octagon */
	/* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
	background-color: #f0f0f0;
	/* bevel */
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	/* decagon */
	/* clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%); */
	/* Bevel */
	/* clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%); */
}

.team-member-container .single-team-member.editorial-member figure:hover{
	background-color: #f0f0f0;
	 /* background-color: #F1C40F; */
}
.team-member-container .single-team-member.editorial-member figure:hover .image{
	/* background-color: #DFCFE7;*/
	 background-color: #F1C40F;
	background-blend-mode: multiply;
}

.team-member-container .single-team-member.editorial-member.cat_active figure{
	/*background-color: #DFCFE7;*/
	 background-color: #F1C40F;
}

.team-member-container .single-team-member.media-member.active figure .image,
.team-member-container .single-team-member.media-member figure:hover .image{
   /* background-color: #3626A7;
	background-color: rgba(54, 38, 167, 0.5);*/
	 background-color: #F1C40F;
	background-blend-mode: multiply;
}

.team-member-container .single-team-member.editorial-member.active figure .image{
	background-color: #F1C40F;
	background-blend-mode: multiply;
}
.team-member-container .single-team-member.creative-member.active figure:hover figure{
	background-color: #F1C40F;
	background-blend-mode: multiply;
}



.team-member-container .single-team-member figure{
	border: 3px solid transparent;
	transition: all 300ms ease;
}

.team-member-container .single-team-member figure:hover .image{
	transition: all 300ms ease;
}

.team-member-container .single-team-member.creative-member.cat_active figure{
	border-color: #F1C40F;
}
.team-member-container .single-team-member.creative-member.member_in_mixcat.cat_active figure,
.team-member-container .single-team-member.member_in_mixcat.cat_active figure{
	border-color: #F1C40F;
	background-color: #F1C40F;
}

.team-member-container .single-team-member.media-member.cat_active figure{
	/*border-color: #3626A7;*/
	border-color: #F1C40F;
}

.team-member-container .single-team-member.creative-member figure,
.team-member-container .single-team-member.creative-member figure .image,
.team-member-container .single-team-member.creative-member figure::after{
	border-radius: 100%;
}

.team-member-container .single-team-member.editorial-member figure{
	margin-bottom: 15px;
}


/* Style on 01-Dec-2021 Start */
.team-member-container .single-team-member.editorial-member figure{
	background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center center;
	clip-path: polygon(50% 0%, 61% 5.2%, 72% 5.2%, 79.6% 13.8%, 90% 19.1%, 92.8% 29.8%, 100% 39.6%, 97.6% 50%, 100% 61.1%, 92.8% 70.2%, 90% 80.9%, 79.6% 86.1%, 72.1% 94.9%, 61% 94.9%, 50% 100%, 39.6% 94.9%, 28% 94.9%, 20.7% 86.1%, 10% 80.9%, 7.6% 70.2%, 0% 61.1%, 2.9% 50%, 0% 39.6%, 7.6% 29.8%, 10% 19.1%, 20.7% 13.8%, 28% 5.2%, 36.6% 5.2%);
	-webkit-clip-path: polygon(50% 0%, 61% 5.2%, 72% 5.2%, 79.6% 13.8%, 90% 19.1%, 92.8% 29.8%, 100% 39.6%, 97.6% 50%, 100% 61.1%, 92.8% 70.2%, 90% 80.9%, 79.6% 86.1%, 72.1% 94.9%, 61% 94.9%, 50% 100%, 39.6% 94.9%, 28% 94.9%, 20.7% 86.1%, 10% 80.9%, 7.6% 70.2%, 0% 61.1%, 2.9% 50%, 0% 39.6%, 7.6% 29.8%, 10% 19.1%, 20.7% 13.8%, 28% 5.2%, 36.6% 5.2%);
}

.team-member-container .single-team-member.editorial-member figure .image{
    background-color: #f0f0f0;
	clip-path: polygon(50% 0%, 61% 5.2%, 72% 5.2%, 79.6% 13.8%, 90% 19.1%, 92.8% 29.8%, 100% 39.6%, 97.6% 50%, 100% 61.1%, 92.8% 70.2%, 90% 80.9%, 79.6% 86.1%, 72.1% 94.9%, 61% 94.9%, 50% 100%, 39.6% 94.9%, 28% 94.9%, 20.7% 86.1%, 10% 80.9%, 7.6% 70.2%, 0% 61.1%, 2.9% 50%, 0% 39.6%, 7.6% 29.8%, 10% 19.1%, 20.7% 13.8%, 28% 5.2%, 36.6% 5.2%);
	-webkit-clip-path: polygon(50% 0%, 61% 5.2%, 72% 5.2%, 79.6% 13.8%, 90% 19.1%, 92.8% 29.8%, 100% 39.6%, 97.6% 50%, 100% 61.1%, 92.8% 70.2%, 90% 80.9%, 79.6% 86.1%, 72.1% 94.9%, 61% 94.9%, 50% 100%, 39.6% 94.9%, 28% 94.9%, 20.7% 86.1%, 10% 80.9%, 7.6% 70.2%, 0% 61.1%, 2.9% 50%, 0% 39.6%, 7.6% 29.8%, 10% 19.1%, 20.7% 13.8%, 28% 5.2%, 36.6% 5.2%);
}
.team-member-container .single-team-member.editorial-member.cat_active figure{
	background-color: #F1C40F;
}
.team-member-container .single-team-member.editorial-member figure:hover .image{
	background-color: #F1C40F;
    background-blend-mode: multiply;
}
/* Style on 01-Dec-2021 Ends */

.team-member-container .single-team-member.media-member figure,
.team-member-container .single-team-member.media-member figure .image,
.team-member-container .single-team-member.media-member figure::after{
	border-radius: 0;
}
.team-member-container .single-team-member.creative-member.member_in_mixcat figure{
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	border-radius: inherit;
}
.team-member-container .single-team-member.creative-member.member_in_mixcat figure .image{
	clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	-webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
	border-radius: inherit;
}
.team-member-container .single-team-member.media-member figure{
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.team-member-container .single-team-member.media-member figure .image{
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.team-member-container .single-team-member.media-member.cat_active figure{
	background-color: #F1C40F;
}
.team-member-container .single-team-member figure .image{
	width: 100%;
	height: auto;
	transition: all 300ms ease;
}
.team-member-container .single-team-member .team-detail{
	text-align: center;
	min-height: 90px;
}
.team-member-container .single-team-member .team-detail .name{
	font-family: 'Vollkorn',Georgia,"Times New Roman",serif;
    font-style: italic;
    font-size: 30px;
    color: #1D1D1B;
    line-height: 1.1;
	padding-bottom: 0px;
}
.team-member-container .single-team-member .team-detail .title{
	font-family: 'Staatliches',display;
    text-transform: uppercase;
    font-size: 30px;
    color: #1D1D1B;
    line-height: 1.1;
	padding-bottom: 0px;
}

.team-member-container .single-team-bio {
    display: flex;
    margin-top: 40px;
    margin-bottom: 70px;
    background: transparent;
    padding: 40px 15px;
	/* order: 5; */
	margin-left: -65px;
	margin-right: -65px;
	display: none;
}
.team-member-container .single-team-bio {
    background: #F1C40F;
}
.team-member-container .single-team-bio.creative-bio {
    background: #F1C40F;
}
.team-member-container .single-team-bio.editorial-bio {
    /*background: #DFCFE7;*/
	 background: #F1C40F;
}
.team-member-container .single-team-bio.media-bio {
   /* background: #3626A7;*/
	 background: #F1C40F;
}
.team-member-container .single-team-bio .biowrap{
	display: flex;
}
.team-member-container .single-team-bio .left-bio,
.team-member-container .single-team-bio .right-bio{
	padding: 0 60px;
	width: 50%;
}
.team-member-container .single-team-bio .bio-heading{
	font-family: 'Staatliches',display;
    text-transform: uppercase;
    font-size: 15px;
	font-weight: 400;
    color: #1D1D1B;
    line-height: 1.25;
	padding-bottom: 15px;
	text-align: center;
}
.team-member-container .single-team-bio p{
	font-family: 'Oxygen', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #1D1D1B;
}
.team-member-container .single-team-bio.media-bio h2,
.team-member-container .single-team-bio.media-bio p{
	/*color: #FFFFFF;*/
	color: #1D1D1B;
}


/* Right Col */
.team-members-section .team-category{
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
	align-items: flex-start;
}
.team-members-section .team-category li:not(:last-child){
	margin-bottom: 10px;
}
.team-members-section .team-category a, .team-members-section .team-category li{
	font-family: 'Vollkorn',Georgia,"Times New Roman",serif;
    font-style: italic;
    font-size: 50px;
    color: #ffffff;
    line-height: 1.1;
	font-weight: 400;
	padding-left: 100px;
	position: relative;
	display: inline-block;
	cursor: pointer;

}
.team-members-section .team-category a::before, .team-members-section .team-category li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 0;
}

.team-members-section .team-category .editorial-link a::before, 
.team-members-section .team-category li.editorial-link::before{
	background-color: #ffffff;
	clip-path: polygon(50% 0%, 61% 5.2%, 72% 5.2%, 79.6% 13.8%, 90% 19.1%, 92.8% 29.8%, 100% 39.6%, 97.6% 50%, 100% 61.1%, 92.8% 70.2%, 90% 80.9%, 79.6% 86.1%, 72.1% 94.9%, 61% 94.9%, 50% 100%, 39.6% 94.9%, 28% 94.9%, 20.7% 86.1%, 10% 80.9%, 7.6% 70.2%, 0% 61.1%, 2.9% 50%, 0% 39.6%, 7.6% 29.8%, 10% 19.1%, 20.7% 13.8%, 28% 5.2%, 36.6% 5.2%);
	-webkit-clip-path: polygon(50% 0%, 61% 5.2%, 72% 5.2%, 79.6% 13.8%, 90% 19.1%, 92.8% 29.8%, 100% 39.6%, 97.6% 50%, 100% 61.1%, 92.8% 70.2%, 90% 80.9%, 79.6% 86.1%, 72.1% 94.9%, 61% 94.9%, 50% 100%, 39.6% 94.9%, 28% 94.9%, 20.7% 86.1%, 10% 80.9%, 7.6% 70.2%, 0% 61.1%, 2.9% 50%, 0% 39.6%, 7.6% 29.8%, 10% 19.1%, 20.7% 13.8%, 28% 5.2%, 36.6% 5.2%);
}
.team-members-section .team-category .creative-link a::before, .team-members-section .team-category li.creative-link::before{
	border-radius: 100%;
}
.team-members-section .team-category .media-link a::before,
 .team-members-section .team-category li.media-link::before{
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.team-members-section .team-category a.cat_active, .team-members-section .team-category li.cat_active,
.team-members-section .team-category a.active, .team-members-section .team-category li.active,
.team-members-section .team-category a:hover, .team-members-section .team-category li:hover{
	color: #F1C40F;
	text-decoration: underline;
}
.team-members-section .team-category a.cat_active::before, .team-members-section .team-category li.cat_active::before,
.team-members-section .team-category a.active::before, .team-members-section .team-category li.active::before,
.team-members-section .team-category a:hover::before, .team-members-section .team-category li:hover::before{
	background-color: #F1C40F;
}
.team-members-section .team-category li.editorial-link.cat_active::before,
.team-members-section .team-category li.editorial-link.active::before,
.team-members-section .team-category li.editorial-link:hover::before{
	background-color: #F1C40F;
}

.team-members-section .team-category-description{
	display: none;
}
.links-listing.servicelist_category_description{
	padding-top: 220px;
}
.team-members-section .team-category-description p{
	font-family: 'Oxygen', sans-serif;
    font-size: 24px;
	line-height: 1.5;
	font-weight: 400;
    color: #F1C40F;

}
.team-members-section .links-listing a,
.team-members-section .links-listing li{
	font-family: 'Vollkorn',Georgia,"Times New Roman",serif;
    font-style: italic;
    font-size: 35px;
    color: #ffffff;
    line-height: 1.25;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}

.team-members-section .team-category li.strategic-communications-link::before {
    clip-path: polygon(9.3% 11.6%, 13.7% 9.4%, 20.5% 6.6%, 25% 5.2%, 29% 4%, 35% 2.8%, 40% 2%, 50% 1.4%, 60% 2%, 65% 2.8%, 71% 4%, 75% 5.2%, 79.5% 6.6%, 84.3% 8.4%, 90.7% 11.6%, 90.7% 100%, 86.3% 97.84%, 79.5% 95%, 75% 93.6%, 71% 92.4%, 65% 91.2%, 60% 90.4%, 50% 89.8%, 40% 90%, 35% 91.2%, 29% 92.4%, 25% 93.6%, 20.5% 95.0%, 13.7% 97.8%, 9.3% 100%);
}
.team-member-container .single-team-member.strategic-communications-member figure{
	clip-path: polygon(9.3% 11.6%, 13.7% 9.4%, 20.5% 6.6%, 25% 5.2%, 29% 4%, 35% 2.8%, 40% 2%, 50% 1.4%, 60% 2%, 65% 2.8%, 71% 4%, 75% 5.2%, 79.5% 6.6%, 84.3% 8.4%, 90.7% 11.6%, 90.7% 100%, 86.3% 97.84%, 79.5% 95%, 75% 93.6%, 71% 92.4%, 65% 91.2%, 60% 90.4%, 50% 89.8%, 40% 90%, 35% 91.2%, 29% 92.4%, 25% 93.6%, 20.5% 95.0%, 13.7% 97.8%, 9.3% 100%);
}
.team-member-container .single-team-member.strategic-communications-member figure .image{
	clip-path: polygon(9.3% 11.6%, 13.7% 9.4%, 20.5% 6.6%, 25% 5.2%, 29% 4%, 35% 2.8%, 40% 2%, 50% 1.4%, 60% 2%, 65% 2.8%, 71% 4%, 75% 5.2%, 79.5% 6.6%, 84.3% 8.4%, 90.7% 11.6%, 90.7% 100%, 86.3% 97.84%, 79.5% 95%, 75% 93.6%, 71% 92.4%, 65% 91.2%, 60% 90.4%, 50% 89.8%, 40% 90%, 35% 91.2%, 29% 92.4%, 25% 93.6%, 20.5% 95.0%, 13.7% 97.8%, 9.3% 100%);
}
.team-member-container .single-team-member.strategic-communications-member.cat_active figure {
    background-color: #F1C40F;
}
.team-member-container .single-team-member.strategic-communications-member figure:hover .image {
    background-color: #F1C40F;
    background-blend-mode: multiply;
}

/* Default Style */
/* ul, ol, li, h1, h2, h4, etc */




/* ===================================
		Responsive
=================================== */

@media screen and (max-width: 1900px) {
	.margin-top-header {
		margin-top: 110px;
	}

	/* Team Member Section */
	.team-member-container .single-team-member .team-detail .name{
		font-size: 24px;
	}
	.team-member-container .single-team-member .team-detail .title{
		font-size: 26px;
	}
	.team-member-container .single-team-member figure{
		width: 200px;
    	height: 200px;
	}

	.links-listing.servicelist_category_description{
		padding-top: 180px;
	}
	.team-members-section .links-listing a,
	.team-members-section .links-listing li{
		font-size: 30px;
	}

	.public-opinion-section {
		background-size: 80px 200px !important;
	}
	.spotlights-section .image-block figure::after {
		right: -100px;
		width: 110px;
		background-size: 611px 22px;
	}

	.spotlights-section .image-block figure::before {
		margin-left: -100px;
		margin-top: -100px;
		width: 200px;
		height: 200px;
	}
	.public-opinion-section .left-col p{
		font-size: 24px;
		line-height: 1.5;
		font-weight: 400;
	}
	
	.team-members-section .team-category a, 
	.team-members-section .team-category li {
		font-size: 40px;
		padding-left: 70px;
	}


}

@media screen and (max-width: 1560px) {
	
	.margin-top-header {
		margin-top: 100px;
	}
	.spotlights-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.spotlights-section .text-block h1 {
		font-size: 80px;
	}
	.spotlights-section .text-block h1 small {
		font-size: 40px;
	}

	/* News List Section */
	.news-list-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.news-list-section .tab-menu {
		padding-bottom: 40px;
	}
	.news-list-section .tab-menu li:not(:last-child) {
		padding-right: 100px;
	}
	.news-list-section .tab-menu .tablinks{
		font-size: 40px;
	}
	.news-list-section .post {
		padding: 40px 0;
	}
	.news-list-section .post .post-date {
		font-size: 22px;
	}
	.news-list-section .post h2 {
		padding-bottom: 20px;
	}
	.news-list-section .post h2 a{
		font-size: 40px;
	}
	.spotlights-section .text-block h1::after{
		left: -260px;
		background-size: 611px 20px;
	}

	/* News List Detail */
	.news-list-detail-section{
		padding-bottom: 100px;
	}
	.news-list-detail-section .post .post-date{
		font-size: 36px;
	}
	.news-list-detail-section .post h1 a{
		font-size: 76px;
	}
	.news-list-detail-section .post .post-content{
		font-size: 30px;
	}

	/* About Page */

	.public-opinion-section .left-col {
		max-width: 650px;
		padding-top: 200px;
		padding-bottom: 120px;
	}
	.public-opinion-section .left-col h3 {
		font-size: 45px;
	}
	.public-opinion-section .left-col h2{
		font-size: 64px;
	}

	.about-para-section.twocol-section .text-block p{
		font-size: 28px;
	}

	/* Team Member Section */
	.team-members-section .left-col{
		padding: 100px 60px;
	}
	.team-members-section .sec-title {
		padding-bottom: 60px;
	}
	.team-members-section .sec-title h3{
		font-size: 45px;
	}
	.team-members-section .sec-title h2{
		font-size: 76px;
	}
	.team-member-container .single-team-member{
		margin-bottom: 30px;
	}
	.team-member-container .single-team-member .team-detail .name{
		font-size: 20px;
	}
	.team-member-container .single-team-member .team-detail .title{
		font-size: 22px;
	}
	.team-member-container .single-team-member figure{
		width: 180px;
    	height: 180px;
	}

	.team-member-container .single-team-bio{
		margin-top: 30px;
		margin-bottom: 50px;
		margin-left: -45px;
		margin-right: -45px;
	}
	.team-member-container .single-team-member::after{
		bottom: -70px;
	}
	.team-members-section .right-col{
		padding: 100px 60px;
	}
	.team-members-section .team-category a, 
	.team-members-section .team-category li{
		font-size: 36px;
		padding-left: 70px;
	}
	.team-members-section .team-category .editorial-link a::before, 
	.team-members-section .team-category li.editorial-link::before{
		background-size: 30px 30px;
	}

	.team-members-section .team-category a::before, 
	.team-members-section .team-category li::before{
		margin-top: -18px;
		width: 30px;
		height: 30px;
	}
	.team-members-section .team-category-description p{
		font-size: 20px;
	}
	.links-listing.servicelist_category_description{
		padding-top: 100px;
	}
	.team-members-section .links-listing a,
	.team-members-section .links-listing li{
		font-size: 26px;
	}
	.team-member-container .single-team-bio .left-bio, 
	.team-member-container .single-team-bio .right-bio {
		padding: 0 50px;
	}

}

@media screen and (max-width: 1439px) {
	
	.spotlights-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.spotlights-section .text-block h1 {
		font-size: 70px;
	}
	.spotlights-section .text-block h1 small {
		font-size: 35px;
	}

	/* News List Section */
	.news-list-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.news-list-section .tab-menu {
		padding-bottom: 30px;
	}
	.news-list-section .tab-menu li:not(:last-child) {
		padding-right: 80px;
	}
	.news-list-section .tab-menu .tablinks {
		font-size: 36px;
	}
	.news-list-section .post {
		padding: 30px 0;
	}
	.news-list-section .post h2 a {
		font-size: 36px;
	}

	/* News List Detail */
	.news-list-detail-section .post .post-date{
		font-size: 32px;
	}
	.news-list-detail-section .post h1 a{
		font-size: 60px;
	}
	.news-list-detail-section .post .post-content{
		font-size: 26px;
	}

	/* About Page */
	.public-opinion-section{
		background-size: 100px 280px !important;
	}
	.public-opinion-section .left-col {
		max-width: 560px;
		padding-top: 180px;
		padding-bottom: 100px;
	}
	.public-opinion-section .left-col h3 {
		font-size: 40px;
	}
	.public-opinion-section .left-col h2{
		font-size: 56px;
		padding-bottom: 0;
	}
	.public-opinion-section .left-col p{
		font-size: 24px;
	}
	.about-para-section .custom-line::after{
		height: 800px;
		left: 200px;
		top: -200px;
	}
	.about-para-section.twocol-section .text-block p {
		font-size: 25px;
	}

	/* Team Member Section */
	.team-members-section .left-col{
		padding: 100px 50px;
	}
	.team-members-section .sec-title {
		padding-bottom: 40px;
	}
	.team-members-section .sec-title h3{
		font-size: 40px;
	}
	.team-members-section .sec-title h2{
		font-size: 60px;
	}
	.team-members-section .sec-title h2::after {
		right: -80px;
		width: 200px;
		height: 25px;
		background-size: 611px 25px;
	}
	.team-member-container .single-team-member .team-detail .name{
		font-size: 18px;
	}
	.team-member-container .single-team-member .team-detail .title{
		font-size: 20px;
	}
	.team-member-container .single-team-member figure{
		width: 160px;
    	height: 160px;
	}
	/* .team-member-container .single-team-member.editorial-member .editorial-shape1, 
	.team-member-container .single-team-member.editorial-member .editorial-shape1 div {
		width: 160px;
		height: 160px;
	} */
	.team-member-container .single-team-member::after {
		bottom: -45px;
		margin-left: -25px;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 25px solid #F1C40F;
	}
	.team-member-container .single-team-bio {
		margin-top: 10px;
		margin-bottom: 40px;
		margin-left: -35px;
		margin-right: -35px;
		padding: 30px 15px;
	}
	.team-member-container .single-team-bio .left-bio, 
	.team-member-container .single-team-bio .right-bio {
		padding: 0 30px;
	}
	.team-member-container .single-team-bio h2 {
		font-size: 22px;
	}
	.team-members-section .right-col{
		padding: 100px 50px;
	}
	.team-members-section .team-category a, 
	.team-members-section .team-category li{
		font-size: 30px;
		padding-left: 55px;
	}
	.links-listing.servicelist_category_description{
		padding-top: 80px;
	}
	.team-members-section .links-listing a,
	.team-members-section .links-listing li{
		font-size: 24px;
	}


}

@media screen and (max-width: 1279px) {
	
	.margin-top-header {
		margin-top: 75px;
	}
	.spotlights-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.spotlights-section .text-block h1 {
		font-size: 60px;
	}
	.spotlights-section .text-block h1 small {
		font-size: 30px;
	}
	.spotlights-section .image-block figure::after {
		right: -55px;
		width: 60px;
		background-size: 411px 16px;
	}
	.spotlights-section .image-block figure::before {
		margin-left: -80px;
		margin-top: -80px;
		width: 160px;
		height: 160px;
	}

	/* News List Section */
	.news-list-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.news-list-section .tab-menu {
		padding-bottom: 20px;
	}
	.news-list-section .tab-menu li:not(:last-child) {
		padding-right: 60px;
	}
	.news-list-section .tab-menu .tablinks {
		font-size: 32px;
	}
	.news-list-section .post .post-date {
		font-size: 20px;
	}
	.news-list-section .post h2 {
		padding-bottom: 15px;
	}
	.news-list-section .post h2 a {
		font-size: 32px;
	}
	.news-list-section .post .post-content{
		min-width: 100%;
	}

	/* News List Detail */
	.news-list-detail-section{
		padding-bottom: 60px;
	}
	.single #content-area:before {
		left: 30px;
	}
	.news-list-detail-section .post .post-date{
		font-size: 30px;
	}
	.news-list-detail-section .post h1 a{
		font-size: 50px;
	}
	.news-list-detail-section .post .post-content{
		font-size: 22px;
	}
	.news-list-detail-section .post .post-content img{
		padding-top: 20px;
		padding-bottom: 5px;
	}

	/* About Page */
	.public-opinion-section {
		background-size: 50px 180px !important;
	}
	.public-opinion-section .left-col {
		max-width: 100%;
		padding-top: 160px;
		padding-bottom: 80px;
		padding-left: 60px;
	}
	.public-opinion-section .left-col h3 {
		font-size: 36px;
	}
	.public-opinion-section .left-col h2{
		font-size: 48px;
		padding-bottom: 0;
	}
	.public-opinion-section .left-col h2::after{
		top: -80px;
		width: 80px;
		height: 80px;
	}
	
	.public-opinion-section .left-col p{
		font-size: 22px;
	}
	.about-para-section .custom-line::after{
		height: 750px;
		left: 200px;
		top: -175px;
	}
	.about-para-section.twocol-section .text-block p {
		font-size: 22px;
	}

	/* Team Member Section */
	.team-members-section {
		flex-direction: column;
		position: relative;
		z-index: 1;
	}
	.sec-title.tabmobiledisplay{
		display: block;
		order: 1;
		padding: 40px 50px;
	}
	.team-members-section .left-col,
	.team-members-section .right-col{
		width: 100%;
	}
	.team-members-section .left-col{
		order: 3;
	}
	.team-members-section .left-col .sec-title{
		display: none;
	}
	.team-members-section .right-col{
		width: 100% !important;
		padding: 80px 50px;
		order: 2;
		position: static !important;
	}
	.team-members-section .team-category{
		padding-bottom: 40px;
		flex-direction: row;
		justify-content: center;
	}
	.team-members-section .team-category-description p {
		color: #ffffff;
	}
	.team-members-section .team-category a, 
	.team-members-section .team-category li{
		padding: 0;
	}
	.team-members-section .team-category a::before, .team-members-section .team-category li::before {
		margin-top: -13px;
		width: 25px;
		height: 25px;
		left: auto;
		right: -35px;
	}
	.team-members-section .team-category li:not(:last-child){
		margin-bottom: 0;
		margin-right: 80px;
	}
	.links-listing.servicelist_category_description{
		padding-top: 0;
	}
	.team-members-section .links-listing{
		display: none;
	}
	.team-members-section .left-col {
		padding: 50px;
	}
	.team-members-section .sec-title {
		padding-bottom: 30px;
	}
	.team-members-section .sec-title h3 {
		font-size: 36px;
	}
	.team-members-section .sec-title h2 {
		font-size: 48px;
	}
	.team-members-section .sec-title h2::after{
		display: none;
	}
	.team-member-container .single-team-member {
		width: 33.33%;
	}
	.team-member-container .single-team-bio .biowrap {
		flex-direction: column;
	}
	.team-member-container .single-team-bio .left-bio, 
	.team-member-container .single-team-bio .right-bio {
		padding: 0 60px;
		width: 100%;
	}
	.team-member-container .single-team-bio .left-bio{
		padding-bottom: 10px;
	}
	.team-member-container .single-team-bio {
		margin-top: 0px;
		margin-bottom: 35px;
		margin-left: -35px;
		margin-right: -35px;
		padding: 20px 15px;
	}
	.team-member-container .single-team-bio h2{
		font-size: 18px;
	}
	.team-member-container .single-team-bio p{
		font-size: 14px;
	}
	.team-member-container .single-team-member::after {
		bottom: -40px;
		/* display: none; */
	}

}

@media screen and (max-width: 980px) {
	.news-list-section .tab-content .btn.loadMoreBtn {
		max-width: 150px;
		padding: 10px 15px;
		border: 2px solid #3626A7;
		margin-top: 40px;
		font-size: 18px;
	}
	
	.margin-top-header {
		margin-top: 0;
	}
	.spotlights-section {
		padding-top: 130px;
	}
	.spotlights-section .text-block h1 {
		font-size: 50px;
	}
	.spotlights-section .text-block h1 small {
		font-size: 25px;
	}
	.spotlights-section .image-block figure::after {
		right: -30px;
		width: 35px;
		background-size: 111px 5px;
	}
	.spotlights-section .image-block figure::before {
		margin-left: -60px;
		margin-top: -60px;
		width: 120px;
		height: 120px;
	}

	/* News List Detail */

	.single #content-area:before {
		left: 10px;
	}
	.news-list-detail-section{
		padding-top: 130px;
	}
	.news-list-detail-section .post .post-date{
		font-size: 28px;
	}
	.news-list-detail-section .post h1 a{
		font-size: 40px;
	}
	.news-list-detail-section .post .post-content{
		font-size: 20px;
	}

	/* About Page */
	.public-opinion-section {
		background-size: 0 !important;
	}
	.public-opinion-section .et_pb_row {
		flex-direction: row;
	}
	.public-opinion-section .left-col,
	.public-opinion-section .right-col{
		width: 50% !important;
	}
	.public-opinion-section .left-col{
		padding-top: 140px;
		padding-bottom: 60px;
		padding-right: 30px;
		margin-left: 0;
	}
	.public-opinion-section .right-col{
		display: block;
		height: auto;
		background-position: center;
	}
	.public-opinion-section .left-col h3 {
		font-size: 32px;
	}

	.public-opinion-section .left-col h2{
		font-size: 42px;
		padding-bottom: 0;
	}
	.public-opinion-section .left-col h2::after{
		top: -60px;
		width: 60px;
		height: 60px;
	}
	.public-opinion-section .left-col p{
		font-size: 18px;
	}
	.public-opinion-section{
		z-index: 3;
	}
	.about-para-section .custom-line::after{
		height: 720px;
		left: 100px;
		top: -100px;
		width: 2px;
		transform: rotate(10deg);
	}
	.team-member-container .single-team-bio .left-bio, 
	.team-member-container .single-team-bio .right-bio {
		padding: 0 40px;
	}
	.about-para-section.twocol-section .text-block p {
		font-size: 20px;
	}
	.team-members-section .team-category {
		padding-bottom: 20px;
		flex-direction: unset;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.team-members-section .team-category a, .team-members-section .team-category li {
		flex: 0 0 50%;
		width: 50%;
		margin-right: 0!important;
		padding: 0 0 0 40px;
		margin-bottom: 15px!important;
	}
	.team-members-section .team-category a::before, .team-members-section .team-category li::before {
		margin-top: -13px;
		width: 25px;
		height: 25px;
		left: 0;
		right: auto;
	}

}

@media screen and (max-width: 767px) {
	.news-list-section .tab-content .btn.loadMoreBtn {
		max-width: 120px;
		margin-top: 30px;
		font-size: 16px;
	}
	
	.spotlights-section {
		padding-top: 110px;
		overflow: hidden;
	}
	.spotlights-section .custom-container {
		flex-direction: column;
		width: 100%;
	}
	.spotlights-section .image-block ,
	.spotlights-section .text-block	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.spotlights-section .right-col{
		padding-top: 30px;
	}
	.spotlights-section .text-block h1 {
		font-size: 50px;
	}
	.spotlights-section .text-block h1 small {
		font-size: 25px;
	}
	.spotlights-section .text-block{
		justify-content: flex-start;
	}
	.spotlights-section .text-block h1::after{
		right: -260px;
		left: auto;
	}

	/* News List Section */
	.news-list-section .custom-container {
		width: 100%;
	}
	.news-list-section .tab-menu {
		padding-bottom: 10px;
	}
	.news-list-section .tab-menu li:not(:last-child) {
		padding-right: 30px;
	}
	.news-list-section .tab-menu .tablinks {
		font-size: 26px;
	}
	.news-list-section .post {
		padding: 25px 0;
		border-bottom: 2px solid #3626A7;
	}
	.news-list-section .post h2 a {
		font-size: 26px;
	}
	.news-list-section .post .post-content{
		font-size: 14px;
	}

	/* News List Detail */

	.single #content-area:before {
		background-size: 10px;
		left: 0px;
		animation-duration: 50s;
	}
	.news-list-detail-section .post{
		padding: 0;
    	border-bottom: 0;
	}
	.news-list-detail-section .post .post-date{
		font-size: 24px;
	}
	.news-list-detail-section .post h1 a{
		font-size: 30px;
	}
	.news-list-detail-section .post .post-content{
		font-size: 18px;
	}

	/* About Page */
	.public-opinion-section {
		background-size: 50px 140px !important;
		padding-bottom: 60px !important;
	}
	.public-opinion-section .et_pb_row{
		flex-direction: column;
	}
	.public-opinion-section .left-col {
		width: 100% !important;
		padding-top: 120px;
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.public-opinion-section .right-col{
		width: 100% !important;
		height: 300px;
		background-size: contain;
	}
	.public-opinion-section .left-col h3 {
		font-size: 28px;
	}
	.public-opinion-section .left-col h2{
		font-size: 32px;
		padding-bottom: 0;
	}
	.public-opinion-section .left-col h2::after{
		top: -40px;
		width: 40px;
		height: 40px;
	}
	.public-opinion-section .left-col p{
		font-size: 18px;
	}

	/* About Para Section */
	.about-para-section{
		background-size: 0 !important;
	}
	.about-para-section .custom-line::after{
		height: 100%;
		left: 50%;
		top: 0px;
	}
	.about-para-section.twocol-section .text-block p {
		font-size: 18px;
	}

	.twocol-section.about-para-section .et_pb_row{
		min-width: 100%;
	}

	/* Team Member Section */
	.sec-title.tabmobiledisplay {
		padding: 40px 30px 30px;
		text-align: center;
	}
	.team-members-section .right-col {
		padding: 80px 30px 55px;
	}
	.team-members-section .team-category{
		padding-bottom: 30px;
	}
	.team-members-section .team-category a, 
	.team-members-section .team-category li {
		font-size: 24px;
	}
	.team-members-section .team-category li:not(:last-child){
		margin-right: 20px;
	}
	/* .team-members-section .team-category a::before, 
	.team-members-section .team-category li::before{
		display: none;
	} */
	.team-members-section .team-category a::before, 
	.team-members-section .team-category li::before {
		margin-top: -13px;
		width: 22px;
		height: 22px;
		left: 0;
		right: auto;
	}
	.team-members-section .left-col {
		padding: 40px 30px;
	}
	.team-members-section .sec-title h3 {
		font-size: 28px;
	}
	.team-members-section .sec-title h2 {
		font-size: 32px;
	}

	.team-member-container .single-team-member {
		width: 100%;
		margin-bottom: 30px !important;
	}
	.team-member-container .single-team-bio {
		margin-left: -15px;
		margin-right: -15px;
	}
	.team-member-container .single-team-bio .left-bio, 
	.team-member-container .single-team-bio .right-bio {
		padding: 0 15px;
	}
	.team-members-section .team-category-description p {
		font-size: 18px;
	}

}

@media screen and (max-width: 480px){
	
	.team-members-section .team-category a, 
	.team-members-section .team-category li {
		font-size: 20px;
		padding-left: 30px;
	}
	.team-members-section .team-category-description p {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 400px){
	.spotlights-section .image-block figure::before {
		margin-left: -50px;
		margin-top: -50px;
		width: 100px;
		height: 100px;
	}
	.team-members-section .team-category a, 
	.team-members-section .team-category li {
		font-size: 18px;
	}
}


/* Get in touch form */
.get-touchForm.getintouch-form{
	display: none;
}
.get-touchForm .custom-form-group{
  width: 50%!important;
}
.get-touchForm .gform_fields{
	position: relative;
}
.get-touchForm .custom-textarea textarea{
	border: 0;
	height: 167px;
}

.get-touchForm form{
	position: relative;
}

.get-touchForm .gfield.gfield_error.custom-textarea{
		margin-top: 16px!important;
}

.get-touchForm.getintouch-form .et_pb_row{
	width: 90%;
	max-width: 1680px;
}

.get-touchForm.getintouch-form .gform_wrapper form{
	display: flex;
    justify-content: center;
    align-items: center;
}
.get-touchForm.getintouch-form .gform_wrapper .gform-body{
	width: calc(100% - 120px);
}
.get-touchForm.getintouch-form .gform_wrapper .gform_footer{
	max-width: 110px;
	margin: 0;
}
.get-touchForm.getintouch-form .gform_wrapper .gform_fields{
	display: flex;
    flex-wrap: wrap;
}
.get-touchForm.getintouch-form li#field_2_2{
	margin-top: -102px !important;

}
.get-touchForm.getintouch-form #field_2_1,
.get-touchForm.getintouch-form #field_2_3{
	width: 50%;
	margin-top: 0;
}
.get-touchForm.getintouch-form .custom-textarea .textarea {
    height: 160px;
}
.get-touchForm.getintouch-form .gfield.gfield_error{
	padding-top: 0;
	padding-bottom: 0;
}


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

	.get-touchForm.getintouch-form li#field_2_2 {
		margin-top: -95px !important;
	}
	.get-touchForm.getintouch-form .custom-textarea .textarea {
		height: 130px;
	}

}
@media only screen and (max-width: 1023px) {
	.get-touchForm.getintouch-form{
		padding: 20px 0 30px;
	}

	.get-touchForm .et_pb_row.et_pb_row_3{
		width: 100%!important;
	}

	.get-touchForm.getintouch-form .gform_wrapper form {

		flex-direction: column;
	}
	.get-touchForm.getintouch-form .gform_wrapper .gform-body {
		width: 100%;
	}
	.get-touchForm.getintouch-form .gform_wrapper .gform_footer {
		margin-top: 15px;
	}

}
@media only screen and (max-width: 767px) {

	
	.get-touchForm.getintouch-form .et_pb_row {
		width: 100%;
		max-width: 100%;
	}
	.get-touchForm.getintouch-form .custom-form-group {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.get-touchForm.getintouch-form #field_2_1{
		order: 1;
	}
	.get-touchForm.getintouch-form #field_2_3 {
		width: 100%;
		padding-right: 0;
		order: 3;
	}
	.get-touchForm.getintouch-form li#field_2_2 {
		margin-top: 0 !important;
		order: 2;
	}

}

.about-us-sec .right-col p:not(:last-child) {
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.about-us-sec .right-col p:not(:last-child) {
		padding-bottom: 0;
	}	
}
/* Boio share Icon Style */
.bio_socialShare {
	display: block;
	margin-top: 15px;
}
.bio_socialShare li {
	display: inline-block;
	line-height: 0;
	margin: 0 5px;
	padding: 0;
}
.bio_socialShare li a {
	display: block;
	line-height: 1;
	color: #1D1D1B;
	font-size: 16px;
}
.bio_socialShare li a:hover{
	opacity: 0.7;
	color: #1D1D1B;
}

/* Jobs Page */
.page-template-page-template-jobs #main-header{
	background-color: #3626A7 !important;
}
.page-template-page-template-jobs #main-header.et-fixed-header {
	background-color: #ffffff !important;
}
.job_listingSec{
	padding-top: 150px;
    padding-bottom: 150px;
}
.job_listingSec .joblist_catwiseSec{
	padding-bottom: 70px;
}
.job_listingSec .joblist_catwiseSec h2{
	font-size: 35px;
	margin-bottom: 30px;
}
.job_listingSec .joblist_catwiseSec ul{
	list-style-type: disc;
	padding-left: 50px;
}
.job_listingSec .joblist_catwiseSec ul li{
	padding-left: 0px;
	line-height: 1.4;
	font-size: 35px;
	margin-bottom: 10px;
}
.job_listingSec .joblist_catwiseSec ul li a{
    font-weight: 400;
    color: #1D1D1B;
	position: relative;
	padding-right: 45px;
}
.job_listingSec .joblist_catwiseSec ul li a::after{
	position: absolute;
	content: "\24";
	font-family: etModules;
	right: 5px;
	top: 3px;
	color: inherit;
	transition: all 300ms ease;
}
.job_listingSec .joblist_catwiseSec ul li a:hover::after{
	right: 0px;
}
.job_listingSec p{
	line-height: 1.5;
	font-size: 35px;
	font-weight: 400;
    color: #1D1D1B;
}
.page-template-page-template-jobs .job_listingSec .custom-container{
	padding-top: 0 !important;
}

.job-banner-section.twocol-section .et_pb_row {
    max-width: 80%!important;
}

@media screen and (max-width: 1900px){
	.job-banner-section.twocol-section{
		padding-top: 215px !important;
		padding-bottom: 100px !important;
	}
}

@media screen and (max-width: 1560px){
	.job-banner-section.twocol-section{
		padding-top: 215px !important;
		padding-bottom: 100px !important;
		background-size: 200px !important;
	}
	.job_listingSec{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.job_listingSec .joblist_catwiseSec h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.job_listingSec .joblist_catwiseSec ul{
		padding-left: 40px;
	}
	.job_listingSec .joblist_catwiseSec ul li{
		font-size: 30px;
	}
	.job_listingSec .joblist_catwiseSec ul li a{
		padding-right: 40px;
	}
	.job_listingSec p{
		font-size: 30px;
	}
	.job_listingSec .joblist_catwiseSec {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1439px){
	.job-banner-section.twocol-section {
		padding-top: 175px !important;
		padding-bottom: 75px !important;
	}
	.job_listingSec{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.job_listingSec .joblist_catwiseSec h2 {
		font-size: 30px;
	}
	.job_listingSec .joblist_catwiseSec ul li{
		font-size: 26px;
	}
	.job_listingSec .joblist_catwiseSec ul li a{padding-right: 35px;}
	.job_listingSec p{
		font-size: 26px;
	}
	.job_listingSec .joblist_catwiseSec {
		padding-bottom: 40px;
	}
}


@media screen and (max-width: 1279px){
	.job-banner-section.twocol-section {
		padding-top: 150px !important;
		padding-bottom: 60px !important;
		background-size: 150px !important;
	}
	.job_listingSec{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.job_listingSec .joblist_catwiseSec h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.job_listingSec .joblist_catwiseSec ul{
		padding-left: 30px;
	}
	.job_listingSec .joblist_catwiseSec ul li{
		font-size: 22px;
	}
	.job_listingSec .joblist_catwiseSec ul li a{padding-right: 30px;}
	.job_listingSec p{
		font-size: 22px;
	}
	.job_listingSec .joblist_catwiseSec {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 980px){
	.job-banner-section.twocol-section {
		padding-top: 130px !important;
		padding-bottom: 50px !important;
		background-size: 120px !important;
	}
	.job-banner-section.twocol-section .text-block{
		max-width: 80%;
		margin-bottom: 0px !important;
	}
	.job_listingSec .joblist_catwiseSec h2 {
		font-size: 24px;
	}
	.job_listingSec .joblist_catwiseSec ul li{
		font-size: 20px;
	}
	.job_listingSec p{
		font-size: 20px;
	}
}

@media screen and (max-width: 767px){
	.job-banner-section.twocol-section .et_pb_row {
		max-width: 100%!important;
	}
	.job-banner-section.twocol-section {
		padding-top: 120px !important;
		padding-bottom: 40px !important;
		background-size: 50px !important;
	}
	/* .job-banner-section.twocol-section .text-block{
		max-width: ;
	} */
	.page-template-page-template-jobs .job_listingSec .custom-container{
		width: 100%;
	}
	.job_listingSec{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.job_listingSec .joblist_catwiseSec h2 {
		margin-bottom: 15px;
		font-size: 20px;
		padding-bottom: 0;
	}
	.job_listingSec .joblist_catwiseSec ul li{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.job_listingSec .joblist_catwiseSec ul li a{padding-right: 25px;}
	.job_listingSec p{
		font-size: 18px;
	}
}


/* Single Job Page */
.single-job.et_right_sidebar #main-content .container:before{
	display: none;
}
.post-list-detail .jobsdetails h1{
	font-size: 72px;
    line-height: 1.1em;
}
.post-list-detail .jobsdetails h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: 'Oxygen', sans-serif !important;
}
.post-list-detail .jobsdetails .post-content h2{
	margin-top: 70px;
	font-size: 40px;
}
.post-list-detail .jobsdetails .post-content ul{
	list-style-type: disc;
	padding-left: 50px;
}
.post-list-detail .jobsdetails .post-content{
	font-size: 28px;
}
.post-list-detail .jobsdetails .post-content ul li{
	padding-left: 0px;
}
.post-list-detail .jobsdetails .post-content p a{
	color: #1D1D1B;
}
.post-list-detail .jobsdetails .post-content p a:hover{
	color: #3626a7;
}
.post-list-detail .jobsdetails .post-content .btn{
	margin-top: 40px;
	display: inline-block;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	line-height: 1;
	position: relative;
    padding-right: 45px;
	padding-bottom: 10px;
	font-family: 'Vollkorn',Georgia,"Times New Roman",serif;
	font-style: italic;
}
.post-list-detail .jobsdetails .post-content .btn::after{
	position: absolute;
	content: "\24";
	font-family: etModules;
	right: 5px;
	top: 3px;
	color: inherit;
	transition: all 300ms ease;
}
.post-list-detail .jobsdetails .post-content .bluebtn{
	border-color: #3626a7;
}
.post-list-detail .jobsdetails .post-content .bluebtn::after{
	color: #3626a7;
}
.post-list-detail .jobsdetails .post-content .btn:hover::after{
	right: 0px;
}
.job_bottom_section_content{
	padding-top: 150px;
    padding-bottom: 150px;
	background-color: #f7ece1;
}
.single-job .job_bottom_section_content .custom-container{
	padding-top: 0 !important;
}
.job_bottom_section_content P{
	font-size: 28px;
	line-height: 1.4;
}

@media screen and (max-width: 1560px){
	.post-list-detail .jobsdetails h1 {
		font-size: 56px;
	}
	.post-list-detail .jobsdetails h6 {
		font-size: 30px;
	}
	.post-list-detail .jobsdetails .post-content h2 {
		margin-top: 50px;
		font-size: 36px;
	}
	.job_bottom_section_content{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.post-list-detail .jobsdetails .post-content,
	.job_bottom_section_content P{
		font-size: 26px;
	}
}

@media screen and (max-width: 1439px){
	.post-list-detail .jobsdetails h1 {
		font-size: 48px;
	}
	.post-list-detail .jobsdetails h6 {
		font-size: 26px;
	}
	.post-list-detail .jobsdetails .post-content h2 {
		margin-top: 40px;
		font-size: 32px;
	}
	.job_bottom_section_content{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.post-list-detail .jobsdetails .post-content,
	.job_bottom_section_content P{
		font-size: 24px;
	}
}


@media screen and (max-width: 1279px){
	.post-list-detail .jobsdetails h1 {
		font-size: 36px;
	}
	.post-list-detail .jobsdetails h6 {
		font-size: 22px;
	}
	.post-list-detail .jobsdetails .post-content h2 {
		margin-top: 30px;
		font-size: 28px;
	}
	.job_bottom_section_content{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.post-list-detail .jobsdetails .post-content,
	.job_bottom_section_content P{
		font-size: 22px;
	}
	.post-list-detail .jobsdetails .post-content ul {
		padding-left: 40px;
	}
}

@media screen and (max-width: 980px){
	.post-list-detail .jobsdetails h1 {
		font-size: 32px;
	}
	.post-list-detail .jobsdetails h6 {
		font-size: 20px;
	}
	.post-list-detail .jobsdetails .post-content h2 {
		margin-top: 20px;
		font-size: 24px;
	}
	.job_bottom_section_content{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.post-list-detail .jobsdetails .post-content,
	.job_bottom_section_content P{
		font-size: 20px;
	}
	.post-list-detail .jobsdetails .post-content ul {
		padding-left: 30px;
	}
}


@media screen and (max-width: 767px){
	.post-list-detail .jobsdetails h1 {
		font-size: 28px;
	}
	.post-list-detail .jobsdetails h6 {
		font-size: 18px;
	}
	.post-list-detail .jobsdetails .post-content h2 {
		font-size: 20px;
	}
	.job_bottom_section_content{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-job .job_bottom_section_content .custom-container{
		width: 100%;
	}
	.post-list-detail .jobsdetails .post-content,
	.job_bottom_section_content P{
		font-size: 18px;
	}
	.post-list-detail .jobsdetails .post-content .btn{
		padding-bottom: 5px;
	}
}




.public-opinion-section{position:relative;}
div.et_pb_section.et_pb_section_0.public-opinion-section{ background-image: none !important;}
.public-opinion-section::before{
	position: absolute;
	content: "";
	background: url('https://assembleagency.wpengine.com/wp-content/uploads/2021/10/zig-zag-circle.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 434px;
	width: 424px;
	top: 320px;
	left: 0;
	margin-left: -212px;
	animation: rotate_infinite 30s linear infinite;
}
.public-opinion-section.black-spinning-cog::before{background: url('https://assembleagency.wpengine.com/wp-content/uploads/2022/01/zig-zag-circle_black.png'); background-size: contain; background-repeat: no-repeat;
}
.public-opinion-section.white-spinning-cog::before{background: url('https://assembleagency.wpengine.com/wp-content/uploads/2022/01/zig-zag-circle_white.png'); background-size: contain; background-repeat: no-repeat;
}


@media screen and (max-width: 1900px) {
	.public-opinion-section::before{
		width: 360px;
	}
}
@media screen and (max-width:1799px) {
	.public-opinion-section::before {
		width: 280px;
		height: 280px;
		margin-left: -210px;
	}
}
@media screen and (max-width:1560px) {
	.public-opinion-section::before {
		top: 220px;
	}
}

@media screen and (max-width:1400px) {
	.public-opinion-section::before {
		margin-left: -175px;
	}
}

@media screen and (max-width: 1279px) {
	.public-opinion-section::before {
		top: 120px;
		margin-left: -230px;
	}
}

@media screen and (max-width: 980px) {
	.page-id-233171 .mobile_menu_bar::before{
		color: #fff;
	}
}
@media screen and (max-width:767px) {
	.public-opinion-section::before {
		top: 80px;
		margin-left: -255px;
	}
	.getintouch-section .right-col .toggledata {
    display: none;
	}
	.getintouch-section .right-col .toggledata.toggledata1 {
		display: block;
	}
	
	.about-para-section .custom-line::after {
		display:none;
	}
}

.et_mobile_menu li a {
    font-family: 'Vollkorn',Georgia,"Times New Roman",serif !important;
    text-transform: none;
    font-style: italic;
    font-size: 1.2rem;
	font-weight: 400;
	color: #1d1d1b;
}

@media (min-width:1280px) {
	.team-members-section .team-category {
		padding-top: 80px;
	}
}

.gform_confirmation_wrapper p {
    font-family: 'Oxygen',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.25em;
}

.et_pb_section_6.et_pb_section, div#homeSection8 {
	z-index: 1;
}

.post-list-detail .jobsdetails .post-content p a {
    color: #3626A7;
}

.job_listingSec ul li {
    font-family: 'VOLLKORN', serif;
    font-style: italic;
    font-weight: 400;
}

/* Home section 5 nav dot */
li#menu-item-232835 {
    display: none;
}
.gform_footer.top_label br{
	display:none;
}

/* Team Detail page */
.team_detail_page .margin-top-header {
  margin-top: 110px;
}
.teamSection{
	padding: 150px 0;
}
.single .team_detail_page .teamSection .custom-container{
	padding-top: 0 !important;
}
.single .team_detail_page .teamSection .custom-container::before{
	display: none;
}
.teamSection .topDetails{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}
.teamSection .topDetails .leftCol{
	width: 250px;
	padding-right: 50px;
}
.teamSection .topDetails .leftCol img{
	border-radius: 50%;
}
.teamSection .topDetails h1{
	font-size: 96px;
}
.teamSection .teamPost-content p {
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 1560px){
	.teamSection{
		padding: 130px 0;
	}
	.teamSection .topDetails h1{
		font-size: 76px;
	}
	.teamSection .teamPost-content p{
		font-size: 20px;
	}
	.teamSection .topDetails .rightCol h2{
		font-size: 24px;
	}
	.teamSection .topDetails .leftCol{
		width: 230px;
	}
}
@media screen and (max-width: 1439px){
	.teamSection .topDetails h1{
		font-size: 60px;
	}
	.teamSection .teamPost-content p{
		font-size: 20px;
	}
	.teamSection .topDetails .rightCol h2{
		font-size: 22px;
	}
	.teamSection{
		padding: 100px 0;
	}
}
@media screen and (max-width: 1279px){
	.team_detail_page .margin-top-header {
	  	margin-top: 95px;
	}
	.teamSection .topDetails h1{
		font-size: 50px;
	}
	.teamSection .teamPost-content p {
	  	font-size: 18px;
	}
	.teamSection .topDetails .leftCol {
	  	width: 170px;
	  	padding-right: 30px;
	}
}
@media screen and (max-width: 980px){
	.team_detail_page .margin-top-header {
	  	margin-top: 0px;
	}
	.teamSection .topDetails h1{
		font-size: 40px;
	}
	.teamSection .teamPost-content p {
	  	font-size: 20px;
	}
	.teamSection {
	  	padding: 170px 0 60px;
	}
}
@media screen and (max-width: 767px){
	.teamSection .custom-container {
	  	width: 100%;
	}
	.teamSection .topDetails h1{
		font-size: 30px;
	}
	.teamSection .teamPost-content p {
	  	font-size: 17px;
	}
	.teamSection {
	  	padding: 140px 0 40px;
	}
	.teamSection .topDetails .rightCol{
		margin-top: 20px;
	}
}

/* About Page Tringle space Issue after Click on Member */
@media screen and (max-width: 2219px) {
    .team-member-container [data-id="team_member_1"]::after {
        bottom: -118px;
    }
    .team-member-container [data-id="team_member_2"]::after {
        bottom: -110px;
    }
    .team-member-container [data-id="team_member_3"]::after {
        bottom: -110px;
    }
}

@media screen and (max-width: 1900px) {
    .team-member-container [data-id="team_member_1"]::after {
        bottom: -118px;
    }
    .team-member-container [data-id="team_member_2"]::after {
        bottom: -110px;
    }
    .team-member-container [data-id="team_member_3"]::after {
        bottom: -110px;
    }
}

@media screen and (max-width: 1560px) {
    /* bottom: -70px; */
    .team-member-container [data-id="team_member_1"]::after {
        bottom: -70px;
    }
    .team-member-container [data-id="team_member_2"]::after {
        bottom: -70px;
    }
    .team-member-container [data-id="team_member_3"]::after {
        bottom: -70px;
    }

}
@media screen and (max-width: 1439px) {
    /* bottom: -45px; */
    .team-member-container [data-id="team_member_1"]::after {
        bottom: -45px;
    }
    .team-member-container [data-id="team_member_2"]::after {
        bottom: -45px;
    }
    .team-member-container [data-id="team_member_3"]::after {
        bottom: -45px;
    }
}


@media screen and (max-width: 1279px) {
    /* bottom: -40px; */
    .team-member-container [data-id="team_member_1"]::after {
        bottom: -40px;
    }
    .team-member-container [data-id="team_member_2"]::after {
        bottom: -40px;
    }
    .team-member-container [data-id="team_member_3"]::after {
        bottom: -40px;
    }

}