/*

Theme Name: Doodle Theme
Theme Author: Ajay - Doodle Tech Team
Version: 1.0.0

*/
* {
	outline: 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	position: relative;
	min-height: 100%;
	height: 100% !important;
}

body {
	margin: 0;
    font-size: 16px;
    line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'ProximaNovaA-Light', san-serif !important;
	height: 100%;  
	color: #4a4a4a;
}

section {
	position: relative;
}


/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0 10px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
	 font-family: 'Poppins-Bold';
}

strong {
	font-family: 'Poppins-Bold';
}

h1 {
	font-size: 38px;
	font-weight: normal;
	color: #000;
	line-height: 50px;
}

h2 {
	font-size: 45px;
	line-height: 55px;
	color: #000;
}

h3 {
    font-weight: 500;
    font-size: 2rem;
    color: #000;
    padding: 0;
    position: relative;
    line-height: 2.324rem;
}

h4 {
	font-family: 'Poppins-Bold';
	font-size: 20px;
	letter-spacing: 0;
	color: #40454a;
	padding: 0;
}

h5 {
	font-size: 14px;
	font-weight: 500;
}

h6 {
	font-size: 18px;
	font-weight: 500;
}

p {
	font-weight: 300;
    font-size: 16px;
    position: relative;
    line-height: 27px;
}

a:hover {
	color: #0875bb;
}


/* IMAGES
-----------------------------------------------------------------*/

img {
	max-width: 100%;
	width: auto;
	height: auto;
}


/* FONTS
-----------------------------------------------------------------*/
 @font-face {
  font-family: 'ProximaNovaA-Light';
  src: url('../fonts/ProximaNovaA-Light.eot') format('embedded-opentype');
  src:  url('../fonts/ProximaNovaA-Light.otf')  format('opentype'),
	     url('../fonts/ProximaNovaA-Light.woff') format('woff'), 
		 url('../fonts/ProximaNovaA-Light.ttf')  format('truetype'),
		 url('../fonts/ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'ProximaNovaA-Regular';
    src: url('../fonts/ProximaNovaA-Regular.eot') format('embedded-opentype');
  src:  url('../fonts/ProximaNovaA-Regular.otf')  format('opentype'),
	     url('../fonts/ProximaNovaA-Regular.woff') format('woff'), 
		 url('../fonts/ProximaNovaA-Regular.ttf')  format('truetype'),
		 url('../fonts/ProximaNovaA-Regular.svg#ProximaNovaA-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'ProximaNovaA-Semibold';
  src: url('../fonts/ProximaNovaA-Semibold.eot') format('embedded-opentype');
  src:  url('../fonts/ProximaNovaA-Semibold.otf')  format('opentype'),
	     url('../fonts/ProximaNovaA-Semibold.woff') format('woff'),
		 url('../fonts/ProximaNovaA-Semibold.ttf')  format('truetype'),
		 url('../fonts/ProximaNovaA-Semibold.svg#ProximaNovaA-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
} 


 
@font-face {
  font-family: 'Poppins-Bold';
   src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype');
  src:  url('../fonts/Poppins-Bold.woff') format('woff'), 
  url('../fonts/Poppins-Bold.ttf')  format('truetype'), 
  url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


 
@font-face {
  font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype');
	src:  url('../fonts/Poppins-Regular.woff') format('woff'), 
	url('../fonts/Poppins-Regular.ttf')  format('truetype'),
	url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'Poppins-Medium';
	src:  url('../fonts/Poppins-Medium.otf')  format('opentype');
	font-weight: normal;
	font-style: normal;
  }
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype');
  src:  url('../fonts/Poppins-SemiBold.woff') format('woff'), 
  url('../fonts/Poppins-SemiBold.ttf')  format('truetype'), 
  url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

 
/* SVG
-----------------------------------------------------------------*/

.main-banner-container .container { 
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.loader_main_wrapper {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	z-index: 9999;
}

.loader-m_container {
	position: absolute;
	height: 100%;
	display: table;
	width: 100%;
	padding: 20px;
}

.sloder_box {
	display: inline-block;
}

.sloder_box svg {
	margin: 0 auto;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	max-width: 300px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.sloder_box svg path {
	stroke-dasharray: 4000;
	stroke-dashoffset: 0;
	-webkit-animation: dash 11s linear forwards;
	-moz-animation: dash 11s linear forwards;
	-o-animation: dash 11s linear forwards;
	animation: dash 11s linear forwards;
	stroke: #ef4043;
	fill: transparent;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
}

.sloder_box.blue svg {
	max-width: 35px;
    left: 47px;
    top: 13.444px;
    height: 45px;
    right: 100%;
}

.sloder_box path {
	stroke-width: 1px;
	stroke-miterlimit: 1;
}

.sloder_box.blue svg path {
	-webkit-animation: colorl 2s linear forwards;
	-moz-animation: colorl 2s linear forwards;
	-o-animation: colorl 2s linear forwards;
	animation: colorl 2s linear forwards;
}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 4000;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dashed {
	from {
		stroke-dashoffset: 4000;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes colorl {
	from {
		fill: transparent;
	}
	to {
		fill: #ef4043;
	}
}
 

.bnr_txt_container li:hover svg path {
	stroke-dasharray: 4000;
	stroke-dashoffset: 0;
	-webkit-animation: dashed 30s linear forwards;
	-moz-animation: dashed 30s linear forwards;
	-o-animation: dashed 30s linear forwards;
	animation: dashed 30s linear forwards;
	stroke: #ffffff;
	fill: transparent;
}

.container {
	max-width: 1200px;
	padding: 0;
}

.tiltview a img {
	max-width: 70%;
}

li.slider_1 {
	background: rgba(196, 216, 245, 0.86);
}

.cret_stnd {
	width: 100%;
	position: absolute;
	bottom: 0;
}

li.slider_2 {
	background: linear-gradient(62deg, rgba(234, 52, 83, 0.82), rgba(245, 103, 90, 0.85));
	background: -webkit-linear-gradient(62deg, rgba(234, 52, 83, 0.82), rgba(245, 103, 90, 0.85));
	background: -moz-linear-gradient(62deg, rgba(234, 52, 83, 0.82), rgba(245, 103, 90, 0.85));
	background: -o-linear-gradient(62deg, rgba(234, 52, 83, 0.82), rgba(245, 103, 90, 0.85));
	background: -ms-linear-gradient(62deg, rgba(234, 52, 83, 0.82), rgba(245, 103, 90, 0.85));
}

li.slider_3 {
	background: rgba(122, 33, 199, 0.78);
}

.description p {
	color: #fff;
	max-width: 400px;
	padding-left: 2px;
	font-size: 18px;
}

.description h1 {
	color: #fff;
	width: 100%;
	max-width: 600px;
}

.table-bnner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 700px;
	height: 100vh;
}

.tiltview a {
	display: table;
	width: 100%;
	height: 100%;
}

.tiltview span {
	display: table-cell;
	vertical-align: bottom;
}

.content_wrapper {
	float: left;
	width: 100%;
	clear: none;
	position: relative;
	z-index: 9;
	background: #fff;
}

.main-banner-container {
	float: left;
	width: 100%;
	clear: none;
	position: relative;
	z-index: 9;
	background: #fff;
}

header {
	float: left;
	width: 100%;
	clear: none;
}

.ka_main_wrapper {
	float: left;
	width: 100%;
	clear: none;
	position: relative;
	background-color: #fff;
	-webkit-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left .33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	left: 0;
	overflow: hidden;
}

.ka_main_conainer {
	float: left;
	width: 100%;
	clear: none;
}

.main-head-wrper {
	position: fixed;
	width: 100%;
	z-index: 9999;
	padding-top: 50px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	left: 0;
}

.main-header_container {
	padding-left: 40px;
	display: inline-block;
	width: 100%;
	padding-right: 40px;
}

.main-head-wrper * {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.logo_main {
	float: left;
}

.menu_right {
	float: right;
	padding-top: 0;
}

.logo_main span.logo_d {
	display: block;
    overflow: hidden;
    height: 48px;
    width: 207px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(images/logo_sml.svg);
    background-position: center center;
}
.theme-header .logo_main span.logo_d {
    background-repeat: no-repeat;
    background-image: url(images/logo_sml-c.svg);
    background-position: center center;
}
.theme-header .menu_right .getaquote a, .theme-header .menu_right ul.social-media li a {
    color: #ee4357;
} 
.theme-header .menu_right .menu_line span {
    background: #000;
}
.logo_main a {
	display: block;
	width: 100%;
	height: 100%;
}

.getaquote a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	position: relative;
	z-index: 9;
	letter-spacing: 1px; 
}

.getaquote a :hover {
	color: #ef434d;
}

.getaquote {
	padding-right: 25px;
	float: left;
	margin-top: 0;
}

.menu_hd-bx {
	float: right;
	width: 28px;
	height: 25px;
	margin-top: 12px;
}

.menu_line span {
	clear: both;
    width: 100%;
    height: 2px;
    background: #EC3B3B;
    float: left;
    margin-bottom: 6px;
    position: relative;
}

.menu_line {
	display: inline-block;
	cursor: pointer;
	float: left;
	width: 100%;
}


/*MENU
------------*/

.mega_menu-wrapper {
	background-color: #ec3b3b;
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999999;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	width: 100%;
	max-width: 600px;
	right: -630px;
}

.ka_main_wrapper.left .menu_line span:nth-child(2) {
	opacity: 0;
}

.ka_main_wrapper.left .menu_line span:nth-child(1) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 15px;
	opacity: .5;
}

.ka_main_wrapper.left .menu_line span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: -9px;
	opacity: .5;
}

.m-menu-container {
	position: absolute;
	height: 100%;
	overflow: auto;
	width: 100%;
	background: #ef424c;
	display: table;
	background: url(images/bg_menu.png);
	background-size: 100% 100%;
}

.menu-box-side ul {
	padding: 0;
	margin: 0;
	line-height: 28px;
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
}

.menu-box-side ul li {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	float: left;
	width: 25%;
	display: inline-block;
}

.menu-box-side ul li a {
	color: #ef424c;
	font-size: 14px;
	display: block;
	text-decoration: none;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear; 
	letter-spacing: 0.3px;
}

.menu-box-side ul li a:hover,
.menu-box-side ul.sub-menus li a:hover,
.menu-box-side ul li a.active {
	color: #ef424c;
}

.menu-box-side ul.sub-menus ul.sub-menus.single-submenu a:hover {
	color: #ff2a4f;
}

.dl-menu-close span {
	width: 30px;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	cursor: pointer;
	height: 1px;
	position: relative;
	float: left;
	margin-bottom: 2px;
	margin-top: 2px;
}

.dl-menu-close {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	width: 30px;
	line-height: normal;
	height: 30px;
	z-index: 9;
	cursor: pointer;
}

.dl-menu-close:hover span {
	border-color: #000000;
}

.menu_line:hover span {
	background: rgba(255, 255, 255, 0.5);
	width: 100% !important;
}

ul.social-media li a:hover, .getaquote a:hover {
	color: #f6cfd1;
}

.mega_menu-wrapper.open {right: 0;}

.dl-menu-close span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 15px;
}

.dl-menu-close span:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 10px;
}

.menu-box-side ul.sub-menus li {
	width: 100%;
	float: left;
	position: relative;
	padding-right: 0;
	padding-bottom: 6px;
}

.menu-box-side ul.sub-menus li a {
	text-transform: none; 
	border: 0;
	color: #000;
	margin: 0;
}

.menu-box-side ul.sub-menus {
	float: left;
}

.menu-box-side ul.sub-menus ul.sub-menus.single-submenu {
	padding-left: 0;
	width: 25%;
	position: static;
	top: 0;
	padding: 30px 30px 20px;
	height: 340px;
	background: #0e0e0e;
	border: 1px solid #3c3c3c;
	border-bottom: 0;
}

.menu-box-side ul li a.main-head_mnu.active {
	background-color: #0e0e0e;
	border: 1px solid #3c3c3c;
}

.menu-box-side ul.sub-menus ul.sub-menus.single-submenu a {
	color: #fff;
	line-height: 18px;
}

.menu-box-side ul.sub-menus li:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 9px;
	background: #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menu-box-side ul ul.sub-menus {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	top: 200px;
	left: 0;
	right: 0;
}

.menu-box-side ul.sub-menus ul.sub-menus.single-submenu li:before {
	background: #9a9a9a;
}

.banner_text-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
	display: none;
}

.bnr_txt_container {
	max-width: 1180px;
	margin: 0 auto;
	display: inline-block;
	padding-bottom: 5px;
}

.bnr_txt_container ul {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
}

.bnr_txt_container li {
	display: inline-block;
	text-align: left;
	float: left;
	width: 33.333%;
	padding-left: 50px;
}

.bnr_txt_container li figure {
	float: left;
	margin: 9px 25px 0 0;
	min-width: 60px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.bnr_txt_container li p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 6px 0 0;
	color: #fff;
	text-align: left;
	overflow: hidden; 
}

.live_chat_container a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #ef404a;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.live_chat_container a:hover:before {
	width: 100%;
}

.live_chat_container a:hover {
	color: #ef404a;
}


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

.who-we_fullwidth {
	background: #fff;
	position: relative;
	z-index: 9;
}

.case-single:before {
	content: '';
	width: 50%;
	height: 100%;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
}

.case-single .who_inner h2 {
	color: #2f579f;
}

.who-we__inr {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 50px;
    padding-right: 50px;
}

.who-we__inr .row {
	margin: 0;
}

.who_we-are_image {
	float: left;
	width: 50%;
	text-align: center;
	padding: 1em 3em 3em;
}

.who_we-are_text {
	float: right;
	width: 50%;
	padding: 2em 2em 3em;
}

.ex_tb_cnt_bx {
	display: inline-block;
	width: 100%;
	float: left;
}

.who-we__inr .tab-pane {
	float: left;
	width: 100%;
}

.who_inner h1 {
	color: #ef404a; 
	font-family: 'Poppins-Regular';
}

.who_inner p {
	font-size: 17px;
	max-width: 500px;
}

.who-we__inr ul.nav.expertise_tab {
	margin-left: 50%;
	display: block;
	padding-left: 2em;
}

.who-we__inr ul.nav.expertise_tab li {
	float: left;
	padding-right: 25px;
	font-size: 18px; 
}

.who-we__inr .tab-content {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.who-we__inr ul.nav.expertise_tab li a {
	color: #7d7d7d;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

.who-we__inr ul.nav.expertise_tab li a.active {
	border-color: #ef414b;
	color: #000;
}

.live_chat_container {
	float: left;
	padding-right: 50px;
	position: relative;
}

.live_chat_container:after {
	content: '';
	width: 33px;
	background: url(images/chat_icon.png) center;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
}

.live_chat-wrapper {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.live_chat_container a {
	position: relative;
	font-size: 24px; 
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #ef404a;
	padding-top: 6px;
}

.who-we__inr h3 {
    margin-bottom: 40px;
    text-align: center;
    color: #ec3b3b;
}

.serv__inr {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: url(images/abudhabi-service-shape.svg);
    width: 538px;
    height: 593px;
}

.serv_table {
	height: 100%;
	display: table;
	width: 100%;
	padding-right: 50px;
}

.serv_table h3 {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.serv_table-cell {
	display: table-cell;
	vertical-align: middle;
}

.serv_table-cell p {
	margin: 0;
	font-size: 18px;
}

.cstm-row-SeFvf {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 600px;
    position: relative;
    min-height: 610px;
}

.ser-ne-lft {
    position: absolute;
    left: 0;
}

.ser-ne-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

 
.bnr_txt_container ul li:nth-child(2) {
	padding-left: 90px;
}

.box-service_sep {
	width: 24%;
    position: relative;
    margin: 0 auto;
	padding-left: 15px;
    padding-right: 15px;
}

.wrapper_srv {
	z-index: 9;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	overflow: hidden;
	left: 0;
	top: 0;
}

.ser_bx_fullwidth {
background: #fff url(images/web-development-company-uae.png);
    padding-bottom: 8rem;
    padding-top: 10rem;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ser_bx_inr {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.ser_right_stn {
	min-height: 200px;
    display: block;
}

.ser_left_stn {
	display: block;
	width: 100%; 
}

.box-service_sep:before {
	display: block;
	padding-top: 100%;
}

.ser_left_stn p {
	margin: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	display: none;
}

 
.wrapper_srv:before {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}


/*.box-service_sep:nth-child(1) .wrapper_srv:before {
    background: url(images/bg_brand.jpg);
}
.box-service_sep:nth-child(2) .wrapper_srv:before {
    background: url(images/web_brand.jpg);
}
.box-service_sep:nth-child(3) .wrapper_srv:before {
    background: url(images/application_brand.jpg);
}
.box-service_sep:nth-child(4) .wrapper_srv:before {
    background: url(images/digital_brand.jpg);
}
.box-service_sep:nth-child(5) .wrapper_srv:before {
    background: url(images/cloud_brand.jpg);
}
.box-service_sep:nth-child(6) .wrapper_srv:before {
    background: url(images/email_brand.jpg);
}
.box-service_sep:nth-child(7) .wrapper_srv:before {
    background: url(images/it_brand.jpg);
}
.box-service_sep:nth-child(8) .wrapper_srv:before {
    background: url(images/support_brand.jpg);
} */

 

.box-service_sep:nth-child(8) .wrapper_srv,
.box-service_sep:nth-child(4) .wrapper_srv {
}
 
.box-service_sep:nth-child(8) .wrapper_srv .hover_close,
.box-service_sep:nth-child(4) .wrapper_srv .hover_close {
	left: 10px;
	right: auto;
	transform: rotate(210deg);
	-webkit-transform: rotate(210deg);
	-moz-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	-o-transform: rotate(210deg);
}

 

 

 

.ser_left_stn h4 {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    font-family: 'Poppins-Regular';
    min-height: 110px;
    max-width: 220px;
}

.ser_right_stn ul {padding: 0;list-style: none;font-size: 15px;line-height: 26px;}

.more_read {
	/* position: absolute; */
	bottom: 0;
	right: 0;
	padding-bottom: 35px;
	padding-right: 35px;
}

.more_read a {
	color: #fff;
	font-size: 20px; 
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
	text-decoration: none;
	position: relative;
}

.more_read a:before {
	content: '';
	width: 0;
	left: 0;
	top: -5px;
	height: 2px;
	background: white;
	position: absolute;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}

.more_read a:hover:before {
	width: 100%;
}

.ser_right_stn ul a { 
	text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
 
.case_study_fullwidth {
	float: left;
	width: 100%;
	background: #252525;
	display: none;
}

.case_study_inr {
	padding-top: 85px;
	padding-bottom: 70px;
}

.tp_owl_img {
	position: relative;
	background: #2d0003;
	opacity: .4;
}

.banner_content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(220, 40, 50, 0.74);
	padding: 20px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	opacity: 0;
}

.case_study_inr .owl-item.center .banner_content {
	opacity: 1;
}

.case_study_inr .owl-item.center {
	transform: scale(1.2);
	z-index: 99;
	opacity: 1;
}

.case_study_inr .owl-stage-outer {
	padding-top: 50px;
	padding-bottom: 50px;
}

.case_study_inr .owl-item.center img {
	opacity: .5;
}

.case_study_inr .item img,
.case_study_inr .owl-item,
.case_study_inr .owl-stage-outer .item {
	position: relative;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.banner_inr h1 { 
	color: #fff;
	margin-bottom: 20px;
}

.banner_inr h4 {
	color: #fff; 
	max-width: 300px;
	line-height: 20px;
}

.banner_inr h5 {
	color: #fff; 
}

.case_study-hm-box {
	padding-bottom: 55px;
}

.case_study-hm-box .row {
	margin: 0;
}

.owl-item>div {
	cursor: pointer;
}

.owl-item.center>div {
	cursor: auto;
	margin: 0;
}

.case_study_inr .owl-item.center .tp_owl_img {
	opacity: 1;
}

.case_study_inr .owl-item.center .project_desc {
	display: none;
}

.portfolio_ftr {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.case-study_wrapper {
	width: 100%;
	height: 90px;
}

.case_study_table {
	display: table;
	width: 100%;
	height: 100%;
}

.case_table_cell {
	display: table-cell;
	vertical-align: middle;
}

.case_hed_left h3 {
	color: #fff;
	margin: 0;
}

.case_para .case_table_cell {
	vertical-align: top;
}

.case_para p {
	color: #fff;
	margin: 0;
}

.project_desc {
	padding: 20px 35px 0 32px;
}

.project_desc p {
	margin: 0;
	color: #a9a9a9;
}

.clients_inr .owl-nav,
.case_study_inr .owl-dots,
.case_study_inr .owl-nav {
	display: none !important;
}

.case_hd_sm {
	width: 100%;
	text-align: center;
	margin-top: 0;
	position: relative;
}

.case_hd_sm h4 {
	display: inline-block;
	border-bottom: 1px solid #ef424c;
	color: #ef424c;
	padding-bottom: 2px;
	letter-spacing: 1px;
}

.testimonail_fullwidth {
	float: left;
	width: 100%;
	text-align: center;
	background: #ef434d;
}

.testimonial_inr {
	padding-top: 70px;
	padding-bottom: 70px;
}

.testimonial_inr .row {
	margin: 0;
}

.testi_wrapper {
	display: inline-block;
	margin: 0 auto;
}
.testi_wrapper p {
    color: #fff;
}
.testimonial_box {
	display: inline-block;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 10px 20px;
	border-radius: 25px;
	width: 100%;
}

.client_name h5 {
	display: inline-block; 
	color: #fff;
	font-size: 20px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	margin-right: 8px;
}

.client_name h5:after {
	content: ',';
	margin-left: 2px;
}

.client_name { 
	color: #ffffff;
	margin-top: 10px;
	float: left;
	width: 100%;
	font-size: 20px;
}

 

.testimonial_box .owl-dots {
	margin-top: 40px !important;
}

.testimonial_box i {
	font-style: normal;
	margin-bottom: 30px;
	display: block;
	color: #fff; 
	font-size: 38px;

}
 
.clients_fullwidth {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
}

.clients_inr {
	padding-top: 70px;
	padding-bottom: 90px;
	padding-left: 50px;
	padding-right: 50px;
}

.clients_inr .row {
	margin: 0;
}

.clients_box {
	width: 100%;
}

.clients_inr h3 {
	text-align: left;
}

.client_slider {
	margin-top: 60px;
	display: none;
}

.client_slider .clients_logo_box {
	height: 120px;
	display: table;
	width: 100%;
	padding: 5px;
}

.clients_logo_box span {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid rgba(221, 221, 221, 0.43);
}

.clients_logo_box img {
	width: auto !important;
	height: auto;
	max-width: 100%;
	display: inline-block !important;
	max-height: 85px;
}

.getin_fullwidth {
	float: left;
	width: 100%;
	background: #ebebeb;
	padding-left: 50px;
	padding-right: 50px;
	overflow: hidden;
}

.getin_inr {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.getin_inr .container {
	display: inline-block;
	margin: 0 auto;
	float: none;
	position: relative;
}

.footer_pic {
	float: left;
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 20%;
}

.get_touch_txt {
	float: left;
	width: 100%;
	padding-right: 23%;
	text-align: left;
	padding-top: 20px;
}

.contact-get_touch {
	float: right;
	width: 100%;
	max-width: 360px;
}

.contact-get_touch ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 310px;
}

.get_touch_txt .contact-get_touch li {
	display: inline-block;
	padding-right: 10px;
	width: 50%;
}

.contact-get_touch li:last-child {
	float: right;
	padding-left: 42px;
	position: relative;
}

.row_get {
	float: left;
	width: 100%;
	margin-top: 40px;
	min-height: 200px;
}

.get_touch_txt p {
	font-size: 20px;
}

.contact-get_touch li a {
	color: #ee4043;
	font-size: 20px; 
	border-bottom: 1px solid #ee4043;
	text-decoration: none;
	float: left;
	padding-bottom: 5px;
	padding-top: 8px;
	position: relative;
}

.contact-get_touch li:last-child:before {
	content: '';
	width: 33px;
	background: url(images/chat_icon.png) center;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	background-repeat: no-repeat;
	background-size: 25px;
}

.contact-get_touch li:last-child a {
	border-color: transparent;
}

.contact-get_touch li a:before,
.contact-get_touch li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #ee4043;
	position: absolute;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	left: 0;
}

.contact-get_touch li a:before {
	width: 0;
	top: 0;
}

.contact-get_touch li a:after {
	width: 0;
	bottom: -1px;
}

.contact-get_touch li a:hover:before,
.contact-get_touch li a:hover:after {
	width: 100%;
}

.contact-get_touch li a:hover {
	color: #2b2b2b;
}

.ftr_wrapper {
	float: left;
	width: 100%;
	background: #ec3b3b;
	padding-top: 19px;
	padding-bottom: 12px;
}

.ftr_container {
	float: left;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
}

.footer_logo {
	float: left;
}

.footer_menu {
	float: right;
	margin-top: 12px;
	padding-right: 20px;
}

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

.footer_menu ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.case_para {
	padding: 0 3em 0;
}

.footer_logo img {
	max-width: 150px;
}

span.logo_d img {
	max-width: 50px;
	display: none;
}

.cret_stnd img {
	width: 100%;
}

.project_fullwidth {
	float: left;
	width: 100%;
	background: #2b2b2b;
	position: relative;
}

.project_inr {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.feature-product-main-new-detls {
	width: 400px;
	float: left;
	height: 440px;
}

.project_box-right {
	float: left;
	position: absolute;
	right: 5%;
	height: 100%;
	top: 18px;
}

.project_slider-c .row {
	margin: 0;
}

.owl-item .project_box-right img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.project-hm-box {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 70px;
}

.project-dtl {
	color: #fff;
}

.project-dtl h3 {
	color: #ffffff;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 36px;
}

.project-dtl p {
	color: #9e9d9d;
	margin-bottom: 20px; 
}

.project-dtl ul {
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #1cb39f;
	padding-bottom: 10px;
}

.project-dtl ul li {
	float: left;
	width: 50%;
	padding-bottom: 5px;
}

a.view-case-dt {
	color: transparent;
	text-decoration: none;
	float: left;
	position: relative;
	z-index: 9;
	background: url(images/send_dle.png);
	letter-spacing: 1px; 
	width: 40px;
	height: 40px;
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

a.view-case-dt:hover {
	background-color: #ef434d;
	border-color: #fff;
}

.project-dtl li label {
	display: inline-block;
	line-height: 56px;
	margin: 0; 
	color: #ffffff;
}

.dt-sprite {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	margin-top: 4px;
	float: left;
	border-radius: 50%;
	background: url(images/sprite-doodle.png);
}

 
.html-new {
	background-position: -4px -57px;
	background-size: 110px;
}

.wordpress {
	background-position: -61.5px 1px;
}

.ajax {
	background-position: -4px -115px;
	background-size: 110px;
}

.dt-css {
	background-position: -53px -57px;
	background-size: 110px;
}

.project_box-right span {
	position: relative;
	display: block;
}

.project_box-right span:before {
	content: '';
	width: 100%;
	height: 47px;
	background: radial-gradient(rgba(17, 37, 88, 0.28), transparent, transparent);
	background: -webkit-radial-gradient(rgba(17, 37, 88, 0.28), transparent, transparent);
	background: -moz-radial-gradient(rgba(17, 37, 88, 0.28), transparent, transparent);
	background: -ms-radial-gradient(rgba(17, 37, 88, 0.28), transparent, transparent);
	background: -o-radial-gradient(rgba(17, 37, 88, 0.28), transparent, transparent);
	position: absolute;
	bottom: -15px;
	z-index: -9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

 
.clients_box ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 30px;
	float: left;
	width: 100%;
}

.clients_box ul li {
	padding: 15px 8px 15px; 
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	height: 95px;
	width: 16.666%;
	float: left;
	display: table;
	position: relative;
	background: #fff;
}

 

.clients_box ul li img {
max-height: 60px;
    max-width: 130px;
}

.clients_box ul li span {
    max-width: 150px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    filter: grayscale(100);
	-webkit-filter: grayscale(100);
	-moz-filter: grayscale(100);
	-o-filter: grayscale(100);
	-ms-filter: grayscale(100);
    opacity: .5;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
}

 
 
.talk-to_online {
	position: fixed;
	bottom: 45px;
	right: 45px;
	z-index: 99;
	display: none;
}

.talking-icon i {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 8px 7px 7px;
}

.talking-icon label {
	position: absolute;
	right: 0;
	min-width: 222px;
	background: #ef434d;
	padding: 10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	opacity: 0;
	z-index: -9;
	top: 0;
	border: 1px solid #dc353f;
	font-size: 14px;
}

.talking-icon label:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid rgb(208, 57, 66);
    position: absolute;
    z-index: 999;
    right: -9px;
    margin: 0 auto;
    top: 14.58px;
}

.talking-icon:hover label {
	opacity: 1;
	right: 60px;
}

.circle_animated {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: -9;
}

.circle_animated span {
	width: 100%;
	height: 100%;
	background: #ef434d;
	opacity: .3;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #fff;
	-webkit-box-shadow: 0px 0px 2px 2px #fff;
	-moz-box-shadow: 0px 0px 2px 2px #fff;
}

span.animate1 {
	animation: animate1 7s ease-in-out infinite;
}

span.animate2 {
	animation: animate2 8s ease-in-out infinite;
}

span.animate3 {
	animation: animate3 6s ease-in-out infinite;
}

@-webkit-keyframes animate1 {
	0% {
		transform: scale(1.1);
	}
	25% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1.9);
	}
	75% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes animate2 {
	0% {
		transform: scale(1.2);
	}
	25% {
		transform: scale(1.6);
	}
	50% {
		transform: scale(1.3);
	}
	75% {
		transform: scale(1.8);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes animate3 {
	0% {
		transform: scale(1.2);
	}
	25% {
		transform: scale(1.5);
	}
	50% {
		transform: scale(1.9);
	}
	100% {
		transform: scale(1);
	}
}

.main-head-wrper.darkHeader a:hover {
	color: #fff;
	border-color: #fff;
}

.footer_menu ul li {
	display: inline-block;
	padding-left: 25px;
}

 

.slider_3 .tablecell-banner h1 {
	color: #fc0;
}

.slider_3 .tablecell-banner p {
	color: #fff;
}

.slider_1 .description h1 {
	color: #ef434d;
}

.slider_1 .description p {
	color: #222;
}

ul.social-media {
	float: left;
	padding-left: 0;
	margin: 5px 0 0 0;
	padding-right: 8px;
	list-style: none;
}

ul.social-media li {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 8px;
}

ul.social-media li a {
	display: block;
	height: 100%;
	line-height: 30px;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 16px;
	position: relative;
}
 

li.slider_4 {
	background: linear-gradient(52deg, rgba(148, 33, 154, 0.92), rgba(54, 21, 191, 0.85));
	background: -webkit-linear-gradient(52deg, rgba(148, 33, 154, 0.92), rgba(54, 21, 191, 0.85));
	background: -moz-linear-gradient(52deg, rgba(148, 33, 154, 0.92), rgba(54, 21, 191, 0.85));
	background: -o-linear-gradient(52deg, rgba(148, 33, 154, 0.92), rgba(54, 21, 191, 0.85));
	background: -ms-linear-gradient(52deg, rgba(148, 33, 154, 0.92), rgba(54, 21, 191, 0.85));
	background-position: 100%;
	background-size: 100%;
}
 

.box-service_sep:nth-child(2) .wrapper_srv {
}

.box-service_sep:nth-child(3) .wrapper_srv {
}

.box-service_sep:nth-child(4) .wrapper_srv {
}

.box-service_sep:nth-child(5) .wrapper_srv {
}

.box-service_sep:nth-child(6) .wrapper_srv {
}

.box-service_sep:nth-child(7) .wrapper_srv {
}

.box-service_sep:nth-child(8) .wrapper_srv {
}

.project-hm-box .owl-dots {
	display: none;
}

.project-hm-box .owl-nav {
	display: block !important;
}

.project-hm-box .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 58%;
	margin: 0;
	background: #fff url(images/left_arow.png);
	border-radius: 0;
	width: 30px;
	height: 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.project-hm-box .owl-carousel {
	position: static;
}

.project-hm-box .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 58%;
	margin: 0;
	background: #fff url(images/right_arow.png);
	border-radius: 0;
	width: 30px;
	height: 50px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.project-hm-box .owl-nav button span {
	color: transparent;
}

.project-hm-box .owl-nav button.owl-prev:hover {
	background: #f1f1f1 url(images/left_arow.png);
}

.project-hm-box .owl-nav button.owl-next:hover {
	background: #f1f1f1 url(images/right_arow.png);
}

.slideshow>nav {
	text-align: center;
	position: absolute;
	background: transparent;
	width: 100%;
	z-index: 99;
}

.bnr_txt_container li:hover svg path {
	stroke: #fff;
}

.project_inr .row {
	margin: 0;
}

.case_hed_left {
	padding-left: 0;
}

.hover_close {
	background: url(images/arow_close.png);
	cursor: pointer;
	background-position: center;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
}

.project-hm-box ul.nav.expertise_tab {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #1cb39f;
	margin-bottom: 15px;
	padding-bottom: 30px;
}

.project-hm-box ul.nav.expertise_tab li {
	float: left;
	padding-right: 8px;
}

.project-hm-box ul.nav.expertise_tab a {
	background: #2b4795;
	float: left;
	width: 100%;
	padding: 12px 15px 12px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	border: 1px solid #2b4795;
	min-width: 100px;
	text-align: center;
	border-radius: 5px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.project-hm-box ul.nav.expertise_tab a:hover {
	background: #2f2f2f;
	border-color: #3a3a3a;
}

.project-hm-box ul.nav.expertise_tab a.active {
	background: #ef434d !important;
	border-color: #ef434d;
}

.project_box-left {
	padding-left: 0;
}

.footer-container {
	padding: 25px 10px 25px;
	margin: 0 auto;
	float: left;
	width: 100%;
}

.dle-footer-logo-wrapper {
	width: 20%;
	float: left;
	padding-right: 30px;
}

.m-menu-container .dle-footer-logo-wrapper {
	width: 100%;
	float: left;
	padding-right: 3rem;
	padding-top: 6rem;
	padding-left: 3rem;
	min-width: 320px;
}

.m-menu-container .dle-footer-posts-box {
	width: 100%;
	float: right;
	padding-left: 3rem;
	padding-top: 4rem;
	padding-right: 3rem;
}
.dle_Flxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.m-menu-container .dle-footer-posts-box ul.menu {
    display: block;
}


.m-menu-container .dle-footer-posts-box ul.menu a {
    color: #aaa;
	line-height: 22px;
}

.m-menu-container .dle-footer-posts-box ul.menu li {
	padding-top: .1rem;
    padding-bottom: .1rem;
}
.m-menu-container .dle-footer-posts-box ul.menu li.menu-title a {
    color: rgba(255, 255, 255, 0.53);
    font-size: 2.6rem;
    line-height: 3.01rem;
    font-family: 'Poppins-Regular';
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
	display: inline-block;
}
.m-menu-container .dle-footer-posts-box ul.menu li.menu-title a:hover {
    color: #ffffff;
}
.dle-footer-posts-box {
    width: 80%;
    float: left;
    padding-left: 50px;
    padding-top: 3.1rem;
}

.ftr_post_1 {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
}
.m-menu-container .dle-footer-posts-box ul.menu li {
    display: none;
}

.m-menu-container .dle-footer-posts-box ul.menu li.menu-title {
    display: block;
}
.ftr_post_2 {
	float: left;
	width: 35.333%;
	height: 200px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.ftr_post_3 {
	float: left;
	width: 31.333%;
	height: 200px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.ftr_post_4 {
	float: left;
	width: 33.333%;
	padding-right: 30px;
}

.ftr_post_5 {
	float: left;
	width: 35.333%;
	padding-left: 30px;
	height: 200px;
}

.ftr_post_6 {
	float: left;
	width: 31.333%;
	padding-left: 20px;
}

.ftr_post_7 {
	float: left;
	width: 31.333%;
	padding-left: 20px;
	margin-top: 15px;
}

.dle-footer-content {
	margin-top: 10px; 
}

.dle-footer-content p {
	color: #f3abae;
	font-size: 14px;
	line-height: 20px;
}

.dle-footer-logo img {
	max-width: 120px;
	/*opacity: .5;*/
}

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

ul.social-icons li {
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
}

ul.social-icons li a {
	color: #ef424c;
	font-size: 15px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	background: #fff;
	text-align: center;
	width: 30px;
	float: left;
	height: 30px;
	line-height: 32px;
	border-radius: 50%;
}

.dle-footer-posts h4 {
	margin: 0 0 0;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'ProximaNovaA-Regular';
	letter-spacing: .04rem;
	transition:all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	/* font-family: 'Poppins-Bold'; */
	/* font-family: 'Poppins-SemiBold'; */
}
.dle-footer-posts h4:hover {
    color: #faa8a8;
}
.dle-footer-posts-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
}

.dle-footer-posts-box ul a {
	color: #f9aaae;
    text-decoration: none;
    display: block;
    padding: 0;
}
.dle-footer-posts-box ul a br {
    display: none;
}
.dle-footer-posts a {
	text-decoration: none;
}
/*
.dle-footer-posts-box ul li:before {
	content: '\f0a9';
	position: absolute;
	left: 0;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	top: 7.45px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	opacity: 0;
}
*/
.dle-footer-posts-box ul li {
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	position: relative;
	padding-left: 0;
}

.dle-footer-posts-box ul li:hover a {
	color: #fff;
}

.get_touch_txt h3 { 
	color: #ef424c;
    float: left;
    margin-top: 10px;
}

.get_touch_txt ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

.get_touch_txt ul li {
	display: inline-block;
	float: left;
	cursor: pointer;
	padding-right: 40px;
	height: 45px;
}

.get_touch_txt ul li span {
	display: block;
}

.get_touch_txt ul li span:hover {
	opacity: .6;
}

.technology_cntr {
	padding-bottom: 30px;
	border-bottom: 1px solid #d0d0d0;
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.get_touch_txt ul li:nth-child(3) {
	margin-top: 4px;
}

.get_touch_txt ul li:nth-child(4) {
	margin-top: 4px;
}

.menu-box-side ul li a.main-head_mnu {
	height: 200px;
	width: 100%;
	text-align: center;
	background: #2b2b2b;
	color: #fff;
	font-size: 24px;
	border: 1px solid #3c3c3c;
}

.menu-table_list {
	height: 100%;
	display: table;
	width: 100%;
}

.menu-box-side ul li a.main-head_mnu span {
	display: table-cell;
	vertical-align: middle;
}

.menu-box-side ul ul.sub-menus>li:before {
	display: none;
}

.menu-box-side ul.sub-menus ul.sub-menus.single-submenu li:first-child a {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 13px;
	line-height: 26px;
	letter-spacing: 1px; 
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: #ffffff;
	border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #ff2a4f;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #4698c7;
}

.m-menu-container::-webkit-scrollbar {
	width: 0;
}

.menu-box-side ul li a.main-head_mnu:hover {
	background: #2b2b2b;
	color: #ef434d;
}

.m-menu-container .footer-container {
	padding: 0;
	margin: 0 auto;
	float: left;
	width: 100%;
	height: 100%;
	background: #ec3b3b;
}

.menu-main-part .menu li.menu_item_footer a:hover,
.m-menu-container .dle-footer-posts-box ul a,
.m-menu-container .dle-footer-content p {
	color: #ffffff;
}

.menu-main-part .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 24px;
}

.menu-main-part .menu li.menu_item_footer a {
	text-decoration: none;
	display: block;
	margin:0 0 1rem;
	font-size: 22px;
	font-family: 'ProximaNovaA-Regular';
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.m-menu-container .dle-footer-logo-wrapper ul.menu li:nth-child(2) a {
    color: #fff;
}
.m-menu-container .dle-footer-logo-wrapper ul.menu li:last-child a {
    margin-bottom: 0;
}
.menu-main-part .ue-social-icons {
	padding-top: 2rem;
}

.banner_inner_pg {
	background: #090000;
	width: 100%;
}

.banner_inner_pg .item {
	max-height: 600px;
}

.banner_inner_pg .owl-nav {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.banner_inner_pg .item {
	max-height: 600px;
}

.banner_inner_pg .owl-nav button.owl-prev,
.banner_inner_pg .owl-nav button.owl-next {
	margin: 0 5px 0;
	width: 60px;
	height: 50px;
}

.banner_inner_pg .owl-nav button span {
	display: none;
	color: transparent;
}

.banner_inner_pg .owl-nav button.owl-prev {
	background: url(images/left_in_arow.png) !important;
}

.banner_inner_pg .owl-nav button.owl-next {
	background: url(images/right_in_arow.png) !important;
}

.banner_inner_pg .owl-nav button:hover {
	opacity: .5;
}

.dt_inr_bnr {
	width: 100%;
	height: 100%;
}

.dt-inr-bng img {
	width: 100%;
}

.inner_page_banner-ab {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 140px;
	text-align: center;
	width: 100%;
}

.inr_ab-inr {
	margin: 0 auto;
	display: inline-block;
	color: #fff;
}

.inr_ab-inr h1, .inr_ab-inr h2,.inr_ab-inr h3,.inr_ab-inr h4,.inr_ab-inr h5,.inr_ab-inr h6 {
	color: #fff; 
}

.inr_ab-inr p {
	color: #fff;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.banner-btn a {
	display: inline-block;
	border: 1px solid #fff;
	padding: 8px 18px 9px;
	border-radius: 10px;
	font-size: 18px;
	margin: 0 5px 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.banner-btn {
	margin-top: 60px;
}

.banner-btn a:hover {
	background: #ffffff;
	color: #282627 !important;
}

.two-section-ca .row {
	margin: 0;
}

.ca-st_fullwidth {
	float: left;
	width: 100%;
}

.padding-left-pr {
	padding: 0;
	text-align: center;
}

.ca-ful-h {
	padding: 50px;
	position: relative;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.ca-ful-h:before {
	content: "";
	display: block;
	padding-top: 40%;
}

.bg-sblue {
	background: #5f6a75;
}

.bg-dblue {
	background: #858f99;
}

.ca-box-txt {
	position: relative;
	height: 100%;
	display: table;
	width: 100%;
	padding: 50px;
	overflow: hidden;
}

.screen_ca {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 50%;
}

.h_ca-tab-cl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.padding-right-pr {
	padding: 0;
}

.bg-dred {
	background: #202931;
	position: relative;
	text-align: center;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.f_ca-tab-cl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.ca-box-txt-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.ca-box-txt-cell .banner-btn {
	margin-top: 0;
	overflow: hidden;
	min-height: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	height: 0;
}

.ca-box-txt-cell .banner-btn a {
	color: #fff;
	cursor: pointer;
	min-width: 105px;
}

.padding-ful-pr:before {
	content: "";
	display: block;
	padding-top: 40%;
}

.padding-ful-pr {
	padding: 50px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.bg-grdnt {
	background-color: #ef434d; 
}

.ca-box-block {
	display: inline-block;
	text-align: center; 
}

.bg-grdnt:hover,
.bg-dred:hover,
.ca-ful-h:hover {
	opacity: .8;
}

.ca-box-txt:hover .banner-btn {
	margin-top: 40px;
	min-height: 50px;
}

div#exTab1 {
	width: 100%;
}

.case-single h3 {
	margin-left: 50%;
	display: block;
	padding-left: 1.3em;
	margin-bottom: 40px;
}

.case-single {
	padding-top: 30px;
}

.case-single .who_we-are_image {
	margin-top: -80px;
}

.case-signle-pg .ca-box-block {
	text-align: left;
}

.single_project-des {
	width: 40%;
	position: relative;
	z-index: 99;
}

.case-signle-pg {
	overflow: hidden;
}

.single_project-des h2 {
	color: #fff;
	margin-bottom: 30px;
}

.single_project-des p {
	color: #fff;
}

.case-signle-pg .screen_ca {
	max-width: 60%;
	right: -20%;
	bottom: -4%;
}

.case-signle-pg .bg-grdnt {
	opacity: 1;
}

.brand-sing_fullwidth {
	background: #a1a1a1;
	position: relative;
	z-index: 9;
	float: left;
	width: 100%;
	text-align: center;
}

.brand-sing_inr {
	padding-top: 70px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

.brand-sing_fullwidth.gray-scrn {
	background: #ced1d8;
}

.project_slider-c {
	width: 100%;
	display: inline-block;
	float: left;
}

.project_fullwidth .item {
	width: 100%;
	float: left;
}

.mega_menu-wrapper .container {
	max-width: 100%;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.m-menu-container .dle-footer-logo-wrapper ul.menu {
	padding: 0 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.m-menu-container .dle-footer-logo-wrapper ul.menu li a {
	color: rgba(255, 255, 255, 0.53);
}

.m-menu-container .dle-footer-logo-wrapper ul.social-icons li a {
	color: #ffffff;
	font-size: 15px;
	background: #2d2d2d;
	width: 34px;
	float: left;
	height: 34px;
	line-height: 35px;
	border-radius: 50%;
}

.m-menu-container .dle-footer-posts-box li.menu_item_footer a {
	color: #e8e8e8; 
}

.m-menu-container .dle-footer-posts-box li.menu_item_footer:hover a {
	color: #aaaaaa;
}

.banner-vdo {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	margin: auto;
	display: table;
}

li.slider_0 {
	background: linear-gradient(rgba(105, 101, 221, 0.92), rgba(190, 148, 222, 0.81));
	background: -webkit-linear-gradient(rgba(105, 101, 221, 0.92), rgba(190, 148, 222, 0.81));
	background: -moz-linear-gradient(rgba(105, 101, 221, 0.92), rgba(190, 148, 222, 0.81));
	background: -o-linear-gradient(rgba(105, 101, 221, 0.92), rgba(190, 148, 222, 0.81));
	background: -ms-linear-gradient(rgba(105, 101, 221, 0.92), rgba(190, 148, 222, 0.81));
	background-position: 100%;
	background-size: 100%;
}

.banner-vdo video {
	width: 100%;
	opacity: .6;
}

.slides>li.hide {
	opacity: 0 !important;
}

.slides>li {
	opacity: 1 !important;
}


/*
Section full width content center align start*/

.tab_top_wrapper {
	background: #ebebeb;
}

.main_fullwidth {
	float: left;
	clear: none;
	background: #fff;
	position: relative;
	z-index: 9;
	width: 100%;
}

.main_container {
padding-top: 100px;
    padding-bottom: 60px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	z-index: 99;
	float: left;
	width: 100%;
}

.doodle_center {
	text-align: center;
}

.full_width_cnt_box {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.full_width_cnt_image {
	margin-top: 30px;
}

.ro_mo .row {
	margin: 0;
}
.full-width-uls ul.row {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
}
.icon_box_inr p,
.tab_top_cnt_box p,
.full_width_cnt_box p {
	color: #676565;
}  
.full_banner_inr ul li a{
	color:#000;
}
 
.full_banner_inr h1, .full_banner_inr h2, .full_banner_inr h4, .full_banner_inr h3, .full_banner_inr h5, .full_banner_inr h6, .full_icn_min_cnt h1,
.full_icn_min_cnt h2,
.full_icn_min_cnt h3,
.full_icn_min_cnt h4,
.full_icn_min_cnt h5,
.full_icn_min_cnt h6,
.full_tab_single h1,
.full_tab_single h2,
.full_tab_single h3,
.full_tab_single h4,
.full_tab_single h5,
.full_tab_single h6,
.icon_box_inr h4,
.full_icon_cnt h1,
.full_icon_cnt h2,
.full_icon_cnt h3,
.full_icon_cnt h4,
.full_icon_cnt h5,
.full_icon_cnt h6,
.full_width_cnt h1,
.full_width_cnt h2,
.full_width_cnt h3,
.full_width_cnt h4,
.full_width_cnt h5,
.full_width_cnt h6 {
	color: #ee4357;
	margin-bottom: 0;
}

.full_icn_min_cnt {
	background: #f2efef;
}
.red_bg-cmn {
    background: #ee4357;
}
.grd_bg-cmn {
	background-color: #f7f5f5;
}

.grd_bg-blue {
	background-color: #f7f5f5;
}

.grd_bg-drk {
	background-color: #ef434d;
	background: -moz-linear-gradient(#ed145a, #1b0492);
	background: -o-linear-gradient(#ed145a, #1b0492);
	background: -ms-linear-gradient(#ed145a, #1b0492);
}

.grd_red-drk {
	background-color: #f7f5f5;
}

.red_bg-cmn ul li a, .grd_bg-cmn ul li a, .grd_red-drk ul li a, .grd_bg-drk ul li a, .grd_bg-blue ul li a, .grd_bg-cmn ul li a, .bg_video_inr h1, .bg_video_inr h2, .bg_video_inr h3, .bg_video_inr h4, .bg_video_inr h5, .bg_video_inr h6, .bg_video_inr ul li a, .red_bg-cmn .top_tab_inner h1, .red_bg-cmn .top_tab_inner h2, .red_bg-cmn .top_tab_inner h3, .red_bg-cmn .top_tab_inner h4, .red_bg-cmn .top_tab_inner h5, .red_bg-cmn .top_tab_inner h6, .red_bg-cmn p, .grd_red-drk p, .grd_bg-drk p, .grd_red-drk h2, .grd_red-drk h3, .grd_red-drk h4, .grd_red-drk h5, .grd_red-drk h6, .grd_bg-drk h1, .grd_bg-drk h2, .grd_bg-drk h3, .grd_bg-drk h4, .grd_bg-drk h5, .grd_bg-drk h6, .grd_bg-cmn h2, .grd_bg-cmn h3, .grd_bg-cmn h4, .grd_bg-cmn h5, .grd_bg-cmn h6{
	color: #fff;
}
.red_bg-cmn ul.nav.tab_ul_cmn li a {
    color: #f7b2b8;
}

.red_bg-cmn ul.nav.tab_ul_cmn li a.active {
    color: #ffffff;
    border-color: #fff;
}
.full_width_cnt_box p { 
	margin-left:auto;
	margin-right:auto;
}

.padding_btm {
	padding-bottom: 0 !important;
}

.full_icon_bg h4 {
	color: #18cca2;
}

.absolute_box {
	position: absolute;
	right: 0;
	top: 24%;
	z-index: -1;
	width: 100%;
	text-align: right;
}


/*
Section full width content center align end*/


/*
Section top tab center align start*/

.doodle_left {
	text-align: left;
}

.main_fullwidth .tab-content {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.main_fullwidth .tab-content .tab-pane {
	float: left;
	width: 100%;
}

.top_tab_img {
	float: left;
	width: 50%;
	text-align: center;
	padding: 1em 3em 3em;
	margin-top: 2em;
}

.top_tab_text {
	float: right;
	width: 50%;
	padding: 2em 3em 3em;
	margin-top: 2em;
}

.top_tab_inner h2 {
	color: #ef404a;
	font-size: 55px;
	margin-bottom: 20px;
}

.live_chat-wrapper {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.more_read_container {
	float: left;
	padding-right: 50px;
	position: relative;
	margin-top: 50px;
}

.more_read_container a {
	position: relative;
	font-size: 24px; 
	color: #ef404a;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #ef404a;
	padding-top: 6px;
}

.more_read_container a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #ef404a;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.more_read_container a:hover:before {
	width: 100%;
}

.top_tab_inner h1,
.top_tab_inner h2,
.top_tab_inner h3,
.top_tab_inner h4,
.top_tab_inner h5,
.top_tab_inner h6 {
	color: #ef424c;
	margin-bottom: 20px;
	max-width: 440px;
}

ul.nav.tab_ul_cmn {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

ul.nav.tab_ul_cmn li {
	float: left;
	padding-right: 20px;
	font-size: 22px;
	padding-left: 20px;
}

.tab_top_wrapper .tab-content {
	text-align: left;
}

ul.nav.tab_ul_cmn li a {
	color: #959595;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	cursor: pointer;
}

ul.nav.tab_ul_cmn li a.active {
	color: #000;
	border-color: #ef424c;
}

.gry_bg-cmn {
	background: #ef434d;
}

.icon_box_inr a {
	text-decoration: none;
}

.gry_bg-cmn ul.nav.tab_ul_cmn li a.active { 
	color: #fff;
    border-color: #fff;
}

.gry_bg-cmn p {
	color: #ffffff;
}
.white_bg .ul-with-icon ul li {
    color: #4a4a4a;
}
.thme_cstm_doodle .main_container.full_width_cnt {
    background: #ef434d;
}

.thme_cstm_doodle .main_container.full_width_cnt .lr-content p, .thme_cstm_doodle .main_container.full_width_cnt h1 {
    color: #fff;
} 

.thme_cstm_doodle .main_container.full_width_cnt li:before {
    background: #fff;
}

/*
Section top tab center align end*/


/*
Section icon center align Start*/

.full_icn_box.row {
    margin-top: 0;
    text-align: left;
    margin-left: -25px;
    margin-right: -25px;
}

.full_icon_bg {
	background: #f7f5f5;
	background-attachment: fixed !important;
	background-position: center !important;
	background-repeat: no-repeat;
}

.icon_box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.icon_box_inr {
    position: relative;
    display: block;
    max-width: 320px;
}

.icon_box_inr figure {
    margin: 20px 10px 20px 0px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    left: 0;
    position: relative;
    padding-bottom: 1rem;
}
.icon_box_inr figure:before {
    content: '';
    width: 200px;
    height: 1px;
    background: #ef434d;
    position: absolute;
    bottom: -3px;
}
.icon_box_inr p {
	text-align: left;
	overflow: hidden;
	width: 100%;
}

.icon_box_inr h4 {
	padding: 0;
	margin-bottom: 5px;
}

 
.icon_center_box .icon_box_inr {
	padding: 0;
	text-align: center;
}

.icon_center_box figure {
	position: static;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.icon_center_box p {
	text-align: center;
}


/*
Section icon center align end*/


/*
Section image right align end*/

.hr_sprt_spc {
	margin-top: 60px;
    margin-bottom: 50px;
}

.right_pic-abs .full_width_cnt_box {
	margin-bottom: 60px;
	max-width: 780px
}

.padding_tp {
	padding-top: 0;
}


/*
Section image right align end*/


/*
Section tab full width end */

.tap_top-pic {
	margin-bottom: 60px;
}

.full_tab_single .top_tab_text {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	max-width: 700px;
	margin: 0 auto;
	float: none;
	display: inline-block;
}

.grd_red-drk ul.nav.tab_ul_cmn li a {
	color: #cba8ad;
}

.full_tab_single h1,
.full_tab_single h2,
.full_tab_single h3,
.full_tab_single h4,
.full_tab_single h5,
.full_tab_single h6 {
	max-width: 100%;
}

.grd_red-drk ul.nav.tab_ul_cmn li a.active {
	color: #fff;
}
 
/*
Section tab full width end*/



/*
Section tab right width end */

.tab_right_wrapper .top_tab_text {
    text-align: left;
}
.tab_right_wrapper ul.nav.tab_ul_cmn {
    float: left;
    margin-left: 50%;
    display: block;
    padding-left: 3em;
    width: auto;
    margin-bottom: 0;
}

.tab_right_wrapper ul.nav.tab_ul_cmn li {
    font-size: 18px;
    padding-left: 0;
}
.tab_right_wrapper 
 .top_tab_text {
    margin-top: 0;
}
.tab_right_wrapper .top_tab_img {
    margin-top: -30px;
}
.red_bg-cmn .top_tab_img img {
    mix-blend-mode: multiply;
}
/*
Section tab right width end*/



/*
Section banner inner Start*/

.single_page_banner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: table;
    padding-bottom: 40px;
    padding-top: 40px;
	min-height: 500px;
}
.banner_box_inr {
    position: relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
}
.banner-vdo_inr video {
    width: 100%;
    opacity: .1;
}
.bg_video_inr {
    background-color: #ef414a;
    background: linear-gradient(#ef434d , #9c1640);
	background: -webkit-linear-gradient(#ef434d , #9c1640);
	background: -moz-linear-gradient(#ef434d , #9c1640);
	background: -o-linear-gradient(#ef434d , #9c1640);
	background: -ms-linear-gradient(#ef434d , #9c1640);
}
.banner-vdo_inr {
    position: absolute;
    width: 115%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    left: 0;
    height: 100%;
    margin-left: -7.5%;
}
.full_banner_inr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.banner_box_inr h1 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.banner_box_inr ul {
	padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 30px;
    float: left;
    width: 100%;
    font-size: 15px;
}

.banner_box_inr ul li {
    float: left;
    padding-right: 35px;
	line-height: 25px;
}
.banner_box_inr.sub_page_header_left ul li:last-child {
    padding-right: 0;
}

.banner_box_inr ul li a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    text-decoration: none;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	cursor:pointer;
}
.banner_box_inr ul li a:hover {
    border-color: #222;
}
.banner_box_inr ul li a:hover {
    color: #222;
}

 

 
/*
Section banner inner End*/
 
 
.dle-footer-posts-box ul.menu, .ser_right_stn ul li, .disp_none {
    display: none;
}
 
.ser_right_stn ul li:nth-child(1), .ser_right_stn ul li:nth-child(2), .ser_right_stn ul li:nth-child(3), .ser_right_stn ul li:nth-child(4), .ser_right_stn ul li:nth-child(5) {
    display: block;
}
.dle-footer-posts-box ul#menu-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dle-footer-posts-box ul#menu-footer-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: .5rem;
}

.dle-footer-posts-box ul#menu-footer-menu li a {
    color: rgba(255, 255, 255, 0.53);
    font-family: 'Poppins-SemiBold';
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

.dle-footer-posts-box ul#menu-footer-menu li:before {
    top: .35rem;
}
.sub_page_header_img {
    display: table-cell;
    vertical-align: middle;
}
 

.banner_box_inr.sub_page_header_left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .white_cstm_doodle .main_container.full_width_cnt {
    background: #fff;
} 

.banner_box_inr.sub_page_header_left ul li {
	padding-right: 35px;
    margin-bottom: 2rem;
}

.banner_box_inr.sub_page_header_left {
    width: 55%;
}

 
.sub_page_header_img {
    width: 45%;
    padding-left: 2rem;
}
 
.banner_box_inr.sub_page_header_left ul li.current_page_item a {
    color: #ee4357;
    border-color: #ee4357;
}
.thme_cstm_doodle .main_container.full_width_cnt .lr-content ul li {
    color: #fff;
}
section.white_cstm_doodle .padding-ful-pr {
    background: #fff;
}

section.white_cstm_doodle h2 {
    color: #ef434d;
}

section.white_cstm_doodle p {
    color: #4a4a4a;
}
.thme_cstm_doodle p {
    color: #fff;
}

.thme_cstm_doodle h4 {
    color: #fff !important;
}

.thme_cstm_doodle  ul li a .uls-wrapper .uls-inner:before {
    background: #fff !important;
}
.m-menu-container .dle-footer-logo-wrapper ul.menu li {
    margin: 0 auto;
}
.logo_mnu {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 1rem;
    padding-left: 3rem;
}

.m-menu-container .dle-footer-logo-wrapper ul.menu li:last-child {
    margin-right: 0;
}

.m-menu-container .dle-footer-logo-wrapper ul.menu li:first-child {
    margin-left: 0;
}
.logo_mnu a {
	width: 120px;
    height: 30px;
    background: url(images/logo_mnu.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 11px;
}
.m-menu-container .dle-footer-logo-wrapper ul.menu li:nth-child(2):before {
	content: '';
	width: 8px;
	height: 8px;
	background: #ffffff;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 4px;
}

.m-menu-container .dle-footer-logo-wrapper ul.menu li {
    position: relative;
} 
.dle-footer-posts-box ul#menu-footer-menu li a:hover {
    color: #fff;
}
.m-menu-container .dle-footer-posts-box ul.menu li.menu-title[class*="current-page"] a {
    color: #fff;
}

.slide-rigt-container {
	width: 50%;
    margin-right: 0;
    margin-left: auto;
    background: #0d0402;
}
.carousel-control.banner-arrow--d {
    position: absolute;
    z-index: 9;
    bottom: 4rem;
    right: 14rem;
    text-align: revert;
    display: inline-block; 
}

.carousel-control.banner-arrow--d span.sr-only {
	display: block;
    width: auto;
    height: auto;
    clip: unset;
    -webkit-clip-path: unset;
    clip-path: unset;
    font: 25px/30px Poppins-Regular;
    color: #fff;
    float: right;
    padding-right: 30px;
    font-size: 20px;
    line-height: 30px;
	
}
.carousel-control.banner-arrow--d span.sr-only:before {content: '';width: 19px;height: 20px;background: url(images/arow-banner.png);position: absolute;right: 0;top: 6.5px;}
.slide-left-container {
	width: 50%;
    margin-right: auto;
    margin-left: 0; 
    background: #EC3B3B;
}
.main-banner-container ul.carousel-inner {
    height: 100vh;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
}
 

.main-banner-container ul.carousel-inner li {
    height: 100%;
}
.aro-top-br- {
    width: 53px;
    height: 53px;
    background-color: #EC3B3B;
    position: absolute;
    top: 40.5%;
    right: -25.5px;
    z-index: 999999999;
    transform: translateY(40.5%) rotate(-90deg);
	-webkit-transform: translateY(40.5%) rotate(-90deg);
	-moz-transform: translateY(40.5%) rotate(-90deg);
	-o-transform: translateY(40.5%) rotate(-90deg);
	-ms-transform: translateY(40.5%) rotate(-90deg); 
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	overflow: hidden;
}
.aro-top-br- .banner-top--d {
	width: 100%;
    height: 26.5px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.aro-top-br- .banner-top--d.arow-top-baner {
    background: url(images/arw-tp-bnr.png);
}
.aro-top-br- .banner-top--d.arow-btm-baner {
    background: url(images/arw-bt-bnr.png);
}
.caption-holder-left {
    height: 100%;
    padding-left: 12rem;
    position: relative;
}

.banr-client-logo {
    width: 100%; 
    position: absolute;
    padding-left: 12rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    left: 0;
    padding-right: 4rem;
    bottom: 6rem;
}

.carousel-caption-v2.d-md-block {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12rem;
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -o-transform: translateY(20%);
    -ms-transform: translateY(20%);
}
.carousel-caption-v2 h5 {
    color: #fff;
    font-size: 25px;
    line-height: 70px;
    font-family: 'Poppins-Regular';
}

.carousel-caption-v2 h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
}
.aro-top-br- .banner-top--d:hover {
    background-color: #f55555;
}
.banr-client-logo ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banr-client-logo ul li {
    margin-right: auto;
}
.banr-client-logo h4 {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: 'ProximaNovaA-Regular', san-serif;
}
.ser_right_stn .more_read, .ser_right_stn .more_read a:before {
    display: none;
}
.ser_right_stn .more_read a {
    border-bottom: 0;
}
.ser_bx_fullwidth .container {
    max-width: 1750px;
}
.service_head h3 {
    font-size: 25px;
    line-height: 70px;
    font-family: 'Poppins-Regular';
    color: #fff;
}

.service_text h4 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    position: relative;
}

.serv-hd--posion-box {
    margin-top: 6rem;
    padding-left: 4rem;
}

.service_text h4:before {
	content: '';
    width: 55px;
    height: 62px;
    background: url(images/dle-shp.svg);
    position: absolute;
    right: 55px;
    top: -6px;
}
section.case-banner-single {
	background: url(images/case-study-banner.png);
    background-position: center;
    background-size: cover;
}
.inner-case-01 .row {
       min-height: 100vh;
       margin: 0;
}
.inner-case-01 .container {
    max-width: 1600px;
}
.single-let-txt-case {
    width: 100%;
}

.sgle-case-box-tx {
    height: 100%;
    display: table;
    width: 100%;
}
.sgle-case-box-tx-inrcell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 6rem;
}

.inner-case-01 h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 2rem;
}

.inner-case-01 h5 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: 'Poppins-Regular';
}
.intro-case-02 {
    padding-top: 10rem;
    text-align: center;
    padding-bottom: 10rem;
}

.intro-case-02 h3 {
    margin-bottom: 2rem;
}

.intro-case-txt- {
    margin: 0 auto;
    max-width: 900px;
}

.intro-case-03 {
    padding-top: 8rem;
    text-align: center;
    padding-bottom: 8rem;
}

.intro-case-03 .container {
    max-width: 1600px;
}

.intro-case-03 .row {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-case-left {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    margin-left: 0;
    margin-right: auto;
    min-height: 640px;
	padding-right: 5rem;
}

.step-case-rght {
    -webkit-box-flex: 0;
    -ms-flex: 47%;
    flex: 0 0 47%;
    max-width: 47%;
    text-align: left;
    margin-left: auto;
    margin-top: 0;
}

section.step-case-outer {
    background: #ec3b3b;
}

.step-case-left .w-ctclass {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    padding: 1rem;
}

.step-case-left span.w-cltmd {
    display: table-cell;
    vertical-align: middle;
}

.step-case-rght .table-height {
    max-width: 640px;
    display: table;
    height: 100%;
    width: 100%;
}

.step-case-rght .table-cell-vm {
    display: table-cell;
    vertical-align: middle;
}

.step-case-rght h3 {
    color: #fff;
    margin-bottom: 2rem;
}

.step-case-rght p {
    color: #fff;
}
section.step-case-no-pad {
    background: #242121;
}

.intro-case-04 {
    padding-top: 12rem;
    text-align: center;
    padding-bottom: 0;
}
.intro-case-04 figure.out-wht-clr.w-ctclass {
    background: transparent;
    padding: 0;
}
.step-case-slider .container {
    max-width: 100%;
}

.step-case-slider ul.carousel-inner {
    margin: 0;
    padding: 0;
}

.case-slider ol.carousel-indicators {
    bottom: 3rem;
}

.case-slider ol.carousel-indicators li {
    height: 5px;
    background: rgb(236 59 59 / 55%);
    cursor: pointer;
    width: 50px;
}

.case-slider ol.carousel-indicators li.active {
    background: #ec3b3b;
}
.head-v2 {
    text-align: center;
    background: #ec3b3b;
    padding: 5.5rem 2rem 5.5rem;
}

.head-v2 h3 {
    color: #fff;
}

section.case-banner-list--01 {
    height: 100vh;
    background: linear-gradient( #ED3338 0%, #8B0E11  100%);
	background: -webkit-linear-gradient( #ED3338 0%, #8B0E11  100%);
	background: -moz-linear-gradient( #ED3338 0%, #8B0E11  100%);
	background: -o-linear-gradient( #ED3338 0%, #8B0E11  100%);
	background: -ms-linear-gradient( #ED3338 0%, #8B0E11  100%);
}

.list-case-01 {
    height: 100%;
    width: 100%;
    padding-top: 11rem;
    text-align: center;
}
 
.list-let-wrp-case h2 {
    color: #fff;
}

.list-let-wrp-case {
    width: 100%;
}

.list-let-wrp-case li {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.list-let-wrp-case li a {
    color: #fff;
}

.case-list-tab-head {
    margin-top: 5rem;
}

.list-let-wrp-case li a {
	color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: left;
    line-height: 2rem;
    font-family: 'Poppins-SemiBold';
    display: table;
    height: 100%;
    font-size: 1.56rem;
	position: relative;
	transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
}
.list-let-wrp-case li a:hover {
    color: #fff;
}
.list-let-wrp-case li a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1.4rem;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
	opacity: 0;
}
.list-let-wrp-case li a:hover:before, .list-let-wrp-case li a.active:before {
    opacity: 1;
}
.list-let-wrp-case li a span {
    display: table-cell;
    vertical-align: bottom;
}
.list-let-wrp-case li a.active {
    color: #fff;
}
.case-stuy-box-container {
    width: 100%;
    margin-top: -25rem;
}

.tab-2nd-rWrper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case-ftd-head-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.case-stem-content-multi {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.case-ftd-head-cnt ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 1rem 0 0;
}

.case-ftd-head-cnt li {
    max-width: 187px;
    color: #fff;
    padding-right: 20px;
}

.case-ftd-head-cnt h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

.case-ftd-head-cnt figure {
    margin-bottom: 10px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-msborder-radius: 5px;
    overflow: hidden;
}
.case-ftd-head-cnt a {
    display: block;
}
.odve-sc-case { 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    margin-top: 3rem;
    margin-bottom: 3rem; 
}

.cse-cnt-mlt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.odve-sc-case:nth-child(even) {
    margin-right: 0;
    margin-left: auto;
    margin-top: -14.4rem;
}

.odve-sc-case:nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
}

.odv-case-wR_pR {
    position: relative;
    background-color: #563333;
    padding: 2.5rem;
    min-height: 560px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -msborder-radius: 5px; 
    background-repeat: no-repeat;
    background-position: center;
}

.odv-case-wR_pR h2 {
    color: #fff;
    font-size: 2rem;
    font-family: 'Poppins-SemiBold';
    max-width: 260px;
    line-height: 2.4rem;
}

.odv-case-wR_pR figure {
    position: absolute;
    right: -64%;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    width: 100%;
    bottom: 2rem;
}

.odv-case-wR_pR h5 {
    position: absolute;
    bottom: 2.5rem;
    color: #fff;
    left: 2.5rem;
    padding: 0;
    margin: 0;
    width: 50%;
    max-width: 200px;
}

section.case-content-list--02 {
    background: #370F0F;
    padding-bottom: 6rem !important;
}
.animate-mobile-pic.odv-case-wR_pR figure {
    bottom: -55%;
    right: 2.5rem;
    max-width: 270px;
}
.animate-pc-pic:hover figure {
    right: -57%;
}
.animate-mobile-pic.odv-case-wR_pR:hover figure {
    bottom: -48%;
}
.grd-01-mob {
    background: linear-gradient( #FAA50F 0%, #751414 100%, #2E5EA6 100%);
	background: -webkit-linear-gradient( #FAA50F 0%, #751414 100%, #2E5EA6 100%);
	background: -moz-linear-gradient( #FAA50F 0%, #751414 100%, #2E5EA6 100%);
	background: -o-linear-gradient( #FAA50F 0%, #751414 100%, #2E5EA6 100%);
	background: -ms-linear-gradient( #FAA50F 0%, #751414 100%, #2E5EA6 100%);
}

.grd-02-mob {
    background: linear-gradient( #EF2525 0%, #751414 100%);
	background: -webkit-linear-gradient( #EF2525 0%, #751414 100%);
	background: -moz-linear-gradient( #EF2525 0%, #751414 100%);
	background: -o-linear-gradient( #EF2525 0%, #751414 100%);
	background: -ms-linear-gradient( #EF2525 0%, #751414 100%);
}
.branding-banner h1 {
    font-size: 6rem;
    line-height: 6.5rem;
}

.branding-banner h4 {
    max-width: 930px;
    font-size: 1.9rem;
    line-height: 3rem;
} 

.branding-banner * {
    color: #fff;
}

.branding-banner {
    text-align: center;
    padding-bottom: 10rem;
}

.branding-banner .sgle-case-box-tx {
    text-align: left;
    max-width: 1250px;
    margin: 0 auto;
}
ul.brands-menu-version {
    text-align: left;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.brands-menu-version li {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}

ul.brands-menu-version li:first-child {
    margin-left: 0;
    padding-left: 0;
}

ul.brands-menu-version li:last-child {
    margin-right: 0;
    padding-right: 0;
}

ul.brands-menu-version li a {
    font-size: 30px;
    line-height: 50px;
    font-family: 'Poppins-Bold';
	text-decoration: none;
}
ul.brands-menu-version li a:hover {
    color: #fdb5b9;
}

.branding-container .container {
    max-width: 100%;
}

.branding-container .row {
    margin: 0;
}

.brading-left-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 2px solid #efebeb;
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 6rem;
}

.brading-left-box h3, .brading-left-box p {
    max-width: 560px;
}

.brading-left-box h3 {
    margin-bottom: 1.5rem;
}

.page-slider {
    margin-top: 5rem;
}

.page-slider ul {
    padding: 0;
    margin: 0;
}
.branding-box-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.branding-list-view {
    padding: 2rem;
    display: inline-block;
    width: 100%;
    position: absolute;
}

.view-full-option {
    width: 39px;
    height: 30px; 
    float: right;
    margin-left: 1rem;
}

.brnd-box-main {
    border-top: 2px solid #efebeb;
	height: 25%;
}

.brnd-box-main a {
    display: block;
    padding: 3rem 3rem 2rem;
    text-decoration: none;
}

.brnd-box-main p {
    max-width: 600px; 
    margin-top: -45px;
    opacity: 0;
	color: #fff;
}

.brnd-box-main ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brnd-box-main ul li {
    margin-right: 2rem;
    font-size: 20px;
    line-height: 33px;
    color: #7D7D7D;
    font-family: 'Poppins-Bold'; 
}
.brnd-box-main, .brnd-box-main p, .brnd-box-main ul li, .brndg-hvr-fde h3 {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
 

.brnd-box-main:hover p {
    opacity: 1;
}

.brnd-box-main:hover h3 {
    opacity: 0;
}
/* 
.brnd-box-main:hover {
    background: #ec3b3b;
} */

.brnd-box-main:hover li {
    color: #fff;
}
.list-view-branding {
    padding-top: 95px;
    height: 100%;
}
.table-common {
    display: table;
    width: 100%;
    height: 100%;
}

.table-ver-mdle {
    display: table-cell;
    vertical-align: bottom;
}
.view-full-option a {
	display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.menu--brands {
    background: url(images/menu-sized-icon.png);
}

.menu--zoom {
    background: url(images/zoom-sized-icon.png);
}

@media(min-width:1400px) {
	.banner_inner_pg .item {
		max-height: 850px;
	}
	.inner_page_banner-ab {
		bottom: 260px;
	}
	.padding-ful-pr:before {
		padding-top: 35%;
	}
}

@media(max-width:1400px) {
	.menu-box-side ul li a {
		font-size: 15px;
	}
	h2 {
		font-size: 55px;
	}
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

 
@media(max-width:1200px) {
	.ftr_post_1,
	.ftr_post_2,
	.ftr_post_3 {
		height: 190px;
	}
	.footer-container {
		padding: 40px 10px 30px;
	}
	.contact-get_touch {
		max-width: 230px;
	}
	.project_box-right {
		right: 30px;
		width: 50%;
		top: 50px;
	}
	.ser_right_stn ul {
		font-size: 15px;
		line-height: 20px;
	}
	.more_read {
		padding-bottom: 15px;
		padding-right: 15px;
	}
	.more_read a {
		font-size: 18px;
	}
}

@media(min-width:992px) {
	.getin_fullwidth {
		/*box-shadow: 0px 4px 2px 2px rgba(191, 36, 45, 0.41);
		-webkit-box-shadow: 0px 4px 2px 2px rgba(191, 36, 45, 0.41);
		-moz-box-shadow: 0px 4px 2px 2px rgba(191, 36, 45, 0.41);
		-o-box-shadow: 0px 4px 2px 2px rgba(191, 36, 45, 0.41);
		-ms-box-shadow: 0px 4px 2px 2px rgba(191, 36, 45, 0.41);*/
	}
 
 
}

@media(max-width:991px) {
	.menu-box-side ul.sub-menus ul.sub-menus.single-submenu {
		width: 50%;
	}
	.menu-box-side ul li a.main-head_mnu {
		height: 100px;
	}
	.menu-box-side ul li {
		width: 50%;
	}
	.getin_fullwidth {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-get_touch {
		max-width: 100%;
		margin-top: 14px;
	}
	.footer_pic {
		width: 40%;
		opacity: .2;
		text-align: right;
	}
	.get_touch_txt ul li {
		width: auto;
		margin-top: 4px !important;
	}
	.get_touch_txt {
		padding-bottom: 40px;
		padding-right: 0;
		position: relative;
		z-index: 9;
	}
	.row_get {
		margin-top: 20px;
		min-height: auto;
	}
	.footer-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.dle-footer-logo-wrapper {
		width: 25%;
		padding-right: 15px;
	}
	.ftr_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dle-footer-posts-box {
		padding-left: 30px;
		width: 75%;
	}
	.testimonial_inr {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.project_slider-c {
		padding-left: 15px;
		padding-right: 15px;
	}
	.project-dtl h3 {
		font-size: 35px;
	}
	.project_box-right {
		width: 45%;
	}
	.clients_box ul {
		margin-top: 20px;
	}
	.clients_inr {
		padding-top: 40px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.clients_box ul li {
		width: 25%;
	}
	.case-study_wrapper {
		height: auto;
	}
	.project-hm-box {
		margin-top: 30px;
		padding-top: 30px;
	}
	.project_inr {
		padding-top: 50px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.case_hed_left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.project_fullwidth:before {
		display: none;
	}
	.case_para {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.case_para {
		padding: 0 2em 0;
	}
	.ser_bx_inr {
		padding-left: 20px;
		padding-right: 20px;
	}
	.box-service_sep:nth-child(even) .wrapper_srv {
		right: 0;
		left: auto;
	}
	.ser_bx_inr .row {
		margin: 0;
	}
	.box-service_sep:before {
		padding-top: 70%;
	}
	.box-service_sep {
		width: 50%;
	}
	.serv_table {
		padding-right: 0;
	}
	.service_text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		padding-left: 2em;
		padding-right: 2em;
	}
	.service_head {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		min-height: auto;
	}
	.serv__inr {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.who-we__inr ul.nav.expertise_tab {
		margin-left: 40%;
		padding-left: 2em;
	}
	.live_chat_container a {
		font-size: 22px;
	}
	.who-we__inr .tab-content {
		margin-top: 30px;
	}
	.who_we-are_image {
		width: 40%;
		padding: 1em 1em 1em;
	}
	.who_we-are_text {
		width: 60%;
		padding: 1em 2em 2em;
	}
	.who-we__inr {
		padding-top: 40px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.who_inner h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.bnr_txt_container li p {
		font-size: 14px;
	}
	.bnr_txt_container li figure svg {
		max-width: 70px;
	}
	h2 {
		font-size: 45px;
	}
	.tiltview a img {
		max-width: 90%;
	}
}

@media(max-width:900px) {
	.feature-product-main-new-detls {
		width: 350px;
	}
	.dle-footer-logo-wrapper {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.dle-footer-content {
		height: auto;
	}
	.dle-footer-posts-box {
		padding: 0;
		width: 100%;
	}
}

@media(max-width:840px) {
	.bnr_txt_container li {
		padding-left: 30px;
	}
	.bnr_txt_container ul li:nth-child(2) {
		padding-left: 50px;
	}
}

@media(max-width:800px) {
	.table-bnner {
		min-height: 630px;
	}
	.who_inner h2 {
		font-size: 40px;
		margin-bottom: 10px;
		line-height: 38px;
	}
}

@media(max-width:767px) {
	.menu-box-side ul li a.main-head_mnu {
		font-size: 22px;
	}
	.menu-box-side ul.sub-menus ul.sub-menus.single-submenu li:first-child a {
		font-size: 20px;
	}
	.project_box-right span:before {
		display: none;
	}
	.feature-product-main-new-detls {
		width: 100%;
		height: auto;
	}
	.project-dtl ul li {
		width: 25%;
	}
	.project_box-right span {
		display: inline-block;
	}
	.project_box-right {
		position: static;
		text-align: center;
		width: 100%;
	}
	.wrapper_srv svg {
		max-width: 60px;
		max-height: 45px;
	}
	.box-service_sep:before {
		padding-top: 80%;
	}
	.who-we__inr ul.nav.expertise_tab li {
		padding-right: 20px;
		font-size: 17px;
	}
	h3 {
		font-size: 28px;
	}
	.who_inner h2 {
		font-size: 35px;
	}
	.bnr_txt_container li:hover {
		background: #424242;
	}
	p {
		font-size: 17px;
	}
	.table-bnner {
		min-height: 100%;
		height: 100%;
	}
	.slideshow>nav span {
		margin-left: 3px;
		margin-right: 3px;
	}
	.slideshow>nav {
		bottom: 5px;
	}
	.tiltview.col {
		position: absolute;
		width: 100%;
		max-width: 100%;
		z-index: -9;
		opacity: .4;
	}
	.tiltview a img {
		max-width: 50%;
	}
	.description {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		padding: 0 20px 0;
		margin-bottom: 60px;
	}
	.description h2 {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 40px;
	}
	.description p {
		max-width: 100%;
	}
	ol.slides {
		height: auto;
		min-height: 500px;
	}
	.main-head-wrper {
		position: relative;
	}
	.banner_text-overlay {
		position: relative;
		background: #2b2b2b;
		float: left;
		width: 100%;
	}
	.bnr_txt_container ul {
		text-align: center;
		margin: 0;
	}
	.bnr_txt_container li {
		padding: 20px;
		text-align: center;
		border: 1px solid #ebebeb;
	}
	.bnr_txt_container ul li:nth-child(2) {
		padding: 20px;
	}
	.bnr_txt_container li figure {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.bnr_txt_container li p {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}
	.bnr_txt_container {
		float: left;
		width: 100%;
		padding: 0;
	}
	.bnr_txt_container li figure svg {
		max-width: 60px;
		max-height: 50px;
	}
	.main-header_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-head-wrper {
		padding-top: 7px;
		padding-bottom: 5px;
	}
	.logo_main {
		padding-top: 6px;
	}
	.menu_right {
		padding-top: 9px;
	}
	.logo_main span.logo_d {
		display: none;
	}
	.main-head-wrper {
		background: #ef404a;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media(min-width:768px) {
	.slideshow>nav {
		text-align: center;
		position: absolute;
		right: 0;
		top: 45%;
		background: transparent;
		width: 15px;
		padding-right: 40px;
	}
	.main-head-wrper.darkHeader {
		background: #ec3b3b;
		padding-top: 7px;
		padding-bottom: 0;
	}
 
	.main-head-wrper.darkHeader .menu_right {
		padding-top: 2px;
	}
 
	.main-head-wrper.darkHeader .menu_line span {
		background: #ffffff;
	}
}

@media(max-width:640px) {
	.ftr_post_1 {
		width: 50%;
		clear: left;
		float: left;
		height: auto;
	}
	.ftr_post_2 {
		width: 50%;
		padding-left: 20px;
		height: auto;
		clear: right;
	}
	.ftr_post_3 {
		width: 50%;
		padding-left: 0;
		float: left;
		clear: left;
	}
	.ftr_post_4 {
		width: 50%;
		padding-left: 20px;
		height: auto;
		margin-bottom: 20px;
		padding-right: 0;
		clear: right;
		float: right;
	}
	.ftr_post_5 {
		width: 50%;
		padding-left: 0;
		height: auto;
		float: left;
		clear: left;
	}
	.ftr_post_6 {
		width: 50%;
		padding-left: 20px;
		margin-bottom: 20px;
		clear: right;
		float: right;
	}
	.ftr_post_7 {
		width: 50%;
		padding-left: 0;
		float: left;
		clear: left;
	}
	.project-dtl ul li {
		width: 50%;
	}
	.clients_box ul li {
		width: 33.333%;
	}
	.ser_bx_fullwidth {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.who_inner h2 {
		font-size: 33px;
	}
	h2 {
		font-size: 36px;
		line-height: 36px;
	}
	ul.social-media {
		display: none;
	}
	.description h2 {
		margin: 0 0 10px;
	}
}

@media(max-width:600px) {
	.testimonial_inr {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	h3 {
		font-size: 25px;
	}
	.project-dtl h3 {
		font-size: 30px;
	}
	.project-dtl ul li {
		width: 50%;
	}
	.case_hed_left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.case_para {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.wrapper_srv.hover .ser_left_stn {
		padding-left: 20px;
		padding-right: 10px;
		width: 50%;
	}
	.wrapper_srv.hover h4 {
		font-size: 20px;
	}
	.wrapper_srv.hover figure {
		margin: 0px 15px 0 0;
	}
	.wrapper_srv.hover .ser_right_stn {
		width: 50%;
		padding-right: 10px;
	}
	.box-service_sep {
		width: 100%;
	}
	.wrapper_srv.hover {
		width: 100%;
	}
	.box-service_sep:before {
		padding-top: 50%;
	}
	.serv__inr .row {
		margin: 0;
	}
	.service_text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}
	.service_head {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: auto;
		padding: 0;
	}
	.who-we__inr .tab-content {
		margin-top: 20px;
		border-top: 1px solid #c7c7c7;
		padding-top: 30px;
	}
	.who_we-are_image {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.who_we-are_text {
		width: 100%;
		padding: 2em 0 2em;
	}
	.who-we__inr ul.nav.expertise_tab {
		margin-left: 0;
		padding-left: 0;
		float: left;
		width: 100%;
	}
	.description {
		margin-bottom: 30px;
	}
	.tiltview a img {
		max-width: 45%;
	}
	ol.slides {
		min-height: 400px;
	}
	span.logo_f img {
		max-width: 120px;
	}
	.menu_right {
		padding-top: 3px;
	}
	.bnr_txt_container li {
		padding: 20px 15px 20px;
		text-align: center;
		border: 1px solid #ebebeb;
	}
	.bnr_txt_container li p {
		font-size: 12px;
	}
}

@media(max-width:480px) {
	.m-menu-container .dle-footer-posts {
		text-align: center;
	}
	.menu-box-side ul li {
		width: 100%;
	}
	.menu-box-side ul li a.main-head_mnu {
		height: 50px;
		font-size: 18px;
	}
	.menu-box-side ul.sub-menus ul.sub-menus.single-submenu {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 20px 20px 10px;
	}
	.dle-footer-posts {
		width: 100%;
		padding: 0;
		height: auto;
		margin-bottom: 20px;
	}
	.project_slider-c {
		padding-left: 8px;
		padding-right: 8px;
	}
	.project-hm-box .owl-nav button.owl-prev {
		width: 20px;
		background-position: -4px 0px !important;
	}
	.project-hm-box .owl-nav button.owl-next {
		width: 20px;
		background-position: -4px 0px;
	}
	.project-hm-box .owl-nav button.owl-prev:hover {
		background: #f1f1f1 url(images/left_arow.png);
		background-position: -4px 0px !important;
	}
	.project-hm-box .owl-nav button.owl-next:hover {
		background: #f1f1f1 url(images/right_arow.png);
		background-position: -4px 0px !important;
	}
	.project-dtl ul li {
		width: 100%;
	}
	.clients_box ul li {
		width: 50%;
	}
	.project-dtl h3 {
		font-size: 25px;
	}
	.wrapper_srv.hover .ser_right_stn {
		width: 100%;
		padding-right: 10px;
		height: auto;
		padding: 0;
		float: left;
		margin-top: 10px;
		text-align: center;
	}
	.box-service_sep:before {
		padding-top: 60%;
	}
	.more_read {
		position: relative;
		padding: 0;
		float: left;
		width: 100%;
	}
	.wrapper_srv.hover figure {
		float: none;
		display: inline-block;
		margin: 0;
	}
	.wrapper_srv.hover h4 {
		text-align: center;
	}
	.ser_right_stn ul {
		display: none;
	}
	.wrapper_srv.hover .ser_left_stn {
		padding-left: 20px;
		padding-right: 10px;
		width: 100%;
		height: auto;
		padding-top: 20px;
		float: left;
		text-align: center;
	}
	.who_inner h2 {
		font-size: 28px;
		margin: 0;
	}
	.live_chat_container a {
		font-size: 19px;
	}
	.tiltview a img {
		max-width: 50%;
	}
	.tiltview.col {
		height: auto;
		padding-top: 30px;
		padding-bottom: 0;
		top: 0;
	}
	.tiltview span {
		vertical-align: top;
	}
	.get_touch_txt p,
	.testi_wrapper p,
	p,
	.serv_table-cell p,
	.who_inner p,
	.description p {
		font-size: 16px;
	}
	h2 {
		font-size: 32px;
		line-height: 30px;
	}
	.bnr_txt_container li {
		width: 100%;
		border-top-color: #4c4c4c;
		border-left: 0;
		border-right: 0;
		border-bottom-color: #151414;
	}
	.bnr_txt_container li br {
		display: none;
	}
	.logo_main {
		width: 100%;
		text-align: center;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.menu_right {
		width: 100%;
		border-top: 1px solid #f75760;
		padding-top: 6px;
	}
	.main-head-wrper {
		padding-bottom: 4px;
		padding-top: 9px;
	}
	span.logo_f img {
		max-width: 140px;
	}
}

@media(max-width:320px) {
	.project-dtl ul li {
		width: 100%;
	}
}




/*added by akhil*/

.wid-com{
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.lr-content{ 
    margin: 0 auto;
    margin-top: 40px;
}
.lr-content p{
    text-align: left;
}
.full-width-uls {
    width: 100%;
    display: block;
}

.full-width-uls ul {
    width: 100%;
    padding-left: 0px;
    list-style: none;
    list-style-type: none;
}

.full-width-uls ul li {
    padding: 10px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.full-width-uls ul li a {
    display: block;
}
.full-width-uls ul li a:hover {
    text-decoration: none;
}

.full-width-uls ul li a .uls-wrapper {
    display: block;
    padding: 10px;
	text-align: left;
}
 
.full-width-uls ul li a .uls-wrapper img {
    margin: 20px 10px 0 0; 
}
.full-width-uls ul li a .uls-wrapper.only-text img {
    margin: 0px 10px 0 0;
}

.full-width-uls ul li a .uls-wrapper .uls-inner {
    display: block;
    position: relative;
    padding-top: 1rem;
    margin-top: 1.5rem;
}
.full-width-uls ul li a .uls-wrapper .uls-inner:before {
    content: '';
    width: 200px;
    height: 1px;
    background: #ef434d;
    position: absolute;
    top: -3px;
}
.full-width-uls ul li a .uls-wrapper .uls-inner h4 {
    text-align: left;
	color: #ef434d;
}

.full-width-uls ul li a .uls-wrapper .uls-inner p {
    text-align: left;
}




.full-width-uls.topIcon ul li a .uls-wrapper .uls-inner {
    padding-left: 0px;
    display: block;
}
.full-width-uls.topIcon ul li a .uls-wrapper img {
    float: none;
    max-width: 60px;
    min-width: 60px;
    margin: 0px;
    margin-bottom: 10px;
}
.full-width-uls.topIcon ul li a .uls-wrapper .uls-inner h4 {
    text-align: center;
}

.full-width-uls.topIcon ul li a .uls-wrapper .uls-inner p {
    text-align: center;
}




.ul-with-icon {
    width: 100%;
    display:block;
}



.ul-with-icon ul , .lr-content ul,.lr-img ul {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    list-style: none;
    list-style-type: none;

}

.ul-with-icon ul li,.lr-content ul li { 
    position: relative;
    padding-left: 25px;
}
.lr-img ul li {
    position: relative;
    padding-left: 20px;
}

.bg_video_inr .lr-img ul li, .grd_bg-drk .lr-img ul li, .full_icon_bg .lr-img ul li, .grd_bg-blue .lr-img ul li{
    color: #fff;
}

.bg_video_inr .lr-img ul li::before,
.grd_red-drk .lr-img ul li::before,
.grd_bg-drk .lr-img ul li::before,
.full_icon_bg .lr-img ul li::before,
.grd_bg-blue .lr-img ul li::before,
 

.ul-with-icon ul li::before ,.lr-content ul li::before,.lr-img ul li::before{
	content: '';
    width: 11px;
    height: 1px;
    position: absolute;
    background: #4a4a4a;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 13px;

}
    
 


.ul-with-icon-inside {
    padding-top: 5px;
    padding-bottom: 16px;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    list-style: none;
    list-style-type: none;

}

.ul-with-icon-inside li {
    color: white;
    position: relative;
    padding-left: 20px;
}

.ul-with-icon-inside li::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;/*
    background-image: url('images/icon_mark.svg');*/
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgba(225, 225, 225, 1)" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/></svg>'); 
   
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px;
}






/*top_tab_inner*/


.top_tab_inner ul {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    list-style: none;
    list-style-type: none;

}

.top_tab_inner ul li {
    color: #b0b1b5;;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 22px;
}

.top_tab_inner ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(239, 66, 76)" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/></svg>'); 
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px;

}



.top_tab_inner ul li ul {
    padding-top: 5px;
    padding-bottom: 16px;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    list-style: none;
    list-style-type: none;

}

.top_tab_inner ul li ul li {
    color: white;
    position: relative;
    padding-left: 20px;
}

.top_tab_inner ul li ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;/*
    background-image: url('images/icon_mark.svg');*/
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(239, 66, 76)" d="M0 11.522l1.578-1.626 7.734 4.619 13.335-12.526 1.353 1.354-14 18.646z"/></svg>'); 
   
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px;
}


/*top_tab_inner*/




.lr-img {
    margin-bottom: 20px;
}

.lr-img h1 {
    text-align: left;
    margin-bottom: 20px;
    max-width: 440px;  word-break: break-word;
    
}
.lr-img p {
    text-align: left;
}

.lr-img img{
    display: block;
    margin:auto;
    padding: 1em 3em 3em;
    
}
.margin_left_b .full-width-uls ul li a .uls-wrapper .uls-inner {
    margin-left: 55px;
}
.pad_cmprsd .main_container {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(min-width:768px){
.lr-img .row{ 
    display: flex;
    justify-content: center;
    align-items: center;
    }

}
@media(max-width:767px){
.lr-img .row{ 
   
    margin-right: -15px;
    margin-left: -15px;
    }
.lr-img .col-md-6{
    padding-top: 16px;
    padding-bottom: 16px;
}
    
}

.lr-img-link-wrapper{
    display: block;
    padding-top: 20px;
    text-align: left;
}


.lr-img-link {
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #4a4a4a;
    padding-top: 6px;
    font-size: 16px;
    position: relative;
    line-height: 27px;
}

.lr-img-link:before {
    content: '';
    width: 0;
    height: 2px;
    background: #ef434d;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.lr-img-link:hover {
    text-decoration: none;
    color: #4a4a4a;
}
.lr-img-link:hover:before {
    width: 100%;
}

.sub_page_menu_cls{
    margin-bottom:40px !important;
}

/*added by akhil*/

