/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* home page */
@font-face {
    font-family: 'Rubik-Light';
    src: url('/wp-content/themes/salient/fonts/Rubik-Light.eot');
    src: url('/wp-content/themes/salient/Rubik-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/salient/Rubik-Light.woff2') format('woff2'), url('/fonts/Rubik-Light.woff') format('woff'), url('/fonts/Rubik-Light.ttf') format('truetype'), url('/wp-content/themes/salient/Rubik-Light.svg#Rubik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-SemiBold';
    src: url('/wp-content/themes/salient/fonts/Mont-SemiBold.eot');
    src: url('/wp-content/themes/salient/fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/salient/fonts/Mont-SemiBold.woff2') format('woff2'), url('/wp-content/themes/salient/fonts/Mont-SemiBold.woff') format('woff'), url('/wp-content/themes/salient/fonts/Mont-SemiBold.ttf') format('truetype'), url('/wp-content/themes/salient/fonts/Mont-SemiBold.svg#Mont-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Bold';
    src: url('/wp-content/themes/salient/fonts/Mont-Bold.eot');
    src: url('/wp-content/themes/salient/fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/salient/fonts/Mont-Bold.woff2') format('woff2'), url('/wp-content/themes/salient/fonts/Mont-Bold.woff') format('woff'), url('/wp-content/themes/salient/fonts/Mont-Bold.ttf') format('truetype'), url('/wp-content/themes/salient/fonts/Mont-Bold.svg#Mont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Regular';
    src: url('/wp-content/themes/salient/fonts/Mont-Regular.eot');
    src: url('/wp-content/themes/salient/fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/salient/fonts/Mont-Regular.woff2') format('woff2'), url('/wp-content/themes/salient/fonts/Mont-Regular.woff') format('woff'), url('/wp-content/themes/salient/fonts/Mont-Regular.ttf') format('truetype'), url('/wp-content/themes/salient/fonts/Mont-Regular.svg#Mont-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Heavy';
    src: url('/wp-content/themes/salient/fonts/Mont-Heavy.eot');
    src: url('/wp-content/themes/salient/fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/salient/fonts/Mont-Heavy.woff2') format('woff2'), url('/wp-content/themes/salient/fonts/Mont-Heavy.woff') format('woff'), url('/wp-content/themes/salient/fonts/Mont-Heavy.ttf') format('truetype'), url('/wp-content/themes/salient/fonts/Mont-Heavy.svg#Mont-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}
.blog-wrap span.post-featured-img {
    max-height: 170px;
    object-fit: cover;
}
.c-mimg-top{
	margin-top: 20px !important;
}

.c-imgaln img {
    margin-bottom: 20px !important;
}

.content-text li,
.content-text ol li {
    color: #000;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}
.grecaptcha-badge {
    display: none !important;
}
ul.fcopy-list li {
    width: 10%;
}

.wp-block-image figure,
.wp-block-image .aligncenter {
    margin-left: 0 !important;
}


/* home page slider */

.home-banner {
    height: 850px;
    z-index: 1 !important;
}

.banner-text ul {
    padding-top: 30px;
    margin: 0;
}

.banner-text ul li:last-child {
    width: 260px;
    margin-right: 0px !important;
}

.banner-text ul li {
    list-style: none;
    display: inline-block;
    /*width: 20%;
    width: 280px;*/
    position: relative;
    margin-right: 50px;
    cursor: pointer;
}

.banner-text ul li:last-child:hover a::after {
    width: 90px;
}

#footer-widgets .row {
    padding-left: 14px;
}

.home-banner-image {
    padding-top: 40px !important;
    position: relative;
}

.banner-text {
    position: relative;
    top: 105px;
}

.banner-text ul li:hover a::after {
    width: 70px;
    transition: all 0.3s cubic-bezier(0, 0, 0.57, 1.18);
}

.banner-text ul li:hover a::before {
    right: 0;
    left: auto;
    transition: all 0.3s cubic-bezier(0, 0, 0.57, 1.18);
}

.banner-text ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    transition: all 0.3s cubic-bezier(0, 0, 0.57, 1.18);
    display: inline-block;
    position: relative;
}

.banner-text ul li a:hover:before {
    width: 0%;
    transition: all 0.2s ease-in;
}

.banner-text ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    transition: all 0.2s ease-in;
}

div#canvasElem {
    position: absolute;
    content: "";
    right: 0;
    width: 80%;
    height: 50%;
    top: -100px;
}

.banner-text-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
}

.banner-text-wrap .col.span_12 {
    width: 100%;
}

/* end home page slider */

.banner-text h2 {
    color: #fff;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    line-height: 62px !important;
    font-size: 50px;
    margin-bottom: 0px !important;
}

.banner-text h2 .blue-clr {
    /*  color: #037ea8; */
    color: #fff;
}

.banner-text p {
    color: #FFF;
    line-height: 22px;
    font-size: 17px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    padding: 10px 0 0;
}

.tech-first-row,
.tech-second-row {
    padding: 0 10px !important;
}

.tech-first-row {
    margin-bottom: 0px !important;
}

.tech-second-row .vc_col-sm-3.carousel-item {
    border-top: none !important;
}

.technology-partner .vc_col-sm-3.carousel-item {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.technology-partner .carousel-item {
    padding: 10px !important;
}

.technology-partner .vc_col-sm-3.carousel-item:hover::after,
.technology-partner .vc_col-sm-3.carousel-item:hover::before {
    width: 100%;
    transition: all 0.3s ease-in !important;
}

.technology-partner .vc_col-sm-3.carousel-item:after {
    position: absolute;
    content: "" !important;
    right: 0;
    width: 0px;
    height: 2px;
    background: #00afeb;
    transition: all 0.3s ease-out !important;
    bottom: 0 !important;
    visibility: visible;
    bottom: 0;
}

.technology-partner .vc_col-sm-3.carousel-item:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0px;
    height: 2px;
    background: #00afeb;
    transition: all 0.3s ease-out;
    top: 0;
}

.banner-text h3 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    font-size: 18px;
    opacity: 0.7;
    letter-spacing: 2px !important;
    margin-bottom: 0px !important;
    width: 20%;
    z-index: 1;
    margin-top: 30px;
}

.banner-text h3:before {
    position: absolute;
    content: "";
    right: 0;
    width: 60px;
    height: 0.5px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    opacity: 0.8;
    z-index: 10;
}

.banner-text h3::after {
    position: absolute;
    content: "";
    right: 0;
    width: 20px;
    height: 4px;
    top: 50%;
    background: #fff;
    transform: translateY(-50%);
    opacity: 0.8;
    z-index: 99;
}

.section-spacer3 {
    padding: 120px 0 !important;
}

#top nav ul li a {
    color: #000;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    font-size: 18px;
}

#top nav>ul>li {
    position: relative;
    margin-right: 30px;
}

div#header-outer[data-lhe="default"] #top nav>ul>li>a:hover {
    color: #00afeb !important
}

.third-blog-post .blog-content {
    padding: 40px;
    /*margin-top: 37px;*/
}

#top nav ul li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0px;
    height: 2px;
    background: #00afeb;
    transition: all 0.3s ease-out;
    top: 8px;
}

#top nav ul li:after {
    position: absolute;
    content: "";
    right: 0;
    width: 0px;
    height: 2px;
    background: #00afeb;
    transition: all 0.3s ease-out;
    bottom: 8px;
}

#header-outer[data-lhe="default"] #top nav ul.sf-menu li.current_page_item a {
    color: #00afeb;
}

#top nav ul li:hover::before,
#top nav ul li:hover::after {
    width: 100%;
}

#top nav ul li.current_page_item a {
    color: #00afeb;
}

#top nav ul li:hover a {
    color: #00afeb
}

#top nav ul li.contact-btn {
    margin-right: 0px !important;
}

#top nav ul li.contact-btn:hover a:after {
    width: 60px;
    transition: all 0.2s ease-out;
}

#header-outer .sf-menu li ul li a {
    font-size: 14px;
    line-height: 20px;
}

#top nav ul li:hover li a {
    color: #000;
}

#header-outer #top .sf-menu li a:hover:after {
    background: #002430 !important;
}

.sub-menu li a {
    color: #fff;
}

.sub-menu li.current_page_item a {
    color: #fff !important;
}

a#logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#header-outer header {
    transition: all 0.2s;
    padding: 15px 0;
}

.home-service .vc_col-sm-12 {
    padding: 0 60px !important;
}

.serv-item h2 {
    color: #002430;
    font-family: 'Mont-Heavy', sans-serif, Open Sans;
    font-size: 32px;
    line-height: 34px;
    margin-top: 15px;
    position: relative;
    min-height: 80px;
}

.serv-item h2:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 5px;
    background: #002430;
    z-index: 99;
    bottom: -1px;
    transition: all 0.2s ease-in;
}

.serv-item h2:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #002430;
    z-index: 99;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
}

.serv-item {
    background: #fff;
    position: relative;
    padding: 30px;
    box-shadow: 8px 8px 0 #f7f7f7;
    transition: all 0.2s ease-in;
    border-radius: 5px;
}

.serv-item:hover {
    box-shadow: none;
}

.serv-item:before,
.masonry-blog-item:before {
    transition: all 0.1s ease-in;
    content: '';
    width: 0%;
    background: #00afeb;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

.serv-item:hover::before,
.masonry-blog-item:hover:before {
    width: 100%;
}

.home-service h2.htitle {
    padding-bottom: 25px;
    color: #00afeb;
}

h2.htitle {
    color: #fff;
    font-size: 50px;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
}

.home-service {
    position: relative;
    margin-bottom: 0px !important;
    padding-bottom: 50px !important;
    padding-top: 80px !important;
    margin-top: -330px;
    z-index: 1;
}

.awards-img-list ul {
    margin: 0;
    padding: 0;
}

.awards-img-list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.awards-images .awards-img-list {
    height: 380px;
}

.awards-img-list:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 450px;
    height: 450px;
    background: #fff;
    border-radius: 100%;
    z-index: -1;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.06, -0.62, 1, 1.04);
}

.awards-img-list ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.awards-img-list li {
    list-style: none;
}

.awards-img-list li img {
    width: 220px !important;
}

.industry-awards {
    margin-bottom: 0px !important;
    overflow: hidden;
}

.awards-images {
    text-align: center;
}

.vc_col-sm-6.awards-heading {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 380px;
}

.awards-heading h2 {
    color: #00afeb !important;
    font-size: 46px;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    padding: 10px;
    text-shadow: -7px 0 #fff, 0 7px #fff, 7px 0 #fff, 0 -7px #fff;
}

.technology-partner .owl-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.technology-partner .owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 2px !important;
    border-radius: 0px !important;
}

.technology-partner .owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1);
    transform: scale(1) !important;
    background-color: #037ea8 !important;
}

.technology-partner {
    position: relative;
}

.technology-partner p {
    color: #000;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}

.technology-partner h2.htitle {
    color: #00afeb;
    padding-bottom: 10px;
}

.case-text h3 {
    color: #fff;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 1px !important;
}

.case-text h4 {
    color: #fff;
    line-height: 38px;
    font-size: 30px;
    font-family: 'Mont-SemiBold', sans-serif, Open Sans;
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.case-text h4:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 5px;
    background: #fff;
    z-index: 99;
    bottom: -1px;
    transition: all 0.2s cubic-bezier(0, 0, 0.57, 1.18);
}

.case-sec:hover .case-text h4:before {
    left: 90px;
}

.case-text h4:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    z-index: 99;
    bottom: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0, 0, 0.57, 1.18);
}

.case-sec:hover .case-text h4:after {
    width: 90px;
}

.case-text {
    position: absolute;
    content: "";
    top: 0;
    padding: 50px;
    cursor: pointer;
    display: block;
}

.case-sec:hover .case-text:before {
    width: 100%;
    transition: all 0.3s cubic-bezier(0, 0, 0.47, 1.21);
    height: 100%;
}

.case-text:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    transition: all 0.3s cubic-bezier(0.39, -0.24, 1, 1);
}

img.case-image {
    width: 100%;
}

.fsocial-list img {
    margin-bottom: 0px !important;
    transition: color 300ms ease, margin-top 300ms ease;
    transform: translateZ(0);
}

.fsocial-list img:hover {
    margin-top: -8px;
    transition: color 300ms ease, margin-top 300ms ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.client-wrap img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.client-wrap h2.htitle {
    color: #00afeb;
    text-align: center;
    padding-bottom: 25px;
}

.section-spacer {
    padding: 80px 0 !important;
}

.section-spacer2 {
    padding: 90px 0 140px 0 !important;
}

.client-logo-second {
    margin-top: 40px !important;
}

.client-wrap .vc_col-sm-2:hover .vc_column-inner:before,
.client-wrap .vc_col-sm-2:hover .vc_column-inner:after {
    background: #00beff;
}

.client-logo-second .vc_col-sm-2 .vc_column-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -25px;
    transition: all 0.2s ease-in;
}

.client-logo-second .vc_col-sm-2 .vc_column-inner:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #00beff;
    left: 0;
    margin: 0 auto;
    top: -25px;
    transition: all 0.3s ease-in;
}

.client-logo-first .vc_col-sm-2 .vc_column-inner:after,
.client-logo-second .vc_col-sm-2 .vc_column-inner:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
    right: -12px;
    z-index: 999;
    top: 0;
}

.serv-item a {
    display: block;
}

.serv-item:hover h2:after {
    width: 80px;
    transition: all 0.2s ease-in;
}

.serv-item:hover h2:before {
    width: 30px;
    left: 50px;
}

.client-logo-first .vc_col-sm-2 .vc_column-inner,
.client-logo-second .vc_col-sm-2 .vc_column-inner {
    position: relative;
    z-index: 1;
}

.client-logo-first .vc_col-sm-2 .vc_column-inner:last-child:after,
.client-logo-second .vc_col-sm-2 .vc_column-inner:last-child:after {
    display: none;
}

.client-logo-second .vc_col-sm-2:hover .vc_column-inner:after {
    width: 100%;
    transition: all 0.3s ease-in;
}

.client-logo-first .vc_col-sm-2,
.client-logo-second .vc_col-sm-2 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in;
}

.client-logo-first .vc_col-sm-2:last-child,
.client-logo-second .vc_col-sm-2:last-child {
    border-right: none;
}

.client-wrap img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: filter .2s ease-in-out;
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05);
    transition: all 0.2s ease-in !important;
}

.client-wrap img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter .2s ease-in-out;
    cursor: pointer;
    transform: scale(1) !important;
    -webkit-transform: scale(1);
    transition: all 0.2s ease-in !important;
}


.technology-partner .span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.technology-partner .span_12.dark .owl-theme .owl-dots .owl-dot:hover span {
    background: #00afeb !important;
}


/* blog section */

.blog-section:hover .blog-content:before {
    width: 100% !important;
    transition: all 0.1s ease-in;
}

.blog-content:after {
    position: absolute !important;
    content: "" !important;
    right: 0 !important;
    width: 0px !important;
    height: 5px !important;
    background: #00afeb !important;
    transition: all 0.3s ease-out !important;
    visibility: visible !important;
    bottom: 0 !important;
}

.blog-content:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0px;
    height: 5px;
    background: #00afeb;
    transition: all 0.3s ease-out;
    top: 0;
}

.owl-carousel .owl-item:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0px;
    height: 2px;
    background: #00afeb;
    transition: all 0.3s ease-out;
}

.owl-carousel .owl-item:after {
    position: absolute;
    content: "" !important;
    right: 0;
    width: 0px;
    height: 2px;
    background: #00afeb;
    transition: all 0.3s ease-out !important;
    bottom: 0 !important;
}

.owl-carousel .owl-item:hover::before,
.owl-carousel .owl-item:hover::after {
    width: 100%;
    transition: all 0.3s ease-in !important;
}

.blog-bottom .hover-wrap {
    margin-bottom: 0px !important;
}

.blog-content p, .blog-content .excerpt {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    color: #000 !important;
    padding-top: 10px;
    position: relative;
    min-height: 160px;
}

.blog-content p:after, .blog-content .excerpt:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #002430;
    z-index: 99;
    bottom: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0.47, 1.21);
}

.blog-content:hover p:after, .blog-content .span_4:hover .excerpt:after {
    width: 90px;
}

.blog-content .excerpt{
    display: block !important;
    margin-bottom: 35px;
}

.blog-content .article-content-wrap {
    padding: 25px !important;
}

.blog-content p:before, .blog-content .excerpt:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 5px;
    background: #002430;
    z-index: 99;
    bottom: -1px;
    transition: all 0.3s cubic-bezier(0, 0, 0.47, 1.21);
}

.blog-content .span_4:before {
    transition: all 0.1s ease-in;
    content: '';
    width: 0%;
    background: #00afeb;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 300;
}

.blog-content .span_4:hover:before {
    width: 100%;
}

.blog-content:hover p:before, .blog-content .span_4 :hover .excerpt:before {
    left: 90px;
}

.blog-content .excerpt:before{
    bottom: -35px;
}

.blog-content .excerpt:after{
    bottom: -34px;
}

.blog-content h3.date {
    font-size: 18px;
    line-height: 30px;
    opacity: 0.5;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}

/*.blog-content h2,*/ .blog-content h3 {
    color: #00afeb !important;
    font-size: 30px !important;
    line-height: 35px !important;
    font-family: 'Mont-SemiBold' !important;
    margin-bottom: 0px !important;
}

.big-custom-text.no-margin{
    margin-bottom: 0 !important;
}

.blog-content .span_4 {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.blog-content .span_4:hover {
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.05);
}

.blog-recent .span_4{
    overflow: hidden;
}

.blog-recent .span_4:nth-child(2) a {
    display: block;
    position: absolute;
    bottom: 0;
}

.blog-content {
    /*box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.03) !important;*/
    position: relative;
}

/*.blog-content .vc_column-inner {
    padding: 40px !important;
}*/

.right-blog .blog-content {
    height: 534px;
}

.blog-top h2.htitle {
    text-align: center;
    color: #00afeb;
    padding-bottom: 20px;
}

.case-study {
    padding-bottom: 120px !important;
    margin-bottom: 0px !important;
}

.section-spacer-top {
    padding-top: 80px !important;
}

.section-spacer-bottom {
    padding-bottom: 80px !important;
}

.blog-image img {
    width: 100%;
}

.blog-image {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.industry-awards:hover .awards-img-list:before {
    width: 520px;
    height: 520px;
    transition: all 0.3s cubic-bezier(0, 0, 0.4, 1.49);
}

/* end blog section */

/* end home page */


/* footer */
#footer-outer #copyright p a {
    padding: 4px;
    position: relative;
}

.f-copy a {
    font-size: 10px;
    font-family: arial;
}

.f-copy a:hover {
    color: #000;
    text-decoration: underline;
}

#footer-outer #copyright {
    padding: 0px 0 !important;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777;
}

.single-post .footer-msg img {
    margin-bottom: -16px !important;
}

.footer-msg {
    padding-top: 90px !important;
    text-align: center;
}

.footer-msg h3 {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    position: relative;
    margin-bottom: 0px !important;
    padding-top: 15px;
}

.footer-msg h4 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    margin-bottom: 0px !important;
    margin-top: 15px;
}

.footer-msg .hover-wrap {
    margin-bottom: 0px !important;
}

.footer-msg h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    top: -3px;
    z-index: -1;
}

.footer-msg .col.span_12.dark.left {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 45px;
}

.f-address p {
    font-size: 18px;
    font-family: 'Mont-SemiBold', sans-serif, Open Sans;
    opacity: 0.8;
}

.f-address h4 {
    margin-bottom: 5px !important;
    font-size: 20px !important;
    line-height: 26px;
    font-family: 'Mont-Bold', sans-serif, Open Sans !important;
}

.f-address {
    margin-bottom: 0px !important;
}

#footer-widgets .widget_text {
    margin-bottom: 0px !important;
}

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

#copyright .col.span_5 {
    width: 100%;
}

.f-copyright {
    margin-bottom: 0px !important;
}

#footer-outer #copyright .col ul {
    float: none !important;
}

.fsocial-list img {
    margin-bottom: 0px !important;
    width: 50px !important;
    height: 50px !important;
}

.fcopy-list img {
    margin-bottom: 0px !important;
    border-radius: 4px;
}

ul.fsocial-list {
    position: relative;
    display: inline-block;
}

.f-copy {
    text-align: right;
    padding-top: 10px;
}

#footer-outer #copyright li {
    margin-left: 15px !important;
}

#footer-outer #copyright p a {
    color: #000 !important;
}

#footer-outer #copyright p,
#footer-outer #copyright p.fp a {
    line-height: 18px;
    margin-top: 0px !important;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    color: #000 !important;
    opacity: 0.8;
    font-size: 14px;
}

.container-wrap {
    padding-bottom: 0px !important;
}

.f-copy a:hover {
    text-decoration: none;
}

.f-copy a:hover:before {
    width: 100%;
    transition: all 0.2s ease-in;
}

.f-copy a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 2px;
    background: #00afeb;
    bottom: 0;
    transition: all 0.2s ease-in;
}

.f-copy a {
    position: relative;
    padding-bottom: 2px !important;
}

/* end footer */


/* data page */
.inner-banner {
    height: 400px;
}

.inner-banner .row-bg.using-image {
    background-position: left 30% !important;
}

.content-text h2.htitle {
    color: #00afeb;
    padding-bottom: 20px;
}

.content-text p {
    color: #000;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    padding-bottom: 20px;
}

.other-service-wrap {
    margin-bottom: 50px !important;
    padding: 80px 50px !important;
}


/* salesforec page */

.service-item:before {
    position: absolute;
    content: "";
    top: 0;
    width: 0%;
    height: 3px;
    background: #006a8e;
    left: 0;
    transition: all 0.4s cubic-bezier(0.18, -0.19, 0.25, 1);
}

.service-item:hover:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.1, 1.31);
}

.section-spacer4 {
    padding: 120px 0 120px 0!important;
}

.salesforce-wrap {
    padding: 0px 50px 50px 50px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: -12px !important;
}

.page-id-335 .other-service-wrap {
    margin-top: -65px;
    position: relative;
}
.sales-margin {
    margin-top: 80px !important;
}

.service-item {
    height: 370px;
    background: #fff;
    position: relative;
    padding: 30px;
    box-shadow: 8px 8px 0 #f7f7f7;
    transition: all 0.2s ease-in;
    border-radius: 5px;
}

.service-item:hover {
    box-shadow: none;
}

.service-item h2 {
    color: #002430;
    font-size: 26px;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    line-height: 30px;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.service-item p {
    color: #414042;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    position: relative;
    height: 135px;
}

.service-item p:before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 5px;
    background: #002430;
    z-index: 99;
    bottom: -1px;
    transition: all 0.4s cubic-bezier(0.18, -0.19, 0.25, 1);
}

.service-item:hover p:before {
    left: 80px;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.1, 1.31);
}

.service-item p:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #002430;
    z-index: 99;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
}

.service-item:hover p:after {
    width: 90px;
}

.service-item img {
    margin-bottom: 0px !important;
    width: 110px !important;
    padding-bottom: 15px;
}

.sales-margin p {
    margin-bottom: 55px !important;
}

.f-copy p {
    padding-bottom: 0px;
}

.f-copy a {
    padding: 0 !important;
}

.c-mb {
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}


/* inline css */

div#header-space {
    height: 75px !important;
}

.footer-msg h3:before {
    display: none !important;
}

.footer-msg h3:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 0%;
    height: 2px;
    top: 0;
    left: 0;
    display: block !important;
    transition: 0.4s all ease;
    z-index: -1;
}

.footer-msg h3.animateline:after {
    width: 100%;
    right: inherit;
    left: auto;
    transition: 0.4s all ease;
}

.footer-msg h3:before {
    position: absolute;
    content: '';
    background: #00afeb;
    width: 20px;
    height: 20px;
    top: -10px;
    right: 0;
    display: block !important;
    transition: 0.4s all ease;
    left: -45px;
    margin: 0 auto;
    transform: translate(1px, 10%);
    z-index: 0;
}

.footer-msg img {
    width: 80px !important;
    z-index: 9;
    position: relative;
    top: -60px;
    opacity: 0 !important;
    transition: 0.3s all ease;
    -webkit-animation: bouncee 3s infinite ease-in-out;
    animation: bouncee 3s infinite ease-in-out;
}

.footer-msg img.animated-in {
    top: 0px;
    opacity: 1 !important;
    transition: 0.3s all ease;
}

@-webkit-keyframes bouncee {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(-6px);
    }
}


/* end salesforec page */


/* contact page */

.map-wrap li span {
    color: #002430;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Mont-Bold',sans-serif, Open Sans !important;
    position: absolute;
    bottom: 30px;
}

.map-wrap ul li .active-tab {
    background: #fff !important;
    border-color: #fff !important;
}

.map-wrap a {
    height: 210px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: none !important;
    border-right: none !important;
}

.map-wrap a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #a4a4a4;
    bottom: 0;
}

.map-wrap a.active-tab:after {
    background: #33c3fd;
}

.map-wrap li {
    width: 33.333%;
}

.map-wrap li:first-child a:before {
    background: url(/wp-content/uploads/2020/03/Sydney.svg) no-repeat;
}

.map-wrap li:last-child a:before {
    background: url(/wp-content/uploads/2020/03/Canberra.svg) no-repeat;
}

.map-wrap li:nth-child(2) a:before {
    background: url(/wp-content/uploads/2020/03/Melbourne.svg) no-repeat;
}

.map-wrap a:before {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    filter: grayscale(100%);
}

.map-wrap ul li a.active-tab:before {
    filter: grayscale(0%);
}

.contact-text h4 {
    color: #000;
    line-height: 32px;
    font-size: 28px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}

.contact-text h2.htitle {
    padding-bottom: 30px;
}

.contact-text input::placeholder,
.contact-text textarea::placeholder {
    color: rgba(0, 36, 48, 0.5);
}

.contact-text input.wpcf7-form-control,
.contact-text textarea {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Mont-SemiBold', sans-serif, Open Sans;
    background: #fff;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.contact-form {
    background: #f8f8f8;
    padding: 0 40px 40px !important;
    margin-top: 80px;
    margin-bottom: 0px !important;
}

.contact-text input.wpcf7-form-control {
    height: 55px;
        width: 100% !important;
}
.contact-text .wpcf7-form-control.wpcf7-submit {
    width: 170px !important;
}
.page-id-6301 .map-wrap {
    padding-top: 0px !important;
}
.contact-text textarea {
    height: 160px;
}

.contact-text select {
    height: 55px;
    margin-bottom: 20px;
    box-shadow: none;
    font-family: 'Mont-SemiBold', sans-serif, Open Sans;
    color: rgba(0, 36, 48, 0.5);
    font-size: 18px;
}

body .cform input[type=submit] {
    background: #00afeb !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 0px !important;
    font-family: 'Mont-Bold', sans-serif, Open Sans !important;
    font-size: 20px !important;
    width: 170px;
    margin-bottom: 0px !important;
    text-align: left;
    position: relative;
}

body .container-wrap .cform input[type=submit]:hover {
    box-shadow: none !important;
    transform: translateY(0) !important;
}

.sub-btn {
    position: relative;
    display: inline-block;
}

.sub-btn:before {
    position: absolute;
    content: "";
    left: 125px;
    width: 20px;
    height: 4px;
    background: #fff;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.18, -0.19, 0.25, 1);
}

.sub-btn:after {
    position: absolute;
    content: "";
    left: 100px;
    width: 45px;
    height: 2px;
    background: #fff;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    visibility: visible;
    transition: all 0.2s ease-in;
}

.sub-btn:hover:before {
    width: 55px;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.1, 1.31);
    left: 100px;
}

.sub-btn:hover:after {
    width: 55px;
    transition: all 0.2s ease-in;
}


/* end contact page */


/* blog page */

body.single-post.material[data-bg-header="true"] .container-wrap.no-sidebar {
    padding-top: 0px !important;
}

.single-post .post-area {
    width: 100%;
    max-width: 100% !important;
}

.post-cont-left img {
    margin-left: 0 !important;
}

.recent-post-right {
    padding-left: 60px !important;
}

.post-cont-left {
    padding-right: 60px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

h2.uppercase.recent-posts-title {
    display: none;
}

.recent-post-right h3 {
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    font-size: 28px;
    color: #00afeb;
    margin-top: 0px !important;
    line-height: 32px;
}

.post-cont-left h4,
.post-cont-left h4 b,
.post-cont-left h2,
.post-cont-left b,
.post-cont-left h2 span,
.post-cont-left h3,
.post-cont-left h3 b,
.post-cont-left h3 strong,
.post-cont-left h2 strong,
.post-cont-left h3 strong span {
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
    color: #000 !important;
    margin: 0 !important;
}

.sec-blog {
    padding: 30px 0;
}

.blog-recent span.meta-author,
.blog-recent span.meta-category,
.blog-recent span.meta-comment-count,
.blog-recent .excerpt {
    display: none;
}

.post-header {
    margin-bottom: 0px !important;
}

.article-content-wrap {
    padding: 0 !important;
}

.post-meta {
    display: none !important;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    padding-bottom: 12px !important;
}

.post-header h3.title {
    font-family: 'Mont-SemiBold', sans-serif, Open Sans;
    color: #000;
    font-size: 20px;
    line-height: 24px;
}

div#author-bio {
    display: none;
}

.single [data-post-hs="default_minimal"] .page-header-bg-image:after {
    display: none;
}

.inner-wrap a.uncategorized {
    display: none !important;
}

.blog-title h1 {
    max-width: 100% !important;
    text-align: left;
    color: #00afeb;
    font-size: 46px;
    line-height: 56px;
    font-family: 'Mont-Bold', sans-serif, Open Sans !important;
    padding-bottom: 15px;
    letter-spacing: 1px !important;
    padding-top: 25px;
}

.section-title.blog-title {
    width: 100%;
    margin-bottom: 0px !important;
}

span.meta-date.date {
    font-family: 'Mont-Regular', sans-serif, Open Sans !important;
    color: #000 !important;
    font-size: 22px !important;
    border-left: none !important;
    padding: 0 !important;
}

span.meta-author.vcard.author,
span.meta-comment-count {
    display: none;
}

div#single-below-header {
    position: absolute;
    top: 0;
}

.post-header span.meta {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}

.single .post .content-inner .post-featured-img img {
    margin-bottom: 10px !important;
}

.row.blog-recent {
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.service-links ul {
    margin: 0;
}

.service-links a {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}

.service-links li {
    list-style: none;
    line-height: 30px;
    cursor: pointer;
}

.service-links li:hover a {
    color: #00afeb;
}
.blog-wrap span.meta-category a {
    margin-bottom: 0px !important;
}
.blog-wrap .excerpt {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 20px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}

.grav-wrap img,
.grav-wrap a {
    display: none !important;
}

.grav-wrap .text span {
    color: #00afeb;
    font-size: 14px !important;
    line-height: 18px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}

.grav-wrap {
    margin-top: 0px !important;
    padding-top: 5px;
}

span.social-text,
span.love-text {
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: 'Mont-Regular', sans-serif, Open Sans !important;
}

div.sharing-default-minimal .nectar-social i {
    font-size: 18px !important;
    height: 18px !important;
}

.single-post .post .content-inner {
    padding-bottom: 0px;
}

.single-blog-post {
    margin-bottom: 0px !important;
}

.single-post .sharing-default-minimal {
    margin-bottom: 0px !important;
}

.bottom-meta {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 45px 0;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    padding: 5% 6% !important;
}

.previous-post span.text,
.next-post h3 span.text {
    font-family: 'Mont-Bold', sans-serif, Open Sans !important;
    font-size: 30px;
    line-height: 34px;
    text-align: left !important;
    /*     color: #000; */
    position: relative;
    padding-right: 40px;
    margin-bottom: 0px !important;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text),
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text) {
    text-align: left !important;
    font-size: 20px;
    line-height: 24px;
    color: #00afeb;
    font-family: 'Mont-Regular', sans-serif, Open Sans !important;
}

.single-post .related-post-wrap {
    display: none;
}

.blog_next_prev_buttons.wpb_row {
    margin-top: 0px;
    margin-bottom: 60px !important;
}

.single-blog-post {
    padding-top: 80px !important;
}

.blog_next_prev_buttons h3 {
    margin-bottom: 0px !important;
}

/* end blog page */
.serv.sales-margin .service-item p {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
    height: auto;
}

.serv .service-item {
    min-height: 280px;
    height: auto;
}

.sales-wrap {
    padding: 50px !important;
    background-image: url(/wp-content/uploads/2020/05/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.sales-wrap div[data-style="default"] .toggle h3 a {
    font-size: 26px;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
    line-height: 30px;
    margin-bottom: 0px;
    color: #FFF;
}

.sales-wrap .toggle.open h3 a {
    background-color: #007faa;
}

.sales-wrap p {
    color: #414042;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
    position: relative;
}

.sales-wrap .toggle>div {
    padding: 30px;
}

.sales-wrap .toggle h3 a i {
    height: 30px;
    line-height: 32px;
    color: #FFF;
}

#top nav ul .sub-menu li:before,
#top nav ul .sub-menu li:after {
    display: none;
}

div#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:hover,
div#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul li ul li a:hover,
div#header-outer:not([data-format="left-header"]) #top nav>ul>li:not(.megamenu) ul a:active ul.sub-menu li a:hover {
    background-color: #00afeb !important;
    color: #fff !important;
}

header#top nav ul li ul li {
    margin-right: 0px;
}

#top .sf-menu li li ul {
    margin-left: -18px;
}

ul.sub-menu l a {
    background-color: #00afeb !important;
}


/* Kumar CSS */

.inner-banner h1 {
    color: #00afeb;
    font-family: 'Mont-Bold', sans-serif, Open Sans;
}

.inner-banner .dark.left {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.big-custom-text {
    font-size: 28px !important;
    color: #00afeb !important;
    line-height: 36px !important;
}

.posts-container .inner-wrap.animated {
    height: 400px !important;
    box-shadow: 0px 0px 0px #c9c9c92e !important;
    border: 1px solid #c9c9c92e;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.1, 1.31);
}

.sf-menu>li ul {
    padding: 0;
}

ul.sub-menu li a {
    padding: 15px;
}

.textwidget.custom-html-widget {
    text-align: center;
}

.technology-partner .row-bg.using-image {
    background-size: contain;
    /* background-position: right !important;*/
    background-position: 98% !important;
}

.value-font p {
    font-size: 16px;
    line-height: 20px;
    color: #484848;
}

.value-font .vc_column-inner {
    padding: 30px;
    min-height: 345px;
    box-shadow: 8px 8px 0 #e4e4e4;
    transition: all 0.2s ease-in;
    border-radius: 5px;
}

.recent-post-right {
    display: none;
}

.post-cont-left {
    width: 100%;
    border-right: 0px solid #c0c0c0;
}

.single-post .row.heading-title.hentry {
    display: none;
}

.single-post .container-wrap.no-sidebar {
    padding: 0;
}

h1.entry-title,
.date.published {
    display: none;
}

.why-us-grid .vc_column-inner {
    padding: 45px;
    text-align: left;
}

.why-us-grid img {
    width: 120px !important;
    display: block;
}

.why-us-grid .vc_column-inner {
    border: 1px solid #00000017;
}

.why-us-grid strong {
    font-weight: bold;
}

ul.custom-list {
    margin: 0;
}

ul.custom-list li {
    list-style: none;
    display: block;
    position: relative;
    color: #000;
    padding-left: 20px;
}

.custom-list li:before {
    width: 5px;
    height: 6px;
    border-radius: 15px;
    content: "";
    background: #00afeb;
    position: absolute;
    left: 0;
    top: 40%;
}

ul.logo-block {
    margin: 0;
    background: #fff;
    width: 20%;
    text-align: center;
    padding: 20px;
}

ul.logo-block li {
    display: inline-block;
    list-style: none;
}

.logo-block li img {
    display: block;
    text-align: center;
    margin: 0 auto 0 auto !important;
    padding: 0;
}

.testimonials-wrap .vc_column-inner {
    text-align: center;
}

.padding-section .vc_column-inner {
    padding: 55px 50px 30px;
}

.padding-section .vc_column-inner p {
    font-size: 19px;
    color: #000;
}

.what-we-do {
    border-top: 1px solid #A9A9A9;
}

.focus-section img {
    height: 70px !important;
    display: block;
    width: auto !important;
}

.focus-section h3 {
    font-weight: bold;
    color: #000;
}

.team-section .wpb_content_element {
    position: absolute;
    right: -20px;
    top: 54%;
    transform: translateY(-50%);
    border-radius: 1200px;
    padding: 190px 105px;
    margin-bottom: 0px !important;
}

.common-text p,
.common-text li {
    color: #000;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Mont-Regular', sans-serif, Open Sans;
}

.case-study-info {
    padding: 30px !important;
    margin: 0 !important;
    border: 1px solid #e0e0e0;
}

.case-study-intro-text p {
    font-size: 16px;
    padding-bottom: 8px;
}

.case-study-intro-text p strong {
    font-weight: bold;
}

h2.htitle.black-text {
    color: #002430;
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

.bottom-meta,
.meta-category {
    display: none;
}

.case-study.content-text {
    padding: 0 70px;
}

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

.img-with-aniamtion-wrap .hover-wrap {
    margin: 0;
}

.f-address img {
    width: 60px !important;
    display: block;
    margin: 0 auto;
}

.animateline a,
.animateline+h4 a {
    color: #fff;
    opacity: 0.8;
}

.animateline a:hover,
.animateline+h4 a:hover {
    color: #fff;
    opacity: 1;
}

.focus-section .one-fourths:before {
    content: "";
    background: #000;
    position: absolute;
    width: 0;
    height: 3px;
    z-index: 9;
    left: 13px;
    top: 0;
    transition: all 0.1s ease-in;
}

.focus-section .one-fourths:hover:before {
    width: 92%
}

.focus-section .one-fourths:after {
    content: "";
    background: #000;
    position: absolute;
    width: 0;
    right: 13px;
    bottom: 0;
    height: 3px;
    z-index: 9;
    transition: all 0.1s ease-in;
    visibility: visible;
}

.focus-section .one-fourths:hover:after {
    width: 92%
}

.serv-item a img {
    display: block;
    width: 140px !important;
}

.slide_out_area_close:before {
    background-color: #000 !important;
}

/* Our Values */
.htitle.image-text {
    background-repeat: no-repeat;
    padding-left: 90px;
    background-size: 75px;
    background-position: center left;
}

.client-wrap img {
    width: 180px !important;
}

.vision {
    background: url(/wp-content/uploads/2020/06/vision-icon.svg);
}

.mission {
    background: url(/wp-content/uploads/2020/06/mission-icon.svg);
}

.vision {
    background: url(/wp-content/uploads/2020/06/vision-icon.svg);
}

.values {
    background: url(/wp-content/uploads/2020/06/values-icon.svg);
}

span.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: inline;
    position: absolute;
    z-index: 999;
    height: 32px;
    right: 0;
    top: 44% !important;
    box-shadow: none !important;
    background: none;
}

.wpcf7-form .row-bg-wrap.vc_row-.fluid {
    position: relative;
}

.sec-blog.c-mb0 {
    margin-bottom: 0px !important;
}

.post-area .inner-wrap.animated {
    box-shadow: 8px 8px 0 #f7f7f7 !important;
    transition: all 0.2s ease-in;
}

.post-area .inner-wrap.animated:hover {
    box-shadow: none !important;
}

.faded-lines h2.htitle,
.faded-lines .custom-list {
    padding-left: 40px;
}

.faded-lines .row-bg.using-image {
    opacity: 0.6;
}

.previous-post h3 {
    position: absolute !important;
    left: 0;
    width: 95%;
    background: #232323ba;
    padding: 20px;
    bottom: 0;
}

.previous-post h3 svg,
.previous-post h3 .line {
    display: none !important;
}

.next-post h3 {
    position: absolute !important;
    right: 0;
    width: 95%;
    background: #232323ba;
    padding: 20px;
    bottom: 0;
}

.next-post h3 span {
    color: #fff;
}

.next-post h3 svg,
.next-post h3 .line {
    display: none !important;
}

.previous-post span.text,
.next-post h3 span.text {
    font-size: 24px;
}

.blog_next_prev_buttons li {
    width: 46% !important;
    background: #fff !important;
    margin-right: 3%;
}

.blog_next_prev_buttons ul {
    background: #fff !important;
}

.why-us-grid .column-bg-overlay {
    border-radius: 5px;
    box-shadow: 8px 8px 0 #f7f7f7;
    transition: all 0.2s ease-in;
}

.why-us-grid .vc_column-inner:hover .column-bg-overlay {
    box-shadow: 0px 0px 0 #f7f7f7;
}

/* Media Queries */

@media(max-width: 1920px) {
    .banner-text-wrap {
        position: relative;
        width: 100%;
        height: 750px !important;
    }
}

@media(max-width: 1440px) {
    /* home page */
    div.footer-msg img{
            top: 0px;
    }
    .banner-single-img {
        height: 900px;
    }
    div.home-service {
        margin-top: -380px;
    }
    .technology-partner.section-spacer2 {
        padding: 80px 0 120px 0 !important;
    }
    div.case-study {
        padding-bottom: 100px !important;
    }
    .client-wrap.section-spacer3 {
        padding: 90px 0 !important;
    }
    div.blog-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .blog-content div.vc_column-inner {
        padding: 25px !important;
    }
    .right-blog div.blog-content {
        height: 440px;
    }
    div.banner-text h2 {
        line-height: 56px !important;
        font-size: 45px;
    }
    div.banner-text ul {
        padding-top: 25px;
    }
    div.serv-item h2 {
        font-size: 28px;
        line-height: 30px;
        margin-top: 10px;
    }
    .home-service div h2.htitle {
        padding-bottom: 20px;
        font-size: 46px;
    }
    /* end home page */
}

@media(max-width: 1399px) {
    div.contact-form {
        background: #f8f8f8;
        padding: 0 30px 30px !important;
        margin-top: 60px;
        margin-bottom: 0px !important;
    }
    div.why-us-grid .vc_column-inner {
        padding: 30px;
    }
    /* home page */
    div.banner-text h2 {
        line-height: 50px !important;
        font-size: 40px;
    }
    div.banner-text ul li:last-child {
        width: 220px;
    }
    div.serv-item a img {
        width: 125px !important;
    }
    div.footer-msg img {
        width: 70px !important;
        top: 0px;
    }
    .home-service div h2.htitle {
        padding-bottom: 5px;
        font-size: 42px;
    }
    div h2.htitle {
        font-size: 42px;
    }
    div.serv-item h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .technology-partner.section-spacer2 {
        padding: 80px 0 100px 0 !important;
    }
    div.case-text h4 {
        line-height: 30px;
        font-size: 28px;
        padding-top: 5px;
    }
    div.awards-heading h2 {
        font-size: 42px;
        line-height: 46px;
    }
    .client-wrap.section-spacer3 {
        padding: 100px 0 !important;
        margin-bottom: 0px !important;
    }
    .right-blog div.blog-content {
        height: 384px;
    }
    div.blog-content h2 {
        font-size: 22px;
        line-height: 26px;
    }
    div.blog-content h3.date {
        font-size: 16px;
    }
    div.blog-content p {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
    }
    div.footer-msg h3 {
        font-size: 32px;
        line-height: 40px;
        padding-top: 10px;
    }
    div.footer-msg h4 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 5px;
    }
    /* end home page */
}

@media(max-width: 1180px) {
    /* home page */
    .content-text {
        margin-bottom: 0px !important;
    }
    div.content-text h2.htitle {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .case-study-info .vc_col-sm-8, .case-study-info .vc_col-sm-4 {
        width: 50%;
    }
    div h2.htitle {
        font-size: 36px;
    }
    .section-spacer.blog-wrap {
        padding: 60px 0 !important;
        margin-bottom: 0px !important;
    }
    /*div.other-service-wrap {
        margin-bottom: 0px !important;
    }*/
    div.padding-section .vc_column-inner {
        padding: 45px 40px 20px;
    }
    header#top nav ul li.contact-btn:hover a:after {
        width: 40px;
    }

    header#top nav ul li a {
        font-size: 16px;
    }
    header#top nav ul li {
        margin-right: 15px;
    }
    div.container {
        padding: 0px 60px;
    }
    div.banner-text h2 {
        line-height: 45px !important;
        font-size: 35px;
    }
    div.banner-text ul li:last-child {
        margin-top: 12px;
        width: auto;
    }
    div.banner-text ul li a:after {
        left: 73%;
    }
    div.banner-text ul li:after {
        bottom: -3px;
    }
    .f-copyright {
        margin-top: -10px;
    }
    ul.fsocial-list img {
        width: 40px !important;
        height: 40px !important;
    }
    div.f-copy {
        padding-top: 2px;
    }
    .home-service div.vc_col-sm-12 {
        padding: 0 45px !important;
    }
    .serv-item img {
        width: 90px !important;
        margin-bottom: 10px !important;
    }
    div.serv-item h2 {
        font-size: 24px;
        line-height: 26px;
    }
    div.serv-item {
        padding: 20px;
    }
    div.technology-partner h2.htitle {
        padding-bottom: 5px;
    }
    header#top nav ul li.contact-btn a {
        font-size: 16px !important;
        padding: 10px 55px 10px 20px !important;
    }
    /* end home page */
}

@media(max-width: 1024px) {
    div.blog_next_prev_buttons li{
            width: 48% !important;
    }
    div.blog_next_prev_buttons li:last-child {
        margin-right: 0px !important;
    }
    div.post-cont-left{
        padding-right: 0px !important;
    }
    li.previous-post span.text, li.next-post h3 span.text {
        font-size: 20px;
        line-height: 26px;
    }
    .sec-blog {
        padding: 15px 0 !important;
    }
    div.single-blog-post {
        padding-top: 45px !important;
    }
    div.inner-banner h1 {
        font-size: 45px;
        line-height: 50px;
    }
    div.other-service-wrap {
        margin-bottom: 50px !important;
        padding: 60px 45px !important;
    }
    div.serv .service-item {
        min-height: 325px;
        height: auto;
    }
    div.service-item{
        padding: 22px;
    }
    div.service-item p{
        font-size: 18px;
        line-height: 22px;
    }
    div.service-item h2{
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 6px;
    }
    .contact-form .vc_col-sm-4, .contact-form .vc_col-sm-8 {
        width: 100%;
    }
    .contact-form .vc_col-sm-4{
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 997px) and (max-width: 1280px) {
    #footer-outer #copyright li {
        margin-left: 5px !important;
    }
    .footer-msg img {
        top: 0 !important;
    }
}

@media only screen and (max-width: 999px) {
	#mobileVersion{
		display: block;
	}
	
	div#mobileVersion .htitle {
		text-align: center;
	}
	
	#desktopVersion{
		display: none;
	}
	
    div.inner-banner h1 {
        font-size: 38px;
        line-height: 42px;
    }
    div.salesforce-wrap{
        padding: 35px 50px 50px 50px !important;
    }
    .salesforce-wrap .vc_col-sm-4 {
        margin-top: -25px;
    }
    .other-service-wrap .vc_col-sm-4 {
        width: 33.333%;
        padding: 0 !important;
    }
    .technology-partner img {
        width: 250px !important;
    }
    .salesforce-wrap .vc_col-sm-4 {
        margin-bottom: 0px !important;
    }
    div.serv .service-item {
        min-height: auto;
        height: auto;
        padding: 35px;
    }
    .case-study-info div h2.htitle {
        font-size: 30px;
        line-height: 34px;
    }
    p.big-custom-text {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    div.other-service-wrap {
       /* margin-bottom: 0px !important;*/
        padding: 60px 50px !important;
    }
    div.value-font .vc_column-inner{
        min-height: 300px;
    }
    .values-vision-section .divider-wrap {
        display: none;
    }
    .inner-banner h1 {
        font-size: 36px;
        line-height: 40px;
        padding: 10px;
        background: #ffff;
        display: inline-block;
    }
    div.content-text p{
        padding-bottom: 12px;
    }
    .client-wrap.section-spacer3 {
        padding: 50px 0 40px 0 !important;
    }
    div.content-text h2.htitle {
        padding-bottom: 10px;
    }
    div.sales-wrap{
        background-size: cover !important;
        margin-bottom: 0px !important;
    }
    .why-us-grid img {
        margin-bottom: 15px !important;
    }
    div h2.htitle {
        font-size: 36px;
        line-height: 40px;
    }
    div.banner-text ul {
        padding-top: 10px;
    }
    .home-service .vc_col-sm-3 {
        width: 47% !important;
        margin-right: 16px !important;
        margin-bottom: 30px;
    }
    #footer-widgets .container .col.span_4 {
        margin-bottom: 0px !important;
    }
    div#footer-outer .row {
        padding: 35px 0;
    }
    div.footer-msg .col.span_12.dark.left {
        padding-bottom: 25px;
    }
    ul.fcopy-list {
        padding-bottom: 5px;
    }
    .fcopy-list li {
        width: 40px !important;
    }
    div.case-study {
        padding-bottom: 70px !important;
    }
    .industry-awards {
        padding-top: 35px !important;
    }
    .awards-heading {
        margin-bottom: 0px !important;
    }
    .home-banner-image .vc_col-sm-6 img {
        width: 500px !important;
    }
    .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
        background-color: #002430 !important;
    }
    body #top .col.span_3 #logo img,
    #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: auto !important;
        width: 200px !important;
    }
    div.container {
        padding: 0 20px !important;
        width: 95% !important;
        max-width: 95% !important;
    }
    .banner-text {
        top: 0;
    }
}

@media only screen and (max-width: 996px) {
    .other-service-wrap .htitle {
        text-align: center;
    }
    .other-service-wrap .serv-item {
        margin: 0 20px;
    }
    .other-service-wrap .col.span_12 {
        justify-content: center;
        align-items: center;
    }
    .other-service-wrap h2 {
        text-align: left;
    }
}

@media only screen and (max-width: 999px) and (min-width: 1px) {
    body #header-outer {
        margin-bottom: 0;
        padding: 0;
    }
}
@media(max-width: 777px) {
    .other-service-wrap .vc_col-sm-4 {
        width: 100%;
        padding: 0 !important;
    }
    .post-cont-left h4, .post-cont-left h2, .post-cont-left h2 span, .post-cont-left h4, .post-cont-left h3, .post-cont-left h3 b, .post-cont-left h3 strong, .post-cont-left h2 strong, .post-cont-left h3 strong span {
        font-size: 26px !important;
        line-height: 30px !important;
        padding-bottom: 10px !important;
    }
    div.content-text p{
        line-height: 25px;
        font-size: 20px;
    }
}
@media(min-width: 768px) {
	
	#mobileVersion{
		display: none;
	}
	
	#desktopVersion{
		display: block;
	}
}


@media(max-width: 767px) {	
	
    div.map-wrap li span{
        font-size: 24px;
        line-height: 28px;
        bottom: 45px;
    }
	div.contact-form {
        padding: 0 0px 0px !important;
        margin-top: 35px;
    }
	.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
		font-size: 12px !important;
	}
    div.map-wrap a:before{
        width: 110px;
        height: 110px;
    }
    div.contact-form.section-spacer{
        background: #f8f8f8;
        padding: 0 15px 25px !important;
        margin-top: 50px;
        margin-bottom: 0px !important;
    }
    div.content-text ul li, div.content-text ol li {
        line-height: 26px;
        font-size: 20px;
    }
    .case-study-info .vc_col-sm-8, .case-study-info .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 0px !important;
    }
    .case-study-info div h2.htitle {
        padding-bottom: 15px;
    }
    div.content-text h2.htitle{
        font-size: 32px;
        line-height: 36px;
    }
    div.content-text p{
        line-height: 26px;
        font-size: 20px;
    }

}

@media(max-width: 690px) {
    div.blog_next_prev_buttons li {
        width: 100% !important;
        margin-right: 0px !important;
    }
    div.blog_next_prev_buttons li:last-child {
        margin-top: 25px;
    }

    .post-cont-left h4, .post-cont-left h2, .post-cont-left h2 span, .post-cont-left h4, .post-cont-left h3, .post-cont-left h3 b, .post-cont-left h3 strong, .post-cont-left h2 strong, .post-cont-left h3 strong span {
        font-size: 24px !important;
        line-height: 28px !important;
        padding-bottom: 6px !important;
    }
    div.inner-banner h1 {
        font-size: 32px;
        line-height: 36px;
    }
    #copyright .col {
        margin-bottom: 0px;
    }
    .home-service .vc_col-sm-3 {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 30px !important;
    }
    div.client-wrap.section-spacer3 {
        padding: 70px 0 35px 0 !important;
    }
    div.blog-top h2.htitle{
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    div.client-wrap.section-spacer3 {
        padding: 45px 0 35px 0 !important;
    }
    ul.fcopy-list {
        padding-bottom: 0px;
    }
    .inner-banner h1{
        font-size: 30px;
        line-height: 34px;
    }
    .page-id-804 .divider {
        height: 30px !important;
    }
    ul.logo-block li {
        width: 24%;
    }
    .content-text .wpb_text_column {
        margin-bottom: 0px;
    }
    div.banner-text h2 {
        line-height: 34px !important;
        font-size: 28px;
    }
    .home-banner {
        height: auto !important;
        z-index: 1 !important;
        padding-bottom: 180px !important;
    }
    div.home-service {
        margin-top: -180px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .home-banner .inner-wrap.using-image:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100px;
        background-color: #fff;
        background-size: cover;
        -webkit-clip-path: polygon(0% 35%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 35%, 100% 100%, 0% 100%);
        bottom: -1px;
        right: 0;
        transform: rotate(0);
    }
    .home-banner .inner-wrap.using-image {
        position: absolute;
        content: '';
        background: #33c3fd;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .home-banner .row-bg.using-image {
        background-image: none !important;
    }
    .home-service .inner-wrap.using-image:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 45px;
        background-color: #33c3fd;
        background-size: cover;
        -webkit-clip-path: none;
        clip-path: none;
        bottom: auto;
        top: 0;
        transform: rotate(0deg);
    }
    div h2.htitle,
    .home-service div h2.htitle,
    div.awards-heading h2 {
        font-size: 32px;
        line-height: initial;
    }
    .technology-partner p {
        line-height: 23px;
        font-size: 17px;
    }
    .technology-partner.section-spacer2 {
        padding: 0px 0 30px 0 !important;
    }
    div.case-study {
        padding-bottom: 45px !important;
    }
    .serv-item a img {
        display: block;
        width: 110px !important;
    }
    .serv-item h2 {
        min-height: 60px;
    }
    .client-wrap h2.htitle {
        padding-bottom: 10px;
    }
    .vc_col-sm-6.awards-heading {
        height: 200px;
        margin-bottom: 0px;
    }
    .awards-img-list:before {
        width: 370px;
        height: 370px;
    }
    .client-wrap.section-spacer3 {
        padding: 45px 0 !important;
    }
    .vc_col-sm-6.blog-image,
    .vc_col-sm-6.blog-content {
        margin-bottom: 0;
    }
    .section-spacer-bottom {
        padding-bottom: 45px !important;
    }
    .blog-content p {
        min-height: auto;
        padding-bottom: 15px !important;
    }
    div.blog-content p {
        font-size: 16px;
        line-height: 22px;
        padding-top: 5px;
    }
    div.blog-content h3.date {
        font-size: 14px;
    }
    .right-blog div.blog-content {
        height: auto;
        padding: 20px;
    }
    .footer-msg .hover-wrap-inner img {
        width: 50px !important;
        z-index: 9;
        position: relative;
        top: 0;
        transition: 0.3s all ease;
        -webkit-animation: bouncee 3s infinite ease-in-out;
        animation: bouncee 3s infinite ease-in-out;
        left: -5px;
    }
    .footer-msg .col.span_12.dark.left {
        padding-bottom: 0 !important;
    }
    ul.fsocial-list a {
        height: auto !important;
    }
    body #footer-outer #copyright .col ul.fsocial-list li:first-child {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .fsocial-list img {
        width: 40px !important;
        height: 40px !important;
    }
    #footer-outer #copyright ul.fcopy-list li:first-child {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .f-copy {
        text-align: center;
        padding-top: 10px;
    }
    ul.fsocial-list {
        padding-top: 10px;
    }
    .f-copy {
        margin-top: 0px !important;
        padding-top: 3px;
    }
    h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 7px;
    }
    .inner-banner .row-bg.using-image {
        background-position: center center !important;
        background-size: cover;
    }
    .inner-banner .row-bg.using-image {
        background-position: center right -55px !important;
    }
    .inner-banner {
        height: 300px;
    }
    /*.inner-banner .dark.left {
        position: absolute;
        top: auto;
        width: 100%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        bottom: 10px;
        background: #ffff;
        line-height: inherit !important;
        padding: 10px;
    }*/
    .absolute-text h1 {
        text-align: center;
    }
    .big-custom-text {
        font-size: 20px !important;
        color: #00afeb !important;
        line-height: 26px !important;
    }
    .content-text p {
        font-size: 17px !important;
        line-height: 22px !important;
    }
    .sales-wrap {
        padding: 20px !important;
    }
    .focus-section img {
        height: 60px !important;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .why-us-grid .vc_column-inner {
        padding: 30px;
    }
    .divider {
        height: 40px !important;
    }
    .team-section .hover-wrap-inner img {
        height: auto !important;
        object-fit: cover;
    }
   /* .team-section .wpb_content_element {
        position: absolute;
        right: 65px;
        top: 54%;
        background: rgba(255, 255, 255, 0.8);
        transform: translateY(-50%);
        border-radius: 1200px;
        padding: 190px 105px;
        margin-bottom: 0px !important;
    }*/
    .custom-list li:before {
        top: 10px;
    }
    .recognition .wpb_text_column.wpb_content_element {
        background: #fff;
        padding: 20px;
        margin-bottom: 0px;
    }
    ul.logo-block {
        width: 100%;
    }
    .sales-margin {
        margin-top: 45px !important;
    }
    .salesforce-wrap {
        padding: 0px 20px 50px 20px !important;
        margin-bottom: 0px !important;
    }
    .salesforce-wrap .col.span_12.left {
        padding-top: 45px;
    }
    .section-spacer4 {
        padding: 45px 0 45px 0!important;
    }
    .other-service-wrap .vc_col-sm-12.wpb_column.column_container.vc_column_container.col.no-extra-padding.instance-12 {
        padding: 0 15px !important;
    }
    .content-text h2.htitle {
        color: #00afeb;
        padding-bottom: 0px;
    }
    .service-item p {
        color: #414042;
        font-size: 17px;
        line-height: 20px;
    }
    .salesforce-wrap .divider {
        height: 0px !important;
    }
    .salesforce-wrap .vc_col-sm-4 {
        margin-bottom: 0px !important;
    }
    .service-item h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .other-service-wrap {
        margin-bottom: 0px !important;
        padding: 45px 0px !important;
    }
    .testimonials-wrap .wpb_text_column.wpb_content_element.content-text {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 996px) {
    div.home-service {
        margin-top: -140px;
    }
    .vc_col-sm-6.awards-heading {
        height: 80px;
    }
    .awards-heading .vc_column-inner {
        width: 100%;
        text-align: center;
    }
    .awards-images .awards-img-list {
        height: 430px;
    }
    .awards-img-list:before {
        width: 370px;
        height: 370px;
        top: 50%;
    }
    .technology-partner.section-spacer2 {
        padding: 40px 0 !important;
    }
    .client-wrap.section-spacer3 {
        padding: 80px 0 40px 0 !important;
    }
    .footer-msg img {
        top: 0 !important;
    }
    .c-imgaln img {
        margin-bottom: 20px !important;
    }
    .inner-banner .row-bg.using-image {
        background-position: right 30% !important;
    }
    /*.inner-banner .dark.left {
        position: absolute;
        top: auto;
        width: 100%;
        bottom: 10px;
        background: #ffff;
        line-height: inherit !important;
        text-align: center;
        padding: 0;
    }*/
    .team-section .wpb_text_column {
        position: absolute;
        z-index: 9999;
        width: 100%;
        text-align: center;
        top: 0;
        right: auto;
        background: no-repeat;
    }
    .milestone-section .divider {
        display: none;
    }
    .divider-wrap div {
        margin: 0;
        height: 30px !important;
    }
    .divider-wrap .divider-border {
        height: 1px !important;
        margin: 0 !important;
    }
    .footer-msg {
        padding-top: 60px !important;
    }
    div.footer-msg h4,
    div.footer-msg h3 {
        font-size: 26px;
    }
    #footer-outer #copyright li {
        margin-left: 6px !important;
        float: none;
        margin-left: 20px;
        display: inline-block;
    }
    #footer-outer #copyright .col ul {
        text-align: center;
    }
    .f-copy {
        text-align: center;
    }
    .recognition .wpb_text_column.wpb_content_element {
        background: #fff;
        padding: 20px;
        margin-bottom: 0px;
    }
    ul.logo-block {
        background: #fff;
        width: 90%;
        margin: 0 auto;
    }
    #footer-widgets .container .col {
        width: 100%;
        margin: 0;
    }
    #footer-outer #copyright .col,
    .f-copyright .vc_col-sm-4 {
        width: 100%;
    }
    .section-spacer4 {
        padding: 60px 0 !important;
    }
    .tech-first-row .carousel-item,
    .tech-second-row .carousel-item {
        margin: 0 !important;
        width: 25% !important;
    }
    /*.other-service-wrap .vc_col-sm-4 {
        width: 60%;
    }*/
    .contact-form .row-bg-wrap {
        position: relative;
    }
    .contact-form {
        padding: 40px !important;
    }
    .contact-form .span_12,
    .contact-form .vc_col-sm-12,
    .contact-form .vc_col-sm-6 {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    #footer-widgets .container .col.span_4 {
        margin-bottom: 15px !important;
    }
    div.map-wrap li span {
        font-size: 20px;
        line-height: 24px;
        bottom: 25px;
    }
    .map-wrap {
        margin-bottom: 0px !important;
    }
    div.section-spacer {
        padding: 45px 0 !important;
    }
    div.map-wrap a:before {
        width: 85px;
        height: 85px;
    }
    div.contact-text input.wpcf7-form-control, div.contact-text textarea{
        font-size: 15px;
    }
    div.contact-text input.wpcf7-form-control {
        height: 45px;
    }
    div.contact-text select{
        font-size: 15px;
        height: 45px;
    }
    body div.cform input[type=submit]{
        font-size: 17px !important;
    }
    div.content-text ul li, div.content-text ol li {
        line-height: 24px;
        font-size: 17px;
    }
    div.content-text h2.htitle {
        font-size: 28px;
        line-height: 32px;
    }
    div.footer-msg {
        padding-top: 30px !important;
    }
    .case-study-info div h2.htitle {
        padding-bottom: 10px;
        font-size: 26px;
        line-height: 30px;
    }
    .divider-wrap div {
        margin: 0;
        height: 30px !important;
    }
    .divider-wrap .divider-border {
        height: 1px !important;
        margin: 0 !important;
    }
    .container .post .post-header h3, .standard-minimal.post-area .post.quote .post-content h3 {
        font-size: 17px;
        line-height: 23px;
    }
    div.posts-container .inner-wrap.animated{
        height: 370px !important;
    }
    .section-spacer.blog-wrap {
        padding: 45px 0 !important;
    }
    div.other-service-wrap {
        /*margin-bottom: 0px !important;*/
        padding: 45px 30px !important;
    }
    .industry-awards {
        padding-bottom: 35px !important;
    }
    .vc_col-sm-6.awards-heading {
        height: auto;
    }
    .technology-partner .owl-carousel .owl-item img{
        width: 75%;
    }
    div#header-outer {
        border-bottom: 1px solid #c9c9c9;
    }
    div h2.htitle,
    .home-service div h2.htitle,
    div.awards-heading h2 {
        font-size: 30px;
    }
    div.serv-item h2 {
        font-size: 20px;
        line-height: 22px;
        min-height: auto;
        padding-bottom: 20px;
    }
    div.footer-msg h3,
    div.footer-msg h4 {
        font-size: 20px !important;
    }
    .serv-item a img {
        width: 85px !important;
    }
    .hover-wrap-inner a img {
        object-fit: cover;
        height: 220px !important;
    }
    .hover-wrap-inner a {
        height: 220px;
        display: inline-block;
    }
    div.case-text h4 {
        line-height: 26px;
        font-size: 22px;
    }
    .case-text {
        padding: 20px;
    }
    .awards-heading .vc_column-inner {
        width: 100%;
        text-align: center;
    }
    #footer-outer #copyright li {
        margin-left: 6px !important;
        float: none;
        margin-left: 20px;
        display: inline-block;
    }
    #footer-outer #copyright .col ul {
        text-align: center;
    }
    .team-section .wpb_text_column {
        position: absolute;
        z-index: 9999;
        width: 100%;
        text-align: center;
        top: -12px;
    }
    .milestone-section .divider {
        display: none;
    }
    .tech-first-row .carousel-item,
    .tech-second-row .carousel-item {
        margin: 0 !important;
        width: 50% !important;
    }
    .contact-form .row-bg-wrap {
        position: relative;
    }
    .contact-form {
        padding: 40px !important;
    }
    .contact-form .span_12,
    .contact-form .vc_col-sm-12,
    .contact-form .vc_col-sm-6 {
        margin: 0 !important;
        padding: 0 !important;
    }
    .map-wrap a {
        height: 140px;
    }
    .map-wrap li span {
        font-size: 20px;
    }
    .contact-form {
        padding: 20px 10px !important;
    }
}

@media(max-width: 380px) {
    .post-cont-left .wpb_text_column {
        margin-bottom: 0px;
    }
    div.inner-banner h1 {
        font-size: 28px;
        line-height: 30px;
    }
    div.map-wrap li span {
        font-size: 16px;
        line-height: 20px;
        bottom: 25px;
    }
    .map-wrap a {
        height: 130px;
    }
    div.map-wrap a:before {
        width: 75px;
        height: 75px;
    }
    div.contact-form {
        padding: 0 0px 0px !important;
        margin-top: 35px;
    }
    body div.cform input[type=submit] {
        font-size: 15px !important;
    }
    .divider-wrap div {
        margin: 0;
        height: 10px !important;
    }
    /*.wpb_row.vc_row-fluid {
        margin-bottom: 0px !important;
    }*/
    .content-text p {
        font-size: 16px !important;
        line-height: 21px !important;
    }
    div.content-text h2.htitle {
        font-size: 24px;
        line-height: 28px;
    }
    div.case-study-intro-text p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 8px;
    }
    .case-study-info div h2.htitle {
        padding-bottom: 5px;
        font-size: 24px;
        line-height: 28px;
    }
    .inner-banner h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .testimonials-wrap .wpb_text_column {
        margin-bottom: 0px;
    }
    .testimonials-wrap img {
        width: 80% !important;
    }
    div.other-service-wrap {
       /* margin-bottom: 0px !important;*/
       /* padding: 35px 0px !important;*/
    }
    div.banner-text h2 {
        line-height: 32px !important;
        font-size: 26px;
    }
    .home-service div.vc_col-sm-12 {
        padding: 0 35px !important;
    }
    div.serv-item a img {
        width: 100px !important;
    }
    .awards-img-list li img {
        width: 180px !important;
        margin-bottom: 5px !important;
    }
    .awards-img-list:before {
        width: 330px;
        height: 330px;
    }
    div.footer-msg h3, div.footer-msg h4 {
        font-size: 17px !important;
        line-height: 21px;
    }
    .footer-msg .hover-wrap-inner img{
        left: 15px;
    }
    div.footer-msg h3:before{
        left: 0px;
    }
    div.f-address h4{
        font-size: 18px !important;
        line-height: 22px;
    }
    div.f-address p{
        font-size: 16px;
        line-height: 22px;
    }
    #footer-widgets .container .col.span_4 {
        margin-bottom: 15px !important;
    }
    ul.fcopy-list {
        padding-bottom: 0px;
    }
    .why-us-grid img {
        margin-bottom: 0px !important;
        width: 100px !important;
    }
}


@media(max-width: 360px) {
    ul.fsocial-list img {
        width: 35px !important;
        height: 35px !important;
    }
    .fcopy-list li {
        width: 35px !important;
    }
    div#footer-outer #copyright p {
        line-height: 18px;
        font-size: 13px;
    }

}

#slide-out-widget-area .inner-wrap {
    margin-top: 15px !important;
}

.slide_out_area_close{
	right: 28px !important;
    top: 28px !important;
}

ul.fsocial-list, .f-copy {
    position: relative;
    top: -7px;
}