/*
Template Name: vamsi Responsive HTML5/CSS3 Portfolio Template 
Version: 1.0
Author: vamsi yalamarthy
Description: vamsi on-page Website Responsive HTML Template
Tags: One-Page,  Website, Business, Portfolio, Responsive, Html5, Css3, jQuery, Bootstrap
*/

/* ============================== DEFAULT HTML ============================== */
/* Google Fonts */
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
@import 'https://fonts.googleapis.com/css?family=Kaushan+Script';

html, body {
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
body {
    color: #ccc;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main { 
    display: block;
}
hr {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
    text-decoration: none;
    outline: none;
    color: #fff;
    position: relative;
}
a:hover {
    color: #57cbcc;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
a[class*="glyphicon-"] {
    text-decoration: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    color: #afbac4;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
h1, h2 {
    font-weight: 300;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5, h6 {
    font-size: 1em;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
    margin: 0;
    padding: 0;
}
p {
    line-height: 24px; font-size: 14px;
    margin-bottom: 10px;
}
ul, ul li {
    list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
    border: none;
    max-width: 100%;
}
img.image-left {
    float: left;
    margin-right: 5px;
}
img.img-full-width {
    width: 100%;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.margin-left {
    margin-left: 1em !important;
    margin-right: 0;
}
.margin-right {
    margin-left: 0;
    margin-right: 1em !important;
}
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.container { position: relative }

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.fsr {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.fg {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.fw {
    flex-wrap: wrap;
}
.verticalStretch {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.verticalCenter {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0px;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    border: none;
    font-size: 12px;
    line-height: 100%;
    border-radius: 0;
}

.btn:focus,
.btn:hover ,
.btn:active { color: #57cbcc ; outline: 0}

/* =============== GLOBAL ELEMENTS =============== */
section {
    padding: 80px 0;
}

.sectionHeading {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.sectionHeading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #57cbcc;
    transform: translateX(-50%);
}
.sectionHeading .subHeading {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-family: 'Kaushan Script', cursive;
    font-size: 20px;
    margin-bottom: 20px;
    color: #57cbcc;
}
.sectionDesc {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}
.bg-dark {
    background-color: #2B2C30 !important;
}
.bg-light-dark { background-color: #333439}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* =============== PRELOADER =============== */
.preloader{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    bottom: 0;
}
.loader{
    width: 150px;
    height: 150px;
    position: relative;
    animation: loading-3 5s linear infinite;
}
.loader:before,
.loader:after{
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #57cbcc;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    animation: loading-1 1000ms 200ms backwards, loading-2 1000ms linear 1200ms infinite;
}
.loader:after{ animation-duration: 800ms, 1100ms; }
@keyframes loading-1{
    0%{
        opacity: 0;
        transform: scale(0.3);
    }
    50%{
        opacity: 1;
        transform: scale(1);
    }
    60%{
        transform: scale(0.8, 1.2);
    }
    80%{
        transform: scale(1.1, 0.9);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes loading-2{
    0%{
        transform: scale(1);
    }
    20%{
        transform: scale(0.8, 1.2);
    }
    60%{
        transform: scale(1.1, 0.9);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes loading-3{
    100%{ transform: rotate(360deg); }
}
/* =============== HOME SECTION =============== */
.home {
    font-family: 'Montserrat', sans-serif;
    background:  url(../images/home/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0
}

.home:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,52,57,0.9);

}

.home-content {
    position: relative;
    z-index: 999;
    text-align: center;
    top: 45%
}

.home-content h2 {
    display: block;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 12px;
    margin-bottom: 40px;
    font-weight:800;
    position: relative;
    color: #fff;
}

.home-content  h2:before {
    content: attr(data-text);
    position: absolute;
    transform-origin: bottom;
    transform: rotateX(180deg);
    line-height: .85em;
    background: linear-gradient(0deg, #fff 0, transparent 60%);
    -webkit-background-clip :text;
    color: transparent;
    opacity: .5

}

.home-content h3 {
    color: #fff;
    font-weight: 300;

}
.home-content h3 span:before {
    content: "";
    animation: anim-text 8s infinite;
}
@keyframes anim-text {
    0%{content: "Editor";}
    25%{content: "Creator";}
    50%{content: "Gamer";}
    75%{content: "Photographer";}
    100%{content: "Web Creator";}
}
.home-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 0;
    letter-spacing: 7px;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(90deg, #57cbcc, #fff, #57cbcc);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shining 3s linear infinite;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes shining {
    0% { background-position: -500% }
    100% { background-position: 500% }
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    color: #d2b48c;
    z-index: 99
}

/* =============== Header MENU AREA =============== */
#navigation {
    background-color:transparent;
    border: 0 none;
    margin: 0;
    background: rgba(51,52,57,.4);
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.navbar-brand { padding: 0 }

.navbar-nav li a { border-bottom: 1px solid transparent;color: #ccc;transition: .3s ease}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    background-color: transparent;
    border-bottom: 1px solid #57cbcc;
    color: #fff;

}

/* =============== SECTION STORY ABOUT US =============== */
.story-item h3{margin: 20px 0;}

.story-item li{ padding: 0 0 10px }

.story-item li i{
    font-size:12px;
    margin-right: 5px;
    color: #57cbcc

}
.story-item p { margin-top: 20px }

.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}
.story_slid {
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,.5);
    border-radius: 4px 4px 0px 0px;
}

.story_slid .story_images{ margin: 0}

.story_slid .slick-dots {
    position: absolute;
    top: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

/* =============== COUNTING AREA =============== */
#counting {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
#counting .item {
    width: 20%;
    padding: 60px 5px;
    border-right: 1px solid #57cbcc;
}
#counting .item:first-child {
    border-left: 1px solid #57cbcc;
}
#counting .number {
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

/* =============== SECTION SERVICES =============== */
#services .icon {
    font-size: 30px;
    margin-right: 20px;
    color: #57cbcc;
}
#services .item:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
#services .serviceTitle {
    font-weight: 500;
    font-size: 14px;
}
/* =============== SECTION UNIQUE DESIGN =============== */
#uniqueDesign {
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
}
.animated-bg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 3000%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: moveSlideshow 1000s linear infinite;
    animation: moveSlideshow 1000s linear infinite;
    background-size: contain;
    background-position: 410px 0px;
    background-image:url('../images/unique-design/home-cloud.png');
}
.animated-bg:before {
    content: '';
    z-index: 9;
    background: rgba(51, 52, 57,0.9);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top:0;
}

@-webkit-keyframes moveSlideshow {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-66.6666%);
        transform: translateX(-66.6666%)
    }
}

@keyframes moveSlideshow {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-66.6666%);
        transform: translateX(-66.6666%)
    }
}

#uniqueDesign .devices {
    position: relative;
    text-align: center;
}
#uniqueDesign .devices .tablet {
    width: 380px;
}
#uniqueDesign .devices .mobile {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: 140px;
    width: 170px;
}
/* =============== SECTION WHAT WE DO FEATURES =============== */

.features-slideshow-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.slideshow { width: 50%; }

.slideshow-description {
    padding: 50px;
    width: 48%;
    z-index: 100;
    margin-left: -42px;
}

.slideshow-description-left { margin-left: auto; margin-right: -42px }

.slick-prev, .slick-next { width: 50px; height: 50px }

.slick-prev, .slick-next,
.slick-prev:focus,
.slick-prev:active,
.slick-next:focus,
.slick-next:active { background: rgba(51, 52, 57, .5) }

.slick-prev:before, .slick-next:before { font-size: 22px; }

.slick-prev:hover,
.slick-next:hover,
.slideshow-highlight .slick-prev:hover, 
.slideshow-highlight .slick-next:hover { background: #57cbcc }

.slick-prev {
    left: auto;
    right: 95px;
    z-index: 1000;
}

.right .slick-prev { left: 42px; right: auto }

.slick-next { right: 42px; }

.right .slick-next { right: auto; left: 94px }

@media screen and (max-width: 1033px) { .slideshow-description { width: 55%; } }

@media screen and (max-width: 986px) {

    .features-slideshow { flex-direction: column; }

    .slideshow,
    .slideshow-description { width: 100%; max-width: 700px }

    .slideshow-description { margin-right: auto; margin-left: auto }

    .slick-prev, .slick-next { bottom: 0; top: auto; }

}

/* ===============  TESTIMONIAL =============== */
.testimonial {  padding: 60px 0 }

.testimonial .unslider-arrow {
    font-size: 40px;
    color: #ccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonialSlider {
    margin: 0 80px;
}
.testimonialSlider .avatar {
    width: 190px;
    margin-right: 35px;
}
.testimonialSlider .symbol {
    margin: 0 35px 0 5px;
}
.testimonialSlider .symbol .icon {
    padding: 16px;
    border: 2px solid #57cbcc;
    font-size: 65px;
    color: #57cbcc;
}
.testimonialSlider .quote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 10px;
}
.testimonialSlider .name {
    font-family: 'Kaushan Script', cursive;
    font-size: 18px;
    position: relative;
    padding-left: 50px;
}
.testimonialSlider .name:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #57cbcc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* =============== SECTION OUR TEAM =============== */
.our-team{
    text-align: center;
    position: relative;
    max-width: 270px;
    margin: 0 auto;
}

.our-team .team-content{
    width: 100%;
    height: auto;
    padding: 27px 0;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
}

.our-team .title{
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
.our-team:hover .title{ margin-bottom: 10px }

.our-team .post{
    display: block;
    font-style: italic;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
}
.our-team:hover .post{
    height: 40px;
    opacity: 1;
    transform: scale(1);
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
}
.our-team:hover .social{ transform: translateY(50%); opacity: 1 }

.our-team .social li{ display: inline-block }

.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 700;
    line-height:40px;
    transform: rotate(45deg)
}
.our-team .social li a i { transform: rotate(-45deg)}

/* =============== SECTION PORTFOLIO =============== */
#portfolio { padding-bottom: 0 }

#portfolio .portfolioItems {
    position: relative;
    margin: 0;
    padding: 0;
}
#portfolio .portfolioItems li {
    float: left;
    width: 25%;
    background: #fff;
    position: relative;
}
#portfolio .portfolioItems li a,
#portfolio .portfolioItems li a img {
    display: block;
    position: relative;
}
#portfolio .portfolioItems li a {
    overflow: hidden;
    color: #fff;
}
#portfolio .portfolioItems li .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(51, 52, 57,0.9);

}
#portfolio .portfolioItems li .content {
    position: absolute;
    left: 0 !important;
    top: 50% !important;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#portfolio .portfolioItems li .icon { font-size: 30px }

#portfolio .portfolioItems li .title {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 5px;
}
#portfolio .portfolioItems li .desc {
    font-style: italic;
    font-size: 12px;
}

/* =============== SECTION PRICING =============== */
.pricingTable{
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.8) inset, 0 0 10px rgba(0,0,0,0.8); 
}
.pricingTable svg{
    display: block;
    margin-left: -1px;
}
.pricingTable .pricing-content{
    padding: 50px 0 30px;
    position: relative;
}
.pricingTable .title{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.pricingTable .pricing-content ul li{
    line-height: 40px;
    text-transform: capitalize;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 50px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

/* =============== SECTION LATEST BLOG =============== */
#latestBlog article .articleThumb {
    position: relative;
    margin-bottom: 20px;
}
#latestBlog article .date {
    position: absolute;
    background: #57cbcc;
    left: -10px;
    bottom: 10px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}
#latestBlog article .date .number {
    display: block;
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
#latestBlog article .date .text {
    display: block;
    font-weight: 300;
    font-style: italic;
}
#latestBlog article .articleTitle {
    font-size: 14px;
}
#latestBlog article .articleMeta {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}
#latestBlog article .articleMeta a {
    color: #999;
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
    font-weight: 300;
}
#latestBlog article .articleMeta a:hover {
    color: #000;
}
#latestBlog article .articleMeta .icon {
    color: #57cbcc;
    font-size: 17px;
    position: relative;
    top: 2px;
}


/*=================  SECTION CONTACT ==========================*/

.submit {
    padding: 15px;
    font-size: 16px;
}

/* =============== LAYOUT - FOOTER AREA =============== */
footer {
    padding-top: 50px;
}
footer .colHeading {
    margin: 0 0 25px;
    font-size: 14px;
}
footer .colInfo {
    margin-bottom: 30px;
}
/* ----------- COL 1 ----------- */
footer .footerLogo a {
    color: #ccc;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 100%;
}
footer .followUs {
    margin: 25px 0;
}
footer .followUs .totalFollow {
    color: #333;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
footer .followUs .totalFollow span {
    font-size: 18px;
    font-weight: 700;
}
footer .followUs .socialNetwork .text {
    font-style: italic;
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
}
footer .followUs .socialNetwork .icon {
    display: inline-block;
    margin: 0 3px;
    font-size: 18px;
    color: #57cbcc;
}
footer .subscribeForm .input-group input,
footer .subscribeForm .input-group .btn {  border-radius: 0;
}
footer .subscribeForm .input-group input {
    box-shadow: none;
    font-style: italic;
    color: #fff;
    font-size: 15px;
}
footer .subscribeForm .input-group .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #57cbcc;
    border: none;
    color: #fff;
}
/* ----------- COL 2 ----------- */
footer .listArticles > li {
    margin-bottom: 20px;
}
footer .listArticles > li:last-child {
    margin-bottom: 0;
}
footer .listArticles .articleThumb {
    width: 120px;
    margin-right: 15px;
}
footer .listArticles .articleTitle {
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 1.4;
}
footer .listArticles .date {
    font-style: italic;
}
/* ----------- COL 3 ----------- */
footer .instagramImages a {
    float: left;
    width: 82px;
    margin: 1px;

}
footer .morePhoto {
    color: #999;
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
}
/* ----------- COPYRIGHT ----------- */
footer .copyright {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}
footer .copyright  a {color: #57cbcc;}
/* =============== GO TO TOP =============== */
#scrollToTop {
    width: 50px; 
    height: 50px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-indent: -99999em;
    display: none;
    cursor: pointer;
    z-index: 2;
    background: url(../images/go-to-top.png) center center no-repeat;
    border: 1px solid #57cbcc;
}
#scrollToTop:hover {
    text-decoration: none;
    background-color: #57cbcc;
    border: none;
}
/* =============== PRETTY PHOTO OVERRIDE =============== */
div.pp_pic_holder a {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
div.pp_default .pp_description {
    margin: 12px 50px 0 0;
}
div.pp_default .pp_social {
    width: 100%;
}
/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 1200px) {

    /* =============== WHAT WE DO =============== */

    /* =============== FOOTER =============== */
    footer .followUs {
        margin: 15px 0;
    }
    footer .instagramImages a {
        width: 70px;
    }

}
@media (max-width: 992px) {
    section {
        padding: 45px 0;
    }	
    /* =============== SECTION TESTIMONIAL =============== */
    .testimonial {
        padding: 30px 0;
    }
    .testimonialSlider .quote {
        font-size: 13px;
    }
    .testimonialSlider .avatar {
        width: 130px;
    }
    /* =============== SECTION COUNTING =============== */
    #counting {
        font-size: 10px;
    }
    #counting .item {
        padding: 35px 5px;
    }
    #counting .number {
        font-size: 50px;
    }
    /* =============== SECTION SERVICES =============== */
    #services .item:not(:nth-last-child(-n+2)) {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    /* =============== SECTION UNIQUE DESIGN =============== */
    #uniqueDesign .devices .tablet {
        width: 250px;
    }
    #uniqueDesign .devices .mobile {
        bottom: -38px;
        margin-left: 88px;
        width: 110px;
    }	
    /* =============== SECTION WHAT WE DO =============== */

    /* =============== SECTION OUR TEAM =============== */


    /* =============== SECTION LATEST BLOG =============== */
    #latestBlog article .articleTitle {
        font-size: 11px;
    }
    #latestBlog article .date {
        padding: 8px 12px;
    }
    #latestBlog article .date .number {
        font-size: 18px;
    }
    #latestBlog article .date .text {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-content h2 { font-size: 55px }

}

@media (max-width: 768px) {

    /* =============== SECTION HOME =============== */
    .home-content h2 { font-size: 40px;letter-spacing: 1px }
    .home-content h3 {font-size: 20px;}
    .home-content p { font-size: 14px; letter-spacing: 5px }

    /* =============== SECTION UNIQUE DESIGN =============== */
    #uniqueDesign .devices .mobile {
        margin-left: 65px;
    }
    /* =============== SECTION OUR TEAM =============== */
    .our-team { margin-bottom: 30px}

    /* =============== SECTION OUR WORK =============== */
    #portfolio .portfolioItems li {
        width: 50%;
    }


    /* =============== SECTION LATEST BLOG =============== */
    #latestBlog {
        text-align: center;
    }
    #latestBlog article {
        display: inline-block;
        max-width: 380px;
        margin: 0 auto 30px;
        text-align: left;
    }    

    .mb-0{
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {


    /* =============== SECTION SERVICES =============== */
    #services .item:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 640px) {

    section {  padding: 30px 0 }

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

    .sectionHeading .subHeading { font-size: 16px; margin-bottom: 10px }

    .sectionDesc { margin-bottom: 20px }

    /* =============== SECTION COUNTING =============== */
    #counting .item { padding: 20px 5px }

    #counting .number {  font-size: 28px }

    #counting .text { font-size: 9px }

    /* =============== SECTION UNIQUE DESIGN =============== */
    #uniqueDesign .devices .mobile { margin-left: 65px }

    /* =============== SECTION TESTIMONIAL =============== */
    .testimonialSlider { margin: 0 40px }

    .testimonialSlider .symbol { font-size: 45px; margin: 0 15px 0 5px }

    .testimonialSlider .quote {  font-size: 11px }

    .testimonialSlider .name { font-size: 13px }

    .testimonialSlider .avatar { width: 100px; margin-right: 15px }

    /* =============== SECTION UNIQUE DESIGN =============== */
    #uniqueDesign .devices .mobile { margin-left: 50px; width: 90px }

    /* =============== FOOTER =============== */
    footer {  padding-top: 30px }
}

@media (max-width: 480px) {

    /* =============== SECTION HOME =============== */
    .home-content p { font-size: 14px; letter-spacing: 1px }
    .home-content h2:before { display: none }

    /* =============== SECTION TESTIMONIAL =============== */
    .testimonialSlider .symbol,
    .testimonialSlider .avatar {display: none }

    /* =============== SECTION OUR WORK =============== */
    #portfolio .portfolioItems li { width: 100% }
}