body{
	padding:0; margin:0; 
	font-family: 'louis_george_caferegular';
	overflow-x: hidden;
	letter-spacing: 0.3px;
	line-height: 35px;
}

p, li {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 30px;
}
section{
	overflow: hidden;
}
.heading_color{
	color: #242b34;
}
.circles, .pattern_BG{
	opacity: 0.3;
}

/*===========*/

.sec_heading {
	font-size: 43px;
}

.paddingCommon_sec{
	padding:100px 0;
}
.btn:focus{
	box-shadow: none;
}

.blackBtn_custom{
	transition: 0.2s;
	border-radius: 5px;
	background: #000;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding:13px 30px;
	color: #fff;
	border-color: #000;
}

.blackBtn_custom:hover{
	color: white;
	border-color: transparent;
	background: #ee1866;
}

.blackBtn_custom a, .blackBtn_custom:hover a{
	color: #fff;
}

/*----*/
.whiteBtn_custom{
	transition: 0.2s;
	border-radius: 5px;

	background: #fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding:13px 30px;
	color: #000;
	border-color: #000;
}

.whiteBtn_custom a{
	color: #000;
}
.whiteBtn_custom:hover a{
	color: #000;
}

.whiteBtn_custom:hover{
	color: #000;
	border-color: #000;
	background: #fff;
}
h3.text-dark {
	line-height: 45px;
}

/*----*/
.transBtn_custom{
	transition: 1s;
	border-radius: 5px;

	background: transparent;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding:13px 30px;
	color: #fff;
	border-color: #fff;
	overflow: hidden;
	z-index: 1;
	font-size: 16px;
}

.transBtn_custom:after {
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	position: absolute;
	transition: 0.5s;
	transform: translateX(-100%);
	z-index: -1;
}
.transBtn_custom:hover:after{
	transform: translateX(0);
}
.transBtn_custom a{
	color: #fff;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}
.transBtn_custom:hover a, .transBtn_custom:hover{
	color: #000;
}

.whiteBtn_black{
	transition: 0.2s;
	border-radius: 5px;
	background: #fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	padding:10px 30px;
	color: #000;
	border-color: #8a8a8a;
	overflow: hidden;
	z-index: 1;
	font-size: 18px;
}
.whiteBtn_black:after{
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*background:#353535;*/
	background:#212529;
	position: absolute;
	transition: 0.5s;
	transform: translateX(-100%);
	z-index: -1;
}
.whiteBtn_black a{
	color: #000;
	position: relative;
	z-index: 1;
}
.whiteBtn_black:hover:after{
	transform: translateX(0);
}
.whiteBtn_black:hover a, .whiteBtn_black:hover{
	color: #fff;
}

.bg_gray{
	background: #f5f5f5;
}


a:hover{
	text-decoration: none;
}
/*----*/

/*HEADER*/
header {
	left: 0;
	right: 0;
	z-index: 9;
	position: absolute;

	-webkit-transition: all 0.3s ease;
	-moz-transition: position 4s;
	-ms-transition: position 4s;
	-o-transition: position 4s;
	transition: all 0.3s ease;

}
header nav.navbar.navbar-dark ul.navbar-nav li {
	font-size: 18px;
}
header .navbar{
	z-index: 1;
}
/*header nav.navbar.navbar-dark ul.navbar-nav li button {
	border-color: white;
	background: transparent;
	padding: 9px 23px;
	font-size: 17px;
}
header nav.navbar.navbar-dark ul.navbar-nav li button:hover{
	border-color: transparent;
	}*/
	header.header_sticky nav.navbar.navbar-dark ul.navbar-nav li button, header.header_inner nav.navbar.navbar-dark ul.navbar-nav li button {
		border-color: #000;
	}
/*header nav.navbar.navbar-dark ul.navbar-nav li button a,header.header_sticky nav.navbar.navbar-dark ul.navbar-nav li button:hover a, header.header_inner nav.navbar.navbar-dark ul.navbar-nav li button:hover a{
	color: #fff;
	}*/
	header.header_inner nav.navbar.navbar-dark ul.navbar-nav li button a{
		color: #000;
	}
	header.header_sticky nav.navbar.navbar-dark ul.navbar-nav li button a{
		color: #000;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li a.nav-link{
		display: inline-block;
		width: auto;
	}
	header.header_sticky nav.navbar.navbar-dark ul.navbar-nav li button:hover a, header nav.navbar.navbar-dark ul.navbar-nav li button:hover a{
		color: #fff;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li.dropdown .dropdown-toggle::after{
	/*content: '\f107';
	font-family: 'Font Awesome 5 Free';
	border: 0;
	vertical-align: middle;
	font-weight: 600;*/
	vertical-align: 2px;
}
header .navbar button.navbar-toggler:focus {
	outline: 0;
	border:1px solid transparent;
}
header nav.navbar.navbar-dark ul.navbar-nav li a.nav-link{
	color: #000;
	transition: 0.2s;
}
header nav.navbar.navbar-dark ul.navbar-nav li a.nav-link:hover{
	/*color: #ee1866;*/
	opacity: 0.8;
}
header nav.navbar.navbar-dark ul.navbar-nav li.active a.nav-link{
	color: #ee1866;
}

header.header_sticky {
	background: #fff;
	box-shadow: 0 0 15px 10px rgb(0 0 0 / 5%);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.header_sticky nav.navbar.navbar-dark ul.navbar-nav li a.nav-link{
	color: #000;
}

header.header_inner {
	margin-bottom: 100px;
	position: static;
}
header.header_inner .image_load{
	display: none;
}
header.header_inner .image_sticky{
	display: block;
}
header.header_inner nav.navbar.navbar-dark ul.navbar-nav li a.nav-link {
	color: #212529;
}
header.header_inner.header_sticky{
	position: fixed;
}
header nav.navbar.navbar-dark ul.navbar-nav li button.close_btn{
	right: 10px;
	top: 10px;
	line-height: 10px;
	display: none;
}
header nav.navbar.navbar-dark ul.navbar-nav li button.close_btn span{
	font-size: 25px;
}
header nav.navbar.navbar-dark ul.navbar-nav li button.close_btn:focus{
	outline: 0;
}
/*===========*/
header nav.navbar.navbar-dark ul.navbar-nav li.nav-item .animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

header nav.navbar.navbar-dark ul.navbar-nav li.nav-item .slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}
header nav.navbar.navbar-dark ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item {
	padding: 2px 12px;
	transition: 0.2s;
	font-size: 15px;
	position: relative;
	display: inline-block;
	width: auto;
}
header nav.navbar.navbar-dark ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 2px;
	width: 0;
	z-index: -1;
	transition: 0.4s;
}
header nav.navbar.navbar-dark ul.navbar-nav li.dropdown .dropdown-menu li:hover .dropdown-item:after{
	width: 40px;
}
header nav.navbar.navbar-dark ul.navbar-nav li.dropdown .dropdown-menu {
	box-shadow: 0 10px 20px 0px rgba(0,0,0,0.09);
	left: 0;
	min-width: 160px;
	border-color: transparent;
	position: absolute;
}
header nav.navbar.navbar-dark ul.navbar-nav li.dropdown .dropdown-item:hover{
	/*color: #ee1866;*/
	background: transparent;
}

header .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
header .navbar .nav-item:hover .nav-link{ color: #fff; }
header .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
header .navbar .dropdown-menu.fade-up{ top:180%; }
header .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

/*HEADER ends*/
.bannerText_custom .video_controls button.pause_play {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannerText_custom .mute_video {
	background-image: url(../img/mute.png);
	background-size: contain;
	background-size: 23px;
	background-repeat: no-repeat;
	border: 0;
	width: 45px;
	height: 45px;
	background-position: center;
	border-radius: 50%;
}
.bannerText_custom .unmute_video {
	background-image:url('../img/unmute.png');
	background-size: contain;
	background-size: 23px;
	background-repeat: no-repeat;
	border: 0;
	width: 45px;
	height: 45px;
	background-position: center;
	border-radius: 50%;
}

.bannerText_custom .pause_play img{
	width: 30px;
	height: 30px;
}

.bannerText_custom .video_controls button{
	background-color: #f5f5f5ba;
	bottom: 15px;
	right: 15px;
	transition: 0.4s;
	border-radius: 50%;
	padding: 0;
	width: 45px;
	height: 45px;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.025);
}

.bannerText_custom .video_controls{
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.bannerText_custom button:focus{
	outline: 0;
}
.bannerText_custom{
	/*z-index: 0;*/
	transition: 0.2s;
}
.videoPlay_home .videoPlay_home_inner {
	max-width: 50%;
	justify-content: center;
	position: absolute;
	top: 60%;
left: 40%;
	right: 0;
	transform: translateY(-50%);
}
.videoPlay_home .videoPlay_home_inner img{
	max-width: 50%;
}
.videoPlay_home .videoPlay_home_inner h1{
	/*font-family: 'robotobold';
	font-size: 50px;
	color: #fff;*/
	margin-bottom: 60px;
	font-family: 'louis_george_cafebold';
	font-size: 50px;
}

.h1class{
text-align: left;

font-size: 118px !important;
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" !important;
font-weight: normal;
line-height: 100px;
	color: #000;
}

.videoPlay_home .videoPlay_home_inner p {
	font-size: 16px;
	margin: 3px 0 0;
	color: #ee1666;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.videoPlay_home{
	background:url('../img/top_background.png') no-repeat bottom left;
	background-color: #ffcc06;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-size: contain;
	transition: 0.1s;
	/*transform: scale(0);*/
}

.videoPlay_home .videoPlay_home_inner button a{
	color: #fff;
}
.videoPlay_home .videoPlay_home_inner button:focus{
	outline: 0;
}

.videoPlay_home .videoPlay_home_inner .onClick_play{
	background:rgb(238 22 102);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: 200ms;
	animation: animate 1500ms linear infinite;
}

@keyframes animate{
	0%{
		box-shadow: 0 0 0 0 rgba(238,22,102,0.7);
	}
	40%{
		box-shadow: 0 0 0 40px rgba(238,22,102,0);
	}
	80%{
		box-shadow: 0 0 0 40px rgba(238,22,102,0);
	}
	100%{
		box-shadow: 0 0 0 rgba(238,22,102,0);
	}
}

/*BANNER SECTION ends*/

/*CLICKS INTO CLIENTS*/

.heading_topHeight p.mx-auto{
	max-width: 70%;
}
.click_client .completed_pro h1{
	color: #843178;
}
.click_client .completed_pro p{
	color: #0d0c0c;
}
.click_client .completed_pro .increment_num span{
	font-size:30px;
}

.click_client {
	top: -12px;
}
/*CLICKS INTO CLIENTS ends*/

/*SERVICES TABS*/

.servicesTabs_sec div#myTabContent , .servicesTabs_sec .tab-pane, .servicesTabs_sec .servicesTabs_right{
	height: 100%;
}
.services_tabs .nav-pills .nav-link.active, .services_tabs .nav-pills .nav-link{
	background:transparent;
}
.services_tabs .nav-pills .nav-link {
	color: #242b34;
	opacity: 0.7;
	padding: 0;
	font-family: 'louis_george_cafebold';
	font-size: 32px;
	line-height: 55px;
	transition: 0.4s;
	position: relative;
	display: inline-block;
	letter-spacing: 0;
}
.services_tabs .nav-pills li{
	margin-bottom: 20px;
	transition: 0.4s;
}

.services_tabs .nav-pills li a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	background: #000;
	height: 9px;
	width: 9px;
	transform: scale(0);
	border-radius: 50%;
	transition: 0.2s;
	transform-origin: center;
}
.services_tabs .nav-pills li:hover a:after, .services_tabs .nav-pills li a.active:after{
	transform: scale(1);
}

.services_tabs .nav-pills li:last-child{
	margin-bottom: 0;
}
.services_tabs .nav-pills .nav-link.active, .services_tabs .nav-pills .nav-link:hover{
	opacity: 1;
}

.services_right{
	background: #242b34;
	padding: 50px;
}
.services_right .link_services a{
	color: #ee1866;
}
.services_right .link_services a svg{
	transition: 0.4s;
	font-size: 14px;
}
.services_right .link_services a:hover svg{
	transform: translateX(3px);
}
.servicesTabs_right .tabs_img {
	flex-basis: 30%;
	position: relative;
	top: -50px;
	left: 10px;
	background: white;
	padding: 5px;
	transition: 0.4s;
}

.servicesTabs_sec .servicesTabs_right {
	background: #242b34;
	padding: 20px;
}
.servicesTabs_right .tabs_img img {
	object-fit: cover;
}
.servicesTabs_right .services_right{
	flex-basis: 70%;
	margin-left: 20px;
}
.servicesTabs_sec .pattern_BG {
	left: -140px;
	top: 0;
	max-width: 30%;
}
.servicesTabs_sec .circles {
	right: 0;
	bottom: 0;
	max-width: 20%;
}

/*SERVICES TABS ends*/

/*WHY DESIGN STREET SEC*/
section.why_design.paddingCommon_sec {
	padding: 100px;
}
.why_design .box_whyDesign {
	background-color: transparent;
	perspective: 1000px;
}
.why_design .box_inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
	transform-style: preserve-3d;
}

.why_design .box_front {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.why_design .box_front {
	background-color: #cccccc;
	color: #111111;
}
.why_design .box_front .whyDesign_content p{
	margin:0;
}
.why_design .box_front:after{
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, rgb(0 0 0 / 81%), transparent);
	position: absolute;
	transition: 0.3s;
}
.why_design .box_front h4.position-absolute{
	bottom:15px;
	left: 15px;
	z-index: 1;
	transition: 0.2s;
}
.why_design .box_front:hover h4.position-absolute{
	opacity: 0;
}
.why_design .box_front .whyDesign_content{
	top: 100%;
	left: 0;
	z-index: 1;
	transition: 2s;
}
.why_design .box_front:hover .whyDesign_content{
	top: 50%;
	transform: translateY(-50%);
}
.why_design .box_front:hover:after{
	background: rgba(0,0,0,0.8);
}
.why_design .box_front .whyDesign_content h4, .why_design .box_front h4.position-absolute{
	font-size: 19px;
}
.why_design .box_front:hover img {
	transform: scale(1.5);
}
.why_design .box_front img {
	transition: 3s;
}
.why_design .box_front .whyDesign_content h4:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -15px;
	height: 8px;
	width: 80%;
	background: #ef1765;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: 0;
	transition: 2s;
	transition-delay: 2s;
}
.why_design .box_front:hover .whyDesign_content h4:before{
	transform: scaleX(1);
}

/*WHY DESIGN STREET SEC ends*/

/*EXPERIENCE YEARS OF WORK SECTION*/
.experience_years{
	/*background: url(../img/experience_BG.jpg) no-repeat;*/
	background-image: url(../img/experience_BG.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
.experience_years:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color:rgb(0 0 0 / 44%);
}
.experience_years div {
	z-index: 1;
}
.experience_years div.increment_num span {
	font-size: 55px;
	color: #fff;
	position: relative;
	top: -2px;
}
.experience_years .experience_main h1{
	color: #fff;
	line-height: 85px;
}
.experience_years .experience_main p {
	font-size: 15px;
	color: #4b4141;
	line-height: 19px;
	letter-spacing: 2px;
	opacity: 0.7;
}
.experience_years div.comp_inner p {
	font-size: 14px;
	letter-spacing: 1px;
}
.experience_years div.increment_num h1 {
	font-size: 50px;
	letter-spacing: 0;
	line-height: 55px;
}

/*SEE OUR WORK*/
.see_workSec .pattern_BG {
	left: -5%;
	top: 15%;
	max-width: 20%;
}
.see_workSec{
	overflow: hidden;
}
.portfolio_home .content_port {
	padding: 20px 0 20px 60px;
}
.see_workSec .col-lg-4.col-md-6.col-sm-12.col-12 , .explore_work .col-lg-4.col-md-6.col-sm-12.col-12{
	display: flex;
}

.portfolio_home .content_port p{
	letter-spacing: 2px;
	color: #747474;
	transition: 0.2s;
	font-size: 15px;
}
.portfolio_home .content_port h2{
	transition: 0.2s;
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 0;
}
.portfolio_home:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #e3ba22;
	z-index: -1;
	transform: scale(1.03);
	transition: .4s ease-in;
	opacity: 0;
}
.portfolio_home:hover:after{
	transform: scale(1);
	opacity: 1;
}
.portfolio_home:hover p, .portfolio_home:hover h2{
	color: #fff;
}
.portfolio_home .image_port{
	height: 350px;
	overflow:hidden;
}
.portfolio_home .image_port img{
	height: 100%;
	object-fit: cover;
	transition: 1s ease-in;
}
.portfolio_home:hover .image_port img{
	transform: scale(1.05);
}
/*SEE OUR WORK ends*/

/*ACHIEVEMENTS SEC*/
.achievements_awards{
	background: url(../img/awards_BG.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-position: center;
}
.achievements_awards:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 0;
	top: 0;
}
.achievements_awards .custom_container{
	z-index: 1;
	position: relative;
}
.achievements_awards .img_awards img{
	transition: 0.2s;
}
.achievements_awards .img_awards:hover img{
	transform: scale(0.8);
}
.achievements_awards .col-12:nth-child(-n+9) {
	margin-bottom: 30px;
}
.clients_slider .clients_box{
	padding: 0 30px;
}
.clients_slider .clients_box img{
	max-width: 85%;
}

.clients_slider .owl-nav button {
	height: 25px;
	width: 25px; 
	position: absolute;
	margin: 0 !important;
}
.clients_slider .owl-nav button:focus{
	outline: 0;
}

.clients_slider .owl-dots{
	display: none;
}
.clients_slider .owl-carousel{
	position: relative;
}
.clients_slider .owl-nav {
	position: absolute;
	top: 22%;
	left: 0;
	transform: translateY(-22%);
	right: 0;
}
.clients_slider .owl-nav button:hover{
	background: transparent !important;
}
.clients_slider .owl-nav button span{
	opacity: 0;
}
.clients_slider .owl-nav button.owl-prev:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-image: url(../img/left_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
.clients_slider .owl-nav button.owl-next:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-image: url(../img/right_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
.clients_slider .owl-nav button.owl-prev{
	left: 0;
}
.clients_slider .owl-nav button.owl-next{
	right: 0;
}
.clients_slider{
	display: none;
}

/*ACHIEVEMENTS SEC ends*/

/*CLIENTS SEC*/
section.paddingCommon_sec.clients_sec{
	overflow: hidden;
}
.clients_sec .circles {
	bottom: 0;
	left: 0;
	max-width: 17%;
	transform: rotateY(180deg);
}
.clients_sec .logos_clients li {
	flex-basis: 19%;
	text-align: center;
	margin: 0 5px 70px 0;
	transition: 0.2s;
}

.clients_sec .logos_clients li:nth-child(n+15){
	margin-bottom: 0;
}
.clients_sec .logos_clients li:nth-child(5n){
	margin-right: 0;
}
.clients_sec .logos_clients li img{
	transition: 0.2s;
	max-width: 50%;
}

.clients_sec .logos_clients li:nth-child(4n) {
	margin-right: 0;
}
.clients_sec .logos_clients{
	justify-content: center;
}

/*CLIENTS SEC ends*/

/*TESTIMONIALS SEC */
.testimonials_sec .testimo_slider .carousel-caption {
	position: initial;
	z-index: 10;
	padding: 0;
}

.testimonials_sec .testimo_slider .carousel-caption img {
	width: 100px;
	border-radius: 50%;
	border: 2px solid #ee1866;
	padding: 2px;
}
.testimonials_sec .testimo_img:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ee1866 transparent transparent transparent;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: 0 auto;
}

.testimonials_sec .testimo_slider{
	margin-top: 40px;
}
.testimonials_sec .testimo_slider .content_quotes .fa-quote-left{
	left: -30px;
}
.testimonials_sec .testimo_slider .content_quotes .fa-quote-right {
	right: -10px;
	bottom: 0px;
}
.testimonials_sec .testimo_slider #image-caption {
	font-style: normal;
	font-size: 18px;
	margin-top: 30px;
	color: #ee1866;
	font-style: italic;
	line-height: 25px;
}
.testimonials_sec .testimo_slider #image-caption strong{
	color: #000;
	/*opacity: 0.8;*/
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}
.testimonials_sec .testimo_slider .content_quotes{
	max-width: 70%;
}
.testimonials_sec .testimo_slider svg {
	color: #fff;
}

.testimonials_sec .testimo_slider .controls span{
	position: relative;
}
.testimonials_sec .testimo_slider .controls span svg{
	opacity: 0;
}

.testimonials_sec .testimo_slider .controls.carousel-control-prev span:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 35px;
	width: 35px;
	background-image: url('../img/left_arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonials_sec .testimo_slider .controls.carousel-control-next span:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 35px;
	width: 35px;
	background-image: url('../img/right_arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonials_sec .testimo_slider .carousel-control-prev,
.testimonials_sec .testimo_slider .carousel-control-next {
	transition: none;
	opacity: unset;
	width: auto;
}
.testimonials_sec .testimo_slider .carousel-control-prev {
	bottom: 0;
	display: inline-block;
	height: auto;
	left: 0;
	top: 60%;
	transform: translate(0,-60%);
}
.testimonials_sec .testimo_slider .carousel-control-next {
	bottom: 0;
	display: inline-block;
	height: auto;
	right: 0;
	top: 60%;
	transform: translate(0,-60%);
}
.testimonials_sec .testimo_slider .media-body svg{
	color: #ccc;
	opacity: 0.5;
	font-size: 25px;
}
/*TESTIMONIALS SEC ends*/

/*LATEST BLOG SEC*/
.blog_home .content_blog {
	padding: 40px 45px;
	overflow: hidden;
	background: #fff;
}
.blog_home {
	box-shadow: 0 0px 40px 12px rgba(0,0,0,0.08);
}
.blog_home .content_blog h3{
	line-height: 34px;
	margin-bottom: 0;
}
.blog_home .content_blog a p{
	color: #6b6969;
	transition: 0.2s;
	font-size: 15px;
}
.blog_home .image_blog a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.blog_home .image_blog{
	height: 350px;
	overflow:hidden;
}
.blog_home .image_blog img{
	object-fit: cover;
	transition: 1s ease-in;
}
.blog_home .content_blog:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
	width: 100%;
	background: #e3ba22;
	bottom: -10px;
	transition: 0.5s;
	/*transform: scaleX(0);*/
}
.blog_home:hover .content_blog:after{
	bottom: 0px;
}
.blog_home:hover .image_blog img{
	transform: scale(1.05);
}
.blogSec .circles {
	top: 0;
	right: 0;
	max-width: 15%;
	transform: rotateX(-180deg);
}
/*LATEST BLOG SEC ends*/

/*CONTACT US PAGE*/

.address_contactPage{
	background: #f8f8f8;
}
.address_contactPage .address_inner .media img{
	width:40px;
}

.address_contactPage .address_inner .media h6{
	color: #ee1866;
}
.address_contactPage .address_inner .media a{
	font-size: 20px;
	color: #000;
}

a.text_pink:hover{
	color: #ee1866;
}
.formSec_contact .socialMedia_bottom li a svg{
	color: #ccc;
	font-size: 18px;
}
.socialMedia_bottom li a:before, .socialMedia_bottom li a{
	height: 40px;
	width: 40px;
}
.formSec_contact .socialMedia_bottom li a:hover svg{
	color: #fff;
}
.contact_left h5{
	margin:40px 0;
}

.formSec_contact .contact_form .form_half .form-group:first-child {
	padding-right: 15px;
}
.formSec_contact .contact_form .form_half .form-group {
	width: 48%;
}
.formSec_contact .contact_form .form-group input, .formSec_contact .contact_form .form-group textarea{
	background: transparent;
	border-radius: 0;
	border:none;
	border-bottom: 1px solid #fff;
}
.formSec_contact .contact_form .form-group input:focus, .formSec_contact .contact_form .form-group textarea:focus{
	box-shadow: none;
	border-color: #ee1866;
}
.formSec_contact{
	background: url('../img/contactForm_BG.jpg');
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	padding: 120px 0;
}
.formSec_contact:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 0;
}
.contact_left , .contact_form{
	position: relative;
	z-index: 1;
}
.formSec_contact .contact_form .form-group{
	margin-bottom: 30px;
}

.services_work .portfolio_home .image_port {
	height: 450px;
}

/*CONTACT US PAGE ends*/

/*BLOG PAGE*/
.blogSec .blog_home .blogPost_inner {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.blogSec .col-lg-4.col-md-6.col-sm-12.col-12 {
	display: flex;
}
.blog_topLeft .content_blog p{
	color: #6b6969;
	transition: 0.2s;
	font-size: 15px;
}
.blog_topLeft .content_blog{
	padding: 30px 35px;
	overflow: hidden;
}
.trending_right h4:after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: -75px;
	height: 3px;
	width: 100px;
	background: #ee1866;
}

.trending_right {
	padding: 40px;
	background: #242b34;
	overflow: hidden;
	height: 100%;
}
.trending_right .trend_post p{
	opacity: 0.7;
	/*font-size: 16px;*/
	margin: 0;
}
.trending_right .trend_post p.date{
	font-size: 15px;
	margin:0 0 15px;
}
.trending_right h4 {
	margin: 0 0 70px;
	letter-spacing: 3px;
	font-size: 15px;
}
.trending_right .trend_post{
	border-bottom: 1px solid #454b52;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.trending_right .trend_post:last-child{
	border-bottom: 1px solid transparent;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blogPage_posts .pattern_BG {
	max-width: 20%;
	left: -130px;
	top: -130px;
	opacity: 0.7;
}
.blogPage_posts{
	overflow: visible;
}
/*BLOG PAGE ends*/

/*SINGLE BLOG PAGE*/
section.paddingCommon_sec.singleBlog_top .custom_container{
	overflow: hidden;
}
.singleBlog_top{
	overflow: visible;
}
.singleBlog_top .image_blogg{
	height: 550px;
}
.singleBlog_top .image_blogg img{
	object-fit: cover;
}
.singleBlog_top .pattern_BG {
	left: 0;
	top: -22%;
	opacity: 0.7;
	z-index: -1;
	max-width: 20%;
}
.singleBlog_top .date_blogg{
	margin: 60px 0 0;
}
.singleBlog_heading h1{
	font-size: 60px;
	color: #242b34;
	font-family: 'louis_george_cafebold';
}
.singleBlog_heading{
	padding: 0 60px;
}
.singleBlog_heading:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 3px;
	width: 140px;

}
.content_bottom{
	overflow: visible;
}
.content_bottom .circles {
	bottom:0;
	right: 0;
	max-width: 20%;
}
.content_bottom .date_blogg figure p:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 70px;
	background: #ee1866;
}
.content_bottom .date_blogg{
	padding: 0 0 0 70px;
}
.content_bottom .date_blogg figure{
	margin-bottom: 40px;
}
.content_bottom .date_blogg figure:last-child{
	margin-bottom: 0;
}
.content_bottom .date_blogg figure p{
	letter-spacing: 2px;
	color: #747474;
	transition: 0.2s;
	font-size: 14px;
}
.content_bottom .date_blogg figure h3{
	color: #242b34;
}
.content_bottom figure{
	margin-bottom: 60px;
}
.content_bottom figure:last-child{
	margin-bottom: 0;
}
.content_bottom .right figure h3{
	font-family: 'louis_george_cafebold';
	font-size: 32px;
}
.content_bottom .right figure h6.text-uppercase {
	font-size:18px;
	letter-spacing: 0.8px;
	/*color: #000;*/
	font-family: 'louis_george_caferegular';
}
.content_bottom .right figure .blog_expertise h6{
	font-size: 18px;
}
.content_bottom .right figure .blog_expertise .expertise_inner{
	flex-basis: 32%;
	padding-right: 30px;
}
.content_bottom a{
	color: #ee1866;
	text-decoration-line: underline;
}
.content_bottom figure p:last-child{
	margin: 0;
}
/*SINGLE BLOG PAGE ends*/

/*CTA sec*/
.callTo_action h1{
	font-size: 60px;
	font-family: 'louis_george_cafebold';
}
.callTo_action{
	padding: 70px 0;
	background:#efefef;
}

/*CTA sec ends */

.headings_line h6 {
	letter-spacing: 3px;
	font-size: 12px;
	color: #ee1866;
	text-align: left;
	font-family: 'louis_george_cafebold';
}
.headings_line h6:before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	height: 2px;
	background:#ee1866;
	width: 40px;
}
.achievements_awards .headings_line h6{
	opacity: 0.7;
}
.achievements_awards .headings_line h6:before{
	background:#fff;
	opacity: 0.7;
}

/*About Us page*/

.mission_bg {
	background: url('../img/bg_mission_2.png') no-repeat;
	background-position: center right;
}

.about_textTop .content_right h3{
	font-size: 32px;
}
.about_textTop .content_right {
	max-width: 70%;
	padding-left: 70px;
}
.about_textTop .content_right p{
	margin-top: 35px;
}
.about_textTop .headings_line {
	margin-bottom: 80px;
}
.about_mission .headings_line{
	max-width: 60%;
}
.about_mission .headings_line h3.font-weight-bold {
	font-size: 32px;
}
.about_textTop .pattern_BG {
	right: -15%;
	top: -5%;
	max-width: 40%;
	opacity: 0.4;
}
.mission_content .mission_inner {
	padding: 100px 70px;
	left: -300px;
	border-left: 6px solid #ee1866;
	box-shadow: 0 0 80px 20px rgba(0,0,0,0.07);
	z-index: 1;
	overflow: hidden;
}
.mission_content .mission_inner h1 {
	left: 0px;
	top: -30px;
	color: #212529;
	opacity: 0.05;
	font-size: 220px;
	letter-spacing: -7px;
}

.history_block .media .lines h3 {
	height: 80px;
	width: 80px;
	background: #fff;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	border-radius: 50%;
	font-size: 22px;
	transition: 0.4s;
}
.history_block .media .lines h3:after {
	content: '';
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	background: #000;
	height: 200px;
	width: 1px;
	margin: 0 auto;
	transition: 0.4s;
}
.history_block .media .lines p{
	margin-top: 50px;
}
.history_block .media .lines h3::before {
	content: '';
	position: absolute;
	bottom: -60px;
	left: -1px;
	right: 0;
	border: 2px solid #000;
	height: 12px;
	width: 12px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 9;
	transition: 0.4s;
}
.history_block .media-body{
	padding: 125px 0 0;
}
.history_block:last-child .media .lines h3:after {
	bottom: -50px;
	height: 50px;
}
.history_block .media-body h5{
	transition: 0.4s;
}
.history_block:hover .media .lines h3 {
	border: 1px solid #ffd500;
	color: #ee1866;
}

.history_block .media-body p a {
	text-decoration: underline;
	color: #ffd500;
}
.history_block:hover .media .lines h3:after{
	background: #ffd500;
}
.history_block:hover .lines h3::before{
	border-color: #ffd500;
}
.about_history .pattern_BG{
	max-width: 20%;
	left: -5%;
	top: 0;
	/*opacity: 0.7;*/
}
.why_design .circles{
	bottom: 0;
	right: 0;
	max-width: 25%;
}

.about_mission .mission_bg .image_mission img{
	object-fit: cover;
}

/*About Us page ends*/

/*portfolio page*/
.explore_work .headings_line p{
	max-width: 80%;
}
.explore_work .circles {
	left: 0;
	bottom: 0;
	max-width: 30%;
	transform: rotateY(-180deg);
	opacity: 0.3;
	z-index: -1;
}

.visit_websitePortfolio a {
	font-size: 22px;
	color: #ee1866;
	transition: 0.4s;
} 
.visit_websitePortfolio a svg {
	height: 30px;
	width: 30px !important;
	background: transparent;
	color: #ee1866;
	padding: 8px;
	border-radius: 50%;
	position: relative;
	top: 5px;
	transition: 0.4s;
}
.visit_websitePortfolio a:hover svg{
	background: #000;
	color: #fff;
	transform: translateX(-3px);
}
.visit_websitePortfolio a:hover{
	color: #000;
}

/*portfolio page ends*/

.contact_CTA h1.text-white{
	font-weight: 600;
	margin:0;
}

.pt-0{
	padding-top: 0;
}
.mt-60{
	margin: 60px 0 0;
}
.mt-30{
	margin: 30px 0 0;
}

/*CONTACT US PAGE*/
.contactForm_address .headquarters .underline{
	text-decoration: underline;
}
.contactForm_address .headquarters{
	margin: 40px 0;
}
.contactForm_address .headquarters p.head {
	letter-spacing: 2px;
	font-size: 13px;
	color: #ee1866;
}
.contactForm_address .headquarters p {
	color: #757575;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.contactForm_address .headquarters h3{
	margin-bottom: 25px;
}
.socialMedia_contact li a {
	height: 40px;
	width: 40px;
	background: #f1f1f1;
	border-radius: 50%;
}
.socialMedia_contact li {
	margin-bottom: 10px;
}
.contact_form .form_half .form-group:first-child {
	margin-right: 3%;
}

.contact_form .form_half .form-group {
	width: 48%;
}
.contact_form .form-group .form-control{
	padding: 10px 15px;
	height: auto;
	/*border-radius: 0;*/
}
.contact_form .form-group .form-control:focus{
	box-shadow: none;
	border-color: #000;
}

.contact_form .form-group {
	margin-bottom: 25px;
}
.form_right{
	padding-left: 70px;
}
.global_off .offices , .global_off .offices .image{
	overflow:hidden;
}
.global_off .offices .image img{
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.global_off .offices:hover img{
	transform: scale(1.05);
}
.global_off .offices p {
	color: #757575;
	font-size: 17px;
	line-height: 29px;
}
.global_off .offices h5{
	margin-bottom: 5px;
}
.global_off .circles {
	right: 0;
	bottom: 0;
	max-width: 15%;
}
/*CONTACT US PAGE ends */

/*SERVICES PAGE*/

.services_custom .services_common img{
	max-width: 60px;
	transition: 0.4s;
}
.services_custom .services_common:hover img{
	transform: scale(0.9);
}
.services_custom .listing_services li{
	flex-basis: 50%;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.services_custom .listing_services{
	padding-left: 50px;
	margin: 40px 0 0;
}
.services_custom .listing_services li:before{
	content: '';
	position: absolute;
	left: -25px;
	top: 15px;
	height: 2px;
	width: 15px;
	background:#ee1866;
	transition: 0.4s;
	transform: scaleX(1);
}
.services_custom .listing_services li:hover:before{
	transform: scaleX(0);
}

.services_custom .services_common p{
	margin: 20px 0;
}

.services_custom .services_common.app_dev li , .services_custom .services_common.digital_mark li{
	flex-basis: 100%;
}
.services_custom .services_common .sec_heading{
	font-size: 32px;
}
.services_custom .pattern_BG {
	left: 0;
	top: -6%;
	max-width: 17%;
	z-index: -1;
}
.services_custom .circles {
	bottom: 0;
	right: 0;
	max-width: 35%;
	opacity: 0.3;
}
.services_custom{
	overflow: visible;
}
.services_custom.services_customSec .custom_container{
	max-width: 100%;
}
.services_custom .services_common{
	margin: 50px 0 0;
}
.custom_anchorLink {
	color: #ee1866;
	font-size: 18px;
}
.custom_anchorLink svg{
	transition: 0.4s;
	font-size: 14px;
}
.custom_anchorLink:hover svg {
	transform: translateX(3px);
}

.caseStudy_services .inner_container p.highlighted {
	padding: 25px 15px 25px 25px;
	border-left: 5px solid #ee1866;
	border-radius: 10px;
	margin: 30px 0;
}
.caseStudy_services .headings_line.inner_container{
	max-width: 100%;
	/*padding: 0 0 0 10%;*/
}
.see_workSec.seeWork_services{
	overflow: visible;
}
.seeWork_services .circles {
	max-width: 15%;
	right: 0;
	bottom: 0;
}
.services_custom.qoute_text .pattern_BG {
	left: -15%;
	top: -35%;
	max-width: 30%;
	opacity: 0.7;
}

/*SERVICES PAGE ends*/

/*STRATEGY PAGE*/
.quotes_personality .quotes_person_inner {
	border: 4px solid #fff;
	padding: 50px 40px;
}
.quotes_personality {
	background: #f1f1f1;
	/*background: #fdeef3;*/
	padding: 40px;
}
.quotes_personality .fa-quote-left {
	top: -25px;
	background: #ffffff;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	color: #242b34;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	outline: 5px solid #f1f1f1;
}
.quotes_personality .fa-quote-right{
	bottom: -25px;
	background: #ffffff;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	color: #242b34;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	outline: 5px solid #f1f1f1;
}
.quotes_personality .quotes_person_inner h3 {
	line-height: 38px;
	letter-spacing: 1px;
	font-family: 'louis_george_caferegular';
}
.quotes_personality .quotes_person_inner p{
	color: #ee1866;
	letter-spacing: 1px;
	font-family: 'louis_george_caferegular';
}
.services_content figure h3{
	font-family: 'louis_george_cafebold';
	font-size: 32px;
}
.services_content figure{
	margin-bottom: 80px;
}
.services_content figure:last-child{
	margin-bottom: 0;
}

.steps_listServices li{flex-basis: 32%;}

.services_heading .singleBlog_heading p {
	font-size: 23px;
	line-height: 34px;
	color: #000;
	font-family: 'louis_george_caferegular';
}
.services_content figure h5 {
	font-size: 25px;
	margin-bottom: 50px;
	letter-spacing: 5px;
	font-family: 'louis_george_caferegular';
}
.services_content figure h6 {
	font-size: 21px;
}
.services_content figure h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 4px;
	width: 60px;
	background: #ffd500;
}
.services_content figure .division_serv{
	width: 50%;
	float: left;
	padding-right: 40px;
}

/*STRATEGY PAGE ends*/


/*LEFT FIXED SERVICE BOX*/
.fixedLeft_services {
	position: fixed;
	left: 20px;
	bottom: 20px;
	padding: 50px 40px;
	max-width: 350px;
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.07);
	z-index: 9;
}
.fixedLeft_services:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 4px;
	background:#ffd500;
	transition-duration: 0.4s;
}
.fixedLeft_services:hover:after{
	height: 100%;
}
.fixedLeft_services h3 {
	font-size: 20px;
	font-family: 'louis_george_cafebold';
}
.fixedLeft_services .close_btn {
	right: 20px;
	top: 20px;
	line-height: 10px;
}
.fixedLeft_services .close_btn:focus{
	outline: 0;
}
.fixedLeft_services .close_btn span{
	font-size: 35px;
}
/*LEFT FIXED SERVICE BOX ends*/

/*CASE STUDY PAGE*/
.image_linesSec.paddingCommon_sec {
	overflow: visible;
}
.background_right.lines_caseStudy{
	right: 0;
	top: 0;
	opacity: 0.2;
	width: 60%;
}
.heading_lines{
	font-size: 16px;
}
.heading_lines:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 30px;
	background: #ffd500;
}
.custom_container{
	width: 100%;
	margin: 0 auto;
	max-width: 90%;
}
.custom_heading h1{
	color: #242b34;
	font-size: 50px;
	max-width: 100%;
}

.top_interactiveSec .custom_heading, .top_interactiveSec .img_top{
	z-index: 0;
}

.features_clients .left, .features_clients .right{
	flex-basis: 50%;
}

/*challenge sec*/
.img_challenge .pattern_BG {
	top: -19%;
	left: -5%;
	z-index: -1;
	max-width: 25%;
}
.img_challenge{
	z-index: 1;
}

/*challenge & solutions sec*/
.challenge_sol h3{
	line-height: 40px;
}
.challenge_sol{
	padding: 80px 80px 0;
	z-index: 1;
}

/*results sec*/
.results_sec{
	/*background: #eaeaea;*/
	background: #f1f1f1;
}
.inner_container{
	max-width: 60%;
	padding: 0 0 0 15%;
}

/*custom exp sec*/

/*approach sec*/
.padding_approach{
	padding: 60px 0 0;
}
.experiences_sec .circles {
	bottom: 0;
	right: 0;
	opacity: 0.3;
	max-width: 23%;
}
.padding_approach{
	z-index: 1;
}

/*approach sec ends*/

/*CASE STUDY PAGE ends*/

/*FOOTER SEC*/

footer{
	border-top: 1px solid #fff;
}
.socialMedia_main ul.socialMedia_bottom {
	flex-wrap: wrap;
}
.socialMedia_main ul.socialMedia_bottom li{
	margin-bottom: 10px;
}
.footer_col ul li {
	line-height: 22px;
}
.footer_col ul li a{
	transition: 0.2s;
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 14px;
}
.footer_col ul li a:hover{
	color: #fff;
}
.addresses_main  li p{
	letter-spacing: 0.3px;
}
.newsletter form.content .input-group input.form-control {
	color: #fff;
}
.newsletter .content {
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2; 
}
.newsletter .content h2 {
	color: #243c4f;
	margin-bottom: 40px; 
}
.newsletter .content .form-control {
	height: 52px;
	border-color: #ccc;
	background-color: transparent;
	border-radius:5px 0 0 5px;
	border-right-color: transparent;
	padding: 7px 18px;
}
.newsletter .content .form-control:focus {
	box-shadow: none;
	border: 1px solid #fff;
	border-right-color: transparent;
}
.newsletter .content .btn {
	border-radius:0 5px 5px 0;
}

.socialMedia_bottom li a {color: #fff; transition: 0.2s;
	height: 40px;
	width: 40px;
}
.socialMedia_bottom li a svg{
	font-size: 16px;
	position: relative;
	z-index: 1;
	color: #a5a5a5;
	transition: 0.2s;
}
.socialMedia_bottom li a:hover svg{color: #fff;}
.socialMedia_bottom li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	transition: 0.2s;
	background: #191919;
}
.socialMedia_bottom li a:hover:before{
	transform: scale(0);
}

footer .addresses_main li{
	flex-basis: 25%;
	color:#dadada;
}
footer .newsletter {
	max-width: 70%;
}
footer h5.font-weight-bold{
	font-weight: 400 !important;
	margin: 0 0 10px;
}
footer .col-12.mt-md-4.mt-3 h5.font-weight-bold{
	margin: 20px 0 10px;
}

footer .addresses_main li:last-child:after{
	content: normal;
}
footer .copyright_bottom ul li a{
	transition: 0.2s;
	color: #a5a5a5;
	font-size: 15px;
}
footer .copyright_bottom ul li a:hover{
	color: #fff;
}
footer.paddingCommon_sec {
	padding: 70px 0 0;
	background: #1f1f1f;
}
footer .addresses_main li img {
	width: 33px;
}
footer .copyright_bottom p{
	font-size: 15px;
	color: #a5a5a5;
}
.footer_col p, footer .addresses_main li p {
	color: #a5a5a5;
	word-break: break-word;
}
.footer_col h3 , footer h5{
	color: #dadada;
}
.flags_footer , .copyright_bottom{
	background: #191919;
}
footer ul.addresses_main {
	margin: 0;
}

footer .newsletter .content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a5a5a5;
}
footer .newsletter .content input::-moz-placeholder { /* Firefox 19+ */
	color: #a5a5a5;
}
footer .newsletter .content input:-ms-input-placeholder { /* IE 10+ */
	color: #a5a5a5;
}
footer .newsletter .content input:-moz-placeholder { /* Firefox 18- */
	color: #a5a5a5;
}
.copyright_bottom ul.list-unstyled.list-inline.m-0.p-0 li:first-child{
	display: none;
}
footer .flags_footer ul.addresses_main li a {
	text-decoration: underline;
}
/*FOOTER SEC ends*/

/*CONTACT US MODAL*/
.form_contact .img_left{
	flex-basis: 40%;
}
.form_contact .form_right{
	flex-basis: 60%;
}
.form_contact  input.form-control{
	border-radius: 0;
	height: 40px;
}
.form_contact textarea{
	border-radius: 0;
}
.form_contact .form-control:focus{
	box-shadow: none;
	border-color: #212529;
}
.form_contact .whiteBtn_custom{
	padding:10px 30px;
}
/*CONTACT US MODAL ends*/

/*CAREER PAGE*/
.positions_accordions .card .card-header a:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.positions_accordions .card .card-header, .positions_accordions .card {
	background: transparent;
	border-color: transparent;
}
.positions_accordions .card .card-header {
	padding: 30px;
}
.positions_accordions .card {
	/* border-top: 3px solid #e6e6e6; */
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,0.05);
}

.positions_accordions .card:last-child{
	margin-bottom: 0;
}
.positions_accordions .card .card-header h5 svg{
	float: right;
	font-size: 20px;
}
.positions_accordions .card .card-header h5{
	font-size: 25px;
	font-family: 'louis_george_cafebold';
	/*color: #ffd500;*/
	color: #000;
}
.positions_accordions .card .card-header a.collapsed h5 {
	color: #848484;
	align-items: center;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.positions_accordions .card .card-body {
	padding: 0 40px 40px;
}
.form_openings .contact_form .custom-file-label {
	top: 3px;
}
.form_openings .contact_form .custom-file-label::after {
	padding: 10px 15px;
	height: auto;
}

.job_desc_common ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 17px;
	/*transform: translateY(-50%);*/
	height: 2px;
	width: 15px;
	background: #ffd500;
}

.job_desc_common .left{
	margin-bottom: 30px;
}

/*====*/
.apply_CTA{
	background:#efefef;
	padding: 60px 40px;
}
.apply_CTA p{
	/*font-weight: 600;*/
	font-size: 20px;
	color: #656565;
	letter-spacing: 0.7px;
}
.apply_CTA p a{
	text-decoration: underline;
	color: #000;
	font-weight: 600;
}
/*CAREER PAGE ends*/

/*WHATS APP & CALL ICON*/
.whatsApp_call{
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99;
}
.whatsApp_call ul li{
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: flex;
	padding: 5px;
	align-items: center;
	justify-content: center;
	background: #25d366;
}

/*WHATS APP & CALL ICON ends*/

/*404 PAGE NOT FOUND*/
.pageNot_found.paddingCommon_sec{
	padding: 50px 0 200px;
}
.pageNot_found .pattern_BG {
	max-width: 30%;
	left: -150px;
	bottom: -90px;
}
.pageNot_found .error_inner h1 {
	font-size: 250px;
	font-family: 'robotobold';
	line-height: 200px;
	margin: 0;
	color: #fff;
	text-shadow: 2px 1px 0 #000, -9px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.pageNot_found .error_inner h3{margin:50px 0 30px;}
.pageNot_found .error_inner p{
	font-size: 22px;
}
.pageNot_found .error_inner ul li:before{
	content: '';
	position: absolute;
	left: -26px;
	top: 12px;
	height: 7px;
	width: 7px;
	background: #ffd500;
	/* border-radius: 50px; */
	opacity: 0.2;
}
.pageNot_found .error_inner ul li:first-child:before{
	content: normal;
}
.pageNot_found .error_inner ul li a {
	color: #ee1665;
	font-size: 22px;
}
/*404 PAGE NOT FOUND ends*/

/*THANK YOU PAGE*/
.thanks_sec.pageNot_found .error_inner{
	max-width: 50%;
	margin:0 auto;
}
.thanks_sec.pageNot_found .error_inner h2{
	font-size: 40px;
	font-family: 'louis_george_cafebold';
}
.thanks_sec.pageNot_found .error_inner p{
	font-size: 18px;
	margin:30px 0;
}
.thanks_sec.pageNot_found .error_inner h6 {
	margin-bottom: 20px;
	font-family: 'robotomedium';
	font-size: 20px;
}
/*THANK YOU PAGE ends*/

/*MEDIA QUERIES*/

@media(min-width: 2500px){
	.tabs_portfolio.mt-30 {
		max-width: 80%;
		margin: 0 auto;
	}
}

@media(min-width: 2000px){
	.custom_container{
		max-width: 1920px;
	}
}

@media(min-width: 1500px){
	.videoPlay_home .videoPlay_home_inner {
		max-width: 300px;
	}
	.tabs_portfolio.mt-30 {
		max-width: 90%;
		margin: 0 auto;
	}
	.blogPost_innerimo_slider .carousel-item .media-body {
		min-height: 200px;
	}
	.services_heading .singleBlog_heading p {
		max-width: 70%;
	}
}

@media(max-width: 1500px) and (min-width: 1200px){
	.history_block {
		min-height: 300px;
	}
}


@media(max-width: 1199px) and (min-width: 992px){
	.history_block {
		min-height: 360px;
	}
}

@media(max-width: 1500px){
	.about_textTop .content_right {
		max-width: 90%;
	}
	.singleBlog_heading h1 {
		font-size: 50px;
	}
	.history_block .media .lines h3:after {
		bottom: -60px;
		height: 60px;
	}
	.videoPlay_home .videoPlay_home_inner {
		max-width: 14%;
top: 70%;
		transform: translateY(-60%);
	}
	.portfolio_home .content_port h2 {
		font-size: 27px;
		line-height: 35px;
	}
	.services_tabs .nav-pills .nav-link {
		font-size: 32px;
	}
	.tabs_portfolio .nav-tabs{
		max-width: 100%;
	}
	.bannerSec .banner_text .bannerText_inner {
		max-width: 70%;
	}
	.mission_content .mission_inner {
		padding: 40px;
	}
	.blogPost_innerimonials_sec .blogPost_innerimo_slider .carousel-control-prev {
		left: 0;
		transform: translate(0,-60%);
	}
	.blogPost_innerimonials_sec .blogPost_innerimo_slider .carousel-control-next{
		right: 0;
		transform: translate(0,-60%);
	}
	.why_design .box_front .whyDesign_content p {
		line-height: 29px;
		font-size: 16px;
	}
	.why_design .box_front .transBtn_custom {
		padding: 10px 20px;
		font-size: 14px;
	}
	section.why_design.paddingCommon_sec .col-12:first-child {
		max-width: 100%;
		margin: 0 !important;
	}
	section.why_design.paddingCommon_sec .col-12 {
		flex: 100%;
		max-width: 50%;
		margin: 20px 0 0 0 !important;
	}
	.why_design .box_front img {
		height: 350px;
		object-fit: cover;
	}
	section.why_design.paddingCommon_sec .box_whyDesign {
		height: 100%;
	}
}

@media(max-width: 1300px){

	footer .newsletter {
		max-width: 100%;
	}
}


@media(max-width: 1199px){
	.padding_approach h3.text-dark , .image_linesSec .challenge_sol h3{
		line-height: 34px;
		font-size: 22px;
	}
	.image_linesSec .challenge_sol {
		padding: 80px 0;
	}
	.content_bottom .right figure .blog_expertise .expertise_inner {
		flex-basis: 100%;
		padding: 0;
	}
	.about_textTop .content_right p {
		margin-top: 20px;
	}
	.about_textTop .content_right h3 , .about_mission .headings_line h3.font-weight-bold{
		font-size: 26px;
	}
	.about_textTop .content_right {
		padding-left: 0;
	}
	.servicesTabs_right .tabs_img{
		top: 0;
		left: 0;
	}
	.callTo_action h1 {
		font-size: 50px;
	}
	.services_tabs .nav-pills .nav-link {
		font-size: 25px;
		line-height: 35px;
	}
	.services_tabs .nav-pills li {
		margin-bottom: 30px;
	}
	.clients_sec .logos_clients li img {
		max-width: 70%;
	}
	.services_right {
		padding: 50px;
	}
	.servicesTabs_right .tabs_img img {
		height: 350px !important;
	}
	.servicesTabs_sec .servicesTabs_right {
		flex-wrap: wrap;
	}
	.servicesTabs_right .tabs_img, .servicesTabs_right .services_right{
		flex-basis: 100%;
	}
	.servicesTabs_right .services_right {
		padding: 40px 20px;
		margin: 0;
	}
	.inner_container {
		max-width: 100%;
		padding: 0;
	}
	.challenge_sol.paddingCommon_sec {
		padding: 80px 0 0;
	}
	.features_clients .left, .features_clients .right {
		flex-basis: 100%;
	}
	.features_clients {
		flex-wrap: wrap;
	}

	.features_clients .left {
		margin-bottom: 30px;
	}
	.content_bottom .date_blogg {
		padding: 0;
	}
	.singleBlog_heading h1 {
		font-size: 50px;
	}
	.blog_home .content_blog {
		padding: 30px 35px;
	}
	.portfolio_home .image_port {
		height: 300px;
	}
	.portfolio_home .content_port h2 {
		line-height: 32px;
		font-size: 25px;
	}
	.portfolio_home .content_port {
		padding: 20px 0 20px 40px;
	}
	.portfolio_home .content_port p:after{
		left: -55px;
	}
	.tabs_portfolio .portfolio_boxes .front_card h3 {
		font-size: 20px;
	}
	.tabs_portfolio .commonDiv_port.sec_row .left_portfolio {
		padding: 0;
	}
	.tabs_portfolio .commonDiv_port.sec_row .right_portfolio {
		padding: 0 1% 0 0;
	}
	.tabs_portfolio .commonDiv_port.sec_row {
		margin: 10px 0 0;
	}
	.tabs_portfolio .commonDiv_port .right_portfolio, .tabs_portfolio .commonDiv_port .left_portfolio{
		flex-basis: 50%;
	}
	.tabs_portfolio .commonDiv_port .portfolio_boxes{
		height: 100%;
	}
	.tabs_portfolio .commonDiv_port .portfolio_boxes img {
		height: 100%;
		object-fit: cover;
	}
	.bannerSec .banner_text .bannerText_inner h1 {
		font-size: 40px;
		line-height: 60px;
	}
	.see_workSec .portfolio_common{
		text-align: left;
	}
	.portfolio_text .design_work{
		left: 0;
	}
	.why_design .box_front h4 {
		font-size: 18px;
	}
	.about_textTop .content_right , .about_mission .headings_line{
		max-width: 100%;
	}
	.mission_content .mission_inner {
		left: 0;
		border: none;
		padding: 0 15px;
		background: transparent !important;
		box-shadow: none;
	}
	.mission_content .mission_inner h1{
		display: none;
	}
}

@media(max-width: 1024px){
	
	.thanks_sec.pageNot_found .error_inner {
		max-width: 70%;
	}
	.videoPlay_home .videoPlay_home_inner {
		/*height: 100%;*/
		padding: 40px;
	}
	.videoPlay_home .videoPlay_home_inner h1:after{
		bottom: -20px;
	}
	.videoPlay_home .videoPlay_home_inner h1 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	.videoPlay_home .videoPlay_home_inner p {
		font-size: 14px;
		margin: 0;
	}
	.content_bottom .right figure h3 {
		font-size: 27px;
	}
	.content_bottom .date_blogg figure h3 {
		font-size: 24px;
	}
	.trending_right .trend_post .heading_color a, .blog_topLeft .content_blog h3 {
		font-size: 23px;
	}
	.singleBlog_heading {
		padding: 0 40px;
	}
	.singleBlog_top .image_blogg {
		height: 500px;
	}
	.singleBlog_heading h1 {
		font-size: 40px;
	}
	.blog_home .content_blog h3 {
		line-height: 31px;
		font-size: 22px;
	}
	.blog_home .image_blog {
		height: 300px;
	}
	.bannerSec .banner_text .bannerText_inner h5 {
		font-size: 14px;
		margin: 0;
	}
	.bannerSec .banner_text .bannerText_inner {
		max-width: 85%;
	}
	.click_client .experience_main h1 {
		font-size: 65px;
	}
	.click_client .completed_pro h1 {
		font-size: 30px;
	}
	.services_custom .services_common {
		max-width: 100%;
	}
	.form_right {
		padding-left: 30px;
	}
	.services_tabs .nav-pills li a:after{
		right: 0;
		left: 0;
		bottom: -6px;
		width: 100%;
		border-radius: 0;
		height: 4px;
		top: unset;
	}
}

@media(max-width: 991px){
	
	.h1class {
    text-align: left;
    font-size: 72px !important;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" !important;
    font-weight: normal;
    line-height: 61px;
}
	
	.pageNot_found.paddingCommon_sec {
		padding: 50px 0 150px;
	}
	.thanks_sec.pageNot_found .error_inner {
		max-width: 82%;
	}
	.videoPlay_home .videoPlay_home_inner h4 {
		font-size: 18px;
	}
	.videoPlay_home .videoPlay_home_inner h1 {
		font-size: 27px;
	}
	.pageNot_found .error_inner h3 {
		font-size: 24px;
	}
	.pageNot_found .error_inner ul li:before{
		left: -16px;
		top: 13px;
		height: 6px;
		width: 6px;
	}
	.pageNot_found .error_inner ul li a{
		font-size: 20px;
	}
	.pageNot_found .error_inner h1 {
		font-size: 220px;
		line-height: 160px;
	}
	.contactForm_address .col-lg-7.col-md-12.col-12.mt-30 {
		margin-top: 10px;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li button.close_btn{
		display: inline-block;
	}
	.contactForm_address {
		display: flex;
		flex-wrap: wrap;
	}
	.contactForm_address .col-lg-5.col-md-12.col-12.mt-30 {
		order: 2;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li button {
		margin-top: 15px;
	}
	.videoPlay_home .videoPlay_home_inner {
		/*max-width: 100%;*/
		top: 60%;
		transform: translateY(-55%);
	}
	.job_desc_common ul li:before{
		top: 14px;
	}
	.fixedLeft_services .close_btn {
		right: 12px;
		top: 12px;
	}
	.experience_years, .achievements_awards, .videoPlay_home{
		background-attachment: inherit;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li button a{
		color: #212529;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li button{
		border-color: #212529;
	}
	.fixedLeft_services {
		left: 15px;
		bottom: 15px;
		padding: 25px;
		max-width: 300px;
		box-shadow: 0 0 15px 3px rgba(0,0,0,0.09);
	}
	.custom_anchorLink {
		font-size: 16px;
	}
	.challenge_sol.paddingCommon_sec h3.text-dark , .padding_approach h3.text-dark{
		font-size: 22px;
		line-height: 31px;
	}
	.content_features.paddingCommon_sec {
		padding: 30px 0 80px;
	}
	.trending_right h4 {
		margin: 0 0 50px;
	}
	.footer_col h3 {
		font-size: 22px;
	}
	.about_history .col-lg-4.col-md-12.col-12.mt-60 img {
		margin: 0 !important;
	}
	.achievements_awards .col-12:nth-child(-n+9) , .achievements_awards .col-12{
		margin-bottom: 30px;
	}
	.why_design .headings_line.d-flex{
		justify-content: flex-start !important;
	}
	.about_mission .headings_line, .about_history .headings_line.text-center, .why_design .headings_line h3{
		text-align: left !important;
	}
	.mission_content .mission_inner {
		margin: 40px 0;
	}
	.about_textTop .content_right{
		margin-top: 40px;
	}
	.content_features_img.paddingCommon_sec {
		padding: 0 0 80px;
		z-index: 2;
		position: relative;
	}
	.custom_heading h1 {
		max-width: 100%;
		font-size: 40px;
	}
	h3.text-dark {
		line-height: 35px;
	}
	.approach_case{
		flex-wrap: wrap;
		/*flex-direction: column-reverse;*/
	}
	.approach_case .col-lg-5.col-md-12.col-12 {
		order: 2;
	}
	.padding_approach {
		padding: 0;
	}
	.singleBlog_top .image_blogg {
		height: auto;
	}
	section.singleBlog_top .custom_container .row {
		flex-direction: column-reverse;
	}
	.singleBlog_heading {
		padding: 0;
		margin: 20px 0 0;
	}
	section.singleBlog_top .custom_container {
		background: transparent;
	}
	section.blogPage_posts {
		padding: 0 0 80px 0;
	}
	.trending_right{
		height: auto;
	}
	.services_work .portfolio_home .image_port {
		height: 300px;
	}
	.services_custom .services_common .services_inner {
		max-width: 100%;
	}
	.services_common {
		padding: 80px;
	}
	.services_custom.services_customSec .custom_container {
		padding: 0;
	}
	.why_design .box_front .whyDesign_content p {
		line-height: 27px;
		font-size: 15px;
	}
	.paddingCommon_sec {
		padding: 80px 0;
	}
	section.why_design.paddingCommon_sec {
		padding: 80px 40px;
	}
	.blog_home .image_blog {
		height: 300px;
	}
	.callTo_action h1 {
		font-size: 38px;
		letter-spacing: 0;
	}
	.experience_years div.increment_num h1 {
		font-size: 40px;
	}
	header nav ul.navbar-nav {
		padding: 10px 20px;
		background: #fffffff0;
		border-radius: 7px;
		box-shadow: 0 0px 30px 0px rgba(0,0,0,0.1);
	}
	header.header_sticky nav ul.navbar-nav{
		box-shadow: none;
	}
	header nav ul.navbar-nav li {
		padding-right: 0 !important;
	}
	header nav.navbar.navbar-dark ul.navbar-nav li a.nav-link {
		color: #212529;
	}
	.custom_container {
		max-width: 100%;
		padding: 0 30px;
	}
	.global_off .offices p {
		font-size: 15px;
		line-height: 24px;
	}
	.form_right {
		padding-left: 0;
	}
	.tabs_portfolio .nav-tabs li.nav-item a {
		font-size: 15px;
	}
	.tabs_portfolio .commonDiv_port .left_portfolio , .tabs_portfolio .commonDiv_port .right_portfolio .right:first-child, .tabs_portfolio .commonDiv_port.sec_row .right_portfolio{
		margin-bottom: 15px;
	}
	.tabs_portfolio .commonDiv_port.sec_row .right_portfolio , .tabs_portfolio .commonDiv_port .left_portfolio{
		padding: 0;
	}
	.tabs_portfolio .commonDiv_port .right_portfolio, .tabs_portfolio .commonDiv_port .left_portfolio {
		flex-basis: 100%;
	}
	.tabs_portfolio .commonDiv_port{
		flex-wrap: wrap;
	}
	header.header_inner {
		margin-bottom: 70px;
	}
	.about_textTop .headings_line {
		margin-bottom: 30px;
	}
	.history_block .media .lines h3:after , .history_block:last-child .media .lines h3:after{
		bottom: -220px;
		height: 220px;
	}
	.about_history .col-12:last-child .history_block:last-child .media .lines h3:after {
		bottom: -50px;
		height: 50px;
	}
	.mt-60 {
		margin: 30px 0 0;
	}
	header .col-12 {
		padding: 0;
	}
	.callTo_action {
		padding: 50px 0;
	}
	.contact_CTA {
		flex-wrap: wrap;
		justify-content: center !important;
	}
	.sec_heading , .contact_CTA h1.text-white{
		font-size: 35px;
	}
	.headings_line h6 {
		letter-spacing: 2px;
		font-size: 11px;
		line-height: 18px;
	}
	.clients_sec .logos_clients li {
		flex-basis: 30%;
	}
	.clients_sec .logos_clients li:nth-child(4n){
		margin-right: 25px;
	}
	.clients_sec .logos_clients li img {
		max-width: 60%;
	}
	.clients_sec .logos_clients li:nth-child(n+15) {
		margin-bottom: 70px;
	}
	.clients_sec .logos_clients li:nth-child(n+19) {
		margin-bottom: 0;
	}
	.clients_sec .logos_clients li:nth-child(3n){
		margin-right: 0;
	}
	.contact_CTA h1.text-white {
		text-align: center;
		width: 100%;
		margin-bottom: 25px;
	}
	.heading_topHeight p.mx-auto {
		max-width: 100%;
	}
	.bannerSec .banner_text .bannerText_inner h1 {
		font-size: 33px;
		line-height: 45px;
	}
	.click_client .experience_main h1{
		line-height: 65px;
	}

	.portfolio_text .design_work:before, footer .addresses_main li:after{
		content: normal;
	}

	.whiteBtn_custom.portfolio_btn {
		margin-top: 20px;
	}

	header nav.navbar button.navbar-toggler {
		background: #00000069;
		padding: 3px 6px;
	}
	header nav.navbar button.navbar-toggler span {
		position: relative;
		background: transparent;
	}
	header nav.navbar button.navbar-toggler span svg{
		color: #fff;
		font-size: 16px;
	}
	header .navbar .navbar-collapse {
		padding: 15px 0 0;
	}
	.footer_col.about_footer {
		margin-bottom: 25px;
	}
	footer .addresses_main li {
		flex-basis: 50%;
		padding: 0 5px 0 0!important;
		margin: 0 0 15px 0 !important;
	}
	.blogPost_innerimonials_sec .blogPost_innerimo_slider .carousel-caption {
		padding: 0 0 4em;
	}
	.see_workSec .portfolio_outer .img_portfolio:before{
		content: normal;
	}
	.see_workSec .portfolio_outer {
		margin-top: 0;
	}
	.experience_years div.comp_inner p {
		line-height: 19px;
	}
	.tabs_portfolio .commonDiv_port .right_portfolio .right {
		height: auto;
	}
	.blog_topLeft .content_blog {
		padding: 20px 0 40px 0;
	}
	.challenge_sol.paddingCommon_sec {
		padding: 80px 0 0;
	}
}

@media(max-width: 767px){
	
	
	.h1class {
    text-align: left;
    font-size: 72px !important;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" !important;
    font-weight: normal;
    line-height: 61px;
}
	.thanks_sec.pageNot_found .error_inner {
		max-width: 100%;
	}
	.apply_CTA{
		padding: 40px;
	}
	.apply_CTA p{
		font-size: 18px;
		line-height: 30px;
	}

	.achievements_awards .col-sm-6.col-12:nth-child(6) {
		margin-bottom: 0;
	}
	.achievements_awards .col-12:nth-child(n+7) {
		display: none;
	}
	.experience_years .col-6:nth-child(-n+2) .completed_pro {
		margin-bottom: 40px;
	}
	.clients_sec .circles{
		display: none;
	}
	.testimonials_sec .testimo_slider #image-caption strong{
		font-size: 14px;
	}
	.testimonials_sec .testimo_slider #image-caption{
		font-size: 16px;
	}
	.positions_accordions .card .card-header a h5{
		font-size: 22px;
	}
	.positions_accordions .card .card-header h5 svg {
		font-size: 17px;
	}
	.positions_accordions .card .card-header {
		padding: 20px;
	}
	footer .addresses_main li:nth-child(odd) {
		padding-right: 15px !important;
	}
	footer h5.font-weight-bold , footer ul.addresses_main li h4{
		font-size: 18px;
	}
	footer .copyright_bottom .custom_container .col-12{
		padding: 0 5px;
	}

	/*.videoPlay_home .videoPlay_home_inner button {
		padding: 7px 18px;
		font-size: 15px;
		margin: 15px 0 0;
		}*/
		.videoPlay_home .videoPlay_home_inner {
			padding: 0 20px 0;
			
			top: 70%;
			transform: translateY(-70%);
			background: transparent;
		}
		.videoPlay_home .videoPlay_home_inner h4{
			display: none;
		}
		.videoPlay_home .videoPlay_home_inner h1 {
			margin-bottom: 0;
		}
		.videoPlay_home .videoPlay_home_inner h1:after{
			content: normal;
		}
	/*.videoPlay_home .videoPlay_home_inner h1 {
		font-size: 20px;
		}*/
		.bannerText_custom .video_controls button{
			width: 35px;
			height: 35px;
		}
		.bannerText_custom .video_controls {
			display: flex;
			margin: 0;
			top: unset;
			transform: translate(0);
			bottom: 10px;
		}
		.bannerText_custom .video_controls li:first-child{
			margin-right: 7px;
		}
		.bannerText_custom .mute_video{
			background-size: 20px;
		}
		.bannerText_custom .pause_play img {
			width: 25px;
			height: 25px;
		}
		.experience_years{
			background-position: left;
			background-position: unset;
		}
		footer .copyright_bottom p , footer .copyright_bottom ul li a{
			font-size: 13px;
		}
		.visit_websitePortfolio a {
			font-size: 19px;
		}
		.priv_policyContent.content_bottom .right figure h3 {
			font-family: 'louis_george_cafebold';
		}
		.priv_policyContent.content_bottom .right figure h4 {
			font-size: 16px;
			line-height: 25px;
		}
		.services_tabs .nav-pills li {
			margin-bottom: 15px;
		}
		.services_tabs .nav-pills li a:after {
			bottom: -3px;
			height: 3px;
		}
		.services_tabs .nav-pills .nav-link {
			font-size: 20px;
			line-height: 30px;
		}
		.see_workSec .col-12.text-center.mt-5 {
			margin-top: 20px !important;
		}
		.content_features.paddingCommon_sec {
			padding: 30px 0;
		}
		.steps_listServices li {
			flex-basis: 49%;
		}
		.services_heading .singleBlog_heading p {
			font-size: 19px;
			line-height: 31px;
		}
		.fixedLeft_services{
			display: none;
		}
		.services_content figure h5 {
			font-size: 18px;
			letter-spacing: 1px;
		}
		.services_content figure h6 {
			font-size: 19px;
		}
		.quotes_personality .quotes_person_inner p{
			font-size: 15px;
		}
		.services_content figure .division_serv {
			width: 100%;
			padding-right: 0;
		}
		.services_content figure .division_serv:first-of-type{
			margin-bottom: 30px;
		}
		.history_block .media-body {
			padding: 115px 0 0;
		}
		.history_block .media .lines h3 {
			height: 70px;
			width: 70px;
			font-size: 17px;
		}
		.servicesTabs_right .services_right {
			padding: 0;
			margin: 20px 0 0;
		}
		.experience_years div.increment_num span {
			font-size: 40px;
		}
		.achievements_awards .col-12:last-child{
			margin-bottom: 0;
		}
		.services_right {
			padding: 30px;
		}
		.servicesTabs_right .tabs_img img {
			height: 100% !important;
		}
		.servicesTabs_sec .servicesTabs_right {
			margin-top: 30px;
		}
		.logos_clients{
			display: none !important;
		}
		.clients_slider {
			display: block;
			margin-top: 20px;
		}
		.challenge_sol.paddingCommon_sec {
			padding: 60px 0 0;
		}
		.custom_heading h1 {
			font-size: 27px;
			line-height: 35px;
		}
		.content_features_img.paddingCommon_sec {
			padding: 0 0 50px;
		}
		.content_bottom .right figure h3 {
			font-size: 22px;
			font-family: 'louis_george_caferegular';
			line-height: 32px;
		}
		.content_bottom .right figure h6.text-uppercase {
			font-size: 16px;
			line-height: 24px;
		}
		.content_bottom .custom_container .right {
			margin: 40px 0 0;
		}
		.content_bottom .date_blogg figure h3 {
			font-size: 22px;
		}
		.singleBlog_heading h1 {
			font-size: 30px;
		}
		.trending_right .trend_post h2 {
			font-size: 24px;
			line-height: 33px;
		}
		.trending_right {
			padding: 30px;
		}
		section.paddingCommon_sec.blogPage_posts {
			padding: 0 0 60px 0;
		}
		.services_custom .services_common .sec_heading {
			font-size: 25px;
		}
		.services_common {
			padding: 60px;
		}
		.headings_line h6 {
			padding: 0 !important;
		}
		.headings_line h6:before{
			content: normal;
		}
		section.why_design.paddingCommon_sec {
			padding: 60px 10px;
		}
		.custom_container {
			padding: 0 20px;
		}

		.testimonials_sec .testimo_slider .controls.carousel-control-next span:after, .testimonials_sec .testimo_slider .controls.carousel-control-prev span:after{
			height: 30px;
			width: 30px;
		}
		.testimonials_sec .testimo_slider .content_quotes {
			max-width: 80%;
		}
		.blog_home .content_blog h3 {
			font-size: 22px;
		}
		.blog_home .content_blog {
			padding: 20px;
		}
		.blog_home .image_blog {
			height: auto;
			width: 100%;
		}
		.callTo_action h1 {
			font-size: 28px;
		}
		.clients_sec .logos_clients li {
			flex-basis: 47%;
		}
		.clients_sec .logos_clients li:nth-child(4n){
			margin-right: 0;
		}
		.clients_sec .logos_clients li:nth-child(2n){
			margin-right: 0;
		}

		.portfolio_home .image_port, .services_work .portfolio_home .image_port{
			height: auto;
		}
		p, li {
			line-height: 28px;
			font-size: 17px;
		}
		.portfolio_home .content_port {
			padding: 20px 0 0 0;
		}
		.portfolio_home .content_port p:after{
			left: 0;
			width: 50px;
		}
		.portfolio_home .content_port h2 {
			font-size: 22px;
		}


		.services_custom .listing_services li {
			flex-basis: 100%;
		}
		.about_textTop .content_right h3 {
			font-size: 22px;
			line-height: 28px;
		}
		.tabs_portfolio .portfolio_boxes .back_card p {
			max-width: 100%;
		}
		.tabs_portfolio .nav-tabs li.nav-item a {	
			padding: 5px 10px;
			text-align: center;
		}
		.tabs_portfolio .portfolio_boxes .front_card {
			bottom: 15px;
			left: 15px;
		}
		.tabs_portfolio .portfolio_boxes .front_card h6 {
			font-size: 14px;
		}
		.explore_work .headings_line p {
			max-width: 100%;
			margin: 0;
		}
		.tabs_portfolio .nav-tabs {
			flex-wrap: nowrap;
			overflow: auto;
		}
		.tabs_portfolio .nav-tabs li.nav-item{
			white-space: pre;
		}
		.about_textTop .content_right{
			margin-top: 30px;
		}
		.about_textTop .content_right p {
			margin-top: 10px;
		}

		.achievements_awards .col-lg-3.col-md-3.col-sm-6.col-6:nth-child(-n+3) {
			margin-bottom: 30px;
		}
		.see_workSec .portfolio_text h2 {
			font-size: 28px;
		}
		.sec_heading , .contact_CTA h1.text-white{
			font-size: 32px;
		}
		.whiteBtn_black.portfolio_btn {
			margin-top: 0;
		}
		.see_workSec .portfolio_text {
			position: static !important;
			transform: translate(0);
			margin: 55px 0 0;
		}
		.experience_years div.col-12:nth-child(-n+2){
			margin-bottom: 35px;
		}
		.experience_main {
			text-align: center;
		}
		.click_client .experience_main p{
			text-align: left;
			font-size: 14px;
		}

		.clients_sec .logos_clients li {
			flex-basis: 48%;
			margin:0 0 50px;
		}
		.clients_sec .logos_clients li:nth-child(odd){
			margin:0 15px 20px 0;
		}	
		.paddingCommon_sec {
			padding: 50px 0;
		}
		footer.paddingCommon_sec{
			padding: 40px 0 0;
		}

		footer .copyright_bottom p {
			text-align: center;
		}
		.heading_topHeight p.mx-auto {
			max-width: 100%;
		}


		.blogPost_innerimonials_sec .blogPost_innerimo_slider {
			margin-top: 0;
		}
		section.why_design.paddingCommon_sec .col-12 {
			max-width: 100%;
		}
		ul.addresses_main {
			margin: 0;
		}
		.services_content figure h3 {
			font-size: 27px;
		}
		.results_sec  .heading_lines {
			line-height: 26px;
		}
		.background_right.lines_caseStudy{
			display: none;
		}
	}

	@media(max-width: 575px){
		.h1class {
    text-align: left;
    font-size: 30px !important;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif" !important;
    font-weight: normal;
    line-height: 27px;
}
		.thanks_sec.pageNot_found .error_inner h2 {
			font-size: 30px;
		}
		.thanks_sec.pageNot_found .error_inner h6 {
			font-size: 18px;
		}
		.experience_years div.comp_inner img {
			max-width: 40%;
		}
		.pageNot_found .error_inner ul li a {
			font-size: 19px;
		}
		.pageNot_found .error_inner ul li {
			width: 49%;
		}
		.pageNot_found .error_inner ul li:before{
			content: normal;
		}
		.pageNot_found .error_inner ul li:nth-child(-n+3){
			margin: 0 0 10px 0;
		}
		.pageNot_found.paddingCommon_sec {
			padding: 0 0 100px;
		}
		.pageNot_found .error_inner h1 {
			font-size: 120px;
			line-height: 100px;
		}
		.pageNot_found .error_inner h3 {
			margin: 30px 0;
			font-size: 20px;
		}
		.pageNot_found .error_inner p {
			font-size: 17px;
		}
		.pageNot_found .error_inner h1{
			text-shadow: 2px 1px 0 #000, -5px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
		}
		.experience_years div.comp_inner {
			padding: 0 27px;
		}
		.experience_years div.comp_inner p {
			font-size: 13px;
		}
		.experience_years div.increment_num h1 {
			font-size: 35px;
		}
		.positions_accordions .card .card-header a h5 {
			font-size: 20px;
		}
		.positions_accordions .card .card-header h5 svg {
			font-size: 16px;
		}
		.positions_accordions .card .card-body {
			padding: 0 20px 20px;
		}
		footer .addresses_main li:nth-child(odd) {
			padding-right: 0 !important;
		}
		footer .addresses_main li:last-child{
			margin-bottom: 0 !important;
		}
		.videoPlay_home .videoPlay_home_inner h1 {
			font-size: 20px;
		}
		.videoPlay_home .videoPlay_home_inner p {
			display: none;
		}
		.videoPlay_home .videoPlay_home_inner .btn_video {
			margin: 10px 0 0 0 !important;
		}
		.services_custom .pattern_BG {
			left: -45px;
			max-width: 45% !important;
		}
		.videoPlay_home .videoPlay_home_inner .onClick_play {
			height: 35px;
			width: 35px;
			display: flex;
			justify-content: center;
			align-items: center;
			margin: 0 auto;
		}
		.videoPlay_home .videoPlay_home_inner .onClick_play svg {
			font-size: 13px;
		}
		.pattern_BG, .circles{
			max-width: 70% !important;
		}
		.quotes_personality .fa-quote-right {
			height: 48px;
			width: 48px;
		}
		.quotes_personality .quotes_person_inner {
			padding: 30px 20px;
		}
		.quotes_personality .quotes_person_inner h3 {
			font-size: 20px;
			letter-spacing: 0.3px;
			line-height: 32px;
		}
		.quotes_personality{
			padding: 25px;
		}
		.services_common {
			padding: 60px 30px;
		}
		#contactForm .modal-dialog .modal-header .close span {
			line-height: 23px;
		}
		.clients_sec .logos_clients li img {
			max-width: 180px;
		}
		.clients_sec .logos_clients li:nth-child(odd){
			margin-right: 0;
		}
		.clients_sec .logos_clients li:nth-child(n+15) {
			margin-bottom: 20px;
		}
		section.paddingCommon_sec.achievements_awards .col-lg-3.col-md-6.col-sm-6.col-12:last-child .img_awards{
			margin-bottom: 0;
		}
		.contact_form .form_half .form-group:first-child {
			margin-right: 0;
		}
		.contact_form .form_half .form-group{
			width: 100%;
		}

		.history_block .media .lines h3:after , .history_block:last-child .media .lines h3:after{
			bottom: unset;
			height: 60px;
			top: 100%;
		}
		header .col-12 {
			padding: 0;
		}
		footer .addresses_main li{
			flex-basis: 100%;
		}
		.clients_sec .logos_clients li {
			flex-basis: 100%;
			margin: 0 0 20px 0;
			text-align: center;
			padding: 15px 0;
		}
		.clients_sec .logos_clients li:last-child {
			margin: 0;
		}

		.blogPost_innerimonials_sec .blogPost_innerimo_slider .controls.carousel-control-prev span:after, .blogPost_innerimonials_sec .blogPost_innerimo_slider .controls.carousel-control-next span:after{
			content: normal;
		}
		.blogPost_innerimonials_sec .blogPost_innerimo_slider .controls span svg {
			opacity: 0.7;
			color: #000;
		}
		section.blogPost_innerimonials_sec.paddingCommon_sec.bg_gray {
			padding: 40px 0 100px;
		}
		.blogPost_innerimonials_sec .blogPost_innerimo_slider .controls span {
			background: #e2e0e0;
			border-radius: 50%;
			height: 30px;
			width: 30px;
		}
		.blogPost_innerimonials_sec .blogPost_innerimo_slider .carousel-caption{
			padding: 0;
		}
		.bannerSec .banner_text .bannerText_inner h1 {
			font-size: 23px;
			line-height: 34px;
		}
		.bannerSec .banner_text .bannerText_inner h6 {
			letter-spacing: 0;
		}
		.click_client .experience_main h1 {
			font-size: 42px;
		}
		.click_client .completed_pro h1 {
			font-size: 25px;
		}
		.click_client .experience_main p {
			text-align: center;
			width: 100%;
		}
		.click_client .experience_main h1 {
			line-height: 55px;
		}
		.see_workSec .portfolio_outer .img_portfolio:after {
			left: -8px;
			top: 8px;
			border: 3px solid #843178;
		}
		.bannerSec .banner_text .bannerText_inner button.btn.transBtn_custom {
			margin: 10px 0 0!important;
		}
		section.paddingCommon_sec.achievements_awards.got_projects {
			padding: 40px 0;
		}
		.form_contact .img_left {
			flex-basis: 50%;
		}
		#contactForm .modal-dialog {
			top: 40px;
		}
		#contactForm .modal-dialog .modal-header {
			right: 7px;
			top: 7px;
		}
		.form_contact .form_right{
			flex-basis: 100%;
		}
		.form_contact .img_left{
			display: none;
		}
			/*.experience_years .experience_main p, .experience_years div{
				text-align: left;
				justify-content: left !important;
				}*/
				.experience_years{
					padding: 40px 20px;
				}
				.experience_years div.col-12:nth-child(-n+3) {
					margin-bottom: 35px;
				}
				.sec_heading, .contact_CTA h1.text-white {
					font-size: 26px;
				}

				.tabs_portfolio .portfolio_boxes .back_card {
					position: static !important;
					height: auto;
					transform: translate(0);
					background: transparent;
					justify-content: flex-start !important;
					padding: 20px 0;
				}
				.tabs_portfolio .portfolio_boxes .front_card{
					position: static !important;
					margin-top: 15px;
				}
				.tabs_portfolio .commonDiv_port .portfolio_boxes:after{
					content: normal;
				}
				.tabs_portfolio .commonDiv_port {
					display: inline-block !important;
				}
				.tabs_portfolio .commonDiv_port .portfolio_boxes{
					height: auto;
				}
				.tabs_portfolio .portfolio_boxes .back_card p, .tabs_portfolio .portfolio_boxes .front_card h3 {
					color: #000 !important;
				}
				.tabs_portfolio .portfolio_boxes .back_card h3{
					display: none;
				}
				.tabs_portfolio .portfolio_boxes .front_card h6 {
					background: #000000b8;
					color: #fff !important;
				}
				.tabs_portfolio .portfolio_boxes .back_card p{
					text-align: left;
					margin: 0;
				}
				.tabs_portfolio .commonDiv_port .portfolio_boxes:hover img {
					transform: scale(1) rotate(0);
				}
				.tabs_portfolio .commonDiv_port .portfolio_boxes:hover .front_card {
					transform: translateY(0);
				}
				.newsletter form.content .input-group {
					display: inline-block;
					width: 100%;
				}
				.newsletter form.content .input-group input.form-control {
					width: 100%;
					border-right-color: #ccc;
					border-radius: 5px;
					margin-bottom: 15px;
				}
				.newsletter form.content .input-group span.input-group-btn, .newsletter form.content .input-group span.input-group-btn button {
					display: inline-block;
					width: 100%;
				}
				.newsletter form.content .input-group span.input-group-btn button{
					border-radius: 5px;
				}
			}

			@media(max-width: 480px){
				.navbar-dark .navbar-brand {
					max-width: 70%;
				}
			}