/**
* Template Name: Ninestars - v2.0.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: ci;
    color: #212529;
}
img{
    filter: invert(0)!important;
    -webkit-filter: invert(0%) !important;
    -moz-filter: invert(0%) !important;
    -o-filter: invert(0%) !important;
    -ms-filter: invert(0%) !important;
}
a {
    color: #007bff;
}

#about_desc {
    color: black !important;
}

#all-text {
    border: 1px red solid;
    width: 40vw;
    height: 40%;
}

.contact_form {
    border-top: 0px none #465579;
    border-right: 0px none #465579;
    border-bottom: 0px none #465579;
    border-left: 0px none #465579;
}

.black_color_font {
    color: black !important;
}

.home-page-sub-title>h5 {
    color: #3A8DFD !important;
    font-size: 18px !important;
    font-family: myFirstFont-bold !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

ul.b {
    list-style-type: square !important;
}

a:hover {
    color: #0b6bd3;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #398CFC;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #398CFC;
    transition: background 0.2s ease-in-out;
}

.br-liner {
    display: none;
}

.bullet-points {
    color: #6c757d;
    font-size: 18.5px;
    line-height: 32px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


.modal-popup {
    opacity: 1 !important;
    visibility: visible !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../ezgif-1-5177047f24c5.gif') no-repeat center center;
}

#header {
    top: 50px;
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #636b7a;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

#header-top {
    align-items: center;
    height: 50px;
    z-index: 997;
    background: #fff;
    padding: 15px 20px;
}

.header-country-phone {
    padding: 10px;
    display: inline;
    font-size: 13px;
}

.header-country-phone img {
    width: 30px;
    height: 15px;
    margin: 0;
}

.header-country-phone a {
    text-decoration: none;
    color: #525252;
}

.header-country-phone:hover>a {
    text-decoration: none;
}

#header-top-button h6 {
    width: 150px;
    position: absolute;
    right: 10px;
    text-align: center;
    padding: 8px 0;
    /*margin: -5px 20px 0 0;*/
    margin: -5px 0px 0 0;
    font-size: 13px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#header-top-button a {
    text-decoration: none;
    color: #525252;
}

#header-top-button:hover>a {
    text-decoration: none;
}


@media (max-width: 500px) {
    #header-top-button {
        display: none;
    }

    #header-top .col-xs-8 {
        width: 100%;
    }

    .header-country-phone {
        font-size: 12px;
    }
}

@media (max-width: 325px) {
    .header-country-phone {
        padding: 5px;
        font-size: 10px;
    }
}

#main {
    margin-top: 140px;
}

#main-home {
    margin-top: 64px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.mr-logo {
    margin-right: auto;
}

.ceyentra-mobile-hidden-header-top {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#nav-getInTouch{
    background-color: #120F39!important;
    border-radius: 18px;
    color: #FFFFFF;
    font-family: myFirstFont-Medium!important;
    border: 2px solid #120F39;
    transition: transform 0.8s;
}
#nav-getInTouch:hover{
    border: 2px solid #09c6f6;
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
#nav-getInTouch img{
    width: 14px!important;
    height: 12px!important;
    margin-bottom: 3px;
}
.mobile-nav {
    color: #aec3f9 !important;
    font-size: 1.5rem !important;
}

.mobile-nav>ul>#careers>a {
    font-size: 2rem !important;
}

.mobile-nav>ul>#portfolio>a {
    font-size: 2rem !important;
}

.mobile-nav>ul>#blog>a {
    font-size: 2rem !important;
}

.mobile-nav>ul>.drop-down>a {
    font-size: 2rem !important;
}

.mobile-view-phone {
    display: none;
    align-items: center;
    /* animation: shake 1s; */
    cursor: pointer;
    /* -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out; */

}

.mobile-view-phone>div {
    /* border: 2px solid #3A8DFD;
    padding: 2px;
    border-radius: 90%; */
}

/*----------------------------------------------------------------------------------------------------------------------*/

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

/*----------------------------------------------------------------------------------------------------------------------*/



.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #1c2a4e;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #398CFC;
    text-decoration: none;
}

.nav-menu .get-started a {
    background: #398CFC;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 25px;
}

.nav-menu .get-started a:hover {
    background: #398CFC;
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    /*top: calc(100% - 30px);*/
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    cursor: pointer;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #001d3c;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #398CFC;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    /*left: -260px;*/
    left: calc(100% + 260px);
    width: 260px;
    padding-top: 18px;
    background: #393f4e;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #aec3f9;
    padding: 10px 20px;
    font-weight: 500;
    transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #4a9df3;
    text-decoration: none;
}

.mobile-nav .get-started a {
    background: #398CFC;
    color: #fff;
    border-radius: 50px;
    margin: 15px;
    padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
    background: #398CFC;
    color: #fff;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.side-text-sec1 {
    width: 49%;

}

.side-text-sec2 {
    width: 51%;

}

.side-text-sec h3 {
    font-size: 20px;
}


.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 72px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #5b5a7a;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(43, 48, 78, 0.9);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    /*left: 0;*/
    left: calc(100% - 260px);
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.black_color {
    color: black !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.background-img {
    /*background-image: url('../img/background/Main-Screen.webp');*/
    /*background-attachment: scroll;*/
    width: 100%;
    /*height: 91vh;*/
    border-bottom: 2px solid #ecf0f1;
    /*background-attachment: scroll;*/
    /*font-family:georgia,garamond,serif;font-size:20px;font-style:italic;*/
    margin: 137px 0 -160px 0;
    background-position: center;
    display: flex !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.main-img{*/
/*    border:1px solid red;*/
/*    height: auto;*/
/*    display: flex;*/
/*    position: relative;*/
/*    flex-direction: column;*/
/*}*/
/*.c-img{*/
/*    width: 100%;*/
/*    !*position: absolute;*!*/
/*    height: 91vh;*/
/*    top: 9vh;*/
/*}*/

/*.text-and-btn{*/
/*    position: absolute;*/
/*}*/


#cover-fonts {
    margin-left: 13px !important;
}


#hero_about {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background-image: url('../img/background/services-image04-3.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero_contact {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/about-classic-Achievements-2.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#hero_create_quotation {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    /*display: block !important;*/
    background: url('../img/background/email-3249062__340.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#hero_marketing_solution {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/Home-12-Testimonial-Background-Image-1.jpg') no-repeat center center fixed;
    /*background: url('../img/background/hero-bg-2.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat!important;*/
}

#project_vesak_ceyentra {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background-color: #606062;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hero_quiz_app {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/Home-12-Testimonial-Background-Image-1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat!important;*/
}


#hero_edumo_product {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/Home-12-Testimonial-Background-Image-1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat!important;*/
}

#hero_edumo_product .container {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hero_lucky_wheel_product {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/Home-12-Testimonial-Background-Image-1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat!important;*/
}


#hero_marketing_solution {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/Home-12-Testimonial-Background-Image-1.jpg') no-repeat center center fixed;
    /*background: url('../img/background/hero-bg-2.png') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat!important;*/
}

#product_park_tag_headline {
    width: 100%;
    height: 100px;
    /*border-bottom: 2px solid #ecf0f1;*/
    margin: 122px 0 -122px 0;
    color: #0A327A !important;
    background: #dfe4ea !important;
}

#product_quiz_app_headline {
    width: 100%;
    height: 100px;
    /*border-bottom: 2px solid #ecf0f1;*/
    margin: 122px 0 -122px 0;
    color: #0A327A !important;
    background: #dfe4ea !important;
}

#product_luckywheel_headline {
    width: 100%;
    height: 100px;
    /*border-bottom: 2px solid #ecf0f1;*/
    margin: 122px 0 -122px 0;
    color: #0A327A !important;
    background: #dfe4ea !important;
}

#edumo_headline {
    width: 100%;
    height: 100px;
    /*border-bottom: 2px solid #ecf0f1;*/
    margin: 122px 0 -122px 0;
    color: #0A327A !important;
    background: #dfe4ea !important;
}

#hero_iot_solution {
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #ecf0f1;
    margin: 122px 0 -122px 0;
    color: white !important;
    text-align: center !important;
    display: block !important;
    background: url('../img/background/Home-12-Quote-Background-Image-2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat!important;*/
}


#hero h1 {
    font-family: myFirstFont-bold !important;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 49px;
    text-transform: uppercase;
    line-height: 60px;
}

#hero h1 span {
    font-size: 80px;
    color: dodgerblue;
}

#hero h2 {
    color: #a08f86;
    /*margin-bottom: 50px;*/
    font-size: 2rem;
    line-height: 3rem;
}

#hero h3 {
    font-style: normal;
    font-weight: lighter;
    font-size: 22px;
    margin: 0;
}

#hero .container {
    width: 1200px;
    max-width: 1350px !important;
}

#hero .btn-get-started {
    border-radius: 20px 20px 20px 20px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 28px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #E50000;

    /*border-radius: 20px 20px 20px 20px;*/
    /*font-family: "Raleway", sans-serif;*/
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    /*letter-spacing: 1px;*/
    /*!* padding: 8px 28px; *!*/
    /*transition: 0.5s;*/
    /*!* margin: 10px; *!*/
    /*color: #fff;*/
    /*background: #3A8CFC;*/
    /*display: flex;*/
    /*width: 31%;*/
    /*height: 40px;*/
    /*!* text-align: center; *!*/
    /*justify-content: center;*/
    /*margin-bottom: 12px;*/
    /*text-align: center;*/
}

#hero #great-place-to-work-badge {
    position: absolute;
    top: 122px;
    right: 8px;
    width: 10vw;
}

.home-top-batch {
    position: absolute;
    top: 122px;
    right: 8px;
    width: 25vw;
}

#best-work-places-badge-home {
    width: 10vw;
    height: 10vw;
}

#great-place-to-work-badge-home {
    width: 10vw;
}

#donate {
    background: #FFFFFF !important;
    color: black;
    box-shadow: 0 2px 1px 0 whitesmoke;
}

#donate:hover {
    transform: scale(1.1);
    text-decoration: underline !important;
}

.label-bar {
    background: #4384B6 !important;
    border-radius: 0px 0px 0px 0px;
    / / background: linear-gradient(90 deg, rgba(2, 0, 36, 1) 0 %, rgba(40, 40, 50, 1) 0 %, rgba(39, 39, 138, 1) 0 %, rgba(63, 140, 250, 1) 84 %) !important;
}

.home-label-bar {
    background: rgb(2, 0, 36) !important;
    border-radius: 0px 0px 0px 0px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(40, 40, 50, 1) 0%, rgba(39, 39, 138, 1) 0%, rgba(63, 140, 250, 1) 84%) !important;
}

.btn-view_protfolio {
    border-radius: 20px 20px 20px 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #2ecc71;
}

.btn-contatc_us {
    border-radius: 20px 20px 20px 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    transition: 0.5s;
    /*margin: 10px;*/
    color: #fff;
    background: #3A8CFC;
}


.btn-project {
    border-radius: 20px 20px 20px 20px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    transition: 0.5s;
    /*margin: 10px;*/
    color: #fff;
    background: #3A8CFC;
}


.btn-contatc_us:hover {
    background: #3A8CFC;
    color: white;
}

.btn-view_protfolio:hover {
    background: #2ecc71;
    color: white;
}

#hero .btn-get-started:hover {
    /*background: #3A8CFC;*/
    background: #0A327A;
}


#arrow-wh-hov-s1 {
    height: 20px;
}

.client-references-stories-text:hover #arrow-wh-hov-s1 {
    animation: jumpInfinite 1.5s infinite;
}

#arrow-wh-hov-s2 {
    height: 20px;
}

.client-references-stories-text:hover #arrow-wh-hov-s2 {
    animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 20px;
    }

    100% {
        margin-left: 0;
    }
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.client-references {
    margin: auto !important;
    cursor: pointer !important;

}

.client-references-stories {
    padding: 20px 0px !important;
    border-top: 1px solid #000000;
    cursor: pointer !important;
}

.client-references-stories-text {
    font-weight: bold;
    /*!*display: flex;*!*/
    justify-content: center;
    align-content: center;
    /*height: 100%;*/
    /*padding: 20px 0px !important;*/
    cursor: pointer !important;
}

.client-references-stories-text>p {
    position: relative;
    /* top: 50%;*/
    /* -ms-transform: translateY(-50%);*/
    /* -webkit-transform: translateY(-50%);*/
    /* transform: translateY(-50%);*/
    font-size: 2rem;
    font-family: myFirstFont-bold !important;
    cursor: pointer !important;
}

.client-references-stories-img>img {
    margin-right: 0px;
    cursor: pointer !important;
}

.client-ref-img {
    margin-right: 1rem;
}

.read-more-btn-div {
    text-align: left;
    text-align: -webkit-left;
}

.read-more-btn {
    background: #3A8DFD;
    color: white;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 20px;
    border-radius: 8px;
    display: block;
    width: 168px;
    position: relative;
    margin: 28px 12px;
}

.read-more {
    background: #333;
    color: white;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    padding: 15px 20px;
    border-radius: 8px;
    display: block;
    width: 168px;
    position: relative;
    margin: 28px 0px;
}

.read-more-btn>svg {
    height: 16px;
}

.read-more-btn>svg>path {
    fill: white;
}

.read-more-btn:hover {
    background: #0A327A;
    color: white;
    animation: shake 1s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.read-more:hover>svg>path {
    fill: white;
}

.read-more>svg {
    height: 16px;
}

.read-more>svg>path {
    fill: white;
}

.read-more:hover {
    background: #0A327A;
    color: white;
    /* animation: shake 1s; */

    /* When the animation is finished, start again */
    /* animation-iteration-count: infinite; */
}

.read-more:hover>svg>path {
    fill: white;
}


/* @keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
} */


.ad-board-1 {
    /*width: 90%;*/
    margin-left: auto;
}

.ad-board-1>.ad-board-1-content {
    /*display: flex;*/
    background: #D9D9D9;
    padding: 8px 15px;
}

.ad-board-1>.ad-board-1-content>div {
    text-align: center;
}

.ad-board-1>.ad-board-1-content .ad-board-1-content-text {
    /*width: 60%;*/

    font-family: myFirstFont-bold !important;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 60px !important;
    line-height: 49px;
    text-transform: uppercase;
}

.ad-board-1>.ad-board-1-content .ad-board-1-content-text>h2 {
    font-family: myFirstFont-bold !important;
}

.ad-board-1>.ad-board-1-content>.ad-board-1-content-btn {
    margin: 22px 0px;
}

.ad-board-1>.ad-board-1-content>.ad-board-1-content-btn>button {
    background: #E50000;
    color: white;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-radius: 8px;
    width: 246px;
    margin: auto;
}

.ad-board-1>.ad-board-1-sub-content {
    text-align: end;
}


/*blog*/
.blog-post-auth-details {
    display: flex;
}


/*Customer Testamonilas*/

#index-client-testimonial h1 {
    font-family: myFirstFont-bold !important;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}

#index-client-testimonial h4 span {
    font-family: myFirstFont-bold !important;
}

#index-client-testimonial .p_font {
    text-align: center;
    font-size: 13px !important;
}

#index-client-testimonial h5 {
    font-size: 20px;
    font-family: myFirstFont-bold !important;
    /*padding-bottom: 30px;*/
    letter-spacing: 0.05em;
}

#index-client-testimonial h5 span {
    font-family: myFirstFont-bold !important;
    color: dodgerblue;
}

#clients .container {
    width: 1350px;
    max-width: 1350px !important;
}

#client-testimonial {}

#client-testimonial {
    background: #3A8DFD;
    /* height: 70vh; */
}

#client-testimonial .client-testimonial-item {
    background: transparent;
    /*color: #ffffff;*/
    padding: 50px !important;
}

#client-testimonial .client-testimonial-item .client-testimonial-profile {
    color: #ffffff !important;
    display: flex;
    margin-top: 50px;
}

#client-testimonial .client-testimonial-item .client-testimonial-profile div:last-child {
    margin-left: 30px;
}


#client-testimonial .client-testimonial-item .client-testimonial-profile {
    color: #ffffff !important;
}

#client-testimonial .client-testimonial-item .client-testimonial-profile div h5 {
    font-weight: lighter !important;
}


#client-testimonial .client-testimonial-item .client-testimonial-text {
    /*min-height: 250px!important;*/
}

#client-testimonial .client-testimonial-item .client-testimonial-text h3 {
    font-size: 2rem;
    color: #ffffff !important;
    line-height: 38px !important;
    text-align: justify;
}

#client-testimonial .owl-stage-outer {
    /* margin-top: 4%; */
}

#client-testimonial .owl-nav .owl-prev {

    background: #EFEFEF;
    width: 40px;
    height: 40px;
    margin: 11px;
    border-radius: 5px;

}

#client-testimonial .owl-nav .owl-next {
    background: #EFEFEF;
    width: 40px;
    height: 40px;
    margin: 11px;
    border-radius: 5px;
    position: relative;

}

#client-testimonial .owl-nav {
    text-align: end;
    top: -120px;
    position: relative;
    margin-right: 110px;
}

#client-testimonial .owl-nav .owl-prev span {
    font-size: 40px;
    height: 0px;
}

#client-testimonial .owl-nav .owl-next span {
    font-size: 40px;
    height: 0px;
}


#index-methods {}

#index-methods .container {
    width: 1350px;
    max-width: 1350px !important;
}

#index-methods .method-card {
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    /*min-width: 300px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 100%;
    margin-bottom: 20px !important;
}

#index-methods .method-card img {
    width: 50px !important;
    margin-top: 30px;
}



#index-methods .method-card .method-title {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#index-methods .method-card .method-title>h2 {
    font-family: myFirstFont-bold !important;
    font-size: 2rem !important;
}

#index-methods .method-card .method-lbl2 span {
    padding: 5px 10px;
}

#index-methods .method-card .method-lbl span {
    background: red;
    color: white;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
}

#index-methods .method-card .method-lbl {
    width: 100% !important;
    /*margin-top: 30px;*/
    text-align: end !important;
}

.ceyentra-mobile-block {
    display: none !important;
    width: 40px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: black;
    font-size: 2rem;
    position: relative;
}

.ceyentra-mobile-block>.ceyentra-mobile-block-bg {
    /* background: url("../img/blog/profiles/ceyentra.webp"); */
    /* background-size: cover; */
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.table-1 {
    display: block;
}

.table-2 {
    display: none;
}

/*email data get modal*/

.js-modal-active {
    overflow-y: hidden
}

.js-modal-active.js-modal-windows .header-logo,
.js-modal-active.js-modal-windows .js-modal,
.js-modal-active.js-modal-windows .site-content>section,
.js-modal-active.js-modal-windows .site-header {
    padding-right: 15px
}

.js-modal {
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    display: block;
    position: fixed;
    padding-top: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in
}

@media(max-width:767.98px) {
    .page-template-page-ebook .js-modal {
        padding-top: 50px
    }
}

@media(max-width: 457px) {
    .ad-board-1>.ad-board-1-content .ad-board-1-content-text>h2 {
        font-family: myFirstFont-bold !important;
        font-size: 20px !important;
    }

    .ad-board-1>.ad-board-1-content>.ad-board-1-content-btn>button {
        background: #E50000;
        color: white;
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        padding: 10px 20px;
        border: 2px solid #ffffff;
        border-radius: 8px;
        width: 246px;
        margin-top: -15px !important;
        margin: auto;
    }


    .ad-board-1>.ad-board-1-sub-content {
        text-align: center;
    }
}

.js-modal.active {
    opacity: 1;
    pointer-events: unset
}

.loading-meter {
    height: 30px;
    position: relative;
    margin-bottom: 20px;
    background: #555;
    border-radius: 25px;
    padding: 6px;
    -webkit-box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, .3);
    box-shadow: inset 0 -1px 1px hsla(0, 0%, 100%, .3);
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

.loading-meter>span {
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: block;
    height: 100%;
    background-color: #cff128;
    position: relative
}

.loading-meter>span,
.loading-meter>span:after {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden
}

.loading-meter>span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(-45deg, rgba(0, 0, 0, .05) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 75%, transparent 0, transparent);
    z-index: 1;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

.js-modal.active .modal {
    top: 0
}

.modal__form {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:768px) {
    .modal__form {
        max-width: 450px
    }
}

.modal input {
    width: 100%;
    margin-top: 10px
}

.modal .close-x {
    /*float: right;*/
    /*display: block;*/
    /*cursor: pointer;*/
    /*fill: #868686;*/
    /*position: relative;*/
    /*height: 14px;*/
    /*width: 14px;*/
    /*top: -15px;*/
    /*right: -10px*/
    float: right !important;
    margin: 5px !important;
}

@media(min-width:768px) {
    .modal .close-x {
        height: 19px;
        width: 19px;
        top: -29px;
        right: -23px
    }
}

#modalEmail .modal {
    background: transparent !important;
}

#modalEmail .modal>.modal-email-body {
    background-image: url("../img/modal-popup.webp");
    width: 640px;
    min-height: 58%;
    background-repeat: no-repeat;
    background-position: bottom !important;
    font-size: 24px !important;
    text-align: center !important;
    padding: 20px 20px 30px 20px !important;
}

#modalEmail .modal>.modal-email-body input[type=text] {
    padding: 8px;
    border: 0px;
    border-radius: 12px;
}

#modalEmail .modal>.modal-email-body input[type=email] {
    padding: 8px;
    border: 0px;
    border-radius: 12px;
}

#modalEmail .modal>.modal-email-body input[type=submit] {
    background: #cff128;
    padding: 15px 0px;
    border: 0px;
    border-radius: 12px;
    font-weight: bold;
    margin-top: 25px !important;
}

#modalEmail .modal>.modal-email-body span {
    font-size: 15px !important;
}

#modalEmail .modal>.modal-email-body .h3 {
    font-size: 54px !important;
    line-height: 48px !important;
    font-weight: bold !important;
    margin-bottom: 50px !important;
}

/* --------------------------------------MODAL–––––––––––––––––––––––––––––––––––––––––––––––––– */


.requestModal-section {
    /*background-image: url('../images/model-img.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #398CFC;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/model-img.png');*/
}


.requestModal-closing-tag {
    display: flex;
    justify-content: end;
    align-items: end;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-image: url("../img/Vector-5.png");*/
    padding: 20px;
    padding-top: 10px;
    padding-right: 10px;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url('../images/Vector-5.png');*/
}


.modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
    /*background: var(--black)!important;*/
    background: rgba(0, 0, 0, .8);
    cursor: pointer !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in !important;
    overflow: visible !important;
}

.modal.is-visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.modal-dialog {
    position: relative;
    /*max-width: 800px;*/
    /*max-height: 80vh;*/
    border-radius: 10px !important;
    /*border-top-left-radius: 10px!important;*/
    /*border-top-right-radius: 10px!important;*/
    background: var(--white);
    overflow: unset;
    cursor: default;
    /*width: 50%;*/
    /*height: 50%;*/
}

.modal-dialog>* {
    padding: 1rem;
}

/*.modal-header,*/
/*.modal-footer {*/
/*  background: var(--lightgray);*/
/*}*/

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header .close-modal {
    font-size: 1.5rem;
}

.modal p+p {
    margin-top: 1rem;
}

#modal-popup {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#modal-popup>.modal-dialog {
    border-radius: 0px !important;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.modal-bg>.modal-header>div {
    width: 100% !important;
}

.modal-bg>.modal-header>div>button>span {
    color: white !important;

}

.modal-bg>.modal-header {
    border: 0px !important;
}

#modal-popup>.modal-dialog>.modal-content {
    border: 0px !important;
    border-radius: 0px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body>div>div:first-child>img {
    width: 233px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body>div>div:last-child>div {
    margin-top: 27px !important;
    margin-left: -29px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body>div>div:last-child>div>img {
    width: 284px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body>div>div:last-child>div>img:first-child {
    margin-bottom: 10px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body>div>div:last-child>div>img:last-child {
    cursor: pointer;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body>div>div:last-child>div>img:last-child:hover {
    border: 1px solid white !important;
    border-radius: 8px !important;
}

.modal-bg {
    background-image: url("../img/modal-popup.webp");
    background-size: cover;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body-type-2>div>div:first-child {
    text-align: right !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body-type-2>div>div:first-child>img {
    width: 100px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body-type-2>div>div:nth-child(2)>div {
    text-align: left !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body-type-2>div>div:nth-child(2)>div>img {
    width: 195px !important;
    margin-top: 12px !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body-type-2>div>div:last-child {
    text-align: center !important;
}

#modal-popup>.modal-dialog>.modal-content>.modal-body-type-2>div>div:last-child>img {
    width: 221px !important;
    margin-top: 20px !important;
}

.modal-body-type-1 {
    display: block;
}

.modal-body-type-2 {
    display: none;
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
    opacity: 0;
    transition: all 0.5s var(--bounceEasing);
}

[data-animation].is-visible .modal-dialog {
    opacity: 1;
    transition-delay: 0.2s;
}

[data-animation="slideInOutDown"] .modal-dialog {
    transform: translateY(100%);
}

[data-animation="slideInOutTop"] .modal-dialog {
    transform: translateY(-100%);
}

[data-animation="slideInOutLeft"] .modal-dialog {
    transform: translateX(-100%);
}

[data-animation="slideInOutRight"] .modal-dialog {
    transform: translateX(100%);
}

[data-animation="zoomInOut"] .modal-dialog {
    transform: scale(0.2);
}

[data-animation="rotateInOutDown"] .modal-dialog {
    transform-origin: top left;
    transform: rotate(-1turn);
}

[data-animation="mixInAnimations"].is-visible .modal-dialog {
    -webkit-animation: mixInAnimations 2s 0.2s linear forwards;
    animation: mixInAnimations 2s 0.2s linear forwards;
}

[data-animation="slideInOutDown"].is-visible .modal-dialog,
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog,
[data-animation="zoomInOut"].is-visible .modal-dialog,
[data-animation="rotateInOutDown"].is-visible .modal-dialog {
    transform: none;
}


/* --------------------------------------MODAL - End–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* @media (min-width: 1024px) and (max-width: 2560px) {
    #client-testimonial {
        background: #3A8DFD;
        height: 57vh !important;
    }
} */

@media (min-width: 1254px) and (max-width: 2560px) {
    .br-liner {
        display: block !important;
    }
}

@media (min-width: 320px) and (max-width: 781px) {
    #hero-samples .owl-nav {
        top: -88px !important;
        margin-right: 79px !important;
    }
}

/*
@media (min-width: 320px) and (max-width: 650px),
(max-height: 584px) {
    #client-testimonial {
        background: #3A8DFD;
        height: 80vh !important;
    }
}

@media (min-width: 320px) and (max-width: 650px),
(min-height: 585px) {
    #client-testimonial {
        background: #3A8DFD;
        height: 60vh !important;
    }
} */

@media (min-width: 1024px) {
    #hero {
        background-attachment: scroll;
    }
}

/*
@media (min-width: 875px) and (max-width: 1300px) {
    .btn-get-started {
        border-radius: 20px 20px 20px 20px !important;
        font-family: "Raleway", sans-serif !important;
        font-weight: bold !important;
        font-size: 25px !important;
        letter-spacing: 1px !important;
        display: inline-block !important;
        padding: 15px 28px !important;
        transition: 0.5s !important;
        margin: 10px !important;
        color: #fff !important;
        background: #E50000 !important;
        width: 0;
        height: 0;
    }
} */

@media (min-width: 1024px) and (max-width: 1300px) {
    #hero {
        /*height: 70vh;*/
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .side-text-sec {
        padding-top: 100px !important;
        height: 70% !important;
    }

    .side-text-sec h3 {
        margin-top: 30px !important;
        font-size: 17px !important;
    }

    .side-text-sec h1 {
        /*font-size: 22px !important;*/
        line-height: 3rem !important;
    }

    .side-text-sec h2 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
        line-height: 2.3rem !important;
    }

    .btn-get-started {
        margin-bottom: 180px !important;
        font-size: 25px !important;
        border-radius: 15px !important;
        /* width: 190px !important; */
        /* height: 28px !important; */
        padding: 6px 10px !important;
    }



}

@media (min-width: 991px) and (max-width: 1024px) {
    #hero {
        /*height: 65vh;*/
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .side-text-sec {
        padding-top: 150px;
        top: 70px !important;
        height: 60% !important;
    }

    .side-text-sec h3 {
        font-size: 17px !important;
        margin-top: 60px;
    }

    .side-text-sec h1 {
        /*font-size: 20px !important;*/
        line-height: 3rem !important;
    }

    .side-text-sec h2 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
        line-height: 2rem !important;
    }

    .btn-get-started {
        margin-bottom: 180px !important;
        font-size: 19px !important;
        border-radius: 15px !important;
        /* width: 210px !important; */
        /* height: 28px !important; */
        padding: 6px 20px !important;
    }
}


@media (min-width: 875px) and (max-width: 991px) {
    #hero {
        /*height: 60vh;*/
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .side-text-sec {
        padding-top: 160px !important;
        top: 70px !important;
        height: 60% !important;
    }

    .side-text-sec h3 {
        margin-top: 80px;
        font-size: 16px !important;
        line-height: 3rem !important;
    }

    .side-text-sec h1 {
        /*font-size: 20px !important;*/
        line-height: 3rem !important;
    }

    .side-text-sec h2 {
        font-size: 15px !important;
        margin-bottom: 15px !important;
        line-height: 2rem !important;
    }

    .btn-get-started {
        margin-bottom: 180px !important;
        font-size: 29px !important;
        border-radius: 15px !important;
        /* width: 220px !important; */
        /* height: 28px !important; */
        padding: 6px 20px !important;
    }
}

@media (min-width: 800px) and (max-width: 875px) {
    #hero {
        /*height: 55vh;*/
    }

    .x1234 {
        display: block !important;
    }

    .side-text-sec {
        padding-top: 0px !important;
        height: 70% !important;
    }

    .side-text-sec1 {
        /*margin: auto;*/
        /*text-align: center;*/
        width: 100%;
    }

    .side-text-sec2 {
        margin: auto;
        width: 100%;
    }

    #hero-samples .item .sample-box {
        width: 100%;
    }

    #hero-samples .item .sample-box .blog-link {
        cursor: pointer !important;
        z-index: 9999 !important;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .side-text-sec h3 {
        margin-top: 80px;
        font-size: 17px !important;
        line-height: 3rem !important;
    }

    .side-text-sec h1 {
        margin-top: 80px;
        font-size: 80px !important;
        line-height: 9rem !important;
    }

    .side-text-sec h2 {
        font-size: 30px !important;
        /*margin-bottom: 15px !important;*/
        /*line-height: 2.5rem !important;*/
    }

    .btn-get-started {
        margin-bottom: 50px !important;
        font-size: 29px !important;
        border-radius: 15px !important;
        width: 90% !important;
        /*height: 28px !important;*/
        padding: 10px 20px !important;
        text-align: center;
    }
}

@media (min-width: 700px) and (max-width: 800px) {


    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }

    #hero {
        /*height: 47vh;*/
    }

    .x1234 {
        display: block !important;
    }

    .side-text-sec {
        padding-top: 0px !important;
        height: 70% !important;
    }

    .side-text-sec1 {
        /*margin: auto;*/
        /*text-align: center;*/
        width: 100%;
    }

    .side-text-sec2 {
        margin: auto;
        width: 100%;
    }

    #hero-samples .item .sample-box {
        width: 100%;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    .side-text-sec h3 {
        font-size: 15px !important;
    }

    .side-text-sec h1 {
        margin-top: 80px;
        font-size: 80px !important;
        line-height: 9rem !important;
    }

    .side-text-sec h2 {
        font-size: 30px !important;
        /*margin-bottom: 0 !important;*/
        /*margin-top: 10px !important;*/
        /*line-height: 2rem !important;*/
    }

    .btn-get-started {
        margin-bottom: 180px !important;
        font-size: 29px !important;
        border-radius: 15px !important;
        width: 90% !important;
        /*height: 28px !important;*/
        padding: 10px 20px !important;
        text-align: center;
    }

}

@media (min-width: 610px) and (max-width: 700px) {

    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }

    #hero {
        /*height: 42vh;*/
    }

    .x1234 {
        display: block !important;
    }

    .side-text-sec {
        padding-top: 0px !important;
        height: 70% !important;
    }

    .side-text-sec1 {
        /*margin: auto;*/
        /*text-align: center;*/
        width: 100%;
    }

    .side-text-sec2 {
        margin: auto;
        width: 100%;
    }

    #hero-samples .item .sample-box {
        width: 100%;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .table-1 {
        display: none;
    }

    .table-2 {
        display: block;
    }

    /*.side-text-sec {*/
    /*    padding-top: 110px !important;*/
    /*    height: 70% !important;*/
    /*}*/

    .side-text-sec h3 {
        font-size: 14px !important;
    }

    .side-text-sec h1 {
        margin-top: 80px;
        font-size: 70px !important;
        line-height: 7rem !important;
    }

    .side-text-sec h2 {
        font-size: 30px !important;
        /*margin-bottom: 20px !important;*/
        line-height: 3.8rem !important;
    }

    .btn-get-started {
        margin-bottom: 180px !important;
        font-size: 29px !important;
        border-radius: 15px !important;
        width: 96% !important;
        /*height: 28px !important;*/
        padding: 10px 20px !important;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .method-lbl2 {
        display: none !important;
    }
}

@media (min-width: 520px) and (max-width: 610px) {

    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }

    #hero {
        /*height: 35vh;*/
    }

    .x1234 {
        display: block !important;
    }

    .side-text-sec {
        padding-top: 0px !important;
        height: 70% !important;
    }

    .side-text-sec1 {
        /*margin: auto;*/
        /*text-align: center;*/
        width: 100%;
    }

    .side-text-sec2 {
        margin: auto;
        width: 100%;
    }

    #hero-samples .item .sample-box {
        width: 100%;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .read-more-btn-div {
        text-align: center;
        text-align: -webkit-center;
    }

    .table-1 {
        display: none;
    }

    .table-2 {
        display: block;
    }

    .side-text-sec h3 {
        font-size: 13px !important;
    }

    .side-text-sec h1 {
        font-size: 70px !important;
        line-height: 7rem !important;
        margin-bottom: 0 !important;
    }

    .side-text-sec h2 {
        margin-top: 0 !important;
        font-size: 30px !important;
        margin-bottom: 0 !important;
        line-height: 3.5rem !important;
    }

    .btn-get-started {
        margin-bottom: 180px !important;
        font-size: 29px !important;
        border-radius: 15px !important;
        width: 96% !important;
        /*height: 28px !important;*/
        padding: 10px 20px !important;
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 400px) and (max-width: 520px) {

    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }

    #hero {
        /*height: 27vh;*/
    }

    .x1234 {
        display: block !important;
    }

    .side-text-sec {
        padding-top: 0px !important;
        height: 70% !important;
    }

    .side-text-sec1 {
        /*margin: auto;*/
        /*text-align: center;*/
        width: 100%;
    }

    .side-text-sec2 {
        margin: auto;
        width: 100%;
    }

    #hero-samples .item .sample-box {
        width: 100%;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .read-more-btn-div {
        text-align: center;
        text-align: -webkit-center;
    }

    .table-1 {
        display: none;
    }

    .table-2 {
        display: block;
    }

    .background-img {
        background-image: url('../img/background/Main-Screen-Mobile.webp');
    }

    #hero #great-place-to-work-badge {
        width: 13vw;
    }

    #best-work-places-badge-home {
        width: 8vw;
        height: 8vw;
    }

    #great-place-to-work-badge-home {
        width: 8vw;
    }

    /*#hero h1 span {*/
    /*    font-size: 28px;*/
    /*}*/


    .side-text-sec h3 {
        font-size: 13px !important;
        line-height: 1.5rem !important;
    }

    .side-text-sec h1 {
        font-size: 4.5rem !important;
        line-height: 5rem !important;
        margin-bottom: 15px !important;
        padding-bottom: 0 !important;
        font-weight: 500 !important;
    }

    .side-text-sec h2 {
        margin-top: 0 !important;
        font-size: 30px !important;
        margin-bottom: 15px !important;
        line-height: 3.3rem !important;
    }

    .btn-get-started {
        border-radius: 15px !important;
        width: 94% !important;
        height: 60px !important;
        font-size: 18px !important;
        padding: 5px 8px !important;
        /*margin: auto;*/
        /*margin-bottom: 0px;*/
        display: flex !important;
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

@media (min-width: 457px) and (max-width: 1023px) {
    .ad-board-1-sub-content {
        text-align: center !important;
    }
}

@media (min-width: 769px) and (max-width: 1370px) {
    .ad-board-1-sub-content {
        text-align: end !important;
        margin-right: 20px;
    }
}

@media (min-width: 280px) and (max-width: 400px) {

    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }

    #hero {
        /*height: 23vh;*/
    }

    .x1234 {
        display: block !important;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #hero h1 span {
        font-size: 80px;
    }

    .read-more-btn-div {
        text-align: center;
        text-align: -webkit-center;
    }

    .table-1 {
        display: none;
    }

    .table-2 {
        display: block;
    }

    .side-text-sec {
        width: 100% !important;
    }

    .side-text-sec h3 {
        font-size: 10px !important;
        line-height: 1.2rem !important;
    }

    .side-text-sec h1 {
        font-size: 36px !important;
        line-height: 1.5rem !important;
        margin-bottom: 15px !important;
        padding-bottom: 0 !important;
        font-weight: 500 !important;
    }

    .side-text-sec h2 {
        margin-top: 0 !important;
        font-size: 11px !important;
        margin-bottom: 15px !important;
        line-height: 1.2rem !important;
    }

    .btn-get-started {
        border-radius: 15px !important;
        margin-bottom: 50px !important;
        /* width: 125px !important; */
        /* height: 24px !important; */
        font-size: 12px !important;
        padding: 5px 8px !important;
    }

    #hero-samples .item .project-view .project-image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 188px !important;
        width: 265px !important;
        margin: auto;
    }

    #hero-samples .owl-nav {
        text-align: end;
        top: -87px !important;
        position: relative;
        margin-right: 50px !important;
    }

    #hero-samples .item .sample-box div div:first-child div:last-child {
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    #index-methods .method-card .method-title>h2 {
        font-size: 1.5rem !important;
    }
}

@media (device-width: 820px) and (device-height: 1180px) {
    .side-text-sec h1 {
        line-height: 7rem !important;

    }
}

@media (device-width: 280px) and (device-height: 653px) {

    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }

    .side-text-sec {
        /*padding-top: 200px !important;*/

    }

    .side-text-sec h3 {
        margin-top: 30px !important;
        font-size: 6px !important;
    }

    .side-text-sec h1 {
        font-size: 26px !important;
        line-height: 1rem !important;
        margin-bottom: 0 !important;
    }

    .side-text-sec h2 {
        margin-top: 15px !important;
        font-size: 7px !important;
        margin-bottom: 0 !important;
        line-height: 1rem !important;
    }

    .btn-get-started {
        /* margin-bottom: 230px !important; */
        /* width: 130px !important; */
        height: 28px !important;
        font-size: 11px !important;
    }

    .client-ref-img {
        margin-right: 0rem !important;
    }

    .tbl-2-img {
        width: 120px !important;
    }

    .tbl-2-img-2 {
        margin-right: 25px !important;
    }
}


@media (max-width: 991px) {

    .modal-body-type-1 {
        display: none !important;
    }

    .modal-body-type-2 {
        display: block !important;
    }


    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
    #nav-getInTouch:hover{
        border: 2px solid #120F39!important;
        transform: none!important;
        box-shadow: none!important;
    }

}

@media (max-width: 768px) {
    .project-slide-img {
        width: 25% !important;
    }

    .project-slide-name {
        width: 58% !important;
    }
}


@media (min-width: 320px) and (max-width: 560px) {
    .project-slide-img {
        width: 25% !important;
        margin-left: 20px !important;
    }

    .project-slide-name {
        width: 50% !important;
        font-size: 16px !important;
        text-align: center !important;
    }
}


@media (max-width: 768px) {

    #main {
        margin-top: 100px !important;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }


    #social_link {
        text-align: center !important;
    }

    #edumo_headline {
        width: 100%;
        height: 150px;
        /*border-bottom: 2px solid #ecf0f1;*/
        margin: 122px 0 -122px 0;
        color: #0A327A !important;
        background: #dfe4ea !important;
    }

    #product_quiz_app_headline {
        width: 100%;
        height: 150px;
        /*border-bottom: 2px solid #ecf0f1;*/
        margin: 122px 0 -122px 0;
        color: #0A327A !important;
        background: #dfe4ea !important;
    }

    #product_luckywheel_headline {
        width: 100%;
        height: 150px;
        /*border-bottom: 2px solid #ecf0f1;*/
        margin: 122px 0 -122px 0;
        color: #0A327A !important;
        background: #dfe4ea !important;
    }
}


@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #edumo_headline {
        width: 100%;
        height: 400px;
        /*border-bottom: 2px solid #ecf0f1;*/
        margin: 122px 0 -122px 0;
        color: #0A327A !important;
        background: #dfe4ea !important;
    }

    #product_luckywheel_headline {
        width: 100%;
        height: 250px;
        /*border-bottom: 2px solid #ecf0f1;*/
        margin: 122px 0 -122px 0;
        color: #0A327A !important;
        background: #dfe4ea !important;
    }

    #social_link {
        text-align: center !important;
    }


    #product_quiz_app_headline {
        width: 100%;
        height: 250px;
        /*border-bottom: 2px solid #ecf0f1;*/
        margin: 122px 0 -122px 0;
        color: #0A327A !important;
        background: #dfe4ea !important;
    }

    .service_img {
        height: 50px !important;
    }

}

@media (max-width: 520px) {

    .blog-post-auth-details {
        display: block;
    }

    .blog-post-auth-details>div:first-child {
        width: 100% !important;
        justify-content: center;
    }

    .blog-post-auth-details>div:last-child {
        margin-top: 30px;
        margin: auto;
    }

    .single-post-content-padding {
        padding: 0px 10px !important;
    }

    #hero {
        margin-top: 8rem;
    }

    .back-to-top {
        display: none !important;
    }

    .mr-logo {
        margin-right: auto;
        margin: auto;
    }

    #header {
        top: 0 !important;
    }

    .mobile-view-phone {
        display: flex;
    }

    .mobile-nav-toggle {
        top: 24px !important;
    }

    .ceyentra-mobile-hidden-header-top {
        display: none !important;
    }


    .ceyentra-mobile-hidden {
        display: none !important;
    }

    .ceyentra-mobile-block {
        display: block !important;
        text-align: left !important;
        margin-top: -10px !important;
    }

    #main {
        margin-top: 140px !important;
    }

    #index-methods {
        padding-top: 0px !important;
    }

    #client-testimonial .client-testimonial-item .client-testimonial-text h3 {
        line-height: 3rem !important;
        text-align: left !important;
    }

    #client-testimonial .client-testimonial-item {
        padding: 20px !important;
    }

    #client-testimonial .client-testimonial-item .client-testimonial-profile1 {
        /*margin-top: 125px!important;*/
    }

    #client-testimonial .client-testimonial-item .client-testimonial-profile3 {
        /*margin-top: 180px!important;*/
    }

    #client-testimonial .owl-nav {
        text-align: center !important;
        top: -7px !important;
        margin: auto !important;
    }

    #index-client-testimonial {
        padding: 0px !important;
    }

    #services {
        padding: 0px !important;
    }

    .client-references-stories-text>p {
        font-size: 2rem !important;
    }

    .client-references-stories-text>p>img {
        width: 21px !important;
    }

    .client-references-stories-img>img {
        margin: auto !important;
        /* margin-right: 2rem !important; */
    }

    .client-cell {
        width: 93px !important;
    }

    .read-more-btn-div>a {
        margin-top: 10px !important;
    }

    #hubspot-messages-iframe-container {
        display: none !important;
    }

    #hero-samples .item .sample-box div div:first-child div:last-child {
        text-align: left !important;
    }
}

/*-----cover img resposive---*/

@media (device-width: 820px) and (device-height: 1180px) {
    /*.background-img {*/
    /*    height: 350px !important;*/
    /*}*/
}

@media (device-width: 540px) and (device-height: 720px) {
    /*.background-img {*/
    /*    height: 250px !important;*/
    /*}*/
}

@media (device-width: 912px) and (device-height: 1368px) {
    /*.background-img {*/
    /*    height: 480px !important;*/
    /*}*/
}

@media (min-device-width: 768px) and (max-device-width: 1180px) {
    /*.background-img {*/
    /*    height: 350px !important;*/
    /*}*/
}

@media (device-width: 1024px) and (device-height: 600px) {
    /*.background-img {*/
    /*    height: 530px !important;*/
    /*}*/
}

@media (device-width: 1280px) and (device-height: 800px) {
    /*.background-img {*/
    /*    height: 530px !important;*/
    /*}*/
}

@media (min-device-width: 190px) and (max-device-width: 290px) {
    /*.background-img {*/
    /*    height: 120px !important;*/
    /*}*/
}

@media (min-device-width: 1250px) and (max-device-width: 1400px) {
    /*.background-img {*/
    /*    height: 650px !important;*/
    /*}*/
}

@media (min-device-width: 1140px) and (max-device-width: 1250px) {
    /*.background-img {*/
    /*    height: 500px !important;*/
    /*}*/
}

@media (min-device-width: 980px) and (max-device-width: 1140px) {
    /*.background-img, #hero {*/
    /*    height: 500px !important;*/
    /*}*/
}

@media (min-device-width: 900px) and (max-device-width: 980px) {
    /*.background-img, #hero {*/
    /*    height: 460px !important;*/
    /*}*/
}

@media (min-device-width: 800px) and (max-device-width: 900px) {
    /*.background-img, #hero {*/
    /*    height: 400px !important;*/
    /*}*/
}

@media (min-device-width: 700px) and (max-device-width: 800px) {
    /*.background-img, #hero {*/
    /*    height: 400px !important;*/
    /*}*/
}

@media (min-device-width: 600px) and (max-device-width: 700px) {
    /*.background-img {*/
    /*    height: 380px !important;*/
    /*}*/
}

@media (min-device-width: 500px) and (max-device-width: 600px) {
    /*.background-img, #hero {*/
    /*    height: 350px !important;*/
    /*}*/
}

@media (min-device-width: 450px) and (max-device-width: 500px) {
    /*.background-img, #hero {*/
    /*    height: 350px !important;*/
    /*}*/
}

@media (min-device-width: 400px) and (max-device-width: 450px) {
    /*.background-img, #hero {*/
    /*    height: 300px !important;*/
    /*}*/
}

@media (min-device-width: 350px) and (max-device-width: 400px) {
    /*.background-img, #hero {*/
    /*    height: 100vh !important;*/
    /*}*/

    /*#hero-samples .item .project-view .project-image {*/
    /*    height: 200px!important;*/
    /*    width: 300px!important;*/
    /*    !*border: 1px solid #0b6bd3;*!*/
    /*}*/

    /*#all-text {*/
    /*    width: 50vw !important;*/
    /*    height: 60px !important;*/
    /*}*/

    /*.first-line {*/
    /*    font-size: 7px !important;*/
    /*}*/

    /*.second-line {*/
    /*    font-size: 12px !important;*/
    /*}*/

    #hero {
        /*height: 23vh;*/
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .side-text-sec {
        /*padding-top: 200px !important;*/
        width: 100% !important;
    }

    .side-text-sec h3 {
        font-size: 20px !important;
        line-height: 1.2rem !important;
    }

    .side-text-sec h1 {
        font-size: 44px !important;
        line-height: 3.5rem !important;
        margin-bottom: 15px !important;
        padding-bottom: 0 !important;
        font-weight: 500 !important;
    }

    .side-text-sec h2 {
        margin-top: 0 !important;
        font-size: 20px !important;
        margin-bottom: 15px !important;
        line-height: 2.8rem !important;
    }

    .third-line {
        font-size: 20px !important;
    }

    .btn-get-started {
        border-radius: 15px !important;
        width: 94% !important;
        height: 60px !important;
        font-size: 18px !important;
        padding: 5px 8px !important;
        /*margin: auto;*/
        /*margin-bottom: 0px;*/
        display: flex !important;
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
    }
}



@media (min-device-width: 285px) and (max-device-width: 350px) {

    /*.background-img {*/
    /*    height: 240px !important;*/
    /*}*/
    #hero {
        /*height: 23vh;*/
    }

    .x1234 {
        display: block !important;
    }

    .side-text-sec {
        padding-top: 0px !important;
        height: 70% !important;
    }

    .side-text-sec1 {
        /*margin: auto;*/
        /*text-align: center;*/
        width: 100%;
    }

    .side-text-sec2 {
        margin: auto;
        width: 100%;
    }

    #hero-samples .item .sample-box {
        width: 100%;
    }

    #hero .container {
        /*height: 70vh;*/
        width: 100%;
    }

    #clients .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-methods .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-about .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #services .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    #index-technologies .container {
        /*height: 70vh;*/
        width: 100% !important;
    }

    .side-text-sec h3 {
        font-size: 13px !important;
    }

    .side-text-sec h1 {
        font-size: 70px !important;
        line-height: 7rem !important;
        margin-bottom: 0 !important;
    }

    .side-text-sec h2 {
        margin-top: 0 !important;
        font-size: 30px !important;
        margin-bottom: 0 !important;
        line-height: 3.5rem !important;
    }

    .btn-get-started {
        /*margin-bottom: 180px !important;*/
        font-size: 29px !important;
        border-radius: 15px !important;
        width: 96% !important;
        /*height: 28px !important;*/
        padding: 10px 20px !important;
        text-align: center;
        margin-top: 30px;
    }

    .client-references-stories-img>img {
        margin-right: 2rem !important;
        cursor: pointer !important;
    }
}

/* @media (min-device-width: 350px) and (max-device-width: 415px) {
    .client-references-stories-img>img {
        margin-right: 1rem;
        cursor: pointer !important;
    }
} */


@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.nav-li {
    cursor: pointer;
}

.vertical_center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section {
    padding: 10px 0;
}

.section-bg {
    background-color: #fef8f5;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
}

.section-title h1 b {
    font-family: myFirstFont-bold !important;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #c2b7b1;
}

/*.section-title p {*/
/*    padding-bottom: 15px;*/
/*    margin-bottom: 15px;*/
/*    position: relative;*/
/*    font-size: 32px;*/
/*    font-weight: 700;*/
/*    color: #4e4039;*/
/*}*/

.title_p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.container {
    position: center;
    width: 100%
}

.container video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-title p::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #398CFC;
    bottom: 0;
    left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #4e4039;
}

.about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}

.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #f39e7a;
}

.about p {
    font-size: 15px;
    color: #5a6570;
}

.about .about-img .service_img {
    position: sticky;
    top: 54px;
}


@media (max-width: 991px) {
    .about .about-img img {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .about .about-img img {
        max-width: 90%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#services {
    margin-top: 20px;
    margin-bottom: 20px;
}

#services .container {
    width: 1350px;
    max-width: 1350px !important;
}

.services .icon-box {
    /*padding: 30px;*/
    position: relative;
    overflow: hidden;
    /*margin: 0 0 40px 0;*/
    background: white;
    /*box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);*/
    transition: all 0.3s ease-in-out;
    /*border-radius: 15px;*/
    text-align: center;
    border-bottom: white;
}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #398CFC;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #398CFC;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2rem;
}

.titleCard {
    font-size: 30px !important;
}

.titleCard-2 {
    font-size: 30px !important;
}

@media (max-width: 425px) {

    #services img {
        width: 120px;
    }

    #services .title {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .titleCard {
        font-size: 28px !important;
    }

    .titleCard-2 {
        font-size: 28px !important;
    }

}


.services .title a {
    color: #111;
}

.services .description {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# technoogies
--------------------------------------------------------------*/
#index-technologies {
    margin-top: 20px;
    margin-bottom: 20px;
}

#index-technologies .container {
    width: 1350px;
    max-width: 1350px !important;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212529;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #398CFC;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(30, 144, 255, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 32px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #398CFC;
    margin: 0 4px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    line-height: 1;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #398CFC;
    color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
    left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

#portfolio .img-fluid {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    padding: 0 0 20px 25px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #398CFC;
}

.faq .faq-list i {
    font-size: 18px;
    position: absolute;
    left: -25px;
    top: 6px;
}

.faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
}

.faq .faq-list a.collapse {
    color: #398CFC;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #398CFC;
}

.faq .faq-list a.collapsed i::before {
    content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(78, 64, 57, 0.6);
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}

.team .member .social a:hover {
    color: #398CFC;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info {
    background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}

.team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.clients .owl-item img {
    height: 80%;
    opacity: 0.5;
    transition: 0.3s;
}

.clients .owl-item 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: #fbe2d8 !important;
}

.clients .owl-dot.active {
    background-color: #398CFC !important;
}

#clients h5 {
    font-size: 18px;
    font-family: myFirstFont-bold !important;
}

@media (min-width: 576px) and (max-width: 991px) {
    #clients h5 {
        font-size: 15px;
    }

}

@media (min-width: 280px) and (max-width: 576px) {
    #clients h5 {
        font-size: 12px;
    }

}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #398CFC;
    border-bottom: 3px solid #398CFC;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: #398CFC;
    float: left;
    width: 44px;
    height: 44px;
    background: #fdf1ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7a6960;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ab9d95;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

/*.contact-us-button{*/
/*    background-color: #398CFC;*/
/*    padding: 10px 20px;*/
/*    border-radius: 10px;*/
/*    margin: 10px;*/
/*    display: inline-grid;*/
/*    width: 200px;*/
/*}*/

/*.contact-us-button a{*/
/*    color: white !important;*/
/*}*/

.contact-us-button {
    background-color: #398CFC;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px;
    display: inline-grid;
    width: 200px;
    cursor: pointer;
}

.contact-us-button a {
    color: white !important;
}

.contact-us-icon-box {
    margin: 50px 0;
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: myFirstFont-bold;
    src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: myFirstFont-Medium;
    src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: myFirstFont-semibold;
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/gilroy/Gilroy-Regular.ttf);
}
@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
}
@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/gilroy/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: Gilroy-Bold;
    src: url(../fonts/gilroy/Gilroy-Bold.ttf);
}

@font-face {
    font-family: Jakartha-Regular;
    src: url(../fonts/plusjakartha/PlusJakartaSans-Regular.ttf);
}
@font-face {
    font-family: Jakartha-Medium;
    src: url(../fonts/plusjakartha/PlusJakartaSans-Medium.ttf);
}
@font-face {
    font-family: Jakartha-SemiBold;
    src: url(../fonts/plusjakartha/PlusJakartaSans-SemiBold.ttf);
}
@font-face {
    font-family: Jakartha-Bold;
    src: url(../fonts/plusjakartha/PlusJakartaSans-Bold.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Nunito-Regular;
    src: url(../fonts/nunitosans/NunitoSans_10pt-Regular.ttf);
}
@font-face {
    font-family: Nunito-Medium;
    src: url(../fonts/nunitosans/NunitoSans_10pt-Medium.ttf);
}
@font-face {
    font-family: Nunito-SemiBold;
    src: url(../fonts/nunitosans/NunitoSans_10pt-SemiBold.ttf);
}
@font-face {
    font-family: Nunito-Bold;
    src: url(../fonts/nunitosans/NunitoSans_10pt-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/roboto/Roboto-Medium.ttf);
}
/*@font-face {*/
/*    font-family: Roboto-SemiBold;*/
/*    src: url(../fonts/nunitosans/NunitoSans_10pt-SemiBold.ttf);*/
/*}*/
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}


* {
    font-family: myFirstFont !important;
}

.p_font {
    font-family: myFirstFont !important;
    font-size: 19px !important;
    color: black !important;
}

.portfolio_height {
    /*height: 240px!important;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

@media (min-width: 575px) {
    .portfolio_height {
        height: 240px !important;
    }
}

.banner_p {
    font-size: x-large !important;
    color: white !important;
}

.banner_auther {
    font-size: large !important;
    color: white !important;
}

.service_img {
    height: 400px !important;
    /*width: 100% !important;*/
}

.font_color {
    color: black !important;
}

.marketing_div {
    height: 650px !important;
    display: block !important;
    background: url('../img/background/1-01.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#iot_div {
    height: 500px !important;
    display: block !important;
    background: url('../img/background/1-03.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#telco_div {
    /*height: auto!important;*/
    height: 500px !important;
    display: block !important;
    background: url('../img/background/1-04.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#mobile_div {
    height: 500px !important;
    display: block !important;
    background-image: url('../img/background/1-02.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#machine_learning_div {
    height: 500px !important;
    display: block !important;
    background-image: url('../img/background/1-05.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#web_development_div {
    height: 500px !important;
    display: block !important;
    background-image: url('../img/background/1-06.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.contact .info .social-links a:hover {
    background: #398CFC;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #398CFC;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #398CFC;
    border-bottom: 3px solid #398CFC;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form select {
    height: 44px;
    color: #999;
}

.contact .php-email-form select option {
    color: #999;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #398CFC;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #398CFC;
}

#files {
    width: 100%;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #1A2024;
    /*padding: 0 0 30px 0;*/
    color: #AAAAAA !important;
    font-size: 13px;

}

.footer_font_color {
    color: #AAAAAA !important;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #398CFC;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}

#footer .footer-top {
    /*padding: 60px 0 30px 0;*/
    background: #1A2024;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #5c5c5c;
}

#footer .footer-top h4 {
    font-size: 19px;
    font-weight: bold;
    color: #5D6062;
    position: relative;
    padding-bottom: 12px;
}

#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: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    /*align-items: center;*/
    font-size: 1.35rem;

}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}


#footer .footer-top .footer-links ul a li {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #398CFC;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #398CFC;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ef7f4d;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    float: left;
}


#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}

#footer .credits a {
    color: #398CFC;
}

.footer-country-flag {
    width: 26px;
    height: 15px;
    margin: 0;
}

#footer .col-xs-6 {
    width: 100%;
}

@media (max-width: 575px) {

    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }

    #social_link {
        text-align: center !important;
    }

    #footer-flags {
        text-align: center !important;
    }

    .banner {
        /*right: -5px !important;*/
    }

    .service_img {
        height: 300px !important;
    }

    #footer-products,
    #footer-services {
        visibility: hidden;
        height: 0;
        margin: 0 !important;
    }
}

/*@media (max-width:350px) {*/
/*    !* For mobile phones: *!*/
/*    #video{*/
/*        left: -32px !important;*/
/*    }*/

/*}*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cookie {
    width: 271px;
    display: inline-block;
    background-color: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: -100%;
    border: 1px solid #398CFC;
    box-shadow: 8px 0px 20px rgb(0 0 0 / 50%);
    opacity: 1;
}

.cookie.active {
    bottom: 68px;
}

.cookie-msg {
    float: left;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.cookie-btn {
    width: 100%;
    background: #398CFC;
    display: inline-block;
    padding: 15px;
    line-height: 0;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF !important;
    border: none !important;
    margin-top: 20px;
}

@-webkit-keyframes mixInAnimations {
    0% {
        transform: translateX(-100%);
    }

    10% {
        transform: translateX(0);
    }

    20% {
        transform: rotate(20deg);
    }

    30% {
        transform: rotate(-20deg);
    }

    40% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes mixInAnimations {
    0% {
        transform: translateX(-100%);
    }

    10% {
        transform: translateX(0);
    }

    20% {
        transform: rotate(20deg);
    }

    30% {
        transform: rotate(-20deg);
    }

    40% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    60% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* INDEX ABOUT–––––––––––––––––––––––––––––––––––––––––––––––––– */
#great-place-to-work-img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#index-about {
    background: #F6F6F6;
}

#index-about .container {
    width: 1350px;
    max-width: 1350px !important;
}


#index-about h1 {
    font-family: myFirstFont-bold !important;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 10px;
}

#index-about h4 span {
    font-family: myFirstFont-bold !important;
}

#index-about .p_font {
    text-align: center;
    font-size: 13px !important;
}

#index-about h5 {
    font-size: 20px;
    font-family: myFirstFont-bold !important;
    /*padding-bottom: 30px;*/
    letter-spacing: 0.05em;
}

#index-about h5 span {
    font-family: myFirstFont-bold !important;
    color: dodgerblue;
}

#index-about .col-lg-4 {
    display: grid;
    padding-top: 30px;
}


#index-about .percentage {
    font-size: 25px;
}

#index-about table {
    margin: auto;
}

#index-about table tbody tr td {
    background: #FFFFFF;
    width: 354px;
    height: 200px;
    /*padding: 22px;*/
}

#index-about table tbody tr td>div>.clutch-widget {
    width: 280px !important;
    margin: auto !important;
}

#index-about table tbody tr td div {
    text-align: center;
}

#index-about table tbody tr:first-child td:first-child {
    border-right: 2px solid #DEDEDE;
    /*border-bottom: 2px solid #DEDEDE;*/
}


#index-about table tbody tr:first-child td:last-child {
    /*border-right: 2px solid #DEDEDE;*/
    border-bottom: 2px solid #DEDEDE;
    width: 250px;
    height: 250px;
    padding: 0px;
}

#index-about table tbody tr:last-child td:first-child {
    border-top: 2px solid #DEDEDE;
    border-left: 2px solid #DEDEDE;
    width: 250px;
    height: 250px;
}


#index-about .table-2 tbody tr:first-child td:first-child {
    border-right: 0px solid #DEDEDE;
    /*border-bottom: 2px solid #DEDEDE;*/
}


#index-about .table-2 tbody tr:first-child td:last-child {
    /*border-right: 2px solid #DEDEDE;*/
    border-bottom: 0px solid #DEDEDE;
    width: 250px;
    height: 250px;
    padding: 0px;
}

#index-about .table-2 tbody tr:last-child td:first-child {
    border-top: 0px solid #DEDEDE;
    border-left: 0px solid #DEDEDE;
    width: 250px;
    height: 250px;
}

.detail_rating_widget__container {
    margin: auto !important;
}


#index-about .about-table-inner tbody tr td {
    border-right: 0px solid #DEDEDE !important;
    /*border-bottom: 2px solid #DEDEDE;*/
}

#index-about .about-table-inner tbody tr:last-child td:first-child {
    border-top: 0px solid #DEDEDE;
    border-left: 0px solid #DEDEDE;
    width: 250px;
    height: 250px;
    ;
}

@media (min-width: 1440px) {
    .container {
        width: 1350px !important;
        max-width: 1350px !important;
    }
}

@media (min-width: 1200px) {
    .container-2 {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container-2 {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container-2 {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container-2 {
        max-width: 540px;
    }
}

@media (min-width: 1200px) {
    .container-2 {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container-2 {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container-2 {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container-2 {
        max-width: 540px;
    }
}







/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.page-footer span {
    color: #e31b23;
}

/* BLOG POST
 */

.blog-image {
    margin-right: auto;
    margin-left: auto;
}

.infusion-field-input-container {
    color: black !important;
}

.free-report-sending-btn {
    background: #E50000 !important;
    color: white !important;
    font-weight: bold !important;
    display: block;
    padding: 15px 50px;
    border-radius: 13px;
    margin: auto !important;
    width: 94% !important;
}

/*************  Marketing Page Styling ****************/
/*#marketing-portfolio .landing-portfolio{*/
/*    transition: transform 0.3s ease;*/
/*}*/
/*#marketing-portfolio .landing-portfolio:hover{*/
/*    transform: scale(1.01);*/
/*}*/


#marketing-hero{
    /*margin-top: 10px!important;*/
}
#marketing-hero h1{
    font-size: 36px!important;
    /*font-family: Montserrat!important;*/
    color: #6A6A6A!important;
    font-weight: 800!important;
    line-height: 55px!important;

}
#marketing-hero p{
    font-size:18px!important;
    color: #999999!important;
    line-height: 36px!important;
    font-weight: normal!important;

}

/*#our-features h1{*/
/*    font-size: 35px!important;*/
/*    font-weight: bold!important;*/
/*    color: #444445!important;*/
/*}*/


.feature-title{
    font-size: 30px!important;
    font-weight: bold!important;
    color: #444445!important;
}

#our-features .feature-icon{
    width: 60px!important;
    height: 60px!important;
}
#our-features h3{
    color: #504F4F!important;
    margin-top: 10px!important;
    font-size: 18px!important;
    font-weight: bold;
}

#marketing-main{
    overflow-x: hidden!important;
}
#marketing-main .pl-p{
    padding-left: 15px;
}


#why-us img{
    width: 45px!important;
    height: 45px!important;
    object-fit: contain;
}
#why-us h3{
    margin-top: 8px!important;
    margin-left: 20px!important;
    color: #504F4F!important;
    font-size: 18px!important;
    font-weight: bold!important;
}
#why-us p{
    font-size: 14px!important;
    line-height: 20px!important;
    margin-top: 10px!important;
    margin-bottom: 30px;
}

#why-us .why-box{
    display: flex!important;
    justify-content: space-evenly!important;
}

#getInTouch{
    /*min-height: 360px;*/
    padding: 0!important;
}

#getInTouch p{
    font-size: 22px!important;
    color: #F2F3ED!important;
}
#getInTouch .h-100{
    /*height: 100% !important;*/
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
}
#getInTouch .left-content{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
#getInTouch .get-in-button{
    background-color: #fff;
    border-radius: 8px;
    border: none!important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px!important;
    font-size: 18px!important;
    font-weight: bold;
    color: #3A8DFD!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    outline: none!important;
    padding-right: 20px;
    margin-top: 40px;
}
#landing-footer img{
    padding-top: 40px;
    padding-bottom: 40px;
}
#landing-footer .company{
    width: 180px!important;
}
#landing-footer .p-content{
    width: 70%;
}
#landing-footer p{
    font-size: 15px!important;
    line-height: 20px!important;
    color: #7E817A!important;
}

#landing-footer .footer_icon_color{
    width: 30px!important;
    height: 30px!important;


}
#landing-footer .footer_font_color{
    color: #7E817A!important;
    font-size: 12px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;

}
#landing-footer .copyright{
    color: #3A8DFD!important;
}
#landing-footer .contact-details{
    padding-bottom: 20px;
}
.ICON{
    margin-bottom: 3px!important;
    width: 18px!important;
}

 .px-100{
    padding-left: 100px!important;
    padding-right: 100px!important;
}
.px-50{
    padding-left: 50px!important;
    padding-right: 50px!important;
}

.upwork-btn{
    padding-right: 30px!important;
    padding-left: 30px!important;
    background-color:  #3A8DFD;
    border-radius: 8px;
    color: white!important;
    font-size: 18px!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}
.bg-cover-div{
    width: 100%!important;
    height: 700px;

}
#blue-cover{
    position: absolute!important;
}
.hero-bg{
    height: auto;
    width: 100% ;
    /*z-index: 10000!important;*/
    margin-top: 150px;
    background-color: transparent;
    padding: 20px;
    color: white;
    position: absolute;
}
.hero-bg h1{
    font-size: 50px!important;
    line-height: 70px!important;
    color: #FFFFFF!important;
    font-weight: bold;
}
.hero-bg p{
    font-size: 20px!important;
    line-height: 34px!important;
    color: #FFFFFF!important;
    padding-right: 20px;
}

.port-card{
    border-radius: 12px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 380px;
    margin-bottom: 20px;
}
.port-details{
    min-height: 120px;
}
.port-card h1{
    font-size: 18px!important;
    color: #16192C!important;
    font-weight: bold;

}
.port-card p{
    font-size: 14px!important;
    color: #425466!important;
}
.port-card button{
    padding: 10px!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
    background-color:  #3A8DFD;
    margin-top: 10px;
    margin-bottom: 15px;
    outline: none!important;
    font-weight: bold;
    border-radius: 8px;
    border: none!important;
    color: white!important;
    font-size: 13px!important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
}

/*////slider////*/
.partners-slider {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease;
    cursor: grab;
    user-select: none;
}

.partner-logo {
    flex-shrink: 0;
    margin-right: 20px; /* Adjust spacing between logos */
}

.partner-logo:last-child {
    margin-right: 0;
}

/* Optional: Style navigation buttons */
.prev-button,
.next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.form-div{
    width: 70%;
    border-radius: 8px;
    padding: 20px;
    background: #FFFFFF;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.form-div label{
    color: rgba(43, 43, 43, 0.50);
    font-size: 14px;
    padding-left: 20px;
}
.form-div span{
    color:  #3A8DFD!important;
}
.bg-mobile-div .form-div input{
    height: 40px!important;
}
.bg-mobile-div .form-div button{
    height: 40px!important;
}
.form-div input{
    width: 100%;
    margin-bottom: 15px;
    /*background: #FCFCFC;*/
    background: #f5f5f5;
    border: none!important;
    border-radius: 8px;
    outline: none!important;
    height: 55px;
    color: black;
    padding-left: 20px;

}
.form-div textarea{
    width: 100% !important;
    border-radius: 8px;
    border-color:  #f5f5f5;
    outline: none!important;
    color: black;
    min-height: 55px;
    padding: 20px;
    background: #f5f5f5;
}
.form-div .progress-bar{
    height: 10px!important;
    cursor: pointer;
    /*margin-left: 20px!important;*/
    /*margin-right: 20px!important;*/
}
.form-div .landing-form-submit-btn{
    background-color:  #3A8DFD!important;
    color: white!important;
    height: 50px!important;
    margin-top: 20px;
    width: 100% !important;
    outline: none!important;
    border: none!important;
    border-radius: 8px;
}
.mb-50{
    margin-bottom: 50px!important;
}
.marketing-header{
    top: 0!important;
}


.main-div-port-details{
    /*position: absolute!important;*/
}

.landing-portfolio{
    width: 95%;
    margin-bottom: 20px;
}

.landing-portfolio .img-card{
    position: absolute!important;
}
.landing-portfolio .img-card img{
    width: 100%;
    object-fit: contain!important;
}
.portfolio-details-card{
    z-index: 10!important;
    margin-top: 230px!important;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
    width: 95%;
    margin-bottom: 20px;
    padding: 10px;
    transition: transform 0.3s ease;
}
.portfolio-details-card:hover{
    transform: scale(1.04);
}

.portfolio-details-card h2{
    color: #C40D42;
    font-size: 19px;
    font-weight: bold;
}
.portfolio-details-card .blue{
    color:#376AF5!important;
}
.portfolio-details-card .red{
    color:#C10016!important;
}
.portfolio-details-card .sea-blue{
    color:#11425C!important;
}
.portfolio-details-card .purple{
    color:#6B3173!important;
}
.portfolio-details-card .brown{
    color:#1F1E2C!important;
}
.portfolio-details-card p{
   font-size: 14px!important;
    color:#425466!important;
    min-height: 80px;

}
.portfolio-details-card .tech{
    padding-left: 30px;
    padding-right: 30px;
}
.portfolio-details-card span{
    font-size: 12px!important;
    color:#898989!important;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #E3E3E3;
}


/* modal styles */
.landing-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0!important;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7) !important
}

.landing-modal .modal-content {
    background-color: #fff!important;
    margin: 15% auto!important;
    padding: 20px!important;
    border: 1px solid #888!important;
    width: 50% !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
    text-align: center!important;
}

.landing-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}
.jce{
    display: flex!important;
    justify-content: end!important;
}

.py-50{
    padding-bottom: 50px;
    padding-top: 50px;
}

.hero-mobileImg{
    max-height: 700px;
    max-width: 700px;
    object-fit: contain;
}

.bg-mobile-div{
    display: none;
    background-color:  #3A8DFD;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.bg-mobile-div h1{
    font-size: 24px!important;
    line-height: 30px!important;
    color: #FFFFFF!important;
    font-weight: bold;
}
.bg-mobile-div p{
    font-size: 16px!important;
    line-height: 26px!important;
    color: #FFFFFF!important;
    margin-bottom: 20px;
    /*padding-right: 20px;*/
}
.mobile-getInTouch{
    display: none!important;
}

@media (max-width: 767px) {
    .landing-portfolio{
        width: 100% !important;
    }
    .mobile-getInTouch{
        display: flex!important;
    }
    .desktop-getInTouch{
        display: none!important;
    }
    #getInTouch .get-in-button{
        margin-top: 0!important;
        margin-bottom: 20px!important;
    }
    .py-50{
        padding-bottom: 20px!important;
        padding-top: 20px!important;
    }
    .partners-slider{
        margin-top: 30px;

    }
}


@media (max-width: 991px) {
    .hero-mobileImg{
        min-width: auto!important;
        max-height: auto!important;
        height: auto!important;
        max-width: 100% !important;
    }
    .bg-cover-div{
        display: none;
    }
    .bg-mobile-div{
       display: block!important;
    }
    .bg-mobile-div .form-div{
        width: 100% !important;
    }

}
@media (max-width: 1250px) {
    .hero-bg{
        margin-top: 70px!important;
    }
    .hero-bg h1{
        font-size: 40px!important;
        line-height: 50px!important;
    }
    .hero-bg p{
        /*font-size: ;*/
    }

}

@media (max-width: 375px) {
    .portfolio-details-card{
        margin-top: 190px!important;
    }
    
}
@media (min-width: 454px) and (max-width: 767px){
    .portfolio-details-card{
        margin-top: 300px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .portfolio-details-card{
        margin-top: 200px!important;
    }
}
@media (min-width: 991px) and (max-width: 1199px){
    .portfolio-details-card{
        margin-top: 180px!important;
    }
}
@media  (max-width: 430px) {
    .portfolio-details-card .tech {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #marketing-hero h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}
@media (min-width: 991px) and (max-width: 1296px) {
    .portfolio-details-card .tech{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media (min-width: 1440px) {
    .portfolio-details-card{
        margin-top: 260px!important;
    }
}


/********  value range picker    *****/

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.landing-slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.landing-slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}
.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.b-btn.paypal i {
    color: blue;
}
.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}
.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}


/*///////////////////*/
/*.landingImages-wrapper{*/
/* width: 100% !important;*/
/*}*/
/*.landingImages-wrapper .slide-container{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    border: 1px solid black;*/
/*    margin-top: 30px;*/
/*}*/
/* input[type = "range"]{*/
/*     -webkit-appearance: none;*/
/*     -moz-appearance: none;*/
/*     appearance: none;*/
/*     width: 100%;*/
/*     outline: none;*/
/*     position: absolute;*/
/*     margin: auto;*/
/*     top:0;*/
/*     bottom: 0;*/
/*     background-color: transparent;*/
/*     pointer-events: none;*/
/* }*/

/* .slider-track{*/
/*     width: 100%;*/
/*     height: 5px;*/
/*     background-color: #d5d5d5;*/
/*     position: absolute;*/
/*     margin: auto;*/
/*     top: 0;*/
/*     bottom: 0;*/
/*     border-radius: 5px;*/
/* }*/

/* input[type="range"]::-webkit-slider-runnable-track{*/
/*     -webkit-appearance: none;*/
/*     height: 5px;*/
/* }*/

/* input[type="range"]::-moz-range-track{*/
/*     -moz-appearance: none;*/
/*     height: 5px;*/
/* }*/
/* input[type="range"]::-ms-track{*/
/*     appearance: none;*/
/*     height: 5px;*/
/* }*/
/* input[type="range"]::-webkit-slider-thumb{*/
/*     -webkit-appearance: none;*/
/*     height: 1.7em;*/
/*     width: 1.7em;*/
/*     background-color: #0A327A;*/
/*     cursor: pointer;*/
/*     border-radius: 10px;*/
/*     pointer-events: auto;*/
/*     margin-top: -9px;*/

/* }*/


/* input[type="range"]::-moz-range-thumb{*/
/*     -webkit-appearance: none;*/
/*     height: 1.7em;*/
/*     width: 1.7em;*/
/*     cursor: pointer;*/
/*     border-radius: 50%;*/
/*     background-color: #0A327A;*/
/*     pointer-events: auto;*/
/* }*/
/* input[type="range"]::-ms-thumb{*/
/*     appearance: none;*/
/*     height: 1.7em;*/
/*     width: 1.7em;*/
/*     cursor: pointer;*/
/*     border-radius: 50%;*/
/*     background-color: #0A327A;*/
/*     pointer-events: auto;*/
/* }*/
/* input[type="range"]:active::-webkit-media-slider-thumb{*/
/*     background-color: #FFFFFF;*/
/*     border: 3px solid #0A327A;*/
/* }*/





.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.cl-not-found{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 35vh !important;
}

.cl-not-found > h1 {
    color: #120F39!important;
    font-family: myFirstFont-Medium!important;
}

.img-fluid-not-found{
    max-width: 75%;
    height: 100%;
}

.btn-go-back{
    color: white;
    /*border-radius: 15px !important;*/
    background-color: #120F39!important;

}

.btn-contact{
    color: #120F39;
    border: 1px solid #120F39!important;
    /*border-radius: 15px !important;*/

}
.btn-go-back:hover {
    background-color: #333 !important;
    color: white !important;
}

.btn-contact:hover {
    background-color: #333 !important;
    color: white !important;
}