

ul{
    list-style:none
}
html{
    box-sizing:border-box;
	margin: 0;
	padding: 0;
}
*,:after,:before{
    box-sizing:inherit
}
audio,img,video{
    height:auto;
    max-width:100%
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, button:active {
	outline: 0;
}
html{
    background-color:#fff;
    font-size:16px;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    min-width:300px;
    overflow-x:hidden;
    overflow-y:scroll;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
	
}

body{
    font-size:14px;
    font-weight:400;
    line-height:1.5;
	margin: 0;
	padding: 0;
}
a,body{
    color:#4a6077
}
a, a:hover, a:focus, a:active{
    cursor:pointer;
    text-decoration:none;
	outline: 0;
}
html body {
	font-family: 'Poppins', sans-serif;
}
html body p {
    
}
.footer_sec h3 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
}
html body h1, html body h2 {
  	font-family: 'Poppins', sans-serif !important;

    font-weight: 700;
}
.component-showcase {
	position: relative
}

.component-showcase .showcase {
	align-items: center;
	padding: 20% 8%;
	z-index: 1;
	transition: background-color .5s, color .5s;
	transition-delay: 0s
}

html.position-sticky .component-showcase .showcase.-fixed {
	z-index: 2;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

html.position-sticky .component-showcase .showcase.-fixed .image-container .image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	transition: opacity .8s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

html.position-sticky .component-showcase .showcase.-fixed .image-container .image.-in {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.component-showcase .showcase .heading {
	margin-bottom: 2%;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width:1500px) {
	.component-showcase .showcase .heading {
		margin-bottom: 5%
	}
}

.component-showcase .showcase .image-container {
	height: auto;
	width: 100%
}

@media (min-width:768px) {
	.component-showcase .showcase .image-container {
		margin-left: 9%;
		width: 50%;
		height: 100%
	}
}

.component-showcase .showcase .image-container.-drop-shadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.component-showcase .showcase .image-container .image {
	height: 50vw;
	width: 100%;
	margin-top: 30px
}

@media (min-width:768px) {
	.component-showcase .showcase .image-container .image {
		margin-top: 0;
		height: 100%
	}
}

.component-showcase .showcase .text-container {
	padding: 3% 0 3% 4%
}

@media (min-width:1500px) {
	.component-showcase .showcase .text-container {
		padding: 4% 1% 3%
	}
}

.component-showcase .showcase .content {
	padding: 2% 6% 3%;
	color: #66686a;
	transition: color .4s
}

@media (min-width:1200px) {
	.component-showcase .showcase .content {
		padding: 2% 6%
	}
}

.component-showcase .showcase .content .content-large {
	line-height: 1.5em
}

.component-showcase .showcase .content .inner {
	position: relative;
	display: block;
	color: inherit
}

.component-showcase .showcase .content .inner .progress {
	position: absolute;
	height: 100%;
	width: 1px;
	left: -6%;
	background-color: #66686a;
	transition: background-color .5s
}

.component-showcase .showcase .content .inner .progress .inner {
	height: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #66686a;
	transition: background-color .5s
}


.component-showcase .showcase .content .inner p {
	color: inherit
}

@media (min-width:768px) {
	.component-showcase .showcase .content .inner p {
		margin-bottom: .5em;
		line-height: 1.5em
	}
}

@media (min-width:1500px) {
	.component-showcase .showcase .content .inner p {
		line-height: 1.7em
	}
}

@media (min-width:1930px) {
	.component-showcase .showcase .content .inner p {
		margin-bottom: 1.8em
	}
}

.component-showcase .showcase .content.-highlight {
	color: #fff
}

.component-showcase .showcase .content.-highlight .progress .inner {
	background-color: #fff
}

.component-showcase .showcase.text-dark .content.-highlight {
	color: #202226
}

.component-showcase .showcase.text-dark .progress {
	background-color: #d7d9dc!important
}

.component-showcase .showcase.text-dark .progress .inner {
	background-color: #202226!important
}

.component-showcase.-showcase_one_text_visible>.heading {
	z-index: 9;
	position: absolute;
	left: 1em;
	color: #fff;
	top: 60px
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible>.heading {
		top: 1em
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content {
		display: none
	}
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content .sub-heading {
		font-size: 60px;
		font-size: 3.125vw;
		margin-bottom: .8em
	}
}

@media (min-width:768px) and (max-width:896px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content .sub-heading {
		font-size: 28px
	}
}

@media (min-width:768px) and (min-width:1920px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content .sub-heading {
		font-size: 60px
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content p {
		margin-bottom: 1em
	}
}

@media (min-width:768px) and (min-width:1500px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content p {
		line-height: 1.7em
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content p:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content p strong {
		display: block;
		font-size: 28px;
		font-size: 1.4583333333vw;
		margin-bottom: 1.2em;
		letter-spacing: .01em
	}
}

@media (min-width:768px) and (max-width:1234.2857142857px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content p strong {
		font-size: 18px
	}
}

@media (min-width:768px) and (min-width:1920px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content p strong {
		font-size: 28px
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content>.inner {
		animation-fill-mode: forwards;
		animation-duration: 2s
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content.-highlight {
		display: block
	}
	.component-showcase.-showcase_one_text_visible .showcase.-fixed .text-container .content.-highlight>.inner {
		animation-name: fadeIn
	}
}

@media (min-width:768px) {
	.component-showcase.-showcase_wide_image .inner:not(:last-child) {
		padding-bottom: 0!important
	}
}

.component-showcase.-showcase_wide_image .inner .heading {
	font-weight: 400;
	margin-bottom: 1em
}

.component-showcase.-showcase_wide_image .inner .showcase-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container {
		flex-direction: row
	}
}

.component-showcase.-showcase_wide_image .inner .showcase-container .image-container {
	width: 100%;
	margin-bottom: 1em
}

@media (min-width:768px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .image-container {
		margin-bottom: 0;
		width: 60%
	}
}

@media (min-width:992px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .image-container {
		width: 66%
	}
}

@media (min-width:1200px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .image-container {
		width: 72%
	}
}

@media (min-width:1500px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .image-container {
		width: 75.1%
	}
}

.component-showcase.-showcase_wide_image .inner .showcase-container .image-container.-drop-shadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.component-showcase.-showcase_wide_image .inner .showcase-container .image-container .image {
	width: 100%;
	height: 100%
}

.component-showcase.-showcase_wide_image .inner .showcase-container .image-container .video {
	display: none;
	width: 100%;
	height: auto
}

@media (min-width:768px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .image-container .video {
		display: block
	}
}

.component-showcase.-showcase_wide_image .inner .showcase-container .image-container .video~.fallback-image {
	display: block
}

@media (min-width:768px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .image-container .video~.fallback-image {
		display: none
	}
}

.component-showcase.-showcase_wide_image .inner .showcase-container .content-container {
	width: 100%
}

@media (min-width:768px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .content-container {
		width: 33%
	}
}

@media (min-width:992px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .content-container {
		margin-right: 3%;
		width: 25%
	}
}

@media (min-width:1200px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .content-container {
		width: 17%
	}
}

@media (min-width:1500px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .content-container {
		width: 15.5%;
		margin-right: 0
	}
}

.component-showcase.-showcase_wide_image .inner .showcase-container .content-container .showcase-header {
	font-size: 20px;
	font-size: 1.0416666667vw;
	margin-bottom: .8em
}

@media (max-width:1536px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .content-container .showcase-header {
		font-size: 16px
	}
}

@media (min-width:1920px) {
	.component-showcase.-showcase_wide_image .inner .showcase-container .content-container .showcase-header {
		font-size: 20px
	}
}

.component-showcase.-showcase_wide_image .inner .showcase-container .content-container .showcase-content {
	line-height: 1.48em;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	margin-top: 6.5%
}

.component-showcase.-showcase_wide_image .inner .showcase-container .content-container .showcase-content>p:last-child {
	margin: 0
}

.component-showcase.-showcase_long_image .inner .heading {
	font-weight: 400;
	margin-bottom: 1em
}

.component-showcase.-showcase_long_image .inner .showcase-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-showcase.-showcase_long_image .inner .showcase-container {
		flex-direction: row
	}
}

.component-showcase.-showcase_long_image .inner .showcase-container .image-container {
	width: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
	margin-bottom: 2em
}

@media (min-width:768px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .image-container {
		width: 53%;
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .image-container {
		width: 58%
	}
}

.component-showcase.-showcase_long_image .inner .showcase-container .image-container.-drop-shadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.component-showcase.-showcase_long_image .inner .showcase-container .image-container .image {
	width: 100%;
	height: auto
}

.component-showcase.-showcase_long_image .inner .showcase-container .content-container {
	position: relative;
	top: 0;
	align-self: flex-start;
	width: 100%
}

@media (min-width:768px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .content-container {
		width: 41%;
		margin-left: 6%;
		position: -webkit-sticky;
		position: sticky;
		top: 5em
	}
}

@media (min-width:992px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .content-container {
		width: 34%;
		margin-left: 8%
	}
}

@media (min-width:1200px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .content-container {
		width: 32%
	}
}

.component-showcase.-showcase_long_image .inner .showcase-container .content-container .showcase-content {
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.75em;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	color: #616161
}

@media (min-width:768px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .content-container .showcase-content {
		margin-top: 1.5em
	}
}

@media (min-width:1200px) {
	.component-showcase.-showcase_long_image .inner .showcase-container .content-container .showcase-content {
		margin-top: 2.2em
	}
}

.component-showcase.-scrolling-images {
	position: relative;
	background-color: #1f3254
}

.component-showcase.-scrolling-images .showcase-veil {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	transition: transform 1s cubic-bezier(.48, 0, .12, 1)
}

.component-showcase.-scrolling-images .image-side,
.component-showcase.-scrolling-images .text-side {
	padding: 15vh 0
}

.component-showcase.-scrolling-images .image-side {
	overflow: hidden
}

.component-showcase.-scrolling-images .showcase {
	padding: 0;
	height: auto
}

.component-showcase.-scrolling-images .image-container {
	margin-left: 0;
	height: 510px;
	transition: transform .95s cubic-bezier(.48, 0, .12, 1) .05s, opacity 1.5s ease-out;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center
}

.component-showcase.-scrolling-images .image-container.-drop-shadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.component-showcase.-scrolling-images .image-container .image {
	width: 80%;
	position: relative;
	left: 10%;
	height: auto
}

@media (min-width:1200px) {
	.component-showcase.-scrolling-images .image-container .image {
		height: 510px;
		width: auto;
		left: 0;
		margin: 10vh auto
	}
}

.component-showcase.-scrolling-images .content,
.component-showcase.-scrolling-images .heading {
	padding-left: 15%;
	padding-right: 15%;
}


.component-showcase.-scrolling-images .content .sub-heading, .component-showcase.-scrolling-images .heading .sub-heading {
	font-weight: 400;
	color: #71b0e0;
	font-size: 36px;
}

.component-showcase.-scrolling-images .text-container {
	padding: 0;
	height: 100vh;
	display: flex;
	align-items: center
}

.component-showcase.-scrolling-images .content p {
	color: #fff !important;
	margin-top: 15px;
}

.component-showcase.-scrolling-images .content p a {
	color: #fff;
	font-weight: 400
}

.component-showcase.-scrolling-images .content p a:after {
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .15)
}

.component-showcase.-scrolling-images.showcaseReveal .showcase-veil {
	transform: translate3d(100%, 0, 0)
}

.component-showcase.-scrolling-images.showcaseReveal .image-container {
	transform: translate3d(100%, 0, 0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.component-showcase.-scrolling-images.showcaseReveal .image-container.-drop-shadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

html.position-sticky .component-showcase.-scrolling-images.showcaseReveal .text-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

html.position-sticky .component-showcase.-scrolling-images.showcaseReveal .text-container:first-child {
	z-index: 1
}

.component-showcase.-scrolling-images.showcaseReveal .text-container .text-inner {
	transition: opacity .2s cubic-bezier(0, 0, .2, 1), transform .2s cubic-bezier(0, 0, .2, 1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: translate3d(0, 55px, 0);
	position: absolute
}

.component-showcase.-scrolling-images.showcaseReveal.-show-0 .text-inner-0,
.component-showcase.-scrolling-images.showcaseReveal.-show-1 .text-inner-1,
.component-showcase.-scrolling-images.showcaseReveal.-show-2 .text-inner-2,
.component-showcase.-scrolling-images.showcaseReveal.-show-3 .text-inner-3,
.component-showcase.-scrolling-images.showcaseReveal.-show-4 .text-inner-4 {
	transition-delay: .3s;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translateZ(0);
	z-index: 1
}

.component-showcase.-scrolling-images.showcaseReveal.-in .image-container,
.component-showcase.-scrolling-images.showcaseReveal.-in .showcase-veil {
	transform: translateZ(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media (min-width:1500px) {
	.component-showcase.-scrolling-images.-lots-of-text .content .content-large {
		font-size: 24px
	}
}

.component-showcase.-scrolling-images.-lots-of-text .content p {
	font-size: 22px;
	font-size: 1.1458333333vw
}

@media (max-width:1396.3636363636px) {
	.component-showcase.-scrolling-images.-lots-of-text .content p {
		font-size: 16px
	}
}

@media (min-width:1920px) {
	.component-showcase.-scrolling-images.-lots-of-text .content p {
		font-size: 22px
	}
}

.component-showcase.-scrolling-images.-lots-of-text .content,
.component-showcase.-scrolling-images.-lots-of-text .heading {
	padding-left: 10%;
	padding-right: 10%
}

@media (min-width:992px) {
	.component-showcase.-scrolling-images.-lots-of-text .content,
	.component-showcase.-scrolling-images.-lots-of-text .heading {
		padding-left: 15%;
		padding-right: 15%
	}
}



















.vtpl_header {
	background-color: #fcfcfc;
	position: relative;
	padding: 0;
}
.vtpl_header .vtpl_logo img {
	max-width: 130px;
	margin-top: 18px;
	transition: all .3s;
}
.vtpl_header.is-small .vtpl_logo img {
	max-width: 100px;
	margin-top: 10px;
	transition: all .3s;
}
.vtpl_header.is-fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    transition:all .3s ease;
  	box-shadow: 1px -6px 20px 1px #666;
}
.vtpl_header.is-small {
    box-shadow: 1px -6px 20px 1px #666;
    margin-top: -40px;
}

.vtpl_nav {
	position: relative;
	float: right;
	margin: 0;
}

.vtpl_header .vtpl_navItem {
	float: left;
	position: relative;
	padding: 32px 0;
	transition: all 0.3s;
	background-color: #fcfcfc;
}
.vtpl_header.is-small .vtpl_navItem {
	padding: 18px 0;
	transition: all 0.3s;
}
.vtpl_header .vtpl_navItem:after {
	position: absolute;
	width: 60px;
	background-color: #fcfcfc;
	height: 100%;
	top: 0;
	left: 100%;
	content: '';
}
.vtpl_navItem:not(:last-child){
    margin-right: 40px;
}
.vtpl_navItem a {
	color: #494949;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.vtpl_navItem a:hover, .vtpl_navItem.active a {
    color:#3269b3;
}
.vtpl_navItem a img{
    vertical-align:middle;
    padding-left:.25rem
}
.vtpl_navItemDD:hover .vtpl_navSub {
    visibility: visible;
	opacity: 1;
	top: 100%;
	transition: all .6s ease-in-out;
}

.vtpl_navItemDD:last-child .vtpl_navSub{
    left:auto;
    right:0
}
.vtpl_navSub {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	z-index: -1;
	padding: 0 0 10px 0;
	left: -10px;
	width: 230px;
	counter-reset: a;
	/*columns: 2;*/
	top: -100%;
	transition: all .6s ease-in-out;
}
.vtpl_navSub2 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	z-index: -1;
	left: 100%;
	width: 230px;
	counter-reset: a;
	/*columns: 1;*/
	top: -100%;
	padding: 0;
}
.vtpl_navItemDD2:hover .vtpl_navSub2 {
    visibility: visible;
	opacity: 1;
	transition: all .4s ease-in-out;
	margin-left: 0;
	top: 0;
}
.vtpl_navSubItem{
    position:relative
}
.vtpl_navSubItem a {
	display: block;
}
.vtpl_navSubItem:before{
    counter-increment:a;
    /*content:counter(a,decimal-leading-zero);*/
    color:#267fe0;
    font-size:.875rem;
    margin-right:1rem
}
.vtpl_navSubItem a {
	font-size: 13px;
	color: #666;
	padding: 7px 10px;
    text-transform: none;
    font-weight: 400;
}
.vtpl_navSubItem a:hover{
    color:#267fe0;
	background-color: #e5e5e5;
}
.vtpl_navTrigger{
    width:31px;
    height:29px;
    text-align:center;
    float:right;
    cursor:pointer;
    color:#fff;
    position:relative;
    right:0;
    top:10px;
    transition:all .3s ease-in-out;
    margin-top: 12px;
}
@media screen and (min-width:768px){
    .vtpl_navTrigger{
        display:none
    }
}
.vtpl_navTrigger__line{
    width:31px;
    height:4px;
    background-color:#717171;
    display:block;
    margin:4px auto;
    transition:all .3s ease-in-out;
}
.vtpl_navTrigger.is-active .vtpl_navTrigger__line:first-child,.vtpl_navTrigger.is-active .vtpl_navTrigger__line:nth-child(2),.vtpl_navTrigger.is-active .vtpl_navTrigger__line:nth-child(3){
    transition-delay:.2s
}
.vtpl_navTrigger.is-active .vtpl_navTrigger__line:first-child{
    transform:translateY(8px) rotate(45deg)
}
.vtpl_navTrigger.is-active .vtpl_navTrigger__line:nth-child(2){
    opacity:0
}
.vtpl_navTrigger.is-active .vtpl_navTrigger__line:nth-child(3){
    transform:translateY(-8px) rotate(-45deg)
}
.vtpl_sliderWrap{
    background-color:#18222c;
    position:relative;
    height:510px;
    padding-top:0;
}
..owl-carousel {
    width: 100%;
    float: left;
}
.vtpl_sliderWrap.for_inner_banner {
    background-color:#3D499D;
    border-bottom: 1px solid #f1f1f1;
    height:410px;
	text-align: center;
	
}
.inner_banner_section {
	background-position: right bottom 65px;
	height: 410px;
	background-repeat: no-repeat;
	background-size: 410px;
	position: relative;
}
.vtpl_sliderWrap.for_inner_banner h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.vtpl_sliderWrap.for_inner_banner h4 {
    color:#cccccc;
    font-size:20px;
	font-weight: 400;
	margin: 0;
}
.vtpl_sliderWrap.for_inner_banner h4 span {
    color:#73d5fb;
}
.for_inner_banner .inner_banner_section h2 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    width: 500px;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 30px 0 0 0;
}
.vtpl_sliderItem{
    background-repeat:no-repeat;
    background-position:0 100%;
    background-size:contain;
    position:absolute;
    width:100%;
	height: 510px;
}
.vtpl_sliderItem .container {
	position: relative;
	z-index: 99;
	height: 510px;
}

.vtpl_sliderBg{
    position:absolute;
    z-index:9;
    height:650px;
    background-size:cover;
    background-repeat:no-repeat;
    transition:-webkit-clip-path .3s cubic-bezier(.99,.01,.45,.9) .3s;
    transition:clip-path .3s cubic-bezier(.99,.01,.45,.9) .3s;
    transition:clip-path .3s cubic-bezier(.99,.01,.45,.9) .3s,-webkit-clip-path .3s cubic-bezier(.99,.01,.45,.9) .3s;
    will-change:clip-path
}
@media screen and (min-width:1088px){
    .vtpl_sliderBg{
        height:510px;
    }
}
.vtpl_sliderBg__right{
    right:0;
    bottom:0
}
.vtpl_sliderBg__left{
    left:0;
    bottom:0
}
.vtpl_sliderBox{
    background-color:rgba(205,220,220,.1);
    width:0;
    height:0;
    position:absolute;
    bottom:0;
    right:0;
    margin-right:16.66667%;
    display:none
}
@media screen and (min-width:1088px){
    .vtpl_sliderBox{
        display:block
    }
}
.vtpl_sliderAwards{
    position:relative;
    display:none;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding-top:8rem;
    padding-bottom:1rem
}
.vtpl_sliderAwards img:first-child{
    margin-right:2rem
}
@media screen and (min-width:1088px){
    .vtpl_sliderAwards{
        display:-ms-flexbox;
        display:flex
    }
}
.vtpl_sliderContent{
	padding-top: 190px;
}
@media screen and (max-width:768px){
    .vtpl_sliderContent{
        padding:1rem;
        text-align:center
    }
}


.vtpl_sliderContent h1,.vtpl_sliderContent h2{
    color:#fff;
    font-size:54px;
    line-height:60px;
    margin: 0 0 25px 0;
	max-width: 60%;
	font-weight: 600;
}
@media screen and (max-width:768px){
    .vtpl_sliderContent h1,.vtpl_sliderContent h2{
        margin-bottom:1rem
    }
}

@media screen and (max-width:768px){
    .vtpl_sliderContent h1+img,.vtpl_sliderContent h2+img{
        display:none
    }
}
.vtpl_sliderContent h3{
    font-size:17px;
    color:#6c8cad;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}
.vtpl_sliderContent p {
    padding:0;
    color:#fff ;
    font-size:20px;
    line-height: 27px;
    position:relative;
	max-width: 80%;
	text-align: justify;
}

.vtpl_sliderContent p:before{
    content:"";
    position:absolute;
    margin-top:-10px;
    left:0;
    background-color:#fff;
    width:50px;
    height:2px
}
@media screen and (max-width:768px){
    .vtpl_sliderContent p:before{
        display:none
    }
}
.vtpl_sliderContent p .vtpl_awardsWrap{
    display:none
}
@media screen and (min-width:1088px){
    .vtpl_sliderContent p .vtpl_awardsWrap{
        display:-ms-flexbox;
        display:flex
    }
}
.vtpl_sliderContent__line {
	position: absolute;
	top: 240px;
	left: 16px;
	background-color: #fff;
	width: 136px;
	height: 2px;
	display: none;
}
@media screen and (min-width:1088px){
    .vtpl_sliderContent__line{
        display:block
    }
}
.vtpl_sliderMore{
    position:absolute;
    z-index:17;
    bottom:80px;
    left:10px;
    margin-left:0;
    width:60px;
    height:60px;
    background-color:#2368b3;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center
}
.vtpl_sliderMore img {
	max-width: 30px;
}
.vtpl_sliderCounter {
	display: none;
	-ms-flex-align: start;
	align-items: start;
	position: absolute;
	top: 130px;
	right: 20px;
	z-index: 99;
	opacity: 0 !important;
}
@media screen and (min-width:1088px){
    .vtpl_sliderCounter{
        display:-ms-flexbox;
        display:flex
    }
}
.vtpl_sliderCounterAll{
    color:#2368b3;
    font-size:28px;
    line-height:1;
    position:relative
}
.vtpl_sliderCounterAll::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 32px;
	height: 3px;
	background-color: #2368b3;
}
.vtpl_sliderCounterActive {
	color: #fff;
	font-size: 34px;
	line-height: 1;
	padding-right: 15px;
}
.vtpl_sliderNav{
    color:#fff;
    height:510px;
    position:absolute;
    width:100%;
	z-index: 99;
    display:none
}
@media screen and (min-width:1088px){
    .vtpl_sliderNav{
        display:block
    }
}
.vtpl_sliderNav__prev{
    position:absolute;
    bottom:250px;
    left:-20px;
    transform:rotate(90deg);
    z-index:2;
    cursor:pointer
}
.vtpl_sliderNav__prev:before{
    content:"";
    background-color:#fff;
    width:100px;
    height:1px;
    position:absolute;
    top:12px;
    left:130%
}
.vtpl_sliderNav__next{
    position:absolute;
    bottom:100px;
    right:0;
    transform:rotate(-90deg);
    z-index:2;
    cursor:pointer
}
.vtpl_sliderNav__next:before{
    content:"";
    background-color:#fff;
    width:100px;
    height:1px;
    position:absolute;
    top:12px;
    left:150%
}
.vtpl_slider .vtpl_awardsWrap{
    display:none;
	float: right;
	position: absolute;
	bottom: 15px;
	right: 0;
}
@media screen and (min-width:1088px){
    .vtpl_slider .vtpl_awardsWrap{
        display:-ms-flexbox;
        display:flex
    }
}

.vtpl_sidebarNav{
    counter-reset:b;
    padding-right:4rem;
    margin-top:1rem
}
.vtpl_sidebarNav li{
    position:relative;
    margin-bottom:1rem;
    padding-left:1.5rem
}
.vtpl_sidebarNav li:before{
    counter-increment:b;
    content:counter(b,decimal-leading-zero);
    color:#ff3b00;
    font-size:.875rem;
    position:absolute;
    top:1px;
    left:0
}
.vtpl_sidebarNav li a{
    color:#18222c;
    text-transform:uppercase;
}




.menu{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    pointer-events:none;
    z-index:999;
}
.app-menu,.menu--visible{
    pointer-events:auto
}
.app-menu{
    background-color:#fff;
    color:#fff;
    position:relative;
    max-width:400px;
    width:90%;
    height:100%;
    box-shadow:0 2px 6px rgba(0,0,0,.5);
    transform:translateX(-103%);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    will-change:transform;
    z-index:160;
    overflow:hidden;
    overflow-y:auto
}
.menu--visible .app-menu{
    transform:none
}
.menu--animatable .app-menu{
    transition:all .13s ease-in
}
.menu--visible.menu--animatable .app-menu{
    transition:all .33s ease-out
}
.menu-backdrop{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:0;
    will-change:opacity;
    pointer-events:none;
    transition:opacity .3s cubic-bezier(0,0,.3,1)
}
.menu--visible .menu-backdrop{
    opacity:1;
    pointer-events:auto
}
.menu-close{
    position:absolute;
    top:17px;
    right:1rem;
    color:#fff;
    font-size:1.25rem;
    cursor:pointer;
    width:31px;
    height:29px
}
.menu-close,.menu-close__line{
    transition:all .3s ease-in-out
}
.menu-close__line{
    width:21px;
    height:3px;
    background-color:#fff;
    display:block;
    margin:3px auto
}
.menu-close .menu-close__line:first-child,.menu-close .menu-close__line:nth-child(2),.menu-close .menu-close__line:nth-child(3){
    transition-delay:.2s
}
.menu-close .menu-close__line:first-child{
    transform:translateY(6px) rotate(45deg)
}
.menu-close .menu-close__line:nth-child(2){
    opacity:0
}
.menu-close .menu-close__line:nth-child(3){
    transform:translateY(-6px) rotate(-45deg)
}
.vtpl_sidebarMenu .app-menu{
    padding:1rem 0
}
.vtpl_sidebarMenu h3{
    padding-left:2rem;
    margin-bottom:2rem
}
.vtpl_sidebarList{
    position:relative;	
	padding: 0;
}
.vtpl_sidebarListItem{
    border-top:1px solid #fff3
}
.vtpl_sidebarListItem:last-child{
    border-bottom:1px solid #fff3
}
.vtpl_sidebarListItem a{
    color:#fff;
    padding:0 1rem;
    min-height:48px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.level2 {
	padding: 0;
}
.vtpl_sidebarListItem .level2 a {
	min-height: 25px;
	font-weight: 400;
}
.vtpl_sidebarListItem a img{
    transform:rotate(-90deg);
    position:absolute;
    right:1rem
}
.vtpl_sidebarListItem a:hover{
    color:#267fe0
}
.vtpl_navSubList {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	background-color: #18222c;
	transition: transform .3s ease;
	z-index: 2;
	padding: 0;
}
.vtpl_navSubList.is-open{
    transform:translateX(0)
}
.vtpl_navSubListItem{
    border-top:1px solid #fff3;
	padding: 0 1rem;
	font-weight: 600;
}
.vtpl_navSubListItem:last-child{
    border-bottom:1px solid #fff3
}
.vtpl_navSubListItem a{
    font-size:.85rem
}
.vtpl_navSubList .vtpl_sidebarListItemSubBack img{
    transform:rotate(90deg)
}





.vtpl_sidebarListItem a i.fa {
	font-size: 16px;
	position: absolute;
	right: 20px;
}




.welcome-note {
	padding: 70px 200px;	
	text-align: center;
}
.welcome-note h3 {
	color: #686868;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	font-weight: 300;
}
.welcome-note h2 {
    color: #686868;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 44px;
    text-align: center;
    font-weight: 600;
}
#next_sec {
	padding-top: 60px;
}


.service_for_mob {
	display: none;
}

@media screen and (max-width:767px){
	.service_for_mob {
		display: block;
	}
	.component-showcase {
		display: none;
	}
	.vtpl_navWrap{
		display:none
	}
}




.blog_sec {
	padding: 100px 0;
}
.single_blog {
	margin: 15px 0 10px 0;
	box-shadow: 0px 2px 3px 0px #cfcfcf;
	transition: all 0.4s ease-in-out;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.single_blog:hover {
	margin: 25px 0 0 0;
	transition: all 0.4s ease-in-out;
}
.blog_img {
	background-size: cover;
	width: 100%;
	height: 200px;
	background-position: center-top;
	position: relative;
}
.blog_post {
	border-radius: 50%;
	background-size: cover;
	width: 44px;
	height: 44px;
	background-position: center-top;
	position: absolute;
	bottom: -22px;
	right: 20px;
	border: 2px solid #fff;
}
.single_blog h3, .single_blog p {
	padding: 0 10px;
}
.single_blog p {
	font-size: 13px;
	text-transform: uppercase;
	margin: 20px 0;
	color: #666;
}
.single_blog h3 {
	font-size: 18px;
	margin: 5px 0;
	color: #1f3254;
	font-weight: 600;
}
.blog_sec h4 {
	font-size: 22px;
	margin: 0;
	color: #333;
}
.blog_sec h2 {
	font-size: 30px;
	margin: 20px 0;
	color: #1f3254;
}
.footer_sec {
	background: #193d66;
	position: relative;
	padding: 20px 0 0 0;
}
.footer_sec:after {
	background: #1b4475;
	position: absolute;
	right: 0;
	top:0;
	width: 45%;
	height: 100%;
	content:'';
}
.footer_link {
	width: 55%;
	float: left;
}
.office_address {
	width: 45%;
	float: left;
}
.footer_sec h3 {
	color: #fff;
	font-size: 16px;
	margin: 25px 0 10px 0;
}
.footer_sec ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer_sec ul li a {
	color: #71b0e0;
	font-size: 14px;
	line-height: 24px;
}
.footer_sec ul li a span {
    color: #fff;
    display: block;
}
.footer_sec ul li a:hover {
	color: #fff;
}
.office_address {
	position: relative;
	z-index: 99;
	padding-left: 100px;
}
ul.vtpl_adress {
	width: 100%;
	margin-top: 12px;
}
ul.vtpl_adress li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	line-height: 20px;
	font-size: 13px;
}
.footer_sec ul.vtpl_adress li a {
	color: #71b0e0;
	font-size: 14px;
	line-height: normal;
}


ul.vtpl_adress li::after {
	position: absolute;
	width: 16px;
	height: 20px;
	content: '';
	left: 0;
	top: 5px;
	background-size: 100% auto;
	background-image: url(../images/address_icons.png);
	background-position: center top;
}
ul.vtpl_adress li:nth-child(3):after {
	background-position: center top 42px;
}
ul.vtpl_adress li:nth-child(4):after {
	background-position: center bottom -1px;
}
ul.vtpl_social_sec {
	width: 100%;
	margin-top: 30px;
}
ul.vtpl_social_sec li {
	float: left;
	margin-right: 15px;
}
ul.vtpl_social_sec li a i.fa {
	font-size: 30px;
}
.why_us_sec {
    padding: 50px 0 10px 0;
    border-top: none;
    width: 100%;
    float: left;
}
.why_us_sec h2 {
	color: #616161;
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	background-image: none;
}
.tab_sec ul {
	position: relative;
	width: 45%;
	float: left;
	background-image: url(../images/six_corner.png);
	height: 400px;
	background-size: 80% auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}
.tab_sec ul li.nav-item {
	position: absolute;
	width: 60px;
	height: 60px;
}
.tab_sec ul li.nav-item:nth-child(1) {
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}
.tab_sec ul li.nav-item:nth-child(2) {
	right: 14%;
	transform: translate(0,0);
	top: 22%;
}
.tab_sec ul li.nav-item:nth-child(3) {
	right: 15%;
	transform: translate(0,0);
	bottom: 22%;
}
.tab_sec ul li.nav-item:nth-child(4) {
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
}
.tab_sec ul li.nav-item:nth-child(5) {
	left: 15%;
	transform: translate(0,0);
	bottom: 22%;
}
.tab_sec ul li.nav-item:nth-child(6) {
	left: 15%;
	transform: translate(0,0);
	top: 22%;
}
.tab_sec ul li.nav-item a {
	background-color: #fff;
	border: 2px solid #3867aa;
	margin: 0;
	border-radius: 50%;
	display: block;
	line-height: 56px;
	padding: 0;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	color: #3867aa;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.tab_sec ul li.nav-item a.active {
	background-color: #3867aa;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.tab_sec ul li.nav-item a.active:after {
	position: absolute;
	background-image: url(../images/tab_hov.png);
	width: 100px;
	height: 100px;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-size: cover;
	transition: all 0.3s ease-in-out;
}
.tab_sec .tab-content {
	position: relative;
	width: 40%;
	float: right;
	padding-top: 30px;
}
.tab-content > .tab-pane {
	margin-top: 80px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.tab-content > .tab-pane.show {
	margin-top: 35px;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.tab_sec h3 {
    color: #1f3254;
    padding: 0 30px 0 0;
    margin: 0 0 50px 0;
    font-size: 32px;
    font-weight: 400;
    position: relative;
}
.tab_sec h3::after {
	position: absolute;
	width: 68px;
	height: 4px;
	content: '';
	left: 0;
	bottom: -15px;
	background-color: #1f3254;
} 
.tab_sec h3 span {
	color: #cfcfcf;
	padding: 0;
	margin: 0 20px 0 0;
	font-size: 80px;
	font-weight: 400;
	position: absolute;
	right: 100%;
	top: 0;
} 
.tab_sec p {
	color: #333;
	padding: 0 30px 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
} 
#carousel1 .owl-item {
	text-align: center;
	padding: 2px 22px;
}
.vtpl_sliderMore.scroll {
	display: none;
}




.sticky-header {
	background-color: #fff;
	text-align: center;
}

.blog_page .sticky-header {
	border: none;
    
}

@supports (position: sticky) {
  .is-sticky {
    position: sticky;
	z-index: 9;
    top: 57px; 
    padding: 10px 0;
  }
}

.scroll_sec {
	position: relative;
	margin-top: -70px;
	z-index: 99;
	text-align: center;
}
#carousel1 {
	margin-top: 30px;
}
.parent nav {
  width: 100%;
  z-index: 1;
}
.parent nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: table;
  margin: 0 auto;
}
.parent nav ul li {
  display: table-cell;
  padding: 0 50px;
}
.parent nav ul li a {
  padding: 10px 0;
  display: block;
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.parent nav ul li a:hover {
  color: #1f3254;
}
.parent nav ul .active a {
  color: #1f3254;
  border-bottom: 1px solid #1f3254;
}

.parent .section {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 0;
  padding-top: 70px;
}

.approach_sec {20px;
}
#about .approach_sec {
	padding-bottom: 0;
}
.approach_sec h2 {
	width: 42%;
	font-size: 32px;
	line-height: 38px;
	color: #000;
	font-weight: 600;
	margin: 0 0 30px;
}
.approach_sec h3 {
	width: 50%;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	font-weight: 400;
	margin: 0 0 60px 0;
}
.single_approach {
	text-align: center;
	margin: 0 0 50px 0;
	transition: all 0.4s ease-in-out;
	width: 100%;
	float: left;
}




.single_approach img {
	margin-left: -70px;
	transition: all 0.4s ease-in-out;
}
.single_approach:hover img {
	margin-left: -90px;
	transition: all 0.4s ease-in-out;
	filter: drop-shadow(2px 2px 1px #ccc);
}
.single_approach h4 {
	font-size: 24px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	text-align: left;
	margin: 15px 0;
}
.single_approach p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin: 0;
	height: 100px;
}
.single_approach span {
	font-size: 22px;
	line-height: 40px;
	color: #2368b3;
	font-weight: 700;
	background-color: #e6faef;
	border-radius: 50%;
	width: 45px;
	display: block;
	margin-left: ;
	float: left;
}
.single_approach h5 {
	font-size: 16px;
	line-height: 24px;
	color: #5b5b5b;
	font-weight: 400;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
	height: 90px;
}


.overview_sec img {
	float: left;
	margin-right: 100px;
}
.overview_sec p {
	color: #333;
	padding: 30px 0 0 0;
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}
.overview_sec {
	width: 100%;
	float: left;
}
#vertical .overview_sec {
	padding: 30px 0 100px 0;
}
.overview_sec h2 {
	font-size: 36px;
	line-height: 55px;
	color: #000;
	font-weight: 600;
	margin: 0 0 30px;
}
.overview_sec ul li {
	display: flex;
	padding-left: 80px;
	position: relative;
	font-size: 22px;
	margin-top: 15px;
}
.overview_sec ul li:after {
	position: absolute;
	left:60px;
	content: '_';
	top: -10px;
	transition: all 0.3s ease-in-out;
}
.overview_sec ul li:hover:after {
	left:50px;
	transition: all 0.3s ease-in-out;
}
.overview_sec ul li a {
	color: #333;
}
.overview_sec ul li:hover a {
	color: #1c3563;
}

.parallax {  
  min-height: 500px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.contac_page {
    padding: 60px 0;
}

ul.address, ul.social_media {
	padding: 0;
	margin: 0;
	padding-left: 100px;
}
ul.address {
	padding-top: 30px;
}
ul.address li {
	position: relative;
	margin: 10px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	color: #333;
	padding-left: 15px;
}
ul.address li a {
	font-weight: 400;
	color: #333;
	display: block;
	margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
}
ul.address li a:hover{
	color: #1f3254;
}
ul.address li:last-child {
	padding-top: 0;
}
ul.address li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	transition: all 0.4s ease-in-out;
}
ul.address li:hover span {
	left: 10px;
	transition: all 0.4s ease-in-out;
}
ul.social_media li {
	display: inline-block;
	margin-right: 25px;
	font-size: 24px;
	margin-top: 30px;
}
ul.social_media li a {
	color: #454545;
}
ul.social_media li a:hover {
	color: #2367b2;
}



.floating-form {
    margin-top: 0;
    padding: 0 0 0 70px;
    width: 45%;
    float: left;
}
.floating-form h2 {
	margin: 0 0 40px 0;
	color: #333;
	font-weight: 600;
	font-size: 36px;
}
.floating-label {
    position: relative;
    margin-bottom: 25px;
}
.floating-input, .floating-select {
    font-size: 13px;
    padding: 5px 10px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: none;
    border-bottom: none;
    color: #666;
}
.floating-select {
  padding:4px 0;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom: none; 
}

.floating-form label {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 12px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -15px;
    font-size: 12px;
    color: #333;
    left: 0;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  	top: -15px;
    font-size: 12px;
    color: #333;
    left: 0;
}

.floating-form input[type="submit"] {
	background-color: #2367b2;
	color: #fff;
	font-size: 18px;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	padding: 10px 40px;
}
.floating-form input[type="submit"]:hover {
	background-color: #333;
	transition: all 0.4s ease-in-out;
}


.floating-textarea {
   height: 80px; 
   font-size: 16px;
}
.career_sec {
	padding: 70px 0;
}
.career_sec h2 {
	font-size: 36px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	margin: 0;
	text-align: center;
}
.career_sec h3 {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	font-weight: 400;
	margin: 0 0 10px 0;
	text-align: center;
}
.career_post a {
	display: block;
	position: relative;
	color: #333;
	font-size: 20px;
	padding: 20px 30px;
	transition: all 0.4s ease-in-out;
	margin-top: 12px;
	background-color: #eee;
	font-weight: 600;
}
.career_post {
	padding-top: 20px;
	width: 50%;
	margin: 0 auto;
}
.career_post a:after {
	font-family: "FontAwesome";
	content: '\f105';
	position: absolute;
	right: 30px;
	top: 20px;
}
.career_post a:hover {
	color: #fff;
	background-color: #1f3254;
	transition: all 0.4s ease-in-out;
}
.career_post a:first-child {
	border-top: 1px dotted #e2e2e2;
}
.career_sec .sticky-header {
	width: 40%;
	float: left;
}
.career_sec .sticky-header img {
	width: 100%;
}
.career_require {
	padding-left: 40%;
}
.single_career {
	margin-bottom: 50px;
}
.single_career:last-child {
	margin-bottom: 0;
}
.single_career h1 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.single_career h1 span {
	display: block;
}
.single_career h2 {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	margin: 0;
}
.single_career p {
	font-size: 16px;
	line-height: 25px;
	margin: 20px 0 0 0;
	color: #333;
}
.career_modal .modal-dialog {
	width: 500px;
	margin: 0;
}
.single_career h4 {
	font-size: 20px;
	line-height: normal;
	margin: 10px 0;
	font-weight: 600;
	color: #333;
}
.single_career p span {
	padding-right: 10px;
	font-weight: 600;
}
.single_career ul li {
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 0 0;
	position: relative;
	padding-left: 15px;
	color: #333;
}
.single_career ul li:first-child {
	margin: 20px 0 0 0;
}
.single_career ul li::after {
	position: absolute;
	left: 0;
	content: '_';
	top: -8px;
	transition: all 0.3s ease-in-out;
}
.single_career form {
	padding: 0 40px;
	margin-top: 30px;
	padding-right: 80px;
}
.single_career input, .single_career textarea, .single_career .btn.btn-default {
	margin-top: 15px;
}
.custom-file-uploader {
  position: relative;
}
.custom-file-uploader input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}
.single_career input[type="submit"] {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	padding: 8px 25px;
	margin-top: 25px;
}
.single_career input[type="submit"]:hover {
	background-color: #1f3254;
	transition: all 0.4s ease-in-out;
}

@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}


.arrow {
  border-color:transparent;
  border-style:solid;
  border-width:0 15px;
  display:block;
  height:0;
  margin:0 auto;
  opacity:0.4;
  text-indent:-9999px;
  transform-origin: 50% 50%;
  width:0;
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:20px solid #00b6f1;
}

.blog_page {
	padding-bottom:90px;
}
.blog_page .sticky-header {
	width: 30%;
	float: right;
}
.blog_posts {
	padding-right: 35%;
}
.single_blog_post {
	margin-bottom: 40px;
	padding-right: 50px;
	width: 100%;
	float: left;
}
.single_blog_post:first-child {
	margin-top: 25px;
}

.blog_cat ul {
	padding: 0;
	margin: 20px 0 50px 0;
	text-align: center;
}
.blog_cat ul li {
	display: inline-block;
	margin: 0 25px;
}
.blog_cat ul li a {
	transition: all 0.4s ease-in-out;
	color: #333;
	font-size: 17px;	
}
.blog_cat ul li a:hover {
	transition: all 0.4s ease-in-out;
	color: #1a87c8;	
}
.single_blog_post h2 {
	margin: 0 0 10px 0;
}
.single_blog_post h2 a {
	transition: all 0.4s ease-in-out;
	color: #333;
	font-size: 24px;
	font-weight: 400;
}
.single_blog_post h2 a:hover {
	transition: all 0.4s ease-in-out;
	color: #1a87c8;	
}
.post_by_img {
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}
.post_by {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.post_by h5 {
	color: #333;
	font-size: 17px;
	line-height: 21px;
	margin: 4px 0 0 0;
}
.post_by h5 span {
	display: block;
	color: #666;
	font-size: 14px;
}
.blogs_main_img {
	background-size: cover;
	height: 300px;
	width: 100%;
	float: left;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.blogs_main_img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 50px;
	color: #fff;
	background: rgba(22, 54, 111, 0.8);
	padding-top: 110px;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.blogs_main_img:hover a {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.single_blog_post p {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	text-align: justify;
}
.single_blog_post p.more {
	margin: 12px 0 0 0;
	font-size: 17px
}
.single_blog_post p.more a {
	transition: all 0.3s ease-in-out;
	color: #333;
}
.single_blog_post p.more a:hover {
	transition: all 0.3s ease-in-out;
	color: #1a87c8;
}
.pagination_sec {
	padding-right: 50px;
}
.pagination_sec a {
	width: 80px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #333;
	color: #333;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	display: inline-block;
}
.pagination_sec a:last-child {
	float: right;
}
.pagination_sec a:hover {
	background-color: #1a87c8;
	color: #fff;
	border: 1px solid #1a87c8;
	transition: all 0.3s ease-in-out;
}
.popular_blog {
	padding-top: 30px;
}
.popular_blog h4 {
	font-size: 18px;
	display: inline-block;
	border-bottom: 1px solid #1a87c8;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #333;
	text-transform: uppercase;
}
.single_popular_blog {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.popular_blog_img {
	background-size: cover;
	height: 70px;
	width: 120px;
	float: left;
	border-radius: 4px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
.popular_blog_img span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: rgba(22, 54, 111, 0.8);
	padding-top: 16px;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.single_popular_blog:hover .popular_blog_img span {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.single_popular_blog h5 {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.single_popular_blog:hover h5{
	color: #1a87c8;
	transition: all 0.3s ease-in-out;
}
.single_popular_blog h5 span {
	display: block;
	padding-top: 10px;
	color: #333;
	font-weight: 400;	
}
.vtpl_sliderWrap.banner_less {
	background-color: #fcfcfc;
	padding: 100px 0;
	height: auto;
	text-align: center;
}
.banner_less h2 {
	color: #2368b3;
	font-size: 36px;
	margin: 50px 0 0 0;
}
.banner_less p {
	color: #333;
	margin: 0;
	font-size: 17px;
}
.blog_details {
	padding: 70px 0;
}
.blog_details h2 {
	color: #000;
	font-size: 36px;
	font-weight: 600;
	padding-right: 20%;
	margin: 0;
}
.blog_details p {
	color: #333;
	margin: 20px 0 0 0;
	font-size: 17px;
	line-height: 28px;
	padding-right: 25%;
	text-align: justify;
}
.team_sec {
	margin-top: 80px;
}
.single_team {
	margin-top: 30px;
}
.team_img_wrap {
	position: relative;
  overflow:hidden;
  height: 260px;
}
.team_image {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background-position:center top;
	background-size: cover;
	filter: grayscale(100%);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 
.single_team:hover .team_image {  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); 
  transform: scale(1.1);
} 
.single_team h5 {
	text-align: center;
	padding: 10px;
	margin: 0;
	font-weight: 600;
	color: #393939;
	font-size: 15px;
}
.single_team h5 span {
	display: block;
	font-weight: 400;
	color: #575757;
	font-style: italic;
	font-size: 12px;
}
.blog_details .team_sec h2 {
	margin-bottom: 15px;
}

.parallax.for_career_banner {
	background-position: center top;
	height: 100vh;
}

a.career_form {
    float: none;
    color: #1b4475;
    border: 1px solid #1b4475;
    border-radius: 30px;
    padding: 8px 20px;
    transition: all .4s ease;
    display: inline-block;
    font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
a.career_form:hover {
	color: #fff;
	background-color: #1b4475;
	transition: all .4s ease;
}
.career_modal .modal {
	overflow: hidden;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.8);
}
.career_modal .show {
	opacity: 1;
}
.career_modal .modal-dialog {
	margin: 0 auto;
	margin-top: 5%;
}
.career_modal input, .career_modal textarea, .btn.btn-default.custom-file-uploader {
	margin-top: 8px;
}
.career_modal input[type="submit"] {
	color: #fff;
	border: none;
	background-color: #267fe0;
	padding: 5px 10px;
	transition: all .4s ease;
}
.career_modal input[type="submit"]:hover {
	background-color: #1f3254;
	transition: all .4s ease;

}







.new_info {					
	position: relative;
	padding: 0;
	margin-bottom: 60px;
	height: 600px;
}
.single_new_info {
	position: absolute;
	width: 30%;
	text-align: center;
	padding: 0 63px;
}
.single_new_info:nth-child(1) {
	left: 12%;
	top: 0;
	color: #76C642;
}
.single_new_info:nth-child(2) {
	right: 12%;
	top: 0;
	color: #B20090;
}
.single_new_info:nth-child(3) {
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: #0080C4;
}
.single_new_info:nth-child(4) {
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	color: #06C1BC;
}
.single_new_info:nth-child(5) {
	left: 12%;
	bottom: 0;
	color: #995DCE;
}
.single_new_info:nth-child(6) {
	right: 12%;
	bottom: 0;
	color: #5081E2;
}
.new_info_img {
	width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.info_icon {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 10px;
}
.single_new_info:nth-child(1) .info_icon  {
	right: 0;
	bottom: 0;
	background-color: #76C642;
}
.single_new_info:nth-child(2) .info_icon  {
	left: 0;
	bottom: 0;
	background-color: #B20090;
}
.single_new_info:nth-child(3) .info_icon  {
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #0080C4;
}
.single_new_info:nth-child(4) .info_icon  {
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #06C1BC;
}
.single_new_info:nth-child(5) .info_icon  {
	right: 0;
	top: 0;
	background-color: #995DCE;
}
.single_new_info:nth-child(6) .info_icon  {
	left: 0;
	top: 0;
	background-color: #5081E2;
}
.single_new_info p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin: 0;
	line-height: 19px;
}
.single_new_info h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}









/*


.new_info.style2 {					
	position: relative;
	padding: 50px 0;
	height: auto;
	margin-bottom: 0;
	padding-left: 40%;
	width: 100%;
	float: left;
	overflow: hidden;
}
.style2 .single_new_info {
	position: relative;
	width: 40%;
	text-align: center;
	float: left;
	border: 1px solid #E9E8E8;
	border-radius: 15px;
	margin-left: 50px;
	margin-bottom: 40px;
	padding: 20px 30px;
}
.style2 .single_new_info:nth-child(1) {
	left: auto;
	top: auto;
	color: #76C642;
}
.style2 .single_new_info:nth-child(2) {
	right: auto;
	top: auto;
	color: #B20090;
}
.style2 .single_new_info:nth-child(3) {
	left: auto;
	top: auto;
	transform: translate(0,0);
	color: #0080C4;
}
.style2 .single_new_info:nth-child(4) {
	right: auto;
	top: auto;
	transform: translate(0,0);
	color: #06C1BC;
}
.style2 .single_new_info:nth-child(5) {
	left: auto;
	bottom: auto;
	color: #995DCE;
}
.style2 .single_new_info:nth-child(6) {
	right: auto;
	bottom: auto;
	color: #5081E2;
}
.style2 .single_new_info p {
	font-size: 14px;
	font-weight: 500;
	color: #606161;
	margin: 0;
	line-height: 19px;
}
.style2 .single_new_info h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #606161 !important;
}
.style2 .single_new_info h5 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px 0;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	background-color: #fff;
	width: 50px;
	height: 30px;
	line-height:30px;
}

.style2 .new_info_img {
	width: 35%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-60%);
}
.style2 .single_new_info .info_icon {					
	left: -30px;
	top: -30px;
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 15px;
	transform: translate(0,0);
}
.style2 .new_info_img p {
	color: 606061;
	font-size: 16px;
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 18px;
}
.style2 .new_info_img p span {
	display: block;
}
.round_shape1 {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #84AF40;
}
.round_shape2 {
	position: absolute;
	left: 150px;
	bottom: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 3px solid #FDB814;
}

*/
.style2 .new_info_img p{
    display: none;
}
.style2 .single_new_info {
    width: 33%;
}





.for_cloud_page .single_new_info {
	width: 35%;
}

.for_cloud_page .single_new_info:nth-child(1), .for_cloud_page .single_new_info:nth-child(5) {
	left: 0%;
}
.for_cloud_page .single_new_info:nth-child(2), .for_cloud_page .single_new_info:nth-child(6) {
	right: 0;
}


.for_cloud_page .single_new_info:nth-child(1) .info_icon, .for_cloud_page .single_new_info:nth-child(5) .info_icon {
	right: -50px;
}
.for_cloud_page .single_new_info:nth-child(2) .info_icon, .for_cloud_page .single_new_info:nth-child(6) .info_icon {
	left: -50px;
}

.for_cloud_page .single_new_info .info_icon::after {
	position: absolute;
	width: 60px;
	height: 2px;
	content: "- - - - - -";
	font-weight: 600;
	color: #000;
}
.for_cloud_page .single_new_info:nth-child(1) .info_icon::after {
	left: 100%;
    transform: rotate(50deg);
    top: 100%;
    margin-top: 15px;
}
.for_cloud_page .single_new_info:nth-child(2) .info_icon::after {
	right: 100%;
    transform: rotate(-50deg);
    top: 100%;
    margin-top: 15px;
}
.for_cloud_page .single_new_info:nth-child(3) .info_icon::after {
	left: 100%;
}
.for_cloud_page .single_new_info:nth-child(4) .info_icon::after {
	right: 100%;
}
.for_cloud_page .single_new_info:nth-child(5) .info_icon::after {
	left: 100%;
	transform: rotate(-50deg);
	bottom: 100%;
	margin-bottom: 30px;
	margin-left: -25px;
}
.for_cloud_page .single_new_info:nth-child(6) .info_icon::after {
	right: 100%;
	transform: rotate(50deg);
	bottom: 100%;
	margin-bottom: 30px;
	margin-right: -25px;
}

.common_container {
    margin-bottom: 60px;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.common_container h1 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-align: center;
}

.single_industry_solution {
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 25px 20px;
	margin-top: 25px;
}
.single_industry_solution h3 {
	margin: 25px 0;
	font-size: 20px;
	color: #666;
}
.single_industry_solution img {
	max-width: 45px;
}

.single_industry_solution p {
    margin: 0;
}
.single_industry_solution p a {
	border: 1px solid #000;
	padding: 7px 20px;
	display: inline-block;
	color: #666;
}
.single_industry_solution p a:hover {
	color: #3269b3;
}
ul.partner_list {
    margin: 30px 0 50px 0;
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
}
.common_container.for_partner h1 {
    text-align: left;
}
ul.partner_list li {
    list-style-type: none;
    display: inline-block;
    width: 20%;
    margin: 15px -5px 0 -5px;
    padding: 0;
}
ul.partner_list li img {
    margin-top: -8px;
    mix-blend-mode: darken !important;
}
.common_container.for_partner h1 {
    font-size: 30px;
}


    
	.case_study .approach_sec h2 {
		width: 100%;
		font-size: 34px;
		line-height: 36px;
		margin: 0 0 20px;
	}
	.case_study .approach_sec h2 span {
		display: block;
		text-align: center;
		padding: 30px 0;
	}
	 .case_study .overview_sec p {
		color: #333;
		padding: 0;
		margin: 10px auto;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		text-align: center;
		width: 75%;
	}
	.case_study .sticky-header {
		border-top: 1px solid #eee;
		margin-top: 40px;
	}
	.case_study .single_approach {
		text-align: center;
		margin: 20px 0 0 0;
	}
	.case_study .single_approach p {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		height: 42px;
	}
	.case_study .single_approach img {
		margin-left: 0;
		max-width: 40px;
		margin-bottom: 8px;
	}
	.case_study .overview_sec ul {
		padding: 0;
	}
	.case_study .overview_sec ul li {
		padding-left: 20px;
		font-size: 16px;
		margin-top: 20px;
		color: #5b5b5b;
	}
	.case_study .overview_sec ul li::after {
		position: absolute;
		left: 0;
	}
	.case_study .single_approach h5 {
		font-size: 16px;
		line-height: 18px;
		margin: 10px 0 0 0;
		height: 50px;
	}
	.case_study .approach_sec h3, .case_study .overview_sec h3 {
		width: 100%;
		font-size: 20px;
		line-height: 28px;
		margin: 0;
		color: #333;
	}
	
    .case_study .is-sticky {
        top: 56px; 
     }
     .parent.case_study {
        padding-bottom: 50px;
    }
    
    
    
.parallax.for_cs {
    min-height: auto;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    padding:200px 0;
    background-position: center bottom;
}
.parallax.for_cs h2 {
    font-size: 36px;
    font-weight: 600;
    color: #71b0e0;
}
.parallax.for_cs h4 {
    margin-top: 10px;
}
.vtpl_sliderContent__line, .vtpl_sliderContent h3, .vtpl_sliderContent p:before, .vtpl_slider .vtpl_awardsWrap {
    display: none;
}
.common_container.for_partner {
    margin-top: 0;
}
    
.parallax.for_abt_page {
    min-height: 450px;
}

.case_study.for_v_int .overview_sec p {
    width: 100%;
    text-align: justify;
}
.approach_sec.int_point {
    margin-top: -35px;
}
.case_study.for_v_int .single_approach {
    text-align: center;
    margin: 0 0 20px 0;
}
.project_row {
    margin: 0 -10px;
    padding-bottom: 10px;
    text-align: center;
}
.project_col {
    width: 25%;
    display: inline-block;
    margin: 0 -2px;
    padding: 0 10px;
}
.project_col img {
    padding: 6px;
    border-radius: 6px;
    width: 100px;
}
.single_v_int {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px;
    margin-top: 10px;
}
.single_v_int h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #616161;
    font-weight: 500;
}



.overview_sec.screen_img {
    text-align: center;
    margin-top: -50px;
}
.overview_sec.screen_img img {
    float: none;
    margin: 15px 0 30px 0;
    max-width: 65%;
}

.overview_sec.screen_img h2 {
    margin: 40px 0 0 0;
}
.case_study .overview_sec.screen_img h3 {
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 0;
    padding-top: 50px;
    text-align: left;
    color: #000;
}

.screen_img h5 {
    font-family: 'Roboto', sans-serif;
    margin: 5px auto;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding: 0;
}

ul.point_base {
    margin: 5px 0 0 0;
    padding: 0;
}
ul.point_base li {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding: 0 0 0 20px !important;
    margin: 0 0 10px 0 !important;
    position: relative;
}
ul.point_base li:last-child {
    margin: 0 0 10px 0 !important;
}
ul.point_base li:after {
    width: 6px;
    height: 6px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    position: absolute;
    background: #264aa2;
    content: "";
}
.case_study.for_v_int .sticky-header {
    margin-top: 0;
}
.for_v_int .new_info {
    margin-bottom: 0;
}
.for_inner_banner .inner_banner_section h2 span {
    display: block;
    text-transform: none;
    font-size: 26px;
    line-height: 26px;
    padding-top: 10px;
    color: #bdd3f8;
    font-family: 'Roboto', sans-serif !important;
}
.for_inner_banner .inner_banner_section h2 span.sub_content {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.blog_details.fleet_mng {
    background: #fcfcfc;
    padding-top: 120px;
}
.blog_details ul {
    margin: 35px 0 0 0;
    padding: 0;
}
.blog_details ul li {
    color: #333;
    margin: 10px 0 0 0;
    font-size: 17px;
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}
.blog_details ul li:after {
    width: 6px;
    height: 6px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    position: absolute;
    background: #264aa2;
    content: "";
}

.


{
    background: #264aa2;
    padding: 50px 0 20px 0;
    text-align: center;
}

.testi_img {
    background-position: center top;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}
.inner_tab {
    width: 100%;
    float: left;
    position: relative;
}
.inner_tab ul {
    width: 30%;
    float: left;
    border: none;
}
.inner_tab ul li {
    display: block;
    width: 100%;
    margin-bottom: 1px;
}

.inner_tab ul.nav-tabs li a {
    background: #fafafa;
    border: none;
    border-radius: 0;
     display: block;
    line-height: 40px;
    padding: 8px 10px;
}
.inner_tab .tab-content p span {
    display: none;
}
.inner_tab ul.nav-tabs li a:hover, .inner_tab ul.nav-tabs li a.active {
    background: #f1f1f1;
    border: none;
}
.inner_tab ul li img {
    width: 40px;
    float: left;
    padding: 5px;
    margin-right: 10px;
}
.inner_tab .tab-content {
    width: 35%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    
}
.inner_tab .tab-content p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin: 0;
    padding: 10px;
    
}
.inner_tab .tab-content > .tab-pane.show {
    margin-top: 0;
}


.inner_tab ul li:nth-child(1) img  {
	background-color: #76C642;
}
.inner_tab ul li:nth-child(2) img  {
	background-color: #B20090;
}
.inner_tab ul li:nth-child(3) img  {
	background-color: #0080C4;
}
.inner_tab ul li:nth-child(4) img  {
	background-color: #06C1BC;
}
.inner_tab ul li:nth-child(5) img  {
	background-color: #995DCE;
}
.inner_tab ul li:nth-child(6) img  {
	background-color: #5081E2;
}

.compare_sec {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.compare_sec ul {
    position: relative;
    padding: 0;
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
.compare_sec:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.compare_sec ul li {
    width: 40%;
    color: #333;
    font-size: 14px;
}
.compare_sec ul li:nth-child(odd) {
    float: left;
    text-align: right;
    padding-left: 100px;
}
.compare_sec ul li:nth-child(even) {
    float: right;
    text-align: left;
    padding-right: 100px;
}
.compare_sec ul li h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: 00;
}

.compare_sec ul img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    border-radius: 50%;
    z-index: 99;
}
.compare_sec ul:nth-child(2) img {
    background: #76C642;
}
.compare_sec ul:nth-child(3) img {
    background: #0080C4;
}
.compare_sec ul:nth-child(4) img {
    background: #B20090;
}
.compare_sec ul:nth-child(5) img {
    background: #06C1BC;
}
.inner_tab .new_info_img {
    width: 30%;
    margin-left: -20px;
}
.g_sol .compare_sec ul li h3 {
    color: #333;
    font-size: 18px;
    padding-bottom: 12px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.g_sol .compare_sec ul {
    margin: 20px 0 0 0;
}
.g_sol .blog_details {
    padding: 0 0 50px 0;
}
.g_sol .blog_details p span {
    font-size: 24px;
    display: block;
    padding: 15px 0 10px 0;
}
.single_features {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.single_features:nth-child(odd) img {
    float: left;
    width: 45%;
    margin-right: 20px;
}
.single_features:nth-child(even) img {
    float: right;
    width: 45%;
    margin-left: 20px
}





    


.testim {
	width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}
    


.testim .dots {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    display: block;
    z-index: 99;
	height: 12px;
	padding: 0;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #b3b3b3;
  	background: #b3b3b3;
    margin: 0 20px 0 0;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #3867aa;
    border-color: #3867aa;
}
.testim .dots .dot.active {
  	width: 14px;
    height: 14px;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
	overflow: hidden;
  font-family: 'Poppins', sans-serif
}

.testim .cont > div {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 30px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 55px;
    height: 55px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    font-size: 17px;
    margin: 0;
    color: #3867aa;
    font-weight: 400;
    position: relative;
    padding-top: 8px; 	
}
.testim .cont div h2:after {
    display: none;
}
.testim .cont div h2 span {
    display: block;
    font-weight: 300;
    padding-top: 5px;
  color: #7f7f7f;
  font-size: 15px;
}

.testim .cont div p {  	
    font-size: 16px;
  	line-height: 24px;
    margin: 0;
    color: #686868;
    font-weight: 300;
    display: block;
    min-height: 170px;
    margin: 0 0 30px 0;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #4674ab;        
        box-shadow: 0px 0px 10px 5px #4d8bd6;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #4674ab;        
        box-shadow: 0px 0px 0px 0px #4d8bd6;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #4674ab;        
        box-shadow: 0px 0px 10px 5px #4d8bd6;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #4674ab;        
        box-shadow: 0px 0px 0px 0px #4d8bd6;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #4674ab;        
        box-shadow: 0px 0px 10px 5px #4674ab;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #666;        
        box-shadow: 0px 0px 0px 0px #666;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #4674ab;
        box-shadow: 0px 0px 0px 0px #4674ab;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #4674ab;        
        box-shadow: 0px 0px 10px 5px #4674ab;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #4674ab;        
        box-shadow: 0px 0px 0px 0px #4674ab;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #4674ab;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #4674ab;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}





.single_new_info h5 {
    display: none;
}




.g_sol h2 {
    width: 100%;
    font-size: 34px;
    line-height: 36px;
    margin: 60px 0 30px 0;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.new_features {
    text-align: center;
    position: relative;
}
.new_features p, .new_mid {
    width: 32%;
    margin: 20px auto;
    color:  #333;
    font-size: 14px;
    position: relative;
}
.new_features p span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}
.new_features p:nth-child(2) {
    padding-left: 50px;
}
.new_features p:nth-child(6) {
    padding-right: 50px;
}
.new_features p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(50%);
    padding-left: 50px;
}
.new_features p:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(50%);
    padding-right: 50px;
}
.new_features p:nth-child(5) {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    padding-left: 50px;
}
.new_features p:nth-child(7) {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    padding-right: 50px;
}

.new_features p img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    border-radius: 50%;
}

.new_features p span {
    color: #333;
    font-size: 18px !important;
    padding-bottom: 8px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.new_features p:nth-child(1) img {
    background-color: #fbba19;
    left: 0;
}

.new_features p:nth-child(2) img {
    background-color: #e74734;
    left: 0;
}

.new_features p:nth-child(3) img {
    background-color: #2aafff;
    right: 0;
}

.new_features p:nth-child(5) img {
    background-color: #35aa57;
    left: 0;
}

.new_features p:nth-child(6) img {
    background-color: #5aaa30;
    right: 0;
}

.new_features p:nth-child(7) img {
    background-color: #547dbd;
    right: 0;
}


.new_features p:nth-child(1) span {
    color: #fbba19;
}

.new_features p:nth-child(2) span {
    color: #e74734;
}

.new_features p:nth-child(3) span {
    color: #2aafff;
}

.new_features p:nth-child(5) span {
    color: #35aa57;
}

.new_features p:nth-child(6) span {
    color: #5aaa30;
}

.new_features p:nth-child(7) span {
    color: #547dbd;
}


.compare_sec ul li {
    position: relative;
}
.compare_sec ul li img {
    position: absolute;
    top: 10px !important;
    left: auto;
    right: auto;
    width: 50px;
    height: 50px;
    top: 50%;
    padding: 5px;
    border-radius: 50%;
    transform: translate(0,0);
}
.compare_sec ul li:nth-child(odd) img {
    right: -70px;
    background-color: #35aa57;
}
.compare_sec ul li:nth-child(even) img {
    left: -70px;
    background-color: #2aafff;
}



.new_features.aws p:nth-child(1) img, .new_features.aws p:nth-child(2) img, .new_features.aws p:nth-child(3) img, .new_features.azure p:nth-child(1) img, .new_features.azure p:nth-child(2) img, .new_features.azure p:nth-child(3) img {
    background-color: #1ca1f0;
}

.new_features.aws p:nth-child(5) img, .new_features.aws p:nth-child(6) img, .new_features.aws p:nth-child(7) img {
    background-color: #eea02a;
}
.new_features.azure p:nth-child(5) img, .new_features.azure p:nth-child(6) img, .new_features.azure p:nth-child(7) img {
    background-color: #246daf;
}

.why_vareli_sec {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.why_vareli_sec p {
    color: #333;
    width: 51%;
    line-height: 19px;
    font-size: 15px;
    position: relative;
    margin-top: 20px;
    padding: 0 90px;
}
.why_vareli_sec p:first-child {
    margin-top: 0;
}
.why_vareli_sec p:nth-child(odd) {
    float: right;
    text-align: left;
}
.why_vareli_sec p:nth-child(even) {
    float: left;
    text-align: right;
}

.why_vareli_sec p span {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #1b4475;
    border-radius: 50%;
    padding: 8px;
    z-index: 9;
}
.why_vareli_sec p:nth-child(odd) span {
    left: -13px;
}
.why_vareli_sec p:nth-child(even) span {
    right: -13px;
}


.why_vareli_sec:after {
    position: absolute;
    content: '';
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #999;
}

.why_vareli_sec p span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    border: 1px dotted #999;
    top: 50%;
}
.why_vareli_sec p:nth-child(odd) span:after {
    left: 100%;
}
.why_vareli_sec p:nth-child(even) span:after {
    right: 100%;
}


.testim.for_why_us_slider .dots {
    position: relative;
    width: 45%;
    float: left;
    background-image: url(../images/six_corner.png);
    height: 400px;
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    z-index: 9;
    left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}
.testim.for_why_us_slider .cont {
    position: relative;
    width: 40%;
    float: right;
    margin-top: 60px;
}
.testim.for_why_us_slider .cont div h2 {
    color: #1f3254;
    padding: 0 30px 0 0;
    margin: 0 0 50px 0;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    text-align: left;
    text-transform: none;
}
.testim.for_why_us_slider .cont div h2 span {
    color: #cfcfcf;
    padding: 0;
    margin: 0 20px 0 0;
    font-size: 80px;
    font-weight: 400;
    position: absolute;
    right: 100%;
    top: 0;
}
.testim.for_why_us_slider .cont div h2::after {
    position: absolute;
    width: 200px;
    height: 4px;
    content: '';
    left: 0;
    bottom: -15px;
    top: auto;
    background-color: #1f3254;
}
.testim.for_why_us_slider .cont div p {
    color: #333;
    padding: 0 30px 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    text-align: justify;
}

.testim.for_why_us_slider .dots li {
    position: absolute !important;
	width: 55px;
	height: 55px;
	display: inline-block;
	background-color: #fff;
	border: 2px solid #3867aa;
	margin: 0;
	border-radius: 50%;
	line-height: 56px;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	position: relative;
	transition: all 0.3s ease-in-out;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}
.testim.for_why_us_slider .dots li:nth-child(1) {
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
}
.testim.for_why_us_slider .dots li:nth-child(2) {
	right: 14%;
	transform: translate(0,0);
	top: 22%;
}
.testim.for_why_us_slider .dots li:nth-child(3) {
	right: 15%;
	transform: translate(0,0);
	bottom: 22%;
}
.testim.for_why_us_slider .dots li:nth-child(4) {
	left: 50%;
	transform: translate(-50%,0);
	bottom: 0;
}
.testim.for_why_us_slider .dots li:nth-child(5) {
	left: 15%;
	transform: translate(0,0);
	bottom: 22%;
}
.testim.for_why_us_slider .dots li:nth-child(6) {
	left: 15%;
	transform: translate(0,0);
	top: 22%;
}

.testim.for_why_us_slider .dots li.active {
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.testim.for_why_us_slider .dots li:nth-child(1).active, .testim.for_why_us_slider .dots li:nth-child(1) {
    background-color: #0080C4;
    border-color: #0080C4;
}
.testim.for_why_us_slider .dots li:nth-child(2).active, .testim.for_why_us_slider .dots li:nth-child(2) {
	background-color: #76C642;
	border-color: #76C642;
}
.testim.for_why_us_slider .dots li:nth-child(3).active, .testim.for_why_us_slider .dots li:nth-child(3) {
	background-color: #B20090;
	border-color: #B20090;
}
.testim.for_why_us_slider .dots li:nth-child(4).active, .testim.for_why_us_slider .dots li:nth-child(4) {
	background-color: #06C1BC;
	border-color: #06C1BC;
}
.testim.for_why_us_slider .dots li:nth-child(5).active, .testim.for_why_us_slider .dots li:nth-child(5) {
	background-color: #5081E2;
	border-color: #5081E2;
}
.testim.for_why_us_slider .dots li:nth-child(6).active, .testim.for_why_us_slider .dots li:nth-child(6) {
	background-color: #995DCE;
	border-color: #995DCE;
}



.testim.for_why_us_slider .dots li:hover {
	color: #fff;
}
.testim.for_why_us_slider .dots li.active:after {
	position: absolute;
	background-image: url(../images/tab_hov.png);
	width: 90px;
	height: 90px;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-size: cover;
	transition: all 0.3s ease-in-out;
}
.g_sol.for_why_vareli {
    background-color: #fafafa;
}
.fleet_mng .container {
    position: relative;
}
.industry_logo {
    position: absolute;
    width: 240px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.top_brand {
    text-align: center;
    padding: 15px 0 0 0;
    width: 100%;
    float: left;
}
.top_brand div {
    width: 14.28%;
    float: left;
}
.video-wrapper {
    background-color: #f4f4f5;
    position: relative;
    margin-top: 35px;
    padding: 80px 0;
    width: 100%;
    float: left;
}
.video-wrapper:after {
  display: none;
}
.video-wrapper iframe {
    width: 100%;
    height: 310px;
    margin: 0;
    padding: 0;
}
.single_tesrimonial {
      margin-top: 40px;
}
.single_tesrimonial .post_by h5 {
    font-size: 18px;
    font-weight: 600;
}
.blog_details .single_tesrimonial p {
    font-size: 16px;
    line-height: 24px;
}

.bs-slider{
    overflow: hidden;
    height: auto;
    position: relative;
    background: #000000;
    margin-top: 35px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: auto;
    bottom: 3%;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    margin: 0;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 38%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 0;
  font-family: 'Poppins', sans-serif !important;
    
}

.slide-text h1 {
    padding: 0;
    color: #51555a;
    font-size: 43px;
    font-style: normal;
    line-height: 54px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: normal;
    text-shadow: none;
    width: 100%;
    /*text-align: center;*/
}
.slide-text p {
    width: 70%;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    text-shadow: 1px 1px 4px #333;
}
.slide-text a.btn-default {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 30px;
    font-weight: 500;
}
.slide-text a.btn-default:hover {
	background-color: #fff;
  	color: #333;
}
.slide-text a.btn-primary, .exp_sec a.btn-primary, .home_blog_desk a.btn-primary, .home_form form input[type="submit"], a.insight_more, .career_modal.for_enquire form input[type="submit"] {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 15px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #3867aa;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0;
  	margin-right: 20px
}
.slide-text a:hover, .home_blog_desk a.btn-primary:hover,
.slide-text a:active, .exp_sec a.btn-primary:hover, .home_form form input[type="submit"]:hover, a.insight_more:hover, .career_modal.for_enquire form input[type="submit"]:hover {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}








/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 0;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 0;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text a.btn-default, 
    .slide-text a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


.new_why_us_base {
    padding: 180px 220px;
    width: 100%;
    float: left;
}
.new_why_us {
    position: relative;
    width: 20%;
    float: left;
    padding: 20px 0;
}

.new_why_us_icon {
    background: linear-gradient(90deg, rgba(0,168,186,1) 0%, rgba(0,190,158,1) 100%);
    padding: 10px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    z-index: 9;
    
}
.new_why_us:nth-child(2) .new_why_us_icon {
    background: linear-gradient(90deg, rgba(0,190,158,1) 0%, rgba(0,203,133,1) 100%);
}
.new_why_us:nth-child(3) .new_why_us_icon {
    background: linear-gradient(90deg, rgba(0,203,133,1) 0%, rgba(146,206,50,1) 100%);
}
.new_why_us:nth-child(4) .new_why_us_icon {
    background: linear-gradient(90deg, rgba(146,206,50,1) 0%, rgba(247,186,4,1) 100%);
}
.new_why_us:nth-child(5) .new_why_us_icon {
    background: linear-gradient(90deg, rgba(247,186,4,1) 0%, rgba(255,64,86,1) 100%);
}
.new_why_us_icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: #fff;
    z-index: 99;
}
.new_why_us:nth-child(even) {
    margin-top: -20px;
}
.new_why_us:nth-child(even) .new_why_us_icon:after {
    top: auto;
    bottom: 0;
}
.why_us_content {
    position: absolute;
    top: 100%;
    left: -105px;
    width: 250%;
}
.new_why_us:nth-child(1) .why_us_content {
   left: -220px;
}
.new_why_us:nth-child(5) .why_us_content {
    left: auto;
   right: -220px;
}
.new_why_us:nth-child(2) .why_us_content {
   left: -165px;
}
.new_why_us:nth-child(4) .why_us_content {
    left: auto;
   right: -165px;
}
.new_why_us:nth-child(even) .why_us_content {
    top: auto;
    bottom: 100%;
}
.new_why_us_icon .why_us_icon_inner {
    background: #f1f1f1;
    border: 10px solid #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}
.new_why_us_icon span {
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
    display: inline-block;
}
.new_why_us_icon span img {
    width: 100px;
}
.why_us_content h3 {
    font-family: 'Poppins', sans-serif;
    color: #686868;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
}
.why_us_content h3 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    /*background: -webkit-linear-gradient(#009baf, #0ecc7b, #c1d424);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  position: absolute;
  left: 0;
  top: -12px;
  font-size: 62px;
  color: #686868;
}
.why_us_content p {
    font-family: 'Poppins', sans-serif;
    color: #686868;
    font-size: 14px;
    margin: 15px 0 0 0;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}


/*.new_why_us_icon:before {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #666;
    margin-left: -7px;
    transform: rotate(45deg);
    border-radius: 10px 10px 0 10px;
}
.new_why_us:nth-child(even) .new_why_us_icon:before {
   bottom: auto;
    top: -20px;
    transform: rotate(-135deg);
}*/

.new_abt_page {
    margin-top: 30px;
    position: relative;
    max-height: 700px;
    overflow: hidden;
}
.new_abt_page img {
    width: 100%;
}
.new_abt_page h2 {
    padding: 0;
    color: #ffffff;
    font-size: 48px;
    font-style: 700;
    margin: 0;
    text-shadow: 1px 1px 4px #000;
}
.new_abt_cap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 42%;
}
.about_content {
    text-align: center;
    color: #666;
    padding: 60px 0;
    background-color: #f1f1f1;
}
.about_content h2 {
    text-align: center;
    color: #686868;
    font-weight: 600;
    font-size: 44px;
    margin: 0 0 20px 0;
}
.about_content p {
    text-align: justify;
    text-align-last: center;
    padding: 0 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}
.about_content ul {
    display: inline-block;
    padding: 0;
    margin: 30px 0 0 0;
    width: 49%;
    text-align: justify;
    padding-left: 100px;
}

.about_content ul.left_a {
    padding-left: 0;
    padding-right: 100px;
    border-right: 2px solid #d2d2d2;
}
.about_content ul h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    color: #595959;
    font-weight: 600;
    font-size: 26px;
}

.about_content ul li {
    list-style-type: circle;
    margin-left: 15px;
    font-weight: 500;
    color: #808080;
    margin-bottom: 2px;
}
.video_content {
    color: #fff;
    padding: 0 50px 0 0;
    margin: 0;
}
.video_content h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding-right: 20px;
}
.we_work {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px;
    color: #616161;
}
.we_work .hww {
    text-align: center;
    width: 16.8%;
    display: inline-block;
    margin: 0 -3px;
    vertical-align: top;
    position: relative;
    padding: 75px 10px;
    margin-top: 0;
}
.hww h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    background: #ddd;
    margin: 0;
    padding: 1px;
    border-radius: 4px;
    position: relative;
}

.we_work .hww h3:before {
    position: absolute;
    top: 100%;
    width: 2px;
    height: 15px;
    left: 50%;
    margin-left: -1px;
    background: #333;
    content: '';
}
.we_work .hww:nth-child(odd) h3:before {
    top: auto;
    bottom: 100%;
}
.hww:nth-child(2) h3, .we_work .hww:nth-child(2) h3:before {
    background: linear-gradient(90deg, rgba(0,168,186,1) 0%, rgba(0,190,158,1) 100%);
}
.hww:nth-child(3) h3, .we_work .hww:nth-child(3) h3:before {
    background: linear-gradient(90deg, rgba(0,190,158,1) 0%, rgba(0,203,133,1) 100%);
}
.hww:nth-child(4) h3, .we_work .hww:nth-child(4) h3:before {
    background: linear-gradient(90deg, rgba(0,203,133,1) 0%, rgba(146,206,50,1) 100%);
}
.hww:nth-child(5) h3, .we_work .hww:nth-child(5) h3:before {
    background: linear-gradient(90deg, rgba(146,206,50,1) 0%, rgba(247,186,4,1) 100%);
}
.hww:nth-child(6) h3, .we_work .hww:nth-child(6) h3:before {
    background: linear-gradient(90deg, rgba(247,186,4,1) 0%, rgba(255,64,86,1) 100%);
}
.hww:nth-child(7) h3, .we_work .hww:nth-child(7) h3:before {
    background: linear-gradient(90deg, rgba(255,64,86,1) 0%, rgba(255,64,86,1) 100%);
}
.hww h3 span {
    background: #fff;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    position: relative;
}
.hww h3:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 100%;
    height: 15px;
    width: 23px;
    margin-top: 4px;
    background-color: #ddd;
}


.hww:last-child h3:after {
    display: none;
}
.we_work .hww img {
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}
.we_work .hww:nth-child(odd) img {
    bottom: auto;
    top: 0;
}
.we_work .hww p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}
.we_work .hww:nth-child(odd) p {
    top: auto;
    bottom: 0;
}
.home_testimonial {
    text-align: center;
    padding: 20px 0 50px 0;
    border-top: 9px solid #eee;
    color: #616161;
}
.single_home_testimonial {
    float: left;
    width: 33.33%;
    padding: 0 25px;
    margin-top: 30px;
}
.single_home_testimonial.left_a {
    border-right: 1px solid #666;
}
.single_home_testimonial.right_a {
    border-left: 1px solid #666;
}
.single_home_testimonial h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0;
    color: #616161;
    padding: 0 50px;
    font-weight: 500;
}
.single_home_testimonial h3 span {
    display: block;
}
.single_home_testimonial p {
    color: #666;
    text-align: justify;
    text-align-last: center;
    margin: 20px 0 0 0;
}
.tstm_img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%;
    margin: 20px auto;
}

.landing_mobile {
    display: none;
}
.landing_desk {
    position: relative;
}
.landing_content {
    text-align: center;
    position: absolute;
}
.inf_landing .landing_content:nth-child(1) {
    left: 10px;
    top: 30px;
    width: 26%;
}
.inf_landing .landing_content:nth-child(2) {
    left: 42%;
    top: 0;
    width: 25%;
}
.inf_landing .landing_content:nth-child(3) {
    right: 0;
    top: 15px;
    width: 26%;
}
.inf_landing .landing_content:nth-child(4) {
    left: 0;
    top: 180px;
    width: 25%;
}
.inf_landing .landing_content:nth-child(5) {
    left: 39%;
    top: 130px;
    width: 22%;
}
.inf_landing .landing_content:nth-child(6) {
    right: 0;
    top: 155px;
    width: 25%;
}
.landing_content h2 {
    font-size: 18px;
    font-weight: 500;
    color: #616161;
    margin: 0;
}
.landing_content p {
    font-weight: 400;
    color: #666;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}



.landing_testimonial .single_home_testimonial {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
}
.landing_testimonial .single_home_testimonial p {
    text-align: center;
    padding: 0 100px;
    font-size: 15px;
}
h2.common_head2, .landing_testimonial h2 {
    color: #616161;
    text-align: center;
    margin: 38px 0;
    font-size: 36px;
    font-weight: 600;
}
.landing_testimonial h2 {
    margin: 20px 0 0 0;
}
.landing_services {
    background-color: #eee;
    padding: 20px 0;
}
.vtpl_sliderWrap.landing_banner {
    background: #fff;
    height: auto;
}
.inner_banner_landing {
    height: 580px;
    background-size: 48%;
    background-repeat: no-repeat;
    background-position: right 50px bottom 40px;
}
.inner_banner_landing.inf_landing {
    height: 700px;
    background-size: 100%;
    background-position: right 0 bottom 0;
}
.top_landing_base {
    border-top: 10px solid #eee;
    padding: 20px 0;
}

.inner_banner_landing h2 {
    color: #616161;
    border-bottom: 1.5px solid #a1a1a1;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 10px;
}

.inner_banner_landing h5 {
    color: #666;
    font-weight: 400;
    font-size: 24px;
    width: 38%;
    line-height: 30px;
}
ul.partner_list.landing_partner {
    padding-bottom: 30px;
    margin-top: 0;
}
.landing_infographic {
    margin-top: 20px;
    width: 100%;
    float: left;
}


.end_user_landing .landing_content:nth-child(1) {
    left: 0;
    top: 20px;
    width: 26%;
}
.end_user_landing .landing_content:nth-child(2) {
    left: 27%;
    top: 10px;
    width: 25%;
}
.end_user_landing .landing_content:nth-child(3) {
    right: 23%;
    top: 50px;
    width: 23%;
}
.end_user_landing .landing_content:nth-child(4) {
    right: 0;
    top: 10px;
    width: 20%;
}
.end_user_landing .landing_content:nth-child(5) {
    left: 13%;
    top: 140px;
    width: 20%;
}
.end_user_landing .landing_content:nth-child(6) {
    right: 20%;
    top: 185px;
    width: 23%;
}
.landing_services .approach_sec {
    padding: 0 100px;
}
.landing_services .project_col img {
    width: 75px;
}

.landing_services .single_v_int h2 {
    font-size: 18px;
    font-weight: 500;
}
.inner_banner_landing.networking_land_banner {
    background-size: 37%;
    background-position: right 90px bottom 40px;
}
.landing_desk.networking_landing {
    margin-top: -25px;
}
.networking_landing .landing_content:nth-child(1) {
    left: 60px;
    top: 35px;
    width: 28%;
}
.networking_landing .landing_content:nth-child(2) {
    left: 42%;
    top: 20px;
    width: 25%;
}
.networking_landing .landing_content:nth-child(3) {
    right: 30px;
    top: 60px;
    width: 26%;
}
.networking_landing .landing_content:nth-child(4) {
    left: 0;
    top: 205px;
    width: 25%;
}
.networking_landing .landing_content:nth-child(5) {
    left: 32%;
    top: 140px;
    width: 25%;
}
.networking_landing .landing_content:nth-child(6) {
    right: 0;
    top: 250px;
    width: 20%
}


.landing_desk.data_center_landing {
    margin-top: -20px;
}

.data_center_landing .landing_content:nth-child(1) {
    left: 0;
    top: 10px;
    width: 22%;
}
.data_center_landing .landing_content:nth-child(2) {
    left: 32%;
    top: 15px;
    width: 25%;
}
.data_center_landing .landing_content:nth-child(3) {
    right: 10%;
    top: 20px;
    width: 26%;
}
.data_center_landing .landing_content:nth-child(4) {
    left: 13%;
    top: 135px;
    width: 25%;
}
.data_center_landing .landing_content:nth-child(5) {
    left: 44%;
    top: 125px;
    width: 22%;
}
.data_center_landing .landing_content:nth-child(6) {
    right: 0;
    top: 150px;
    width: 25%;
}
.inner_banner_landing.security_land_banner h5 {
    width: 44%;
}
.inner_banner_landing.security_land_banner {
    background-size: 40%;
}


.it_security_landing .landing_content:nth-child(1) {
    left: 60px;
    top: 40px;
    width: 21%;
}
.it_security_landing .landing_content:nth-child(2) {
    left: 35%;
    top: 15px;
    width: 25%;
}
.it_security_landing .landing_content:nth-child(3) {
    right: 25%;
    top: 120px;
    width: 22%;
}
.it_security_landing .landing_content:nth-child(4) {
    right: 0;
    top: 25px;
    width: 20%;
}
.it_security_landing .landing_content:nth-child(5) {
    left: 0;
    top: 220px;
    width: 20%;
}
.it_security_landing .landing_content:nth-child(6) {
    right: 0;
    top: 280px;
    width: 20%;
}
.landing_caption {
    position: absolute;
    left: 0;
    width: 100%;
    top: 58%;
    transform: translateY(-50%);
}
.inf_landing .landing_caption {
    top: 38%;
}

.inner_banner_landing.cloud_land_banner {
    background-size: 34%;
    background-position: right 90px bottom 0;
}
.inner_banner_landing.cloud_land_banner h5 {
    width: 50%;
}
.landing_services.cloud_icons .project_col img {
    width: 150px;
}
.why_areli_infographic_content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.why_areli_infographic {
    width: 67%;
    margin: 0 auto;
}
.single_why_vareli img {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.single_why_vareli_content {
    position: absolute;
    width: 100%;
    left: 0;
}
.single_why_vareli {
    display: inline-block;
    position: relative;
    width: 19%;
    margin: 0 -10px;
    height: 270px;
}
.why_areli_infographic_content .single_why_vareli:nth-child(odd) img {
    top: 50px;
}
.why_areli_infographic_content .single_why_vareli:nth-child(even) img {
    bottom: 50px;
}
.single_why_vareli:nth-child(odd) .single_why_vareli_content {
    bottom: -20px;
}
.single_why_vareli:nth-child(even) .single_why_vareli_content {
    top: -20px;
}
.single_why_vareli h2 {
    font-size: 18px;
    font-weight: 500;
    color: #616161;
    margin: 0;
}
.single_why_vareli p {
    font-weight: 400;
    color: #666;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 18px;
}
.landing_desk.cloud_landing {
    margin: 30px 0;
    width: 100%;
    float: left;
}
.opt_content {
    position: relative;
}
.opt_img {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 30%;
    transform: translateX(-50%);
}
.single_opt {
    position: relative;
    margin: 18px 0;
    width: 100%;
    float: left;
}
.single_opt img {
    position: absolute;
    left: 2px;
    top: -10px;
    width: 40px;
    z-index: 99;
}
.single_opt h2 {
    font-size: 20px;
    font-weight: 500;
    color: #616161;
    margin: 0;
    padding-left: 50px;
}
.single_opt p {
    color: #666;
    margin: 5px 0 0 0;
    text-align: justify;
  	font-size: 13px;
}
.single_opt:after{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background-color: #d5e9f8;
    left: 0;
    top: -2px;
    z-index: 9;
    border-radius: 50%;
}
.azure_landing .opt_img {
    top: 35px;
    left: 0;
    transform: translateX(0);
    width: 32%
}
.azure_landing .single_opt h2 {
    padding-left: 10px;
    position: relative;
    z-index: 99;
}
.single_plarform h2 {
    font-size: 20px;
    font-weight: 500;
    color: #616161;
    margin: 40px 0 0 0;
}
.single_plarform ul {
    padding: 0;
}
.single_plarform ul li {
    color: #666;
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 15px;
    position: relative;
    z-index: 99;
    font-weight: 400;
}
.single_plarform ul li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: '';
    top: 2px;
    z-index: -9;
    margin-left: -5px;
}
.single_plarform ul.aws_base li:before {
    background-color: #f4e8d0;
}
.single_plarform ul.azure_base li:before {
    background-color: #fbeacc;
}
.single_plarform ul.vtpl_base li:before {
    background-color: #dfffb7;
}
.single_plarform ul.vtpl_base2 li:before {
    background-color: #d1e9ff;
}
.platform_sec .single_plarform {
    width: 100%;
    float: left;
}
.platform_sec .single_plarform img {
    width: 40%;
}
.platform_sec .single_plarform:nth-child(odd) img {
    float: left;
    margin-right: 50px;
}
.platform_sec .single_plarform:nth-child(even) img {
    float: right;
    margin-left: 50px;
}
.aws_product .single_opt:after {
    background-color: #ffe5c2;
}
.google_solution_sec {
    width: 65%;
    float: right;
    text-align: center;
    margin-top: 25px;
}
.google_solution_sec .single_opt {
    display: inline-block;
    width: 50%;
    margin-left: -1px;
    margin-right: -1px;
    float: none;
    padding: 0 20px;
}
.google_solution_sec .single_opt:after {
    display: none;
}
.google_solution_sec .single_opt h2 {
    display: inline-block;
    position: relative;
}
.google_solution_sec .single_opt p {
    text-align: center;
}
.google_solution_sec .single_opt h2:after{
    position: absolute;
    content: '';
    left: 0;
    width: 25px;
    height: 25px;
    left: 0;
    top: -2px;
    z-index: -1;
    border-radius: 50%;
}
.google_solution_sec .single_opt:nth-child(1) h2:after {
   background-color: #d8eafe; 
}
.google_solution_sec .single_opt:nth-child(2) h2:after {
   background-color: #d9ffbd; 
}
.google_solution_sec .single_opt:nth-child(3) h2:after {
   background-color: #fdb5b8; 
}
.google_solution_sec .single_opt:nth-child(4) h2:after {
   background-color: #feff99; 
}
.google_solution_sec .single_opt:nth-child(5) h2:after {
   background-color: #ffe7c9; 
}
h2.common_head2 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 10px;
}
.gs_product {
    text-align: center;
}
.gs_product  h2 {
    font-size: 20px;
    font-weight: 400;
    color: #33934d;
    margin: 15px 0;
}
.gs_product  p {
    color: #666;
    margin: 5px 0 0 0;
}
.gs_product img {
    width: 80px;
}


.inner_banner_landing.soft_sol_ban {
    background-size: 100% 100%;
    background-position: right center;
  	border-bottom: 1px solid #f6f6f6;
}

.inner_banner_landing.soft_sol_ban h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 32px;
}
.soft_sol_logo img {
    max-width: 35%;
    margin-bottom: 10px;
}

.featured_sol_sec h2.common_head2 {
    font-size: 32px;
    width: 100%;
    float: left;
}
.featured_sol_right {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}
.featured_sol_right:before {
    position: absolute;
    content: '';
    background-color: #ddd;
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
}
.featured_sol_right:after {
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
.featured_sol_right ul {
    margin: 0;
    padding: 0;
}
.featured_sol_right ul li {
    margin: 20px 0;
    padding: 0;
    width: 50%;
    float: left;
    text-align: center;
}
.featured_sol_right h2 {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 600;
}
.featured_sol_left {
    margin-top: 95px;
}
.sol_sim_sec {
    background: #f4f4f4;
    margin-top: 50px;
    padding-bottom: 50px;
}
.single_simplefied {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}
.single_simplefied img {
    max-width: 60%;
    margin: 30px 0 40px 0;
}
.single_simplefied a {
    display: block;
}
.single_simplefied a img {
    transform: scale(1);
  	transition: transform .2s;
}
.single_simplefied a:hover img {
    transform: scale(1.2);
  	transition: transform .2s;
}
.single_simplefied p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    text-align-last: center;
    min-height: 115px;
}
h2.sub_featured {
    color: #666;
    font-size: 20px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.for_e_del {
    padding: 0 100px;
}
.for_e_del2 {
    padding: 0 180px;
}
.e_del {
    background: #f4f4f4;
}
.multiple_outlet {
    background: #fff;
    margin-top: 50px;
    padding-bottom: 50px;
}
.outlet_content {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.single_outlet {    
    display: inline-block;
    margin: 0 -12px;
    padding: 100px 0;
    position: relative;
    vertical-align: middle;
}
.del_outlet .single_outlet {
    width: 16%;
    padding: 92px 0;
}
.single_outlet p {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    color: #686767;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;    
    padding: 7px 8px;
}
.del_outlet .single_outlet p {
	border: 2px solid #eb953f;
}
.del_outlet .single_outlet:nth-child(odd) p {
    bottom: 0;
}
.del_outlet .single_outlet:nth-child(even) p {
    top: 0;
}
.del_outlet .single_outlet:nth-child(1) p, .del_outlet .single_outlet:nth-child(6) p {
    padding-left: 30px;
    padding-right: 30px;
}
.download_now {
    padding: 50px 0;
    color: #fff;
}
.download_now h2 {
    font-size: 50px;
    text-transform: uppercase;
}
.download_now p {
    font-size: 24px;
    margin-top: 10px;
}
.dld_btn {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    margin-top: 40px;
}
.dld_btn a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f26622;
    color: #676766;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.dld_btn a:hover {
    color: #fff;
    background-color:  #f26622;
    transition: all 0.4s ease-in-out;
}
.dld_btn a img {
    background-color: #f26622;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-top: -7px;
}
.dld_btn a span {
    padding: 0 15px;
    line-height: 50px;
}
.software_featue {
    background: #fff;
    padding-bottom: 50px;
}
.software_featue_img {
    background-size: 33% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    float: left;
}
.software_featue_img img {
    width: 72%;
    margin-top: 10px;
}
.software_featue_content {
    margin-top: 30px;
    width: 100%;
    float: left;
}
.software_featue_row {
    margin: 0 -10px;
}
.software_featue_col {
    padding: 0 10px;
    width: 33.33%;
    float: left;
    margin-top: 20px;
}
.soft_edel .software_featue_col:nth-child(1), .soft_edel .software_featue_col:nth-child(2), .soft_edel .software_featue_col:nth-child(3), .soft_edel .software_featue_col:nth-child(4) {
    width: 50%;
}
.software_featue_single {
    box-shadow: 0 0 8px #666;
    padding: 20px;
    min-height: 100px;
    background-color: #fff;
}
.soft_edel .software_featue_single {
    height: 190px;
}
.soft_edel .software_featue_col:nth-child(1) .software_featue_single, .soft_edel .software_featue_col:nth-child(2) .software_featue_single, .soft_edel .software_featue_col:nth-child(3) .software_featue_single, .soft_edel .software_featue_col:nth-child(4) .software_featue_single {
    height: 180px;
}
.software_featue_single h2 {
    color: #686767;
    font-size: 20px;
    margin: 0 0 25px 0;
    text-align: center;
    font-weight: 600;
}
.software_featue_single p {
    color: #666;
    font-size: 16px;
    margin: 0;
    text-align: justify;
}
.fet_base {
	position: relative;
}
.fet_img {
	width: 40%;
    padding-right: 50px;
}
p.combing_bi {
    font-size: 24px;
    color: #666;
    margin: 0;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
}
.dld_btn.for_dist a {
    border: 1px solid #c12026;
}
.dld_btn.for_dist a img, .dld_btn.for_dist a:hover {
    background-color: #c12026;
}
.dist_outlet .single_outlet {
	width: 18%;
}
.dist_outlet .single_outlet p {
	border: 2px solid #f5a197;
    padding-left: 33px;
    padding-right: 33px;
}
.dist_outlet .single_outlet:nth-child(odd) p {
    top: 3px;
}
.dist_outlet .single_outlet:nth-child(even) p {
    bottom: 1px;
}
.soft_dist .software_featue_single {
    height: 180px;
}
.soft_dist .software_featue_col:nth-child(1) .software_featue_single, .soft_dist .software_featue_col:nth-child(2) .software_featue_single, .soft_dist .software_featue_col:nth-child(3) .software_featue_single {
	height: 280px;
}

.pay_sol {
	margin-top: 50px;
}
.pay_outlet .single_outlet {
    width: 18%;
    margin: 0 8px;
    padding: 95px 0;
}
.pay_outlet .single_outlet p {
	border: 2px solid #52ba65;
    padding-left: 33px;
    padding-right: 33px;
}
.pay_outlet .single_outlet:nth-child(odd) p {
    top: -10px;
}
.pay_outlet .single_outlet:nth-child(even) p {
    bottom: -10px;
}
.dld_btn.for_pay a {
    border: 1px solid #52ba65;
}
.dld_btn.for_pay a img, .dld_btn.for_pay a:hover {
    background-color: #52ba65;
}
.soft_pay .software_featue_single {
    height: 180px;
}
.pay_zigzag {
	background: #f4f4f4;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 10px;
}
.single_pay_zig {
	width: 70%;
	margin: 40px auto 0 auto;
    position: relative;
}
.single_pay_zig img {
    position: absolute;
    top: 50%;
    width: 100px;
    transform: translateY(-50%);
}
.single_pay_zig:nth-child(odd) {
	padding-right: 150px;
}
.single_pay_zig:nth-child(even) {
	padding-left: 150px;
}
.single_pay_zig:nth-child(odd) img {
	right: 0;
}
.single_pay_zig:nth-child(even) img {
	left: 0;
}
.single_pay_zig h2 {
	font-size: 24px;
    margin: 0;
    color: #686767;
    font-weight: 500;
}
.single_pay_zig p {
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #666;
}
.dld_btn.for_easeque a {
    border: 1px solid #fbce08;
}
.dld_btn.for_easeque a img, .dld_btn.for_easeque a:hover {
    background-color: #fbce08;
}
.soft_easeque .software_featue_single {
    height: 290px;
    text-align: center;
}
.soft_easeque .software_featue_single img {
    width: 60px;
    margin: 0 auto 20px auto;
}
.soft_easeque .software_featue_single h2 {
    font-size: 20px;
}
.esq_circle {
	position: relative;
    margin: 30px 0 50px 0;
    padding: 20px 0;
    width: 100%;
    float: left;
}
.mid_esq_cir {
	text-align: center;
}
.mid_esq_cir img {
	width: 40%;
}
.single_esq_cir {
    width: 22%;
    position: absolute;
}
.single_esq_cir:nth-child(2) {
	top: 10px;
    left: 150px;
}
.single_esq_cir:nth-child(3) {
	top: 10px;
    right: 150px;
}
.single_esq_cir:nth-child(4) {
	top: 50%;
    transform: translateY(-50%);
    left: 80px;
    padding-left: 60px;
}
.single_esq_cir:nth-child(5) {
	top: 50%;
    transform: translateY(-50%);
    right: 80px;
}
.single_esq_cir:nth-child(6) {
	bottom: 10px;
    left: 150px;
}
.single_esq_cir:nth-child(7) {
    bottom: 10px;
    right: 130px;
}
.single_esq_cir h2 {
    font-size: 16px;
    line-height: 20px;
    color: #686867;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.single_esq_cir:nth-child(odd) {
	padding-left: 60px;
}
.single_esq_cir:nth-child(even) {
	padding-right: 60px;
}
.single_esq_cir img {
	width: 60px;
    position: absolute;
    margin-top: -10px;
}
.single_esq_cir:nth-child(even) img {
	right: 0;
}
.single_esq_cir:nth-child(odd) img {
	left: 0;
}
.inner_banner_landing h5.max_5 {
	width: 48%;
}
.fet_base.fuel_industry {
	margin-bottom: 50px;
}
.dld_btn.fuel_ind a {
    border: 1px solid #9a6766;
}
.dld_btn.fuel_ind a img, .dld_btn.fuel_ind a:hover {
    background-color: #9a6766;
}
.soft_fuel .software_featue_col {
    width: 50%;
}
.soft_fuel .software_featue_single {
    height: 200px;
}
.software_featue_img.right_img {
    background-position: left bottom;
}
.software_featue_img.right_img img {
	float: right;
}

.sourcing_outlet .single_outlet {
	width: 16%;
  	padding: 92px 0;
  	margin: 0 -12px;
}
.sourcing_outlet .single_outlet:first-child, .sourcing_outlet .single_outlet:last-child {
	width: 24%;
    margin: 0 -60px;
}
.sourcing_outlet .single_outlet p {
	border: 2px solid #00a79e;
}
.sourcing_outlet .single_outlet:nth-child(odd) p {
    bottom: 0;
}
.sourcing_outlet .single_outlet:nth-child(even) p {
    top: 0;
}
.dld_btn.for_sourcing a {
    border: 1px solid #00a79e;
}
.dld_btn.for_sourcing a img, .dld_btn.for_sourcing a:hover {
    background-color: #00a79e;
}
.software_featue_content .sourcing_module {
	padding: 20px;
}
.software_featue_content .sourcing_module:first-child {
  	margin-top: 50px;
}
.software_featue_content .sourcing_module:nth-child(odd) {
	background-color: #f2f1f0;
}
.sourcing_module h2 {
	font-size: 24px;
    margin: 0;
    color: #686767;
  	background-size: 45px auto;
    background-repeat: no-repeat;
    background-position: left center;
  	line-height: 50px;
  	padding-left: 55px;
}
.sourcing_module ul {
	margin: 15px 0 0 0;
}
.sourcing_module ul li {
	font-size: 17px;
    margin: 5px 0 0 0;
    color: #666;
  	list-style-type: disc;
}

.retailing_circle .single_esq_cir:nth-child(odd) {
	padding-left: 80px;
}
.retailing_circle .single_esq_cir:nth-child(even) {
	padding-right: 80px;
}
.retailing_circle .single_esq_cir:nth-child(3) { 
  	padding-right: 30px;
}
.retailing_circle .single_esq_cir:nth-child(4) {   
    padding-left: 0;
}
.dld_btn.for_retailing a {
    border: 1px solid #c73772;
}
.dld_btn.for_retailing a img, .dld_btn.for_retailing a:hover {
    background-color: #c73772;
}
.soft_retailing .software_featue_col {
    width: 50%;
}
.software_featue_single ul {
	padding: 0 0 0 30px;
  	margin: 0;
}
.software_featue_single ul li {
    color: #666;
    font-size: 15px;
    margin: 2px 0 0 0;
    text-align: justify;
  	list-style-type: disc;
}
.soft_retailing .software_featue_single {
    min-height: 210px;
}

.dld_btn.track_dld a {
    border: 1px solid #93278f;
}
.dld_btn.track_dld a img, .dld_btn.track_dld a:hover {
    background-color: #93278f;
}

.soft_track1 .software_featue_col {
  	width: 33.33%;
}
.soft_track1 .software_featue_col:nth-child(1), .soft_track1 .software_featue_col:nth-child(2) {
  	width: 50%;
}
.soft_track2 .software_featue_col {
  	width: 50%;
}
.soft_track1 .software_featue_single {
    min-height: 240px;
}
.soft_track1 .software_featue_col:nth-child(1) .software_featue_single, .soft_track1 .software_featue_col:nth-child(2) .software_featue_single {  	
    min-height: 160px;
}
.soft_track2 .software_featue_single {
    min-height: 170px;
}

.erp_outlet .single_outlet {
    width: 30%;
    margin: 0 -62px;
}
.outlet_content.erp_outlet {
    padding: 30px 0;
}
.fet_base.erp_industry {
    margin: 50px 0;
}
.erp_outlet .single_outlet p {
  	font-weight: 400;  
}
.erp_outlet .single_outlet:nth-child(even) p {
    top: -35px;
}
.erp_outlet .single_outlet:nth-child(odd) p {
    bottom: -35px;
}
.dld_btn.erp_dld a {
    border: 1px solid #f16667;
}
.dld_btn.erp_dld a img, .dld_btn.erp_dld a:hover {
    background-color: #f16667;
}
.feature_gray {
	background-color: #f5f5f5;
    margin-top: 50px;
    padding-bottom: 50px;
}
.erp1 .software_featue_col {
	width: 50%;
}
.erp1 .software_featue_single {
    min-height: 240px;
}
.erp1 .software_featue_col:nth-child(5) .software_featue_single, .erp1 .software_featue_col:nth-child(6) .software_featue_single {
  	min-height: 300px;
}


.erp2 .software_featue_col {
	width: 50%;
}
.erp2 .software_featue_col:nth-child(5), .erp2 .software_featue_col:nth-child(6), .erp2 .software_featue_col:nth-child(7) {
	width: 33.33%;
}
.erp2 .software_featue_single {
  	min-height: 240px;
}
.erp2 .software_featue_col:nth-child(5) .software_featue_single, .erp2 .software_featue_col:nth-child(6) .software_featue_single, .erp2 .software_featue_col:nth-child(7) .software_featue_single {
  	min-height: 320px;
}


.erp3 .software_featue_col {
	width: 50%;
}
.erp3 .software_featue_single {
  	min-height: 300px;
}

.erp4 .software_featue_col {
	width: 50%;
}
.erp4 .software_featue_single {
  	min-height: 200px;
}
.erp4 .software_featue_col:nth-child(1) .software_featue_single, .erp4 .software_featue_col:nth-child(2) .software_featue_single {
  	min-height: 300px;
}

.erp_base .software_featue_single {
    box-shadow: 0 0 8px #f69ea0;
}
h2.common_head2.mar_less {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
h2.common_head2.mar_bott {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.line_div {
    position: relative;
    padding: 0 15px;
}
.line_div:after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #dbdbdb;
    content: '';
    top: 0;
    right: -15px;
}

.inner_banner_landing.inf_landing.fleet_banner {
    height: 710px;
    background-position: right 0 top 0;
    background-size: cover;
}
.inf_landing.fleet_banner .landing_caption {
    top: 18%;
  	transform: none;
}
.inner_banner_landing.fleet_banner h2 {
    color: #fff;
    border-bottom: none;
    font-size: 40px;
    margin-top: 40px;
    padding-bottom: 0;
}
.inner_banner_landing.fleet_banner h5 {
    color: #fff;
    width: 50%;
}
.wenco_logo {
    padding: 50px 0;
  	text-align: center;
}
.wenco_logo img {
    max-width: 35%;
}
.wenco_logo p {
    text-align: justify;
  	text-align-last: center;
  	color: #686767;
  	font-size: 24px;
  	line-height: 36px;
  	margin: 30px auto 0 auto;
  	width: 75%;
}

.fleet_production {
	background-color: #f2f1f0;
    padding: 50px 0;
}
.fleet_production .container {
    position: relative;
}
.fleet_production .single_fleet_prod {
    width: 34%;
    float: left;
    min-height: 190px;
    text-align: left;
    margin-top: 30px;
}
.fleet_production .single_fleet_prod:nth-child(3), .fleet_production .single_fleet_prod:nth-child(5) {
	float: right;
    text-align: right;
}
.single_fleet_prod img {
	display: none;
}
.single_fleet_prod h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #686767;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.single_fleet_prod p {
    color: #666;
    font-size: 15px;
    margin: 0;
}
img.mid_fleet {
    position: absolute;
    width: 28%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
}
.fleet_productivity {
	background-size: cover;
    padding: 20px 0 50px 0;
  	background-attachment: fixed;
}
.fleet_productivity h2 {
	font-size: 36px;
}
.fleet_productivity p {
  font-size: 20px;
  text-align: justify;
  text-align-last: center;
}
.wenco_logo h2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: #666;
    font-weight: 600;
}
.wenco_logo {
    background-size: auto 84%;
    background-position: center right;
    background-repeat: no-repeat;
}
img.mid_fleet.mid_fuel {
    bottom: 90px;
    width: 32%;
}
.fuel_mng_alt .why_areli_infographic {
    width: 90%;
    margin: 80px auto;
}
.fuel_mng_alt .single_why_vareli {
    width: 24%;
    height: 260px;
}
.fuel_mng_alt .single_why_vareli:nth-child(odd) .single_why_vareli_content {
    bottom: -50px;
}
.fuel_mng_alt .single_why_vareli:nth-child(even) .single_why_vareli_content {
    top: -40px;
}
.fuel_mng_alt .single_why_vareli h2 {
    margin: 0 0 10px 0;
}
.inner_banner_landing .sim_cap h5 {
    width: 60%;
}

.single_fleet_prod ul {
	padding: 0 0 0 10px;
}
.single_fleet_prod ul li {
    font-size: 15px;
    margin-top: 5px;
    color: #666;
    list-style-type: disc;
    text-align: left;
    margin-left: 20px;
}

.sim_range img.mid_fleet {
    bottom: 0px;
}
.sim_range .single_fleet_prod h2 {
  	text-align: left;
}
.fleet_production.sim_range .single_fleet_prod:nth-child(3) {
    float: left;
    text-align: left;
}
.fleet_production.sim_range .single_fleet_prod:nth-child(4) {
    float: right;
    text-align: right;
}

.sim_alt .why_areli_infographic {
    width: 90%;
    margin: 170px auto;
}
.sim_alt .single_why_vareli {
    width: 32%;
    height: 340px;
    margin: 0 -56px;
}
.sim_alt .why_areli_infographic_content .single_why_vareli:nth-child(odd) {
	margin-top: 40px;
}
.sim_alt .why_areli_infographic_content .single_why_vareli:nth-child(even) {
	margin-top: -115px;
  vertical-align: top;
}
.sim_alt .single_why_vareli p {
    margin: 10px 0 0 0;
    font-size: 15px;
}



.fat_alt .why_areli_infographic {
    width: 100%;
    margin: 200px auto 170px auto;
}
.fat_alt .single_why_vareli {
    width: 30%;
    height: 340px;
    margin: 0 -63px;
  	float: left;
}



.fat_alt .single_why_vareli p {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.fat_alt .single_why_vareli:nth-child(odd) img {
    width: 100px;
}
.fat_alt .single_why_vareli:nth-child(even) img {
    width: 70px;
}
.fat_alt .single_why_vareli.nth1 {
    margin-top: 40px;
    height: 380px;
    margin-left: -40px;
}
.fat_alt .single_why_vareli.nth2 {
    margin-top: -135px;
    height: 510px;
    margin-left: -3px;
}
.fat_alt .single_why_vareli.nth3 {
    margin-top: 40px;
    height: 470px;
}
.fat_alt .single_why_vareli.nth4 {
    margin-top: -115px;
    height: 500px;
    margin-left: -95px;
}
.fat_alt .single_why_vareli.nth5 {
    margin-top: 110px;
    height: 365px;
}
.sol_sim_sec .row .col-sm-4:last-child .line_div:after {
	display: none;
}
.parent nav ul.sticky_menu {
	text-align: center;
    display: block;
}
.parent nav ul.sticky_menu li {
	display: inline-block;
	padding: 0 20px;
    width: 33%;
}
.parent nav ul.sticky_menu li a {
    padding: 15px 0;
    border: 1px solid #666;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}
.parent nav ul.sticky_menu li a:hover {
	box-shadow: 0 0 7px #666;
	transition: all 0.3s;
}
.sticky_section {
	padding-top: 100px;
}
h2.common_head.sticky_h2 {
    margin-bottom: 30px;
}
.sticky_section ul {
    margin: 0 0 0 100px;
    padding: 0;
}
.sticky_section ul li {
	text-align: left;
    font-size: 22px;
    color: #666;
    margin: 10px 0;
    list-style-type: disc;
}
ul.to_link {
	margin: 0;
    padding: 0;
}
ul.to_link li {
	margin: 30px 0 0 0;
    display: inline-block;
	padding: 0 20px;
    width: 33%;
    list-style-type: none;
}
ul.to_link li a {
	padding: 18px 0;
    border: 1px solid #666;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
	transition: all 0.3s;
}
ul.to_link li a:hover {
	box-shadow: 0 0 7px #666;
	transition: all 0.3s;
}
.sticky_section .fleet_productivity {
	border-top: 15px solid #ebe9ea;
}
html,.wenco_logo .parent {
	scroll-behavior: smooth;
}  
.inner_banner_landing.blogs_ban {
    background-size: cover;
    background-position: center top;
    height: 800px;
}
.blogs_ban .landing_caption {
	margin-top: -100px;
}
.inner_banner_landing.blogs_ban h2 {
    color: #fff;
  	text-align: center;
 	width: 100%;
  	border: none;
  	text-shadow: 0 0 4px #666;
}
.inner_banner_landing.blogs_ban h5 {
    color: #fff;
    width: 70%;
    text-align: center;
    margin: 10px auto 0 auto;
  text-shadow: 0 0 4px #666;
}
.cat_slider {
    background-color: #fff;
    box-shadow: 0 0 6px #666;
    padding: 20px;
    margin-top: -150px;
    position: relative;
    text-align: center;
}



.single_blog_cat h2 {
    font-size: 17px;
  font-weight: 500;
  color: #343434;
  margin: 10px 0 0 0;
  line-height: 20px;
}

.single_blog_cat h5 {
    font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #22559e;
}
h2.common_head.blog_high {
    color: #fff;
    margin-top: -65px;
    text-align: left;
    padding-left: 65px;
    margin-bottom: 30px;
}
.blog_cat_img {
    overflow: hidden;
    max-height: 166px;
}
.single_blog_cat .blog_cat_img img {
	transition: all .3s;
  width: 100%;
}
.single_blog_cat:hover .blog_cat_img img {
	transform: scale(1.2) rotate(4deg);
  transition: all .3s;
}
.single_blog_cat:hover h2 {
	color: #22559e;
}
.latest_news_sec .single_lst_news {
    width: 48%;
    background-color: #f4f4f3;
    margin-bottom: 30px;
  	border: 1px solid #c0c0c0;
}
.latest_news_sec .single_lst_news:nth-child(even) {
	float: left;
}
.latest_news_sec .single_lst_news:nth-child(odd) {
	float: right;
}
.latest_news_sec .single_lst_news:nth-child(1) {
    width: 100%;
    position: relative;
}
.news_img {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center center;
}
.news_img h5 {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 6px 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
.news_img h6 {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin: 0;
    padding: 6px 15px;
    background: #f4f4f3;
    color: #22559e;
    font-weight: 500;
    font-size: 14px;
  	transform: translateX(-50%);
}
.news_img h6 a {
	color: #22559e;
}
.latest_news_sec .single_lst_news h2 {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0 0;
    font-weight: 400;
    color: #5e5e5e;
    
    line-height: 20px;
    min-height: 50px;
}
.latest_news_sec .single_lst_news h2 a {
    color: #5e5e5e;
  	transition: all 0.3s;
    /*rameez*/
    font-size: 17px;
}
.latest_news_sec .single_lst_news h2 a:hover {
    color: #22559e;
  transition: all 0.3s;
}
.latest_news_sec .single_lst_news h3 {
    text-align: center;
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 400;
    font-family: inherit;
}
.latest_news_sec .single_lst_news h3 a {
    color: #fff;
    padding: 6px 20px;
    background: #22559e;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.latest_news_sec .single_lst_news h3 a:hover {
    color: #fff;
    background: #333;
  transition: all 0.3s;
}
h2.common_head.news_head {
    color: #1e1e1e;
    margin: 30px 0 20px 0;
    font-size: 36px;
}
.latest_news_sec .single_lst_news:nth-child(1) .news_img {
    height: 380px;	
}
.latest_news_sec .single_lst_news:nth-child(1) .news_img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,12,72,.48);
}
.latest_news_sec .single_lst_news:nth-child(1) h2 {
    position: absolute;
    margin: 0;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
    z-index: 99;
    left: 50%;
    font-size: 28px;
    line-height: 35px;
    padding: 0;
}
.latest_news_sec .single_lst_news:nth-child(1) h2 a {
    color: #fff;
    padding: 40px;
    border: 4px solid transparent;
    display: inline-block;
}
.latest_news_sec .single_lst_news:nth-child(1):hover h2 a {
    border: 4px solid #fff;
}
.latest_news_sec .single_lst_news:nth-child(1) h3 {
	float: right;
  	margin-right: 15px;
}
.latest_news_sec .single_lst_news:nth-child(1) h5 {
    background: transparent;
    padding: 0;
    bottom: -55px;
    top: auto;
    left: 0;
    color: #666;
    margin-left: 15px;
    display: none;
}
.latest_news_sec .single_lst_news:nth-child(1) h6 {
    background: transparent;
    padding: 0;
    bottom: -40px;
    left: 0;
    transform: inherit;
    margin-left: 15px;
}
.single_sides_bar {
    border: 1px solid #c2c2c2;
    margin-top: 50px;
    padding: 20px;
    position: relative;
  	width: 100%;
    float: left;
  	padding-top: 0;
}
.single_sides_bar:last-child {
    margin-bottom: 40px;
}
.single_sides_bar h2 {
    color: #1e1e1e;
    font-size: 24px;
    margin: -15px 0 0 0;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    font-weight: 500;
}
.single_popular {
	margin: 20px 0 10px 0;
  	width: 100%;
    float: left;
}
.single_popular .news_img {
	width: 110px;
  	float: left;
  	height: 70px;
  	margin-right: 15px;
}
.single_popular p {
	color: #343434;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  line-height: 22px;
  transition: all 0.3s;
}
.single_viewed {
	margin: 20px 0 10px 0;
  	width: 100%;
    float: left;
}
.single_viewed .news_img {
  	height: 180px;
}
.single_viewed p {
	color: #343434;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0 0;
  line-height: 16px;
  text-align: center;
  transition: all 0.3s;
}
.single_popular:hover p, .single_viewed:hover p {
	color: #22559e;
  	transition: all 0.3s;
}
.news_details {
    margin-top: 100px;
    border:none;
}
.news_detail_sec {
    margin-top: 30px;
}
.news_detail_sec h3 {
    font-family: inherit;
    margin: 30px 0 0 0;
    color: #525252;
}
.news_detail_sec p {
    line-height: 24px;
    margin: 30px 0 0 0;
    color: #525252;
  	font-size: 16px;
}
.news_detail_sec ul {
	margin: 20px 0 0 0;
}
.news_detail_sec ul li {
    line-height: 24px;
    margin: 0;
    color: #525252;
  	font-size: 16px;
  	list-style: none;
}
.news_detail_sec ul li::before {
    content: "\2022";
    color: #3867aa;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    vertical-align: bottom;
    font-size: 28px;
}
.newsdetails {
    position: relative;
}

.newsdetails img {
	width: 100%;
  	border: 1px solid #fafafa;
}
.bottom_stick {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.6);
}
.bottom_stick p {
    float: left;
    line-height: 36px;
    margin: 0;
    color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.bottom_stick p span {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.bottom_stick p a {
    color: #fff;
  font-weight: 600;
}
ul.social_share {
    float: right;
  	padding: 0;
  	margin: 0;
}
ul.social_share li {
    float: left;
}
ul.social_share li:before {
    display: none;
}
ul.social_share li a {
    display: inline-block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-left: 8px;
    transition: all .3s;
}
ul.social_share li a:hover {
    transition: all .3s;
    margin-top: -3px;
}
p.see_also {
    padding-left: 25px;
    font-weight: 600;
}
p.see_also a {
    text-decoration: underline;
  	color: #3867aa;
}

p.topics {
    padding-left: 25px;
}
p.topics a {
    text-decoration: underline;
  	color: #3867aa;
  	margin-left: 20px;
}
span.prev {
    float: left;
}
span.next {
    float: right;
}
.pagination {
    width: 100%;
    float: left;
}
.pagination a {
	color: #22559e;
    padding: 6px 25px;
    border: 1px solid #22559e;
    display: inline-block;
    transition: all 0.3s;
  font-weight: 500;
}
.pagination a:hover {
	color: #fff;
    background: #22559e;
    transition: all 0.3s;
}
.inner_banner_landing.partn_ban {
    height: 600px;
    background-size: cover;
    background-position: center top 55px;
}
.inner_banner_landing.partn_ban h5 {
    width: 40%;
}
.new_partner_base {
	text-align: center;
}
.for_partner {
    padding: 40px 0;
}
.for_partner.mine_partn {
    padding: 70px 0 30px 0;
    background-size: cover;
    background-attachment: fixed;
}
ul.partner_list.print_partn li {
    width: 17%;
}
.for_partner h2 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #616161;
}
.for_partner h2:after {
    background-color: #74a2e6;
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
ul.partner_list.bottom_partn li {
    width: 30%;
}

.inner_banner_landing.new_career {
    background-size: cover;
    background-position: center top;
    height: 600px;
}
.job_view h2.common_head2 {
	font-size: 34px;
  	font-weight: 500;
}
h5.sub_head_content {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #616161;
    line-height: 26px;
    margin: 0 0 70px 0;
}
ul.job_list {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.job_list li {
    margin: 0 15px 40px 15px;
    text-align: left;
    width: 28%;
    display: inline-block;
    box-shadow: 0 0 10px #666;
    padding: 20px;
  	transition: all 0.3s;
}
ul.job_list li:hover {
    background-color: #eee;
  	transition: all 0.3s;
}
ul.job_list li img {
    float: left;
    margin-right: 15px;
}
ul.job_list li p {
    margin: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    padding-top: 5px;
  	color: #333;
}
ul.job_list li a {
    margin: 50px 0 0 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #333;
    display: inline-block;
    float: right;
}
.job_view {
    padding: 20px 0 30px 0;
}
.inner_banner_landing.new_job {
    background-position: bottom right;
    height: 450px;
    background-size: cover;
    margin-top: 35px;
}
.inner_banner_landing.new_job h2 {
    color: #fff;
    border-bottom: none;
    font-size: 44px;
    padding-bottom: 0;
	margin-top: 0;
}
.inner_banner_landing.new_job h5 {
    color: #fff;
    font-size: 22px;
    width: 40%;
    line-height: 28px;
}

.career_modal {
    width: 100%;
    float: left;
    text-align: center;
	padding: 60px 0;
}
.career_base .single_career {
	position: relative;
	margin-bottom: 70px;
}
.career_base .single_career:nth-child(odd) {
	padding-left: 50%;
}
.career_base .single_career:nth-child(even) {
	padding-right: 50%;
}
.career_base .single_career img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.career_base .single_career:nth-child(odd) img {
	left: 20px;
}
.career_base .single_career:nth-child(even) img {
	right: 20px;
}
.career_base .single_career ul {
	padding-left: 20px;
}
.career_base .single_career h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.career_base {
    padding-top: 50px;
}
.contact_map iframe {
    width: calc(100% + 600px);
    margin-left: -350px;
    height: 360px;
    margin-bottom: -6px;
}





.home_test .testim .cont div p {
	color: #666;
    margin: 20px 0 10px 0;
}
.home_test .testim .cont div h2 {
    color: #616161;
    padding-top: 0;
    margin: 12px 0;
}
.testimonial_sec.home_test {
    padding: 50px 0;
    border-top: 10px solid #f1f1f1;
    margin-top: 20px;
}
.home_test .testim .dots {
    bottom: 0;
}
.home_test .testim .dots .dot {
	border: 1px solid #1b4475;
    margin: 0 3px;
}
.home_test .testim .dots .dot.active,
.home_test .testim .dots .dot:hover {
    background: #1b4475;
    border-color: #1b4475;
}
h2.testi_head {
    color: #616161;
    padding: 0;
    margin: 0 0 40px 0;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
}


.home_blog_desk {
    padding: 50px 0;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}
.home_blog_desk .latest_news_sec {
	margin-left: -12px;
      margin-right: -12px;
}
.home_blog_desk .latest_news_sec .single_lst_news {
    padding-left: 12px;
    padding-right: 12px;
    width: 25.5%;
    float: left;
    border: none;
    background: transparent;
  	position: relative;
}

.home_blog_desk .latest_news_sec .single_lst_news:nth-child(1) {
      width: 49%;
}
.home_blog_desk .news_img {
    height: 175px;
}
.home_blog_desk .latest_news_sec .single_lst_news:nth-child(1) .news_img {
    height: 380px;	
}
.home_blog_desk .latest_news_sec .single_lst_news .news_img:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,12,72,0.4);
}
.home_blog_desk .latest_news_sec .single_lst_news h2 {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
    z-index: 99;
    left: 50%;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
}
.home_blog_desk .latest_news_sec .single_lst_news:nth-child(1) h2 {
    width: 70%;
    font-size: 24px;
    line-height: 30px;
}
.home_blog_desk .latest_news_sec .single_lst_news h2 a {
    color: #fff;
    padding: 10px;
    border: 3px solid transparent;
    display: inline-block;
}
.home_blog_desk .latest_news_sec .single_lst_news:hover h2 a {
    border: 3px solid #fff;
}

.home_blog_desk a.career_form {
    padding: 6px 15px;
    font-size: 14px;
  	 margin: 20px 0 0 0;
}








.new_top_bar {
	height: 40px;
  	background-color: #bfbfbf;
  	width: 100%;
  	float: left;
  	color: #000;
    line-height: 40px;
}
.new_top_bar a {
	color: #000;
  margin-left: 5px;
}
.new_top_bar i.fa {
	font-size: 16px;
}
.new_top_bar a:hover {
	color: #aad0fd;
}
.top_social_link {
    width: 50%;
    float: left;
    text-align: right;
}
.top_touch {
    float: left;
    width: 50%;
    text-align: left;
}
.home_form {
    padding: 60px 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
  	position: relative;
}
.home_form:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    left: 0;
    top: 0;
    z-index: 9;
}
.home_form form {
    background-color: #fff;
    padding: 0;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    border: none;
}
.home_form .container {
	position: relative;
    z-index: 99;
}
.home_form h2.testi_head {
	color: #fff;
}
.career_modal form input[type="submit"] {
    float: none;
    color: #1b4475;
    border: 1px solid #1b4475;
    border-radius: 30px;
    padding: 8px 20px;
    transition: all .4s ease;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  	background-color: transparent;
  	margin-top: 20px;
}
.career_modal form input[type="submit"]:hover {
    color: #fff;
}
.career_modal.for_enquire .modal-header {
    color: #fff;
  	background-color: #528ace;
}
.for_enquire .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.home_form .form-control {
    width: 100%;
    height: 40px;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin: 0 0 20px 0;
    box-shadow: none;
}
.home_form textarea.form-control {
    height: 100px;
    padding-top: 10px;
}
.single_home_service {
    width: 25%;
    display: inline-block;
    margin: 0 -3px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    background-color: #eee;    
    margin-bottom: 30px;
}
.single_home_service img {
    max-width: 70px;
    transition: all 0.4s;
    filter: grayscale(1);
}
.single_home_service:hover img {
    transform: scale(1.2);
  	transition: all 0.4s;
}
.single_home_service h2 {
    font-size: 20px;
    font-weight: 500;
    color: #616161;
  	transition: all 0.4s;
}
.single_home_service p {
    font-size: 14px;
    margin: 0;
    transition: all 0.4s;
    color: #666;
}
.home_service {
    padding: 50px 0 0 0;
    border-top: 10px solid #f1f1f1;
    margin-top: 20px;
    text-align: center;
}
.single_home_service a {
	display: block;
  	padding: 40px 20px;
}
.single_home_service:hover h2, .single_home_service:hover p {
	color: #000;
  	transition: all 0.4s;
}
.home_service h5 {
    margin: -20px 0 40px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 100px;
}
section.bg-dark {
    padding: 50px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
    background: #fff;
    border-top: 1px solid #eaeaea;
}
.exp_sec img {
    float: left;
    margin-left: -20px;
    margin-top: 30px;
  	width: 60%;
}
.exp_sec span {
	float: left;
  	width: 40%;
    padding-left: 50px;
    text-align: left;
  	font-family: 'Poppins', sans-serif;
}
section.bg-dark .exp_sec p {
    text-transform: none;
    color: #979696;
    line-height: 22px;
    font-size: 15px;
    padding: 0;
    margin: 20px 0 25px 0;
    font-weight: 400;
}
section.bg-dark .exp_sec h3 {
    color: #51555a;
    line-height: 38px;
    font-size: 30px;
    padding: 0;
    margin: 20px 0 0 0;
    font-weight: 500;
    padding-left: 20px;
    border-left: 5px solid #eaeaea;
}
.count_sec {
    padding: 10px 0;
}
.count_sec i.fa {
    color: #487cc7;
    font-size: 36px;
    margin: 0;
}
span.display-4 {
    font-size: 70px;
    color: #51555a;
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-weight: 400;
    margin-left: 5px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -5px;
    line-height: 70px;
}
span.display-4:after {
    position: absolute;
  	content: '+';
}
span#count1.display-4:after {
  	content: '°';
}
section.bg-dark p {
    margin: 0;
    font-size: 16px;
    color: #979696;
    text-transform: uppercase;
    padding-left: 10px;
  	font-family: 'Poppins', sans-serif;
}
.whats_app_chat {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    font-size: 26px;
    background: #30d14d;
  	color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.whats_app_chat:hover {
	background: #25b33f
}
.whats_app_chat a {
    color: #fff;
}
.new_abt_cap p {
    color: #fff;
    font-size: 20px;
    width: 60%;
    line-height: 25px;
    margin: 15px 0 0 0;
    font-weight: 400;
}
.term_con {
    margin-top: 20px;
    background: rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
    padding: 12px 0;
    border-top: 1px solid #2d5c94;
}
.term_con p, .term_con p a {
    color: #b5b5b5;
  	margin: 0;
}
.term_con p a:hover {
    color: #fff;
}
.term_con p.with_link {
    text-align: right;
}
.term_content {
    padding: 40px 0;
}
.term_content h2 {
  color: #616161;
  font-size: 30px;
  margin: 0 0 30px 0;
}
.term_content h3 {
    color: #616161;
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.term_content p {
    color: #666;
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 26px;
}
.term_content ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: justify;
    padding-left: 50px;
}
.term_content ul li {
    list-style-type: circle;
    margin-left: 15px;
  	color: #666;
    margin: 0 0 4px 0;
    font-size: 16px;
    line-height: 26px;
}

.my-carousel{
  width:100%;
  margin: 0 auto;
  position: relative;
}
.my-carousel-item img{
  width: 100%;
}
.my-carousel .owl-nav {
    position: absolute;
    top: -60px;
    width: auto;
    margin: 0 auto;
    left: -20px;
    right: 0;
    display: inline-block;
    justify-content: space-between;
    text-align: left;
}
.my-carousel .nav-main-slider-btn {
    color: #fff !important;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    border: 1px solid #fff;
    outline: none;
    line-height: 26px;
    margin-right: 10px;
}
.cat_wise {
    margin-top: 105px;
    border-top: 1px solid #f1f1f1;
    padding-top: 60px;
}
.cat_wise .cat_slider {
	margin-top: 0;
}
.cat_wise .my-carousel .nav-main-slider-btn {
    color: #666 !important;    
    border: 1px solid #666;
}
.cat_wise h2.common_head.blog_high {
    color: #666;
}
.award_sec {
    color: #4b4b4b;
    text-align: center;
    background-color: #f1f1f1;
    padding: 60px 0;
}
.single_award {
    border: none;
    padding: 30px;
    background: transparent;
    text-align: center;
}
.my-carousel2 {
    margin: 30px 0 0 0;
}
.owl-carousel.my-carousel2 .owl-item img {
    max-width: 80%;
    margin: 0 auto;
}
.single_award h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0 0;
}
.single_award p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}
.my-carousel2 .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    justify-content: space-between;
    text-align: left;
}
.my-carousel2 .nav-main-slider-btn {
    color: #1d86be !important;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 48px;
    outline: none;
    line-height: 26px;
}
.my-carousel2 .nav-main-slider-btn:hover {
    color: #333 !important;
}
.my-carousel2 .owl-prev {
    margin-left: -50px;
 }
 .my-carousel2 .owl-next {
	float: right;
    margin-right: -50px;
 }
.cust_sol {
	padding: 20px 0 0 0
}
h2.new_head {
    color: #5f5f5f;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 40px 0;
}
.cust_sol .welcome-note h2 {
    font-size: 36px;
    margin: 0 0 15px 0;
}
.cust_sol .welcome-note {
    padding: 50px 200px;
    width: 100%;
    float: left;
}

.cust_part {
    width: 33.33%;
    float: left;
    padding: 60px 50px;
    background-color: #f5f4f4;
    color: #5f5f5f;
    font-family: 'Poppins', sans-serif;
}
.cust_part:nth-child(2) {
    width: 33.34%;
    background-color: #3867aa;
  	color: #fff;
}
.cust_part h3 {
    font-family: 'Bitter', serif;
    font-size: 30px;
    margin: 0 0 50px 0;
    position: relative;
    font-weight: 500;
}
.cust_part h3:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #5f5f5f;
    width: 70px;
    left: 0;
    bottom: -22px;
}

.cust_part:nth-child(2) h3:after {
    background: #fff;
}
.cust_part p {
	font-size: 16px;
    line-height: 24px;
    margin: 0;
}






.gallery-container {
    box-shadow: 0 0 8px #8c8c8c;
    padding: 20px;
    position: relative;
    background: #fff;
    margin-bottom: 40px;
}
.gallery-container:first-child {	
    margin-top: -220px;
}
.light_img {
    height: 200px;
    background-position: center center;
    background-size: cover;
}
.light_img a {
	display: block;
	height: 100%;	
}
.light_img a:hover {
	cursor: zoom-in;
}

.my-carousel3 .nav-main-slider-btn {
    color: #fff !important;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 24px;
    border: 1px solid #fff;
    outline: none;
    line-height: 26px;
    background-color: rgba(0, 0, 0, 0.4);
}
.gallery-container .owl-nav {
    position: relative;
    transition: all 0.4s;
  	opacity: 0;
}
.gallery-container:hover .owl-nav {
    transition: all 0.4s;
  	opacity: 1;
}
.gallery-container .owl-prev{
	float: left;
    margin-top: -120px;
    margin-left: 5px;
}
.gallery-container .owl-next{
	float: right;
    margin-top: -120px;
    margin-right: 5px;
}
.gallery-container h2 {
    margin: 0 0 15px 0;
    color: #5f5f5f;
    font-weight: 600;
  	font-size: 24px;
}
.testim .img {
	float: left;
  	margin-right: 20px;
}

.top_partner {
    width: 100%;
    float: left;
    background: #f5f4f4;
    padding: 50px 0;
}
.top_partner .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.top_partner .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #b3b3b3 !important;
    margin: 0 10px;
    border-radius: 50%;
}
.top_partner .owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: #3867aa !important;
}
.top_partner .my-carousel4 img {
	mix-blend-mode: darken !important;
}
.home_form h2.new_head {
	position: relative;
    text-align: left;
  	margin-bottom: 50px;
}
.home_form h2.new_head:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #42474c;
    width: 80px;
    left: 0;
    bottom: -22px;
}
a.insight_more {
    margin-top: 30px;
}


.vtpl_team {
    padding-bottom: 20px;
}
.single_member {
    display: inline-block;
    width: 25%;
    margin: 0 -2px;
    text-align: center;
    margin-bottom: 40px;
    vertical-align: top;
}
.single_member img {
    border-radius: 50%;
    max-width: 170px;
    border: 1px solid #b3b3b3;
}
.single_member p {
    color: #3867aa;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.single_member p span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: #737373;
    font-style: italic;
}
.single_member ul {
    margin: 0;
    padding: 0;
}
.single_member ul li {
    display: inline-block;
    margin: 0 3px;
    font-size: 18px;
}
.single_member ul li:first-child a {
    color: #c65454;
}
.single_member ul li:last-child a {
    color: #0077b7;
}
.contact_map {
    overflow: hidden;
    width: 55%;
    float: left;
    border: 1px solid #dcdcdc;
}
.connect_sec {
    padding: 60px 0;
    background: #f0f0f1;
}
.contac_page h3 {
    font-size: 22px;
    margin: 0 0 12px 0;
    font-weight: 600;
    color: #686868;
}
.contac_page p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #686868;
}
.contac_page p span {
    font-weight: 600;
  	padding-right: 5px;
}
.ques_sec {
    background-color: #f4f4f5;
    padding: 60px 0;
    text-align: center;
}
.ques_sec p {
    color: #42474c;
    font-size: 14px;
    font-style: italic;
    margin-top: -30px;
}
.ques_sec ul {
    padding: 0;
    margin: 0;
}
.ques_sec ul li {
    display: inline-block;
    margin: 30px 10px 0 10px;
}
.ques_sec ul li a {
    background-color: #3867aa;
    display: block;
    padding: 30px;
    color: #fff;
    transition: all 0.3s;
  	border-radius: 0;
}
.ques_sec ul li a:hover {
  	background-color: #333;
  	border-radius: 15px;
    transition: all 0.3s;
}
.ques_sec ul li img {
    margin-bottom: 20px;
}
.other_office {
    padding: 60px 0 40px 0;
    background-size: cover;
    background-position: center center;
}
.office_add {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #d8d8d8;
    min-height: 270px;
    margin-bottom: 20px;
}
.office_add h2 {
    font-size: 22px;
    color: #686868;
    font-weight: 600;
    text-align: center;
  	margin: 0;
}
.office_add ul {
    padding: 0;
    margin: 15px 0 0 0;
}
.office_add ul li {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    margin: 15px 0 0 0;
    padding-left: 22px;
    font-weight: 400;
}
.office_add ul li img {
    position: absolute;
    left: 0;
    top: 0;
}
.ofc_row {
    margin-left: -80px;
    margin-right: -80px;
}
.ofc_col {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.career_modal.for_enquire .modal-header {
    color: #fff;
    background-color: #d9eeff;
    border: none;
}
.for_enquire button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    border: 2px solid #333;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -15px;
    margin-top: -15px !important;
}
.for_enquire .modal-body {
    background-color: #d9eeff;
    padding-bottom: 50px;
}
.career_modal.for_enquire .modal-dialog {
    width: 800px;
}
.for_enquire img {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.for_enquire form {
    width: 50%;
    float: left;
    text-align: left;
}
.for_enquire h4 {
    color: #3766aa;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 30px 0;
}
.for_enquire .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    background-image: none;
  	border: none;
    border-bottom: 2px solid #afb8bf;
    border-radius: 0;
    box-shadow: none;
}
.new_abt_page.new_contact h2 {
    color: #444;
    text-shadow: none;
}
.new_abt_page.new_contact p {
    color: #686868;
}
.video_wrapper {
    box-shadow: -2px 2px 9px #cecece;
    height: 350px;
    overflow: hidden;
}

.img_group .single_blog_cat {
    width: 48%;
    display: inline-block;
    margin: 6px 4px;
    box-shadow: 0 0 5px #d2d2d2;
} 
.news_detail_sec p span, .news_detail_sec li span {
	font-family: 'Roboto', sans-serif !important;
    color: #525252 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

 /* Abhijit */
.modal {
    overflow-y: auto !important;
}

.modal-header .close {
    margin-top: -9px !important;
}

.floating-form1 {
    width: 100%;
}

.floating-form1 input[type="submit"] {
    background-color: #2367b2;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    padding: 10px 40px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 0px solid #e5e5e5 !important;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

.div-padding{
	padding: 20px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.inner_banner_landing.blogs_ban1 {
    background-size: cover;
    background-position: center top;
    height: 500px;
}

.inner_banner_landing.blogs_ban1 h2 {
    color: #fff;
    text-align: center;
    width: 100%;
    border: none;
    text-shadow: 0 0 4px #666;
}

.inner_banner_landing.blogs_ban1 h5 {
    color: #fff;
    width: 70%;
    text-align: center;
    margin: 10px auto 0 auto;
    text-shadow: 0 0 4px #666;
}

.btn-cat{
	color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 15px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #3867aa;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 20px;
}

.btn-cat:hover{
	color: #fff;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 30.4%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
	position: relative;
	z-index: 2;
	top: 20em;
	text-align: center;
	color: #fff;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

.parallax_img {
  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ibm-background-gray-80 {
    background-color: #323232;
}

.ibm-band {
    background-color: #f9f9f9;
    padding: 20px 0;
}

blockquote {
    border-left: 5px solid #3867aa !important;
}

.div_padding{
	margin: 40px auto;
}

.news .single_lst_news {
    /*width: 48%;*/
    background-color: #f4f4f3;
    margin-bottom: 30px;
    border: 1px solid #c0c0c0;
}

.news .single_lst_news h2 {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0 0;
    font-weight: 400;
    color: #5e5e5e;
    padding: 0 20px;
    line-height: 20px;
    min-height: 50px;
}

.news .single_lst_news h2 a {
    color: #5e5e5e;
    transition: all 0.3s;
    font-size: 17px;
}

.news .single_lst_news h3 {
    text-align: center;
    font-size: 16px;
    margin: 15px 0 0 0;
    font-weight: 400;
    font-family: inherit;
}

.news .single_lst_news h3 a {
    color: #fff;
    padding: 6px 20px;
    background: #22559e;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.news .single_lst_news h3 a:hover {
    color: #fff;
    background: #333;
    transition: all 0.3s;
}

.square{
    color: #71b0e0;
    font-size: 30px;
    line-height: 24px;
}