/*===============================================
Default css
===============================================*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

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

a {
	margin: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.section_padding {
	padding: 100px 0;
}

.section_heading {
	text-align: center;
}

.section_heading h2 {
	position: relative;
}

.section_heading h2:after {
	position: absolute;
	content: "";
}

.section_heading h2:before {
	position: absolute;
	content: "";
}

.section_heading p {}


/*=================================================================
				Start Main css
=================================================================*/
.container-fluid {
	max-width: 95%;
}

.header_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	position: relative;
}

.logo a img {
	height: auto;
	max-width: 350px;
}

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

.main_menu ul {
	display: flex;
	align-items: center;
	margin-right: 28px;
	position: relative;
}

.main_menu ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	padding: 62px 20px;
	transition: 0.3s;
}

.main_menu ul>li:hover>a {
	color: #F22929;
}

.main_menu ul li a i {
	padding-left: 10px;
}

.main_menu ul ul {
	position: absolute;
	width: 966.27px;
	left: -60%;
	top: 55px;
	background: #FFF;
	margin-right: 0 !important;
	z-index: 9999;
}

.mega_item {
	width: 100%;
	display: flex;
	display: none;
	transition: 6s;
}

.main_menu ul>li:hover .mega_item {
	display: flex;
}

.mega_item .tab {
	width: 271.47px;
	padding: 20px;
	background: #17181C;
	flex: 0 0 270px;
	height: 280px;
}

.mega_item .tab button {
	width: 100%;
	background: none;
	text-align: left;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	font-family: 'Poppins';
	padding: 12px 0;
	outline: none;
	cursor: pointer;
	position: relative;
}

.tablinks.active::after {
	position: absolute;
	content: "";
	width: 120px;
	height: 1px;
	left: 0;
	bottom: 6px;
	background: #FFFFFF;
}

.proposal {
	background: #F22929;
	border-radius: 10px 0px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.proposal::after {
	content: "";
	
	
	right: 0;
	bottom: -20px;
	z-index: -1;
	width: 67px;
	height: 40px;
}

.proposal a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;

}

.proposal a img {
	margin-left: 10px;
}

.all_menu_tab_content {
	padding: 25px;
}

.all_tab_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single_tab_item {
	flex: 0 0 50%;
	max-width: 50%;
}

.single_tab_item a {
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
}

.single_tab_item a img {
	width: 24px !important;
	margin-right: 10px;
}

.single_tab_item {
	margin-bottom: 25px;
}

.single_tab_item:last-child {
	margin-bottom: 0;
}

.tabcontent {
	display: none;
}

#ev1 {
	display: block;
}

.banner_area_design {
	padding: 40px 0;
	position: relative;
	z-index: 1;
	background-size: 100% 100% !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
}

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

.banner_all_con h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 50px;
	line-height: 65px;
	color: #FFFFFF;
}

.border1 {
	width: 350px;
	height: 2px;
	background: #FFFFFF;
	margin: 30px 0;
	position: relative;
}

.border1::after {
	content: "";
	position: absolute;
	width: 90.92px;
	height: 6px;
	left: 0;
	top: -2px;
	background: #F22929;
}

.banner_all_con h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.banner_form {
	display: flex;
	flex-wrap: wrap;
}

.banner_form input[type="email"] {
	max-width: 300px;
	flex: 0 0 300px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 0px;
	border: none;
	outline: none;
	padding: 16px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.banner_form input[type="email"]::placeholder {
	color: #000000;
	opacity: 1;
}

.banner_form input[type="submit"] {
	max-width: 140px;
	flex: 0 0 140px;
	height: 48px;
	background: #F22929;
	border-radius: 10px 0px;
	border: none;
	outline: none;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 12px;
}

/* Menu icon toggle css  */
.toggle {
	display: none;
}

.toggle-label {
	cursor: pointer;
	display: block;
	width: 45px;
	height: 45px;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
	-webkit-tap-highlight-color: transparent;
}

.toggle-label {
	cursor: pointer;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
	position: relative;
	display: block;
	top: 50%;
	left: 50%;
	height: 3px;
	width: 32px;
	background: #000;
	content: '';
	transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
	position: relative;
	display: block;
	top: calc(100% - 15px);
	height: 14px;
	font-size: 8px;
	font-size: 0.8rem;
	color: #000;
	text-align: center;
}

.toggle-label .toggle-text:before {
	position: absolute;
	width: 100%;
	left: 0;
	content: 'MENU';
	transition: all 500ms ease-in-out;
	visibility: visible;
	opacity: 1;
}

.toggle-label .toggle-text:after {
	position: absolute;
	width: 100%;
	left: 0;
	content: 'CLOSE';
	transition: all 500ms ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.toggle-label .toggle-icon {
	transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
	transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
	transform: translate3d(-50%, 5px, 0);
}

.toggle:checked~.toggle-label .toggle-icon {
	background-color: transparent;
}

.toggle:checked~.toggle-label .toggle-icon:before,
.toggle:checked~.toggle-label .toggle-icon:after {
	top: 0;
}

.toggle:checked~.toggle-label .toggle-icon:before {
	transform: translateX(-50%) rotate(45deg);
	top: 1.5px;
}

.toggle:checked~.toggle-label .toggle-icon:after {
	transform: translateX(-50%) translateY(-10px) rotate(-45deg);
	top: 8.5px;
}

.toggle:checked~.toggle-label .toggle-text:before {
	visibility: hidden;
	opacity: 0;
}

.toggle:checked~.toggle-label .toggle-text:after {
	visibility: visible;
	opacity: 1;
}

.icon_toggle {
	display: none;
}

label {
	margin: 0;
	padding: 0;
}


/* offcanvas  */
.offcanvas-container {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	height: auto;
	background-color: #000;
	box-shadow: none;
	z-index: 99999999999;
	visibility: hidden;
	transition: 0.2s;
}

.offcanvas-container.active {
	display: block;
	visibility: visible;
}

.offcanvas-menu ul li.back-btn>a {
	background-color: #000;
	color: #fff;
}

.offcanvas-menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: capitalize;
}

.offcanvas-menu ul li.has-children.active>span>a {
	color: #f22929;
}

.offcanvas-menu ul li a:hover {
	color: #f22929;
}

.offcanvas-menu ul li a {
	padding: 9px 19px;
}


/* accordion css  */
#accordion .card-header button[aria-expanded="true"]:before {
	font-family: 'Material Icons';
	content: "expand_less";
	vertical-align: middle;
}

#accordion .card-header button[aria-expanded="false"]:before {
	font-family: 'Material Icons';
	content: "expand_more";
	vertical-align: middle;
}

.btn-link {
	text-decoration: none !important;
}

.card-header {
	padding: 8px 12px;
	margin-bottom: 0;
	background-color: transparent !important;
	border-bottom: none !important;
	position: relative;
}

.btn {
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 12px;
	width: 100%;
	text-align: left;
	text-transform: capitalize;
}

#accordion .card-header button[aria-expanded="true"]::before {
	content: "_";
	position: absolute;
	top: -8px;
	right: 0;
}

#accordion .card-header button[aria-expanded="false"]::before {
	content: "+";
	right: 0;
	position: absolute;
}

.card {
	border-radius: 0;
	border-color: transparent;
	background: transparent;
	padding-bottom: 9px;
}

#accordion {
	padding: 10px 20px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	background: #FFF;
	margin-top: 8px;
}

.card-header:first-child {
	border-radius: 0;
	padding: 0;
}

/* End Menu icon toggle css  */

.record_agency_area {
	padding: 10px 0;
}

.agency_title {
	text-align: center;
	margin-bottom: 10px;
}

.agency_title h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	line-height: 78px;
	color: #1E436F;
	text-align: center;
	position: relative;
	display: inline-block;
}

.agency_title h2:after {
	content: "";
	position: absolute;
	width: 227.69px;
	height: 5px;
	background: #FFB039;
	border-radius: 10px;
	right: 0;
	bottom: -4px;
}

.agency_title h2:nth-child(2):after {
	background: #39B8FF;
}

.client_area {}

.title {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: #F22929;
	text-align: center;
	position: relative;
}

.title::after {
	content: "";
	width: 80px;
	height: 2px;
	background: #000000;
	border-radius: 8px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	bottom: -1px;
}

.all_client {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.all_client img {
	max-width: 170px;
	max-height: 59px;
	margin: 0 28px;
}

.who_we_are {}

.title_area {
	margin-bottom: 20px;
	text-align: center;
}

.single_full_content_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.single_content {
	padding: 88px 71px 100px 80px;
	flex: 0 0 47%;
	max-width: 47%;
}

.single_content2 {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0;
}

.single_content.single_content2 img {
	max-width: 64%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single_content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 46px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.single_content h3 span {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 10px;
	display: block;
	margin-bottom: 15px;
}

p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;

}

.single_content p {
	color: #FFF;
}

.single_full_content_area:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.what_we_do_area {
	padding-top: 150px;
}

.what_left h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	line-height: 70px;
	color: #000000;
}

.what_left h3 span {
	color: rgba(242, 41, 41, 1);
}

.h_img {
	text-align: center;
}

.h_img img {
	width: 80%;
}

.what_single {
	display: flex;
	align-items: center;
	padding: 20px 0px;
	border-top: 1px solid #000;
}

.what_single:last-child {
	border-bottom: 1px solid #000;
}

.what_single span {
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 90px;
	color: #000000;
	margin: 0 30px;
	flex: 0 0 73px;
	max-width: 75px;
}

.w_con {
	border-left: 1px solid #000;
	padding-left: 26px;
}

.w_con h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
	color: #000000;
}

.w_con p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.process_area_design {
	margin-top: 10px;
}

.t_mar {
	margin-bottom: 10px;
}

.single_proces {
	background: #FFFFFF;
	box-shadow: 0px 16px 30px -10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 30px;
}


.p_img {
	margin-bottom: 20px;
}

.p_img img {
	width: 170px;
}

.p_con h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	color: #2E323B;
}

.p_con p {
	margin-top: 7px;
}

.single_blog {
	background: #FFFFFF;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);

}
.b_img img {
	width: 100%;
}

.b_con h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: black;
	padding: 30px;
	
}

.b_con p {
	margin-top: 7px;
	
border: 1px solid #E5E4E2;
	font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: black;
padding: 8px 30px 10px 30px;
	
}
.bb_title{
	text-align: left;
}
.bb_title h2{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	color: #000000;
	margin-bottom: 10px;
}
.bb_title p{
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 40px;
	
	color: black;
	width: 100%;
padding:20px 0 0 0;

}
.bb_title h4{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 36px;
   padding:20px 0 0 0;
	color: #000000;
	margin-bottom: 10px; 
}
.blog_side{
    position: absolute;

background: #F8F8F8;
text-align:center;
padding:30px;
}
.blog_side p{
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
	
	color: black;
	width: 100%;


}
.absolute {
  position: absolute;
  width: 100%;
  bottom: 1px;
  
} 
.contact_us_are_title {
	margin-top: 100px;
}

.contact_us {
	padding: 50px 0;
	background: #000;
}

.contact_title {
	text-align: center;
	margin-bottom: 35px;
}

.contact_title span {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
}

.contact_title h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	width: 74%;
	margin: 0 auto;

}

.contact_form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single_c {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 10px;
}

.single_c input,
.single_c textarea,
.single_c select {
    
	padding: 10px ;
    border: none;
	border: 1px solid #F22929;
	background-color: #333;
	outline: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	width: 100%;
	font-family: 'Poppins';

}
.single_c1 {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 10px;
}

.single_c1 input,
.single_c1 textarea,
.single_c1 select {
    	padding: 13px 0;
	
	opacity: 0.9;
	border: 1px solid #000000;
	background-color: #FFFFF;
	width: 500px;
height: 42px;
left: 114.21px;
top: 235.03px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #00000;
	width: 100%;
	font-family: 'Poppins';
	}
	.single_c4 {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 10px;
}

	.single_c4 input,
.single_c4 textarea,
.single_c4 select {
    	padding: 13px 0;
	
	opacity: 0.9;
	border: 1px solid #000000;
	background-color: #FFFFF;
	width: 500px;
height: 42px;
left: 114.21px;
top: 235.03px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #00000;
	width: 100%;
	font-family: 'Poppins';
	}
.single_c3 {
	flex: 0 0 48%;
	max-width: 48%;
	margin-bottom: 10px;
}

.single_c3 input,
.single_c3 textarea,
.single_c3 select {
   	padding: 13px 0;
    border: none;
	border-bottom: 2px solid black;
	background-color: transparent;
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #00000;
	width: 100%;
	font-family: 'Poppins';
		
}

.w_100 {
	max-width: 100%;
	flex: 0 0 100%;

}

.single_c textarea {
	height: 50px;
}
.single_c1 textarea {
	height: 80px;
}

.single_c input::placeholder,
.single_c textarea::placeholder,
.single_c select::placeholder {
	color: #FFFFFF;
	opacity: 1;
	
}
.single_c1 input::placeholder,
.single_c1 textarea::placeholder,
.single_c1 select::placeholder {
	color: #00000;
	opacity: 1;
	padding: 15px;
}
.single_c4 input::placeholder,
.single_c4 textarea::placeholder,
.single_c4 select::placeholder {
	color: black;
	opacity:4;
	padding: 15px;
}

.single_c3 input::placeholder,
.single_c3 textarea::placeholder,
.single_c3 select::placeholder {
	color: #00000;
	opacity: 1;
	
}

.select option {
	color: #000;
border: none;}

.single_c2 {
	text-align: center;
	margin-top: 50px;
}

.single_c2 input {
	width: 230px;
	height: 60px;
	background: #F22929;
	border-radius: 20px 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	font-family: 'Poppins';
	border: none;
	outline: none;
	cursor: pointer;
}

.single_c22 {
	text-align: left;
	margin-top: 50px;
}

.single_c22 input {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #F22929;
	font-family: 'Poppins';
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
width: 170px;
height: 48px;
background: #FFFFFF;
border: 1px solid #F22929;
}


.proposal_area_head{
    position: absolute;
width: 483.83px;
height: 144px;
left: 857.7px;
top: 126.64px;

font-family: 'Poppins';
font-style: italic;
font-weight: 400;
font-size: 48px;
line-height: 72px;
text-align: center;

color: #FFFFFF;
    
}


.footer_area_design {
	padding: 60px 0;
}

.footer_left img {
	width: 218px;
	margin-bottom: 7px;
}

.footer_left {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	width: 280px;

}

.f_right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.f_single_left ul li a,
.locate ul li,
.locate ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	padding: 5px 0;
	padding: 5px 0;
	display: block;
}

.locate h4 {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 15px;
}

.locate ul li {
	display: flex;
	align-items: center;
}

.locate ul li img {
	margin-right: 7px;
}

.social ul {
	margin-top: 40px;
	display: flex;
}

.social ul li {
	margin: 0 10px;
}

.social ul li:first-child {
	margin-left: 0;
}

.social ul li a {
	width: 40px;
	;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #000;
}

a:hover {
	opacity: 0.7;
}

input[type='submit']:hover {
	opacity: 0.8;
}

/* Service page css  */
.service_banner_area:after {
	display: none;
}

.service_banner h1 {
	color: #F22929 !important;
}

.service_banner h1 span {
	color: #000;
}

.service_banner p {
	color: #000;
	font-size: 20px;
	max-width: 526.83px;
	width: 100%;
	margin: 30px 0;
}

.service_banner .banner_form input[type="email"] {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.youtube_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.youtube_img img {
	width: 90%;
}

.youtube_management_area {
	background: #000000;
	border-radius: 0px 0px 100px 100px;
	padding: 40px 0;
}

.youtube_con {
	text-align: center;
}

.youtube_con h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 72px;
	text-align: center;
	color: #FFCC59;
	margin-bottom: 20px;
}

.youtube_con p {
	color: #FFFFFF;
	;
}

.youtube_con ul {
	margin-top: 35px;
	display: flex;
	justify-content: center;
}

.youtube_con ul li a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #FFFFFF;
}

.youtube_con ul li a img {
	margin-right: 10px;
}

.youtube_con ul li {
	margin: 0 20px;
}

.video_details_area_deign {
	padding: 66px 0;
}

.single_item_video_con {
	margin-bottom: 100px;
}

.single_item_video_con:last-child {
	margin-bottom: 0px;
}
.single_item_video_con:nth-child(2n) .video_flex {
	flex-direction: row-reverse;
}
.single_item_video_con h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 72px;
	text-align: left;
	color: #000000;
}

.single_video_con h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
	color: #00005C;
	margin: 25px 0;
}

.video_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single_video_con {
	flex: 0 0 60%;
	max-width: 60%;
}
.single_video_con p{
	min-height: 191px;
	max-width: 661.4px;
	width: 100%;
}

.single_video_img {
	flex: 0 0 40%;
	text-align: center;
	max-width: 40%;
	position: relative;
	z-index:1;
}

.single_video_img img {
	width: 204px;
	position: relative;
}

.single_video_img::after {
	position: absolute;
	content: "";
	background: url(../images/home/dot.png) no-repeat scroll 0 0 / 100% 100%;
	width: 140.61px;
	height: 223.12px;
	opacity: 0.3;
	bottom: 0%;
	right: 8%;
	z-index: -1;
}
.single_item_video_con:nth-child(2n) .video_flex .single_video_img::after {
	left: 2%;
	bottom: 0;
}

.our_work_all_content ul {
	justify-content: space-around;
}
.our_work_all_content ul li{
	text-align: center;
	position: relative;
}
.our_works_tab_menu ul li a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #000000;
	text-align: center;
	position: relative;
}
.our_works_title {
	margin-bottom: 49px;
}
.our_works_tab_menu {
	padding-bottom: 25px;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}
.our_works_tab_menu li a.active::after {
	width: 45.05px;
	height: 2px;
	background: #F22929;
	content: "";
	position: absolute;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tab_on_wrok{
	padding: 0 !important;
	border: none !important;
}
.w_item_s_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t_single {
	flex: 0 0 32%;
	max-width: 32%;
	margin-bottom: 30px;
}
.t_single img{
	width: 100%;
}
.t_single iframe{
	width: 100%;
	min-height: 250px;
}
.our_works_area_design {
	padding-top: 30px;
	padding-bottom: 47px;
}
.a_about_us_area_design{
	padding: 42px 0;
}
.ab_title{
	text-align: center;
}
.ab_title h2{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	color: #000000;
	margin-bottom: 10px;
}
.ab_title p{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	max-width: 590px;
	width: 100%;
	margin: 0 auto;
}
.ab_together {
	padding-top: 68px;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.single_together {
	flex: 0 0 67%;
	max-width: 67%;
}
.single_together h3{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #000000;
}
.to_img {
	display: inline-block;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 60px 0px;
	overflow: hidden;
}
.single_together2{
	text-align: center;
}
.mission_vision{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.single_mission{
	flex: 0 0 31%;
	max-width: 31%;
	text-align: center;
}
.single_mission h3{
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
	color: #5857F9;
	margin-bottom: 16px;
}
.single_mission p{
	color: #000000;
	max-width: 370px;
	margin: 0 auto;
}
.single_mission:first-child h3{
	color: #FF5D7D;
}
.single_mission:last-child h3{
	color: #000;
}
.meet_founder_area{
	padding: 60px 0;
}
.meet_all h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	color: #000000;
	margin-bottom: 40px;
	text-align: center;
}
.founder_meet {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.founder_con {
	flex: 0 0 65%;
	max-width: 65%;
}
.founder_con h4{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 54px;
	color: #000000;
	margin-bottom: 15px;
}
.founder_con p {
	margin-bottom: 20px;
}
.founder_con p:last-child{
	margin-bottom: 0;
}
.founder_img {
	flex: 0 0 30%;
	border-radius: 40px 0px;
	overflow: hidden;
}
.founder_img img{
	width: 100%;
}
.single_group_team {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}
.s_team{
	flex:0 0 20% ;
	max-width: 20%;
}
.single_group_team:last-child{
	margin-bottom: 0;
}
.team_img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0 auto;
}
.t_content {
	text-align: center;
	margin-top: 20px;
}
.t_content h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
.t_content span {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #828282;
}
.team_mobile{
	display: none;
}
.life_of_cocoma {
	padding-top: 63px;
	padding-bottom: 20px;
}
.life_of_cocoma {
	padding-top: 63px;
	padding-bottom: 20px;
}




.icon-bar {
  position: fixed;
  bottom: 10%;
  left:1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:99999;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 35px;
}
.icon-bar a:hover {
  background-color: #000;
}
.whatsapp {
  background: green;
  opacity:0.8;
  border-radius:15px;

   font-size: 35px !important;
  color: white;
}




.icon-bar2 {
  position: fixed;
  bottom: 10%;
  right:1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:99999;
}
.icon-bar2 a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 35px;
}
.icon-bar2 a:hover {
  background-color: #000;
}


.call {
  background: #1B74D8;
  opacity:0.8;


   font-size: 35px !important;
  color: white;
  border-radius:25px;
}




.btn {
	
	flex: 0 0 140px;
	
	background: #F22929;
	border-radius: 10px 10px;
	padding:10px;
	border: none;
	outline: none;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}


.btn2 {
	max-width: 140px;
	flex: 0 0 140px;
	height: 48px;
	background: #F22929;
	border-radius: 10px 0px;
	border: none;
	outline: none;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 12px;
}



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

.logo a img {
	height: auto;
	max-width: 250px !important;
}



}

