/**
* Template Name: Scaffold - v2.2.1
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Poppins";
    color: #444444;
}

a {
    color: #009cea;
}

a:hover {
    color: #1eb4ff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Medium;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fa7127;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #14b1ff;
    color: #fff;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../img/animation/preloader.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width:900px) {
    #testimonials .testimonials-list .single-testimonial .testimonial-holder {
        margin-right: 100px !important;
    }
    #testimonials .testimonials-list .testimonial-right-handle {
        right: 6% !important;
    }
}

@media screen and (min-width: 1000px) and (max-width:1400px) {
    #testimonials .testimonials-list .single-testimonial .testimonial-holder {
        margin-right: 100px !important;
    }
    #testimonials .testimonials-list .testimonial-right-handle {
        right: 6% !important;
    }
}

@media screen and (min-width: 1500px) and (max-width:2200px) {
    #testimonials .testimonials-list .single-testimonial .testimonial-holder {
        margin-right: 100px !important;
    }
    #testimonials .testimonials-list .testimonial-right-handle {
        right: 4% !important;
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .padding_values {
        padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #testimonials .testimonials-list .testimonial-left-handle {
        left: -12% !important;
    }
    #testimonials .testimonials-list .testimonial-right-handle {
        right: 13% !important;
    }
    #testimonials .testimonials-list .testimonial-right-handle {
        padding: 0px !important;
    }
    #testcontent h2 {
        font: normal normal bold 20px/20px Poppins;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0;
    background: #fff;
}

.white_header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff !important;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #0a2f44;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #576971;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
    margin-left: -2%;
    margin-top: 4%;
}

@media (max-width: 768px) {
    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/

.header-social-links a {
    color: #7b909a;
    padding: 12px 0 12px 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

.header-social-links a:hover {
    color: #009cea;
}

@media (max-width: 768px) {
    .header-social-links {
        padding-right: 48px;
    }
}


/*--------------------------------------------------------------
# train
--------------------------------------------------------------*/

#bluecolor,
#blueblackcolor,
#bluecolor_about,
#blackmagic {
    overflow: hidden !important;
}


/* .train {
    display: block;
    max-width: 100%;
    position: absolute;
    bottom: -70px;
    opacity: 1;
    transform: translateX(-50%);
} */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

#whitenav a {
    display: block;
    position: relative;
    color: #003651;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

#aboutwhite{
    color: #003651;font-size: 18px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 10px 23px;
    transition: 0.3s;
    font-size: 18px;
    font-family: "Poppins";
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #fa7127 !important;
    text-decoration: none;
}

.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;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #0b2334;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #009cea;
}

.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-toggle {
    position: fixed;
    right: 15px;
    top: 21px;
    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: #ffffff;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    /*bottom: 200px;*/
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #364146;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #ffffff;
    text-decoration: none;
}

.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: "\eaa1";
}

.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;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(32, 38, 41, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#brands_hero {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    margin-top: 70px;
    padding: 60px 0;
    background-color: #0a2f44;
}

.ic{
    background-image: url("../img/animation/patternsleft\ Blue.gif");
}
#hero {
    width: 100%;
    /*filter: blur(0.5px);*/
        background-image: url("../img/animation/patterns\ blue.gif");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
    margin-top: 70px;
    padding: 55px 0px;
    background-color: #0a2f44;
    /* margin-bottom: -2px; */

}

#hero1 {
    width: 100%;
    /*filter: blur(0.5px);*/
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
    margin-top: 70px;
    padding: 55px 0px;
    background-color: #0a2f44;
    /* margin-bottom: -2px; */

}

.i{
}

#hero1 {
        width: 100%;
    /*filter: blur(0.5px);*/
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
    margin-top: 70px;
    padding: 55px 0px;
    background-color: #0a2f44;
    /* margin-bottom: -2px; */
}

/*.hero1{
    filter: blur(5px);
}*/

#contactform input::placeholder,
#contactform textarea::placeholder {
    color: #688B9B !important;
}

#contactform input,
#contactform textarea {
    padding: 10px 10px 10px 0px !important;
}

#emailid,
#messageid {
    padding: 10px 10px 10px 0px !important;
}

.white_header {
    background-color: #ffffff !important;
}

#full_width {
    padding: 0 10%;
}

#hero_white {
    width: 100%;
    /*background-image: url("../img/animation/patternssss\ White.gif");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    margin-top: 70px;
    padding: 60px 0;
    background-color: #ffffff;
}

.col-lg-6.pt-5.pt-lg-0.order-2.order-lg-1.d-flex.flex-column.justify-content-center.aos-init.aos-animate {
    padding: 100px 10px;
    padding-top: 50px !important;
}

header#header {
    background-color: #0a2f44;
    /* background-color: #0b304400; */
}

#hero_white h1 {
    text-align: left;
    font: normal normal bold 62px/80px Poppins;
    letter-spacing: 0px;
    color: #54DB79;
    opacity: 1;
}

#hero_white h2 {
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    padding-top: 2%;
    color: #688B9B;
    opacity: 1;
}

#brands_hero h1 {
    text-align: left;
    font: normal normal bold 62px/80px Poppins;
    letter-spacing: 0px;
    color: #FA7127;
    opacity: 1;
}

#brands_hero h2 {
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-right: 10%;
}

#hero h1 {
    text-align: left;
    font: normal normal bold 62px/80px Poppins;
    letter-spacing: 0px;
    color: #F0F7CA;
    opacity: 1;
}

#hero h2 {
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 5%;
    margin-top: 5%;
    opacity: 1;
}

#careerblue {
    background: #edf3fe 0% 0% no-repeat padding-box;
    border-radius: 0px 92px 92px 92px;
    text-align: center;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
    /* opacity: 0.1; */
}

#careerblue .btn-get-started {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 50px;
    /* border-radius: 3px; */
    transition: 0.5s;
    color: #fff;
    /* background: #009cea; */
    background: #4385F8 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 29px;
    opacity: 1;
}

#blackmagic .btn-get-started {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 2%;
    margin-right: 2%;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 28px;
    /* border-radius: 3px; */
    transition: 0.5s;
    color: #fff;
    /* background: #009cea; */
    background: #54DB79 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 29px;
    opacity: 1;
}

.btn-get-started {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 28px;
    margin-top: 10px;
    margin-bottom: 40px;
    /* border-radius: 3px; */
    transition: 0.5s;
    color: #fff;
    /* background: #009cea; */
    background: #FA7127 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 29px;
    opacity: 1;
}

#contactform .btn-get-started {
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 28px;
    /* border-radius: 3px; */
    transition: 0.5s;
    margin-top: 10%;
    color: #fff;
    /* background: #009cea; */
    background: #FA7127 0% 0% no-repeat padding-box;
    border-radius: 0px 29px 29px 29px;
    opacity: 1;
}

.pull-left {
    text-align: left;
}

.btn-get-started:hover {
    background: #008bd1;
}

#blackmagic .btn-get-started:hover {
    background: #FA7127;
}

#careerblue .btn-get-started:hover {
    background: #FA7127;
}

#hero .hero-img {
    text-align: center;
}

#hero .hero-img img {
    width: 70%;
}

#brands_hero .hero-img {
    text-align: center;
    padding: 100px 0px;
}

#brands_hero .hero-img img {
    width: 70%;
}

@media (min-width: 1024px) {
    /* #hero {
        background-attachment: fixed;
    } */
}

@media screen and (min-width: 1024px)and (max-width:1500) {
    #testimonials .testimonials-list .testimonial-right-handle {
        right: 6% !important;
    }
}

@media screen and (min-width: 1600) and (max-width:2200px) {
    #testimonials .testimonials-list .testimonial-right-handle {
        right: 4% !important;
    }
}

@media (min-width: 1024px) {
    #testimonials .testimonials-list .slick-dots {
        bottom: 55px !important;
        text-align: center;
        position: relative;
        left: 230px;
    }
}

@media (max-width: 992px) {
    #hero h1 {
        font-size: 32px;
        line-height: 40px;
    }
    #hero h2 {
        font-size: 20px;
    }
    #brands_hero h1 {
        font-size: 32px;
        line-height: 40px;
    }
    #brands_hero h2 {
        font-size: 20px;
        /* padding: 2px 170px 0px 1px;*/
        text-align: justify;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 20px 0px;
    overflow: hidden;
}

.padding_values {
    padding: 20px 60px 20px 0px;
    overflow: hidden;
}


/*.section-bg {
    background-color: #bcf0ca;
}*/

.section-title {
    text-align: center;
    padding-bottom: 10px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 70px;
    padding-bottom: 0;
    margin-top: -30px;
    font: normal normal bold 32px Poppins;
    color: #0b3044;
}

.section-title p {
    margin-bottom: 0;
}

.pull-right {
    text-align: right;
}

#blackmagic {
    width: 100%;
    background-image: url("../img/animation/Pattern\ \(become\ a\ legend\)\ Blue.gif");
    background-repeat: no-repeat;
    /* background-size: contain;  */
    background-position: left top;
    /* margin-top: 70px; */
    padding: 60px 15%;
    background-color: #0a2f44;
    /* background-size: contain; */
}

#blackmagic h5 {
    padding-top: 0px;
    margin-top: -20px;
    font: normal normal normal 18px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFFCC;
    margin-right: 6%;
    opacity: 1;
}

#blackmagic h1 {
    text-align: left;
    font: normal normal 900 122px/20px Poppins;
    letter-spacing: 0px;
    color: #FA7127;
    margin-left: 200px;
    opacity: 1;
}

#blackmagic h2 {
    text-align: right;
    font: normal normal 900 122px/200px Poppins;
    letter-spacing: 0px;
    color: #F0F7CA;
    opacity: 1;
    margin-right: -100px;
}

#blueblackcolor {
    width: 100%;
    background-image: url("../img/animation/patternssss\ Blue.gif");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
    margin-top: 70px;
    padding: 120px 0;
    background-color: #0a2f44;
    /* padding-top: 15%;
    padding-bottom: 16%; */
    min-height: 480px;
    max-height: 480px;
}

#blueblackcolor h1 {
    text-align: left;
    font: normal normal 900 122px/200px Poppins;
    letter-spacing: 0px;
    color: #4385f8;
    opacity: 1;
}

#blueblackcolor h2 {
    text-align: left;
    font: normal normal 900 122px/100px Poppins;
    letter-spacing: 0px;
    color: #FA7127;
    opacity: 1;
}

#bluecolor_about {
    width: 100%;
    background-image: url("../img/animation/patternss\ blue.gif");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: left top;
    /* margin-top: 70px; */
    padding: 110px 0 53px 0;
    background-color: #0a2f44;
    height: 400px;
}

#bluecolor {
    width: 100%;
    background-image: url("../img/animation/patternss\ blue.gif");
    background-repeat: no-repeat;
    /* background-size: contain;  */
    background-position: left top;
    /* margin-top: 70px; */
    /* padding: 27px 0; */
    background-color: #0a2f44;
    margin-top: -3px;
    /* padding-top: 15%;
    padding-bottom: 20%; */
    min-height: 480px;
    max-height: 480px;
}

#bluecolor .container {
    background-color: #f7f8f900;
    padding: 60px 50px;
}

#bluecolor h1 {
    text-align: left;
    font: normal normal 900 122px/165px Poppins;
    letter-spacing: 0px;
    color: #54DB79;
    opacity: 1;
    /* margin-top: 8%; */
}

#bluecolor h2 {
    text-align: left;
    font: normal normal 900 122px/200px Poppins;
    letter-spacing: 0px;
    color: #4385F8;
    opacity: 1;
}

#bluecolor_about .container {
    background-color: #f7f8f900;
    padding: 60px 50px;
}

#bluecolor_about h1 {
    text-align: left;
    font: normal normal 900 100px/20px Poppins;
    letter-spacing: 0px;
    margin-left: 200px;
    color: #54DB79;
    opacity: 1;
}

#bluecolor_about h2 {
    text-align: left;
    font: normal normal 900 100px/150px Poppins;
    letter-spacing: 0px;
    margin-right: -300px;
    color: #4385F8;
    opacity: 1;
}

@media screen and (min-width:1700px) and (max-width:2500px) {
    #bluecolor_about h1 {
        text-align: left;
        font: normal normal 900 100px/20px Poppins;
        letter-spacing: 0px;
        margin-left: 270px;
        color: #54DB79;
        opacity: 1;
    }
    #bluecolor_about h2 {
        text-align: left;
        font: normal normal 900 100px/150px Poppins;
        letter-spacing: 0px;
        margin-right: -30px;
        color: #4385F8;
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# Team Area
--------------------------------------------------------------*/


/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
   /* width: 100%;*/
   
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    margin: 30px 0 7px;
}

.heading h3 {
    text-align: left;
    font: normal normal bold 32px/98px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    margin-left: 2%;
    opacity: 1;
}

.overlay1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #54DB79 0% 0% no-repeat padding-box;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #4385F8 0% 0% no-repeat padding-box;
}

.team-details h4 {
    text-align: left;
    font: normal normal medium 32px/98px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
}

.team-details p {
    text-align: left;
    font: normal normal 300 20px/40px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
}

.overlay3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #fa7127 0% 0% no-repeat padding-box;
}

.mobile-nav {
    background-color: #0a2f44;
}

.mobile-nav li {
    background-color: #ffffff;
    border-bottom: 1px solid #fff;
}

.mobile-nav li:hover {
    background-color: #0a2f44;
    border-bottom: 1px solid #fff;
}

.mobile-nav li.active {
    background-color: #0b3044;
    border-bottom: 1px solid #0b3044;
    color: #ffffff !important;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -55px;
}

.team-img:hover .overlay {
    opacity: 1;
}

.socials a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: transparent;
}

.socials i {
    line-height: 37px;
    color: #616161;
    font-size: 14px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.team-details .socials i {
    color: #fff;
}

.socials a:hover i {
    color: #fff;
    background-color: #355c7d;
}

.team-wrap {
    padding: 0;
}


/*--------------------------------------------------------------
# about journey
--------------------------------------------------------------*/

#about_journey {
    background: #F0F7CA 0% 0% no-repeat padding-box;
    border-radius: 130px 0px 0px 0px;
    opacity: 1;
    padding: 30px;
}


/*--------------------------------------------------------------
# brands_about
--------------------------------------------------------------*/

#brands_bluecolor {
    width: 100%;
    background-image: url("../img/animation/patternss_right\ \ blue.gif");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
    /* margin-top: 70px; */
    /* padding: 40px 0; */
    background-color: #0a2f44;
    min-height: 335px;
    max-height: 335px;
}

#brands_bluecolor .container {
    background-color: #f7f8f900;
    padding: 60px 50px;
}

#brands_bluecolor h1 {
    text-align: left;
    font: normal normal 900 112px/96px Poppins;
    letter-spacing: 0px;
    color: #54DB79;
    opacity: 1;
}

#brands_bluecolor h2 {
    text-align: right;
    font: normal normal 900 112px/96px Poppins;
    letter-spacing: 0px;
    color: #4385F8;
    opacity: 1;
}

#apply_button {
    padding-top: 40px;
    /* padding-top: 60px; */
    margin-left: 36%;
}

.brands_about {
    padding: 0 !important;
    width: 100%;
    /* margin-top: 40px; */
    background-image: url("../img/animation/patternss_right\ \ white.gif");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
}

.brands_about .container {
    /* background-color: #f7f8f9; */
    padding: 60px 50px;
}

@media (max-width: 992px) {
    .brands_about .container {
        padding: 30px;
    }
}

.brands_about .content h3 {
    text-align: left;
    font: normal normal bold 32px/98px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    /* margin-top: -4%; */
    opacity: 1;
}

.brands_about .content p {
    text-align: left;
    font: normal normal normal 20px/26px Poppins;
    letter-spacing: 0px;
    color: #688B9B;
    opacity: 1;
}

.aos-init.aos-animate {
    text-align: center;
}

.brands_about .content ul {
    list-style: none;
    padding: 0;
}

.brands_about .content ul li {
    padding-bottom: 10px;
}

.brands_about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #28a745;
}

.brands_about .content p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
    padding: 0;
    width: 100%;
    /* margin-top: 40px; */
    /* background-image: url("../img/animation/patternss\ White.gif");  */
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: left top;
}

.about .container {
    /* background-color: #f7f8f9; */
    padding: 50px 50px;
}

@media (max-width: 992px) {
    .about .container {
        padding: 30px;
    }
}

.about .content h3 {
    text-align: left;
    font-size: 32px;
    font: normal normal bold 32px/40px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    opacity: 1;
    padding-bottom: 0%;
    margin-left: -3%;
    font-family: "Poppins" 'bold';
}

.about .content h4 {
    text-align: left;
    font-size: 22px;
    font: normal normal medium 22px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    opacity: 1;
    margin-left: -3%;
}

.about .content p {
    text-align: left;
    font: normal normal normal 20px/27px Poppins;
    letter-spacing: 0px;
    color: #688B9B;
    opacity: 1;
}

.aos-init.aos-animate {
    text-align: center;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #28a745;
}

.about .content p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/


/* Slider */

.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;
}


/*--------------------------------------------------------------
# Testimonial Slider
--------------------------------------------------------------*/

.carousel-indicators .active {
    background: #31708f;
}

span.fa-stack.testimonial-left-handle.fa-lg.slick-arrow {
    display: none;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #31708f;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
    #brands_hero .hero-img {
        padding-top: 50px;
        padding-bottom: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    #hero_white h1 {
        font: normal normal bold 31px/40px Poppins;
    }
    #brands_hero {
        padding-bottom: 0;
    }
    #brands_bluecolor {
        padding-top: 0;
    }
    .brands_about {
        margin-top: -1px;
    }
}


/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/

.count-title {
    text-align: center;
    font: normal normal medium 92px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    opacity: 1;
    font-size: 96px;
}

.count-text {
    text-align: center;
    font: normal normal medium 32px Poppins;
    letter-spacing: 0px;
    color: #0B3044;
    font-size: 32px;
    opacity: 1;
    font-weight: 600;
    border-top: 3px solid #fa71271f;
}

.whitelackcolor {
    width: 100%;
    background-image: url("../img/animation/patternssss_White.gif");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
    /* margin-top: 70px; */
    min-height: 480px;
    max-height: 480px;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    padding-bottom: 40px;
    width: 100%;
    /* margin-top: 40px; */
    background-image: url("");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right top;
}

.features .nav-tabs {
    border: 0;
}

.features .content h3 {
    text-align: left;
    font: normal normal bold 32px/98px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    opacity: 1;
}

.features .content p {
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    color: #688B9B;
    opacity: 1;
}

.features .nav-link {
    border: 0;
    padding: 20px;
    transition: 0.3s;
    color: #364146;
    transition: 0.3s ease-in-out;
    border-radius: 0;
    border-left: 4px solid #fafbfb;
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    color: #576971;
}

.features .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.features .nav-link:hover {
    background: #fafbfb;
}

.features .nav-link:hover h4 {
    color: #364146;
}

.features .nav-link.active {
    border-radius: 0;
    border: 0;
    border-left: 4px solid #009cea;
    background: #fafbfb;
}

.features .nav-link.active h4 {
    color: #009cea;
}

.features .tab-pane.active {
    -webkit-animation: slide-down 0.5s ease-out;
    animation: slide-down 0.5s ease-out;
}

.features .tab-content {
    text-align: right;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
    transform: translateY(-5px);
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box-pink .icon i {
    color: #ff689b;
}

.services .icon-box-pink:hover {
    border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
    color: #3fcdc7;
}

.services .icon-box-cyan:hover {
    border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
    color: #41cf2e;
}

.services .icon-box-green:hover {
    border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
    color: #2282ff;
}

.services .icon-box-blue:hover {
    border-color: #2282ff;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #009cea;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 10%;
    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: #364146;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #364146;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #009cea;
    margin: 0 2px;
    font-size: 24px;
    display: inline-block;
    transition: 0.3s;
    background: #eaf8ff;
    border-radius: 50px;
    line-height: 0;
    padding: 6px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
    background: #009cea;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    bottom: calc(50% - 50px);
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/cta-bg.jpg") center center;
    background-size: cover;
    padding: 80px 0;
}

.cta h3 {
    color: #364146;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #576971;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #009cea;
}

.cta .cta-btn:hover {
    background: #008bd1;
}


/*@media screen and (min-width:1000px) and (max-width:1600px){
    #bluecolor_about h1 {
        text-align: left;
        font: normal normal 900 95px/20px Poppins;
        letter-spacing: 0px;
        margin-left: 100px;
        color: #54DB79;
        opacity: 1;
    }
    
    #bluecolor_about h2 {
        text-align: left;
        font: normal normal 900 100px/150px Poppins;
        letter-spacing: 0px;
        margin-right:10px;
        color: #4385F8;
        opacity: 1;
    }
}*/

@media (min-width:490px) and (max-width:700px) {
    #bluecolor_about h1 {
        font: normal normal 900 50px/40px Poppins;
        font-size: 50px;
        margin-left: 85px;
    }
    #bluecolor_about h2 {
        font: normal normal 900 50px/40px Poppins;
        font-size: 50px;
        margin-right: -300px;
    }
}

@media (min-width:700px) and (max-width:900px) {
    #bluecolor_about h1 {
        font: normal normal 900 50px/40px Poppins;
        font-size: 50px;
        margin-left: 265px;
    }
    #bluecolor_about h2 {
        font: normal normal 900 50px/40px Poppins;
        font-size: 50px;
        margin-right: 260px;
    }
}

@media (min-width:900px) and (max-width:1000px) {
    #bluecolor_about h1 {
        font: normal normal 900 70px/70px Poppins;
        font-size: 70px;
        /* margin-left: -150px; */
        margin-left: 70px;
    }
    #bluecolor_about h2 {
        font: normal normal 900 70px/40px Poppins;
        font-size: 70px;
        /* margin-left:300px; */
        margin-right: -300px;
    }
}

@media (min-width:1000px) and (max-width:1200px) {
    #bluecolor_about h1 {
        font-size: 90px;
        margin-left: 220px;
    }
    #bluecolor_about h2 {
        font-size: 90px;
        margin-right: -70px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    #bluecolor_about h1 {
        margin-left: -70px;
    }
    #bluecolor_about h2 {
        margin-left: 500px;
        margin-bottom: -30px;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    #bluecolor_about h1 {
        margin-left: 270px;
        /* margin-left: 100px; */
    }
    #bluecolor_about h2 {
        margin-right: 90px;
        margin-left: 300px;
    }
}

@media (min-width: 600px) and (max-width:800px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
        margin-left: 300px;
    }
    #bluecolor h2 {
        text-align: right;
        margin-right: 300px;
    }
}

@media (min-width:1500px) and (max-width:1800px) {
    #bluecolor_about h1 {
        margin-left: 120px;
        /* margin-left: 100px; */
    }
    #bluecolor_about h2 {
        /* margin-right:90px; */
        margin-left: 370px;
    }
}

@media (min-width: 600px) and (max-width:800px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
        margin-left: 300px;
    }
    #bluecolor h2 {
        text-align: right;
        margin-right: 300px;
    }
}

@media (min-width: 800px) and (max-width:1000px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
        margin-left: 300px;
    }
    #bluecolor h2 {
        text-align: right;
        margin-right: 300px;
    }
}

@media (min-width: 1000px) and (max-width:1150px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
        margin-left: 200px;
    }
    #bluecolor h2 {
        text-align: right;
        margin-right: 150px;
    }
}

@media (min-width: 1150px) and (max-width:1300px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
        margin-left: 300px;
    }
    #bluecolor h2 {
        text-align: right;
        margin-right: 300px;
    }
}

@media (min-width: 1300px) and (max-width:1500px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
        margin-left: 300px;
    }
    #bluecolor h2 {
        text-align: right;
        margin-right: 300px;
    }
}

@media (min-width: 1024px) and (max-width:1500px) {
    #bluecolor h1 {
        /* margin-left: 225px; */
        text-align: left;
    }
    /*#bluecolor_about h1 {
        margin-left: 50px;
        text-align: left;
        
    }*/
    #blueblackcolor h1 {
        margin-left: 225px;
        text-align: left;
    }
    /* #blackmagic h1 {
         margin-left: 225px; 
        text-align: left;
        margin-left: 100px;
    } */
}

@media (min-width: 1600px) and (max-width:1800px) {
    #blackmagic h1 {
        font: normal normal 900 122px/140px Poppins;
        margin-left: 43%;
        text-align: left;
    }
    #blackmagic h2 {
        font: normal normal 900 122px/165px Poppins;
        text-align: right;
        margin-right: 43%;
    }
}

@media (min-width: 1800px) and (max-width:2000px) {
    #blackmagic h2 {
        font: normal normal 900 122px/165px Poppins;
        text-align: right;
        margin-right: 43%;
    }
    #blackmagic h1 {
        font: normal normal 900 122px/140px Poppins;
        margin-left: 46%;
        text-align: left;
    }
}

@media (min-width: 1024px) and (max-width:1500px) {
    /* #bluecolor h2 {
        text-align: right;
    }
    #bluecolor_about h2 {
        text-align: right;
        margin-right: -80px;
    }
    #blueblackcolor h2 {
        text-align: right;
      }*/
    #blackmagic h2 {
        text-align: right;
        /* margin-right: 0px; */
    }
}

@media (min-width: 600px) and (max-width:800px) {
    #blueblackcolor h2 {
        font: normal normal 900 80px/100px Poppins;
        text-align: right;
        margin-left: -90px;
        margin-top: -60px;
    }
    #blueblackcolor h1 {
        font: normal normal 900 80px/100px Poppins;
        margin-left: 60px;
        text-align: left;
        margin-bottom: 60px;
    }
}

@media (min-width: 800px) and (max-width:1000px) {
    #blueblackcolor h2 {
        font: normal normal 900 80px/40px Poppins;
        text-align: right;
        margin-left: -25px;
    }
    #blueblackcolor h1 {
        font: normal normal 900 80px/40px Poppins;
        margin-left: 70px;
        text-align: left;
        margin-bottom: 30px;
    }
}

@media (min-width: 1000px) and (max-width:1050px) {
    #blueblackcolor h2 {
        text-align: right;
        margin-left: 100px;
        margin-top: -10px;
    }
    #blueblackcolor h1 {
        margin-left: 225px;
        text-align: left;
        /*margin-bottom:-20px;*/
    }
}

@media (min-width: 1050px) and (max-width:1300px) {
    #blueblackcolor h2 {
        text-align: right;
        margin-left: -100px;
        margin-bottom: 60px;
    }
    #blueblackcolor h1 {
        margin-left: 255px;
        text-align: left;
    }
}

@media (min-width: 1300px) and (max-width:1500px) {
    #blueblackcolor h2 {
        text-align: right;
        margin-left: -365px;
        margin-bottom: 80px;
    }
    #blueblackcolor h1 {
        margin-left: 300px;
        text-align: left;
    }
}

@media (min-width: 1000px) and (max-width:1200px) {
    #blackmagic h2 {
        font: normal normal 900 122px/160px Poppins;
        text-align: right;
        margin-right: 160px;
    }
    #blackmagic h1 {
        font: normal normal 900 122px/100px Poppins, black;
        margin-left: 230px;
        text-align: left;
    }
}

@media (min-width: 1200px) and (max-width:1400px) {
    #blackmagic h2 {
        font: normal normal 900 122px/165px Poppins;
        text-align: right;
        margin-right: 33%;
        /* margin-right: 38%; */
    }
    #blackmagic h1 {
        font: normal normal 900 122px/140px Poppins;
        margin-left: 40%;
        text-align: left;
    }
}

@media (min-width: 1400px) and (max-width:1600px) {
    #blackmagic h2 {
        font: normal normal 900 122px/165px Poppins;
        text-align: right;
        margin-right: 370px;
    }
    #blackmagic h1 {
        font: normal normal 900 122px/140px Poppins;
        margin-left: 400px;
        text-align: left;
    }
}

@media (min-width: 1024px) and (max-width:1700px) {
    .cta {
        background-attachment: fixed;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (min-width: 450px) and (max-width:800px) {
    #bluecolor h1 {
        font: normal normal 900 80px/40px Poppins;
        margin-left: 0px;
    }
    #bluecolor h2 {
        font: normal normal 900 80px/70px Poppins;
        margin-top: 70px;
        /* margin-right: 70px;*/
        margin-right: -200px;
    }
    /* #blueblackcolor h1 {
        font: normal normal 900 80px/40px Poppins;
        margin-left: 80px;
    }
    #blueblackcolor h2 {
        font: normal normal 900 80px/40px Poppins;
        margin-top: 70px;
        margin-right: 70px;
    }
    #bluecolor_about h1 {
        font: normal normal 900 50px/40px Poppins;
        font-size: 50px;
        margin-left: 200px;
    }
    #bluecolor_about h2 {
        font: normal normal 900 50px/40px Poppins;
        font-size: 50px;
        margin-right:-20px;
    }*/
    #blackmagic h1 {
        font: normal normal 900 70px/40px Poppins;
        font-size: 80px;
        margin-left: 150px;
    }
    #blackmagic h2 {
        font: normal normal 900 70px/106px Poppins;
        /* margin-top: 40px; */
        margin-right: 160px;
    }
    #brands_bluecolor h1 {
        font: normal normal 900 50px/40px Poppins;
        margin-left: 150px;
    }
    #brands_bluecolor h2 {
        font: normal normal 900 50px/40px Poppins;
        margin-right: 170px;
    }
    #brands_hero .hero-img {
        text-align: center;
        padding-top: 360px;
    }
}

@media (min-width:600px) and (max-width:800px) {
    #brands_bluecolor h1 {
        font: normal normal 900 60px/50px Poppins;
        margin-left: 200px;
    }
    #brands_bluecolor h2 {
        font: normal normal 900 60px/50px Poppins;
        margin-right: 200px;
    }
}

@media (min-width:600px) and (max-width:800px) {
    #brands_hero h1 {
        text-align: center;
    }
}

@media (min-width: 2000px) and (max-width:2500px) {
    #bluecolor h1 {
        text-align: left;
        font: normal normal 900 90px/70px Poppins;
        letter-spacing: 0px;
        color: #54DB79;
        margin-left: 30px;
        opacity: 1;
    }
    #bluecolor h2 {
        text-align: left;
        font: normal normal 900 90px/170px Poppins;
        letter-spacing: 0px;
        color: #4385F8;
        opacity: 1;
        margin-right: -30px;
    }
    #blueblackcolor h1 {
        font: normal normal 900 90px/70px Poppins;
        margin-left: 90px;
    }
    #blueblackcolor h2 {
        font: normal normal 900 90px/100px Poppins;
        margin-right: 90px;
    }
    #bluecolor_about h1 {
        font: normal normal 900 122px/100px Poppins;
        font-size: 122px;
        margin-left: 160px;
    }
    #bluecolor_about h2 {
        font: normal normal 900 122px/90px Poppins;
        font-size: 122px;
        margin-right: 320px;
    }
    #blackmagic h1 {
        font: normal normal 900 122px/100px Poppins;
        margin-left: 48%;
    }
    #blackmagic h2 {
        font: normal normal 900 122px/160px Poppins;
        margin-right: 48%;
        margin-top: 2%;
    }
    #brands_bluecolor h1 {
        font: normal normal 900 100px/10px Poppins;
        margin-left: -100px;
    }
    #brands_bluecolor h2 {
        font: normal normal 900 100px/150px Poppins;
        margin-right: -100px;
    }
    #brands_hero .hero-img {
        text-align: center;
        padding-top: 360px;
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    #brands_bluecolor h1 {
        font: normal normal 900 100px/10px Poppins;
        /*margin-left: -50px;*/
        margin-left: -100px;
    }
    #brands_bluecolor h2 {
        font: normal normal 900 100px/150px Poppins;
        /* margin-right: 20px;*/
        margin-right: -100px;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    #brands_bluecolor h1 {
        font: normal normal 900 100px/10px Poppins;
        margin-left: -66px;
    }
    #brands_bluecolor h2 {
        font: normal normal 900 100px/150px Poppins;
        /* margin-right: 20px;*/
        margin-right: -100px;
    }
}

@media (max-width: 490px) {
    #bluecolor h1 {
        text-align: left;
        font: normal normal 900 50px/10px Poppins;
        letter-spacing: 0px;
        color: #54DB79;
        margin-left: 30px;
        opacity: 1;
    }
    #bluecolor h2 {
        text-align: left;
        font: normal normal 900 50px/8px Poppins;
        letter-spacing: 0px;
        color: #4385F8;
        opacity: 1;
        margin-right: -30px;
    }
    #blueblackcolor h1 {
        font: normal normal 900 40px/40px Poppins;
        margin-left: 90px;
    }
    #blueblackcolor h2 {
        font: normal normal 900 40px/80px Poppins;
        margin-right: 75px;
    }
    #bluecolor_about h1 {
        font: normal normal 900 40px/40px Poppins;
        font-size: 40px;
        margin-right: -490px;
    }
    #bluecolor_about h2 {
        font: normal normal 900 40px/40px Poppins;
        font-size: 40px;
        margin-left: -260px;
    }
    #blackmagic h1 {
        font: normal normal 900 40px/40px Poppins;
        font-size: 40px;
        margin-left: 46%;
        /* -webkit-transform: translate(-60%, 15%); 
        transform: translate(-60%, 15%);*/
    }
    #blackmagic h2 {
        font: normal normal 900 40px/56px Poppins;
        font-size: 40px;
        margin-right: 27%;
        /* -webkit-transform: translate(60%,-15%); 
        transform: translate(60%, -15%);*/
    }
    #brands_bluecolor h1 {
        font: normal normal 900 40px/40px Poppins;
        margin-left: 60px;
    }
    #brands_bluecolor h2 {
        font: normal normal 900 40px/40px Poppins;
        margin-right: 60px;
    }
    #brands_hero .hero-img {
        text-align: center;
        padding-top: 100px;
        padding-right: 5%;
    }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #d8dee1;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #f4f6f7;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #009cea !important;
}

@media screen and (min-width: 500px) and (max-width:800px) {
    #testimonials .testimonials-list .slick-dots {
        bottom: -20px;
        text-align: center;
        margin-top: -40px;
        margin-right: 150px;
    }
}

@media (max-width: 767px) {
    .testimonials {
        margin: 10px 10px;
    }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    background: url("../img/team-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

.team::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9;
}

.team .container {
    position: relative;
    z-index: 10;
}

.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.team .member .pic {
    overflow: hidden;
}

.team .member .member-info {
    position: absolute;
    top: 85%;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 0;
    color: #364146;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    max-height: 95px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
    max-height: 300px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #364146;
    position: relative;
    padding-bottom: 10px;
}

.team .member h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #b5c1c6;
    bottom: 0;
    left: calc(50% - 25px);
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member .social {
    margin-top: 15px;
}

.team .member .social a {
    transition: color 0.3s;
    color: #627680;
}

.team .member .social a:hover {
    color: #009cea;
}

.team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

@media (max-width: 992px) {
    .team .member {
        margin-bottom: 110px;
    }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .clients-wrap {
    border-top: 1px solid #eceff0;
    border-left: 1px solid #eceff0;
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eceff0;
    border-bottom: 1px solid #eceff0;
    overflow: hidden;
    background: #fff;
    height: 120px;
    padding: 40px;
}

.clients .client-logo img {
    max-width: 50%;
    filter: grayscale(100);
}

.clients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
}

.clients img {
    transition: all 0.4s ease-in-out;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: 2px solid #e9ecee;
}

.pricing h3 {
    font-weight: 400;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}

.pricing h4 {
    font-size: 36px;
    color: #009cea;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #009cea;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    padding: 20px 15px;
    text-align: center;
}

.pricing .btn-buy {
    background: #009cea;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing .featured {
    background: #009cea;
    border-color: #009cea;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
    color: #fff;
}

.pricing .featured .btn-buy {
    background: #fff;
    color: #009cea;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #009cea;
    color: #fff;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.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-family: #009cea;
    font-size: 18px;
    font-weight: 500;
}

.faq .faq-list i {
    font-size: 18px;
    position: absolute;
    left: -25px;
    top: 6px;
}

.faq .faq-list p {
    margin-bottom: 20px;
    font-size: 15px;
}

.faq .faq-list a.collapse {
    color: #009cea;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #009cea;
}

.faq .faq-list a.collapsed i::before {
    content: "\eab2" !important;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
    padding: 30px;
    background: #fff;
    width: 100%;
    border: 2px solid #e9ecee;
    border-radius: 4px;
}

.contact .info i {
    font-size: 20px;
    color: #009cea;
    float: left;
    width: 44px;
    height: 44px;
    background: #f2f4f5;
    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: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #364146;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #627680;
}

.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 .info .social-links a:hover {
    background: #009cea;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #009cea;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    border: 2px solid #e9ecee;
    border-radius: 4px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.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 textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #009cea;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #1eb4ff;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background: #f4f6f7;
    min-height: 40px;
    margin-top: 70px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 600;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4c5c63;
    content: "/";
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #009cea !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}


/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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;
    /* max-height: 550px; */
}

.slick-slide.slick-loading img {
    display: none !important;
}

#testimonials .testimonials-list .testimonial-left-handle {
    display: none !important;
}

.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;
}


/* #testimonials {
    background-color: #f1f1f1;
} */

#testimonials #dev-snippet-title {
    margin-top: 0px;
    padding-top: 30px;
}

#testimonials .testimonials-list {
    margin-top: 20px;
    margin-bottom: 70px;
    /* Slider css */
}

#testimonials .testimonials-list .single-testimonial {
    -webkit-transition: all 0.25s;
    /* border: 1px solid #E0E0E0;
    border-radius: 10px;
    background-color: white; */
    margin: 15px;
    /* background: #4385F81A 0% 0% no-repeat padding-box;
    border-radius: 0px 130px 0px 0px;
    opacity: 1; */
}

.padding_zero {
    padding: 0;
}

#testcontent {
    padding: 0px 40px;
}


/*@media (min-width:1400px){
    #testcontent {
        padding: 5px 220px;
    }
}
@media (min-width:2300px){
    #testcontent {
        padding: 15px 320px;
    }
}*/

#testcontent h3 {
    text-align: left;
    padding-top: 6%;
    font: normal normal 22px/40px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    opacity: 1;
}

#testcontent h2 {
    text-align: left;
    font: normal normal bold 30px/38px Poppins;
    letter-spacing: 0px;
    color: #0b3044;
    opacity: 1;
    padding-top: 8%;
}

#testcontent p {
    text-align: left;
    font: normal normal normal 20px/30px Poppins;
    letter-spacing: 0px;
    padding-top: 6%;
    color: #688B9B;
    opacity: 1;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder {
    /* padding: 25px 15px; */
    /* padding-bottom: 0px; */
    background: #4385F81A 0% 0% no-repeat padding-box;
    border-radius: 0px 130px 0px 0px;
    opacity: 1;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
    font-size: 18px;
    text-align: center;
    position: relative;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content .testimonial-caret {
    position: absolute;
    bottom: -46px;
    font-size: 32px;
    color: white;
    left: 40px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
    margin-top: 20px;
    clear: both;
    background-color: #82bd61;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 40px;
    text-align: center;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image {
    float: left;
    min-width: 50px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image img {
    height: 50px;
    border-radius: 100%;
    border: 2px solid white;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
    float: left;
    font-weight: bold;
    color: white;
    margin-left: 15px;
    text-align: left;
    font-size: 18px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name a {
    color: #404040;
    font-size: 16px;
}

#testimonials .testimonials-list .testimonial-left-handle {
    position: absolute;
    z-index: 100;
    top: 40%;
    left: -3%;
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
}

#testimonials .testimonials-list .testimonial-left-handle:hover {
    color: #82BD61;
}

#testimonials .testimonials-list .testimonial-right-handle {
    position: absolute;
    z-index: 100;
    top: 40%;
    right: -4%;
    cursor: pointer;
    padding: 20px;
    background-color: #fff;
    border-radius: 50px;
}


/* @media screen and (min-width:700px){
    #testimonials .testimonials-list .slick-dots{
       display: none;
    }
    #testimonials .testimonials-list .slick-dots li {
        list-style-type: none;
        display: none;
    }
    #testimonials .testimonials-list .slick-dots li button {
        background-color: grey;
        border-radius: 50%;
        color: #4385F8;
        height: 24px;
        width: 24px;
        border: 0;
        outline: none;
        margin: 0px 3px;
        background: #4385F8 0% 0% no-repeat padding-box;
        opacity: 0.2;
        display: none;
    }
     
    #testimonials .testimonials-list .slick-dots li.slick-active button {
         background-color: white; 
         color: #4385F8;
        border: 3px solid grey; 
        background: #4385F8 0% 0% no-repeat padding-box;
        opacity: 1;
         display: none; 
    }
}*/

@media screen and (max-width: 1200px) and (min-width:600px) {
    #testimonials .testimonials-list .slick-dots {
        /* bottom: -20px; */
        text-align: center;
        margin-top: 0px;
        margin-right: 50px;
        margin-top: -48;
    }
}

@media screen and (max-width: 1800px) and (min-width:1200px) {
    #testimonials .testimonials-list .slick-dots {
        /* bottom: -20px; */
        text-align: center;
        margin-top: 0px;
        margin-right: 50px;
        margin-top: -48px;
    }
}

@media screen and (min-width:320px) and (max-width:600px) {
    #testimonials .testimonials-list .testimonial-right-handle .img-fluid {
        display: none;
    }
}

#testimonials .testimonials-list .testimonial-right-handle:hover {
    color: #82BD61;
}


/* #testimonials .testimonials-list .slick-dots {
    bottom: -20px;
    text-align: center;
    margin-top: 0px;
    margin-right: 50px;
    margin-top: -48px;
} */

#testimonials .testimonials-list .slick-dots {
    bottom: -20px;
    text-align: center;
    margin-top: 1px;
    /* margin-right: 21%; */
    /* margin-top: 7px; */
}

#testimonials .testimonials-list .slick-dots li {
    list-style-type: none;
    display: inline-block;
}

#testimonials .testimonials-list .slick-dots li button {
    background-color: grey;
    border-radius: 50%;
    color: #4385F8;
    height: 18px;
    width: 18px;
    border: 0;
    outline: none;
    margin: 0px 3px;
    background: #4385F8 0% 0% no-repeat padding-box;
    opacity: 0.2;
}

#testimonials .testimonials-list .slick-dots li.slick-active button {
    /* background-color: white; */
    /* color: #4385F8;
    border: 3px solid grey; */
    background: #4385F8 0% 0% no-repeat padding-box;
    opacity: 1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background-color: #0a2f44;
    /* padding: 0 0 30px 0; */
    color: #ffffff;
    font-size: 14px;
    /* background-image: url("../img/animation/pattern\ \(footer\)\ blue.gif");*/
    background-repeat: no-repeat;
    background-position: left top;
}

#footer .footer-top {
    /* background: #fff; */
    padding: 30px 0 30px 0;
    /* margin-top:130px; */
    /* border-top: 2px solid #e9ecee;
    border-bottom: 2px solid #e9ecee; */
    /* width: 100%; */
    /*background-image: url("../img/animation/pattern\ \(footer\)\ blue.gif");*/
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: left top;
    /* margin-top: 70px; */
    /* padding: 60px 0; */
    background-color: #0a2f44;
}

#footer .footer-top .footer-info img {
    padding-right: 5px;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0;
    /* font-family: "Raleway", sans-serif; */
    color: #576971;
    text-align: left;
    font: normal normal normal Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #e9ecee;
    color: #8a9ca5;
    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: #009cea;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    position: relative;
    padding-bottom: 23px;
    text-align: left;
    font: normal normal medium 22px/98px Poppins;
    letter-spacing: 0px;
    color: #F0F7CA;
    font-size: 22px;
    opacity: 1;
}

#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: #009cea;
    font-size: 18px;
    line-height: 1;
    margin-left: -5px;
    display: none;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    /* color: #576971; */
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-align: left;
    font: normal normal normal Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
}

#contactform textarea {
    text-align: left;
    font: normal normal normal 18px/25px Poppins;
    letter-spacing: 0px;
    color: #688B9B;
    padding-top: 30px !important;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #688B9B;
    outline: none;
    width: 100%;
    background-color: #0000;
}

#contactform input {
    text-align: left;
    font: normal normal normal 18px/70px Poppins;
    letter-spacing: 0px;
    color: #688B9B;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #688B9B;
    outline: none;
    width: 100%;
    background-color: #0000;
}

div#contactformdiv {
    padding: 10px 30px;
}

#emailid {
    text-align: left;
    font: normal normal normal 18px/50px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 18px;
    opacity: 1;
    border: none;
    border-bottom: 2px solid #f0f7ca;
    outline: none;
    width: 100%;
    background-color: #0000;
}

#messageid {
    text-align: left;
    font: normal normal normal 18px/50px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 18px;
    opacity: 1;
    border: none;
    border-bottom: 2px solid #f0f7ca;
    outline: none;
    width: 100%;
    background-color: #0000;
}

#contactform textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0b3044;
    opacity: 1;
    /* Firefox */
}

#contactform textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0b3044;
}

#contactform textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0b3044;
}

#contactform input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0b3044;
    opacity: 1;
    /* Firefox */
}

#contactform input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0b3044;
}

#contactform input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0b3044;
}

#emailid::placeholder,
#messageid::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#emailid:-ms-input-placeholder,
#messageid:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255, 255, 255);
}

#emailid::-ms-input-placeholder,
#messageid::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255, 255, 255);
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
    color: #fff;
}

#submitbutton_contact {
    border: 2px solid #F0F7CA;
    border-radius: 0px 29px 29px 29px;
    opacity: 1;
    color: #fff;
    float: left;
    margin-top: 15px;
    padding: 5px 30px;
}

#submitbutton {
    border: 2px solid #F0F7CA;
    border-radius: 0px 29px 29px 29px;
    opacity: 1;
    color: #fff;
    float: right;
    margin-top: 35px;
    padding: 5px 30px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #009cea;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e3e7e9;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #009cea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #007ab7;
}

#footer .copyright {
    text-align: left;
    padding-top: 30px;
    font-size: 12px;
}

#footer .credits {
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #364146;
}

@media screen and (min-width:2000px) {
    .slidemove1 {
        margin-left: 28%;
    }
}

@media screen and (min-width:2000px) {
    .slidemove2 {
        margin-left: -26%;
    }
}

@media screen and (min-width:700px) and (max-width:1000px) {
    .slidemove1 {
        margin-left: -25%;
    }
}

@media screen and (min-width:700px) and (max-width:1000px) {
    .slidemove2 {
        margin-left: 25%;
    }
}

@media screen and (min-width:341px) and (max-width:600px) {
    .slidemove1 {
        margin-left: -65%;
    }
}

@media screen and (min-width:341px) and (max-width:600px) {
    .slidemove2 {
        margin-left: 55%;
    }
}

.emails {
    margin-top: -8%;
}

.ourbrands_align {
    margin-left: 1%;
    margin-bottom: 6%;
}