/*GENERAL RULES*/
body {

    font-size: 18px;
    margin: 0;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 60px 20px;
}

p {
    font-size: 18px;
    font-family: "Raleway", Sans-serif;
}

.bg-grey {
    color: #111;
    background-color: #f6f6f6;
}

.font-16 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.change-case {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.my-button {
    font-size: 20px;
    padding: 5px 10px;
    background-color: #016dff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.my-button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.81);
    background-color: #004cb4;
}




/*NAV RULE*/
.navbar-custom {
    background-color: #313131;
    border-radius: 0;
    height: 60px;
}

.navbar-custom .navbar-nav .myDrop {
    background-color: #000000;
    border-radius: 0;
}

/*
.myDrop {
    background-color: #838383;
    border-radius: 0;
}
*/

.navbar-custom .navbar-nav > li {}

.navbar-custom .navbar-nav > li.active {
    background-color: #33aa33;
}

.navbar-custom .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    height: 60px;
    /*for hover color to take full height of nav bar*/
}

.navbar-custom .myDrop > li > a {
    font-size: 16px;
    color: #fff;
}



.navbar-custom .navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #4d4b4b;
}

.navbar-custom .navbar-nav .myDrop > li.active-drop {
    background-color: #33aa33;
}

.navbar-custom .navbar-nav .myDrop > li > a:hover {
    text-decoration: none;
    background-color: #4d4b4b;
}

.navbar-custom .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.slogan {
    padding-right: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.navbar-custom .navbar-brand:hover {
    color: #33aa33;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.the-nav {
    padding: 0 10px 0 10px;
}


@media screen and (max-width: 764px) {
    .nav-links {
        background-color: rgba(92, 88, 88, 0.99);
    }

    .navbar-custom .navbar-nav > li > a {
        height: 50px;
        /*for hover color to take full height of nav bar*/
    }
}



/*MENU ICON*/
.container-icon {
    display: inline-block;
    cursor: pointer;
    float: right;
    padding: 10px 20px 0 0;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}


.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/*MENU ICON RESPONSIVE*/
@media screen and (min-width: 768px) {
    .container-icon {
        display: none;
    }
}





/*CAROUSEL RULE*/
.carousel-container {
    margin: 0;
    padding: 60px 0 0 0;
}

.carousel-control {
    height: 0;
    top: 50%;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    color: #fff;
}

.carousel-indicators li {
    border-color: #f4511e;
}

.carousel-indicators li.active {
    background-color: #f4511e;
}

.carousel-text-container {
    background-color: rgba(8, 54, 245, 0.73);
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 20px;
}

.carousel-text-container p {
    font-size: 40px;
    font-family: Sans-serif;
    color: #fff;
    text-shadow: 2px 2px 8px #111;
}

.carousel-text-container button {
    font-size: 35px;
    padding: 0 20px;
    background-color: #ff0000;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.carousel-text-container button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.carousel-text-container button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.carousel-text-container button:hover span {
    padding-right: 25px;
}

.carousel-text-container button:hover span:after {
    opacity: 1;
    right: 0;
    color: white;
}

.carousel-text-container button:hover {
    background-color: #f4511e;
}


/*CAROUSEL TEXT RESPONSIVE*/
@media screen and (max-width: 764px) {
    .carousel-text-container {
        height: 70px;
        padding: 0px;
        overflow: auto;
    }

    .carousel-text-container button {
        font-size: 21px;
        margin: 0;
    }

    .carousel-text-container p {
        font-size: 21px;
        margin-bottom: 0;
    }
}






/*WELCOME SECTION*/
.welcome-container {
    padding: 20px 80px;
}

.welcome-container p {
    font-family: "Raleway", Sans-serif;
    line-height: 1.7em;
    text-align: left;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}

.welcome-container span {
    color: #e0a176;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}


.divider {
    margin-top: 15px;
}

.divider .line1 {
    width: 50px;
}

.divider .line2 {
    width: 200px;
}

.divider .line1,
.divider .line2 {
    height: 1px;
    background-color: #deaa86;
    margin: 3px auto;
}

.divider > hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.divider > hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

@media screen and (max-width: 764px) {
    .welcome-container > h1 {
        font-size: 28px;
    }

    .welcome-container {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 414px) {
    .welcome-container > h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 375px) {
    .welcome-container > h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 360px) {
    .welcome-container > h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 320px) {
    .welcome-container > h1 {
        font-size: 23px;
    }
}







/*SERVICES RULE*/

.service-links {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/web9.jpg);
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}


.service-links a {
    text-decoration: none;
    display: inline-block;
}

.service-icons {
    color: #f4511e;
    font-size: 50px;
    -webkit-transition: 0.6s linear;
    -moz-transition: 0.6s linear;
    transition: 1s linear;
}


.service-icons:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
}

.service-h4 {
    color: #fff;
    font-weight: bold;
}

.service-h4:hover,
a:hover {
    color: #f4511e;
    transition: 0.3s linear;
}





/*MARKETING RULE*/
@media screen and (max-width: 764px) {
    .cctv-container img {
        width: 100%;
    }

    .ad-button-container {
        text-align: center;
    }

    .led-h1 {
        font-size: 33px;
    }
}





/*PORTFOLIO RULE*/
.portfolio-img-container {
    margin-bottom: 20px;
}

.portfolio-row img {
    width: 100%;
}

.portfolio-address {
    background-color: #f5f5f5;
    margin-top: -20px;
    padding: 30px 10px 5px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    color: #111;
}


.portfolio-row button {
    font-size: 25px;
    background-color: #0080ff;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.portfolio-row button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.81);
}






/*CUSTOMER TESTIMONIES RULE*/
.customer-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.customer-testimony-container {
    padding: 40px 0 0 0;
}

.item h4 {
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0 50px 0;
}

.item span {
    font-style: normal;
}











/*ALL COURSES PAGE RULE*/
.courses-card {
    padding: 20px;
    text-align: center;
    color: #111;
}


.courses-card .course-card-details {
    background-color: #f5f5f5;
    margin-top: -20px;
    padding: 20px;
}

.courses-card .course-card-details button {
    width: 100%;
    font-size: 25px;
    background-color: #0467c9;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.courses-card .course-card-details button:hover {
    width: 100%;
    background-color: #afacac;
    color: #111;
}

.card-img {
    height: 280px;
}









/*WEBSITE COURSES PAGE*/
.web-details {
    margin-bottom: 40px;
}

.course p {
    color: #111;
    font-size: 18px;
    font-family: "Raleway", Sans-serif;
    line-height: 1.7em;
    text-align: justify;
}

.course h3 {
    height: 40px;
    background-color: #0093ff;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.course h4 {
    margin-bottom: 4px;
    font-weight: bold;
}


.course .course-list {
    line-height: 30px;
    color: #111;
    list-style: disc;
}

.course-list li {
    list-style: disc;
}

.course .account-details {
    padding-left: 20px;
}

.img-side {
    padding-top: 20px;
}

.img-side img {
    width: 100%;
}



/*ACCORDION*/
.info-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin-top: 10px;
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    transition: 0.4s;
}

.acc-active,
.info-accordion:hover {
    background-color: #ccc;
}

.info-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.acc-active:after {
    content: "\2212";
}

.details {
    margin: 0 5px 0 5px;
    margin-top: -5px;
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 2px solid #111;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
}

.details p {
    padding: 15px 0 0 0;
}

.details .bold {
    font-weight: bold;
}









/*ABOUT US RULE*/
.about-content p {
    font-size: 18px;
    font-family: "Raleway", Sans-serif;
    line-height: 1.7em;
    color: #111;
    text-align: justify;
}

.about-img-container {
    margin: 0;
    padding: 0;
}

.about-img-container img {
    width: 100%;
}

@media screen and (max-width: 764px) {
    .values-content h2 {
        text-align: center;
    }
}







/*CONTACT US RULE*/
.contact-img-container img {
    width: 100%;
}

.contact-h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0;
}

.contact-info p {
    color: #111;
}

.glyph-icon {
    color: #f4511e;
    font-size: 20px;
}

.form-success {
    background-color: green;
    padding: 20px;
    color: #fff;
}












/*PRODUCT PAGE RULE*/
.product-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/led-banner.jpg);
    height: 600px;
    /*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 100px 0 0 60px;
}

.product-banner h1 {
    font-family: "Raleway", Sans-serif;
    color: #ffd400;
    font-size: 50px;
    font-weight: 600;

}

.product-banner h2 {
    font-family: "Raleway", Sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 500;

}

.product-banner p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 600px 0 0;
}

.product-banner button {
    font-size: 30px;
    padding: 0 20px;
    background-color: #ff0000;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.product-banner button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.product-banner button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.product-banner button:hover span {
    padding-right: 25px;
}

.product-banner button:hover span:after {
    opacity: 1;
    right: 0;
    color: white;
}

.product-banner button:hover {
    background-color: #f4511e;
}

.product-container {
    margin-top: 20px;
}

.place-order {
    padding: 10px;
    background-color: #e5e5e5;
}

.product-row img {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.product-row .product-details {
    background-color: #f5f5f5;
    margin-top: -20px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.checked {
    color: orange;
}

.price {
    font-size: 18px;
    font-weight: bold;
}

.icon {
    color: #0391fa;
}

.product-intro {
    color: #111;
    line-height: 1.7em;
    text-align: justify;
    font-size: 18px;
}

.product-row button {
    font-size: 20px;
    background-color: #0080ff;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.product-row button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.81);
}



/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}





@media screen and (max-width: 762px) {
    .product-banner {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/led-banner.jpg);
        height: 450px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px 20px 0 20px;
    }

    .product-banner h1 {
        font-size: 35px;
        font-weight: 600;

    }

    .product-banner h2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .web-content .web-head h1 {
        font-size: 35px;
    }

    .product-banner p {
        font-size: 19px;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0;
    }

    .product-banner button {
        font-size: 25px;
    }
}



/*REMOVE HR FOR BIG SCREENS*/
@media screen and (min-width: 770px) {
    .product-row > hr {
        display: none;
    }
}












/*GALLERY SLIDER ADDITIONAL RULE*/
.gallery-container {
    background-color: #2e3136;
}

.gallery-container h1 {
    color: #fff;
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.demo .item {
    margin-bottom: 60px;
}

.content-slider li {
    background-color: #ed3020;
    text-align: center;
    color: #FFF;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}

.demo {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.demo img {
    width: 100%;
}

@media screen and (max-width: 762px) {
    .demo {
        width: 100%;
    }
}



/*WEBSITE PAGE RULE*/
.website-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/website4.jpg);
    height: 600px;
    /*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 100px 0 0 60px;
}

.website-banner h1 {
    font-family: "Raleway", Sans-serif;
    color: #ffd400;
    font-size: 50px;
    font-weight: 600;

}

.website-banner h2 {
    font-family: "Raleway", Sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 500;

}

.website-banner p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 600px 0 0;
}

.website-banner button {
    font-size: 30px;
    padding: 0 20px;
    background-color: #ff0000;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.website-banner button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.website-banner button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.website-banner button:hover span {
    padding-right: 25px;
}

.website-banner button:hover span:after {
    opacity: 1;
    right: 0;
    color: white;
}

.website-banner button:hover {
    background-color: #f4511e;
}


.web-content .web-head {
    padding: 0;
}

.web-content .web-head h1 {
    font-weight: bold;
}

.web-content .web-message {
    padding-top: 30px;
    color: #111;
    line-height: 1.7em;
    text-align: justify;
    font-size: 19px;
}


.web-pics {
    padding-top: 30px;
}

.quote {
    padding-top: 50px;
}


.web-types {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/web8.jpg);
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.right-message,
.left-message {
    padding: 50px;
}

.web-types .right-message h4 {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-weight: bold;
}

.web-types .right-message hr {
    border-top: 1px solid #ffd400;
}

.web-types .left-message h1 {
    font-weight: bold;
}

.web-types .left-message p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
}



.ready {
    background-color: #ffd400;
    text-align: center;
    padding: 15px;
}

.ready h1 {
    color: #000;
    font-size: 50px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}

@media screen and (max-width: 762px) {
    .website-banner {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/website3.jpg);
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px 20px 0 20px;
    }

    .website-banner h1 {
        font-size: 35px;
        font-weight: 600;

    }

    .website-banner h2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .web-content .web-head h1 {
        font-size: 35px;
    }

    .website-banner p {
        font-size: 19px;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0;
    }

    .website-banner button {
        font-size: 25px;
    }

    .right-message,
    .left-message {
        padding: 10px;
    }

    .web-types .left-message h1 {
        font-size: 30px;
    }

}



/*LOGO PAGE RULE*/
.logo-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url(../img/logo-banner.jpg);
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    margin-top: 60px;
    padding: 100px 0 0 60px;
}

.logo-banner h1 {
    font-family: "Raleway", Sans-serif;
    color: #ffd400;
    font-size: 50px;
    font-weight: 600;

}

.logo-banner h2 {
    font-family: "Raleway", Sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 500;

}

.logo-banner p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 600px 0 0;
}

.logo-banner button {
    font-size: 30px;
    padding: 0 20px;
    background-color: #ff0000;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.logo-banner button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.logo-banner button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.logo-banner button:hover span {
    padding-right: 25px;
}

.logo-banner button:hover span:after {
    opacity: 1;
    right: 0;
    color: white;
}

.logo-banner button:hover {
    background-color: #f4511e;
}


.logo-types {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/logo-banner.jpg);
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 60px;
}


.logo-types .right-message h4 {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-weight: bold;
}

.logo-types .right-message hr {
    border-top: 1px solid #ffd400;
}

.logo-types .left-message h1 {
    font-weight: bold;
}

.logo-types .left-message p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
}


.logo-form .logo-pics img {
    margin-top: 50px;
}

.logo-process {
    color: #111;
}

.logo-process h2 {}

.logo-icons {
    color: #f4511e;
    font-size: 50px;
    -webkit-transition: 0.6s linear;
    -moz-transition: 0.6s linear;
    transition: 1s linear;
}


.logo-icons:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
}

.logo-h4 {
    color: #111;
    font-weight: bold;
}







@media screen and (max-width: 762px) {
    .logo-banner {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url(../img/logo-design3.jpg);
        height: 500px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px 20px 0 20px;
        background-position: center;
    }

    .logo-banner h1 {
        font-size: 35px;
        font-weight: 600;

    }

    .logo-banner h2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .logo-banner p {
        font-size: 19px;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0;
    }

    .logo-banner button {
        font-size: 25px;
    }

    .logo-content .logo-head h1 {
        font-size: 33px;
    }

    .logo-types .left-message h1 {
        font-size: 30px;
    }

    .logo-form .logo-pics img {
        margin-top: 0;
    }

    .logo-types {
        margin-bottom: 0;
    }

}




/*DIGITAL MARKETING PAGE RULE*/
.marketing-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/marketing1.jpg);
    height: 600px;
    /*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    margin-top: 60px;
    padding: 100px 0 0 60px;
    background-size: cover;
}

.marketing-banner h1 {
    font-family: "Raleway", Sans-serif;
    color: #ffd400;
    font-size: 50px;
    font-weight: 600;

}

.marketing-banner h2 {
    font-family: "Raleway", Sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 500;

}

.marketing-banner p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0 600px 0 0;
}

.marketing-banner button {
    font-size: 30px;
    padding: 0 20px;
    background-color: #ff0000;
    color: white;
    display: inline-block;
    border: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.marketing-banner button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.marketing-banner button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.marketing-banner button:hover span {
    padding-right: 25px;
}

.marketing-banner button:hover span:after {
    opacity: 1;
    right: 0;
    color: white;
}

.marketing-banner button:hover {
    background-color: #f4511e;
}


.marketing-content .marketing-head {
    padding: 0;
}

.marketing-content .marketing-head h1 {
    font-weight: bold;
}

.marketing-content .marketing-message {
    padding-top: 30px;
    color: #111;
    line-height: 1.7em;
    text-align: justify;
    font-size: 19px;
}


.marketing-pics {
    padding-top: 30px;
}

.marketing-types {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/marketing5.jpg);
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.right-message,
.left-message {
    padding: 50px;
}

.marketing-types .right-message h4 {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-weight: bold;
}

.marketing-types .right-message hr {
    border-top: 1px solid #ffd400;
}

.marketing-types .left-message h1 {
    font-weight: bold;
}

.marketing-types .left-message p {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
}

.marketing-form .marketing-pics img {
    margin-top: 20px;
}


.portfolio-row .ads {
    margin-top: 50px;
}

.portfolio-row .ad-button {
    font-size: 20px;
    background-color: #ff3d00;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}




@media screen and (max-width: 762px) {
    .marketing-banner {
        height: 500px;
        padding: 20px 20px 0 20px;
        background-position: center;
    }

    .marketing-banner h1 {
        font-size: 35px;
        font-weight: 600;

    }

    .marketing-banner h2 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .marketing-content .marketing-head h1 {
        font-size: 30px;
    }

    .marketing-banner p {
        font-size: 19px;
        font-weight: 400;
        line-height: 1.5em;
        padding: 0;
    }

    .marketing-banner button {
        font-size: 25px;
    }

    .right-message,
    .left-message {
        padding: 10px;
    }

    .marketing-types .left-message h1 {
        font-size: 30px;
    }

    .marketing-form .marketing-pics img {
        margin-top: 0;
    }

    .portfolio-row .ads {
        margin-top: 20px;
    }

}





/*SCROLL UP BUTTON RULE*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(108, 255, 0, 0.66);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}






/*FOOTER RULE*/
.footer-container {
    margin: 0;
    padding: 40px 30px 10px 30px;
    background-color: #262626;
    overflow: hidden;
    color: white;
}


.footer-links ul {
    padding-left: 0;
}

.footer-links ul li {
    display: block;
    list-style: none;
}

.footer-links ul li a {
    font-size: 16px;
    color: #f4511e;
    line-height: 30px;
    text-decoration: none;
}

.footer-links ul li a:hover {
    color: #fff;
}


.footer-contact {
    margin-left: 0px;
}

.footer-contact h3 {
    padding: 0 0 10px 0;
    margin: 0;
}

.footer-sm ul {
    float: right;
}

.footer-sm ul li {
    display: block;
    list-style: none;
    line-height: 60px;
}

.footer-copy {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}


/*FOOTER RESPONSIVE*/
@media screen and (max-width: 762px) {
    .footer-links ul li {
        display: inline-block;
        padding-right: 10px;
    }

    .footer-sm ul {
        float: none;
        display: inline-block;
        padding-left: 0;
    }

    .footer-sm ul li {
        display: inline-block;
        padding-right: 20px;
    }
}


/*WHATSAPP API*/
.w-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 25px;
    border-radius: 50px;
    z-index: 100;
}


.w-float img {
    animation-name: example;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
/*    animation-delay: 5s;*/
}


.my-float {
    margin-top: 16px;
}

@keyframes example {
    20%, 100% {
        transform: scale(1.05, 1.05);
    }
}


/*LED AD STYLE*/
.led-banner {
    margin-top: 0;
}

.features {
    color: red;
    padding: 0 40px;
}

.features li {
    list-style-type: circle; 
}


/* WHATSAPP SECTION */
#whatsapp-section {
    background-color: #ffd400;
    text-align: center;
    padding: 20px 15px 40px 15px;
    color: black;
}

#whatsapp-section h3 {
    font-size: 40px;
}

#whatsapp-section p {
    font-size: 25px;
    margin-bottom: 20px;
    color: #fe0059;
    font-weight: 500;
}

#whatsapp-section a {
    color: white;
    padding: 10px 20px;
    background-color: #2ab318;
    border-radius: 20px;
    text-decoration: none;
}

#whatsapp-section a:hover {
    color: white;
    background-color: #1fe704;
}

@media screen and (max-width: 762px) {
    #whatsapp-section h3 {
        font-size: 30px;
    }
    
    #whatsapp-section p {
        font-size: 20px;
    }
}

