/* Minification failed. Returning unminified contents.
(16,57): run-time error CSS1031: Expected selector, found '('
(16,57): run-time error CSS1025: Expected comma or open brace, found '('
(2450,62): run-time error CSS1030: Expected identifier, found 'active'
(2450,68): run-time error CSS1031: Expected selector, found ')'
(2450,68): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html,
body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: rgba(0,0,0,0.65);
    font-size: 16px;
    position: relative;
}


.swiper-container:not(.swiper-container-horizontal):not (.swiper-container-vertical) {
    height: 0 !important;
    overflow: hidden;
}

a, a:focus, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

    a.knowmore {
        color: #ff0000;
        font-size: 1rem;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.3;
}

h1, h2 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}



h3, h4 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}



h5 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

h6 {
    font-weight: normal;
}

p, ul li {
    line-height: 32px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: inherit;
    font-family: 'Poppins', sans-serif;
}

b, strong {
    font-family: 'Poppins', sans-serif;
}


.req {
    color: red;
}


a:hover {
    text-decoration: none;
    color: #009fe3;
}

.btn {
    border-radius: 0;
    font-size: 2rem;
    background: #02247e;
    border-color: #02247e;
    color: #fff;
    transition: 0.5s all ease-in-out;
}

    .btn:hover {
        background: #009fe3;
        border-color: #009fe3;
        color: #fff;
    }

.row + .row {
    margin-top: 3rem;
}

img, svg {
    max-width: 100%;
    height: auto;
    width: auto;
}

.js .nojs {
    display: none;
}

.roundImage {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

    .roundImage .roundImageWrap {
        background-color: #efefef;
        max-width: 320px;
        width: 100%;
        padding-top: 100%;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center;
    }


/* Webcraft Buttons */

.btn-webcraft {
    display: inline-block;
    padding: 1em 2em;
    padding: 0.5rem 1.5rem;
    padding: 0.3rem 1rem;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    /*line-height: 1;*/
    overflow: hidden;
    color: #fff;
    border-radius: 40px;
}

    .btn-webcraft:hover {
        background: #02247e;
    }

    .btn-webcraft.btn-webcraft-inverted {
        border-color: #37474f;
    }

    .btn-webcraft.btn-webcraft-outline:hover,
    .btn-webcraft.btn-webcraft-outline {
        background: none;
        border: 1px solid #fff;
    }

        .btn-webcraft.btn-webcraft-outline > span {
            background: none;
        }

.btn-webcraft-border {
    border: 3px solid;
}

.btn-webcraft:hover {
    color: #fff;
    border-color: #fff;
}

.btn-webcraft::before,
.btn-webcraft::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: #02247e;
    background: #009fe3;
    color: #fff;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-webcraft.btn-webcraft-inverted::before,
.btn-webcraft.btn-webcraft-inverted::after {
    background: #fff;
    color: #37474f;
}


.btn-webcraft::before {
    top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-webcraft::after {
    bottom: 0;
    line-height: 0;
}


.btn-webcraft.btn-webcraft-outline::before,
.btn-webcraft.btn-webcraft-outline::after {
    background: #02247e;
    color: #fff;
}

.btn-webcraft > span {
    padding: 0.5rem 1.5rem;
    padding: 1rem;
    display: block;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background: #02247e;
}

.btn-webcraft:not(.btn-webcraft-outline) > span,
.btn-webcraft.btn-webcraft-outline:hover > span {
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
    opacity: 0;
}

.btn-webcraft.btn-webcraft-inverted > span {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}

.btn-webcraft:not(.btn-webcraft-outline):hover > span,
.btn-webcraft.btn-webcraft-outline > span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btn-webcraft:not(.btn-webcraft-outline):hover::before,
.btn-webcraft.btn-webcraft-outline::before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.btn-webcraft:not(.btn-webcraft-outline):hover::after,
.btn-webcraft.btn-webcraft-outline::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn-webcraft.btn-webcraft-outline:hover::before,
.btn-webcraft.btn-webcraft-outline:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: yellow;
}

/* forms */


.form .input-group-addon {
    background: #fff;
    border-radius: 0;
}

.input-group .form-control {
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
}

    .input-group .form-control:focus {
        border-color: #ccc;
        box-shadow: none;
    }

    .input-group .form-control,
    .input-group .form-control + .input-group-btn .btn {
        padding: 12px;
        height: auto;
    }


.form-control::-webkit-input-placeholder { /* 

Chrome/Opera/Safari */
    color: inherit;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: inherit;
}


/*know more*/




.know-more {
    border: 1px solid #6f6f6f;
    border: 0px solid transparent;
    padding: 5px 8px;
    padding: 0.5rem 1.5rem;
    padding: 1rem;
    border-radius: 40px;
    background: #009fe3;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    transition: 0.5s all;
    min-width: 150px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
}

    .know-more:hover, .know-more:focus {
        border: 0px solid #009fe3;
        background: #02247e;
        color: #fff;
        text-decoration: none;
    }

    .know-more .fa,
    .btn .fa {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .know-more:hover .fa.abounce,
    .btn:hover .fa.abounce {
        -webkit-animation-name: bounce;
        animation-name: bounce;
    }


    .know-more:hover .fa.aslideInLeft,
    .btn:hover .fa.aslideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
    }

@media screen and (max-width:767px) {
    .know-more {
        padding: 0 4px;
        font-size: 14px;
    }
}
/* buttons */
.btn-default.btn-focus {
    color: #fff;
    background-color: #333;
    border-color: #ccc;
}

/*pageheight*/
#pageheight {
    height: 10px;
    width: 10px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}


.block {
    padding: 5rem 0;
}


/* bullets */
.fa-ul .fa {
    color: #009fe3;
}
/*section img*/
@media screen and (max-width:991px) {
    .inner-img {
        margin: 1.5rem 0;
    }
}

.section-img {
    max-width: 80px;
}

@media screen and (min-width:768px) {
    .section-img {
        float: left;
    }

    .box {
        display: block;
        margin-left: 0;
    }

    .wrap .box .section-title {
        margin-bottom: 1em;
        margin-top: 0;
    }

    #who-we-are .pp img {
        margin-right: 15px;
    }
}

@media screen and (max-width:767px) {
    .section-img {
        float: none;
        margin-bottom: 1rem;
    }

    .wrap {
        text-align: center;
        margin-bottom: 2rem;
    }
}

.section-title {
    color: #02247e;
    margin: 1.5em 0;
}

    .section-title:first-child {
        margin-top: 0;
    }

.bg .section-title {
    color: #fff;
}

    .bg .section-title > span:after {
        background: #fff;
    }

@media screen and (max-width:767px) {
    .section-title {
        font-size: 20px;
    }
}

.section-title > span {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}

    .section-title > span:after {
        position: absolute;
        content: '';
        background: #02247e;
        width: 50px;
        height: 3px;
        top: 100%;
        left: 0;
    }

.section-title.center-border > span:after {
    left: 50%;
    transform: translateX(-50%);
}

.different-title {
    font-size: 12px;
    letter-spacing: 5px;
    padding: 5px 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

/* Header */



#header {
    background: #fff;
    transition: 0.3s all;
}

    #header .top-header-wrap {
        background: #009fe3;
        padding: 10px 0;
        padding: 5px 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


        #header .top-header-wrap .header-contact {
            display: table;
            width: 100%;
        }

            #header .top-header-wrap .header-contact ul li {
                display: inline-block;
                margin-left: 50px;
            }

                #header .top-header-wrap .header-contact ul li:hover a {
                    color: inherit;
                    text-decoration: underline;
                }

                #header .top-header-wrap .header-contact ul li:last-child {
                    margin-right: 0;
                }

                #header .top-header-wrap .header-contact ul li.contact span {
                    color: #ffff00;
                    font-weight: bold;
                    font-family: 'Poppins', sans-serif;
                    font-size: 22px;
                }

                #header .top-header-wrap .header-contact ul li.contact:hover span {
                    text-decoration: underline;
                    text-decoration-color: #ffff00;
                }

                #header .top-header-wrap .header-contact ul li.mail a {
                    font-size: 13px;
                }

            #header .top-header-wrap .header-contact .fa-ul {
                text-align: right;
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                margin: 0 auto;
            }



                #header .top-header-wrap .header-contact .fa-ul .fa {
                    color: #fff;
                    top: 8px;
                }



@media screen and (max-width:767px) {


    #header .top-header-wrap .header-contact .fa-ul .fa {
        top: 5px;
        font-size: 25px;
    }

    #header .top-header-wrap .header-contact ul li.contact .fa {
        top: -12px;
    }
}


#header {
    z-index: 11;
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    width: 100%;
    background: #fff;
    position: relative;
}

@media screen and (min-width:992px) {

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}


#header a {
    font-size: 16px;
}



#header #header-bottom {
    height: auto;
    padding: 0;
    line-height: 3;
    float: none;
}

    #header #header-bottom .logo {
        width: 50%;
        text-align: right;
        vertical-align: middle;
    }

        #header #header-bottom .logo a {
            display: inline-block;
            position: relative;
        }

        #header #header-bottom .logo.webcraft {
            text-align: left;
            width: auto;
        }

            #header #header-bottom .logo.webcraft .logo-white {
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
            }

        #header #header-bottom .logo img {
            max-height: 130px;
            transition: 0.3s all;
        }




#header.affix #header-bottom .logo img {
    max-height: 75px;
}

@media screen and (max-width: 767px) {
    #header #header-bottom .logo.webcraft a {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    #header #header-bottom {
        margin: 0 -15px;
    }
}

@media screen and (min-width: 768px) {

    #header #header-bottom {
        display: table;
        width: 100%;
    }

        #header #header-bottom .logo {
            display: table-cell;
        }
}


.navbar-toggle .icon-bar {
    background: #ffffff;
    height: 4px;
}


#header .menu-wrap #mainNav li {
    text-align: center;
}

    #header .menu-wrap #mainNav li:last-child {
        margin-right: 0;
    }

#header #mainNav > li > a {
    color: #02247e;
    line-height: 1;
    text-transform: uppercase;
    font-size: 18px;
}

    #header #mainNav > li.active > a,
    #header #mainNav > li.open > a,
    #header #mainNav > li:hover > a,
    #header #mainNav > li > a:focus {
        background: none;
    }

#header #mainNav > li a:not(:only-child):after {
    content: '\f0d7';
    font-family: fontAwesome;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}


@media screen and (max-width: 991px) {
    #header #header-bottom .logo.webcraft a {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {


    #header .navbar-toggle {
        display: block;
        background: none;
        margin-top: 0;
        margin-right: 0;
        top: -3px;
        position: absolute;
        left: 15px;
    }

    #header #mainNav {
        float: none;
        margin: 0;
    }

    #header #mainNav {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background: #fff;
    }

        #header #mainNav > li {
            display: block;
            float: none;
        }


            #header #mainNav > li > a {
                color: #434345;
            }



    #header #header-bottom .logo.webcraft {
        padding: 1rem 0 0 0;
    }

    #header #mainNav > li > .dropdown-menu {
        box-shadow: none;
        border: 0;
        border-radius: 0;
        position: relative;
        float: none;
    }
}




@media screen and (min-width: 992px) {


    #header .header-bottom-wrap:after {
        content: '';
        background: url(../images/shadow.png) no-repeat;
        left: 0;
        top: 100%;
        height: 28px;
        display: block;
        background-position: top center;
        position: absolute;
        width: 100%;
    }


    #header .menu-wrap {
        display: table-cell;
        vertical-align: middle;
    }

    #header #mainNav {
        display: table !important;
        display: -webkit-flex !important;
        display: flex !important;
        width: auto;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        float: right;
        padding: 0;
        text-align: right;
        margin: 0 0 -1px;
    }

        #header #mainNav li {
            float: none !important;
            margin-right: 1rem;
        }

        #header #mainNav > li > .dropdown-menu {
            margin-top: -1px;
            padding: 0;
            box-shadow: none;
            border: 0;
            border-radius: 0;
            background: #fff;
            box-shadow: 1px 4px 13px -4px rgba(0, 0, 0, 0.75);
            position: absolute;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            opacity: 0;
            visibility: hidden;
            top: 100%;
            left: 0;
            -webkit-transform: scale(1,0);
            transform: scale(1,0);
            -webkit-transform-origin: 100% 2%;
            transform-origin: 100% 2%;
            display: block;
        }

        #header #mainNav > li:hover > .dropdown-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        #header #mainNav > li > .dropdown-menu li {
            border-bottom: 1px solid #eeeeee;
            box-shadow: 0 0 0 transparent inset;
            padding: 5px 0;
            transition: 0.5s all ease-in-out;
            margin-right: 0;
        }

            #header #mainNav > li > .dropdown-menu li:hover {
                box-shadow: 5px 0 0 0 #009fe3 inset;
            }

            #header #mainNav > li > .dropdown-menu li:last- child {
                border-bottom: 0;
            }

            #header #mainNav > li > .dropdown-menu li > a {
                text-align: left;
                transition: 0.5s all ease-in-out;
            }

            #header #mainNav > li > .dropdown-menu li:hover > a {
                color: #009fe3;
                background: none;
            }

        #header #mainNav > li > a {
            display: -webkit-flex;
            display: flex;
            position: relative;
            color: #434345;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            align-items: center;
            padding: 10px;
        }

        #header #mainNav > li:last-child > a {
            border: 2px solid #009fe3;
            color: #009fe3;
            transition: 0.5s all ease-in-out;
            border-radius: 2rem;
        }

        #header #mainNav > li:last-child:hover > a,
        .blogDetailsPage #header #mainNav > li:last-child:hover > a,
        .contactUs #header #mainNav > li:last-child:hover > a {
            border: 2px solid #009fe3;
            background: #009fe3;
            color: #fff !important;
        }

    #header.pageOnTop #mainNav > li.active > a,
    #header.pageOnTop #mainNav > li.open > a,
    #header.pageOnTop #mainNav > li:hover > a,
    #header.pageOnTop #mainNav > li > a:focus {
        color: #ffff47 !important;
    }

    #header #mainNav > li.active > a,
    #header #mainNav > li.open > a,
    #header #mainNav > li:hover > a,
    #header #mainNav > li > a:focus,
    .blogDetailsPage #header #mainNav > li.active > a,
    .blogDetailsPage #header #mainNav > li.open > a,
    .blogDetailsPage #header #mainNav > li:hover > a,
    .blogDetailsPage #header #mainNav > li > a:focus,
    .contactUs #header #mainNav > li.active > a,
    .contactUs #header #mainNav > li.open > a,
    .contactUs #header #mainNav > li:hover > a,
    .contactUs #header #mainNav > li > a:focus {
        color: #009fe3 !important;
    }



        #header #mainNav > li.open > a:not(:only-child),
        #header #mainNav > li:hover > a:not(:only-child) {
            position: relative;
        }




    body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop,
    body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop .top-header-wrap {
        background: transparent;
    }

        body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop #mainNav > li > a {
            color: #fff;
        }

        body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop #mainNav > li:last-child:hover > a {
            color: #009fe3 !important;
        }



        body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop .header-bottom-wrap:after {
            background: none;
        }

        body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop #mainNav > li:last-child > a {
            border: 2px solid yellow;
        }

            body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop #mainNav > li:last-child > a:hover {
                border: 2px solid #fff;
                background: #fff;
                color: #009fe3;
            }

        body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop #header-bottom .logo.webcraft img.logo-white {
            opacity: 1;
        }

        body .page:not(.blogDetailsPage):not(.contactUs) #header.pageOnTop #header-bottom .logo.webcraft img.logo- color {
            opacity: 0;
        }

    body .page:not(.blogDetailsPage):not(.contactUs) #header:not(.pageOnTop) #header-bottom .logo.webcraft img.logo-color {
        opacity: 1;
    }

    @media screen and (max-width: 1199px) {
        #header #mainNav li {
            margin-right: 0.2rem;
        }

        #header .header-bottom-wrap .container {
            width: auto;
        }
    }


    @media screen and (max-width: 1199px) {
        #header .header-bottom-wrap .container {
            width: auto;
        }
    }
}

/*Content css*/
#banner {
    position: relative;
}

    #banner:before {
        content: '';
        background: url(../images/banner/index.jpg);
        background-position: bottom center;
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
    }

    #banner .bannerInner {
        position: relative;
        color: #fff;
        padding: 6rem;
    }

    #banner h1,
    #banner h2,
    #banner h3,
    #banner p,
    #banner .caption {
        text-shadow: none;
    }

@media screen and (min-width:992px) {



    #banner .bannerInner {
        padding-top: 180px;
        padding-bottom: 50px;
    }
}




#banner .webcraftbanner h1 {
    margin: 20px 0;
    font-size: 70px;
    color: inherit;
    line-height: 1.1;
    position: relative;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #banner .webcraftbanner h1 {
        font-size: 50px;
    }
}

#banner .webcraftbanner h2 {
    color: #fff;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1.8;
}

@media screen and (min-width:992px) {
    #banner .webcraftbanner h1:before {
        position: absolute;
        top: -12px;
        left: -19px;
        content: '';
        border: 3px solid #f0ff00;
        height: 90%;
        width: 40%;
        opacity: 0.4;
    }
}

@media screen and (max-width:767px) {
    #banner .webcraftbanner h2 {
        font-size: 14px;
    }

    #banner .webcraftbanner h1 {
        font-size: 20px;
    }

    #banner .webcraftbanner p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 1.5em;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {

    #banner .webcraftbanner h1 {
        font-size: 30px;
    }

    #banner .bannerInner {
        padding: 12rem 0;
    }
}

@media screen and (max-width:991px) {
    #banner .webcraftbanner {
        text-align: center;
    }
}

#content-section {
    padding: 5rem 0;
    background: #f1f0ee;
}

#trust-section .different-title {
    margin-top: 0;
}

#trust-section .swiper-container {
    width: 100%;
    height: 100%;
}

#trust-section .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#trust-section .swiper-pagination {
    position: initial;
}



#design {
    padding: 5rem 0;
}

    #design .box {
        margin-bottom: 1rem;
    }

@media screen and (min-width:992px) {
    #design .row-content,
    #design .row-content > * {
        display: -webkit-flex;
        display: flex;
    }

        #design .row-content > * {
            -webkit-flex-flow: column;
            flex-flow: column;
        }


            #design .row-content > * > div:not(.wrap) {
                margin-top: auto;
                margin-bottom: 0;
            }

    #expertise .small-text {
        padding: 0 200px;
        line-height: 1.4em;
    }
}

#expertise {
    margin-bottom: 5rem;
}

    #expertise .different-title {
        margin-bottom: 0;
    }

    #expertise .head {
        margin: 10px 0;
    }

#testimonials-section {
    padding: 5rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    color: #333;
}

    #testimonials-section:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.82);
        background: rgba(0, 159, 227, 0.5);
        background: rgba(255, 255, 255, 0.75);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
    }

    #testimonials-section .section-title {
        margin-top: 0;
    }


    #testimonials-section .form-wrap, #testimonials-section .testi-wrap {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
        box-shadow: 2px 2px 5px #888888;
        padding: 25px;
        border-radius: 15px;
    }

    #testimonials-section .form .form-control,
    #testimonials-section .form .input-group-addon {
        background: transparent;
        box-shadow: none;
        border-color: #666;
    }

    #testimonials-section .form .form-group {
        margin-bottom: 0;
    }

        #testimonials-section .form .form-group:not(:first-child) {
            margin-top: 30px;
        }

    #testimonials-section .form textarea {
        height: 197px;
    }

    #testimonials-section .form .btn {
        height: 46px;
    }

    #testimonials-section .box .name {
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

    #testimonials-section .section-img {
        border-radius: 50%;
        position: relative;
        height: 80px;
        width: 80px;
        background-position: center;
        background-size: cover;
        margin: 5px;
        margin-right: 1rem;
    }

        #testimonials-section .section-img:after {
            content: '';
            border-radius: 50%;
            display: block;
            position: absolute;
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            border: 1px solid #ccc;
        }

    #testimonials-section .testi > *:last-of-type {
        margin-bottom: 0;
    }

    #testimonials-section .testi-meta {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 1rem;
    }



@media screen and (min-width:992px) {

    #testimonials-section .testimonial-inner-wrap,
    #testimonials-section .testimonial-inner-wrap .wrap,
    #testimonials-section .testimonial-inner-wrap > * {
        display: flex;
        display: -webkit-flex;
    }

    #testimonials-section .testi-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #testimonials-section .wrap,
    #testimonials-section .testi-wrap {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    #testimonials-section .col-sm-6 + .col-sm-6 {
        margin-top: 30px;
    }

    #testimonials-section .testi-wrap {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 991px) {
    #testimonials-section .testi-wrap {
        margin: 2rem 0;
    }
}

#services {
    padding: 5rem 0;
}

    #services h3 {
        margin-top: 0;
        margin-bottom: 1rem;
    }

@media screen and (min-width:991px) {
    #services h3 {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

#testimonials-section .know-more {
    color: #999;
    border: 1px solid #999;
    color: #333;
    border: 1px solid #333;
    background: none;
}

    #testimonials-section .know-more:hover {
        background: none;
        border-color: #009fe3;
        color: #009fe3;
    }

#services .section-title > span:after {
    display: none;
}

#services p {
    color: #02247e;
}

#who-we-are {
    background: #f0f0f0;
}

    #who-we-are .section-title {
        margin-top: 0;
    }

    #who-we-are .pp {
        margin: 2rem 0;
    }

        #who-we-are .pp .box > p {
            font-size: 15px;
            line-height: 1.5em;
        }

#why p {
    margin: 15px 0;
    font-size: 20px;
}

#who-we-are .who-are-we {
    margin-bottom: 3rem;
}

#who-we-are .text-top {
    margin: 30px 0;
}

#who-we-are .portfolio-item {
    max-width: 50%;
    margin-bottom: 0;
}

    #who-we-are .portfolio-item img {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
        border: 1px solid #ddd;
        margin-bottom: 17px;
    }



@media screen and (max-width:767px) {
    #who-we-are .box-wrapper {
        margin-bottom: 20px;
    }
}

#why {
    padding: 5rem 0;
    background: #F0F0F0;
}

    #why .section-title {
        margin-top: 0;
    }

#blog {
    padding-bottom: 3rem;
}

    #blog .say-wrap {
        position: relative;
    }

        #blog .say-wrap .section-title {
            margin-top: 0;
        }

    #blog .text-top {
        position: absolute;
        top: 0;
        right: 0;
    }


    #blog .blog-post {
        background: #fff;
        border: 1px solid #0000000f;
    }

        #blog .blog-post .blog-img a.say-img {
            background-position: center;
            display: block;
            position: relative;
            padding-top: 35%;
            background-size: cover;
        }

        #blog .blog-post .blog-img .say-img {
            -webkit-filter: grayscale(1);
            -webkit-filter: grayscale(100%);
            filter: url(../images/grey.svg#grayscale);
            filter: grayscale(100%);
            filter: gray;
            -webkit-transition: 0.3s all;
            transition: 0.3s all;
            width: 100%;
        }

        #blog .blog-post:hover .blog-img .say-img {
            -webkit-filter: grayscale(0);
            -webkit-filter: grayscale(0%);
            filter: none;
        }

        #blog .blog-post .blog-img > a {
            display: block;
            position: relative;
        }

            #blog .blog-post .blog-img > a:after {
                position: absolute;
                background: #000;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                opacity: 0;
                transition: 0.5s all ease-in-out;
                -webkit-transition: 0.5s all ease-in-out;
                -moz-transition: 0.5s all ease-in-out;
            }

        #blog .blog-post:hover a:after {
            opacity: 0.6;
            cursor: pointer;
        }

    #blog .box-wrap {
        padding: 38px 10px 20px 35px;
    }

    #blog .social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #blog .social ul li {
            display: inline-block;
        }

    #blog .social li a {
        width: 25px;
        height: 25px;
        background: rgba(0, 159, 227, 1);
        color: #fff;
        border-radius: 50%;
        margin-right: 10px;
        display: block;
        line-height: 25px;
        text-align: center;
        font-size: 15px;
        opacity: 0.3;
        transition: 0.3s all;
    }

        #blog .social li a:hover {
            opacity: 1;
        }

    #blog .box-wrap .blog-title {
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        font-size: 22px;
        margin: 10px 0;
        display: block;
        position: relative;
    }

        #blog .box-wrap .blog-title:before {
            content: '';
            width: 100%;
            height: 11px;
            position: absolute;
            border-radius: 5px;
            left: 0;
            bottom: 4px;
        }

        #blog .box-wrap .blog-title.color-1:before {
            background: rgba(0, 159, 227, 0.33);
        }

        #blog .box-wrap .blog-title.color-2:before {
            background: rgba(199,102,255,0.32);
        }

        #blog .box-wrap .blog-title.color-3:before {
            background: rgba(83,226,167,0.32);
        }

        #blog .box-wrap .blog-title.color-4:before {
            background: rgba(255,197,42,0.32);
        }

        #blog .box-wrap .blog-title.color-5:before {
            background: rgba(102,163,255,0.32);
        }

        #blog .box-wrap .blog-title.color-6:before {
            background: rgba(194,224,28,0.32);
        }

    #blog .blog-post:hover .blog-title {
        color: #fff;
        color: #333;
    }

    #blog .box-wrap .blog-content {
        line-height: 1.5em;
        font-size: 15px;
        color: #999;
        color: #333;
    }

    #blog .box-wrap .posted-by {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: auto;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

    #blog .box-wrapper {
        color: #fff;
        background: #009fe3;
        padding: 40px 15px;
        width: 100%;
    }

@media screen and (max-width: 767px) {

    #blog .blog-post + .blog-post {
        margin-top: 1rem;
    }
}

#blog-fullwidth {
    padding: 5rem 0;
    display: none;
}

    #blog-fullwidth .section-title {
        margin-top: 0;
    }

    #blog-fullwidth .blogpost {
        padding: 0;
        margin: 0;
        background: #333;
    }

    #blog-fullwidth .box-wrap {
        padding: 15px;
    }

    #blog-fullwidth .blog-title {
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        color: #ccc;
        font-size: 19px;
        line-height: 1.3em;
    }

    #blog-fullwidth .blog-content {
        line-height: 1.5em;
        font-size: 15px;
        color: #999;
    }

    #blog-fullwidth .posted-by {
        color: #999;
        font-size: 15px;
    }

    #blog-fullwidth .social ul {
        list-style: none;
        padding: 0;
    }

        #blog-fullwidth .social ul li {
            display: inline-block;
        }

    #blog-fullwidth .social li a {
        width: 25px;
        height: 25px;
        background: #efefef;
        border-radius: 50%;
        margin-right: 10px;
        display: block;
        line-height: 25px;
        text-align: center;
        font-size: 15px;
    }



#blog-details .blog-title {
    font-size: 30px;
    color: #02247e;
    margin: 0 0 1rem 0;
}


#blog-details .blog-img {
    margin: 1rem 0;
}

    #blog-details .blog-img img {
        width: 100%;
    }

#blog-details .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #blog-details .social ul li {
        display: inline-block;
    }

#blog-details .social li a {
    width: 30px;
    height: 30px;
    background: #efefef;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
    line-height: 30px;
    text-align: center;
}

#blog-details .social li:last-child a {
    margin-right: 0;
}

#blog-details .social li a > .fa {
    color: #454545;
}

#blog-details .social li a:hover > .fa {
    color: #009fe3;
}

#blog-details .comment-wrap {
    margin: 3rem 0;
}




#blog-details .comments-count {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2rem;
}



#blog-details .comment-wrap .user-img {
    float: left;
}

    #blog-details .comment-wrap .user-img img {
        max-width: 80px;
        border-radius: 50%;
    }

#blog-details .comment-wrap .user-name span {
    display: inline-block;
}

#blog-details .comment-wrap .user-name .name {
    color: #009fe3;
}


#blog-details .comment-wrap .user-name a {
    color: #777;
    float: right;
    font-size: 14px;
    letter-spacing: 1.1px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

@media screen and (min-width:768px) {
    #blog-details .comment-wrap .user-name .date:before {
        content: "|";
        margin: 0 18px;
        color: #454545;
    }

    #blog-details .comment-wrap .user-comment, #blog-details .comment-wrap .replied-comments-box {
        display: block;
        margin-left: 100px;
    }
}






@media screen and (max-width:767px) {
    #blog-details .blog-title {
        font-size: 27px;
        line-height: 33px;
    }


    #blog-details .comment-wrap .user-img img {
        margin-bottom: 1rem;
        margin-right: 1rem;
    }

    #blog-details .comment-wrap .user-name span, #blog- details .comment-wrap .user-name a {
        display: block;
        float: none;
        font-size: 13px;
    }

    #blog-details .comment-wrap .user-name {
        font-size: 14px;
    }
}


#blog-details .comment-wrap .user-name {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}



#blog-details .comment-wrap .reply-wrap {
    margin: 1rem 0;
    padding-top: 1rem;
}

#blog-details .comment-wrap .reply {
    font-size: 14px;
    line-height: 1.5em;
}

#blog-details .respons-form {
    background: #f5f5f5;
    padding: 2rem;
}

    #blog-details .respons-form .section-title {
        margin-top: 0;
    }

    #blog-details .respons-form .form-control, #blog-details .respons-form .input-group-addon {
        background: transparent;
    }


#blog-details .user-wrap + .user-wrap .user-comment {
    border-top: 1px dashed #ccc;
}

#blog-details .user-wrap + .user-wrap > * {
    padding-top: 1rem;
}

#blog-details .user-wrap + .user-wrap {
    margin-top: 1rem;
}

#blog-details .user-wrap *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    #blog-details .user-comment .comment {
        clear: both;
    }

    #blog-details .comment-wrap .reply-wrap {
        padding: 1rem;
        background: #efefef;
        position: relative;
    }

        #blog-details .comment-wrap .reply-wrap:before {
            border: 10px solid;
            border-color: transparent transparent #efefef;
            position: absolute;
            bottom: 100%;
            left: 1.5rem;
            content: '';
            display: block;
        }
}

@media screen and (min-width:768px) {
    #blog-details .post-meta {
        display: flex;
        align-items: center;
    }

        #blog-details .post-meta > * {
            margin-right: 1rem;
            font-weight: normal;
            color: #aaa;
            position: relative;
        }

        #blog-details .post-meta > .social {
            margin-right: 0;
            margin-left: auto;
        }

        #blog-details .post-meta p {
            margin: 0;
        }

        #blog-details .post-meta > *:before {
            display: inline-block;
            width: 5px;
            height: 5px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #009fe3;
        }

    #blog-details .comment-wrap .reply-wrap {
        border-top: 1px dashed #ccc;
    }
}

@media screen and (max-width:767px) {
    #blog-details .post-meta > * {
        margin-bottom: 10px;
    }
}

#blog-details .tag-wrap {
    margin: 1rem 0;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

#blog-details .post-meta .fa {
    color: #009fe3;
}

#blog-details .post-tags span {
    margin-right: 10px;
}

    #blog-details .post-tags span i {
        color: #0094ff;
    }

#blog-details .post-tags a {
    background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    margin: 5px 10px;
    padding: 0 0.5rem;
    position: relative;
}

@media screen and (max-width:767px) {
    #blog-details .post-tags a {
        font-size: 15px;
    }
}

#blog-details .post-tags a:before {
    border: 15px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    border-right-color: #aaa;
}

#blog-details .post-tags a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 13px;
    left: -2px;
    width: 4px;
}

#blog-details .post-tags a:hover {
    background: #0094ff;
    color: #fff;
}

    #blog-details .post-tags a:hover:before {
        border-right-color: #0094ff;
    }

.widget {
    display: inline-block;
    width: 100%;
    border: 1px solid #e3e3e3;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .widget {
        margin-top: 2rem;
    }
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget:last-of-type {
    margin-bottom: 0;
}

.widget-title {
    position: relative;
}

    .widget-title > span {
        padding: 20px;
        font-size: 20px;
        text-align: center;
        float: left;
    }

    .widget-title h3 {
        font-size: inherit;
        color: inherit;
        text-transform: uppercase;
        margin: 0;
    }

.widget_categories ul {
    margin-bottom: 0;
    padding: 1rem 0;
    width: 100%;
    border-radius: 0;
    z-index: 1;
}


    .widget_categories ul li:first-of-type {
    }

    .widget_categories ul li:last-of-type {
        margin-bottom: 0;
    }

.widget_categories .widget-title {
    color: #009fe3;
    background-color: #efefef;
    font-size: 20px;
}

    .widget_categories .widget-title h3 {
        padding: 20px 0;
        line-height: 1;
        cursor: pointer;
    }

.widget_categories li a {
    color: #777;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 34.2px;
}

.widget_categories li:hover a {
    box-shadow: 5px 0 0 0 #009fe3 inset;
}

.widget_categories li:hover a {
    color: #009fe3;
}

.widget_categories li:hover span {
    background-color: #009fe3;
    color: #fff;
}

.widget_categories ul li span {
    border: 1px solid #009fe3;
    border-radius: 100%;
    color: #009fe3;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/* Blog Subscribe Widget css*/
.widget_subscribe {
    background: #efefef;
    background: url(../images/blog-details-subscribe.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
    color: #fff;
    border-top: 4px solid #009fe3 !important;
    border: 0;
}

    .widget_subscribe .widget-inner-wrap {
        background: rgba(0, 0, 0, 0.80);
        padding: 80px;
    }

    .widget_subscribe .widget-title {
        margin-bottom: 2rem;
        text-align: center;
        background: none;
        color: inherit;
    }

        .widget_subscribe .widget-title h3 {
            padding: 0;
            line-height: 1.2;
            margin: 0;
            font-size: 30px;
        }


            .widget_subscribe .widget-title h3 > * {
                display: inline-block;
            }

        .widget_subscribe .widget-title h4 {
            margin-top: 1rem;
            color: inherit;
            font-style: italic;
        }



/* Blog Post Share Widget css*/
.widget_social_share {
}

    .widget_social_share .widget-inner-wrap {
        padding: 1.5rem;
        text-align: center;
    }


        .widget_social_share .widget-inner-wrap .widget-title {
            margin-bottom: 1rem;
        }

        .widget_social_share .widget-inner-wrap ul {
            margin: 0;
        }

            .widget_social_share .widget-inner-wrap ul li {
                margin: 0.5rem;
                background: url(../images/social-share.jpg);
                background-size: cover;
                background-position: center;
                background-attachment: fixed;
                padding: 0;
                min-width: 2rem;
            }

                .widget_social_share .widget-inner-wrap ul li a {
                    display: block;
                    background: rgba(84, 84, 84, 0.7);
                    font-size: 1.7rem;
                    color: #fff;
                    line-height: 3rem;
                    width: 3rem;
                    transition: 0.3s all;
                }

                    .widget_social_share .widget-inner-wrap ul li a:hover {
                        background: rgba(0, 159, 227, 0.80);
                    }
/*Content page css*/

/*Business website design*/


#inner-banner {
    background: #009fe3;
    position: relative;
}

    #inner-banner h1 {
        font-size: 33px;
        margin: 0;
    }

    #inner-banner .innerbanner-wrap .caption .box h1 {
        color: yellow;
        margin: 0;
        font-size: 40px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
    }

    #inner-banner:before {
        content: '';
        background-position: bottom center;
        background-size: cover;
        position: absolute;
        top: 0;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
    }

    #inner-banner .innerbanner-wrap {
        position: relative;
        color: #fff;
        padding: 3rem;
        text-align: center;
    }


    #inner-banner h1,
    #inner-banner h2,
    #inner-banner h3,
    #inner-banner p,
    #inner-banner .caption {
        text-shadow: none;
        color: #000;
    }

    #inner-banner .btn-banner {
        background: none;
        color: #fff;
        border-color: #fff;
    }

    #inner-banner .innerbanner-wrap {
        position: relative;
        padding: 30rem 0 30rem 0;
    }


        #inner-banner .innerbanner-wrap .caption h2 {
            margin-top: 0;
            line-height: 1.5rem;
            color: #fff;
            font-size: 40px;
        }

        #inner-banner .innerbanner-wrap .caption p {
            font-size: 2rem;
            text-shadow: none;
            color: #fff;
            text-align: center;
        }

        #inner-banner .innerbanner-wrap .caption a:not(.btn) {
            color: inherit;
        }

        #inner-banner .innerbanner-wrap .caption span.small-text {
            font-size: 28px;
            display: inline-block;
            font-weight: normal;
            font-family: 'Poppins', sans-serif;
        }

        #inner-banner .innerbanner-wrap .caption .btn {
            margin-bottom: 0.5rem;
            display: inline-block;
            color: yellow;
            border-color: yellow;
        }

        #inner-banner .innerbanner-wrap .caption *:last-child {
            margin-bottom: 0;
        }



.btn-webcraft.btn-webcraft-outline:hover {
    color: yellow;
}

@media screen and (min-width:992px) {
    #inner-banner .innerbanner-wrap .caption .box {
        background: #02247e;
        position: absolute;
        top: 50%;
        right: 0;
        width: 300px;
        padding: 30px;
        transform: translateY(-90%);
        z-index: 9;
    }

    #inner-banner:before {
        margin: 140px 100px 0 101px;
    }

    #inner-banner .innerbanner-wrap .caption {
        text-align: left;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    #inner-banner {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:1200px) and (max-width:1439px) {
    #inner-banner:before {
        margin: 140px 30px 0 30px;
    }

    #inner-banner .innerbanner-wrap .caption {
        bottom: 0;
        left: 30px;
    }

        #inner-banner .innerbanner-wrap .caption .box {
            right: 60px;
        }

        #inner-banner .innerbanner-wrap .caption span.small-text {
            font-size: 25px;
        }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #inner-banner:before {
        margin: 140px 15px 0 15px;
    }

    #inner-banner .innerbanner-wrap .caption {
        bottom: 0;
        left: 15px;
    }

        #inner-banner .innerbanner-wrap .caption span.small-text {
            font-size: 21px;
        }

        #inner-banner .innerbanner-wrap .caption .box {
            right: 20px;
        }
}

@media screen and (max-width:991px) {
    #inner-banner .innerbanner-wrap {
        padding: 10rem 0 10rem 0 !important;
    }

        #inner-banner .innerbanner-wrap .caption span.small-text {
            font-size: 20px;
            color: #fff;
        }

        #inner-banner .innerbanner-wrap .caption .box h1 {
            font-size: 28px;
            margin-bottom: 20px;
        }
}




#intro .section-title {
    margin-top: 0;
}

#intro img {
    box-shadow: -1px 4px 10px #000;
}


.icon-wrap {
    color: #333;
}

    .icon-wrap img {
        max-height: 100px;
        margin-bottom: 0.5rem;
    }

    .icon-wrap p {
        line-height: 2.2rem;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        margin: 0;
    }

.OurServices .icon-wrap p {
    margin-bottom: 5rem;
}

.introWrap {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .introWrap .pull-right {
        -ms-flex-order: 10;
    }



#work .featuredWork .featuredWorkImage {
    overflow: hidden;
}

    #work .featuredWork .featuredWorkImage .panImageOuter {
        position: absolute;
        top: 4.45%;
        bottom: 42px;
        left: 0;
        right: 0;
        overflow: hidden;
    }

#work .featuredWork .web {
    background: #efefef;
}

#work .featuredWork .swiper-slide .slideInner {
    position: relative;
}

@media screen and (max-width: 991px) {
    #work .featuredWork .swiper-slide {
        padding: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    #work .featuredWork .swiper-slide {
        background: #fff;
        opacity: 1;
        transition: 0.6s all;
        padding: 0;
    }

        #work .featuredWork .swiper-slide:not(.swiper-slide- active) {
            padding: 15px;
        }
}


#work img {
    max-height: none;
    border: 0;
    width: 100%;
}

.img-pan-container, .img-pan-container img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-pan-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: 0;
}

    .img-pan-container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
    }

    .img-pan-container img {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        position: absolute;
        top: 0;
        left: 0;
        max-width: none !important;
    }



#work .port-box {
    margin-bottom: 2rem;
}


#work .web p {
    background: rgba(0, 159, 227, 0.7);
    color: #fff;
    padding: 5px;
    border: 1px solid rgba(0, 159, 227, 0.7);
}

#pricing {
    background: url(../images/business-website-design/bg.jpg);
    background-attachment: fixed;
    color: #fff;
    padding: 4rem 0;
    position: relative;
    text-align: center;
}

    #pricing:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 159, 227, 0.5);
    }

    #pricing .row {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }

        #pricing .row > * {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    #pricing p {
        margin: 0;
    }

    #pricing a:not(.btn):hover,
    #pricing a:not(.btn):focus {
        text-decoration: underline;
        color: inherit;
    }

    #pricing .btn-price {
        background: #454545;
        width: 100%;
        border-color: #454545;
    }

        #pricing .btn-price:hover {
            background: #009fe3;
            border-color: #009fe3;
        }

    #pricing .enquiry-wrap p > span {
        border: 1px solid #fff;
        border-radius: 5px;
        display: inline-block;
        padding: 0 20px;
    }

#process {
    counter-reset: step;
    padding-top: 0;
}


    #process .process-wrap {
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        margin: 0 -1rem;
    }

        #process .process-wrap + .process-wrap {
            margin-top: 2rem;
        }

        #process .process-wrap .process-box {
            flex: 1;
            display: -webkit-flex;
            display: flex;
            margin: 0;
            padding: 0 1rem;
        }

            #process .process-wrap .process-box .process-box-inner {
                width: 100%;
                background: #efefef;
                position: relative;
            }

            #process .process-wrap .process-box .process-no {
                text-align: left;
                background: #ccc;
                background-size: cover;
                background-position: center;
            }

                #process .process-wrap .process-box .process-no:before {
                    position: absolute;
                    content: '';
                    background: rgba(2,35,126,1);
                    background: -moz-linear-gradient(left,rgba(2,35,126,1) 0%,rgba(0,159,227,1) 100%);
                    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(2,35,126,1)),color-stop(100%,rgba (0,159,227,1)));
                    background: -webkit-linear-gradient(left,rgba(2,35,126,1) 0%,rgba(0,159,227,1) 100%);
                    background: -o-linear-gradient(left,rgba(2,35,126,1) 0%,rgba(0,159,227,1) 100%);
                    background: -ms-linear-gradient(left,rgba(2,35,126,1) 0%,rgba(0,159,227,1) 100%);
                    background: linear-gradient(to right,rgba(2,35,126,1) 0%,rgba(0,159,227,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02237e',endColorstr='#009fe3',GradientType=1);
                    top: 0;
                    left: 0;
                    right: 0;
                    opacity: .5;
                    height: 158px;
                }

                #process .process-wrap .process-box .process-no span {
                    display: inline-block;
                    background: #fff;
                    color: #02247e;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                    border-radius: 50%;
                    text-align: center;
                    font-weight: bold;
                    font-family: 'Poppins', sans-serif;
                    margin: 10.7rem auto 0 1rem;
                    position: relative;
                    font-size: 1.6rem;
                    opacity: 1;
                    transform: translateY(50%);
                }

                    #process .process-wrap .process-box .process-no span:before {
                        counter-increment: step;
                        content: counter(step);
                    }

            #process .process-wrap .process-box .process-content {
                padding: 1.5rem .5rem 1rem;
            }

@media screen and (max-width: 767px) {
    #process .process-wrap .process-box {
        width: 100%;
    }

        #process .process-wrap .process-box ~ .process-box {
            margin-top: 2rem;
        }
}

@media screen and (min-width: 768px) {
    #process .process-wrap:last-of-type .process-box:last-of-type .process-no span, #process .process-wrap:last-of-type .process- box:last-of-type .process-no:after {
        visibility: hidden;
    }
}

@media screen and (min-width: 768px)and (max-width:992px) {
    #process .process-wrap .process-box {
        width: 50%;
        float: left;
    }

        #process .process-wrap .process-box:nth-of-type(2) ~ .process-box {
            margin-top: 2rem;
        }
}

@media screen and (max-width: 992px) {
    #process .process-wrap .process-box {
        -webkit-flex: auto;
        flex: auto;
    }
}

@media screen and (min-width: 992px) {
    #process .process-wrap:nth-of-type(even) {
        flex-flow: row-reverse wrap;
    }

    #process .process-wrap .process-box {
        flex: 1;
        display: -webkit-flex;
        display: flex;
    }

        #process .process-wrap .process-box .process-no:after {
            position: absolute;
            content: '';
            transform: translateY(-50%);
            top: 79px;
            border: 1rem solid transparent;
        }

    #process .process-wrap:nth-of-type(odd) .process-box .process-no:after {
        left: 100%;
        border-left-color: #81cef0;
    }

    #process .process-wrap:nth-of-type(even) .process-box .process-no:after {
        right: 100%;
        border-right-color: #6779a6;
    }

    #process .process-wrap .process-box:nth-of-type(4) .process-no:after {
        left: 50%;
        transform: translate(-50%,0);
        border-color: #fff transparent transparent;
        border-color: #efefef transparent transparent;
        top: 100%;
        right: auto;
    }

    #process .process-wrap .process-box {
        width: 50%;
        width: 25%;
        flex: auto !important;
        -webkit-flex: auto !important;
    }

        #process .process-wrap .process-box:nth-of-type(2) ~ .process-box {
        }
}

.process-box .process-content h4 {
    color: #009fe3;
    font-size: 22px;
}

.process-box .process-content p {
    color: #454545;
    line-height: 1.5em;
    font-size: 16px;
    margin: 0;
}


/*Website design development*/
#whatwedo .whatwedo-wrap {
    margin: 20px 0;
}

#whatwedo .testi-wrap .section-img {
    border-radius: 50%;
    position: relative;
    height: 80px;
    width: 80px;
}

    #whatwedo .testi-wrap .section-img:after {
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border: 1px solid #ccc;
    }

@media screen and (min-width:768px) {
    #whatwedo .tab-wrap .nav-pills > li > a {
        border-radius: 0;
    }


    #whatwedo .tab-wrap .nav-pills > li.active > a, #whatwedo .tab-wrap .nav > li > a:hover, #whatwedo .tab-wrap .nav > li > a:focus,
    #whatwedo .tab-wrap .nav-pills > li.active > a:hover, #whatwedo .tab-wrap .nav-pills > li.active > a:focus {
        color: #fff;
        background: none;
    }

    #whatwedo .nav-pills > li.active, #whatwedo .tab-wrap .nav > li:hover {
        background: #373737;
    }

    #whatwedo .tab-wrap .nav-img {
        margin-right: 10px;
        float: left;
    }

    #whatwedo .tab-wrap span.nav-txt {
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

    #whatwedo .tab-wrap .nav {
        border: 1px solid;
        border-radius: 0px;
    }

    #whatwedo .tab-wrap .nav-pills > li + li {
        margin-left: 0;
    }

    #whatwedo .tab-wrap .nav-pills > li > a {
        text-align: left;
        padding: 10px 15px;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0;
    }

    #whatwedo #whatwedo-menu {
        display: block;
        position: static;
        float: none;
        box-shadow: none;
        border: 0;
        padding: 0;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #whatwedo .tab-wrap .nav-img {
        margin-right: 0;
        float: left;
    }

    #whatwedo .tab-wrap span.nav-txt {
        display: block;
        margin-left: 42px;
        font-size: 12px;
        line-height: 1.3;
    }
}

@media screen and (max-width:767px) {
    #whatwedo .tab-wrap .nav-img {
        display: none;
    }

    #whatwedo .nav-justified > li > a {
        text-align: left;
        margin-bottom: 0;
        border-radius: 0;
        padding: 1px 15px;
    }


    #whatwedo .nav-pills > li.active > a, #whatwedo .nav- pills > li.active > a:hover, #whatwedo .nav-pills > li.active > a:focus {
        color: #262626;
        background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    }
}

@media screen and (min-width:768px) {
    #whatwedo .tab-wrap .nav-pills > li:not(.last-li) {
        border-right: 1px solid;
    }
}

#whatwedo .bigletter-list {
    list-style: none;
    padding: 0;
}

    #whatwedo .bigletter-list li:first-letter {
        font-size: 1.5em;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
        color: #373737;
        margin-left: 10px;
    }

/*portfolio*/
.portfolio-items:not(.masonry) {
    text-align: center;
}

    .portfolio-items:not(.masonry):before {
        content: '\f1ce';
        font-family: fontAwesome;
        font-size: 2rem;
        display: inline-block;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

    .portfolio-items:not(.masonry):after {
        content: 'Loading';
    }

.portfolio-item {
    display: inline-block;
    vertical-align: top;
    max-width: 33.33%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 2rem;
}


    .portfolio-item .item:not(:first-of-type) {
        display: none;
    }

    .portfolio-item .item {
        display: block;
        margin: 0;
    }

        .portfolio-item .item img {
            background: #fff;
            padding: 4px;
        }

@media screen and (max-width:767px) {
    .portfolio-item {
        max-width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .portfolio-item {
        max-width: 50%;
    }
}


#whatwedo .portfolio-item {
    max-width: 50%;
}

#whatwedo .lightbox {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    #whatwedo .lightbox .item:not(:first-of-type) {
        display: none;
    }

    #whatwedo .lightbox .item {
        display: block;
    }

        #whatwedo .lightbox .item:hover {
            cursor: pointer;
        }

        #whatwedo .lightbox .item img {
            background: #fff;
        }

#whatwedo p.img-caption {
    background-color: #fff;
    margin: 0;
    display: block;
    line-height: 1.42857;
    padding: 10px 4px;
    color: #02247E;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}


#whatwedo .start-wrap a {
    display: inline-block;
}


/*Why*/
#why .icon {
    max-height: 80px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: 0.5s all ease-in-out;
    width: auto;
}

#why .icon-wrap:hover .icon {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


/*Testimonials*/
#testimonial .section-img {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
}

#testimonial .name {
    color: #009fe3;
    line-height: 28px;
}

#testimonial .testi-wrap {
    margin: 2rem 0;
    padding-bottom: 1rem;
}

    #testimonial .testi-wrap:last-child {
        border: 0;
        padding: 0;
    }

#testimonial .section-img {
    border-radius: 50%;
    position: relative;
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: cover;
    margin: 5px;
    margin-right: 1rem;
}

    #testimonial .section-img:after {
        content: '';
        border-radius: 50%;
        display: block;
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border: 1px solid #ccc;
    }


#testimonial .testi {
    margin-bottom: 1rem;
}

    #testimonial .testi > *:last-of-type {
        margin-bottom: 0;
    }

#testimonial .testi-meta {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 0;
}

#testimonial .innerTestimonials .swiper-slide {
    background: none;
    border: 0;
}

    #testimonial .innerTestimonials .swiper-slide .slideInner {
        padding: 15px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

#testimonial .innerTestimonials .testi {
    border: 1px solid #ccc;
    background: #fff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    position: relative;
}

    #testimonial .innerTestimonials .testi:after {
        content: '';
        display: block;
        position: absolute;
        height: 25px;
        width: 25px;
        left: 31px;
        margin-left: 1.5rem;
        bottom: -12px;
        background: #fff;
        transform: rotate(45deg);
        box-shadow: 1px 1px 0 0 #ccc;
        border-radius: 0 0 3px 0;
    }

#testimonial .innerTestimonials .testi-meta {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
}
/* Contact Us */
#map {
    width: 100%;
    height: 500px;
}

    #map .gm-style img {
        max-width: none !important;
    }


#contact .form-group .form-control {
    border-radius: 0;
}

#contact textarea {
    height: 167px;
}

#contact .btn {
    height: 46px;
}

#contact .icon {
    width: 60px;
    height: 60px;
    background: #009fe3;
    color: #fff;
    line-height: 60px;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0px 3px 9px #999;
    cursor: pointer;
}



/** About Us and Request Proposal **/
.facts {
}

    .facts .facts-inner {
        background: #efefef;
        padding: 5rem 0;
    }

    .facts .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        flex-flow: column;
    }

    .facts .row {
        margin: 0;
        padding: 0 15px;
    }

        .facts .row:not(:last-child) {
            margin-bottom: 2rem;
        }

        .facts .row > * {
            float: none;
            width: 100%;
            text-align: center;
        }



    .facts .fact-left .fa-stack {
        font-size: 3.6rem;
    }

    .facts .fact-right {
        font-size: 2rem;
        vertical-align: middle;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }

    .facts .fa-stack .fa-circle {
        color: #009fe3;
    }

@media screen and (min-width: 768px) {
    #aboutUsRow,
    #aboutUsRow > *,
    #requestProposalRow,
    #requestProposalRow > *,
    #aboutUsRow .facts .facts-inner-wrap,
    #aboutUsRow .facts .facts-inner-wrap > *,
    #requestProposalRow .facts .facts-inner-wrap,
    #requestProposalRow .facts .facts-inner-wrap > * {
        display: -webkit-flex;
        display: flex;
    }

        #aboutUsRow,
        #aboutUsRow > *,
        #requestProposalRow,
        #requestProposalRow > * {
            -webkit-flex-flow: column;
            flex-flow: column;
        }

            #aboutUsRow > .facts,
            #requestProposalRow > .facts {
                -webkit-justify-content: center;
                justify-content: center;
            }

            #aboutUsRow .facts .facts-inner-wrap,
            #requestProposalRow .facts .facts-inner-wrap {
                -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                #aboutUsRow .facts .facts-inner-wrap .row,
                #requestProposalRow .facts .facts-inner-wrap .row {
                    width: 33%;
                    flex: auto;
                }
}
/*sticky form*/

#sticky-form {
    position: fixed;
    z-index: 99;
}

    #sticky-form #contactForm img {
        width: 100%;
    }

    #sticky-form .enquiry a {
        font-size: 1.5rem;
        line-height: 2;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        text-decoration: none;
        background: #009fe3;
        color: #fff;
        display: block;
        padding: 0 1rem;
    }

    #sticky-form .enquiry .form {
        text-align: center;
        transition: 0.5s ease-in-out;
        z-index: 9;
        font-size: 15px;
        color: #fff;
        background: #fff;
        border: 2px solid #02247e;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 90vh;
        overflow-y: auto;
    }

    #sticky-form .enquiry .form-wrap {
        padding: 1rem;
    }

    #sticky-form .enquiry .form .text {
        color: #333;
        font-size: 14px;
        line-height: 1.3em;
        margin: 15px 0;
    }

    #sticky-form .enquiry a:hover {
        color: #fff;
    }

@media screen and (max-width: 767px) {
    #sticky-form .enquiry .form {
        height: 90vh;
        height: calc(100vh - 3rem);
        max-height: 90%;
        max-height: calc(100vh - 3rem);
        overflow-y: auto;
        left: 1.5rem;
        right: 1.5rem;
        position: fixed;
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        transition: 0.5s all 0.3s, 0.3s box-shadow;
    }

    #sticky-form.open .enquiry .form {
        box-shadow: 0 0 0 1.5rem rgba(0, 0, 0, 0.43);
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        transition: 0.5s all;
    }

    #sticky-form .enquiry > a {
        transform: translateY(0);
        transition: 0.3s all;
    }

    #sticky-form.open .enquiry > a {
        transform: translateY(100%);
    }
}

@media screen and (min-width: 768px) {

    #sticky-form {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #sticky-form .enquiry a {
            position: relative;
            line-height: 2;
            -moz-transform: rotate(-90deg) translate(50%, 0%);
            -webkit-transform: rotate(-90deg) translate(50%, 0%);
            transform: rotate(-90deg) translate(50%, 0%);
            -moz-transform-origin: 100% 100% 0;
            -webkit-transform-origin: 100% 100% 0;
            transform-origin: 100% 100% 0;
            text-decoration: none;
            right: 0;
            border-radius: 15px 15px 0 0;
            -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
        }



        #sticky-form .enquiry .form {
            line-height: 60px;
            right: -300px;
            position: absolute;
            width: 300px;
        }

        #sticky-form.open .enquiry .form {
            right: 0;
        }
}


/*footer*/
#footer {
    color: #fff;
    padding-bottom: 0 !important;
}

    #footer .footer-top {
        background: #454545;
        padding: 3rem 0 1rem;
        border-bottom: 1px solid #404040;
    }

    #footer .footer-middle {
        background: #454545;
        padding: 1rem 0;
    }

    #footer h3 {
        color: #fff;
    }

    #footer a {
        font-size: 14px;
        line-height: 1.5em;
        display: block;
    }

        #footer a:hover {
            color: #009fe3;
        }

    #footer label {
        font-size: 13px;
        line-height: 1.4em;
    }

    #footer .btn-quote {
        width: 100%;
        margin-top: 1.2rem;
        height: 46px;
    }

@media screen and (min-width:768px) {
    #footer .wep-wrap {
        float: left;
    }

    #footer .web-call {
        display: block;
        margin-left: 25%;
    }
}

#footer .web {
    font-size: 25px;
    color: #009fe3;
}

#footer .title {
    color: #009fe3;
    display: block;
    text-transform: uppercase;
}

#footer .add {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5em;
}

#footer .footer-links {
    margin: 15px 0;
}

#footer ul {
    list-style: none;
    padding: 0;
}

    #footer ul li {
        margin-bottom: 0.3rem;
        line-height: 0.5rem;
    }

#footer .btn {
    border-radius: 0;
    font-size: 1rem;
    background: none;
    border-color: #009fe3;
    color: #009fe3;
    transition: 0.5s all ease-in-out;
}

    #footer .btn:hover {
        background: #009fe3;
        border-color: #009fe3;
        color: #fff;
    }

#footer .social {
    margin: 15px 0;
}

    #footer .social li {
        display: inline-block;
        margin-right: 10px;
    }

        #footer .social li:last-child {
            margin: 0;
        }

        #footer .social li a {
            width: 30px;
            height: 30px;
            background: #009fe3;
            border-radius: 50%;
            line-height: 30px;
            text-align: center;
            color: #fff;
            font-size: 19px;
        }

            #footer .social li a :hover {
                color: #02247e;
            }

#footer .form .form-group label .label, #footer .form .form- group label.floatingLabel.formControlFocus > .label,
#footer .form .form-group label.floatingLabel:not(.formControlEmpty) > .label {
    color: #fff;
    font-size: 13px;
}

#footer .form .form-group label.required .form-control,
#footer .form .form-group label.required .req {
    border-bottom: 1px solid #fff;
}

#footer textarea {
    height: 130px;
}



.footer-bottom {
    background: #484848;
    padding: 15px 0;
}

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
    }


@media screen and (max-width:767px) {
    .footer-bottom {
        padding-bottom: 4rem;
    }
}

.currentlocaltime {
    font-size: 12px;
    font-family: Arial;
    margin-right: 25px;
}


/*Mobile fixes*/

@media screen and (max-width:767px) {

    #inner-banner .innerbanner-wrap .caption h1 {
        font-size: 25px;
    }

    #blog .blog-post {
        margin-bottom: 1rem;
    }

    .widget_subscribe .widget-inner-wrap {
        padding: 30px;
    }
}


/*Home page service section*/

#design .section-img {
    max-height: 80px;
    margin-right: 20px;
    margin-top: 3px;
    width: auto;
}

#design .know-more {
    padding: 4px;
    font-size: 14px;
    min-width: 100px;
}

#design .section-title > span {
    display: initial;
}

@media screen and (min-width:992px) {
    #design .section-title {
        text-align: center;
        margin: 1.5em 0 !important;
    }

        #design .section-title > span:after {
            left: 50%;
            transform: translateX(-50%);
        }

    #design .service-wrap {
        display: flex;
        display: -webkit-flex;
        background: #efefef;
    }

        #design .service-wrap .service-box {
            width: 50%;
        }

            #design .service-wrap .service-box.service-content {
                padding: 50px;
                text-align: justify;
            }

            #design .service-wrap .service-box.service-img > a {
                display: block;
            }

            #design .service-wrap .service-box.service-img {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                min-height: 390px;
                background-color: #ecf3f9;
            }
}

@media screen and (max-width:991px) {
    #design .service-wrap .service-box {
        margin-bottom: 50px;
    }

        #design .service-wrap .service-box.service-img {
            background-image: none !important;
        }

    #design .section-img {
        max-height: 40px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #design .service-wrap .service-box.service-img {
        background-position: 46%;
    }
}

@media screen and (max-width:767px) {
    #design .section-img {
        float: left;
    }
}

