/*
Theme Name: Olvi Child
Theme URI: http://promo-theme.com/olvi/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: Olvi  is the beautiful MultiPurpose Creative WordPress Theme for any businesses, freelancers, agences, consulting, photographers, portfolio, filmmakers and etc. Everyone can find a suitable page for itself. We have tried to create the big set of components and styles for your awesome website.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: olvi
Template: olvi

*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.img-border-radius {
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.side-header,.one-screen-area .os-buttons,.side-navigation-block,.side-navigation .sub-menu, .side-navigation .children{
	background:#cd1e4f !important;
}
.page-id-788 .owl-nav {
    display: none;
}
.wonderplugin-gridgallery-item a div {
    opacity: 0 !important;
    pointer-events: none;
}
/* .hover_text h3.h.vc_custom_heading:hover {
    
    background: linear-gradient(0deg, #a41a4785, #a41a4785), url(http://projectdemo.co.in/optigrise/wp-content/uploads/2018/11/ico1.jpg?id=1195) !important;
    background-size: cover;
} */

/* Html homepage */

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.vc_video-bg iframe {
    max-width: 1000% !important;
    margin-left: 0px !important;
    margin-top: -56px !important;
    width: 2048px;
    height: 1152px;
}
.about-me-section .am-categories-block .personal-image ,.about-me-section .am-portfolio-block .personal-image ,.about-me-section .am-contact-me-block .personal-image{
    right: 45%;
    max-width: 560px;
}
.about-me-section .am-categories-block .h , .about-me-section .am-portfolio-block .h,.am-contact-me-block .h,.am-about-block .h{
    max-width: 100%;
    line-height: 1.500em;
    margin: 25px 0;
}
.about-me-section .am-categories-block .text ,.about-me-section .am-portfolio-block .text ,.am-contact-me-block .text,.am-about-block .text{
    max-width: 100%;
    line-height: 1.875em;
    margin: 25px 0;
}
.am-about-block,.am-portfolio-block, .am-categories-block, .am-contact-me-block{
height:100%;
}
.page-template-home-html-php header.site-header {
    display: none;
}

.page-template-home-html-php .header-space {
    height: 0 !important;
}

.page-template-home-html-php .about-me-section {
    height: 1041px;
}

 .sub-title {
    text-align: center;
}
 .sub-title p a {
    text-decoration: none !important;
    font-size: 16PX;
    color: #f9b03e;
    font-weight: 600;
}

.navigation>ul>li>a span, .search-button i
{
  color:#fff !important;
}
.side-menulogo{
 margin-top:50px;
 margin-left:50px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear;
  -moz-animation: rotating 2s linear;
  -ms-animation: rotating 2s linear;
  -o-animation: rotating 2s linear;
  animation: rotating 2s linear;
}
.intro-content h4,.intro-content p{
	text-align:center;
}
.intro-content h4{
color:#cd1e4f;}
header.site-header.dark.header_logo-left.fixed {
    padding: 10px;
}

#tab_container_1580 .wpsm_nav-tabs > li > a .fa {
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: block;
    font-size: 35px;
}
.next-gen-tabs #tab_container_1580 .wpsm_nav-tabs > li {
        margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 10px 10px !important;
    border: 1px solid #e5e8ed;
    border-radius: 5px;
}
.next-gen-tabs #tab_container_1580 .wpsm_nav-tabs > li.active {
     background: #cd1e4f;
    border: 1px solid #cd1e4f !important;
}
.next-gen-tabs #tab_container_1580 .wpsm_nav-tabs > li span {
    font-size: 14px;
}
#tab_container_1580 .wpsm_nav-tabs > li > a{
	padding:15px !important;
}
.next-gen-tabs #tab_container_1580 .wpsm_nav-tabs > li.active:after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
     border-top: solid #cd1e4f;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
}
.testimonials .owl-dots .owl-dot.active, .team-carousel .owl-dots .owl-dot.active {
    background: #cc1e4f !important;
}
.team-carousel .team-item .image-area .image:before{
	padding-bottom:100% !important;
}
.service-iconbox .icon-box-carousel-w-zoom .carousel .item .h {
     color:#ee4267 !important;
	}
.service-iconbox .icon-box-carousel-w-zoom .carousel .item:hover .h {
    color:#f9b03e !important;
}
.service-iconbox .icon-box-carousel-w-zoom .carousel .item:hover a,.service-iconbox .icon-box-carousel-w-zoom .carousel .item:hover .desc{
	color:#fff !important;
	pointer-events:none;
}
.service-iconbox .icon-box-carousel-w-zoom .carousel .item .icon {
    font-size: 50px;
}
.qa-lists ul li {
    margin: 5px !important;
}
.qa-lists .pt-special-heading{
 margin-bottom:15px !important;
}
.qa-lists ul{
 margin-top:0 !important;
}
.site-header.dark .logo a {
    height: 100px !important;
    width: 180px !important;
}
.site-header.dark.fixed .logo a {
    height: 90px !important;
    width: 150px !important;
}

header.site-header.dark.header_logo-left.fixed {
    padding-top: 0;
}
.sub-title .imgro {
    background: #fff;
    border-radius: 50%;
    width: 120px;
    padding: 10px;
    margin: auto;
}
.sub-title img {
    width: 80px;
    padding: 5px;
	margin-top: 8px;
}
img.rotating:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(360deg);
}
.footer-logo a {
    height: 94px !important;
}
.widget_black_studio_tinymce .footer-logo img {
    border: none !important;
    width: 160px;
}
header.site-header.dark.fixed .fr {
    margin-top:15px;
}
.digital-approach ul,.digital-approach h5 {
margin-top:0;}
.digital-approach ul li{
 margin:0 !important;
}
.digital-service .icon-box-carousel .item .h{
margin-bottom:0 !important;
}
.digital-service .icon-box-carousel .item {
    height: 400px !important;
    padding: 30px;
}
.digital-service .icon-box-carousel .item li:before {
    content: "\e943";
    position: relative;
    right: 10px;
    font-family: 'basic-ui-elements' !important;
}
.digital-service .icon-box-carousel .item li{
 list-style:none;
}
.icon-box-carousel .item .link:BEFORE {
 display:none;
}

.enterprise_section .icon-box-carousel .item li:before {
    content: "\e943";
    position: relative;
    right: 10px;
    font-family: 'basic-ui-elements' !important;
}
.enterprise_section .icon-box-carousel .item li {
list-style:none;
}


#tab_container_1701 .wpsm_nav-tabs > li > a .fa {
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: block;
    font-size: 35px;
}
.enterprises_tabs_section #tab_container_1701 .wpsm_nav-tabs > li {
/*         margin-left: 20px !important;
    margin-right: 20px !important; */
    padding: 10px 10px !important;
    border: 1px solid #e5e8ed;
    border-radius: 5px;
}
.enterprises_tabs_section #tab_container_1701 .wpsm_nav-tabs > li.active {
     background: #cd1e4f;
    border: 1px solid #cd1e4f !important;
}
.enterprises_tabs_section #tab_container_1701 .wpsm_nav-tabs > li span {
    font-size: 14px;
}
#tab_container_1701 .wpsm_nav-tabs > li > a{
	padding:15px !important;
}
.enterprises_tabs_section #tab_container_1701 .wpsm_nav-tabs > li.active:after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
     border-top: solid #cd1e4f;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
}

/* 0413 */
.ade h5
{
color:#ee4266!important;
}

.ade .wpb_content_element .wpb_wrapper 
{
    border: 2px solid #a09b9b;
    background-color: #a9a4a459;
	padding: 8px;
	margin:10px;
}
#Into-section h5 a:hover{
	border-bottom: .13em solid;
	color: #004dff;
    border-color: #004dff;
}
#common-section p{
	margin-top:0px;
}
section#caption-style .vc_cta3 {
    border: .063rem solid #ccc;
    border-radius: 0;
	background: unset;
}
#caption-style .arrowholder {
    width: 4.06rem;
    position: absolute;
    right: .94rem;
    margin-left: .63rem;
    top: 1.63rem;
}
#caption-style .color-gray-base {
    color: #000!important;
}
#caption-style .arrowholder .cta-arrow:after {
    font-size: 1.5rem;
    margin: .55rem -.06rem 0 1.25rem;
}
#button-style .vc_btn3-container.vc_btn3-inline a{
	padding: .938rem .938rem;
    font-size: .875rem;
    line-height: 1rem;
    min-width: 13.4rem;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border: 0;
    white-space: nowrap;
    margin: .938rem .625rem;
}
section#caption-style .vc_cta3:hover h2 a{
	color: #ed2555;
	text-decoration:underline;
}
section#caption-style .vc_cta3 h2 a{
	color: #132242;
}
section#caption-style .vc_cta3:hover{
	cursor:pointer;
}
#caption-style .pull-right {
    float: right!important;
}
#caption-style .color-white {
    color: #fff!important;
}
#caption-style .cta-arrow:after, #caption-style .cta-alt-arrow:after {
    content: "→";
    margin-left: 10px;
    font-size: 1.43em;
    line-height: .7em;
    position: inherit;
    top: .12em;
}
@media (min-width: 1200px){
#Into-section .wpb_wrapper img{
    height: 220px !important;
}
}
@media screen and (min-width: 1000px){
#Into-section .wpb_wrapper img {
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100%;
}
#caption-style .bg-color-blue-dark {
    background-color:#ed2555 !important;
}
#caption-style .cta-arrow:after, #caption-style .cta-alt-arrow:after {
    font-size: 1.5em;
    line-height: .71em;
	font-family:"Ionicons";
	display: inline-block;
}

}
#caption-style section.vc_cta3-container{
	position:relative;
}
section#caption-style span.cta-arrow.color-white strong {
    display: none;
}
#caption-style section.vc_cta3-container .arrowholder:after{
	content: "";
    position: absolute;
    border-top: .5rem solid;
    border-right: .69rem solid transparent;
    margin-left: .69rem;
    bottom: -.5rem;
}
section#caption-style .vc_cta3{
	box-shadow: inset 2px 2px 17px 2px #fdbb11 !important;
}
@font-face{
	font-family:"Ionicons";
	src:url('../../../fonts/ionicons.html') format('woff2');
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li > a .fa {
    margin-right: 5px !important;
    margin-left: 5px !important;
    display: block;
    font-size: 35px;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li {
        margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 10px 10px !important;
    border: 1px solid #e5e8ed;
    border-radius: 5px;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li.active {
     background: #cd1e4f;
    border: 1px solid #cd1e4f !important;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li span {
    font-size: 14px;
	    color: #cc1e4f;
    font-weight: bold;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li > a{
	padding:15px !important;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li.active:after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
     border-top: solid #cd1e4f;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: drop-shadow(0 5px 3px rgba(3,27,78,.08));
}
#common-section h2.heading,section#caption-style h2.heading{
	line-height:1.2em;
}
span.yrm-toggle-expand.yrm-toggle-expand-1{
	text-transform:uppercase;
}
span.yrm-toggle-expand.yrm-toggle-expand-1:hover{
	background:#000000;
}
span.yrm-toggle-expand.yrm-toggle-expand-1:hover span.yrm-button-text-1{
	color:#ffffff !important;
}
.breadcrumbs{
	display:none;
	visibility: hidden;
}
body.page-template-default.page.page-child.parent-pageid-1979 .breadcrumbs {
    display: block !important;
	overflow:hidden;
}
body.page-template-default.page.page-child.parent-pageid-1979 .breadcrumbs span {
    visibility: visible;
}
.breadcrumbs a {
    text-decoration: none !important;
    padding: 10px 0 10px 65px;
    background: brown;
    background: hsla(34,85%,35%,1) !important;
    position: relative;
    display: block;
    float: left;
    color: #fff;
}
.breadcrumbs a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumbs a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumbs span {
    padding: 0px 5px;
	float:left;
}
.breadcrumbs {
    color: #cc1e4f !important;
    margin: 30px 10px 30px !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: capitalize;
    float: right;
	overflow: hidden; 
}
section#Into-section p span {
    color: #fff;
}
.tabs.style2 .tabs-head .item.current {
    color: #fff !important;
    /* box-shadow: inset 0 -3px 0 #ed4266; */
    background: #ed2555 !important;
		box-shadow: inset 2px 2px 17px 2px #fdbb11 !important;
}
.tabs.style2 .tabs-head .item{
	color:#fff;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li{
	box-shadow: inset 2px 2px 17px 2px #4a94d0 !important;
}
div#tab-content_1580 .active h4 {
    color: #40ba92 !important;
}
section#common-section .tabs-head .wrap{
	background: #40ba92 !important;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li.active:after{
	border-top-color:#132242 !important;
}
#tabs-text #tab_container_1580 .wpsm_nav-tabs > li.active{
	    box-shadow: inset 2px 2px 17px 2px #fdbb11 !important;
}
div#read-text a {
    background: transparent !important;
    border: 1px solid;
	text-transform:uppercase;
    padding: 12px 25px;
}
.side-nav-button:before,.side-nav-button:after,
.side-nav-button div{
	width:2px !important;
	background: #fdbb11 !important;
}
.side-nav-button{
	width:38px !important;
	height:38px !important;
	
}
.am-categories-block .sub-title p a {
    color: white;
}
ul#myTab_1580 li a i:before {
    color: #fdbb11;
}
#industry .sub-h.decor-h span{
	line-height:1.4em;
}
.tabs .tabs-head .wrap{
	background: #40ba92 !important;
}
.breadcrumb-area { 
  list-style: none; 
  overflow: hidden; 
  font: 18px "Fira Sans";
	margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.breadcrumb-area li.main-list { 
  float: left; 
}
.breadcrumb-area li.main-list a {
  color: white;
  text-decoration: none; 
 padding: 10px 0 10px 65px;
    text-align: center;
  background: brown; /* fallback color */
  background: hsla(34,85%,35%,1); 
  position: relative; 
  display: block;

}
.breadcrumb-area li.main-list a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; 
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb-area li.main-list a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb-area li-main-list:first-child a {
  padding-left: 10px;
}
.breadcrumb-area li.main-list:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb-area li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumb-area li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb-area li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumb-area li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb-area li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb-area li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb-area li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.breadcrumb-area li:last-child a { 
  pointer-events: none;
  cursor: default;
}
.breadcrumb-list {
    width: 100%;
    clear: both;
}
ul.sub-nav {
    clear: both;
    padding-left: 0;
    margin-left: 0;
}
ul.sub-nav li a:before,ul.sub-nav li a:after{
	content:none !important;
}
ul.sub-nav li{
	list-style:none;
}
ul.sub-nav li a{
	background:none !important;
	color:#fff !important;
	float:none !important;
	text-align:left;
}
ul#menu-next-gen-adms-menu li a {
    text-align: left;
	
}
.breadcrumb-list{
	display:none;
}
.page-template-default.page.page-child.parent-pageid-1979 .breadcrumb-list {
    display: block;
	    padding: 10px 0px;
}
#sub_nav_list .sub-nav{
	display:none;
}
#sub_nav_list:hover .sub-nav{
	display:block;
}
ul.sub-nav {
    position: absolute;
    z-index: 9999;
    background: #cc1e4f;
}
.accordion-item{
	    background: #fdbb11 !important;
}
.accordion-item .label span:before, .accordion-item .label span:after{
	background: #cc1e4f !important;
}
.accordion-item .text{
	color:#fff !important;
}
.accordion-item .label .cell{
	color: white !important;
    font-size: 19px !important;
    line-height: 1.2em !important;
}
div#contact-details span {
    color:#ffff !important;
}
div#contact-details span a{
	color: #cc1e4f !important;
    text-decoration: none !important;
    font-weight: bold;
}
div#content-accordion .accordion-items .text {
    font-size: 18px;
}
div#space-area .sub-h.decor-h {
    margin-bottom: 2%;
}
div#engg-content .item.current {
    background: none !important;
    box-shadow: none !important;
    color: #ed2555 !important;
    font-size: 35px;
	pointer-events: none;
}
div#engg-content .color-shade p span{
	color:#fff;
} 
div#engg-content .wrap {
    box-shadow: none !important;
    background: none !important;
}
div#engg-content .tabs-head{
	margin-bottom:0px !important;
}
h6.heading.widget-title {
    font-size: 24px !important;
    text-transform: capitalize !important;
}
div#nav_menu-3 ul li:hover a,ul#menu-usefull-links li:hover a {
    color: rgb(74, 148, 208);
}
div#nav_menu-3 ul li a:before,ul#menu-usefull-links li a:before{
	font-size:16px !important;
}
div#nav_menu-3 ul li:hover a:before,ul#menu-usefull-links li:hover a:before{
	color:#fdbb11 !important;
}
ul#menu-usefull-links{
	padding-left:0px;
	list-style:none;
}
ul#menu-usefull-links li a:before{
	content: "\f0a9";
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    font-size: 12px;
    color: #ed4266;
    line-height: 1em;
}
.site-footer{
	padding:60px 0px;
}
.site-footer .container{
	width:95%;
}
ul#menu-usefull-links li a{
	text-decoration:none;
	padding-left:30px;
}
ul#menu-usefull-links li{
	padding:5px 0px;
	position:relative;
}
div#nav_menu-3 ul li a,ul#menu-usefull-links li a {
    font-size: 16px;
    font-weight: 600;
}
.site-footer  p{
	font-size:16px;
	font-weight:600;
}
.site-footer .widget .fa {
    color: #fdbb11;
    padding: 0px 10px;
    font-size: 18px;
}
#color-shade .vc_cta3-content p,section#caption-style #color-shade .vc_cta3 h2 a{
	color:white !important;
}
.broucher-link a{
    font-weight: 500;
    text-transform: capitalize;
}
.content-align p {
    color: rgba(255,255,255,.6666666666666666) !important;
	font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.content-align h2.h.vc_custom_heading.tal{
	margin-bottom:10px !important;
}
.content-align .wpb_text_column.wpb_content_element{
	margin-bottom:15px;
}
#part-content-area p{
	color: white !important;
		font-weight: 400;
}
.text-content p{
	color: white !important;
		font-weight:500;
}
div#industry .sub-h.decor-h{
	text-transform:capitalize !important;
}
div#industry p{
	color: white !important;
		font-weight:500;
}
div#service-content p{
	font-weight:500;
}
div#service-content h5{
	text-decoration: underline;
	text-transform:uppercase;
    line-height: 28px;
    letter-spacing: 2.5px;
}
div#service-content {
	background-position: top left;
	background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: 25% auto;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s !important;
	background-color:white;
	padding: 0px 15px 106px 15px;
}
div#service-content div#button-column i{
	position: relative;
    padding: 26.5px 25px;
    background-color: #091439;
    margin-right: 26px;
	height: 100%;
    line-height: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 140%;
    left: 0;
}
div#service-content div#button-column .vc_btn3-inline:hover .vc_btn3{
	background:#091439 !important;
}
div#service-content div#button-column .vc_btn3-inline:hover i{
	background:#cc1e4f !important;
}
div#service-content div#button-column .vc_btn3{
	display: inline-flex;
    padding-left: 0;
	background: #cc1e4f;
    color: #fff;
    border-color: #cc1e4f;
    align-items: center;
    padding: 0 40px 0 0;
	border-radius:0px !important;
	font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    border: 1px solid;
    border-radius: 0;
    text-transform: uppercase;
}
div#icon-boxing .vc_col-sm-3{
	background-color: #ffffff !important;
    border: 5px solid #fbf9fe !important;
}
div#icon-boxing .vc_btn3{
	position: ABSOLUTE;
    width: 100%;
    text-align: left;
	background: #091439;
    color: #fff;
    text-transform: uppercase;
	transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
	line-height: 45px;
    padding: 0 50px;
    font-weight: 700;
    bottom: -45px;
    left: 0;
	border-radius:0 !important;
}
div#icon-boxing .vc_btn3-container.vc_btn3-inline{
	position:absolute;
	width:100%;
	bottom: -20px;
    left: 0;
}
div#icon-boxing i{
	font-size:12px !important;
	right:123px !important;
}
div#icon-boxing .vc_col-sm-3:hover .vc_btn3{
	webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
div#sliding-content-boxes ul li:before{
	content:none !important;
}
div#sliding-content-boxes ul li.vc_active a{
	    background-color: #cc1e4f !important;
}

div#sliding-content-boxes ul.vc_general.vc_pagination{
	margin-top:10px !important;
}
div#sliding-content-boxes ul li a.vc_pagination-trigger{
	border-color: #091439 !important;
	width:13px !important;
	height:13px !important;
}
div#service-content p {
    min-height: 170px;
}
section#Into-section {
    background-attachment: fixed !important;
    background-size: contain !important;
    background-position: center !important;
	background-repeat:no-repeat !important;
}
div#service-column .vc_btn3{
	display: inline-block;
    background: none;
    position: relative;
    padding: 0;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #cc1e4f;
    text-transform: uppercase;
    font-weight: bold;
	transition: all 0.5s ease;
    letter-spacing: .05em;
}
div#service-column .vc_btn3::before{
	position:absolute;
	content: "";
    pointer-events: none;
	top: 50%;
    left: 100%;
    width: 5px;
    height: 5px;
    background: #cc1e4f;
    margin-top: -3px;
    margin-left: 13px;
    border-radius: 50%;
}
div#service-column .vc_btn3::after{
	position:absolute;
	content: "";
    pointer-events: none;
	top: 50%;
    left: 100%;
    width: 88px;
    height: 1px;
    margin-top: -1px;
    margin-left: 15px;
    background: -moz-linear-gradient(left, rgba(237, 66, 102, 1) 0%, rgba(237, 66, 102, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(237, 66, 102, 1) 0%, rgba(237, 66, 102, 0) 100%);
    background: linear-gradient(to right, rgba(237, 66, 102, 1) 0%, rgba(237, 66, 102, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4266', endColorstr='#00ed4266', GradientType=1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div#left-area-content p {
    color: #ffffff;
}
div#service-column .vc_btn3:hover::after{
	width:0 !important;
}
section#Parrlex-section{
	background-attachment:fixed;
}
div#vertical-tabs-content .vc_tta-panel-body{
	border:none;
	background:white;
}
div#vertical-tabs-content ul.vc_tta-tabs-list li a{
	background:transparent !important;
}
div#vertical-tabs-content ul.vc_tta-tabs-list li:before{
	content:none;
}
div#vertical-tabs-content ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:after{
	content: "\f061";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: #cc1e4f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    padding-top: 3px;
    position: absolute;
    right: 0;
    top: 16px;
}
div#vertical-tabs-content span.vc_tta-title-text {
    font-size: 16px;
}
.click_open.pum-active{
	opacity:1!important;
}
.pum-container.pum-responsive {
    left: 30%!important;
    width: 40%!important;
	margin-left: auto!important;
	top: 10%!important;
}
.contact-form-popup span.wpcf7-form-control-wrap input {
    margin-bottom: 10px;
}
.contact-form-popup input.wpcf7-form-control.wpcf7-submit.button-style1 {
    margin: auto;
    display: table;
    margin-top: 30px;
}
div#pum_popup_title_4686 {
    text-align: center;
}
#pum-4686 .custom-position.active {
    opacity: 1!important;
}
@media (min-width: 768px){
	.content-align .vc_col-sm-3{
		width: 12.033%;
	}
	.content-align .vc_col-sm-9{
		width: 87.967%;
	}
	div#vertical-tabs-content{
		
	}
}

.blog_text .blog-item .wrap .img,.blog_text .blog-item .wrap .blog-detail{
	display:none;
}
.main_service h2.h.vc_custom_heading, .main_service p {
    color: #fff !important;
}
.main_service .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill:first-child {
    margin-right: 10px;
    float: left;
    width: 49%;
}
.main_service .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill:hover{
	background:#ececec !important;
}
.Rich_Web_Tabs_Tab_1 > div.Rich_Web_Tabs_tt_container1,
.Rich_Web_Tabs_Tab_1 ul.Rich_Web_Tabs_tt_tabs1>li.active{
	background: #cc1e4f !important;
}
div.Rich_Web_Tabs_tt_tab.active h2,div.Rich_Web_Tabs_tt_tab.active p {
    color: #fff;
}
 .application_develop .wpb_wrapper{
    background: #fff !important;
    padding: 5px 0;     margin-bottom: 10px;
}
.two-cards .cards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px;
  padding: 0; }
  .two-cards .cards-list > li {
    display: block;
    list-style: none;
    padding: 0 15px;
    list-style: none;
    width: 100%;
    margin-top: 20px; }

.two-cards .card-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 360px;
  position: relative;
  padding: 130px 30px 30px;
  transition: all .3s ease;
  overflow: hidden;
  }
  .two-cards .card-single:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: #ECECEC;
    height: 0;
    transition: height .3s ease; }
  .two-cards .card-single.light {
    color: #28292b; }
    .two-cards .card-single.light a {
      color: #28292b; }
  .two-cards .card-single.dark {
    color: #ffffff; }
    .two-cards .card-single.dark a {
      color: #ffffff; }
   .two-cards .card-single:hover {
    padding-top: 30px;
    align-items: center; }
     .two-cards .card-single:hover:before {
      height: 100%; }
     .two-cards .card-single:hover .card-single__text,
     .two-cards .card-single:hover .card-single__title {
      color: #28292b;
      opacity: 0;
      visibility: hidden; }
     .two-cards .card-single:hover .card-single__icon {
      transform: scale(1.5) translate3d(25%, -25%, 0); }
     .two-cards .card-single:hover .csi__default {
      opacity: 0; }
     .two-cards .card-single:hover .csi__hovered {
      opacity: 1; }
     .two-cards .card-single:hover .card-single__icon-hovered {
      opacity: 1;
      transition-delay: .2s; }
     .two-cards .card-single:hover .card-single__text span + span {
      opacity: 0; }
     .two-cards .card-single:hover .card-single__description__content {
      opacity: 1;
      visibility: visible;
      color: #28292b;
      transform: translate3d(0, 0, 0); }
       .two-cards .card-single:hover .card-single__description__content:before {
        opacity: 1;
        transition-duration: .3s;
        transition-delay: .15s; }
     .two-cards .card-single:hover .card-single__arrow {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition-delay: .2s; }
 @media (max-width: 600px) {
body .vc_video-bg iframe {
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-top: -56px !important;
    width: inherit;
	width: 86% !important;
	
}
}
@media screen and (max-width: 782px){
html {
    margin-top: 0px !important;
}

}
    @media (min-width: 1680px) {
       .two-cards .card-single:hover {
        padding-top: 60px; } }

.two-cards .card-single__icon {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all .3s ease; }
  .two-cards .card-single__icon svg,
  .two-cards .card-single__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: opacity .3s linear; }

.two-cards .csi__default {
  opacity: 1; }

.two-cards .csi__hovered {
  opacity: 0; }

.two-cards .card-single__icon-hovered {
  display: block;
  width: 120px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity .3s ease; }
  .two-cards .card-single__icon-hovered svg,
  .two-cards .card-single__icon-hovered img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  @media (min-width: 1680px) {
    .two-cards .card-single__icon-hovered {
      width: 194px;
      height: 211px; } }

.two-cards .card-single__content {
  position: relative; }

.two-cards .card-single__title {
  display: block;
  width: 100%;
  font-family: "montserrat-bold", sans-serif;
  font-weight: normal;
  font-size: 175%;
  font-size: 1.75rem;
  line-height: 1.21429;
  margin: 0 0 20px;
  transition: all .3s ease; }

.two-cards .card-single__text {
  display: block;
  transition: all .3s ease;
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.5; }
  .two-cards .card-single__text span + span {
    transition: opacity .3s ease; }

.two-cards .card-single__description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.5;
      top: 50px;
    left: 30px;
    right: 120px;
    bottom: 50px;
}
.two-cards .card-single__descriptions {
        top: 32px;
    left: 30px;
    right: 120px;
    bottom: 0px;
}
.two-cards .card-single.dark {
    color: #ffffff;
    text-decoration: none !important;
}.two-cards .cards-list > li:before {
    display: none;
}
.two-cards .card-single__description__content {
   display: block;
    max-height: none;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 25%, 0);
    transition: all .3s ease;
    padding-bottom: 20px;
    margin-top: -24px; }
  .two-cards .card-single__description__content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: rgba(236, 236, 236, 0);
    background: -moz-linear-gradient(top, rgba(236, 236, 236, 0) 0%, #ECECEC 100%);
    background: -webkit-linear-gradient(top, rgba(236, 236, 236, 0) 0%, #ECECEC 100%);
    background: linear-gradient(to bottom, rgba(236, 236, 236, 0) 0%, #ECECEC 100%);
    transition: all 0 ease;
    opacity: 0;
    transition-delay: 0s; }
  .two-cards .card-single__description__content > * {
    margin: 0 0 15px; }
    .two-cards .card-single__description__content > *:first-child {
      margin-top: 0; }
    .two-cards .card-single__description__content > *:last-child {
      margin-bottom: 0; }

.two-cards .card-single__description__inner {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 162%; }

.two-cards .card-single__arrow {
  display: none;
  position: static;
  color: #c1272d;
  font-size: 225%;
  font-size: 2.25rem;
  line-height: 1;
  font-family: "opensans-regular", sans-serif;
  font-weight: normal;
  transition: all .3s ease;
  opacity: 0;
  transform: translate3d(-50%, 0, 0); }
  @media (min-width: 1024px) {
    .two-cards .card-single__arrow {
      display: inline-block;
      bottom: -30px; } }
  @media (min-width: 1680px) {
    .two-cards .card-single__arrow {
      font-size: 262.5%;
      font-size: 2.625rem;
      line-height: 1; } 
	  section#fullbgimg .icon-box-style1 .desc {
		font-size: 17px;
	}
	.page-id-3007 section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover {
		padding: 4em 3em!important;
	}
	.constructor-section.no-pbottom.two-cards .card-single__description {
		width: 54%!important;
	}
	.constructor-section.two-cards .card-single__description {
		top: 70px;
	}
	.constructor-section.no-pbottom.two-cards p {
		font-size: 19px!important;
	}
}

@media (min-width: 768px) {
  .two-cards .cards-list > li {
    width: 50%;
    margin-top: 40px; }
 div#foursec .two-cards .cards-list > li {
    width: 25% !important;
    margin-top: 40px;
}
}

@media (min-width: 1024px) {
  .two-cards .card-single {
    min-height: 400px; }
	.two-carts .cart-single {
    min-height: 265px; }

}

@media (min-width: 1680px) {
  .two-cards .cards-list > li {
    width: 50%;
    margin-top: 30px; }
  .two-cards .card-single {
    min-height: 400px;
    padding: 200px 60px 60px; }
  .two-cards .card-single__icon {
    width: 160px;
    height: 160px;
    top: 50px;
    right: 50px; }
  .two-cards .card-single__content {
    padding-right: 195px; }
  .two-cards .card-single__description {
    top: 19px;
    left: 60px;
    right: 225px;
    bottom: 0px; }
  .two-cards .card-single__title {
    font-size: 225%;
    font-size: 2.25rem;
    line-height: 1.16667;
    margin-bottom: 15px; }
  .two-cards .card-single__text {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.5; } }

/********************************/

section#fullbgimg {
    transition: background-color 0.2s ease-in-out;
/*     background: url(http://mathravisual.com/tatvalegal/wp-content/uploads/2019/10/Practice.jpg); */
	background: linear-gradient(rgba(36, 32, 32, 0.33), rgba(0, 0, 0, 0.52)), url(../../uploads/2021/02/why-choose.jpg);
}section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover {
    background: #cc1e4f9e;
    padding: 3em 3em !important;
    transition: padding 2s;
    overflow: hidden;
}section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3 {
    height: 370px;
    padding-top: 25px;
    border: 1px solid gray;
    transition: 1s cubic-bezier(1, 0.13, 1, 1);
  padding: 9em 3em !important;
}section#fullbgimg .bt_bb_port {
    padding: 0px !important;
}
section#fullbgimg .bt_bb_service_content_text {
    color: white !important;
}section#fullbgimg .bt_bb_service {
    display: block;
}section#fullbgimg .bt_bb_service a {
    margin: auto;
    text-align: center !important;
}section#fullbgimg .bt_bb_service_content_text{
    display:none;
}section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover .bt_bb_service_content_text{
    display:block;
    
}section#fullbgimg .bt_bb_size_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-size: 1rem;
    padding-bottom: .4em;
    padding-top: 20px;
    font-size: 30px;
}
section#fullbgimg h4.heading, section#fullbgimg div.desc {
    color: #fff !important;
}

section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
    background: #CC1E4F !important;
    /*padding: 4em 5em !important;*/
    transition: padding 2s;
    overflow: hidden;
}
section#fullbgimg.fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) {
    background: #CC1E4F !important;
    padding: 4em 3em !important;
    transition: padding 2s;
    overflow: hidden;
}
section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) .bt_bb_service_content_text{
     display:block;
}

section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) span.bt_bb_icon_holder {
    margin: auto;
  
}
section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) .bt_bb_service_content_title {
    text-align: center;
    margin-top: 42px;
}

section#fullbgimg .icon-box-style1 {
    margin-bottom: 20px !important;
}section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1) .icon-box-style1 .heading:first-letter, section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover .icon-box-style1 .heading:first-letter{
    color: #fff !important;
}
section#fullbgimg .icon.vc-material.vc-material-camera {
    display: none;
}#borderright{
	border-right:1px solid;
}
#newnav ul#menu-main-menu-1 {
    display: flex;
    justify-content: space-around;
}
div#newnav.fixed {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    right: 0;
    z-index: 900;
   box-shadow: 1px 0px 30px -12px black;
    margin: 0px !important;
}div#newnav {
  
    margin: 0px !important;
}header.site-header.light.header_logo-left.header-space-on.main-row {
    display: none;
}.header-space, div#newnav .widget_nav_menu ul li:before, div#newnav .widget_nav_menu ul li a:before {
    display: none;
}
div#newnav .vc_wp_custommenu.wpb_content_element, div#newnav .widget.widget_nav_menu {
    margin-bottom: 0px !important;
}div#newnav .widget_nav_menu ul li:hover{
	border-bottom: 3px solid #ed4266;
}div#newnav .widget_nav_menu ul li a{
	padding-left:0px !important;
}
.accordion-items.accordion-5ef0f40350541 .accordion-item.active {
    background-image: url(../../../../www.oxagile.com/wp-content/uploads/2019/07/01.jpg) !important;
	background-size: cover !important;
}.accordion-item.active .text {
  
    padding: 110px !important;
}
.accordion-item .label{
	 display: block;
	
}.accordion-item.active .label {
  
    width: 100%;
    max-width: 100%;
    display: block;
    background: #f10f3e;
}.accordion-item .label span:before, .accordion-item .label span:after {
    background: #fff !important;
}
.accordion-item {
    background: #848484 !important;
}
section#Into-section {
    background-attachment: initial !important;
}
body .tabs .tabs-head .item{
	padding-left: 36px !important;
}div#newnav .vc_column-inner {
    padding: 0px !important;
}
div#newnav.fixed .vc_column-inner {
    padding-top: 15px !important;
}

//full image 3 sec design///


section#fullbgimg {
    transition: background-color 0.2s ease-in-out;
/*     background: url(http://mathravisual.com/tatvalegal/wp-content/uploads/2019/10/Practice.jpg); */
	background: linear-gradient(rgba(36, 32, 32, 0.33), rgba(0, 0, 0, 0.52)), url(../../uploads/2021/02/why-choose.jpg);
}section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-4:hover {
    background: #cc1e4f9e;
    padding: 4em 3em !important;
    transition: padding 2s;
    overflow: hidden;
}section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-4 {
    height: 400px;
    padding-top: 20px;
    border: 1px solid gray;
    transition: 1s cubic-bezier(1, 0.13, 1, 1);
  padding: 6em 3em !important;
}section#fullbgimg .bt_bb_port {
    padding: 0px !important;
}
section#fullbgimg .bt_bb_service_content_text {
    color: white !important;
}section#fullbgimg .bt_bb_service {
    display: block;
}section#fullbgimg .bt_bb_service a {
    margin: auto;
    text-align: center !important;
}section#fullbgimg .bt_bb_service_content_text{
    display:none;
}section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-4:hover .bt_bb_service_content_text{
    display:block;
    
}section#fullbgimg .bt_bb_size_normal.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-size: 1rem;
    padding-bottom: .4em;
    padding-top: 20px;
    font-size: 30px;
}
section#fullbgimg h4.heading, section#fullbgimg div.desc {
    color: #fff !important;
}

section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) {
    background: #CC1E4F !important;
    padding: 4em 3em !important;
    transition: padding 2s;
    overflow: hidden;
}
section#fullbgimg.fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) {
    background: #CC1E4F !important;
    padding: 4em 3em !important;
    transition: padding 2s;
    overflow: hidden;
}
section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .bt_bb_service_content_text{
     display:block;
}

section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) span.bt_bb_icon_holder {
    margin: auto;
  
}
section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .bt_bb_service_content_title {
    text-align: center;
    margin-top: 42px;
}

section#fullbgimg .icon-box-style1 {
    margin-bottom: 20px !important;
}section#fullbgimg .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .icon-box-style1 .heading:first-letter, section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-4:hover .icon-box-style1 .heading:first-letter{
    color: #000 !important;
}
section#fullbgimg .icon.vc-material.vc-material-camera {
    display: none;
}
div#iconsboxes h4 {
    font-size: 16px !important;
}.pt-special-heading.pt-special-heading-left {
    text-align: left !important;
}
section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3 div.desc,section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3 .vc_btn3-container.vc_btn3-inline{
	display:none;
}
/*section#fullbgimg .vc_row.wpb_row:first-child .wpb_column.vc_column_container.vc_col-sm-3:first-child div.desc,section#fullbgimg .vc_row.wpb_row:first-child .wpb_column.vc_column_container.vc_col-sm-3:first-child .vc_btn3-container.vc_btn3-inline{
	display:block;
	text-align: center;
}*/
section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover div.desc,section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover .vc_btn3-container.vc_btn3-inline{
	display:block;
	text-align: center;
}
section#fullbgimg div.tal {
    text-align: center !important;
}
body .vc_video-bg.vc_hidden-xs {
    display: block !important;
	pointer-events: auto !important;
}
.vertitabs .tab-content p {
    color: white !important;
}
.vertitabs .tabs .tabs-body>.tab-content {
   
    padding: 12% 5%;
}
.vertitabs .tabs .tabs-head {
    text-align: left;
    width: 228px!important;
    border-right: 1px solid gray !important;
}
.vertitabs .tabs {
    display: flex;
    height: 500px;
    vertical-align: middle;
    background: url(../../../../www.oxagile.com/wp-content/uploads/2020/02/banner-5.jpg);
    background-size: cover;
    align-items: center;
}
section.bgsec .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 2em;
    height: 3em;
    box-sizing: content-box;
    font-size: 30px;
    position: relative;
    color: white !important;
}html {
    margin-top: 0px!important;
}
.constructor-section.no-pbottom.two-cards .card-single {
    min-height: 400px;
}
.constructor-section.no-pbottom.two-cards p {
    font-size: 14px;
}
.constructor-section.no-pbottom.two-cards .card-single__description {
    width: 57%;
}
.overview-dw-bi-heading .tabs.style2 .tabs-head .item {
    padding-left: 0px !important;
}
#foursec .two-cards .card-single__arrow {
    font-size: 16px;
}
@media screen and (max-width: 782px){
html {
    margin-top: 0px !important;
}
	body.home .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 0 !important;
}.side-menulogo {
    z-index: 99 !important;
}
}
.page-id-2281 section#fullbgimg, .page-id-2017 section#fullbgimg, .page-id-2269 section#fullbgimg, .page-id-2170 section#fullbgimg.full-service-bg-img, .page-id-2214 section#fullbgimg, .page-id-2209 section#fullbgimg, .page-id-2198 section#fullbgimg, .page-id-2253 section#fullbgimg.full-service-bg-img{
    transition: background-color 0.2s ease-in-out;
    background: linear-gradient(rgba(36, 32, 32, 0.33), rgba(0, 0, 0, 0.52)), url(../../uploads/2021/02/pexels-pixabay-373543-scaled.jpg)!important;
	background-repeat: no-repeat;
}

.page-id-1489 .admin-bar .side-header {
    top: 0px!important;
}
.page-id-1489 .about-me-section {
    height: 100vh;
}
section#fullbgimg.devsecops-features .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .icon-box-style1 .heading:first-letter, section#fullbgimg.devsecops-features .wpb_column.vc_column_container.vc_col-sm-4:hover .icon-box-style1 .heading:first-letter {
    color: #fff!important;
}
.service-eng-wrap .icon-box-style1 .heading:first-letter {
    color: #383838;
}
section#fullbgimg.performance-eng-wrap .vc_row.wpb_row:nth-child(1) .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .icon-box-style1 .heading:first-letter, section#fullbgimg.performance-eng-wrap .wpb_column.vc_column_container.vc_col-sm-4:hover .icon-box-style1 .heading:first-letter {
    color: #fff !important;
}
.type-page .post-content #wpaas-accordion-1 p {
    width: 60%!important;
}
.type-page .post-content #wpaas-accordion-1 .as-wposslide.as-shadow:nth-child(3) p{
	width: 92%!important;
}
.type-page .post-content #wpaas-accordion-1 .as-wposslide.as-shadow:nth-child(1) p{
	width: 70%!important;
}
div#nav_menu-4 {
    font-size: 16px;
    font-weight: 600;
}
.approach-wrap .tabs .tabs-head .wrap {
    background: transparent!important;
}
.vertitabs.how-we-help-wrap .tabs {
    height: 750px;
}
.vertitabs.how-we-help-wrap .tabs li{
	color: #fff;
}
@media screen and (max-width: 1024px){
section#fullbgimg h4.heading{
	font-size:22px;
}
section#fullbgimg div.desc{
	font-size:12px;
}
section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-4 {
    padding: 3em 2em !important;
}
section#fullbgimg .wpb_column.vc_column_container.vc_col-sm-3:hover {
    padding: 3em 1em !important;
}
}
@media screen and (max-width: 980px){
	section#fullbgimg h4.heading{
		font-size:19px;
	}
	section#fullbgimg div.desc {
		font-size: 12px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px){
section#fullbgimg h4.heading{
	font-size:16px;
}
section#fullbgimg div.desc {
    font-size: 12px;
    line-height: 1.5;
}
}

/*--------------------------------------------------------------
>>> KAMESH CSS
----------------------------------------------------------------
.tabs .tabs-head .item.current {
    background: #007fff;
    color: #fff;
}
.tabs .tabs-head .wrap {
    background: #868686!important;
    color: #393939!important;
}
/*--------------------------------------------------------------
>>> Tabs
----------------------------------------------------------------
/* helpers/align.css */

.align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* helpers/grid.css */

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  max-width: 70rem;
  width: 90%;
}
.med { width:60%; float:left; text-align: justify; padding:15px;}
/* layout/base.css */

html {
  height: 100%;
}

body {
  background-color: #eee;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
}

/* vendor/ui-accordion.css */

.ui-accordion {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.ui-accordion-header {
  background-color: #981f32;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.ui-accordion-header-icon {
  background-image: url('https://cdn.rawgit.com/marcobiedermann/playground/master/ui/accordion/jquery-ui-accordion/source/assets/images/accordion.svg');
  background-size: 100%;
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 12px;
  width: 0.75rem;
}

.ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-position: 0 -36px;
}

.ui-accordion-content {
  background-image: url(../Business-and-Operational-Support.html);
  padding: 8px;
  padding: 0.5rem;
  color:#fff;
}

.ui-accordion-content + .ui-accordion-header {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.constructor-section.no-pbottom.two-cards p {
    min-height: 300px;
}
.page-id-4759 .constructor-section.no-pbottom.two-cards .card-single {
    min-height: 300px;
}
.page-id-4759 .constructor-section.no-pbottom.two-cards p {
    padding-top: 30px;
}
@media only screen and (max-width: 600px) {
	.med {width:100%;}
	}

/* Kamesh */
.constructer-section.no-pbottom.two-cards .card-single {
    min-height: 246px;
}
 .two-carts .cart-single {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 265px;
  position: relative;
  padding: 130px 30px 30px;
  transition: all .3s ease;
  overflow: hidden;
  }
  .two-carts .cart-single:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: #ECECEC;
    height: 0;
    transition: height .3s ease; }
  .two-carts .cart-single.light {
    color: #28292b; }
    .two-carts .cart-single.light a {
      color: #28292b; }
  .two-carts .cart-single.dark {
    color: #ffffff; }
    .two-carts .cart-single.dark a {
      color: #ffffff; }
   .two-carts .cart-single:hover {
    padding-top: 30px;
    align-items: center; }
     .two-carts .cart-single:hover:before {
      height: 100%; }
     .two-carts .cart-single:hover .cart-single__text,
     .two-carts .cart-single:hover .cart-single__title {
      color: #28292b;
      opacity: 0;
      visibility: hidden; }
     .two-carts .cart-single:hover .card-single__icon {
      transform: scale(1.5) translate3d(25%, -25%, 0); }
     .two-carts .cart-single:hover .csi__default {
      opacity: 0; }
     .two-carts .cart-single:hover .csi__hovered {
      opacity: 1; }
     .two-carts .cart-single:hover .cart-single__icon-hovered {
      opacity: 1;
      transition-delay: .2s; }
     .two-carts .cart-single:hover .cart-single__text span + span {
      opacity: 0; }
     .two-carts .cart-single:hover .cart-single__description__content {
      opacity: 1;
      visibility: visible;
      color: #28292b;
      transform: translate3d(0, 0, 0); }
       .two-carts .cart-single:hover .cart-single__description__content:before {
        opacity: 1;
        transition-duration: .3s;
        transition-delay: .15s; }
     .two-carts .cart-single:hover .cart-single__arrow {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition-delay: .2s; }