@charset "utf-8";

/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav-container {
    display: flex;
    padding: .4rem;
    box-shadow: 0px 0px 3px gray;
    background: linear-gradient(to right, #02A8F4, #445CCE)
}

.site-logo {
    margin-left: 10.5rem;
}

.site-logo img {
    font-stretch: expanded;
    width: 8.15rem;
    height: 2.2rem;
}

.nav-items {
    padding: .9rem;
    font-family: sans-serif;
    margin-left: 1.95rem;
    display: flex;
    gap: 2.3rem;
}

.nav-items a {
    text-decoration: none;
    color: black;
    font-weight: 550;
}

.login-btn {
    color: #fff;
    width: 6.5rem;
    cursor: pointer;
    margin: .25rem 0 .4rem 11.5rem;
    border-radius: .2rem;
    background-color: #02A8F4;
    display: flex;
    justify-content: center;
    padding: 0 .5rem;
}

.login-btn svg {
    height: 1.3rem;
}

.login-btn li {
    list-style: none;
    align-self: center;
}

.login-btn a {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.login-btn a:hover {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    text-decoration: none;
    color: rgb(255, 255, 255);
}



/* Media queries for responsiveness */
@media (max-width: 1280px) {
    .site-logo {
        margin-left: 6rem;
    }
    .nav-items {
        margin-left: 1rem;
        gap: 1.5rem;
    }
    .login-btn {
        margin: .25rem 0 .4rem 5rem;
        width: 6rem;
    }
}


@media (max-width: 1200px) {
    .site-logo {
        margin-left: 2rem;
    }
    .nav-items {
        margin-left: 1rem;
        gap: 1.5rem;
    }
    .login-btn {
        margin: .25rem 0 .4rem 5rem;
        width: 6rem;
    }
}

@media (max-width: 992px) {
    /* .nav-container{
        width: 100%;
    } */
    .site-logo {
        margin-left: 4rem;
    }
    .nav-items {
        margin-left: 0.5rem;
        gap: 1rem;
    }
    .login-btn {
        margin: .25rem 0 .4rem 3rem;
    }
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: center;
    }
    .site-logo {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .nav-items {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        padding: 0;
        gap: 0.5rem;
    }
    .nav-items a {
        padding: 0.5rem 0;
    }
    .login-btn {
        margin: 1rem 0;
    }
}

@media (max-width: 576px) {
    .site-logo img {
        width: 4rem;
        height: 1.4rem;
    }
    .nav-items {
        gap: 0.2rem;
    }
    .login-btn {
        width: 6rem;
        justify-content: center;
    }
}




.img-responsive {
    max-width: 100%;
}

.logo img {
    height: 35px;
}

.clear {
    clear: both;
}

.no-padding {
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}


/*** Header *****/

header {
    margin: 0 0;
}

.headertop-right {
    margin-top: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 122222221;
}

.top-header {
    margin: 0 0 15px;
}

.headertop-right i {
    font-size: 25px;
    display: block;
    margin-top: 5px;
    color: #E76f51;
    padding-right: 15px;
}

.headertop-right li {
    list-style-type: none;
    display: inline-block;
    font-weight: normal;
}

.headertop-right li span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #2d2d2d;
    position: relative;
    top: -5px;
}

.headertop-right li span a {
    color: #000;
    top: -11px;
}

.headertop-right li span a:hover {
    color: #E76f51;
}

.headertop-right .info-site {
    float: right;
    margin-left: 40px;
}

.header-menu {
    background: #E76f51;
}

.header-menu ul.menu-ul {
    list-style-type: none;
    padding: 0 0;
    margin: 0 0 0 25px;
}

.header-menu .container {
    background: #fff;
}

.sticky {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.header-menu ul.menu-ul li {
    margin: 0 3px;
}

.header-menu ul.menu-ul li a {
    color: #2d2d2d;
    font-weight: 700;
    text-transform: unset;
    font-size: 17px;
    padding: 15px;
    display: block;
}

.header-menu ul.menu-ul li a:hover {
    color: #02a8f4;
    text-decoration: none;
}

.header-menu ul.menu-ul li.active a {
    color: #02a8f4;
    text-decoration: none;
}

.header-menu ul.social-icon-header {
    list-style-type: none;
    padding: 0 0;
    margin: 0;
    float: right;
}

.header-menu ul.social-icon-header li {
    margin: 0 0;
    display: table-cell;
}

.header-menu ul.social-icon-header li a {
    color: #2d2d2d;
    font-weight: bold;
    text-transform: uppercase;
    padding: 19px 18px;
    border-left: 1px solid rgba(0, 0, 0, .08);
    font-size: 18px;
    display: block;
}

.header-menu ul.social-icon-header li a:hover {
    color: #02a8f4;
    text-decoration: none;
}

.social-icon-header img {
    height: 20px;
}

.navbar-right {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.navbar-right li {
    background: #02a8f4;
    margin-top: 10px;
    display: inline-block;
    margin-left: 5px;
}

.navbar-right li:hover {
    background: #47883e;
}

.navbar-right li a {
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-size: 17px;
}

.navbar-right li a i {
    margin-right: 10px;
}

.logo {
    margin-top: 6px;
    margin-left: 15px;
}


/***** End Header ********/


/***Counter****/

.counter-sec .container {
    box-shadow: 0px 7px 25px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background-color: #ffffff;
    padding: 25px 0;
}

.counter-sec {
    position: relative;
    top: -45px;
    margin-bottom: -50px;
    z-index: 11111;
}

.countdown {
    text-align: center;
}

.countdown li:last-child {
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
}

.countdown li.count {
    color: #fb8500;
    font-weight: bold;
    font-size: 25px;
    padding-right: 10px;
}

.countdown li.hrl {
    height: 50px;
    width: 1px;
    background: #fb8500;
}

.countdown li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

.counter-sec span {
    color: #fb8500;
    font-weight: bold;
    font-size: 16px;
}


/*** End*****/


/****** About Us*****/

.about-section {
    padding: 60px 0;
}

.about-section h2 {
    color: #3f3f3f;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
}

.about-section h2 span {
    color: #3f3f3f;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.about-section .about-content {
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
    width: 80%;
    margin: auto;
}

.morecontentabout {
    display: none;
}

.about-section .about-content a.morecontent {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 150px;
    margin: auto;
    background: #02a8f4;
    padding: 8px 0;
    font-size: 18px;
    font-weight: normal;
    margin: 20px auto 0;
    border-radius: 5px;
}

.about-section .about-content a.morecontent:hover {
    background: #2d2d2d;
}


/**** End***/


/****** Projec Us*****/

.products-section h2 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}

.products-section h3 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.products-section p {
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.contentmid {
    padding-top: 50px;
    padding-left: 50px;
}

.produts-sec {
    margin-bottom: 25px;
}

.products-section {
    background-image: url(/images/whitebg.jpg);
    padding: 60px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.produts-sec img {
    width: 30rem;
    height: 20rem;
    display: block;
    margin: auto;
}

.fiprod {
    margin-bottom: 80px;
}


/**** End***/


/****** Modules*****/

/* .modules-section h2 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0;
}

.modules-sec h4 {
    color: #2d2d2d;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 0;
}

.modules-sec p {
    color: #8a8a8a;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    visibility: hidden;
    display: none;
}

.modulbox {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, .07);
    padding: 15px;
    display: inline-block;
    margin: 0 15px 40px;
    width: 20%;
}

.modules-sec {
    text-align: center;
}

.modules-sec i {
    margin-bottom: 20px;
    font-size: 45px;
    display: block;
}

.modules-section {
    padding: 60px 0 60px;
}

.modulbox:hover h4,
.modulbox:hover p,
.modulbox:hover i {
    color: #02a8f4;
}

.modulbox:hover {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
} */



.modules-section h2 {
            color: #3f3f3f;
            font-weight: bold;
            font-size: 36px;
            margin-bottom: 30px;
            text-align: center;
            margin-top: 0;
        }

        .modules-sec h4 {
            color: #2d2d2d;
            font-weight: bold;
            font-size: 17px;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .modules-sec p {
            color: #8a8a8a;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 0;
            visibility: hidden;
            display: none;
        }

        .modulbox {
            box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, .07);
            padding: 15px;
            display: inline-block;
            margin: 0 15px 40px;
            width: 20%;
        }

        .modules-sec {
            text-align: center;
        }

        .modules-sec i {
            margin-bottom: 20px;
            font-size: 45px;
            display: block;
        }

        .modules-section {
            padding: 60px 0 60px;
        }

        .modulbox:hover h4,
        .modulbox:hover p,
        .modulbox:hover i {
            color: #02a8f4;
        }

        .modulbox:hover {
            box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.2);
        }

.noremodu a {
    background: #02a8f4;
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.noremodu a:hover {
    background: #2d2d2d;
    color: #fff;
    text-decoration: none;
}

.allmodul {
    display: none;
}


/**** End***/


/****** Team*****/

.team-section {
    padding: 60px 0;
    background: #f7f7f7;
}

.team-section h2 {
    color: #3f3f3f;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
}

.team-section h2 span {
    color: #3f3f3f;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.team-section p {
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    margin: 0 auto 15px;
}

.teams {
    padding: 40px 0 0;
}

.teams img {
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 157px;
    margin: auto;
    /* box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.15); */
    border-width: 2px;
    border-style: solid;
    border-color: #02a8f4;
}

.teams h4 {
    text-align: center;
    font-weight: 500;
    color: #333;
    padding-top: 15px;
    text-shadow: 0px 0 0px #000;
}

.teams h4 span {
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: normal;
    margin-top: 10px;
}


/**** End***/


/***Footer**/

footer {
    background: #3f3f3f;
    padding: 30px 0;
}

footer h3 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}

footer p {
    color: #c2c2c2;
    font-size: 14px;
    line-height: 1.8em;
}

footer p span {
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

footer ul.footer-menu {
    margin: 0;
    padding: 0;
}

footer ul.footer-menu li {
    list-style-type: none;
    border-bottom: 1px solid #c2c2c252;
    padding: 0 0 6px;
    margin-bottom: 6px;
    width: 260px;
}

footer ul.footer-menu li a {
    color: #c2c2c2;
    font-size: 14px;
    line-height: 1.8em;
    text-decoration: none;
}

footer ul.footer-menu li a:hover,
footer ul li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none !important;
}

ul.socialicon-footer {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.socialicon-footer li {
    display: inline-block;
    margin-right: 10px;
}

ul.socialicon-footer li a {
    font-size: 20px;
    color: #111;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    display: block;
}

ul.socialicon-footer li a:hover {
    text-decoration: none;
    color: #fff;
    background: #111;
}

.apdownlod p {
    margin: 0 0;
    display: inline-block;
}

.apdownlod img {
    width: 70%;
}

.appscoial {}

.footer-bootm {
    background: #000;
    text-align: center;
    padding: 15px 0;
}

footer iframe {
    margin-top: 25px;
    width: 100%;
    border-radius: 10%;
}

.footer-bootm p {
    color: #fff;
    margin: 0;
}

.sideicon {
    position: fixed;
    right: 0;
    top: 40%;
    background: #fff;
    padding: 0 0;
    z-index: 11111;
    box-shadow: -10px 0px 20px 2px rgba(0, 0, 0, .06);
}

.sh-side-options-hover {}

.sideicon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sideicon ul li {}

.sideicon ul li span {
    position: absolute;
    background-color: #ffffff;
    color: #32343d;
    padding: 10px 0;
    transform: translateX(-70%);
    left: 0px;
    top: 0;
    bottom: 0;
    display: none;
    transition: 0.2s all ease-in-out;
    z-index: -100;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
    width: 170px;
    line-height: 20px;
}

.sideicon ul li a:hover span {
    display: block;
    transform: translateX(-100%);
}

.sideicon ul li a {
    color: #2d2d2d;
    border-bottom: 1px solid #dcd3d3;
    display: block;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease-in-out;
    position: relative;
    padding: 10px;
}

.sideicon ul li span:hover {
    color: #02a8f4;
}

.sideicon ul li a:hover i {
    color: #02a8f4;
}

.sideicon ul li i {
    font-size: 22px;
}


/***End***/


/**** All ****/

@media (min-width: 1250px) {
    .container {
        max-width: 1200px !important;
        width: 1200px !important;
    }
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }
    .row-sm-height {
        display: table-row;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
    }
}

.caption-content {
    position: absolute;
    top: 0;
}

.caption-content h2 {
    font-size: 27px;
    color: rgb(54, 54, 54);
    font-weight: bold;
}

.caption-content h5 {
    color: #02a8f4;
    line-height: 8px;
    letter-spacing: 3px;
    white-space: nowrap;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.color-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    opacity: 0.3 !important;
    display: block !important;
}

.slide-content h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-transform: capitalize;
}

.slide-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    padding-top: 15px;
}

.slide-content {
    text-align: center;
    padding-top: 100px;
}

.slidertop {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    height: 550px;
}


/***** End***/

li.cs-slide p {
    color: #fff;
    line-height: 1.7 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
}

.menubar {
    display: none;
}

li.cs-slide strong span {
    text-transform: uppercase;
    line-height: 1.5em !important;
}

li.cs-slide span {
    line-height: 1.5em !important;
}

.mnubar {
    display: none;
}

@media screen and (max-width: 767px) {
    .produts-sec {
        margin-bottom: 25px;
        margin-left: 0;
    }
    .second-pro {
        padding-top: 0;
    }
    .modulbox {
        width: 50%;
    }
    .teams h4 {
        margin-bottom: 25px;
    }
    .sideicon ul li a {
        padding: 10px;
    }
    .sideicon ul li span {
        line-height: 10px;
    }
    .header-menu ul.menu-ul {
        margin: 0;
    }
    .header-menu ul.menu-ul li {
        margin: 0 3px;
        border-bottom: 1px solid #02a8f4;
    }
    .menubar i {
        color: #02a8f4;
        font-size: 30px;
    }
    .counter-sec {
        top: 0;
        margin-bottom: 0;
    }
    .header-menu ul.menu-ul li a {
        padding: 10px 15px;
    }
    .navbar-right {
        padding: 10px 0;
        margin: 0;
        list-style-type: none;
    }
    .menuright ul li a {
        padding: 5px 10px;
        font-size: 14px;
    }
    header {
        margin: 0 0 15px;
    }
    .mnubar i {
        color: #02a8f4;
        font-size: 30px;
    }
    .mnubar {
        display: inline-block;
        margin: 0 10px 0 0;
        position: relative;
        top: 5px;
    }
    .header-menu .container {
        padding: 10px 15px;
    }
    .navbar-right li {
        margin-top: 0;
    }
    .logo {
        margin-top: 5px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .countdown {
        text-align: center;
        display: table;
        width: 100%;
        padding: 15px 0;
    }
    .countdown li.count {
        text-align: right;
        width: 50%;
        padding-right: 0;
    }
    .countdown li.hrl {
        display: none;
    }
    .countdown li:last-child {
        padding-left: 18px;
        text-align: left;
        font-size: 15px;
        width: 50%;
        border-left: 1px solid rgba(0, 0, 0, .1);
        border-color: #02a8f4;
    }
    .countdown li {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .counter-sec span {
        margin-right: 18px;
    }
    .counter-sec .container {
        width: 80%;
        margin-top: 25px;
    }
    .owl-carousel .owl-item img {
        margin-bottom: 25px;
    }
    .second-pro {
        padding: 0 15px;
    }
    .contentmid {
        padding-left: 15px;
    }
    .products-section h3 {
        margin-bottom: 15px;
    }
    .team-section h2 {
        line-height: 1.5em;
    }
    .sideicon {
        width: 100%;
        bottom: 36px;
        top: auto;
        z-index: 111111;
    }
    .sideicon ul li {
        width: 19%;
        display: inline-block;
    }
    .sideicon ul li span {
        transform: translatey(-100%);
        left: 66%;
        bottom: 47px;
        top: auto;
    }
    .sideicon ul li a:hover span {
        transform: translateX(-50%);
    }
    .sideicon ul li a {
        border-left: 1px solid #dcd3d3;
    }
    .footer-bootm {
        margin-bottom: 80px !important;
    }
    .maskk {
        display: none;
    }
    .modal-content {
        width: 90% !important;
    }
    .modules-section h2 {
        margin-top: 20px;
    }
    .products-section h2 {
        margin-top: 20px;
    }
    div#msko {
        display: none !important;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .sideicon ul li span {
        transform: translatey(-100%);
        left: 112%;
        bottom: 47px;
        top: auto;
    }
    .sideicon ul li:last-child a:hover span {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 768px)and (min-width: 600px) {
    .modulbox {
        width: 40%;
    }
    .teams div {
        width: 45%;
        display: inline-block;
    }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
    .header-menu ul.menu-ul li a {
        font-size: 15px;
        padding: 15px 10px;
    }
    .navbar-right li a {
        padding: 5px 5px;
        font-size: 14px;
    }
    .countdown {
        text-align: center;
        display: table;
        width: 50%;
        padding: 15px 0;
    }
    .countdown li.count {
        text-align: right;
        width: 50%;
        padding-right: 0;
    }
    .countdown li.hrl {
        display: none;
    }
    .countdown li:last-child {
        padding-left: 18px;
        text-align: left;
        font-size: 15px;
        width: 50%;
        border-left: 1px solid rgba(0, 0, 0, .1);
        border-color: #02a8f4;
    }
    .countdown li {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .counter-sec span {
        margin-right: 18px;
    }
    .counter-sec .container {
        width: 80%;
        margin-top: 25px;
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #02a8f4;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #02a8f4;
}

.navbar-toggle {
    border: 2px solid transparent;
}

.navbar-inverse {
    background-color: #fff;
    border: none;
    border-radius: 0;
    min-height: auto;
    margin-bottom: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #02a8f4;
}

li.cs-slide div {
    line-height: 1.5em !important;
    font-weight: bold;
    font-family: 'Lato', sans-serif !important;
    color: #fff !important;
}

li.cs-slide h2 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.maskk {
    background: rgb(44 160 28 / 80%);
    position: fixed;
    top: 50%;
    width: 100px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    padding: 15px 0;
    z-index: 1111111;
}

.maskk img {
    width: 75px;
    margin: auto;
}

.maskk h2 {
    color: #fff;
    line-height: 1.5em;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.maskk h2 span {
    display: block;
    font-size: 16px;
}

.addoffice img {
    width: 50px;
    margin-right: 15px;
}

.addoffice a {
    float: left;
}

.formcontact {
    background: #fff;
    padding: 25px;
    width: 100%;
    margin: auto;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.submcont {
    background: #02a8f4;
    color: #fff;
    padding: 5px 25px;
    font-size: 19px;
    border: none;
    border-radius: 5px;
    /* text-transform: uppercase; */
    font-family: 'Lato', sans-serif;
}

.submcont:hover {
    background: #fff;
    border: 1px solid #02a8f4;
    color: #02a8f4;
}

textarea.form-control {
    min-height: 50px;
    height: 50px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 11111111111111111;
    /* Sit on top */
    padding-top: 20px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
}


/* The Close Button */

.close {
    color: #02a8f4;
    float: right;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    margin-top: -20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

input[type=radio] {
    margin: 4px 6px 12px 0;
}

.formcontact .form-group {
    margin-bottom: 20px;
}

.formcontact .form-group .form-control {
    height: 40px;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #2d2d2d;
}


/*****Time line******/

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    padding-bottom: 30px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    /* border: 1px solid #d4d4d4; */
    /* border-radius: 2px; */
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    text-align: center;
    background: #02a8f4;
    border-radius: 50px;
    color: #fff;
}


/*.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 15px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 15px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}*/

.timeline>li>.timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 25px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -10px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .18);
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline .timeline-badge.info i.fa {
    position: relative;
    top: 11px;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #000 !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    margin-bottom: 0;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.moretimeline {
    display: none;
}

.arrowmoredown {
    text-align: center;
}

.arrowmoredown i {
    color: #fff;
    background: #02a8f4;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

#uptimeline {
    display: none;
}

.marginauto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.timeline-date-right {
    float: right;
    width: 44%;
    margin-top: 15px;
}

.timeline-date-right p i {
    margin-right: 5px;
}

.timeline-date-right p {
    color: #000;
}

.timeline-date-left {
    float: left;
    width: 44%;
    margin-top: 15px;
}

.timeline-date-left p i {
    margin-right: 5px;
}

.timeline-date-left p {
    color: #000;
    text-align: right;
}

.timeline-body p {
    display: none;
}

.timeline-heading p {
    display: none;
}

.section-timeline {
    padding: 40px 0;
    display: none;
}

.section-timeline h2 {
    color: #3f3f3f;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px;
}


/********Inner Page Partner************/

.inner-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/thought-catalog-505eectW54k-unsplash.jpg);
    background-position: center center;
}

.inner-banner h2 {
    padding: 100px 0px 100px 0px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    background-color: rgba(45, 45, 45, 0.5);
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.content-section-pratner {}

.content-section-pratner {
    padding: 60px 0;
}

.content-section-pratner .content-partone {
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
    width: 80%;
    margin: auto;
}

.content-section-pratner h2 {
    color: #02a8f4;
    text-align: center;
    /* font-weight: bold; */
    font-size: 36px;
    margin-bottom: 30px;
}

.channel-section-content {
    background-image: url(images/tengyart-Hcqh_QSO0kg-unsplash.jpg);
    padding: 20px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hedingchlpart {
    text-align: center;
    margin-bottom: 40px;
    color: #02a8f4;
}

.list-channel {
    padding: 0;
    list-style-type: none;
    margin-top: 25px;
}

.list-channel li {
    /* line-height: 36px; */
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.list-channel li i {
    color: #02a8f4;
    margin-right: 10px;
}

.list-channel2 {
    padding: 0;
    list-style-type: none;
    margin-top: 0px;
}

.list-channel2 li {
    /* line-height: 36px; */
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

.list-channel2 li i {
    color: #02a8f4;
    margin-right: 10px;
}

.chnlsec {
    padding-bottom: 40px;
}

.chnlsec img {
    display: block;
    margin: auto;
}

.chnlsec h3 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
}

.bottom-section-pratner {
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #02a8f4;
}

.bottom-section-pratner h2 {
    color: #02a8f4;
    margin: 5px 0 0;
    padding: 0;
    font-size: 28px;
}

button.channelbuton:focus {
    border: none !important;
    box-shadow: none;
    outline: none;
}

button.channelbuton:hover {
    background: #000;
    color: #fff;
}

.bottom-section-pratner button.channelbuton:hover {
    background: green;
}

.bottom-section-pratner button.channelbuton {
    background: #02a8f4;
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    padding: 5px 15px 7px;
    height: auto;
    border-radius: 10px;
}


/********Inner Page Career Partner************/

.inner-banner-career {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/clark-tibbs-oqStl2L5oxI-unsplash.jpg);
    background-position: center center;
}

.inner-banner-career h2 {
    padding: 100px 0px 100px 0px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    background-color: rgba(45, 45, 45, 0.5);
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.content-section-career {}

.content-section-career {
    padding: 60px 0 25px;
}

.content-section-career .content-partone {
    color: #2d2d2d;
    text-align: justify;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
    width: 90%;
    margin: auto;
}

.content-section-career h2 {
    color: #02a8f4;
    text-align: center;
    /* font-weight: bold; */
    font-size: 36px;
    margin-bottom: 30px;
}

.career-positions {
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc87;
}

.career-positions h3 {
    color: #02a8f4;
    margin-bottom: 15px;
    border-bottom: 1px solid #02a8f445;
    padding-bottom: 15px;
}

.career-positions h3 span {
    float: right;
}

button.careerapply {
    background: #02a8f4;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
}

button.careerapply:hover {
    background: green;
}

.career-positions ul {
    margin: 0;
    padding: 0 0 0 40px;
}

.career-positions ul li {
    list-style-type: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.career-positions ul li::before {
    content: "\2022";
    color: #02a8f4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.career-positions ul li ul li::before {
    content: "\21D2";
    color: #02a8f4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: 5px;
}

.career-positions ul li ul {
    margin-top: 10px;
    padding: 0 0 0 25px;
}

.career-positions ul li span {
    font-weight: bold;
    margin-right: 5px;
}

#applyform .formcontact {
    padding: 0 25px 25px;
}

div#result,
div#result1 {
    text-align: center;
    color: #02a8f4;
    font-weight: bold;
    font-size: 18px;
}

#applyform h4 span {
    display: block;
    margin-top: 5px;
}

#applyform label {
    font-weight: normal;
}

.g-recaptcha {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .career-positions h3 span {
        float: right;
        margin-top: 15px;
    }
    .bottom-section-pratner h2 {
        line-height: 1.5em;
    }
    .bottom-section-pratner button.channelbuton {
        display: inline-block;
        margin: auto;
        text-align: center;
        display: block;
    }
    .rigth-contact-img {
        margin-top: 40px;
    }
    .modulbox .modal {
        z-index: 1222222222 !important;
    }
    .modulbox .modal-content {
        width: 100% !important;
    }
    .modulbox .modal {
        padding-top: 0px;
    }
}

.contact-uspage {
    background-image: url(/images/bgimage.jpg);
}

.content-section-contactuspage {
    padding: 50px 0;
}

.content-section-contactuspage .form-control {
    height: auto;
    padding: 10px 12px;
    border-color: #9e9e9e;
}

.content-section-contactuspage textarea {
    height: 70px !important;
}

.rigth-contact-img p a {
    color: #02a8f4;
}

.contact-icon {
    position: fixed;
    right: 17px;
    top: 200px;
    transform: rotate( 90deg);
    z-index: 11111;
    height: 100px;
}

.contact-buton a {
    font-size: 16px;
    border: none;
    background: #fff;
    border-right: 1px solid #dcd3d3;
    box-shadow: -10px 0px 20px 2px rgb(0 0 0 / 6%);
    height: auto;
    padding: 23px;
    color: #2d2d2d;
}

li.contact-buton {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.modulbox:nth-child(4n+1) i {
    color: #03a9f4;
}

.modulbox:nth-child(4n+2) i {
    color: #795548;
}

.modulbox:nth-child(4n+3) i {
    color: #ff6883;
}

.modulbox:nth-child(4n+4) i {
    color: #607d8b;
}

.hideme i {
    color: #fff !important;
}

.hideme li {
    color: #fff;
    text-align: left;
}

.modulbox .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1233244555;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding-top: 0;
}

.hideme h4 {
    color: #fff !important;
    font-size: 25px;
    margin-bottom: 25px;
    display: block;
}

.modulbox .modal-header {
    border-bottom: none;
}

.modulbox .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modulbox .modal.right.fade.show .modal-dialog {
    right: 0;
}

.modulbox .modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modulbox .modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modulbox .modal-content {
    background: #02a8f4 !important;
    border: none !important;
}

.modulbox .modal-header .close {
    padding: 15px !important;
    opacity: 1 !important;
    outline: none;
}

.modulbox .modal-header .close i {
    color: #000;
    font-size: 25px;
    font-weight: 100;
}

.modulbox .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modulbox .modal.right.fade.in .modal-dialog {
    right: 0;
    padding: 0;
}

@media (min-width: 576px) {
    .modulbox .modal-dialog {
        width: 25% !important;
    }
}

.modulbox a {
    cursor: pointer;
}

.footer-bootm {
    margin-bottom: 37px;
}

.marquess {
    background: #02a8f4;
    color: #fff;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 123366;
}

.modulbox .modal-header .close {
    opacity: 1 !important;
    outline: none;
    float: none;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    margin-top: 20px;
}

.modulbox .modal-header .close i {
    margin-bottom: 0;
    line-height: 15px;
}

.contact-uspage h2 {
    padding: 50px 0;
}

.contact-head {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 15px;
}

.rigth-contact-img {
    box-shadow: 0 0 6px rgb(19 6 6 / 50%);
    padding: 15px;
    background: #f7f7f7;
}


/* colour code for login page */
.gradient{
    background-image: linear-gradient(to right, rgb(77, 34, 123), #00f);
  color: transparent; /* Makes text invisible and uses background color */
  background-clip: text; 
}

.textview{
    z-index: 999;
}
/****/