/*  ==========================================================================
    Table of Contents
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 About Section
    4.0 Service Section
        4.1 Service Style 2
    5.0 Promo Section
    6.0 Work Process Section
    7.0 Projects Section
    8.0 CTA Section
    9.0 Content Section
    10.0 Counter Section
    11.0 Team Section
    12.0 Testimonial Section
    13.0 Page Header Section
    14.0 404 Section
    15.0 Contact Section
    16.0 Blog Section
    17.0 Blog Single Section
    18.0 Sponsor Section
    19.0 Widget Section
    20.0 Footer Section
    21.0 Scroll To Top
    
    ==========================================================================
    Indico By AlexaTheme
    ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:600,700|Work+Sans:600&display=swap');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #1c54ca
}

::selection {
    background-color: #1c54ca;
    color: #fff
}

-webkit-::selection {
    background-color: #1c54ca;
    color: #fff
}

::-moz-selection {
    background-color: #1c54ca;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #263a4f;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
    color: #fff;
}

.bg-dark p,
.bg-dark span {
    color: #999;
}

h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 10px;
    color: #263a4f;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.padding {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f9fafa;
}

.bg-dark {
    background-color: #242323 !important;
}

.bd-top {
    border-top: 1px solid #e5e5e5;
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

/* new */
.home-box-shadow {
    -webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 .1rem 2.5rem rgba(36, 36, 36, .1);
    height: 100%;
    width: auto;

}

@media(max-width:600px) {
    .home-box-shadow {
        -webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
        -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
        box-shadow: 0 .1rem 2.5rem rgba(36, 36, 36, .1);
        height: 60vh;
        width: auto;

    }
}

/* ends */
.box-shadow,
.box-shadow-hover:hover {
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 .1rem 2.5rem rgba(36, 36, 36, .1);
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #1c54ca;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Button Style */
.btn_group {}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    background-color: #0b077e;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.default-btn-home {
    background-color: #0b077e;
    text-transform: uppercase;
    font-family: work sans, sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 10px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, .2)
}


.default-btn:hover {
    background-color: #232427;
    color: #fff;
}

/*section-heading*/
.section-heading h2 {
    font-size: 32px;
    display: block;
}

.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.section-heading span:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    left: calc(50% - 10px);
    top: calc(50% - 15px);
    border: 3px solid #1c54ca;
    opacity: 0.5;
    z-index: -1;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header {
    position: sticky;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1000;
}

.viewport-sm .primary-header {
    padding: 5px 0;
}

.header-menu-wrap {
    margin-left: auto;
}

/* Headroom css */
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.sticky-header.headroom--top {
    transform: translateY(-100%);
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.headroom--pinned {
    transform: translateY(0);
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #222;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/* Menu Style
============= */
.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap ul li:hover>a {
    color: #1c54ca;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 250px;
    padding: 30px 0;
    -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: block;
    padding: 0 35px;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}

.header-menu-wrap li li:last-child {
    margin: 0;
}

.header-menu-wrap li li>a {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #263a4f;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.5;
    text-transform: capitalize;
    padding: 1px 8px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover>a {
    color: #1c54ca !important;
    background-color: #f9f9f9;
}

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0;
}

/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
    }
}

/* new code */
.org_logo {
    height: 50px;
    width: 60px;
}

.index-section-2 {
    margin-bottom: 28px !important
}

@media(max-width:600px) {
    .index-section-2 {
        margin-bottom: 12px !important
    }
}

.cards {
    height: 100%;
    width: 100%;
}

.home-service-item {
    position: relative;
}

.home-mobile {
    display: none !important
}

.home-service-container {
    margin-left: 100px;
}

@media(max-width:600px) {
    .home-mobile {
        display: flex !important;
        padding-bottom: 10px;
    }
}

.home-about-image {
    /*width: 60%;
    height: 60%; */
    position: relative;
    /*-webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);*/
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    /*box-shadow: 0 .1rem 2.5rem rgba(36, 36, 36, .1);*/
    /*new */
    height: 80%;
    width: 80%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.home-about-section {
    overflow-x: hidden;
    align-items: center;
    padding: 45px 70px;
    display: flex;
    gap: 40px;
    background-color: #ebebeb;
    color: black;
    height: 460px;

}

.home-last-section {
    background-color: white;
}

.service-img img {
    height: 50%;
    width: 50%;
}

.service-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
}

/* parallax*/
.parallax {
    background-image: url('../img/project.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 50vh;
    left: 0;
    top: 0;
    z-index: 1
}

.parallax:before {
    background-color: rgba(35, 36, 39, .8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}


/* flip */
.flip-card {
    background-color: transparent;
    width: auto;
    height: 285px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
    transform: rotateY(180deg);
}

@media(max-width:767px) {

    .flip-card:hover .flip-card-inner,
    .flip-card:focus .flip-card-inner {
        transform: none;
    }

    .flip-card.flipped .flip-card-inner {
        transform: rotateY(180deg);
    }
}


.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-card-front {
    background: linear-gradient(to left, #4364f7, #6fb1fc);
    color: black;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    background: #1c54ca;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-card-back h3 {
    font-size: 20px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.flip-card-back p {
    font-size: 14px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.more {
    display: none;
}

.read-more {
    color: #1c54ca;
}

.read-more:hover {
    color: #0b077e;
}

.services-padding {
    padding: 50px 0px 50px 0;
}

.services-about-padding {
    padding: 45px 0 0 0;
    background-color: #d4d4d47d;
}

.services-container {
    display: flex;
    padding: auto;
    /*0px 0px*/
    text-align: justify;
    justify-content: center;
    color: #000000ae;
}

.home-about-section h3 {
    color: black;
}

.home-about-content p {
    /* width: 100%; */
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

.home-about-content h2 {
    margin: 0 0 20px;
    font-size: 27px;
}

.home-container {
    margin-left: 0px;
}

.content-padding {
    padding: 60px 0;
}

.footer-logo {
    height: 30px;
    margin-bottom: 17px !important;
}

.footer-image {
    height: 70%;
    width: 80%;
    padding: 0;
    overflow-x: hidden;
}

.about-us {
    display: flex;
    justify-content: center;
}

.about-default-btn {
    background-color: #0b077e;
    text-transform: uppercase;
    font-family: work sans, sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, .2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, .2)
}

label {
    color: black;
}

/*ends */


@media (max-width: 992px) {

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 24px;
        right: 18px;
        width: 13px;
        height: 1px;
        background-color: #222222;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
        font-size: 11px;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
    }

    .header-menu-wrap li li>a {
        color: #263a4f;
        font-size: 13px;
    }

    .header-menu-wrap li li:hover>a {
        color: #666;
    }
}

@media (max-width: 580px) {
    .header-right a.menu-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}

.header-right .mobile-menu-icon {
    margin-left: 20px;
}

.header-right a.menu-btn {
    background-color: #1c54ca;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.header-right a.menu-btn:hover {
    background-color: #0442c4;
    opacity: 0.8;
    color: #fff;
}

.header-logo-span h4 {
    margin-top: 19px;
    color: #1c54ca;
    font-size: 29px;
    /*font-weight: bold;*/
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.primary-header .header-logo {
    max-width: 500px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.about-section {
    padding: 45px 0px 20px 0px;
}

.about-padding {
    padding: 25px 0 70px 0;
}

.about-section p {
    color: #000000ae;
    text-align: justify;
}

.about-wrap {
    display: flex;
    align-items: center;
}

.about-content h2 {
    margin-bottom: 20px;
}

.about-content p {
    margin-bottom: 30px;
}

.about-promo {
    padding-left: 80px;
}

.about-promo .about-promo-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-promo .about-promo-item:last-child {
    margin-bottom: 0;
}

.about-promo .about-promo-item i {
    font-size: 70px;
    color: #1c54ca;
    margin-right: 30px;
}

.vision,
.mission {
    justify-content: center;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-section .dark-bg {
    position: absolute;
    background-color: #232427;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    z-index: -2;
    padding-top: 80px;
}

.service-section:before {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.section-heading.dark-background h2 {
    color: #fff;
}

.section-heading.dark-background span {
    color: #ddd;
}


/* Service Style 2
==================*/
.service-section.section-2 {
    position: relative;
    z-index: 1;
    padding: 60px 0 70px 75px;
}

.service-section.section-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

/* service new */
.service-content {
    text-align: justify;
    padding-right: 25px;
}

.service-content p {
    color: black;
    font-size: 16px;
    margin-bottom: 10px;
}

/* ends */

.service-content span {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.service-content h2 {
    margin-bottom: 10px;
}



/* Services 3 */
.services-list .offset-top {
    transform: translateY(30px);
}

.services-list .service-item {
    text-align: left;
}

.services-list .service-item i {
    font-size: 50px;
    color: #1c54ca;
    margin-bottom: 10px;
    display: block;
}

.services-list .service-item:hover i {
    color: #fff;
}

.services-list .service-item h3 {
    margin: 0 0 5px;
}

.services-list .service-item p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo-section {
    background-color: rgb(241, 250, 255);
}

.promo-wrap {}

.promo-item {
    padding: 30px 15px;
    background-color: white;
}

.promo-item h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.promo-item i {
    display: block;
    font-size: 50px;
    color: #1c54ca;
    margin-bottom: 10px;
}

.promo-item p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000ae;
}

/* ==========================================================================
   Work Process Section
   ========================================================================== */
.work-pro-section {
    background-image: url(../img/d-slide-6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.work-pro-section:before {
    background-color: rgba(35, 36, 39, 0.8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.work-pro-item {}

.work-pro-item .number {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1c54ca;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;

}

.work-pro-item .number-line {
    background-color: rgba(255, 255, 255, 0.08);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 25px;
    left: 150px;
    z-index: -1;

}

.work-pro-item h3 {
    color: #fff;
    font-size: 18px;
}

.work-pro-item p {
    color: #ddd;
    margin: 0;
}

/* ==========================================================================
   Projects Section
   ========================================================================== */
.projects-section {}

.projects-section .container-fluid {
    padding: 0;
}

.projects-carousel {}

.project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-item img {
    width: 100%;
}

.project-item .overlay {
    background-color: #1c54ca;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    transition: all 300ms ease;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.37, .31, .2, .85);
    transition: all .4s cubic-bezier(.37, .31, .2, .85);
}

.project-item:hover .projects-content {
    transform: translateY(0);
}

.project-item .tittle:hover {
    text-decoration: underline;
}

.projects-content .category {
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.projects-content .tittle {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

/*Navigation*/

.projects-carousel {
    position: relative;
}

.projects-carousel .owl-nav {}

.projects-carousel .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: -70px;
    top: calc(50% - 20px);
    background-color: #fff;
    color: #263a4f;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.projects-carousel .owl-nav div.owl-next {
    left: auto;
    right: -70px;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.cta-section:before {
    background-color: rgba(35, 36, 39, 0.8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-content {}

.cta-content span {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    color: #ddd;
}

.cta-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 30px;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.content-section {
    background-color: #d4d4d47d;
}

.content-wrap {
    display: flex;
    align-items: center;
}

.content-wrap img {
    border-radius: 5px;
}

.content-info {}

.content-info span {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.content-info h2 {
    margin-bottom: 20px;
}

.content-info p {
    margin-bottom: 30px;
    color: #000000ae;
}

.services-text {
    font-size: 81px;
    color: white;
    font-weight: bold;
    font-family: 'Work Sans';
}

/* ==========================================================================
   Counter Section
   ========================================================================== */

.counter-content {
    text-align: center;
}

.counter-content .counter {
    font-family: "Work Sans", sans-serif;
    color: rgb(203, 234, 255);
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: block;
    margin: 0 0 10px;
}

.counter-content h4 {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section {
    position: relative;
    z-index: 1;
}

.team-section .dots {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    /* background: url(../img/bg-dots.png) 0 0 repeat; */
    z-index: -1;
}

.team-wrap .col-lg-3 {
    padding: 0;
}

.team-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-item img {
    width: 100%;
}

.team-item .team-content {
    display: block;
}

.team-item .team-content h3 {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -58px;
    background-color: #fff;
    box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 2;
}

/*Dark Background*/
.bg-dark .team-item .team-content h3 {
    color: #263a4f;
}

.team-item .team-content span {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
    padding: 5px 10px;
    background-color: #1c54ca;
    box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.team-item .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s linear;
}

.team-item .team-social li {
    transform: translateX(100px);
    transition: all 0.3s linear;
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0ms;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-item:hover .team-social li {
    transform: translateX(0);
}

.team-item .team-social li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

/*
.team-item:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.team-item:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.team-item .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}


/*
.team-item:hover .overlay {
    visibility: visible;
    opacity: 1;
} */


/*Boolets*/
.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #ff7607;
}

/* ==========================================================================
   Page Header Section
   ========================================================================== */
/* about header */
.page-header {
    background-image: url(../img/about-us.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    z-index: 1;
}

/* service header */
.service-page-header {
    background-image: url(../img/services-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    /*position: relative; */
    z-index: 1
}

/* contact header */
.page-header-contact {
    background-image: url(../img/contact-new.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    /*swosition: relative; */
    z-index: 1
}

.page-header:before {
    /* background-color: rgba(0, 0, 0, .1);*/
    background-color: white;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.page-content {}

.page-content h2 {
    color: #fff;
    font-size: 36px;
}

.page-content p {
    color: #ddd;
    margin: 0;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-info p {
    color: black;
    text-align: justify;
    margin-right: 30px;
}

@media (max-width: 375px) {
    .mobile-br {
        display: inline;
    }
}

@media (min-width: 390px) {
    .mobile-br {
        display: none;
    }
}

.contact-info-add {
    padding: 56px 0px;
}

@media (max-width: 767px) {
    .contact-info-add {
        padding: 10px 0px;
    }

    .contact-mobile-br {
        display: inline;
    }
}

.contact-padding {
    padding-right: 40px;
}

@media(max-width:767px) {
    .contact-padding {
        padding-right: 0px;
        padding-bottom: 5px;
    }
}

.contact-text {
    font-size: 81px;
    color: white;
    font-weight: bold;
    font-family: 'Work Sans';
    margin-left: 215px;
    margin-bottom: 8px;

}

.contact-section {
    position: relative;
    z-index: 1;
    padding: 35px 0 30px 0;
}

@media(max-width:600px) {
    .contact-section {
        padding: 40px 0 35px 0 !important
    }
}

.contact-section .dots {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.contact-info h3 {
    line-height: 28px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

.contact-info span {
    text-transform: uppercase;
    margin-right: 5px;
}

/* Form Style
===============*/
.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #1c54ca;
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/* Google Map*/
#google-map {
    width: 100%;
    height: 400px;
}

/* Pagination 
=============== */
.pagination-wrap {}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #1c54ca;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #1c54ca;
    border: 1px solid #1c54ca;
    color: #fff;
}

/* Sidebar Style
===============*/
.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #1c54ca;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

/* Search Form Style
===================*/
.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #8d9aa8 !important;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8d9aa8 !important;
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important;
}

/* Thumbnails Post Style
========================*/
.thumb-post {}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;

}

.thumb-post li a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #1c54ca;
    text-decoration: underline;
}

/* Tag Cloud Style
==================*/
.widget-content .tags {}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: white;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Blog Single Section
   ========================================================================== */
.blog-thumb {}

.blog-thumb img {
    margin-bottom: 20px;
}

.blog-single-content {}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f;
}

.blog-single-content h2 a:hover {
    color: #1c54ca;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #1c54ca;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}

/* Blog Quote
===============*/
blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #1c54ca;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

blockquote p {
    color: #263a4f;
    font-size: 20px;

}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f;
}

/* Post Tags Style
==================*/
.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #1c54ca;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Post Navigation
====================*/
.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #1c54ca;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-section {
    background-color: #232427;
    border-bottom: 1px solid #333;
}

.widget-content .container {
    height: 40vh;
}

.widget-content {
    text-align: justify;
}

.widget-content img {
    /* margin-bottom: 20px; */
}

.widget-section .widget-content h4 {
    color: #fff;
}

.widget-content p {}

.widget-content span {
    display: block;
}

.widget-content .widget-links {
    padding-top: 5px;
}

.widget-content .widget-links li {}

.widget-content .widget-links li a {
    color: #8d9aa8;
    line-height: 1.9;
}

.widget-content .widget-links li a:hover {
    color: #1c54ca;
    text-decoration: underline;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #232427;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.footer-section p {
    font-size: 12px;
    color: #ababc7;
    margin: 0;
}

.footer-address {
    text-align: left;
    padding-bottom: 0px;
}

.footer-img {
    height: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

@media(max-width:767px) {
    .footer-address span {
        text-align: left;
        padding-bottom: 0px;
        padding-top: 2px;
    }

    .footer-mobile {
        padding: 0 15px;
    }

    .footer-img {
        margin-bottom: 5px;
    }

    .footer-top {
        padding: 10px 15px 10px 15px !important
    }
}

.footer-widget-center {
    padding: 35px 35px 0px 35px !important;
}

.footer-row {
    display: flex;
    /*align-items: center;*/
    padding-top: 35px;
}

.widget-footer {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-logo-span {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0.5rem;
}

.footer-logo-span h4 {
    margin-bottom: 14px;
}

.footer-col-2 {
    padding: 0px 15px 0px 75px;
}

.footer-col-3 h4 {
    margin-bottom: 14px;
}

@media(max-width:600px) {
    .footer-col-2 {
        padding: 2px 15px 0 15px;
    }

    .footer-col-2 h4 {
        margin-bottom: 5px;
    }

    .footer-col-3 {
        padding: 2px 15px 0 15px;
    }

    .footer-col-3 h4 {
        margin-bottom: 10px;
    }
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
    background-color: #ff7607;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #ff7607;
    color: #fff;
    opacity: 0.8;
}


@media(max-width:580px) {
    .header-right a.menu-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px
    }

    .primary-header .header-logo {
        max-width: 320px;
    }

    .widget-footer {
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-logo-span h4 {
        font-size: 18px;
    }

    .header-logo-span {
        margin-left: 0.5rem !important;
    }

    .org_logo {
        height: 40px;
        width: 50px;
    }
}

@media (min-width:1200px) {
    .home-service-container {
        max-width: 1200px;
    }

    .home-container {
        max-width: 1260px;
        overflow-x: hidden;
    }
}

@media(max-width:600px) {
    .home-container {
        height: 100%;
    }
}

@media (max-width: 600px) {
    .home-about-section {
        height: 100%;
        padding-bottom: 30px !important;
    }
}

@media (max-width: 600px) {
    .service-section.section-2 {
        padding: 60px 0px;
        padding-top: 30px;
    }
}

@media(max-width: 600px) {
    .home-about-image {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .home-service-container {
        margin-left: 0px;
    }
}

@media(max-width: 600px) {
    .team-wrap .col-lg-3 {
        padding-bottom: 40px;
    }
}

@media(max-width:600px) {
    .home-about-content h2 {
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .service-content {
        padding-right: 0px;
        ;
    }
}

@media(max-width:600px) {
    .service-content h4 {
        font-size: 17px;
    }
}

@media(max-width:600px) {
    .footer-widget-center {
        padding: 10px 5px 0px 5px !important;
    }
}

@media(max-width:600px) {
    .footer-row {
        padding-top: 15px;
    }
}

@media(max-width:600px) {
    .services-content-wrap {
        border: 2px;
        border-style: ridge;
        border-color: #f5f5dc40;
        border-bottom: none;
    }
}

@media(max-width:600px) {
    .about-padding {
        padding: 10px 0 5px 0;
    }
}

@media(max-width:600px) {
    .home-last-section {
        padding: 35px 0 !important
    }
}

@media(max-width:600px) {
    .team-section {
        padding-bottom: 25px;
    }
}

@media(max-width:600px) {
    .about-section {
        padding: 20px 0px 0px 0px !important
    }
}

@media(max-width:600px) {
    .service-page-header {
        background-image: url(../img/services-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        width: 100%;
        height: 250px;
    }
}

@media(max-width:600px) {
    .services-text {
        font-size: 45px;
        ;
    }
}

@media(max-width:600px) {
    .services-about-padding {
        padding: 20px 0 20px 0;
    }
}

@media(max-width:600px) {
    .services-padding {
        padding: 0;
    }

    .services-mobile {
        font-size: 21px;
    }

    .mobile-parallax {
        display: none !important
    }

    .page-header-contact {
        background-image: url(../img/contact-mobile.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 250px;
    }
}