@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);

h1, h2, h3, h4, h5 {
    color: #2d3033;
}

.btn, h5 {
    text-transform: uppercase;
}

.btn, .navigation li {
    display: inline-block;
}

.carousel-caption h3, .carousel-caption p, body {
    font-family: "Open Sans",sans-serif;
}

p {
    font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

.btn {
    background-color: #333;
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 0;
    padding: 10px 12px;
}

    .btn:focus, .btn:hover {
        background-color: #000;
        color: #fff;
    }

.btn-large {
    padding: 15px 40px;
}

a {
    color: #e84545;
}

    a:focus, a:hover {
        text-decoration: none;
        -moz-transition: background-color,color,.3s;
        -o-transition: background-color,color,.3s;
        -webkit-transition: background-color,color,.3s;
        transition: background-color,color,.3s;
    }

body {
    font-weight: 400;
    color: #000;
    background-image: url(https://assets.awwwards.com/awards/images/2015/04/pattern.jpg);
}

#header .logo, .carousel-caption h3 {
    font-weight: 700;
    text-transform: uppercase;
}

ol, ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

.section {
    padding: 88px 0 40px;
}

.no-padding {
    padding: 0;
}

.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

#header .header-content {
    border-bottom: 1px solid orange;
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding .3s;
    -o-transition: padding .3s;
    -webkit-transition: padding .3s;
    transition: padding .3s;
}

#header .logo {
    font-size: 21px;
    color: #000;
    float: left;
}

#header.fixed {
    background-color: #fff;
}

    #header.fixed .header-content {
        padding: 25px 0;
        border-bottom: 1px solid #ff9146;
    }

    #header.fixed .nav-toggle {
        top: 18px;
    }

.navigation.open {
    opacity: .9;
    visibility: visible;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.navigation {
    float: right;
}

    .navigation a {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        margin-left: 40px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.carousel, .serve {
    margin: auto;
    width: 94%;
}

.navigation a.active, .navigation a:hover {
    color: #f60;
}

.nav-toggle {
    display: none;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    text-indent: 100%;
    top: 32px;
    white-space: nowrap;
    width: 44px;
    z-index: 99999;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .nav-toggle:after, .nav-toggle:before {
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
    }

    .nav-toggle:before {
        background-color: #e84545;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

    .nav-toggle:after {
        background-color: #e84545;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }

    .nav-toggle span {
        background-color: #fff;
        bottom: auto;
        display: inline-block;
        height: 3px;
        left: 50%;
        position: absolute;
        right: auto;
        top: 50%;
        width: 18px;
        z-index: 10;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

        .nav-toggle span:after, .nav-toggle span:before {
            background-color: #fff;
            content: "";
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -moz-transition: -moz-transform .3s;
            -o-transition: -o-transform .3s;
            -webkit-transition: -webkit-transform .3s;
            transition: transform .3s;
        }

        .nav-toggle span:before {
            -moz-transform: translateY(-6px) rotate(0);
            -ms-transform: translateY(-6px) rotate(0);
            -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
        }

        .nav-toggle span:after {
            -moz-transform: translateY(6px) rotate(0);
            -ms-transform: translateY(6px) rotate(0);
            -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0);
        }

    .nav-toggle.close-nav:before {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .nav-toggle.close-nav:after {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .nav-toggle.close-nav span {
        background-color: rgba(255,255,255,0);
    }

        .nav-toggle.close-nav span:after, .nav-toggle.close-nav span:before {
            background-color: #fff;
        }

        .nav-toggle.close-nav span:before {
            -moz-transform: translateY(0) rotate(45deg);
            -ms-transform: translateY(0) rotate(45deg);
            -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
        }

        .nav-toggle.close-nav span:after {
            -moz-transform: translateY(0) rotate(-45deg);
            -ms-transform: translateY(0) rotate(-45deg);
            -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
        }

.active, .carousel-inner, .item {
    height: 100%;
}

.carousel-caption {
    bottom: 40%;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10;
}

    .carousel-caption h3 {
        color: #fff;
        font-size: 31px;
        letter-spacing: 1px;
        text-shadow: 1px 0 8px #f60;
    }

.serve h5, .services h5 {
    text-transform: none;
    font-weight: 300;
}

.carousel-caption p {
    color: #6c7279;
    text-shadow: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}

.carousel-control.left, .carousel-control.right {
    background: 0 0;
}

.carousel-control {
    opacity: 1;
    text-shadow: none;
}

.serve {
    padding-bottom: 0;
}

section#d2m-advantage {
    padding-top: 0;
}

.serve h5 {
    font-size: 21px;
}

    .serve h5.h5-style {
        margin-top: 1.7em;
        clear: both;
        display: block;
        border-bottom: 1px solid orange;
        padding-bottom: 10px;
    }

.services {
    width: 94%;
    margin: auto;
    background-color: #f2f2f2;
}

    .services h4 {
        font-size: 33px;
        line-height: 33px;
        letter-spacing: 2px;
        font-weight: 300;
    }

    .services h5 {
        font-size: 21px;
    }

    .services p {
        color: #6c7279;
        font-size: 15px;
        font-weight: 400;
        margin-top: 2%;
    }

.services-content {
    margin: 35px;
}

    .services-content li a {
        color: #6c7279;
        line-height: 30px;
    }

        .services-content li a:hover {
            color: #000;
        }

#portfolio {
    width: 92%;
    margin: auto;
}

    #portfolio .portfolio-item {
        right: 0;
        margin: 0 0 2px;
        padding: 0 1px;
    }

        #portfolio .portfolio-item .portfolio-link {
            display: block;
            position: relative;
            margin: 0 auto;
        }

            #portfolio .portfolio-item .portfolio-link .caption {
                position: absolute;
                width: 100%;
                height: 100%;
                opacity: 0;
                background: rgba(58,54,54,.9);
                -webkit-transition: all ease .5s;
                -moz-transition: all ease .5s;
                transition: all ease .5s;
            }

                #portfolio .portfolio-item .portfolio-link .caption:hover {
                    opacity: 1;
                }

                #portfolio .portfolio-item .portfolio-link .caption .caption-content {
                    position: absolute;
                    top: 50%;
                    width: 100%;
                    height: 20px;
                    margin-top: -12px;
                    text-align: center;
                    font-size: 20px;
                    color: #fff;
                }

                    #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
                        margin-top: -12px;
                    }

                    #portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
                        margin: 0;
                        color: #e9eaed;
                        font-size: 17px;
                        letter-spacing: 4px;
                        text-transform: uppercase;
                    }

                    #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
                        margin: 10px 0;
                        color: #e9eaed;
                        font-size: 12px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                    }

    #portfolio * {
        z-index: 2;
    }

.testimonials {
    width: 94%;
    margin: auto;
    background-color: #333;
    position: relative;
    text-align: center;
}

    .testimonials blockquote {
        border: 0;
        margin: 0;
        padding: 56px 18%;
    }

    .testimonials h1 {
        color: #fff;
        font: 19px "Open Sans",sans-serif;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .testimonials p {
        color: #fff;
        display: block;
        font-size: 11px;
        font-style: normal;
        letter-spacing: 2px;
        font-weight: 400;
        margin-top: 30px;
        text-transform: uppercase;
    }

.footer {
    width: 94%;
    margin: auto auto 1em;
    position: sticky;
    text-align: left;
    padding-bottom: 1%;
    border-top: 1px solid orange;
    border-bottom: 1px solid orange;
    clear: both;
    background: #f2f2f2;
}

.copyright, .form-footer, figure.snip1104 {
    text-align: center;
}

.footer h4 {
    font-size: 15px;
    color: #000;
    margin: 0 0 15px;
    padding: 0;
}

.footer p {
    font-size: 14px;
    color: #6c7279;
}

.footer a {
    color: #000;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer .footer-share {
    margin-top: 0;
}

    .footer .footer-share li {
        display: inline-block;
        float: none;
    }

h5.h5-style, p.para-style {
    display: block;
    clear: both;
}

figure.snip1104, ul.ul-css {
    float: left;
    position: relative;
}

.footer .footer-share a {
    border: none;
    font-size: 20px;
    color: #000;
    letter-spacing: 15px;
}

.footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px;
}

.work-detail {
    width: 94%;
    margin: auto;
}

.detail-image img, ul.ul-css {
    width: 100%;
}

.work-detail-margin {
    margin-top: 7%;
}

.detail-contentbox {
    background-color: #f2f2f2;
    padding: 3%;
}

.detail-content h4 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 1px;
    font-weight: 300;
}

.detail-content p {
    color: #6c7279;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7%;
}

ul.ul-css {
 float: left;
    height: auto;
    margin: 0;
    padding: 15px 30px 15px 38px;
    position: relative;
    width: 100%;
    /* z-index: 7000; */
    list-style-type: myanmar;
    font-weight: 600;
    background: #ff660045;
}

li.feature-box {
    padding: 6px 0;
    list-style-type: disc;
}

p.para-style {
    font-family: cursive;
    font-size: 18px;
    padding-top: 1em;
}

h5.h5-style {
    margin-top: 1.7em;
    border-bottom: 1px solid orange;
    padding-bottom: 10px;
}

figure.snip1104 {
    font-family: Raleway,Arial,sans-serif;
    overflow: hidden;
    max-height: 220px;
    width: 25%;
    background: #000;
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

    figure.snip1104 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    figure.snip1104 img {
        max-width: 100%;
        position: relative;
        opacity: .4;
    }

    figure.snip1104 figcaption {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    figure.snip1104 h3 {
        color: #fff;
        position: absolute;
        left: 40px;
        right: 40px;
        display: inline-block;
        background: #000;
        -webkit-transform: skew(-10deg) rotate(-10deg) translate(0,-50%);
        transform: skew(-10deg) rotate(-10deg) translate(0,-50%);
        padding: 12px 5px;
        margin: 0;
        top: 50%;
        text-transform: uppercase;
        font-weight: 400;
    }

        figure.snip1104 h3 span {
            font-weight: 800;
        }

    figure.snip1104:before {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: '';
        background: #fff;
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: rotate(110deg) translateY(-50%);
        transform: rotate(110deg) translateY(-50%);
    }

    figure.snip1104 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

.body-wrap, .flip {
    position: relative;
}

figure.snip1104.blue {
    background: #123851;
}

    figure.snip1104.blue h3 {
        background: #0a212f;
        color: #fff;
    }

figure.snip1104.red {
    background: #581a14;
    color: #fff;
}

    figure.snip1104.red h3 {
        background: #36100c;
        color: #fff;
    }

figure.snip1104.yellow {
    background: #7f5006;
    color: #fff;
}

    figure.snip1104.yellow h3 {
        background: #583804;
    }

figure.snip1104.hover img, figure.snip1104:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1104.hover h3, figure.snip1104:hover h3 {
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%,-50%);
    transform: skew(-10deg) rotate(-10deg) translate(-150%,-50%);
}

figure.snip1104.hover:before, figure.snip1104:hover:before {
    -webkit-transform: rotate(110deg) translateY(-150%);
    transform: rotate(110deg) translateY(-150%);
}

---------- .card-flip {
    perspective: 1000px;
}

.card-flip.hover .flip, .card-flip:hover .flip {
    transform: rotateY(180deg);
}

.back, .card-flip, .front {
    width: 100%;
    height: 270px;
    padding: 18px;
}

.flip {
    transition: .6s;
    transform-style: preserve-3d;
}

.front {
    transform: rotateY(0);
}

.carousel-caption.h3 {
    color: #fff;
}

#contact button[type=submit], #contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact input[type=url], #contact textarea {
    font: 400 12px/16px Roboto,Helvetica,Arial,sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2),0 5px 5px 0 rgba(0,0,0,.24);
}

    #contact h3 {
        display: block;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    #contact h4 {
        margin: 5px 0 15px;
        display: block;
        font-size: 13px;
        font-weight: 400;
    }

fieldset {
    border: none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact input[type=url], #contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

    #contact input[type=text]:hover, #contact input[type=email]:hover, #contact input[type=tel]:hover, #contact input[type=url]:hover, #contact textarea:hover {
        -webkit-transition: border-color .3s ease-in-out;
        -moz-transition: border-color .3s ease-in-out;
        transition: border-color .3s ease-in-out;
        border: 1px solid #aaa;
    }

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type=submit] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

    #contact button[type=submit]:hover {
        background: #43A047;
        -webkit-transition: background .3s ease-in-out;
        -moz-transition: background .3s ease-in-out;
        transition: background-color .3s ease-in-out;
    }

    #contact button[type=submit]:active {
        box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
    }

#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: unset;
    height: 100%;
}

.body-wrap {
    min-height: 700px;
    z-index: 0;
}

.navbar {
    margin-top: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #fff;
}

.navbar-brand {
    height: auto;
}

.navbar-right {
    margin-top: 17px;
    FONT-SIZE: 13PX;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    margin-left: 0;
    margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-weight: 600;
    letter-spacing: -.1px;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #f60;
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 24px;
    margin-right: 18px;
    margin-bottom: 8px;
    background-color: #f60;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    BORDER-COLOR: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: inherit;
    background: inherit;
}

form {
    padding: 0;
}

.form-item {
    margin-bottom: .75em;
    width: 100%;
}

    .form-item input {
        background: 0 0;
        border: none;
        border-bottom: 2px solid #e9e9e9;
        color: #666;
        font-family: 'Open Sans',sans-serif;
        font-size: 1em;
        height: 50px;
        transition: border-color .3s;
        width: 100%;
        padding-left: 10px;
    }

        .form-item input:focus {
            border-bottom: 2px solid silver;
            outline: 0;
        }

.button-panel .button, textarea.text-box {
    border: none;
    font-family: 'Open Sans',sans-serif;
    height: 50px;
    width: 100%;
}

.button-panel {
    margin: 2em 0 0;
    width: 100%;
}

    .button-panel .button {
        background: #f16272;
        color: #fff;
        cursor: pointer;
        font-size: 1.2em;
        letter-spacing: .05em;
        text-align: center;
        text-transform: uppercase;
        transition: background .3s ease-in-out;
    }

.button:hover {
    background: #ee3e52;
}

.form-footer {
    font-size: 1em;
    padding: 2em 0;
}

    .form-footer a {
        color: #8c8c8c;
        text-decoration: none;
        transition: border-color .3s;
    }

        .form-footer a:hover {
            border-bottom: 1px dotted #8c8c8c;
        }

.modal-footerNew {
    padding: 20px 20px 10px;
    text-align: right;
}

.drag-text, .image-center, .img-center {
    text-align: center;
}

.navbar-inverse .navbar-nav > .active-new > a, .navbar-inverse .navbar-nav > .active-new > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #f60;
}

.active-new {
    color: #ff6600 !important;
}

@media (max-width:767px) {
    .services-content {
        margin: 10px;
    }

    h3 {
        font-size: 20px;
    }

    p.cursive {
        font-size: 14px !important;
    }

    .services p {
        font-size: 14px;
    }
}

.services-content-new {
    margin: 35px 35px 0;
}

textarea.text-box {
    background: 0 0;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-size: 1em;
    transition: border-color .3s;
    resize: none;
}

.file-upload-btn, .file-upload-btn:active, .file-upload-btn:hover, .remove-image, .remove-image:active, .remove-image:hover {
    transition: all .2s ease;
}

.file-upload {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    outline: 0;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        background: #1AA059;
        color: #fff;
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
    }

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

    .image-dropping, .image-upload-wrap:hover {
        background-color: #1FB264;
        border: 4px dashed #fff;
    }

.image-title-wrap {
    padding: 0 15px 15px;
    color: #222;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    outline: 0;
    text-transform: uppercase;
    font-weight: 700;
}

    .remove-image:hover {
        background: #c13b2a;
        color: #fff;
        cursor: pointer;
    }

    .remove-image:active {
        border: 0;
    }

p.cursive {
    font-family: cursive;
    font-weight: 700;
    font-size: 18px;
}

.top-marg {
    margin-top: 30px;
}

.responsive-margin {
    margin-left: 0;
}

@media (max-width:992px) {
    .responsive-margin {
        margin-left: 35px;
    }

    .services h5 {
        font-size: 19px;
    }

    .img-center img {
        width: 200px;
    }

    img.item-img {
        width: auto !important;
    }

    .minus-margin {
        margin-top: 0 !important;
    }
}

.card .footer .social-links, .card .name {
    font-size: 18px;
}

h3.h3-style {
    margin-top: 1.7em;
    clear: both;
    display: block;
    border-bottom: 1px solid orange;
    padding-bottom: 10px;
}

.responsive-margin-2 {
    margin: 0 0 0 35px;
}

.image-center {
    display: block;
}

img.item-img {
    width: 100%;
}

@media (max-width:500px) {
    .image-center img {
        width: 100%;
    }
}

.respons-img {
    margin-top: 41px;
}

@media (max-width:767px) {
    .respons-img {
        margin-top: 10px;
    }

    .responsive-margin {
        margin-left: 10px;
    }
}

.img-center {
    display: block;
}

    .img-center img {
        width: 180px;
    }

@media (max-width:768px) {
    .img-center img {
        width: 240px;
    }

    .marg-top {
        margin-top: 3em !important;
    }

    .offer {
        margin-top: 1em;
    }

    .second-offer {
        display: none;
    }
}

@media (max-width:400px) {
    .img-center img {
        width: 200px;
    }
}

@media (max-width:1111px) {
    img.client-image {
        width: 100% !important;
        height: 227px;
    }
}

@media (max-width:992px) {
    img.client-image {
        width: 280px !important;
    }

    .image-center img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:500px) {
    img.client-image {
        width: 100% !important;
        height: auto !important;
    }

    .carousal-height {
        padding: 1em;
    }
}

.carousal-height {
    height: 100% !important;
    background: 0 0;
    padding: 2em;
    border: 2px solid #fd6602;
    box-shadow: 0 0 14px 0;
}

.image-center img {
    width: 370px;
    height: 300px;
}

a.btn.read-more {
    float: right;
    color: #fff;
    Padding: 10px 10px;
}

.minus-margin {
    margin-top: -4em;
}

img.client-image {
    height: 227px;
    display: block;
    margin: auto;
}

.btn:active, .btn:focus, .btn:hover {
    outline: 0 !important;
}

.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 30px;
}

    .card-container.hover.manual-flip .card, .card-container:not(.manual-flip):hover .card {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .card-container.static.hover .card, .card-container.static:hover .card {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }

.card {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background: #FFF;
    border-radius: 4px;
    color: #444;
    margin-top: 10px;
}

    .card .footer, .card .motto, .card .profession {
        color: #999;
        text-align: center;
    }

.back, .front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 1px 7px 0 #ff6702;
}

.front {
    z-index: 2;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3;
}

    .back .btn-simple {
        position: absolute;
        left: 0;
        bottom: 4px;
    }

.back, .card-container, .front {
    width: 100%;
    height: 350px;
    border-radius: 4px;
}

.card .cover {
    height: 110px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

    .card .cover img {
        width: 240px;
        height: auto;
        display: block;
        margin: auto;
    }

.card .user {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}

    .card .user img {
        background: #FFF;
        border: 4px solid #FFF;
        width: 100%;
    }

.card .content {
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    padding: 10px 20px 20px;
}

    .card .content .main {
        min-height: 160px;
    }

.card .back .content .main {
    height: 215px;
}

.card .name {
    line-height: 20px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}

.card .profession {
    margin-bottom: 5px;
}

.card .footer {
    border-top: 1px solid #EEE;
    margin: 30px 0 0;
    padding: 10px 0 0;
}

    .card .footer .social-links a {
        margin: 0 7px;
    }

    .card .footer .btn-simple {
        margin-top: -6px;
    }

.card .header {
    padding: 0 20px;
    height: auto;
}

.card .motto {
    border-bottom: 1px solid #EEE;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-top: 0;
}

.card .stats-container {
    width: 100%;
    margin-top: 50px;
}

.card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

    .card .stats:first-child {
        border-right: 1px solid #EEE;
    }

    .card .stats:last-child {
        border-left: 1px solid #EEE;
    }

    .card .stats h4 {
        font-weight: 300;
        margin-bottom: 5px;
    }

    .card .stats p {
        color: #777;
    }

.title {
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}

    .title small {
        font-size: 17px;
        color: #999;
        text-transform: uppercase;
        margin: 0;
    }

.space-30 {
    height: 30px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-200 {
    height: 200px;
    display: block;
}

.white-board {
    background-color: #FFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}

.ct-heart {
    color: #F74933;
}

pre.prettyprint {
    background-color: #fff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}

.atv, .str {
    color: #05AE0E;
}

.kwd, .pln, .tag {
    color: #3472F7;
}

.atn {
    color: #2C93FF;
}

.pln {
    color: #333;
}

.com {
    color: #999;
}

.btn-simple {
    opacity: .8;
    color: #666;
    background-color: transparent;
}

    .btn-simple:focus, .btn-simple:hover {
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
    }

    .btn-simple i {
        font-size: 16px;
    }

@media (max-width:768px) {
    .carousel-control.left {
        left: 0 !important;
    }

    .carousel-control.right {
        right: 0 !important;
    }

    .item {
        padding: 0 !important;
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .back, .front {
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all .2s cubic-bezier(.92,.01,.83,.67);
    }

    .front {
        z-index: 4;
    }

    .card-container.manual-flip.hover .back, .card-container:not(.manual-flip):hover .back {
        z-index: 5;
        visibility: visible;
    }
}

@media (max-width:500px) {
    h4.text-center {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    .card .cover img {
        width: 200px;
    }
}

@media (min-width:1200px) {
    h4.text-center {
        font-size: 14px;
        color: #2d3033;
        font-weight: 400;
        line-height: 24px;
    }
}

@media (max-width:1200px) {
    h4.text-center {
        font-size: 17px;
        color: #2d3033;
        font-weight: 400;
        line-height: 20px;
    }
}

@media (max-width:420px) {
    .carousel-caption {
        bottom: 34%;
        color: #fff;
        left: 15%;
        padding-bottom: 20px;
        padding-top: 20px;
        position: absolute;
        right: 16%;
        text-align: center;
        z-index: 10;
    }

        .carousel-caption h3 {
            font-size: 23px;
        }
}

#idList.dropdown:hover .dropdown-menu {
    margin-top: 0;
}

@media (min-width:991px) {
    #idList.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .carousel {
        height: 450px;
    }
}

@media (max-width:991px) {
    img.item-img {
        height: 350px !important;
        width: 100% !important;
    }

    .carousel-inner {
        height: 100%;
    }

    .small-padding {
        padding: 0;
    }

    span.city {
        font-weight: 400;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fd6603;
        background-color: #dcdcdc;
    }
}

@media (max-width:1000px) {
    .polaroid, p.description {
        width: 100%;
    }

    .polaroid {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media (min-width:1552px) {
    .polaroid {
        padding-bottom: 1em !important;
    }
}

@media (min-width:767px) {
    .services-content.new {
        margin-bottom: -18px !important;
    }
}

@media screen and (max-width:1199px) and (min-width:768px) {
    .back, .card-container, .front {
        height: 320px;
    }
}

@media screen and (max-width:767px) and (min-width:400px) {
    .back, .card-container, .front {
        height: 300px;
    }
}

@media screen and (max-width:399px) and (min-width:300px) {
    .back, .card-container, .front {
        height: 360px;
    }
}



@media (max-width:991px) {


    .polaroid.pola {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: black;
    }
}

.polaroid.pola {
    height: 260px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    background-color: white;
}

    .polaroid.pola img.fixed-ratio-resize {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
