/*
  Theme Name: Intellicops 
  License: https://intellicops.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'myriadregular';
    src: url(../fonts/MyriadProRegular.ttf) format('truetype');
}

@font-face {
    font-family: 'myriadbold';
    src: url(../fonts/MyriadProBold.ttf) format('truetype');
}

@font-face {
    font-family: 'montserratregular';
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserratlight';
    src: url(../fonts/Montserratlight.ttf) format('truetype');
}

body {
    background: #fff;
    color: #000000;
    font-family: 'montserratregular', sans-serif;
    overflow-x: hidden;
}

a {
    color: #18d26e;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #18d36e;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 10px 0px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #012E58;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #18d26e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo,
.logo1 {
    margin-top: -15px;
}

nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: initial;
}

nav ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #aaa;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #555;
}

.dropdown-ul {
    width: 100%;
}


/* stroke */

nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: green;
    height: 1px;
}

nav.stroke ul li a:hover:after {
    width: 100%;
}

#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}

.fa-caret-down {
    font-size: 12px;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    /*border-left: 4px solid #18d26e;*/
}

#header #logo img {
    padding: 0;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-content {
    text-align: center;
}

#intro h2 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#intro p {
    width: 100%;
}

.slideshow {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slideshow-item {
    width: inherit;
    height: inherit;
    position: absolute;
    animation: cycleImages 31s infinite;
    opacity: 0;
}

.slideshow-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: Zoom 31s infinite;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
    animation-delay: 0s;
}

.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
    animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
    animation-delay: 20s;
}

.slideshow-item-text {
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10rem 5rem;
}

.slideshow-item-text h5 {
    font-size: 5rem;
    font-family: 'montserratregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 2.5rem;
}

.slideshow-item-text p {
    font-size: 1.6rem;
    font-family: 'montserratregular', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

@keyframes cycleImages {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}

@keyframes Zoom {
    100% {
        transform: scale(1.3);
    }
}

#intro .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */


/*.sf-arrows .sf-with-ul {
  padding-right: 30px;
}*/

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

.abs-show img {
    height: 600px;
    width: 100%;
}


/* Nav Meu Container */

.section-header .operation-head-why {
    text-align: center;
}

#nav-menu-container {
    float: right;
    margin: 0;
    font-family: 'montserratregular', sans-serif;
    font-weight: 700;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a {
    color: #18d26e;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 5px 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 5px 10px;
    color: #000;
    text-align: left;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a span {
    color: #000;
}

.nav-menu ul li:hover > a {
    color: #18d26e;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #FFCF00;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -320px;
    width: 320px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 3px 22px 25px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #18d26e;
}

.pad-p {
    padding-bottom: 5px !important;
}

.pad-pp {
    padding-bottom: 10px !important;
}

#main .privacy-subhead {
    color: #012E58 !important;
}

.email-thick {
    font-weight: 800;
}


/*#mobile-nav ul li li {
  padding-left: 30px;
}
*/

#mobile-nav ul li.menu-active a {
    color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    left: 260px;
    padding: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}


}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #18d26e;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.footer-contact a{
    color: #fff;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080d15;
    opacity: .9;
}
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-top: 15px;
}
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}
.section-header p {
    /*  text-align: justify;*/
    /*  padding-bottom: 30px;*/
    
    color: #000;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
.row-service {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#featured-services {
    background: #000;
}
#featured-services .box {
    padding: 30px 20px;
}
#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
    color: #012E58;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}
#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}
#featured-services h4 a {
    color: #fff;
}
#featured-services h4 a:hover {
    color: #18d26e;
}
#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 50px 0 40px 0;
    position: relative;
}
#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.about-col p {
    margin-bottom: 5px !important;
}
.about-col .about-col-head {
    font-weight: 600;
}
#about .about-col .img {
    position: relative;
}
#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #012E58;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}
#main .privacy-banner {
    height: 500px;
    width: 100%;
}
#main .privacy-subhead {
    font-size: 25px;
}
#main .privacy-subhead-blue {
    font-size: 25px;
    color: #012E58;
}
.about-us-head .aboutus-subhead-blue {
    padding: 15px 0;
    font-size: 30px;
    color: #012E58;
}
.about-us-head p {
    color: #000000;
}
#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}
#about .about-col:hover .icon {
    background-color: #fff;
}
#about .about-col:hover i {
    color: #012E58;
}
#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}
#about .about-col h2 a {
    color: #000;
}
#about .about-col h2 a:hover {
    color: #18d26e;
}
.about-banner {
    width: 100% !important;
}
#about .about-col p {
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 0px 20px;
}
.headernav-bg {
    background-color: #00244A;
}
.about-cols-core img {
    width: 100%;
    height: 317px;
}

/* Services Section
--------------------------------*/
#services {
    background: #fff;
    background-size: cover;
    padding: 100px 0 40px 0;
}
#services .box {
    margin-bottom: 30px;
}
#services .icon {
    float: left;
}
#services .icon i {
    color: #18d26e;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}
#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#services .title a {
    color: #111;
}
#services .box:hover .title a {
    color: #18d26e;
}
#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}

/*.nav-tabs-drop li {
  background-color: #fff;
    border: 2px solid #012E58;
    padding: 5px;
    margin-left: 5px;
    border-radius: 25px;
 }
 .nav-tabs .active{
  background-color: #012E58;
    border: 2px solid #012E58;
    padding: 5px;
    margin-left: 5px;
    border-radius: 25px;
 }*/
.nav-tabs-drop {
    padding-top: 70px;
    padding-bottom: 20px;
}
.nav-tabs-drop > .active > a {
    color: #fff;
    background-color: #012E58;
    padding: 10px;
    border-radius: 55px;
    border: 2px solid #012E58;
}
.nav-tabs-drop li {
    margin-left: 5px;
}
.nav-tabs-drop a {
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 55px;
    border: 2px solid #012E58;
}
.nav-tabs-drop a:hover {
    color: #fff;
    background-color: #012E58;
    padding: 10px;
    border-radius: 55px;
    border: 2px solid #012E58;
}
.nav-tabs-drops {
    padding-top: 70px;
    padding-bottom: 20px;
}

}
.nav-tabs-drop > .active > a {
    color: #fff;
    background-color: #012E58;
    padding: 10px 50px;
    border-radius: 55px;
    border: 2px solid #012E58;
}
.nav-tabs-drops li {
    margin-left: 5px;
}
.nav-tabs-drops a {
    color: #000;
    background-color: #fff;
    padding: 10px 50px;
    border-radius: 55px;
    border: 2px solid #012E58;
}
.nav-tabs-drops a:hover {
    color: #fff;
    background-color: #012E58;
    padding: 10px 50px;
    border-radius: 55px;
    border: 2px solid #012E58;
}
.tab-pane .tab-panee {
    padding: 30px 0 15px 0px;
}
.tab-panee ul {
    padding-left: 16px;
}
.section-header .image-pad {
    padding-bottom: 15px;
}

/* Call To Action Section

--------------------------------*/
.contact-address h4 {
    color: #012E58;
    text-align: center;
}
.contact-phone h4 {
    color: #012E58;
    text-align: center;
}
.contact-email h4 {
    color: #012E58;
    text-align: center;
}
.blogs img {
    width: 100%;
}
.blogs p {
    text-align: initial;
}
.blogs p a {
    color:#BC442A;
}
.blogs {
    background-color:#EFF3EC;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,
    0,
    0,
    0.2),
    0 6px 20px 0 rgba(0,
    0,
    0,
    0.19);
}
.blogs h5 {
    text-align: center !important;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    margin-bottom: 3px;
}
.blogs h3 {
    font-size: 27px;
}
.aiml-header .operation-head {
    text-align: center;
}
.ul-pad p {
    text-align: justify;
}
.banner-content {
    position: absolute;
    z-index: 999;
    top: 35%;
    width: 100%;
    text-align: center;
    font-family: 'Montserratlight',
    sans-serif;
}
.banner-content p {
    color: #fff;
    font-family: 'Montserratlight',
    sans-serif;
    padding-bottom: 15px;
}
.tab-pane {
    padding-left: 10px;
}
.tab-pane h3 {
    text-align: initial;
}
.tab-pane .pr-head {
    font-size: 20px;
}
.fade:not(.show) {
    opacity: 1;
}
.left-image img {
    width: 100%;
}
.why-intellicops {
    text-align: center;
}
.why-intellicops .why-why {
    font-size: 25px;
}
.why-intellicops .why-intell {
    font-size: 25px;
    font-weight: 600;
}
.why-intellicops p {
    padding-bottom: 30px;
}
.why-intellicops a {
    background: #65c6aa;
    color:#fff;
    padding: 10px 50px;
    border-radius: 64px;
}
.product-line,
.tab-content {
    line-height: 27px;
}
.index p {
    color: #000000 !important;
}
.tab-content img {
    padding-top: 15px;
}
.tab-content .img-oper {
    width: 500px;
    height: 300px;
}
#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1),
    rgba(0, 0, 0, 0.1)),
    url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}
#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#call-to-action p {
    color: #fff;
}
#call-to-action .cta-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
#call-to-action .cta-btn:hover {
    background: #18d26e;
    border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/
#skills {
    padding: 100px 0;
}
#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}
#skills .progress .skill {
    font-family: "Open Sans",
    sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}
#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}
#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}

/* Facts Section
--------------------------------*/
.banner-ban,
.banner-ban1,
.banner-ban2,
.banner-ban3 {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
.main-banner img {
    width: 120%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,
    -50%);
    animation: Zoom-out 6S linear infinite;
}
@keyframes Zoom-out {
    100% {
        width: 100%;
    }
}
.text-box {
    position: absolute;
    color: #fff;
    width: 600px;
    top: 200px;
    left: 100px;
}
.text-box h1 {
    margin-bottom: 20px;
}
.text-box p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 50px;
}
.text-box span {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: red;
    left: 0;
}
.banner-ban {
    animation: slide1 12s linear infinite;
}
.banner-ban1 {
    animation: slide2 12s linear infinite;
}
.banner-ban2 {
    animation: slide3 12s linear infinite;
}
.banner-ban3 {
    animation: slide4 12s linear infinite;
}
@keyframes slide1 {
    0% {
        visibility: visible;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes slide2 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: hidden;
    }
}
@keyframes slide3 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}
@keyframes slide4 {
    0% {
        visibility: hidden;
    }
    25% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    75% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
#facts {
    background: url("../img/facts-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0 0;
    position: relative;
}
.section-header .careers-bttn {
    display: none;
}
#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,
    255,
    255,
    0.88);
    z-index: 9;
}
#facts .container {
    position: relative;
    z-index: 10;
}
#facts .counters span {
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #18d26e;
}
#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #111;
}
#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 100px 0;
}
#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}
#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #18d26e;
    color: #fff;
}
#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0,
    0,
    0,
    0.08);
    transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0,
    0,
    0,
    0.16);
}
#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}
#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}
#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}
#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    /* background: #18d26e;*/
}
#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 50%);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 50px);
    top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
}
#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
}
#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}
#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.abs-show .absolo p {
    position:absolute;
    top:30%;
    right: 25%;
    z-index: 9999999999;
    color: red;
    font-size: 25px;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 100px 0;
}
#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}
#clients img:hover {
    opacity: 1;
}
#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clients .owl-dot.active {
    background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 100px 0;
}
#testimonials .section-header {
    margin-bottom: 40px;
}
#testimonials .testimonial-item {
    text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}
#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#testimonials .owl-dot.active {
    background-color: #18d26e;
}

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 100px 0;
}
#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    position: relative;
}
#team .member .member-info {
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
#myVideo {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
}
#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}
#team .member:hover .member-info {
    background: rgba(0,
    0,
    0,
    0.7);
    opacity: 1;
    transition: 0.4s;
}
#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}
#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}
#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}
.tab-paneee ul {
    padding-left:17px !important;
}
.tab-pane .tab-paneee {
    padding: 30px 0 15px 0px;
}
#careersMble {
    display: none;
}
#team .member .social {
    margin-top: 15px;
}
#team .member .social a {
    transition: none;
    color: #fff;
}
#team .member .social a:hover {
    color: #18d26e;
}
#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 100px 0;
}
.contact-mail {
    padding: 20px 0 0 0;
}
.contact-mail p {
    text-align: center;
}
.contact-mail a {
    color: #012E58;
}
.contact-mail a:hover {
    color: #65C6AA;
    text-decoration: underline;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #18d26e;
}
#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}
#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}
#contact .contact-info a {
    color: #000;
}
#contact .contact-info a:hover {
    color: #18d26e;
}
iframe {
    width: 100%;
}
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}
#contact .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}
#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}
#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
#contact .form button[type="submit"] {
    background: #18d26e;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contact .form button[type="submit"]:hover {
    background: #13a456;
}
.contact-p {
    font-size: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}
#footer .footer-top {
    background: #111;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
.footer-info img {
    margin-top: -22px;
}
#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #18d26e;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #eee;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.nav-over:hover {
    cursor: pointer;
    color: #18d26e !important;
}
a:not([href]):not([tabindex]) {
    color: #000;
    text-decoration: none;
}
#footer .footer-top .social-links a:hover {
    background: #18d26e;
    color: #fff;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::before,
#footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #555;
}
#footer .footer-top h4::after {
    background: #18d26e;
    width: 60px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
    color: #18d26e;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #fff;
}
#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #18d26e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.footer-newsletter p {
    color: #fff;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

/*@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1.2);
    }
}
.carousel-inner  .carousel-item.active .carousel-background> img {
  animation: zoominoutsinglefeatured 40s infinite ;
      width: 100%;
}*/
.tech-image img {
    width: 100%;
    height: 400px;
}
.heading-tech {
    color: #012E58 !important;
    font-size: 17px
}
.headingmain-tech {
    color: #012E58 !important;
    font-size: 20px
}
.abs {
    position: absolute;
    z-index: 999999;
    top: 40%;
    right: 22%;
}
.banner-main {
    z-index: 5;
    text-align: center;
    white-space: nowrap;
    font-size: 50px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: uppercase;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    /* min-width: 0px; */
    font-family: 'montserratregular',
    sans-serif;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1);
    transform-origin: 50% 50% 0px;
}
.banner-center {
    z-index: 6;
    font-family: 'montserratregular',
    sans-serif;
    white-space: nowrap;
    font-size: 28px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1);
    transform-origin: 50% 50% 0px;
}
.banner-content .link a {
    z-index: 7;
    font-family: 'montserratregular',
    sans-serif;
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255,
    255,
    255);
    background-color: rgba(101,
    198,
    170,
    0.75);
    border-color: rgb(0,
    0,
    0);
    border-radius: 30px;
    outline: none;
    box-shadow: rgb(153,
    153,
    153) 0px 0px 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 12px 35px;
    letter-spacing: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1,
    0,
    0,
    0,
    0,
    1);
    transform-origin: 50% 50% 0px;
}
.carousel-inner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.carousel-item {
    width: inherit;
    height: inherit;
    position: absolute;
    opacity: 0;
    /*animation: cycleImages 45s infinite;*/
}
.carousel-item img {
    width: 100%;
    height: 100%;
    animation: zoomm 35s infinite;
}
.carousel-item .active:nth-child(1),
.carousel-item .active:nth-child(1) img {
    animation-delay: 15s;
}
.carousel-item .active:nth-child(2),
.carousel-item .active:nth-child(2) img {
    animation-delay: 15s;
}
.carousel-item .active:nth-child(3),
.carousel-item .active:nth-child(3) img {
    animation-delay: 15s;
}
.carousel-item .active:nth-child(4),
.carousel-item .active:nth-child(4) img {
    animation-delay: 15s;
}
.carousel-item-text {
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0,
    0,
    0,
    .8);
    color: #fff;
    padding: 10rem 5rem;
}
@keyframes cycleImages {
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}
@keyframes zoomm {
    100% {
        transform: scale(1.2);
    }
}
.nav-link.navscrollclr {
    color: #000000;
}
.flexslider {
    width: 100%;
    overflow: hidden;
    border:none;
}
.flex-direction-nav a {
    height: 57px;
}
.flexslider .slides {
    height: 100%;
}
.flexslider .slides li {
    height: 100%;
    position: relative;
}
.flexslider .slides li h1 {
    position: absolute;
    z-index:9;
    top: 30px;
    left: 25%;
    width: 50%;
    text-align:center;
    text-shadow: 1px 1px 1px #fff;
}
.flexslider .slides {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s
}
.flexslider .slides li .bgimg {
    background-position: center;
    height: 100%;
    width: 100%;
    transition: transform 4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,
    0,
    0,
    0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(255,
    255,
    255,
    0.3);
    line-height: 49px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: center;
}
.who-we {
    padding: 20px 0 40px 0;
}
.tot-cont {
    background-color: #111111;
    padding: 0px 50px;
}

/*.who-we .container{

  background-color: #111111;
}   */
.who-we .container .who-head {
    color: #fff;
    font-size: 50px;
}
.who-we .container .who-middle {
    color: #fff;
    padding-bottom: 20px;
}
.line-between {
    width: 200px;
    height: 2px;
    background-color: #FEB72B;
}
address {
    text-align: center;
}
.contact-addresss h4 {
    text-align: center;
}
.img-hover-zoom {
    height: 300px;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    width: 100%;
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.5);
}
.img-hover-zoom--colorize img {
    transition: transform .5s,
    filter 1.5s ease-in-out;
    filter: grayscale(100%);
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}
.btn-info {
    display: none;
}
.car-overlay {
    color: #fff;
    position: absolute;
    z-index: 9999;
    top: 29%;
    width: 80%;
    text-align: center;
    background-color: #0a0a0a;
    opacity: 0.6;
    padding: 20px;
}
.section-header .sec-p {
    text-align: center;
    color: #fff;
}
.section-header .sec-pp {
    font-size: 20px;
}
.service-offer-wrapper {
    padding-bottom: 30px;
    line-height: 1.1;
    text-align: center;
}
.service-offer-wrapper .section-title {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.service-offer-wrapper .section-subtitle {
    font-family: 'Playfair Display',
    serif;
    font-style: italic;
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
}
.service-offer-wrapper .design-arrow {
    width: 1px;
    height: 50px;
    background: #ddd;
    position: relative;
    margin: 10px auto;
}
.service-offer-wrapper .design-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 100%;
    left: -5px;
}
.service-navigation {
    margin-bottom: 30px;
    text-align: center
}
.tab-contentmobile {
    display: none;
}
.service-navigation ul {
    padding-left: 0;
    list-style: none
}
.service-navigation ul li {
    margin: 0
}
.service-navigation ul li.active .navigation-icon,
.service-navigation ul li:hover .navigation-icon {
    background: #288cf0
}
.service-navigation ul li.active .navigation-icon:after,
.service-navigation ul li:hover .navigation-icon:after {
    border-top-color: #288cf0
}
.service-navigation ul li.active .navigation-icon span,
.service-navigation ul li:hover .navigation-icon span {
    background: #288cf0;
    border-color: #ffb07c;
    color: #fff
}
.service-navigation .navigation-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    width: 195px;
}
.service-navigation .navigation-item .navigation-icon {
    margin: 0 auto 55px;
    width: 170px;
    max-width: 100%;
    background: #f6f6f6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 0;
    text-align: center;
    position: relative;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.service-navigation .navigation-item .navigation-icon:after {
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #f6f6f6;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.service-navigation .navigation-item .navigation-icon span {
    display: inline-block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 32px;
    color: #666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.service-navigation .navigation-item .navigation-icon span:before {
    margin: 0;
    font-size: 32px
}
.service-navigation .navigation-item h5 {
    margin-bottom: 25px;
    text-transform: uppercase
}
.service-navigation .navigation-item h5:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #288cf0;
    margin: 20px auto 0
}
.service-navigation ul li.active .navigation-icon span,
.service-navigation ul li:hover .navigation-icon span {
    background: #FEB72B;
    border-color: #FEB72B;
}
.service-navigation ul li.active .navigation-icon,
.service-navigation ul li:hover .navigation-icon {
    background: #FEB72B;
}
.service-navigation ul li.active .navigation-icon:after,
.service-navigation ul li:hover .navigation-icon:after {
    border-top-color: #FEB72B;
}
.navigation-item p {
    text-align: center;
    font-weight: bolder;
    font-size: 17px;
}
.service-navigation .navigation-item p:after {
    background: #FEB72B;
}
.service-navigation .navigation-item p:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #FEB72B;
    margin: 20px auto 0;
}
#mixedSlider {
    position: relative;
}
#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}
.technology-scroll .container {
    max-width: 1260px;
}
#mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}
.item .box17 img {
    height: 300px;
}
.box17 .title,
.post {
    font-family: 'montserratregular',
    sans-serif;
    text-align: center;
    padding: 0px 15px 25px 15px;
}
@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}
#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    color: #252525;
    font-style: italic;
    position: absolute;
    background-color: rgba(255,
    255,
    255,
    0.5);
    width: 100%;
    bottom: 0;
    font-weight: bold;
    padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
    /* height: auto;*/
    width: 100%;
}
#mixedSlider .MS-content .item p {
    font-size: 16px;
    margin: 2px 10px 0 5px;
    text-indent: 15px;
}
#mixedSlider .MS-content .item a {
    /*float: right;
  margin: 0 20px 0 0;*/
    font-size: 16px;
    font-style: italic;
    color: rgba(173,
    0,
    0,
    0.82);
    font-weight: bold;
    letter-spacing: 1px;
    transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0,
    0,
    0,
    0.4);
    transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
    color: rgba(0,
    0,
    0,
    0.8);
}
@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}
#mixedSlider .MS-controls .MS-left {
    left: -3px;
}
#mixedSlider .MS-controls .MS-right {
    right: -3px;
}
#basicSlider {
    position: relative;
}
#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}
#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
}
@media (max-width: 991px) {
    #basicSlider .MS-content .item {
        width: 25%;
    }
}
#basicSlider .MS-content .item {
    width: 35%;
}

}
@media (max-width: 500px) {
    #basicSlider .MS-content .item {
        width: 50%;
    }
}
#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}
#basicSlider .MS-controls button {
    position: absolute;
}
#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}
.MS-left,
.MS-right:hover {
    cursor: pointer;
}
#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
.box17 {
    position:relative
}
.box17:after {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all .5s ease 0s
}
.box17:hover:after {
    opacity:1
}
.box17 img {
    width:100%;
    height:auto;
    transition:all 1.5s ease 0s
}
.box17 .box-content,
.box17 .icon li a {
    position:absolute;
    transition:all .6s ease 0s
}
.box17:hover img {
    transform:scale(1.2)
}
.box17 .icon {
    width:100%;
    height:100%;
    list-style:none;
    padding:0;
    margin:0 auto;
    position:absolute;
    top:0;
    left:0;
    z-index:1
}
.box17 .icon li a {
    width:45px;
    height:45px;
    line-height:45px;
    margin:0 auto;
    top:50%;
    border:1px solid #fff;
    opacity:0
}
.box17:hover .icon li a {
    top:30%;
    opacity:1
}
.box17 .icon li a:hover {
    background:#fff;
    color:#02a2dd
}
.box17 .icon li:first-child a {
    left:-90%;
    right:0
}
.box17:hover .icon li:first-child a {
    left:-55px
}
.box17 .icon li:last-child a {
    right:-90%;
    left:0
}
.box17:hover .icon li:last-child a {
    right:-55px
}
.box17 .box-content {
    width:100%;
    padding:-10px 10px;
    background:#012E58;
    opacity:0.7;
    bottom:-100px;
    left:0;
    z-index:1
}
.box17:hover .box-content {
    bottom:0
}
.box17 .title {
    font-size:18px;
    font-weight:700;
    color:#fff;
    margin-top:0;
    font-style: initial;
}
.box17 .post {
    display:block;
    font-size:14px;
    color:#fff;
    font-style: initial;
}
@media only screen and (max-width:990px) {
    .box17 {
        margin-bottom:30px
    }
}
.box17,
.box18,
.box2,
.box20,
.box21,
.box3,
.box4,
.box5,
.box5 .icon li a,
.box6,
.box7,
.box8 {
    overflow:hidden
}
.aiml-header .operation-head {
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}
.ul-pad ul {
    padding-left: 20px;
    text-align: left;
}
.ul-pad h2,
h3,
h4,
h5 {
    color: #012E58;
    text-align: left;
}
.ul-pad {
    text-align: justify;
    text-justify: inter-word;
}
.section-header .operation-head .why-why {
    text-align: center;
    color: #000000;
    font-size: 30px;
}
.section-header .operation-head .why-intell {
    text-align: center;
    color: #000000;
    font-size: 30px;
    font-weight: bolder;
}
.slick-track {
    margin: 0 auto;
}
#intro .container {
    padding: 0px !important;
    margin: 0px auto;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
.privacy-header ul li {
    color: #000000;
}
.privacy-header ul {
    padding-left: 24px;
}
@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}
@media (min-width: 1024px) {
    #header #logo {
        padding-left: 60px;
    }
    #intro p {
        width: 100%;
        /*    margin: 0 auto 30px auto;*/
    }
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
    #nav-menu-container {
        padding-right: 60px;
        font-family: 'Montserratlight',
        sans-serif;
    }
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    #header #logo h1 {
        font-size: 28px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #intro h2 {
        font-size: 28px;
    }
    #header.scrolled .nav-link {
        color:red !important;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
}
@media (max-width: 450px) {
    #intro p {
        width: 100%;
        margin: 0 auto 7px auto;
        color: #000;
    }
    .flexslider .slides img {
        height: max-content !important;
        -moz-user-select: none;
    }
}
@media (min-width: 200px) and (max-width: 990px) {
    .abs {
        position: absolute;
        z-index: 999999;
        top: 22%;
        left: 1%;
        right: 2%;
    }
    .abs1 {
        position: absolute;
        z-index: 999999;
        top: 22%;
        left: 1%;
        right: 2%;
    }
    .abs2 {
        position: absolute;
        z-index: 999999;
        top: 22%;
        left: 1%;
        right: 2%;
    }
    .abs3 {
        position: absolute;
        z-index: 999999;
        top: 22%;
        left: 1%;
        right: 2%;
    }
    .banner-headmb {
        z-index: 5;
        white-space: nowrap;
        font-size: 21px;
        line-height: 37px;
        font-weight: 300;
        letter-spacing: 0px;
        text-transform: uppercase;
        visibility: inherit;
        transition: none 0s ease 0s;
        text-align: inherit;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 1;
        transform: matrix3d(1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1);
        transform-origin: 50% 50% 0px;
    }
    .banner-middlemb {
        z-index: 6;
        white-space: nowrap;
        font-size: 16px;
        line-height: 36px;
        font-weight: 400;
        letter-spacing: 0px;
        visibility: inherit;
        transition: none 0s ease 0s;
        text-align: inherit;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 1;
        transform: matrix3d(1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1);
        transform-origin: 50% 50% 0px;
    }
    .bannermb-a {
        z-index: 7;
        white-space: nowrap;
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        color: rgb(255,
        255,
        255);
        background-color: rgba(101,
        198,
        170,
        0.75);
        border-color: rgb(0,
        0,
        0);
        border-radius: 30px;
        outline: none;
        box-shadow: rgb(153,
        153,
        153) 0px 0px 0px 0px;
        box-sizing: border-box;
        cursor: pointer;
        text-decoration: none;
        visibility: inherit;
        transition: none 0s ease 0s;
        text-align: inherit;
        margin: 0px;
        padding: 11px 25px;
        letter-spacing: 0px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        opacity: 1;
        transform: matrix3d(1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1);
        transform-origin: 50% 50% 0px;
        border-width: 0px;
    }
    .abs .banner-headblack {
        color: #fff !important;
    }
    .abs .banner-middleblack {
        color: #fff !important;
    }
    .abs .banner-headwhite {
        color: #fff !important;
    }
    .abs .banner-middlewhite {
        color: #fff !important;
    }
    nav ul {
        text-align: left;
    }
    .section-header p {
        text-align: initial;
    }
    .ion-ios-speedometer-outline {
        animation: cycleImages 3s infinite;
    }
    @keyframes cycleImages {
        0%,
        20%,
        40%,
        50% {
            opacity: 1;
            -webkit-transform: scale(1, 1) translateX(0);
            transform: scale(1, 1) translateX(0);
        }
        10%,
        30% {
            opacity: 1;
            -webkit-transform: scale(1.1, 1.1) translateX(0);
            transform: scale(1.1, 1.1) translateX(0);
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1, 1) translateX(900%);
            transform: scale(1, 1) translateX(900%);
        }
    }
    .fa-caret-down {
        display: none;
    }
    .about-banner {
        height: 200px;
    }
    .nav-tabs-drop a {
        padding: 10px 30px;
    }
    .nav-tabs-drop li {
        margin-bottom: 25px;
    }
    .nav-tabs-drops li {
        margin-left: 5px;
        margin-bottom: 29px;
    }
    .ppt2 img {
        width: 100%
    }
    .ppt1 img {
        width: 100%
    }
    #myVideo {
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }
    .service-navigation,
    .tab-content {
        display: none;
    }
    .tab-contentmobile {
        display: block;
    }
    .tab-contentmobile .pr-head {
        color: #012E58;
        text-transform: uppercase;
    }
    .tab-contentmobile p {
        color: #000000;
    }
    .tab-contentmobile img {
        width: 100%;
    }
    .tab-contentmobile h3 {
        color: #012E58;
        padding-left: 15px;
    }
    .nav-tabs-drop {
        display: none;
    }
    .tab-content .img-oper {
        width: 100%;
    }
    .section-header .pad-right {
        padding-right: 50px !important;
        text-align: left !important;
    }
    .banner-content {
        top: 35%;
    }
    .flex-direction-nav a {
        top: 65% !important
    }
    .banner-content p {
        padding-bottom: 0px;
    }
    .banner-content .banner-main {
        font-size: 30px;
    }
    .banner-content .banner-center {
        font-size: 12px;
    }
    .slideshow-item-text {
        max-width: 100%;
        padding: 2rem;
        top: inherit;
        bottom: 0;
        transform: initial;
    }
    .slideshow-item-text h5 {
        font-size: 4rem;
    }
    .slideshow-item-text p {
        font-size: 1.4rem;
    }
    .box-row .box p {
        color:#fff;
    }
    .#mixedSlider .MS-controls .MS-right {
        right: 8px !important;
    }
    .#mixedSlider .MS-controls .MS-left {
        right: -3px !important;
    }
    #mixedSlider .MS-controls button {
        font-size: 34px;
    }
    .who-middle,
    .who-head,
    .description,
    .banner-main,
    .banner-center {
        color:#fff !important;
    }
    .devops img {
        width: 100%;
    }
    .row-service {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .ul-pad p {
        text-align: justify;
        text-justify: inter-word;
    }
    #careers-tab {
        display: none;
    }
    /*.car-overlay{
  width: 200px;
}*/
    .btn-info {
        width: 100% !important;
        display: block;
    }
    .footer-newsletter h4 {
        color: #fff !important;
    }
    .footer-newsletter p {
        color: #fff !important;
    }
    /*.allcareers h5{
  padding-top: 10px;
}*/
    .allcareers h5 {
        padding: 15px 15px 0px 15px;
    }
    .allcareers span {
        padding: 0px 15px;
    }
    .allcareers p {
        padding: 0px 15px;
    }
    .allcareers ul {
        padding: 0px 15px;
    }
    .allcareers ul {
        padding: 0px 28px;
    }
    .car-overlay {
        top: 0%;
    }
    .car-overlay .sec-pp {
        font-size: 16px;
    }
    .car-overlay .sec-p {
        font-size: 13px;
    }
    .car-overlay p {
        font-size: 13px;
    }
    .car-overlay p {
        font-size: 14px;
    }
    #careersMble {
        display: block;
    }
}