@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

body {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    font-family: 'Oswald', sans-serif;
}

.top-menu {
    background: #572c96;
    padding: 15px 0;
    /*border-bottom: 1px solid #000;*/
}

    .top-menu.fixed-header {
        position: fixed;
        width: 100%;
        z-index: 999;
        box-shadow: 0 0 25px -1px #000;
    }

.container {
    width: 1170px;
    display: block;
    margin: 0 auto;
}

.menu-container {
    width: 96%;
    display: block;
    margin: 0 auto;
}

.logo-left img {
    display: block;
    width: auto;
    max-width: 100%;
}

.top-menu .left-logo-col,
.top-menu .right-dtl-col {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    width: 28%;
}

.top-menu .logo-left,
.top-menu .brand-slider {
    width: 46%;
    margin-right: 12%;
    margin-left: -4px;
    display: inline-block;
    vertical-align: middle;
}

.top-menu .brand-slider {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    margin-right: 0;
    width: 42%
}

    .top-menu .brand-slider .brand-logo {
        height: auto;
    }

        .top-menu .brand-slider .brand-logo .skdslider:after {
            padding-top: 0;
        }

        .top-menu .brand-slider .brand-logo .skdslider,
        .top-menu .brand-slider .brand-logo .skdslider + span {
            display: inline-block;
            vertical-align: middle;
        }

        .top-menu .brand-slider .brand-logo .skdslider {
            width: 80px;
        }

            .top-menu .brand-slider .brand-logo .skdslider .skdslider1 {
                height: 50px;
            }

            .top-menu .brand-slider .brand-logo .skdslider ul.slides {
                padding: 0;
            }

                .top-menu .brand-slider .brand-logo .skdslider ul.slides li img {
                    display: block;
                    width: auto;
                    max-width: 100%;
                    height: auto;
                }

            .top-menu .brand-slider .brand-logo .skdslider + span {
                color: #fff;
                font-size: 19px;
                font-weight: 300;
                width: 50%;
                line-height: 20px;
            }

.top-menu .right-dtl-col {
    width: 72%;
    text-align: right;
    position: relative;
}

    .top-menu .right-dtl-col .call-div,
    .top-menu .right-dtl-col .request-free-quote,
    .top-menu .right-dtl-col .call-div span.phone-icon,
    .top-menu .right-dtl-col .call-div p {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .top-menu .right-dtl-col .call-div {
        margin-right: 40px;
        text-decoration: none;
        outline: none;
        outline: 0;
    }

        .top-menu .right-dtl-col .call-div span.phone-icon {
            margin-right: 12px;
        }

            .top-menu .right-dtl-col .call-div span.phone-icon img {
                display: block;
                width: auto;
                max-width: 100%;
            }

        .top-menu .right-dtl-col .call-div p {
            color: #fff;
            font-size: 18px;
            margin-bottom: 0;
        }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 100px;
        position: relative;
    }

        .top-menu .right-dtl-col .request-free-quote a {
            width: 250px;
            height: 60px;
            font-size: 20px;
            font-weight: 600;
            color: #000;
            text-transform: uppercase;
            display: block;
            background: #00ff84;
            line-height: 60px;
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
        }

.free-highlight {
    padding: 2px 10px;
    background: #000;
    /*color: #fff;*/
    color: #00ff84;
}

.top-menu .right-dtl-col .request-free-quote .btm-form-div {
    width: 250px;
    position: absolute;
    z-index: 9999;
    padding: 15px;
    text-align: center;
    background: #6a4799;
    margin-top: 6px;
    box-shadow: 0 8px 18px 5px rgba(0,0,0,0.3);
    display: none;
}

    .top-menu .right-dtl-col .request-free-quote .btm-form-div input,
    .top-menu .right-dtl-col .request-free-quote .btm-form-div textarea {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 8px;
        height: 30px;
        padding: 5px 8px;
    }

    .top-menu .right-dtl-col .request-free-quote .btm-form-div textarea {
        height: 80px;
    }

    .top-menu .right-dtl-col .request-free-quote .btm-form-div input[type="button"] {
        background: #00ff84;
        color: #000;
        border: 0;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 3px;
    }

    .top-menu .right-dtl-col .request-free-quote .btm-form-div p {
        color: #fff;
        font-weight: 300;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .pnThank{display:none}


.request-free-quote .g-recaptcha {
    transform: scale(0.73);
    transform-origin: 0 0;
}

.top-menu .right-dtl-col .menu-toggle {
    position: absolute;
    width: 91px;
    height: 91px;
    background: #000;
    top: -16px;
    right: -43px;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
}

    .top-menu .right-dtl-col .menu-toggle.overflow {
        overflow: visible;
    }

    .top-menu .right-dtl-col .menu-toggle span,
    .top-menu .right-dtl-col .menu-toggle span:after,
    .top-menu .right-dtl-col .menu-toggle span:before {
        width: 62px;
        height: 4px;
        position: absolute;
        content: "";
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        cursor: pointer;
        border-radius: 2px;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
    }

        .top-menu .right-dtl-col .menu-toggle span:after,
        .top-menu .right-dtl-col .menu-toggle span:before {
            width: 45px;
            top: -28px;
            right: 0;
            left: auto;
        }

        .top-menu .right-dtl-col .menu-toggle span:before {
            top: 18px;
        }

    .top-menu .right-dtl-col .menu-toggle:hover span:after,
    .top-menu .right-dtl-col .menu-toggle:hover span:before {
        width: 62px;
    }

    .top-menu .right-dtl-col .menu-toggle.overflow span {
        height: 0;
    }

        .top-menu .right-dtl-col .menu-toggle.overflow span:after,
        .top-menu .right-dtl-col .menu-toggle.overflow span:before {
            width: 62px;
            top: 0;
            transform: rotate(45deg);
        }

        .top-menu .right-dtl-col .menu-toggle.overflow span:before {
            transform: rotate(-45deg);
        }

.btm-main-menu {
    background: #eaeaea;
}

    .btm-main-menu ul {
        padding: 0;
        margin: 0;
    }

        .btm-main-menu ul li {
            display: inline-block;
            width: auto;
            vertical-align: middle;
            list-style: none;
            text-transform: uppercase;
            border-left: 1px solid #ccc;
            position: relative;
        }

            .btm-main-menu ul li:last-child {
                border-right: 1px solid #ccc;
            }



            .btm-main-menu ul li a {
                padding: 20px 103px;
                display: block;
                font-family: Raleway, sans-serif;
                font-weight: 600;
                color: #000;
                font-size: 15px;
                text-decoration: none;
            }

            .btm-main-menu ul li.btm-dropdown .btm-main-submenu {
                width: 100%;
                margin: 0;
                transition: all ease 0.5s;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
                top: 75px;
                left: 0;
                opacity: 0;
                height: 0;
                display: inline-block;
                visibility: hidden;
                position: absolute;
                top: 100px;
                left: 0;
                height: 0;
                overflow: hidden;
                z-index: 100;
            }

            .btm-main-menu ul li.btm-dropdown:hover .btm-main-submenu {
                /*display: block;*/
                opacity: 1;
                top: 61px;
                height: auto;
                visibility: visible;
                height: auto;
                position: absolute;
                left: 0;
                padding: 0;
                border: 0 solid #000;
                overflow: hidden;
                border: 0;
            }


            .btm-main-menu ul li .btm-main-submenu li {
                position: relative;
                width: 100%;
                vertical-align: middle;
                border-left: 0;
                /*background: #fff;*/
                /*background: #fdbe2d;*/
                /*background: #ed3237;*/
                /*background: #000;*/
                background: #212121;
                transition: all ease 0.5s;
                -webkit-transition: all ease 0.5s;
                -moz-transition: all ease 0.5s;
                -ms-transition: all ease 0.5s;
                -o-transition: all ease 0.5s;
            }

                .btm-main-menu ul li .btm-main-submenu li:first-child a {
                    padding-top: 8px;
                }

                .btm-main-menu ul li .btm-main-submenu li:last-child a {
                    padding-bottom: 10px;
                }

                .btm-main-menu ul li .btm-main-submenu li:last-child {
                    border-right: 0;
                }

                .btm-main-menu ul li .btm-main-submenu li a {
                    font-size: 14px;
                    padding: 6px 15px;
                    transition: all ease 0.2s;
                    -webkit-transition: all ease 0.2s;
                    -moz-transition: all ease 0.2s;
                    -ms-transition: all ease 0.2s;
                    -o-transition: all ease 0.2s;
                    outline: none;
                    color: #fff;
                    border-bottom: 1px solid #f1f1f1;
                }

                .btm-main-menu ul li .btm-main-submenu li:last-child a {
                    border-bottom: 0;
                }

                .btm-main-menu ul li .btm-main-submenu li:hover {
                    /*background: #000;*/
                    background: #ed3237;
                }

                    .btm-main-menu ul li .btm-main-submenu li:hover a {
                        /*color: #fcb92c;*/
                        /*color: #ed3237*/
                        /*padding-left: 22px;*/
                    }


.main-menu {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    background: #212121;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -500px;
    visibility: hidden;
    opacity: 0;
    padding: 25px 35px;
    text-align: left;
    z-index: -1;
    max-height: 788px;
    overflow-y: auto;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    float: left;
}

    .main-menu:after {
        position: absolute;
        content: "";
        width: 109%;
        height: 0;
        bottom: auto;
        top: 100%;
        margin: auto;
        left: 0;
        right: 0;
        background: #212121;
        z-index: 1;
    }

.slide-main-menu .main-menu {
    left: -250px;
    /*width: 250px;*/
    visibility: visible;
    opacity: 1;
}

.main-menu li a {
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0;
    display: block;
    width: 100%;
    position: relative;
    /*font-family: 'Montserrat', sans-serif;*/
}

.main-menu li.dropdown-one a:before,
.main-menu li.dropdown-one a:after,
.main-menu li.dropdown-two a:before,
.main-menu li.dropdown-two a:after {
    position: absolute;
    width: 22px;
    height: 1px;
    /*border-radius: 1px;*/
    content: "";
    background: rgba(255,255,255,0.6);
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.main-menu li.dropdown-one a:after,
.main-menu li.dropdown-two a:after {
    right: 0;
    transform: rotate(90deg);
}

.main-menu li.dropdown-one.open-submenu a:after,
.main-menu li.dropdown-two.open-submenu a:after {
    width: 0;
}

.main-menu li.dropdown-one .submenu-one,
.main-menu li.dropdown-two .submenu-two {
    padding-left: 18px;
    margin: 0;
    display: none;
}

    .main-menu li.dropdown-one .submenu-one li,
    .main-menu li.dropdown-two .submenu-two li {
        list-style: none;
    }

        .main-menu li.dropdown-one .submenu-one li a,
        .main-menu li.dropdown-two .submenu-two li a {
            font-size: 16px;
            text-transform: capitalize;
            font-weight: 200;
            padding: 5px 0;
        }

            .main-menu li.dropdown-one .submenu-one li a:after,
            .main-menu li.dropdown-one .submenu-one li a:before,
            .main-menu li.dropdown-two .submenu-two li a:after,
            .main-menu li.dropdown-two .submenu-two li a:before {
                display: none;
            }

.top-banner {
    /*background: #572c96;*/
    background: #2c7996;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    position: relative;
}

    .top-banner.ban1 {
        background: #572c96;
    }

    .top-banner.ban2 {
        background: #1a8853;
    }
    .top-banner.ban4 {
        background: #7e89fd;
    }
    .top-banner.ban3 {
        background: transparent url(/images/banner-website.png) repeat;
        padding: 75px;
    }
    

    .top-banner .slider-left-content {
        display: inline-block;
        vertical-align: middle;
        padding: 80px 0;
        padding-left: 60px;
        width: 590px;
        box-sizing: border-box;
    }

.about-us-page .top-banner .slider-left-content {
    padding-left: 0px;
}

.top-banner .slider-left-content .top-content {
    font-size: 63px;
    line-height: 63px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
}

.top-banner .slider-left-content .main-heading {
    font-size: 200px;
    text-transform: uppercase;
    line-height: 200px;
    /*margin-left: -10px;*/
}

.top-banner .slider-left-content .sub-head-lines {
    font-family: 'Montserrat', sans-serif;
    font-size: 23.5px;
    font-weight: 300;
    padding-left: 10px;
}

    .top-banner .slider-left-content .sub-head-lines span {
        border-right: 1px solid #fff;
        padding-right: 8px;
    }

        .top-banner .slider-left-content .sub-head-lines span:last-child {
            border-right: 0;
        }

.top-banner .right-element-sec {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 594px);
    position: relative;
    height: 680px;
    overflow: hidden;
}

    .top-banner .right-element-sec img {
        width: 25%;
        display: block;
        max-width: 100%;
        position: absolute;
        opacity: 0;
    }

        .top-banner .right-element-sec img.element-1 {
            top: auto;
            bottom: 0;
            left: auto;
            right: 10%;
            width: 32%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 3.5s;
            -webkit-transition-delay: 3.5s;
            -moz-transition-delay: 3.5s;
            -ms-transition-delay: 3.5s;
            -o-transition-delay: 3.5s;
        }

        .top-banner .right-element-sec img.element-2 {
            top: 63.5%;
            bottom: auto;
            left: 81.5%;
            right: auto;
            width: 22%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 3s;
            -webkit-transition-delay: 3s;
            -moz-transition-delay: 3s;
            -ms-transition-delay: 3s;
            -o-transition-delay: 3s;
        }

        .top-banner .right-element-sec img.element-3 {
            top: 29.5%;
            bottom: auto;
            left: auto;
            right: -35px;
            width: 25%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 2.5s;
            -webkit-transition-delay: 2.5s;
            -moz-transition-delay: 2.5s;
            -ms-transition-delay: 2.5s;
            -o-transition-delay: 2.5s;
        }

        .top-banner .right-element-sec img.element-4 {
            top: 47%;
            left: 64%;
            bottom: auto;
            right: auto;
            width: 40%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 2s;
            -webkit-transition-delay: 2s;
            -moz-transition-delay: 2s;
            -ms-transition-delay: 2s;
            -o-transition-delay: 2s;
        }

        .top-banner .right-element-sec img.element-5 {
            top: 42%;
            left: 57%;
            bottom: auto;
            right: auto;
            width: 20%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 0.5s;
            -webkit-transition-delay: 0.5s;
            -moz-transition-delay: 0.5s;
            -ms-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
        }

        .top-banner .right-element-sec img.element-6 {
            top: 57%;
            left: 45%;
            bottom: auto;
            right: auto;
            width: 21.3%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 1s;
            -webkit-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -ms-transition-delay: 1s;
            -o-transition-delay: 1s;
        }

        .top-banner .right-element-sec img.element-7 {
            top: 68%;
            bottom: auto;
            left: 54.5%;
            right: auto;
            width: 22%;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            transition-delay: 1.5s;
            -webkit-transition-delay: 1.5s;
            -moz-transition-delay: 1.5s;
            -ms-transition-delay: 1.5s;
            -o-transition-delay: 1.5s;
        }

    .top-banner .right-element-sec.active img.element-1,
    .top-banner .right-element-sec.active img.element-2,
    .top-banner .right-element-sec.active img.element-3,
    .top-banner .right-element-sec.active img.element-4,
    .top-banner .right-element-sec.active img.element-5,
    .top-banner .right-element-sec.active img.element-6,
    .top-banner .right-element-sec.active img.element-7 {
        opacity: 1;
    }

    .top-banner .right-element-sec.active img.element-1 {
        right: 12%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 59.5%;
        left: 80%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 22.5%;
        right: -6px;
    }

    .top-banner .right-element-sec.active img.element-4 {
        top: 31%;
        left: 53%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        top: 24%;
        left: 44%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        top: 45%;
        left: 36%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 55.5%;
        left: 45.5%;
    }

.top-banner .right-fixed-content {
    width: 91px;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    right: 0;
    top: 0;
    z-index: 0;
}

    .top-banner .right-fixed-content .inner-social-link-box {
        display: block;
        width: 680px;
        vertical-align: middle;
        transform: rotate(90deg);
        margin: auto;
        position: absolute;
        right: -262px;
        left: auto;
        top: 311px;
        bottom: 0;
        height: 91px;
        z-index: 999999;
        line-height: 20px;
    }

    .top-banner .right-fixed-content .link-div {
        display: inline-block;
        width: 33%;
        vertical-align: middle;
        height: auto;
        position: relative;
        padding-left: 50px;
        color: #fff;
        outline: none;
    }

        .top-banner .right-fixed-content .link-div i {
            padding: 0 10px;
        }

        .top-banner .right-fixed-content .link-div span {
            opacity: 0.6;
        }

        .top-banner .right-fixed-content .link-div:after {
            position: absolute;
            content: "";
            left: 0;
            width: 44px;
            height: 2px;
            left: 0;
            background: #fff;
            margin: auto;
            top: 0;
            bottom: 0;
        }

.services-banner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 40px 0;
}


    .services-banner.logo.service-logo-banner {
        background: #e35021 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        /*background: #9bdb08 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        /*background: #D76D19 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        background-position: center;
        background-size: 30%;
    }



    .services-banner.graphic {
        background: #7c23bc url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        /*background: #9bdb08 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        /*background: #D76D19 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        background-position: center;
        background-size: 30%;
    }

    .services-banner.brochure {
        /*background: #ec5b0d url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        background: #9bdb08 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        /*background: #D76D19 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        background-position: center;
        background-size: 30%;
    }

    .services-banner.package {
        background: #535353 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        background-position: center;
        background-size: 30%;
    }

    .services-banner.event {
        background: #f1fd2d url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        /*background: #535353 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;	*/
        background-position: center;
        background-size: 30%;
    }

    .services-banner.print-media {
        background: #ff5000 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        /*background: #535353 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;	*/
        background-position: center;
        background-size: 30%;
    }

    .services-banner.social-media {
        background: #ff0091 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        /*background: #535353 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        background-position: center;
        background-size: 30%;
    }

    .services-banner.website {
        background: #e7ec0d url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        background-position: center;
        background-size: 30%;
        padding-bottom: 0;
    }

    .services-banner.branding {
        background: #c607aa url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        background-position: center;
        background-size: 30%;
        /*padding-bottom: 0;*/
    }







    .services-banner .banner-left-img-div,
    .services-banner .banner-right-content-div {
        display: inline-block;
        width: 41%;
        margin-right: 4%;
        vertical-align: middle;
        margin-left: -4px;
    }

        .services-banner .banner-left-img-div img {
            width: auto;
            max-width: 100%;
            display: block;
        }

    .services-banner .banner-right-content-div {
        margin-right: 0;
        width: 55%;
    }

        .services-banner .banner-right-content-div .banner-title,
        .services-banner .btm-logo-desc .banner-title {
            font-size: 43px;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 25px;
        }

    .services-banner.website .banner-right-content-div .banner-title,
    .services-banner.website .banner-right-content-div .banner-desc,
    .services-banner.brochure .banner-right-content-div .banner-title,
    .services-banner.brochure .banner-right-content-div .banner-desc,
    .services-banner.event .banner-right-content-div .banner-title,
    .services-banner.event .banner-right-content-div .banner-desc {
        color: #000;
    }

    .services-banner .banner-right-content-div .banner-desc,
    .services-banner .btm-logo-desc .banner-desc {
        font-family: 'Montserrat', sans-serif;
        line-height: 29px;
        font-size: 15px;
        font-weight: 300;
        text-align: justify;
    }

    .services-banner.service-logo-banner {
        /*background: #805e3d url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        /*background: #a88a68 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;*/
        background: #535353 url(/images/banner-bg-bas-logo-trans-new.png) no-repeat 0 0;
        background-position: center;
        background-size: 30%;
    }

        .services-banner.service-logo-banner .top-logo-process,
        .services-banner.service-logo-banner .btm-logo-desc {
            width: 100%;
            margin-bottom: 25px;
        }

        .services-banner.service-logo-banner .btm-logo-desc {
            margin-bottom: 0;
        }

        .services-banner.service-logo-banner .top-logo-process .element-section,
        .services-banner.service-logo-banner .top-logo-process .arrow-sec {
            display: inline-block;
            width: 11%;
            margin-left: -4px;
            vertical-align: top;
            margin-right: 1%;
            text-align: center;
        }

        .services-banner.service-logo-banner .top-logo-process .arrow-sec {
            width: 5%;
            padding-top: 40px;
        }

            .services-banner.service-logo-banner .top-logo-process .element-section img,
            .services-banner.service-logo-banner .top-logo-process .arrow-sec img {
                display: block;
                width: auto;
                max-width: 100%;
            }

            .services-banner.service-logo-banner .top-logo-process .arrow-sec img {
                width: 30px;
                display: block;
                margin: 0 auto;
            }

/*.services-banner.service-logo-banner .top-logo-process .top-process-icon img{
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}*/

#f1_container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    perspective: 1000px;
}

#f1_card {
    transform-style: preserve-3d;
    transition: all 0.5s linear;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 125px;
}

#f1_container:hover {
    cursor: pointer;
}


    #f1_container:hover #f1_card {
        transform: rotateY(180deg);
        cursor: pointer;
    }

.face.back,
.face.front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    /*background: #fdbe2d;*/
    background: #bdbbb5;
    /*background: #7a7976;*/
    height: auto;
    width: auto;
}

.main-page.services-banner.service-logo-banner .top-logo-process .element-section .btm-process {
    color: #000;
    font-weight: 600;
}



/*.services-banner.service-logo-banner .top-logo-process .element-section{
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
}

.services-banner.service-logo-banner .top-logo-process .element-section:hover{
	width: 11.5%;
}*/

/*.services-banner.service-logo-banner .top-logo-process .top-process-icon:hover img{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	cursor: pointer;
}*/

.services-banner.service-logo-banner .top-logo-process .element-section:last-child {
    margin-right: 0;
}

.services-banner.service-logo-banner .top-logo-process .element-section .btm-process {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    vertical-align: top;
}

.services-banner .btm-logo-desc .banner-title {
    margin-bottom: 10px;
}

.services-banner .btm-logo-desc .banner-desc {
    line-height: 22px;
}





.star_rating {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 28px 0;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid #e4dcf0;
}

    .star_rating i {
        color: #ff7200;
        padding: 0 2px;
    }

    .star_rating a {
        color: #1660ab;
        text-decoration: none;
    }

.middle-content .service-section,
.middle-content .our-work-section,
.middle-content .request-quote-form,
.middle-content .why-us-sec,
.middle-content .difference-section,
.middle-content .testimonial-slider,
.middle-content .contact-sec,
.middle-content .creative-minds-section,
.middle-content .about-page-why-sec,
.middle-content .what-we-do,
.middle-content .full-width-bg-color,
.middle-content .work-imgaes-sec,
.middle-content .contatc-page-sec {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 80px 0;
}

.service-sec-container {
    width: 1500px;
    display: block;
    margin: 0 auto;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 50px;
}

    .section-title:before {
        background: #9e92b1;
        position: absolute;
        content: "";
        width: 100px;
        height: 2px;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: -50px;
    }

.subheading {
    font-size: 27px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #716a7c;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}

    .subheading span {
        color: #ed3237;
    }

.col-grid-3 {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-right: 3.5%;
}

    .col-grid-3:nth-child(3),
    .col-grid-3:nth-child(6),
    .col-grid-3:nth-child(9) {
        margin-right: 0;
    }

    .col-grid-3 .brand {
        background: #1660ab url(/images/service-blog-1-bg.png) no-repeat 0 0;
        background-size: cover;
        padding: 70px 45px 45px;
        background-position: right bottom;
        border-radius: 10px;
    }

        .col-grid-3 .brand.logo-design {
            background: #ed3237 url(/images/service-blog-2-bg.png) no-repeat 0 0;
            background-size: cover;
            background-position: right bottom;
        }

        .col-grid-3 .brand.web-design {
            background: #07aebe url(/images/service-blog-3-bg.png) no-repeat 0 0;
            background-size: cover;
            background-position: right bottom;
        }

        .col-grid-3 .brand.smm {
            background: #c78f0d url(/images/service-blog-1-bg.png) no-repeat 0 0;
            background-size: cover;
            background-position: right bottom;
            margin-top: 50px;
        }

        .col-grid-3 .brand.graphic-design {
            background: #019077 url(/images/service-blog-2-bg.png) no-repeat 0 0;
            background-size: cover;
            background-position: right bottom;
            margin-top: 50px;
        }

        .col-grid-3 .brand.promotion {
            background: #e76923 url(/images/service-blog-3-bg.png) no-repeat 0 0;
            background-size: cover;
            background-position: right bottom;
            margin-top: 50px;
        }

        .col-grid-3 .brand.new {
            margin-top: 50px;
        }


.top-icon {
    width: 150px;
    height: 150px;
    line-height: 172px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    text-align: center;
    box-shadow: 0 7px 14px 5px rgba(0,0,0,0.34);
}

    .top-icon img {
        display: block;
        width: 100px;
        max-width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.title,
.small-title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 50px;
}

.small-title {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 35px;
}

.block-desc {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}

    .block-desc p {
        margin-bottom: 0;
    }

.middle-content .our-work-section {
    background: #e9eef2;
    padding-bottom: 0;
}




/*------------------------- WORK-PORTFOLIO-SECTION ---------------------------*/


#filters {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #filters.work-container {
        position: relative;
        width: 1260px;
        display: block;
        margin: 0 auto;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        text-align: center;
        margin-bottom: 50px;
        background: #fff;
        border-radius: 25px;
        padding: 5px 0;
    }

    #filters li {
        float: none;
        display: inline-block;
        word-break: break-all;
        white-space: normal;
        margin: 0;
        font-size: 15px;
    }

        #filters li span {
            display: inline-block;
            vertical-align: top;
            padding: 9px 27px;
            font-weight: 300;
            text-decoration: none;
            color: #9d98a4;
            cursor: pointer;
            margin-bottom: 0;
            cursor: pointer;
            border-radius: 25px;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

            #filters li span label {
                font-weight: 400;
                text-transform: uppercase;
                margin-bottom: 0;
                cursor: pointer;
            }

            #filters li span.active {
                background: transparent;
                color: #fff;
                background: #f37935;
            }

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 33.33%;
    margin: 0%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    text-transform: none;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    opacity: 0;
    z-index: 0;
}

.portfolio-filters.portfolio-full ul {
    text-transform: none;
}

.portfolio .label-bg {
    /*background: rgba(246,213,56,0.6);*/
    /*opacity: 0.5;*/
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: absolute;
    z-index: 500;
    padding: 5px 8px;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 80px;
    margin: auto;
    text-align: center;
}

    .portfolio .label-text .text-title,
    .portfolio .label-text .text-category {
        /*color: #f37935;*/
        /*color: #ed3237;*/
        color: #fff;
        font-weight: 600;
        border: 1px solid #f37935;
        font-family: 'Montserrat', sans-serif;
        /*border: 1px solid #ed3237;*/
        display: block;
        font-size: 16px;
        padding: 10px;
        background: #f37935;
    }

    .portfolio .label-text .text-category {
        display: block;
        border: 0;
    }

.portfolio:hover .label {
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*---------------------- request-a-Quote ---------------------*/


.middle-content .request-quote-form {
    background: #ecf0f7;
}

    .middle-content .request-quote-form .whole-box-form {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-radius: 8px;
        background: #fff;
        overflow: hidden;
    }

        .middle-content .request-quote-form .whole-box-form .left-form-img,
        .middle-content .request-quote-form .whole-box-form .right-form-section {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            margin-left: -4px;
        }

            .middle-content .request-quote-form .whole-box-form .left-form-img img {
                display: block;
                width: auto;
                max-width: 100%;
            }

            .middle-content .request-quote-form .whole-box-form .left-form-img .Contact-Us {
                text-align: center;
                vertical-align: middle;
                font-size: 95px;
                font-weight: 700;
                line-height: 615px;
                color: #fff;
                background: rgba(243,121,53,0.5);
            }


        .middle-content .request-quote-form .whole-box-form .right-form-section {
            padding: 40px 50px;
        }

            .middle-content .request-quote-form .whole-box-form .right-form-section .section-title,
            .middle-content .request-quote-form .whole-box-form .right-form-section .subheading {
                text-align: left;
            }

            .middle-content .request-quote-form .whole-box-form .right-form-section .section-title,
            .middle-content .request-quote-form .whole-box-form .right-form-section .subheading {
                margin-bottom: 25px;
            }

                .middle-content .request-quote-form .whole-box-form .right-form-section .section-title:before,
                .middle-content .left-heading .section-title:before {
                    left: 0;
                    right: auto;
                    width: 50px;
                    background: #fff;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section .section-title:before {
                    background: #9e92b1;
                }



            .middle-content .request-quote-form .whole-box-form .right-form-section form {
                width: 100%;
                display: inline-block;
                vertical-align: middle;
            }

                .middle-content .request-quote-form .whole-box-form .right-form-section form input,
                .middle-content .request-quote-form .whole-box-form .right-form-section form textarea {
                    border: 2px solid #d1cbdc;
                    background: #fff;
                    border-radius: 4px;
                    width: 100%;
                    height: 45px;
                    margin-bottom: 6px;
                    padding: 10px 12px;
                    font-family: 'Montserrat', sans-serif;
                    color: #000;
                    font-size: 16px;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form textarea {
                    height: 115px;
                }

                /*.contatc-page-sec .full-width-contact-form .col-md-12 input*/
                .middle-content .request-quote-form .whole-box-form .right-form-section form input::-webkit-input-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 input::-webkit-input-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form input::-moz-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 input::-moz-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form input:-ms-input-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 input:-ms-input-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form input:-moz-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 input:-moz-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form textarea::-webkit-input-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 textarea::-webkit-input-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form textarea::-moz-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 textarea::-moz-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form textarea:-ms-input-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 textarea:-ms-input-placeholder {
                    opacity: 1 !important;
                }

                .middle-content .request-quote-form .whole-box-form .right-form-section form textarea:-moz-placeholder,
                .contatc-page-sec .full-width-contact-form .col-md-12 textarea:-moz-placeholder {
                    opacity: 1 !important;
                }
.contatc-page-sec .full-width-contact-form h2 {
    color: #fff;
    text-align: center;
    margin: 50px 0;
}

.middle-content .request-quote-form .whole-box-form .right-form-section form input[type="submit"] {
    background: #00ff84;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    border: 0;
    height: 55px;
    margin-top: 15px;
    letter-spacing: 1px;
}

            .middle-content .request-quote-form .whole-box-form .right-form-section p {
                text-align: center;
                font-family: 'Montserrat', sans-serif;
                font-weight: 300;
                color: #544d5f;
                font-size: 14px;
                margin-bottom: 0;
                margin-top: 5px;
            }




/*---------------------- why-us-sec ------------------------*/

.why-us-sec .col-full-width {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

    .why-us-sec .col-full-width .col-left,
    .why-us-sec .col-full-width .col-right {
        width: 48%;
        display: inline-block;
        margin-left: -4px;
        vertical-align: middle;
        margin-right: 4%;
    }

    .why-us-sec .col-full-width .col-right {
        margin-right: 0;
    }

    .why-us-sec .col-full-width .col-left img {
        display: block;
        width: auto;
        max-width: 100%;
    }

    .why-us-sec .col-full-width .col-right .inner-desc-block,
    .why-us-sec .col-full-width .col-left .inner-desc-block {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .why-us-sec .col-full-width .col-right .inner-desc-block ul,
        .why-us-sec .col-full-width .col-left .inner-desc-block ul {
            margin: 0;
            padding: 0;
        }

            .why-us-sec .col-full-width .col-right .inner-desc-block ul li,
            .why-us-sec .col-full-width .col-left .inner-desc-block ul li {
                width: 100%;
                list-style: none;
                font-family: 'Montserrat', sans-serif;
                font-size: 17px;
                color: #544d5f;
                margin-bottom: 25px;
                padding-left: 30px;
                position: relative;
            }

                .why-us-sec .col-full-width .col-left .inner-desc-block ul li:last-child {
                    margin-bottom: 0;
                }

                .why-us-sec .col-full-width .col-right .inner-desc-block ul li:before,
                .why-us-sec .col-full-width .col-left .inner-desc-block ul li:before {
                    position: absolute;
                    content: "";
                    width: 16px;
                    height: 7px;
                    border: 3px solid #5ab32e;
                    border-top: 0;
                    border-right: 0;
                    transform: rotate(-45deg);
                    left: 0;
                    margin: auto;
                    top: 9px;
                }


.why-us-sec .left-block {
    padding-left: 0;
    padding-right: 10px;
}

.why-us-sec .right-block {
    padding-right: 0;
    padding-left: 10px;
}

.why-us-sec .middle-block {
    padding-left: 10px;
    padding-right: 10px;
}

.why-us-sec .col-full-width.last-full-block {
    margin-top: 60px;
}

.inner-blue-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: #1660ab url(/images/why-blu-box-bg-vertical-left.png) no-repeat 0 0;
    background-position: left top;
    color: #fff;
    text-align: center;
    padding: 50px 35px 35px;
    border-radius: 13px;
}

    .inner-blue-box.right {
        background: #1660ab url(/images/why-blu-box-bg-vertical-right.png) no-repeat 0 0;
        background-position: right top;
    }

    .inner-blue-box.top {
        background: #1660ab url(/images/why-blu-box-bg-horizontal-top.png) no-repeat 0 0;
        padding: 33px;
        margin-bottom: 20px;
    }

    .inner-blue-box.bottom {
        background: #1660ab url(/images/why-blu-box-bg-horizontal-bottom.png) no-repeat 0 0;
        padding: 32px;
    }

    .inner-blue-box.top,
    .inner-blue-box.bottom {
        background-position: left top;
        text-align: left;
    }

    .inner-blue-box img {
        display: block;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

.box-title {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 146px;
    display: block;
    width: 100%;
    vertical-align: middle;
}

.inner-blue-box.top .box-title,
.inner-blue-box.bottom .box-title {
    margin-top: 0;
    text-align: left;
}

.inner-blue-box.top .img-div,
.inner-blue-box.top .box-title,
.inner-blue-box.bottom .img-div,
.inner-blue-box.bottom .box-title {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.inner-blue-box.top .img-div,
.inner-blue-box.bottom .img-div {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 35px;
}

.inner-blue-box.top img,
.inner-blue-box.bottom img {
    text-align: left;
}


.middle-content .difference-section {
    background: #ecf0f7; /*url(/images/comparision-sec.png) no-repeat 0 0;*/
    background-position: center top;
    background-size: 100%;
}

.tbl-responsive {
    padding-top: 5px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

    .tbl-responsive table {
        width: 100%;
    }

    .tbl-responsive th {
        padding-bottom: 20px;
    }

        .tbl-responsive th + th {
            font-size: 29px;
            color: #505050;
            font-weight: 400;
        }

    .tbl-responsive td.qualities.one {
        border-top-left-radius: 10px;
    }

    .tbl-responsive td.qualities {
        padding: 15px 45px 15px 55px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #07aebe;
        color: #fff;
        border-bottom: 10px solid #ecf0f7;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 400;
        position: relative;
        width: 42%;
    }

        .tbl-responsive td.qualities.one {
            border-top-left-radius: 10px;
            border-top: 10px solid #ecf0f7;
        }

        .tbl-responsive td.qualities:before {
            position: absolute;
            content: "";
            width: 20px;
            height: 11px;
            border: 4px solid #fff;
            border-top: 0;
            border-right: 0;
            left: 20px;
            top: 0;
            bottom: 0;
            transform: rotate(-40deg);
            margin: auto;
        }

        .tbl-responsive td.qualities.two,
        .tbl-responsive td.cross.two span:before,
        .tbl-responsive td.cross.two span:after {
            background: #1660ab;
        }

        .tbl-responsive td.qualities.three,
        .tbl-responsive td.cross.three span:before,
        .tbl-responsive td.cross.three span:after {
            background: #f37935;
        }

        .tbl-responsive td.qualities.four,
        .tbl-responsive td.cross.four span:before,
        .tbl-responsive td.cross.four span:after {
            background: #019077;
        }

        .tbl-responsive td.qualities.five,
        .tbl-responsive td.cross.five span:before,
        .tbl-responsive td.cross.five span:after {
            background: #fdbe2d;
        }

        .tbl-responsive td.qualities.six,
        .tbl-responsive td.cross.six span:before,
        .tbl-responsive td.cross.six span:after {
            background: #e76923;
        }

    .tbl-responsive td.desc {
        background: #fff;
        color: #575062;
        font-weight: 400;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        border-bottom: 10px solid #ecf0f7;
        border-top: 10px solid #ecf0f7;
        padding: 15px;
        line-height: 18px;
    }

    .tbl-responsive td.cross {
        background: #fff;
        border-bottom: 10px solid #ecf0f7;
        border-top: 10px solid #ecf0f7;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .tbl-responsive td.cross span {
            position: relative;
            width: 100%;
            display: inline-block;
            vertical-align: middle;
        }

            .tbl-responsive td.cross span:before,
            .tbl-responsive td.cross span:after {
                position: absolute;
                content: "";
                height: 4px;
                width: 30px;
                top: 0;
                bottom: 0;
                margin: auto;
                left: 0;
                right: 0;
                background: #07aebe;
                border-radius: 2px;
            }

            .tbl-responsive td.cross span:before {
                transform: rotate(45deg);
            }

            .tbl-responsive td.cross span:after {
                transform: rotate(-45deg);
            }


.middle-content .testimonial-slider {
    background: url(/images/testi-sec-bg.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    /*padding-bottom: 230px;*/
}

.left-heading,
.right-testi-icon {
    display: inline-block;
    margin-left: -4px;
    width: 50%;
    vertical-align: top;
}

    .left-heading .section-title,
    .left-heading .subheading {
        text-align: left;
        color: #fff;
    }

    .left-heading .subheading {
        margin-bottom: 30px;
    }

.right-testi-icon {
    position: relative;
}

    .right-testi-icon img {
        position: absolute;
        top: -80px;
        right: 0;
    }

.testimonial-slider .bx-wrapper {
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    width: 50%;
    margin-left: 50%;
    position: relative;
}

    .testimonial-slider .bx-wrapper .bx-viewport {
        padding: 25px 0 25px 40px;
    }


    .testimonial-slider .bx-wrapper .title {
        color: #544d5f;
        font-weight: 300;
        font-size: 51px;
        text-transform: unset;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .testimonial-slider .bx-wrapper .desc p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 17px;
        color: #544d5f;
    }

    .testimonial-slider .bx-wrapper .client-name {
        color: #ed3237;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 17px;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

    .testimonial-slider .bx-wrapper .bx-controls {
        position: absolute;
        left: 0;
        width: 100%;
        top: 35px;
        bottom: 0;
        margin: auto;
    }

.pager-wrapper {
    width: auto;
    position: absolute;
    padding-top: 0;
    top: 0;
    padding-top: 0;
    margin-left: -100%;
    width: 100%;
    height: 400px;
    max-height: 400px;
    overflow: hidden; /*
	overflow-y: auto;*/
}


.bx-wrapper .bx-pager {
    width: 104%;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    /*width: auto;
	position: absolute;
	padding-top: 0;
	top: 0;
	padding-top: 0;
	margin-left: -100%;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;*/
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    height: 150px;
    width: 150px;
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(/images/testi-client2.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    margin-right: 50px;
    margin-bottom: 30px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    border: 1px solid #fff;
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(2) a {
    background: url(/images/testi-client1.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(3) a {
    background: url(/images/testi-client3.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
}

.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-child(4) a {
    background: url(/images/testi-client4.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
}




.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 120px;
    height: 120px;
    border: 5px solid #00eaff;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

.testimonial-slider .bx-wrapper .bx-controls-direction a {
    margin: auto;
    top: auto;
    right: auto;
    bottom: -54px;
    left: 45px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-indent: 0;
    border: 1px solid #544d5f;
    border-radius: 2px;
    font-size: 0;
}

    .testimonial-slider .bx-wrapper .bx-controls-direction a.bx-prev {
        background: url(/images/testi-prev-arrow.png) no-repeat 0 0;
        background-position: center;
    }

    .testimonial-slider .bx-wrapper .bx-controls-direction a.bx-next {
        background: url(/images/testi-next-arrow.png) no-repeat 0 0;
        background-position: center;
        left: 100px;
    }

.thumbnail-slider .demo {
    width: 100%;
}

    .thumbnail-slider .demo ul {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .thumbnail-slider .demo li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }

    .thumbnail-slider .demo img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .thumbnail-slider .demo .lSSlideWrapper,
    .thumbnail-slider .demo .lSSlideOuter .lSPager.lSGallery {
        float: right;
        width: 49%;
    }

    .thumbnail-slider .demo .lSSlideOuter .lSPager.lSGallery {
        width: 49% !important;
        float: left;
    }

    .thumbnail-slider .demo .lSSlideOuter .lightSlider {
        top: 0
    }

    .thumbnail-slider .demo .lSSlideOuter .lSPager.lSGallery li {
        width: 150px !important;
        height: 150px !important;
    }

        .thumbnail-slider .demo .lSSlideOuter .lSPager.lSGallery li a {
            width: 100px;
            height: 100px;
            display: block;
            border-radius: 50%;
            overflow: hidden;
        }

            .thumbnail-slider .demo .lSSlideOuter .lSPager.lSGallery li a img {
                width: 100%;
                height: 100%;
                display: block;
            }


.middle-content .contact-sec {
    background: url(/images/contact-us-bg.png) no-repeat 0 0;
    background-size: cover;
    background-position: right center;
}

    .middle-content .contact-sec .section-title {
        color: #fff;
    }

.btm-content-sec,
.btm-country {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
    .btm-country a {
        color: #acadc6;
    }
    .btm-country a:hover {
        color: #fff;
    }
.btm-content-sec {
    padding-bottom: 45px;
    border-bottom: 2px solid rgba(119,121,155,0.5);
    margin-bottom: 70px;
    margin-top: 30px;
}

.contact-inner-block {
    text-align: center;
}

    .contact-inner-block a {
        outline: none;
        text-decoration: none;
    }

    .contact-inner-block .contact-top-icon {
        width: 45px;
        margin: 0 auto;
        display: block;
    }

    .contact-inner-block .btm-dtl-sec {
        color: #acadc6;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        padding-top: 25px;
    }

.btm-country .col-md-3.left {
    padding-left: 0;
}

.btm-country .col-md-3 .inner-block {
    border-right: 1px solid rgba(255,255,255,0.2)
}

.btm-country .col-md-3:last-child .inner-block {
    border-right: 0;
}

.btm-country .col-md-3 .country-title {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .btm-country .col-md-3 .country-title img,
    .btm-country .col-md-3 .country-title h4 {
        display: inline-block;
        vertical-align: top;
        width: auto;
    }

    .btm-country .col-md-3 .country-title img {
        margin-right: 20px;
    }

    .btm-country .col-md-3 .country-title h4 {
        color: #acadc6;
        font-size: 30px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 25px;
        line-height: 25px;
    }

.btm-country .col-md-3 .btm-address p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #acadc6;
    font-weight: 400;
}





/*------------------------ footer ---------------------------*/

.footer {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    /*background: url(/images/footer-bg-img.png) #363435 no-repeat 0 0;*/
    background: #01031b;
    background-position: right top;
    /*height: 500px;*/
}

    .footer .footer-top {
        padding: 60px 0 40px;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

        .footer .footer-top .footer-col:last-child {
            padding-right: 0;
        }

        .footer .footer-top .footer-col h3 {
            color: #acadc6;
            text-transform: uppercase;
            font-size: 25px;
            margin-bottom: 20px;
            font-weight: 500;
            font-family: 'Oswald', sans-serif;
            border-bottom: 3px solid #3c3e5b;
            padding-bottom: 15px;
        }

        .footer .footer-top .footer-col ul {
            padding: 0 0 0 20px;
            margin: 0;
            list-style: none;
        }
            /*.footer .footer-top .footer-col ul li:first-child{
	padding-top: 0
}*/
            .footer .footer-top .footer-col ul li {
                padding: 3px 0;
                list-style: none;
            }

                .footer .footer-top .footer-col ul li a {
                    color: #acadc6;
                    font-size: 14px;
                    font-family: 'Montserrat', sans-serif;
                    text-decoration: none;
                    position: relative;
                    font-weight: 400;
                    display: block;
                    transition: all ease 0.3s;
                    -webkit-transition: all ease 0.3s;
                    -moz-transition: all ease 0.3s;
                    -ms-transition: all ease 0.3s;
                    -o-transition: all ease 0.3s;
                }

                    .footer .footer-top .footer-col ul li a:after {
                        position: absolute;
                        content: "";
                        width: 10px;
                        height: 10px;
                        border: 2px solid #acadc6;
                        /*transform: rotate(-45deg);*/
                        border-radius: 50%;
                        margin: auto;
                        left: -22px;
                        top: 0;
                        bottom: 0;
                        right: auto;
                    }

                .footer .footer-top .footer-col ul li:hover a {
                    padding-left: 10px;
                }

.footer-sec.footer .footer-col .contact-col {
    padding-left: 0;
}

    .footer-sec.footer .footer-col .contact-col li:first-child {
        padding-top: 10px;
    }

    .footer-sec.footer .footer-col .contact-col li {
        background: none;
        padding: 5px 0;
    }
/*.footer-sec .footer-col .contact-col li:first-child{
	padding-top: 0;
}*/
.footer-sec .footer-col .contact-col li .title {
    color: #9b9b9b;
    font-size: 20px;
    font-weight: 700;
    /*font-family: 'Roboto', sans-serif;*/
    margin-bottom: 6px;
}

.footer-sec .footer-col .contact-col li .dtl {
    color: #9b9b9b;
    font-size: 16px;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
    line-height: 18px;
}

.footer-sec .footer-col .contact-col li .left-icon {
    display: inline-block;
    width: 44px;
    vertical-align: middle;
}

.footer-sec .footer-col.contact-column {
    padding-right: 0;
}

.footer-sec .footer-col .contact-col li .right-sec {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
    padding-left: 5px;
}

.footer-sec .footer-col .contact-col li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: block;
    padding: 0;
    text-align: center;
    position: relative;
}

    .footer-sec .footer-col .contact-col li a:after {
        display: none;
    }

    .footer-sec .footer-col .contact-col li a img {
        display: block;
        margin: auto;
        top: 0;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

.footer-sec .footer-col.social-link-sec ul {
    padding-left: 0;
}

    .footer-sec .footer-col.social-link-sec ul li {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

    .footer-sec .footer-col.social-link-sec ul li {
        padding-bottom: 0;
    }

        .footer-sec .footer-col.social-link-sec ul li + li {
            padding-top: 7px;
        }

        .footer-sec .footer-col.social-link-sec ul li a:after {
            display: none;
        }

        .footer-sec .footer-col.social-link-sec ul li a {
            display: block;
            width: 100%;
            /*display: inline-block;
	width: auto;*/
            font-weight: 400;
            color: #fff;
            border-radius: 3px;
        }

        .footer-sec .footer-col.social-link-sec ul li.fb-btn a {
            background: #3c5998;
        }

        .footer-sec .footer-col.social-link-sec ul li.twtr-btn a {
            background: #17a8e4;
        }

        .footer-sec .footer-col.social-link-sec ul li.ln-btn a {
            background: #0077b5;
        }

        .footer-sec .footer-col.social-link-sec ul li.gp-btn a {
            background: #ca1e1e;
        }

        .footer-sec .footer-col.social-link-sec ul li.pin-btn a {
            background: #bd081c;
        }

        .footer-sec .footer-col.social-link-sec ul li.sky-btn a {
            background: #00aff0;
        }

        .footer-sec .footer-col.social-link-sec ul li a div.left-icon {
            background: rgba(0,0,0,0.2);
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            width: 35px;
            text-align: center;
            font-size: 15px;
        }

        .footer-sec .footer-col.social-link-sec ul li a div {
            display: inline-block;
            vertical-align: middle;
            padding: 5px 10px 6px;
            margin-right: -4px;
        }

        .footer-sec .footer-col.social-link-sec ul li:hover a {
            padding-left: 0;
        }

        .footer-sec .footer-col.social-link-sec ul li a div.right-text {
            padding: 6px 15px;
            font-size: 13px;
        }
/*.footer-sec .btm-footer-link{
	border-top: 1px solid #4e4d4e;
}
.footer-sec .btm-footer-link div{
	display: inline-block;
	padding: 25px 0;
	font-size: 15px;
	color: #646464;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}*/

.btm-footer {
    padding: 45px 0;
    border-top: 3px solid #3c3e5b;
    text-align: center;
}

    .btm-footer p {
        color: #acadc6;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
    }

        .btm-footer p a {
            color: #fff;
        }


/*--------------------- about-us -----------------------*/


.about-us-page .top-banner .slider-left-content,
.about-us-page .top-banner .right-img-sec {
    display: inline-block;
    width: 48%;
    margin-left: -4px;
    margin-right: 4%;
    vertical-align: bottom;
}

.about-us-page .top-banner .right-img-sec {
    margin-right: 0;
}

    .about-us-page .top-banner .right-img-sec img {
        width: auto;
        max-width: 100%;
        display: block;
    }

.banner-container {
    width: 1650px;
    display: block;
    margin: 0 auto;
}


.who-we-are-sec.why-us-sec .col-full-width .col-left {
    margin-right: 0;
    width: 51%;
}

.who-we-are-sec.why-us-sec .col-full-width .col-right {
    margin-right: 1%;
}

    .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc,
    .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        text-transform: uppercase;
        font-size: 32px;
        color: #716a7c;
        font-weight: 400;
    }

        .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc span.blue {
            color: #6117cd;
        }

.who-we-are-sec.why-us-sec .box-title {
    font-size: 20px;
    margin-top: 104px;
}

.who-we-are-sec.why-us-sec .inner-blue-box.top .box-title,
.who-we-are-sec.why-us-sec .inner-blue-box.bottom .box-title {
    margin-top: 0;
}

.who-we-are-sec.why-us-sec .box-title .big-fonts {
    font-size: 67px;
    line-height: 72px;
    margin-bottom: 0;
}

.middle-content .creative-minds-section {
    background: #ecf0f7;
}

.creative-minds-section .col-left-sec,
.creative-minds-section .col-right-sec {
    width: 48%;
    margin-left: -4px;
    display: inline-block;
    margin-right: 4%;
    vertical-align: middle;
}

.creative-minds-section .col-right-sec {
    margin-right: 0;
}

.creative-minds-section .col-left-sec img {
    display: block;
    width: auto;
    max-width: 100%;
}

.creative-minds-section .col-right-sec .section-title,
.creative-minds-section .col-right-sec .subheading {
    text-align: left;
}

.creative-minds-section .col-right-sec .section-title {
    margin-bottom: 37px;
}

.creative-minds-section .col-right-sec .subheading {
    margin-bottom: 50px;
}

.creative-minds-section .col-right-sec .section-title:before {
    margin-left: 0;
    margin-right: auto;
    bottom: -100px;
}

.creative-minds-section .col-right-sec .desc p {
    font-size: 17px;
    color: #544d5f;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

    .creative-minds-section .col-right-sec .desc p:last-child {
        margin-bottom: 0;
    }


.middle-content .about-page-why-sec {
    background: #572c96;
}

    .middle-content .about-page-why-sec .section-title,
    .middle-content .about-page-why-sec .subheading {
        color: #fff;
    }

        .middle-content .about-page-why-sec .section-title:before {
            background: #fff;
        }

    .middle-content .about-page-why-sec .inner-row {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

        .middle-content .about-page-why-sec .inner-row.two {
            margin-top: 30px;
        }

    .middle-content .about-page-why-sec .inner-white-box {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 35px 22px;
    }

        .middle-content .about-page-why-sec .inner-white-box .why-top-icon {
            width: 88px;
            height: 88px;
            display: block;
            margin: 0 auto;
        }

            .middle-content .about-page-why-sec .inner-white-box .why-top-icon img {
                width: auto;
                max-width: 100%;
                display: block;
            }

        .middle-content .about-page-why-sec .inner-white-box .title {
            color: #572c96;
            font-weight: 400;
            margin-top: 28px;
            font-size: 27px;
            margin-bottom: 4px;
        }

        .middle-content .about-page-why-sec .inner-white-box .whitedesc p {
            font-size: 17px;
            font-weight: 400;
            line-height: 27px;
            color: #716c7a;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 0;
        }

.middle-content .what-we-do {
    background: url(/images/what-we-do-bg.png) no-repeat 0 0;
    background-size: cover background-position: center;
}

    .middle-content .what-we-do .top-img-div {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin-bottom: 80px;
    }

        .middle-content .what-we-do .top-img-div img {
            width: auto;
            max-width: 100%;
            display: block;
        }

    .middle-content .what-we-do .btm-desc-dtl-sec p {
        font-size: 16px;
        color: #544d5f;
        font-weight: 400;
        line-height: 28px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 20px;
    }

        .middle-content .what-we-do .btm-desc-dtl-sec p:last-child {
            margin-bottom: 0;
        }

/*------------------------------ service - page ----------------------------------*/


/*.service-page .why-us-sec .section-title{
	text-align: left;
}
.service-page .why-us-sec .section-title:before{
	left: 0;
	right: auto;
}*/

.service-page .why-us-sec .col-full-width .col-right .about-desc,
.who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
    font-size: 27px;
}


.service-page .why-us-sec.logo-design .col-full-width .col-left,
.service-page .why-us-sec.logo-design .col-full-width .col-right {
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
}

.service-page .why-us-sec .col-full-width .col-right .about-desc p {
    margin-top: 23px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
}

.service-page .why-us-sec.logo-design .col-full-width .col-left {
    margin-right: 0;
}

    .service-page .why-us-sec.logo-design .col-full-width .col-left .inner-desc-block ul {
        margin-top: 20px;
    }

        .service-page .why-us-sec.logo-design .col-full-width .col-left .inner-desc-block ul li {
            margin-bottom: 17px;
            font-size: 15px;
            line-height: 22px;
        }


.full-width-bg-color,
.smm-bg-color {
    background: #1660ab;
    text-align: left;
}


    .full-width-bg-color.graphic-bg-color {
        background: #ed3237;
    }

    .full-width-bg-color.brochure-bg-color {
        background: #07aebe;
    }

    .full-width-bg-color.website-bg-color {
        background: #c78f0d;
    }

    .full-width-bg-color.package-bg-color {
        background: #019077;
    }

    .full-width-bg-color.event-bg-color {
        background: #e76923;
    }

    .full-width-bg-color .section-title,
    .full-width-bg-color .subheading {
        text-align: left;
        color: #fff;
    }

    .full-width-bg-color .subheading {
        margin-bottom: 0;
        position: relative;
    }

        .full-width-bg-color .subheading:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 25px solid #1660ab;
            bottom: -105px;
            top: auto;
            left: 0;
            right: auto;
        }

    .full-width-bg-color.graphic-bg-color .subheading:before {
        border-top-color: #ed3237;
    }

    .full-width-bg-color.brochure-bg-color .subheading:before {
        border-top-color: #07aebe;
    }

    .full-width-bg-color.website-bg-color .subheading:before {
        border-top-color: #c78f0d;
    }

    .full-width-bg-color.package-bg-color .subheading:before {
        border-top-color: #019077;
    }


    .full-width-bg-color.event-bg-color .subheading:before {
        border-top-color: #e76923;
    }

    .full-width-bg-color .section-title:before {
        left: 0;
        right: auto;
        background: #fff;
    }

.service-why-sec.why-us-sec .col-full-width .col-right {
    width: 56%;
}

.service-why-sec.why-us-sec .col-full-width .col-left {
    width: 40%;
}

.service-page .middle-content .work-imgaes-sec {
    background: #ecf0f7;
}

.btm-logo-section .col-md-3 {
    padding: 0;
    width: 25%;
    float: left;
    overflow: hidden;
}

    .btm-logo-section .col-md-3 img {
        width: auto;
        display: block;
        max-width: 100%;
    }

.btm-logo-section .inner-sec {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.view-all-center {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .view-all-center a {
        display: block;
        width: 200px;
        margin: 0 auto;
        background: #1660ab;
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
        margin-top: 50px;
    }


/*----------------------- contact - us - page -----------------------*/

.btm-usp-sec {
    /*background: #1660ab;*/
    /*background: #ff007f;*/
    background: #ffe000;
}

    .btm-usp-sec ul {
        padding: 0;
        margin: 0;
    }

        .btm-usp-sec ul li {
            display: inline-block;
            width: 33.33%;
            margin-left: -4px;
            padding: 25px 0;
        }

            .btm-usp-sec ul li .left-usp-icon {
                background: #fff;
                width: 100px;
                height: 100px;
                line-height: 100px;
                border-radius: 50%;
                padding: 20px;
                box-shadow: 0 0 12px 5px rgba(0,0,0,0.3);
                display: inline-block;
                vertical-align: middle;
            }

                .btm-usp-sec ul li .left-usp-icon img {
                    display: block;
                    width: auto;
                    max-width: 100%;
                }

            .btm-usp-sec ul li .right-usp-content {
                display: inline-block;
                width: calc(100% - 129px);
                vertical-align: middle;
                margin-left: 25px;
            }

                .btm-usp-sec ul li .right-usp-content .top-big-font,
                .btm-usp-sec ul li .right-usp-content .btm-small-font {
                    color: #000;
                    font-size: 20px;
                    font-weight: 800;
                    font-family: 'Montserrat', sans-serif;
                }

                .btm-usp-sec ul li .right-usp-content .btm-small-font {
                    font-weight: 300;
                }

.contatc-page-sec {
    background: #ecf0f7;
}

    .contatc-page-sec .full-width-contact-form {
        width: 100%;
        background: #1660ab;
        display: inline-block;
        vertical-align: middle;
        padding: 25px;
        border-radius: 5px;
    }

        .contatc-page-sec .full-width-contact-form .col-md-12 input,
        .contatc-page-sec .full-width-contact-form .col-md-12 textarea {
            width: 32.33%;
            margin-right: 1.5%;
            margin-left: -4px;
            margin-bottom: 15px;
            height: 45px;
            border-radius: 3px;
            border: 2px solid #d1cbdc;
            background: transparent;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
            padding: 10px;
        }

            .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(3),
            .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(6) {
                margin-right: 0;
            }

        .contatc-page-sec .full-width-contact-form .col-md-12 textarea {
            width: 100%;
            height: 250px;
            color: #fff;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 input::-webkit-input-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 input::-moz-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 input:-ms-input-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 input:-moz-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 textarea::-webkit-input-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 textarea::-moz-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 textarea:-ms-input-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 textarea:-moz-placeholder {
            opacity: 1 !important;
            color: #fff !important;
        }



        .contatc-page-sec .full-width-contact-form .col-md-12.btn-row input,
        .mockup-work a.btn {
            display: block;
            margin: 0 auto;
            background: #f37935;
            color: #fff;
            border: 2px solid transparent;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 700;
            width: 250px;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
        }

            .contatc-page-sec .full-width-contact-form .col-md-12.btn-row input:hover {
                background: #1660ab;
                border: 2px solid #f37935;
                color: #f37935;
            }

.map-section,
.map-section iframe {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}


/*---------------------------- work - page -------------------------------*/

.mockup-work {
    padding-left: 0;
}

    .mockup-work li {
        list-style: none;
        border: solid 10px #fff;
    }

        .mockup-work li img {
            display: block;
            width: 100%;
            max-width: 100%;
        }

    .mockup-work .half-mockup {
        width: 50%;
        float: left;
    }

    /*.mockup-work .half-mockup a{
	display: block;
}*/

    .mockup-work.campaign-work .half-mockup {
        width: 33.33%;
    }

    .mockup-work a.btn {
        display: block;
        text-align: center;
        padding: 10px;
        margin: 10px auto;
        border-radius: 4px;
        text-decoration: none;
    }

    .mockup-work.web-mockup-work .half-mockup {
        padding: 20px;
    }

.web-mockup-work-img {
    height: 400px;
    overflow: hidden;
}




/*-------------------------------- brand - page ----------------------------------*/


.branding-left-right-sec {
    padding: 40px 0;
}

.left-title h2,
.left-title a,
.left-title a:hover {
    font-size: 28px;
    margin: 10px 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.fixed-left-title.left-title {
    position: fixed;
    top: 50px;
}

.logo-work-banner {
    /*background: url(/images/logo-wrok-banner.png) no-repeat 0 0;
	background-position: center;
	background-size: cover;*/
    padding: 0;
}

    .logo-work-banner img {
        display: block;
        width: auto;
        max-width: 100%;
    }


/*---------------------- thanks - page -----------------------*/

.thanks-content {
    padding: 80px 0;
    text-align: center;
}

    .thanks-content .thanks-icon {
        width: 100px;
        display: block;
        margin: 0 auto 25px;
    }

        .thanks-content .thanks-icon img {
            width: auto;
            display: block;
            max-width: 100%;
        }

    .thanks-content .thank-heading {
        font-size: 48px;
        font-weight: 300;
        border-bottom: 3px solid #f37935;
        /*font-family: 'Montserrat', sans-serif;*/
        display: inline-block;
        line-height: 55px;
        width: auto;
        color: #1660ab;
        text-transform: capitalize;
    }

    .thanks-content .thank-sub-content {
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
        margin-top: 25px;
        color: #424242;
    }


/*----------------------------- privacy - policy --------------------------------*/


.content-section {
    margin-bottom: 35px;
}

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

.sec-title-small,
.sec-title-main {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    color: #1660ab;
    margin-bottom: 0;
    /*line-height: 30px;*/
}

.sec-title-main {
    text-transform: uppercase;
    font-weight: 700;
    /*font-size: 25px;*/
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
}

.middle-content .what-we-do .btm-desc-dtl-sec.p-policy p {
    margin-bottom: 10px;
}


/*.btm-slider-section .bx-wrapper .bx-pager{
	max-height: 0px;
	overflow: hidden;
	overflow-y: auto;
}*/



.mobile-fixed-quote-section {
    display: none
}


/* 15th April */
.block-desc .btn-group {
    margin-top: 20px;
}

    .block-desc .btn-group a img {
        width: 120px;
    }

.new-about ul {
    margin: 0;
    padding: 0;
}

    .new-about ul li {
        font-size: 17px;
        color: #544d5f;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 10px;
        font-family: 'Montserrat', sans-serif;
    }

.new-about .inner-desc-block {
    font-size: 17px;
    color: #544d5f;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.new-why-us h3.subheading {
    text-transform: none;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 40px;
}

.new-why-us h4 {
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    text-align: center
}


.get-started {
    width: auto;
    display: table;
    margin: 20px auto 0
}

    .get-started span {
        line-height: 46px;
        font-size: 20px;
        color: #000000
    }

    .get-started .input {
        line-height: 46px;
        height: 46px;
        border: none;
        background: #FFFFFF;
        width: 300px;
        padding: 0 10px;
        margin: 0 20px;
        color: #000;
    }

    .get-started .submit {
        border: none;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: bold;
        background: #f37935;
    }

        .get-started .submit:hover {
            background: #000000;
        }

/*----------------------------- Responsive -----------------------------*/


@media only screen and (min-width:0px) and (max-width:1680px) {

    .top-menu .right-dtl-col .menu-toggle {
        right: -38px;
    }

    .banner-container {
        width: 1200px;
    }

    .service-page .col-grid-3 .brand {
        padding: 70px 39px 45px;
    }

    .top-banner .slider-left-content .top-content {
        font-size: 55px;
        line-height: 55px;
    }

    .top-banner .slider-left-content .main-heading {
        font-size: 175px;
        line-height: 175px;
    }

    .top-banner .slider-left-content .sub-head-lines {
        font-size: 22px;
    }

    .top-banner .right-element-sec {
        height: 600px;
    }

        .top-banner .right-element-sec.active img.element-2 {
            top: 61.5%;
            left: 80%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            top: 26%;
            right: -6px;
        }

        .top-banner .right-element-sec.active img.element-4 {
            top: 35%;
            left: 53%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 28%;
            left: 44%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            top: 48%;
            left: 37%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            top: 58.5%;
            left: 46%;
        }
}



@media only screen and (min-width:0px) and (max-width:1536px) {



    .top-banner .right-element-sec.active img.element-1 {
        right: 14%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 66.5%;
        left: 78%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 38%;
        right: -6px;
    }

    .top-banner .right-element-sec.active img.element-4 {
        top: 43%;
        left: 51%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        top: 37%;
        left: 42%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        top: 55.5%;
        left: 34.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 64.5%;
        left: 44%;
    }

    .service-sec-container {
        width: 1200px;
    }

    .top-icon {
        width: 120px;
        height: 120px;
    }

        .top-icon img {
            width: 80px;
            display: block;
            max-width: 80%;
        }

    .title {
        font-size: 30px;
        margin-top: 34px;
    }

    .small-title {
        margin-bottom: 20px;
    }

    .block-desc {
        font-size: 15px;
        line-height: 26px;
    }

    .col-grid-3 .brand {
        padding: 53px 25px 30px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .subheading {
        margin-bottom: 55px;
    }

    .middle-content .service-section,
    .middle-content .our-work-section,
    .middle-content .request-quote-form,
    .middle-content .why-us-sec,
    .middle-content .difference-section,
    .middle-content .testimonial-slider,
    .middle-content .contact-sec,
    .middle-content .creative-minds-section,
    .middle-content .about-page-why-sec,
    .middle-content .what-we-do,
    .middle-content .full-width-bg-color,
    .middle-content .work-imgaes-sec {
        padding: 65px 0;
    }

    .middle-content .our-work-section {
        padding-bottom: 0;
    }

    .middle-content .testimonial-slider {
        padding-bottom: 230px;
    }

    .right-testi-icon img {
        top: -65px;
    }

    /*---------------------- service - pages -----------------------*/

    .service-page .col-grid-3 .brand {
        padding: 55px 25px 45px;
    }

    .col-grid-3 .brand.new,
    .col-grid-3 .brand.smm,
    .col-grid-3 .brand.graphic-design,
    .col-grid-3 .brand.promotion {
        margin-top: 42px;
    }

    .full-width-bg-color .subheading::before {
        bottom: -90px;
    }
}



@media only screen and (min-width:0px) and (max-width:1536px) {

    .top-menu .right-dtl-col .menu-toggle {
        right: -36px;
    }

    .service-why-sec .col-full-width {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:0px) and (max-width:1440px) {

    .top-menu .right-dtl-col .menu-toggle {
        right: -34px;
    }

    .services-banner .banner-right-content-div .banner-title,
    .services-banner .btm-logo-desc .banner-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .top-banner .slider-left-content .top-content {
        font-size: 55px;
        line-height: 55px;
    }

    .top-banner .slider-left-content .main-heading {
        font-size: 180px;
        line-height: 180px;
    }

    .top-banner .slider-left-content .sub-head-lines {
        font-size: 20.9px;
    }

    .top-banner .right-element-sec {
        height: 578px;
    }

        .top-banner .right-element-sec.active img.element-1 {
            right: 16%;
        }

        .top-banner .right-element-sec.active img.element-2 {
            top: 68.5%;
            left: 75.5%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            top: 44%;
        }

        .top-banner .right-element-sec.active img.element-4 {
            top: 47%;
            left: 48%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 41%;
            left: 38.5%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            top: 58.5%;
            left: 32.5%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            top: 66.5%;
            left: 42%;
        }

    .top-menu .left-logo-col {
        width: 36%;
    }

    .top-menu .right-dtl-col {
        width: 64%;
    }

    .title {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .section-title {
        font-size: 20px;
    }

    .subheading,
    .service-page .why-us-sec .col-full-width .col-right .about-desc,
    .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        font-size: 24px;
    }
}


@media only screen and (min-width:0px) and (max-width:1366px) {



    .top-banner .right-element-sec.active img.element-1 {
        right: 14%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 71.5%;
        left: 77.5%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 47%;
    }

    .top-banner .right-element-sec.active img.element-4 {
        top: 51%;
        left: 50%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        top: 46%;
        left: 41%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        top: 62%;
        left: 34.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 69.5%;
        left: 44%;
    }

    #filters.work-container,
    .service-sec-container {
        width: 1000px;
    }

    #filters li {
        font-size: 13px;
    }

        #filters li span {
            padding: 9px 18px;
        }

    .section-title {
        font-size: 20px;
    }

    .subheading {
        font-size: 23px;
        margin-bottom: 45px;
    }

    .service-page .service-sec-container {
        width: 1170px;
    }

    .top-menu .right-dtl-col .menu-toggle {
        right: -32px;
    }

    .middle-content .service-section,
    .middle-content .our-work-section,
    .middle-content .request-quote-form,
    .middle-content .why-us-sec,
    .middle-content .difference-section,
    .middle-content .testimonial-slider,
    .middle-content .contact-sec,
    .middle-content .creative-minds-section,
    .middle-content .about-page-why-sec,
    .middle-content .what-we-do,
    .middle-content .full-width-bg-color,
    .middle-content .work-imgaes-sec {
        padding: 50px 0;
    }

    .full-width-bg-color .subheading::before {
        bottom: -75px;
    }
}


@media only screen and (min-width:0px) and (max-width:1200px) {

    .top-menu .right-dtl-col .menu-toggle {
        right: -29px;
    }

    .btm-main-menu ul li a {
        padding: 20px 82px;
    }

    .services-banner .banner-right-content-div .banner-title,
    .services-banner .btm-logo-desc .banner-title {
        font-size: 31px;
        margin-bottom: 15px;
    }

    .services-banner .banner-right-content-div .banner-desc,
    .services-banner .btm-logo-desc .banner-desc {
        line-height: 27px;
    }

    .top-banner .slider-left-content {
        padding: 50px 0;
        padding-left: 46px;
    }

        .top-banner .slider-left-content .top-content {
            font-size: 48px;
            line-height: 48px;
        }

        .top-banner .slider-left-content .main-heading {
            font-size: 157px;
            line-height: 157px;
        }

    .about-us-page .top-banner .slider-left-content .main-heading {
        font-size: 123px;
        line-height: 123px;
    }

    .about-us-page .top-banner .slider-left-content .top-content {
        font-size: 40px;
        line-height: 40px;
    }

    .top-banner .slider-left-content .sub-head-lines {
        font-size: 17.9px;
    }

    .top-banner .right-element-sec {
        height: 482px;
    }

        .top-banner .right-element-sec img.element-1 {
            width: 34%;
            right: 15%;
        }

        .top-banner .right-element-sec.active img.element-2 {
            top: 73.5%;
            left: 77.5%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            top: 47%;
            width: 28%;
        }

        .top-banner .right-element-sec.active img.element-4 {
            width: 43%;
            top: 52%;
            left: 48%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 48.5%;
            left: 39%;
            width: 19%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            top: 61.5%;
            left: 29.5%;
            width: 23.5%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            top: 69.5%;
            left: 40%;
            width: 23.5%;
        }

    .middle-content .service-section,
    .middle-content .our-work-section,
    .middle-content .request-quote-form,
    .middle-content .why-us-sec,
    .middle-content .difference-section,
    .middle-content .testimonial-slider,
    .middle-content .contact-sec,
    .middle-content .creative-minds-section,
    .middle-content .about-page-why-sec,
    .middle-content .what-we-do,
    .middle-content .full-width-bg-color,
    .middle-content .work-imgaes-sec {
        padding: 50px 0;
    }

    .middle-content .our-work-section {
        padding-bottom: 0;
    }

    .middle-content .testimonial-slider {
        padding-bottom: 230px;
    }

    .right-testi-icon img {
        top: -50px;
    }

    .title {
        margin-top: 30px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .top-icon {
        width: 100px;
        height: 100px;
    }

    .small-title {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .block-desc {
        font-size: 14px;
        line-height: 23px;
    }

    .col-grid-3 .brand {
        padding: 40px 25px 30px;
    }

    .why-us-sec .col-full-width .col-right .inner-desc-block ul li {
        margin-bottom: 16px;
    }

    .service-page .col-grid-3 .brand {
        padding: 45px 25px 35px;
    }

    /*---------------------- about - us - page -----------------------*/

    .banner-container,
    .about-us-page .container,
    .service-page .service-sec-container {
        width: 1000px;
        padding: 0 15px;
    }

    .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc,
    .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        font-size: 24px;
    }

    .who-we-are-sec.why-us-sec .box-title .big-fonts {
        /*font-size: 56px;
		line-height: 60px;*/
    }

    .who-we-are-sec.why-us-sec .box-title {
        font-size: 19px;
    }

    .creative-minds-section .col-right-sec .subheading {
        margin-bottom: 30px;
    }

    .creative-minds-section .col-right-sec .desc p {
        margin-bottom: 16px;
    }

    .middle-content .about-page-why-sec .inner-white-box .title {
        font-size: 24px;
    }

    .middle-content .about-page-why-sec .inner-white-box .whitedesc p {
        font-size: 16px;
    }

    /*-------------------- service - page ---------------------*/

    .full-width-bg-color .subheading::before {
        bottom: -74px;
    }


    .col-grid-3 .brand.new,
    .col-grid-3 .brand.smm,
    .col-grid-3 .brand.graphic-design,
    .col-grid-3 .brand.promotion {
        margin-top: 32px;
    }

    .middle-content .request-quote-form .whole-box-form .right-form-section {
        padding: 30px 35px;
    }

        .middle-content .request-quote-form .whole-box-form .right-form-section .section-title,
        .middle-content .request-quote-form .whole-box-form .right-form-section .subheading {
            margin-bottom: 20px;
        }

            .middle-content .request-quote-form .whole-box-form .right-form-section .section-title::before {
                bottom: -40px;
            }

    .subheading {
        font-size: 20px;
    }

    .middle-content .request-quote-form .whole-box-form .left-form-img {
        overflow: hidden;
    }

        .middle-content .request-quote-form .whole-box-form .left-form-img img {
            max-height: 100%;
            max-width: none;
        }

    .top-menu .left-logo-col {
        width: 40%;
    }

    .top-menu .right-dtl-col {
        width: 60%;
    }
}


@media only screen and (min-width:0px) and (max-width:1024px) {

    .top-menu .right-dtl-col .menu-toggle {
        right: -26px;
    }

    .container,
    .banner-container,
    #filters.work-container,
    .service-sec-container,
    .about-us-page .container,
    .service-page .service-sec-container {
        width: 950px;
    }

    .box-title {
        font-size: 20px;
    }

    .tbl-responsive td.qualities {
        padding-right: 23px;
        font-size: 21px;
    }

    .footer-sec .footer-col.social-link-sec ul li a div.left-icon {
        width: 40px;
        font-size: 20px;
        padding: 11px 5px;
    }

    .footer-sec .footer-col.social-link-sec ul li a div.right-text {
        padding: 15px 6px;
    }

    .about-us-page .top-banner .slider-left-content .main-heading {
        font-size: 116px;
        line-height: 116px;
    }

    .about-us-page .top-banner .slider-left-content .top-content {
        font-size: 35px;
        line-height: 35px;
    }

    .middle-content .testimonial-slider {
        padding-bottom: 175px;
    }

    .footer .footer-top .footer-col ul li a {
        font-size: 12px;
    }

    #filters li span {
        padding: 9px 15px;
    }

    /*---------------------- about - us - page -----------------------*/

    .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc,
    .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        font-size: 25px;
    }

    .who-we-are-sec.why-us-sec .box-title {
        font-size: 18px;
    }

    .middle-content .about-page-why-sec .inner-white-box .whitedesc p,
    .middle-content .what-we-do .btm-desc-dtl-sec p {
        font-size: 15px;
        line-height: 24px;
    }

    /*---------------------- service - page ------------------------*/

    .service-page .col-grid-3 .brand {
        margin-top: 36px;
    }

    .service-page .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc,
    .service-page .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        font-size: 24px;
    }

    .top-menu .brand-slider .brand-logo .skdslider + span {
        font-size: 16px;
    }

    .top-menu .right-dtl-col .call-div {
        margin-right: 26px;
    }

    .top-menu .right-dtl-col .request-free-quote a {
        width: 215px;
        font-size: 18px;
    }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 122px;
    }

    .services-banner .banner-right-content-div .banner-title {
        margin-top: 0;
    }

    .services-banner .banner-right-content-div .banner-desc p:last-child,
    .services-banner .btm-logo-desc .banner-desc p:last-child {
        margin-bottom: 0;
    }

    .top-banner .right-element-sec {
        height: 420px;
    }

        .top-banner .right-element-sec.active img.element-1 {
            width: 42%;
            right: 20%;
        }

        .top-banner .right-element-sec.active img.element-2 {
            width: 27%;
            top: 73%;
            left: 70.5%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            width: 35%;
            top: 47%;
        }

        .top-banner .right-element-sec.active img.element-4 {
            width: 49%;
            top: 54%;
            left: 37%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 47.5%;
            left: 24%;
            width: 27%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            top: 61.5%;
            left: 12.5%;
            width: 29%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            width: 29%;
            top: 69.5%;
            left: 25%;
        }

    .top-banner .right-fixed-content .inner-social-link-box {
        width: 420px;
        right: -116px;
        top: 0;
        text-align: center;
    }

    .top-banner .right-fixed-content .link-div {
        padding-left: 5px;
    }

    .top-menu .brand-slider .brand-logo .skdslider {
        width: 75px;
    }

    .btm-main-menu ul li a {
        padding: 15px 75px;
    }

    .btm-usp-sec ul li .right-usp-content .top-big-font,
    .btm-usp-sec ul li .right-usp-content .btm-small-font {
        font-size: 16px;
    }
}

@media only screen and (min-width:0px) and (max-width:992px) {

    .top-menu {
        padding: 16px 0;
    }

        .top-menu .right-dtl-col .menu-toggle {
            right: -25px;
        }

        .top-menu .right-dtl-col .call-div p {
            font-size: 16px;
        }

        .top-menu .right-dtl-col .call-div span.phone-icon {
            width: 30px;
            margin-right: 9px;
        }

        .top-menu .right-dtl-col .request-free-quote a {
            line-height: 50px;
            height: 50px;
            font-size: 16px;
            width: 200px;
        }

        .top-menu .right-dtl-col .menu-toggle {
            width: 82px;
            height: 82px;
        }

        .top-menu .logo-left {
            margin-right: 6%;
        }

    .top-banner .right-fixed-content {
        width: 82px;
    }

        .top-banner .right-fixed-content .inner-social-link-box {
            right: -134px;
        }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 92px;
    }

    .top-banner .right-fixed-content .link-div {
        padding-left: 34px;
    }

    .top-banner .right-fixed-content .link-div {
        width: 36%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        width: 31%;
        top: 72%;
        left: 69%;
    }

    .top-banner .right-element-sec.active img.element-4 {
        width: 61%;
        top: 49.5%;
        left: 27.5%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        top: 46%;
        left: 15%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        top: 64%;
        left: 10.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 71.5%;
        left: 24%;
    }
}


@media only screen and (min-width:0px) and (max-width:991px) {

    .container,
    .banner-container,
    #filters.work-container,
    .service-sec-container,
    .about-us-page .container,
    .service-page .service-sec-container {
        width: 750px;
    }

    .btm-main-menu ul li a {
        padding: 15px 50px;
    }

    .col-grid-3 {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 28px;
    }

    .about-us-page .top-banner .slider-left-content .main-heading {
        font-size: 100px;
        line-height: 100px;
    }

    .col-grid-3:nth-child(2),
    .col-grid-3:nth-child(4),
    .col-grid-3:nth-child(6),
    .col-grid-3:nth-child(8) {
        margin-right: 0;
    }

    .col-grid-3 .brand.smm,
    .col-grid-3 .brand.graphic-design,
    .col-grid-3 .brand.promotion {
        margin-top: 0;
    }

    .col-grid-3:nth-child(5),
    .col-grid-3:nth-child(6),
    .col-grid-3:nth-child(9) {
        margin-bottom: 0;
    }

    .service-page .col-grid-3 .brand.new {
        margin-top: 28px;
    }

    .service-page .col-grid-3:nth-child(9) .brand.new {
        margin-top: 0;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 33px;
    }

        .section-title:before {
            bottom: -36px;
        }

    #filters li {
        font-size: 12px;
    }

    .middle-content .request-quote-form .whole-box-form .left-form-img,
    .middle-content .request-quote-form .whole-box-form .right-form-section {
        width: 100%;
        margin-left: 0;
    }

        .middle-content .request-quote-form .whole-box-form .left-form-img img {
            width: 100%;
        }

        .middle-content .request-quote-form .whole-box-form .right-form-section .section-title,
        .middle-content .request-quote-form .whole-box-form .right-form-section .subheading {
            text-align: center;
        }

            .middle-content .request-quote-form .whole-box-form .right-form-section .section-title::before {
                left: 0;
                right: 0;
            }

    .inner-blue-box.top .img-div,
    .inner-blue-box.bottom .img-div {
        width: 88px;
        height: auto;
        margin-right: 12px;
    }

    .box-title {
        font-size: 13px;
        line-height: 20px;
        margin-top: 100px;
    }

    .tbl-responsive td.qualities {
        padding-right: 12px;
        font-size: 16px;
        padding-left: 50px;
    }

        .tbl-responsive td.qualities::before {
            left: 14px;
        }

    .tbl-responsive td.desc {
        font-size: 12px;
        padding: 10px;
    }

    #filters li span {
        padding: 5px 6px;
    }

    .subheading br {
        display: none;
    }

    .subheading {
        font-size: 20px;
        margin-bottom: 28px;
    }

    .left-heading {
        width: 89%;
        margin-left: 0;
    }

    .right-testi-icon {
        width: 10%;
        margin-left: 0;
    }

        .right-testi-icon img {
            max-width: 100%;
        }

    .middle-content .testimonial-slider {
        background-position: left;
    }

    .testimonial-slider .bx-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 70%;
    }

    .pager-wrapper {
        margin-top: -67%;
        margin-left: 0;
    }

    .bx-wrapper .bx-pager {
        margin-top: 0;
        margin-left: 0;
        top: 0;
        bottom: auto;
    }

    .testimonial-slider .bx-wrapper .bx-viewport {
        padding: 25px 40px 80px;
    }

    .testimonial-slider .bx-wrapper .bx-controls-direction a {
        bottom: 19px;
    }

    .middle-content .testimonial-slider {
        padding-bottom: 50px;
    }

    .btm-country .col-md-3 {
        padding-bottom: 25px;
    }

        .btm-country .col-md-3:nth-child(2) .inner-block {
            border-right: 0;
        }

        .btm-country .col-md-3:nth-child(3) {
            padding-left: 0;
        }

    .btm-content-sec {
        margin-bottom: 50px;
    }

    .top-menu .right-dtl-col .menu-toggle {
        right: -25px;
    }

    .col-grid-3 {
        margin-bottom: 30px;
    }

    .service-why-sec.why-us-sec .col-full-width .col-left,
    .service-why-sec.why-us-sec .col-full-width .col-right {
        width: 100%;
        margin: 0;
    }

        .service-why-sec.why-us-sec .col-full-width .col-left .img-block {
            width: 500px;
            display: block;
            margin: 0 auto 25px;
        }

    .btm-usp-sec ul li .left-usp-icon {
        width: 80px;
        height: 80px;
        padding: 15px;
    }

    .btm-usp-sec ul li .right-usp-content {
        margin-left: 12px;
    }

        .btm-usp-sec ul li .right-usp-content .top-big-font,
        .btm-usp-sec ul li .right-usp-content .btm-small-font {
            font-size: 14px;
        }

    .btm-usp-sec ul li {
        padding: 15px 0;
    }




    /*---------------------- about - us - page -----------------------*/

    .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc,
    .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        font-size: 24px;
    }

    .who-we-are-sec.why-us-sec .box-title .big-fonts {
        font-size: 50px;
        line-height: 60px;
    }

    .who-we-are-sec.why-us-sec .box-title {
        font-size: 12px;
        margin-top: 61px;
    }

    .creative-minds-section .col-right-sec .desc p {
        font-size: 14px;
        line-height: 23px;
    }

    .creative-minds-section .col-right-sec .section-title {
        font-size: 17px;
    }

        .creative-minds-section .col-right-sec .section-title::before {
            bottom: -84px;
        }

        .creative-minds-section .col-right-sec .section-title br {
            display: none;
        }

    .creative-minds-section .col-right-sec .subheading {
        margin-bottom: 20px;
    }

    .middle-content .about-page-why-sec .inner-white-box .whitedesc p {
        font-size: 13px;
        line-height: 21px;
    }

    .middle-content .what-we-do .top-img-div {
        margin-bottom: 60px;
    }

    /*----------------------- service - page -----------------------*/

    .service-page .who-we-are-sec.why-us-sec .col-full-width .col-right .about-desc,
    .service-page .who-we-are-sec.why-us-sec .col-full-width .col-left .about-desc {
        font-size: 22px;
    }

    .service-page .why-us-sec .col-full-width .col-left .inner-desc-block ul li {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .col-grid-3:nth-child(3) {
        margin-right: 3.5%;
    }

    .service-page .col-grid-3 .brand {
        margin-top: 0;
    }

    .services-banner .banner-left-img-div,
    .services-banner .banner-right-content-div {
        width: 100%;
        margin: 0;
    }

    .services-banner .banner-left-img-div {
        width: 500px;
        display: block;
        margin: 0 auto 25px;
    }

    .services-banner .banner-right-content-div,
    .services-banner .banner-right-content-div .banner-desc,
    .services-banner .btm-logo-desc .banner-desc,
    .services-banner .btm-logo-desc .banner-title {
        text-align: center;
    }

    .service-page .why-us-sec.logo-design .col-full-width .col-left,
    .service-page .why-us-sec.logo-design .col-full-width .col-right {
        width: 100%;
        margin: 0 0 35px 0;
    }

    .service-page .why-us-sec.logo-design .col-full-width .col-left {
        margin-bottom: 0;
    }

    .middle-content .request-quote-form .whole-box-form .left-form-img {
        max-height: 450px;
        overflow: hidden;
    }

    .services-banner.service-logo-banner .top-logo-process .element-section .btm-process {
        font-size: 12px;
    }

    .services-banner.service-logo-banner .top-logo-process .arrow-sec {
        padding-top: 24px;
    }


    /*-------------------------------- Home Slider--------------------------------*/
    #sldDesk h3 {
        top: 0 !important;
        left: 0 !important;
        position: relative;
        font-size: 70px;
    }
    #sldDesk h4 {
        top: 45% !important;
        left: auto !important;
        position: relative;
        font-size: 60px;
    }
    /*-------------------------------- Contact - us - page  --------------------------------*/
    .contatc-page-sec .full-width-contact-form .col-md-12 input,
    .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(3) {
        width: 48%;
        margin-right: 4%;
    }

        .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(2),
        .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(4),
        .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(6) {
            margin-right: 0;
        }
}

@media only screen and (min-width:0px) and (max-width:768px) {

    .top-menu .left-logo-col {
        width: 51%;
    }

    .top-menu .logo-left {
        margin-right: 4%;
    }

    .top-menu .brand-slider .brand-logo .skdslider {
        width: 67px;
    }

    .top-menu .right-dtl-col {
        width: 49%;
    }

        .top-menu .right-dtl-col .call-div {
            margin-right: 10px;
        }

            .top-menu .right-dtl-col .call-div p {
                font-size: 0;
            }

        .top-menu .right-dtl-col .request-free-quote {
            margin-right: 88px;
        }

        .top-menu .right-dtl-col .menu-toggle {
            right: -21px;
        }

    .top-banner .slider-left-content .top-content {
        font-size: 33px;
        line-height: 33px;
    }

    .top-banner .slider-left-content .main-heading {
        font-size: 109px;
        line-height: 109px;
    }

    .top-banner .slider-left-content .sub-head-lines {
        font-size: 12px;
        padding-left: 5px;
    }

    .top-banner .slider-left-content {
        padding-left: 25px;
    }

    .top-banner .slider-left-content {
        width: 400px;
    }

    .top-banner .right-element-sec {
        height: 344px;
        width: calc(100% - 404px);
    }

        .top-banner .right-element-sec.active img.element-1 {
            right: 22%;
        }

        .top-banner .right-element-sec.active img.element-2 {
            top: 69%;
            left: 67%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            top: 44%;
        }

        .top-banner .right-element-sec.active img.element-4 {
            width: 59%;
            top: 45.5%;
            left: 26.5%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 41%;
            left: 14%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            top: 60%;
            left: 8.5%;
            width: 28%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            top: 68%;
            left: 22%;
        }

    .top-banner .right-fixed-content {
        width: 81px;
    }

    img.image-404 {
        width: 200px;
    }

    .object_earth {
        position: absolute;
        top: 25%;
        left: 15%;
    }

    .object_moon {
        position: absolute;
        top: 20%;
        left: 25%;
    }

    .box_astronaut {
        top: 25%;
        right: 0%;
    }

    img.object_astronaut {
        width: 120px;
    }

    .sitemap {
        padding: 30px;
    }
}




@media only screen and (min-width:0px) and (max-width:767px) {


    .top-menu-section .top-menu.fixed-header {
        position: relative;
        border: 0;
    }

    .top-menu-section .top-menu {
        box-shadow: 0 0 25px -1px #000 !important;
        border-bottom: 1px solid #000;
    }

    .btm-main-menu {
        display: none;
    }

    .top-banner .slider-left-content {
        width: 340px;
    }

    .top-banner .right-element-sec {
        width: calc(100% - 344px);
    }

        .top-banner .right-element-sec.active img.element-1 {
            right: 21%;
        }

        .top-banner .right-element-sec.active img.element-2 {
            width: 27%;
            top: 67%;
            left: 69%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            top: 38%;
        }

        .top-banner .right-element-sec.active img.element-4 {
            width: 53%;
            top: 42.5%;
            left: 32.5%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 36%;
            left: 20%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            top: 54%;
            left: 11.5%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            top: 63%;
            left: 23.5%;
        }

    .mobile-fixed-quote-section {
        display: block;
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        z-index: 9999;
        vertical-align: middle
    }

        .mobile-fixed-quote-section a {
            padding: 15px;
            font-size: 20px;
            line-height: 33px;
            display: block;
            float: left;
            /*color: #f6d538;*/
            color: #fff;
            width: 60%;
            position: relative;
            /*background: #3d193b;*/
            /*background: #febf2d;*/
            /*background: #faff00;*/
            background: #2276cb;
            outline: 0;
            text-decoration: none;
        }

            .mobile-fixed-quote-section a + a {
                width: 20%;
                text-align: center;
                /*background: #efdd1e;*/
                /*background: #612f5e*/
                /*background: #d49b19;*/
                background: #308ae4;
            }

                .mobile-fixed-quote-section a + a + a {
                    /*background: #81457e*/
                    background: #abe903;
                    background: #4fa2f5;
                }

            .mobile-fixed-quote-section a img {
                display: block;
                margin: auto;
                left: 0;
                right: 0;
                text-align: center
            }

    #f1_card {
        height: 85px;
    }

    .middle-content .service-section,
    .middle-content .our-work-section,
    .middle-content .request-quote-form,
    .middle-content .why-us-sec,
    .middle-content .difference-section,
    .middle-content .testimonial-slider,
    .middle-content .contact-sec,
    .middle-content .creative-minds-section,
    .middle-content .about-page-why-sec,
    .middle-content .what-we-do,
    .middle-content .full-width-bg-color,
    .middle-content .work-imgaes-sec {
        padding: 30px 0;
    }

    .industries-serve ul {
        padding: 0
    }

    .middle-content .our-work-section {
        padding-bottom: 0;
    }

    .container,
    .banner-container,
    #filters.work-container,
    .service-sec-container,
    .our-work-section .section-title,
    .our-work-section .subheading,
    .about-us-page .container,
    .service-page .service-sec-container {
        width: 100%;
        padding: 0 15px;
    }

    .about-us-page .top-banner .slider-left-content, .about-us-page .top-banner .right-img-sec {
        width: 290px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

        .about-us-page .top-banner .slider-left-content .main-heading {
            font-size: 83px;
            line-height: 83px;
        }

        .about-us-page .top-banner .slider-left-content .top-content {
            font-size: 32px;
            line-height: 32px;
        }

    .tbl-responsive th + th {
        font-size: 24px;
    }

    .right-testi-icon img {
        top: -30px;
    }

    .btm-content-sec {
        padding-bottom: 0;
    }

        .btm-content-sec .col-md-3,
        .btm-content-sec .col-md-6 {
            padding-bottom: 35px;
        }

    /*------------------ about - us - page ------------------*/

    .who-we-are-sec.why-us-sec .col-full-width .col-right,
    .who-we-are-sec.why-us-sec .col-full-width .col-left {
        width: 100%;
        margin: 0;
    }

    .who-we-are-sec.why-us-sec .col-full-width {
        position: relative;
    }

        .who-we-are-sec.why-us-sec .col-full-width .col-left {
            position: absolute;
            top: 25px;
            bottom: auto;
            width: 290px;
            height: auto;
            left: 0;
            margin: auto;
            right: 0;
        }

        .who-we-are-sec.why-us-sec .col-full-width .col-right {
            padding-top: 250px;
            text-align: center;
        }

    .why-us-sec .col-full-width.last-full-block {
        margin-top: 45px;
    }

    .creative-minds-section .col-left-sec,
    .creative-minds-section .col-right-sec {
        width: 100%;
    }

    .creative-minds-section .col-left-sec {
        width: 290px;
        display: block;
        margin: 25px auto;
        left: 0;
        top: 0;
        right: 0;
    }

    .creative-minds-section .col-right-sec,
    .creative-minds-section .col-right-sec .section-title,
    .creative-minds-section .col-right-sec .subheading {
        text-align: center;
    }

        .creative-minds-section .col-right-sec .section-title:before {
            left: 0;
            right: 0;
            margin: auto;
            bottom: -76px;
        }

    .middle-content .about-page-why-sec .inner-white-box {
        margin-bottom: 30px;
    }

    .middle-content .about-page-why-sec .col-md-4 {
        padding: 0;
    }

        .middle-content .about-page-why-sec .col-md-4:last-child .inner-white-box {
            margin-bottom: 0;
        }

    .middle-content .what-we-do .btm-desc-dtl-sec p {
        text-align: center;
    }

    /*---------------------- service - page ----------------------*/

    .service-page .why-us-sec.logo-design .col-full-width .col-left,
    .service-page .why-us-sec.logo-design .col-full-width .col-right {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .service-page .why-us-sec.logo-design .col-full-width .col-left {
        position: relative;
    }

    .full-width-bg-color .subheading::before {
        bottom: -54px;
    }

    .middle-content .request-quote-form .whole-box-form .right-form-section {
        padding: 40px 35px;
    }

    .star_rating {
        padding: 20px 0;
    }

    .testimonial-slider .bx-wrapper .title {
        font-size: 30px;
        line-height: 38px;
    }

    img.object_astronaut {
        width: 120px;
    }

    .box_astronaut {
        top: 35%;
        right: 0%;
    }

    .object_earth {
        top: 35%;
        left: 15%;
    }

    .object_moon {
        position: absolute;
        top: 27%;
        left: 25%;
    }

    img.image-404 {
        width: 200px;
    }
}

@media only screen and (min-width:0px) and (max-width:730px) {

    .top-menu .left-logo-col {
        width: 54%;
    }

    .top-menu .right-dtl-col {
        width: 46%;
    }

    .top-menu .brand-slider .brand-logo .skdslider + span {
        font-size: 14px;
    }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 86px;
    }

        .top-menu .right-dtl-col .request-free-quote a {
            line-height: 45px;
            height: 45px;
            font-size: 15px;
            width: 150px;
        }

        .top-menu .right-dtl-col .request-free-quote .btm-form-div {
            right: 0;
        }

    .top-menu .right-dtl-col .menu-toggle {
        right: -19px;
        width: 88px;
        height: 88px;
    }

    .top-menu .right-dtl-col .call-div span.phone-icon {
        width: 24px;
        margin-right: 0;
    }

    .service-why-sec.why-us-sec .col-full-width .col-left .img-block {
        width: 100%;
    }

    .top-menu .right-dtl-col .menu-toggle {
        top: -18px;
        width: 81px;
        height: 81px;
    }

    .top-banner .right-element-sec.active img.element-1 {
        right: 18%;
        width: 37%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 70%;
        left: 72%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 40%;
    }

    .top-banner .right-element-sec.active img.element-4 {
        top: 46.5%;
        left: 35.5%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        width: 23%;
        top: 43%;
        left: 25%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        width: 25%;
        top: 62.5%;
        left: 21.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 70%;
        left: 32.5%;
        width: 26%;
    }
}


@media only screen and (min-width:0px) and (max-width:700px) {

    #filters.work-container {
        padding: 5px 15px;
        border-radius: 40px;
        width: 93%;
    }

    .why-us-sec .col-full-width .col-left,
    .why-us-sec .col-full-width .col-right {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .why-us-sec .col-full-width .col-right {
        margin-bottom: 0;
    }

    .why-us-sec .col-full-width.last-full-block {
        margin-top: 35px;
    }

    .box-title {
        margin-top: 88px;
    }

    .inner-blue-box.top,
    .inner-blue-box.bottom {
        padding: 30px;
    }

    .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
        width: 120px;
        height: 120px;
    }

    .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 80px;
        height: 80px;
    }

        .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
            width: 100px;
            height: 100px;
        }

    .testimonial-slider .bx-wrapper {
        margin-top: 45%;
    }

    .pager-wrapper {
        margin-top: -45%;
        margin-left: 0;
        max-height: 200px;
    }

    .bx-wrapper .bx-pager {
        margin-top: 0;
    }

    .testimonial-slider .bx-wrapper .bx-viewport {
        padding: 20px 15px 65px;
    }

    .service-why-sec.why-us-sec .col-full-width .col-left,
    .service-why-sec.why-us-sec .col-full-width .col-right {
        width: 100%;
    }

    .service-why-sec.why-us-sec .col-full-width .col-left {
        width: 290px;
        display: block;
        margin: 0 auto 25px;
    }

    .top-banner .right-element-sec.active img.element-1 {
        right: 17%;
        width: 36%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 73%;
        left: 73%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 44%;
    }

    .top-banner .right-element-sec.active img.element-4 {
        width: 56%;
        top: 50.5%;
        left: 35%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        width: 21%;
        top: 49%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        width: 25%;
        top: 65.5%;
        left: 23.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 73%;
        left: 35%;
        width: 25%;
    }
}

@media only screen and (min-width:0px) and (max-width:650px) {


    .top-menu .right-dtl-col .menu-toggle {
        right: -18px;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 77%;
        left: 73%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 52%;
    }

    .top-banner .right-element-sec.active img.element-4 {
        top: 56.5%;
        left: 34.5%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        top: 55%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        width: 24%;
        top: 71.5%;
        left: 24.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 77%;
        left: 35%;
    }
}


@media only screen and (min-width:0px) and (max-width:645px) {

    .top-menu .brand-slider .brand-logo .skdslider {
        width: 60px;
    }

        .top-menu .brand-slider .brand-logo .skdslider + span {
            font-size: 13px;
        }
}

@media only screen and (min-width:0px) and (max-width:630px) {

    .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
        width: 117px;
    }

    .top-menu .right-dtl-col .menu-toggle {
        right: -18px;
    }
}

@media only screen and (min-width:0px) and (max-width:625px) {

    .top-menu .right-dtl-col .request-free-quote a {
        line-height: 42px;
        height: 42px;
        font-size: 13px;
        width: 145px;
    }

    .services-banner.service-logo-banner .top-logo-process .element-section {
        width: 35%;
    }

    .services-banner.service-logo-banner .top-logo-process .arrow-sec {
        width: 7%;
        padding-top: 34px;
    }

    .services-banner.service-logo-banner .top-logo-process {
        text-align: center;
    }
}


@media only screen and (min-width:0px) and (max-width:620px) {

    .top-menu .right-dtl-col .menu-toggle {
        right: -10px;
    }

    .top-banner .slider-left-content {
        width: 300px;
    }

        .top-banner .slider-left-content .top-content {
            font-size: 29px;
            line-height: 29px;
        }

        .top-banner .slider-left-content .main-heading {
            font-size: 96px;
            line-height: 90px;
        }

        .top-banner .slider-left-content .sub-head-lines {
            font-size: 10.7px;
            padding-left: 6px;
        }

    .top-banner .right-element-sec {
        width: calc(100% - 304px);
    }

    .col-grid-3,
    .col-grid-3:nth-child(5) {
        width: 100%;
        margin: 0 0 25px 0;
        text-align: center;
    }

    .service-page .col-grid-3 .brand {
        height: auto !important;
    }

        .service-page .col-grid-3 .brand.new {
            margin-top: 0;
        }

    .service-page .col-grid-3:nth-child(7) .brand.new {
        margin-top: 25px;
    }

    .top-icon {
        display: block;
        margin: 0 auto;
    }

    #portfoliolist .portfolio {
        width: 50%;
    }

    .inner-blue-box.top .img-div,
    .inner-blue-box.bottom .img-div {
        width: 83px;
    }

    .inner-blue-box {
        padding: 25px;
    }

        .inner-blue-box.top,
        .inner-blue-box.bottom {
            padding: 24px;
        }


    .middle-content .request-quote-form .whole-box-form .right-form-section {
        padding: 36px 30px;
    }

    .why-us-sec .left-block,
    .why-us-sec .middle-block,
    .why-us-sec .right-block {
        width: 100%;
        padding: 0 0 25px 0;
        text-align: center;
    }

    .why-us-sec .right-block {
        padding-bottom: 0;
    }

    .inner-blue-box.top .img-div,
    .inner-blue-box.bottom .img-div,
    .inner-blue-box img {
        width: 88px;
        display: block;
        margin: 0 auto;
    }

    .inner-blue-box.top .box-title,
    .inner-blue-box.bottom .box-title,
    .box-title,
    .who-we-are-sec.why-us-sec .box-title,
    .who-we-are-sec.why-us-sec .inner-blue-box.top .box-title,
    .who-we-are-sec.why-us-sec .inner-blue-box.bottom .box-title {
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }

    .top-menu .right-dtl-col .menu-toggle {
        right: -16px;
    }

    .top-menu .brand-slider .brand-logo .skdslider {
        width: 65px;
    }

    .top-menu .right-dtl-col .menu-toggle {
        width: 81px;
        height: 81px;
    }

    .services-banner.graphic {
        background-size: 80%;
        background-position: center;
    }

    .top-menu .brand-slider .brand-logo .skdslider + span {
        font-size: 13px;
    }

    .top-menu .logo-left, .top-menu .brand-slider {
        margin-left: 0;
    }

    .top-menu .left-logo-col,
    .top-menu .right-dtl-col {
        margin-left: 0;
    }

    .top-menu .left-logo-col {
        width: 53%;
    }

    .top-menu .right-dtl-col .menu-toggle {
        right: -15px;
    }

    .top-menu .brand-slider .brand-logo .skdslider + span {
        font-size: 12px;
    }

    .top-banner .right-fixed-content {
        width: 80px;
    }
}

@media only screen and (min-width:0px) and (max-width:615px) {


    .top-menu .logo-left {
        margin-right: 2%;
    }

    .top-menu .brand-slider {
        width: 50%;
    }

        .top-menu .brand-slider .brand-logo .skdslider {
            width: 65px;
        }

    .top-banner .right-fixed-content {
        width: 81px;
    }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 80px;
    }

    .top-banner .slider-left-content .sub-head-lines span {
        padding-right: 4px;
    }

    .top-banner .slider-left-content .sub-head-lines {
        font-size: 11px;
    }

    .top-banner .right-fixed-content .link-div::after {
        width: 25px;
        left: 10px;
    }

    .top-banner .right-fixed-content .link-div {
        padding-left: 33px;
        width: 30%;
    }

    .top-banner .right-element-sec {
        height: 300px;
    }

        .top-banner .right-element-sec.active img.element-1 {
            right: 18%;
        }

        .top-banner .right-element-sec.active img.element-2 {
            top: 73%;
            left: 72%;
        }

        .top-banner .right-element-sec.active img.element-3 {
            top: 47%;
        }

        .top-banner .right-element-sec.active img.element-4 {
            width: 54%;
            top: 51.5%;
            left: 34.5%;
        }

        .top-banner .right-element-sec.active img.element-5 {
            top: 50%;
        }

        .top-banner .right-element-sec.active img.element-6 {
            width: 23%;
            top: 67%;
            left: 24%;
        }

        .top-banner .right-element-sec.active img.element-7 {
            top: 73%;
            left: 34%;
        }

    .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
        width: 104px;
    }

    .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 70px;
        height: 70px;
    }

        .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
            width: 90px;
            height: 90px;
        }

    .contatc-page-sec .full-width-contact-form {
        padding: 25px 15px;
    }

        .contatc-page-sec .full-width-contact-form .col-md-12 input,
        .contatc-page-sec .full-width-contact-form .col-md-12 input:nth-child(3) {
            width: 100%;
            margin-right: 0;
        }

        .contatc-page-sec .full-width-contact-form .col-md-12 textarea {
            height: 180px;
        }
}

@media only screen and (min-width:0px) and (max-width:600px) {

    .top-menu .left-logo-col {
        width: 100%;
        margin: 0;
    }

    .top-menu .logo-left,
    .top-menu .brand-slider {
        width: 250px;
        margin: 0 auto 15px;
        display: block;
        text-align: center;
    }

        .top-menu .brand-slider .brand-logo .skdslider {
            width: 75px;
        }

            .top-menu .brand-slider .brand-logo .skdslider + span {
                width: auto;
            }

    .top-banner .right-element-sec.active img.element-1 {
        right: 17%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        width: 24%;
        top: 67.5%;
        left: 24.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 74%;
        left: 35%;
    }

    #f1_card {
        width: 65%;
        height: 135px;
    }

    .col-grid-3 .inner-block {
        height: auto !important;
    }

    .top-banner .right-fixed-content {
        width: 50px;
    }

        .top-banner .right-fixed-content .inner-social-link-box {
            right: -152px;
        }

    .top-banner .right-element-sec.active img.element-1 {
        right: 18%;
    }

    .top-banner .right-element-sec.active img.element-2 {
        top: 62%;
        left: 73%;
    }

    .top-banner .right-element-sec.active img.element-3 {
        top: 19%;
    }

    .top-banner .right-element-sec.active img.element-4 {
        top: 30.5%;
        left: 35.5%;
    }

    .top-banner .right-element-sec.active img.element-5 {
        top: 28%;
    }

    .top-banner .right-element-sec.active img.element-6 {
        top: 52.5%;
        left: 23.5%;
    }

    .top-banner .right-element-sec.active img.element-7 {
        top: 62%;
        left: 34%;
    }

    .top-banner .slider-left-content {
        width: 300px;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 35px;
    }

    .top-banner .right-element-sec {
        width: 296px;
        text-align: right;
        display: block;
        margin: 0 0 0 auto;
        height: 200px;
    }

    .top-menu .right-dtl-col {
        width: 100%;
    }

    .contact-page .top-menu .right-dtl-col {
        text-align: center;
    }

    .top-menu {
        padding: 16px 0 8px;
    }

        .top-menu .right-dtl-col .menu-toggle {
            right: auto;
            left: -11px;
            width: 60px;
            height: 55px;
            bottom: -8px;
            top: auto;
        }

    .slide-main-menu .main-menu {
        left: 60px;
    }

    .top-menu .right-dtl-col .menu-toggle span {
        width: 38px;
    }

        .top-menu .right-dtl-col .menu-toggle span::after,
        .top-menu .right-dtl-col .menu-toggle span::before {
            width: 25px;
            right: auto;
            left: 0;
        }

        .top-menu .right-dtl-col .menu-toggle span::after {
            top: -22px;
        }

        .top-menu .right-dtl-col .menu-toggle span::before {
            top: 14px;
        }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 5px;
    }

    .top-menu .right-dtl-col .menu-toggle:hover span::after,
    .top-menu .right-dtl-col .menu-toggle:hover span::before,
    .top-menu .right-dtl-col .menu-toggle.overflow span::after,
    .top-menu .right-dtl-col .menu-toggle.overflow span::before {
        width: 38px;
    }

    .services-banner .banner-left-img-div {
        width: 290px;
    }

    .middle-content .request-quote-form .whole-box-form .right-form-section {
        padding: 30px 20px;
    }

    .btm-usp-sec ul li {
        width: 100%;
        text-align: center;
    }

        .btm-usp-sec ul li .left-usp-icon {
            display: block;
            width: 80px;
            height: 80px;
            margin: 0 auto 15px;
        }
}

@media only screen and (min-width:0px) and (max-width:550px) {

    .pager-wrapper {
        margin-left: 0;
        margin-top: -250px;
    }

    .bx-wrapper .bx-pager {
        max-height: 200px;
        overflow: hidden;
        overflow-y: auto;
        margin-top: 0px;
    }

    .testimonial-slider .bx-wrapper {
        margin-top: 250px;
    }

    .top-banner .slider-left-content {
        width: 100%;
    }
}


@media only screen and (min-width:0px) and (max-width:480px) {

    .footer-col {
        width: 100%;
        padding: 0;
    }


    .btm-country .col-md-3,
    .btm-country .col-md-3.left,
    .btm-country .col-md-3:nth-child(3) {
        width: 100%;
        padding: 0 0 25px;
        text-align: center;
    }

        .btm-country .col-md-3 .inner-block {
            border-bottom: 1px solid rgba(255,255,255,0.2);
            border-right: 0;
        }

        .btm-country .col-md-3:last-child .inner-block {
            border: 0;
        }

    .contact-inner-block .btm-dtl-sec {
        padding-top: 12px;
    }

    .btm-country .col-md-3 .btm-address p {
        margin-bottom: 15px;
    }

    .footer .footer-top,
    .btm-footer {
        padding: 30px 0;
    }

    .top-menu .right-dtl-col .menu-toggle {
        right: -7px;
    }

    .top-menu .right-dtl-col .request-free-quote {
        margin-right: 0;
    }

        .top-menu .right-dtl-col .request-free-quote a {
            width: 150px;
        }

    /*.top-banner .slider-left-content{
		padding-left: 30px;
	}*/

    .btm-logo-section .col-md-3 {
        width: 100%;
        padding: 0 15px 15px;
    }

    .view-all-center a {
        margin-top: 25px;
    }

    .box_astronaut {
        top: 45%;
        left: 90%;
    }

    img.object_earth {
        width: 80px;
    }

    img.object_astronaut {
        width: 80px;
    }

    img.image-404 {
        width: 100px;
    }

    .mockup-work .half-mockup {
        width: 100% !important;
        float: left;
    }
}

/* 8th May */
.btm-service-block-sec .btn-group {
    display: none;
}

.main-page.top-banner.service-logo-banner.logo.services-banner .get-started {
    display: none;
}

#filters li span.active1 {
    background: transparent;
    color: #fff;
    background: #f37935;
}


.industries-serve {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    width: 100%;
    float: left;
    text-align: center;
    padding: 56px 0 0 0;
}

    .industries-serve ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 210px;
    }

    .industries-serve li {
        background: url(/images/icon/bg-industries.png)no-repeat left top;
        width: 325px;
        padding: 54px 5px 10px;
        display: inline-block;
        margin: 0 6px 12px 6px;
    }

        .industries-serve li:hover {
            box-shadow: 0px 0px 10px #b9adff;
        }

        .industries-serve li strong {
            display: block;
            font-weight: 500;
            color: #282e6e;
            padding: 30px 0 0 0;
        }


.blue-box {
    background-position: left top;
    margin: -125px auto 0 auto;
    padding: 72px 40px 40px 40px;
    padding: 40px 40px 40px 40px;
    max-width: 1157px;
    margin: 0 auto 0 auto;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    background: url(/images/bg-bluebox.png)no-repeat right bottom #00f;
}

    .blue-box ul {
        display: flex;
        margin-bottom: 40px;
    }

    .blue-box li {
        background: none;
        border: none;
        width: auto;
        width: 16.5%;
        margin: 0;
        text-align: center;
        list-style: none;
        justify-content: center;
    }

        .blue-box li span {
            display: block;
            font-size: 18px;
            font-weight: 300;
            color: #fff;
            padding-top: 15px;
        }

.white-box {
    max-width: 658px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0 23px 0;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .white-box h3 {
        font-size: 29px;
        font-weight: 800;
        margin: 0 0 20px 0;
    }

    .white-box a {
        background: #00f;
        font-size: 26px;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        padding: 17px 50px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

#sldDesk h3 {
    color: #fff;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    text-align: center;
    top: 25%;
    left: 20%;
}

#sldDesk h4 {
    color: #fff;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    text-align: center;
    top: 45%;
    left: 40%;
}

.jssora051, .jssorb051 .i {
    position: absolute;
    cursor: pointer
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: .5
}

.jssorb051 .i:hover .b {
    fill-opacity: .7
}

.jssorb051 .iav .b {
    fill-opacity: 1
}

.jssorb051 .i.idn {
    opacity: .3
}

.jssora051 {
    display: block
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10
    }

    .jssora051:hover {
        opacity: .8
    }

    .jssora051.jssora051dn {
        opacity: .5
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none
    }
