/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    color: #373a39;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-link {
    color: #000;
    font-weight: bold;
}

.btn-link:hover {
    color: #373a39;
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.slogan {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.spinner-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #fff;
}

.spinner {
    background-color: #065e52;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 9999999;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

/*===========================================================
 Scroll Animate
============================================================*/

.js .animate-box {
    opacity: 0;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}

/*===========================================================
Navigation CSS
============================================================*/

#main-menu {
    margin-left:0px !important;
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
}

.main-nav .navbar-nav {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between !important;
}

.navbar-light .navbar-nav .nav-link,
.main-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.custom-toggler.navbar-toggler {
    border:none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} 

.social-icon {
    position: absolute;
    right: 28px;
    top: 5px;
}

.social-icon a {
    padding: 10px 6px;
}

.social-icon a:hover {
    background: rgba(0, 0, 0, .2);
}

.social-icon a img {
    width: 20px;

}

#brand {
    color: #fff;
    font-size: 27px;
    line-height: 27px;
    font-weight: 400;
}

#brand span,
#brand a span {
    color: #000;
    font-size: 22px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.main-nav {
    background: #272525;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover,
    .main-nav li a:hover {
        color: #fff;
        background-color: #373a39;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #000;
    border:none;
}

.menu-top-area {
    padding-top: 10px;
    padding-bottom: 25px;
    background-color:#000;
}

.menu-right a {
    display: block;
    text-align: right;
    color: #000;
    font-weight: 700;
    font-size: 16px;

}

.call-to {
    color: #cc3333 !important;
    font-size: 20px !important;
    font-weight: 700;
}

/*====================================Page CSS======================================*/
#carousel-hero {
    background: #f0f0f3;
    padding: 45px 0;
}

.carousel-item {
    text-align: center;
}

.carousel-item h2 {
    font-size: 28px;
    color: #000;
}

.carousel-item p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin: 20px 0;
}

.carousel-item a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.carousel-caption {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    transform: translateY(-50%);
    bottom: 0;
    top: 50%;
}


.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption {
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    font-size: 18px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption {
        color: #fff;
        text-shadow: 2px 2px 8px #000;
        font-size: 30px;
    }

    .carousel-item p {
        font-size: 28px;
    }
}

.carousel-item-text-scroller p {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0;
    font-family: 'Handlee', cursive;
}

.philosophy-area {
    background: #cc3333;
    padding: 45px 0;
    margin: 40px 0;
}

.philosophy-text {
    text-align: center;
}

.philosophy-text h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.philosophy-text p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}

.philosophy-text a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}

.philosophy-text a:hover {
    color: #cc3333;
}

.pd-50 {
    padding: 50px 0;
}

.content-area {
    background: #fff;
}

.content-area-grey {
    background: #f0f0f3
}

.content-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1, h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight:bold;
}

h2, h2 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

h3, h3 {
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 700;
}

h4, h4 {
    color: #373a39;
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
}

h5, h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}

p {
    color: #373a39;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

dl, label, ul {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

ul {
    margin-left:45px;
}

a {
    color: #000;
    font-weight:bold;
}

a:hover {
    color: #373a39;
    text-decoration: none;
}

.content-text.title a {
    font-size: 17px;
}

.content-text.title p {
    font-size: 18px;
}

.service-area {
    background: #fff;
    border: 1px solid #fff;
    border-right: 0;
    border-left: 0;
    padding-top: 40px;
    padding-bottom: 50px;
}

.card-home img {
    border-radius:10px;
}
.img-overlay-bg {
    background: rgb(0, 0, 0, 0.7);
}

.card-home a, .card-home a:active, .card-home a:visited{
    color: white;
    text-decoration: underline;
}

.card-home a:hover {
    text-decoration: none;
}

.card-style {
    background-color: #000;
    border: none;
    border-radius: 0;
}

.card-style-white {
    background-color: #fff;
}

.card-style:hover {
    background-color: #373a39;
}

.card-style-white:hover {
    background-color: #fff;
}

.card-style .card-img, .card-style .card-img-top, .card-style-white .card-img, .card-style-white .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card-style h5 {
    color: #fff;
    text-transform: uppercase;
}

.card-style-white h5 {
    color: #cc3333;
}

.card-style .card-title, .card-style-white .card-title {
    margin-bottom: .2rem;
}

.card-style .card-text {
    color:white;
}

.card-style-white .card-text {
    color: #000;
}

.service-title {
    text-align: center;
    margin-bottom: 35px;
}

.single-service {
    margin-bottom: 20px;
}

.service-img img {
    width: 100%;
}

.service-text {
    text-align: center;
    width: 100%;
    background: #000;
    border-top: 1px solid #fff;
    cursor: pointer;
}

.service-text:hover {
    background: #373a39;
    color: #fff;
}

.service-text a {
    font-size: 15px;
    width: 100%;
    /*background: #28409d;*/
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.service-text p {
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    padding-bottom: 20px;

}

.menu a {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 25px;
}

.menu a:hover {
    color: #fff;
}



.go-top {
    bottom: 48px;
    right: 0;
}

/*Dropdown Arrow*/
.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.footer-menu .navbar-toggler {
    margin-left: auto;
    margin-right: auto;
}

.fensa-area {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #000;
    margin-top: 80px;
}

/*=====================Footer Menu===============*/

.footer-area {
    background: #000;
}

.footer-area a,
.footer-area p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.footer-menu {
    margin-bottom: 45px;
}

.footer-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.footer-menu ul li {

    list-style: none;
    text-align: center;
}

.footer-menu ul li a:hover {
    color: #cc3333;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 15px;

}

.w50 img {
    width: 36px !important;
    margin-left: -2px;
    margin-bottom: 15px;
}

.footer-right img {
    width: 28px;
}

.footer-right {
    float: right;

}

.footer-right a {
    display: block;
}

.footer-center {
    text-align: center;
    color: #fff;
}

.footer-center a {
    display: block;

}

.footer-center-menu {
    margin-top: 25px;
}

.footer-center-menu a {
    display: inline-block;
    padding: 0 5px;

}

.footer-center a:hover {
    color: #373a39;
}

.footer-top {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
/*======================Skillbar====================*/
.content-img img {
    width: 100%;
}

.skill-title {
    text-align: center;
}

.skill-title h4 {
    color: #555;
    font-size: 16px;
}

.skillbar-area {
    margin-top: 50px;
    background: rgba(0, 0, 0, .1);
    padding: 20px 10px;
    border-radius: 4px;
    padding-bottom: 10px;
}

.skillbar {
    position: relative;
    display: block;
    width: 90%;
    background: #a1d7f9;
    height: 35px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.single-skillbar {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fff;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 13px;
    color: #fff;

}

.skillbar-title span {
    display: block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;

}

.skillbar-bar {
    height: 35px;
    width: 0px;
    background: #146def;

}

.skill-bar-percent {
    position: absolute;
    right: -36px;
    top: 0;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    color: #000;
}

.skill-text-left h6 {
    color: #6e6e6e;
    display: inline-block;
    float: left;
    font-size: 15px;
}

.skill-text-left h5 {
    color: #6e6e6e;
    font-weight: 700;
    display: inline-block;
    text-align: right;
    font-size: 15px;
    float: right;
}

.skillbar-text:last-child {
    border: 0;
}

.skillbar-text {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}

.skillbar-text h4 {
    color: #1a9da6;
    display: inline-block;
    text-align: right;
    font-size: 15px;
    float: right;

}

.skill-text-left h2 {
    color: #33334c;
    font-size: 20px;
    display: inline-block;
    float: left;
}

.skill-text-left h1 {
    color: #146def;
    font-size: 25px;
    float: right;
    font-weight: 700;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    background: #d14848 !important;
    border:none;
}

.navbar-expand-md .navbar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.text-wrap {
    white-space: normal;
}
/*=================Form=========================*/

.button {
    border: solid 1px white;
    color: White;
    font-weight: bold;
    background-color: black;
    width: 180px;
    height: 40px;
    font-size: 12pt;
}

.btn-primary {
    background-color: #000;
    border-color: #fff;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    font-weight:bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #373a39;
}


.btn-primary:hover {
    background-color: #373a39;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #373a39 !important;
}

.btn-primary:active {
    border-color: #373a39 !important;
    box-shadow: none !important;
}

.btn-primary:active:focus {
    border-color: #373a39 !important;
    box-shadow: none !important;
}


.menu-top-area .btn-primary,
.carousel-caption .btn-primary {
    background-color: #000;
    border-color: #fff;
    border-radius: 0px;
    color: #fff;
    display: initial;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
}

.menu-top-area .btn-primary:not(:disabled):not(.disabled).active, .menu-top-area .btn-primary:not(:disabled):not(.disabled):active, .show > .menu-top-area .btn-primary.dropdown-toggle,
.carousel-caption .btn-primary:not(:disabled):not(.disabled).active, .carousel-caption .btn-primary:not(:disabled):not(.disabled):active, .show > .carousel-caption .btn-primary.dropdown-toggle {
    background-color: #373a39;
}


.menu-top-area .btn-primary:hover,
.carousel-caption .btn-primary:hover {
    background-color: #373a39;
}

.menu-top-area .btn-primary.focus, .menu-top-area .btn-primary:focus,
.carousel-caption .btn-primary.focus, .carousel-caption .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #373a39 !important;
}

.menu-top-area .btn-primary:active,
.carousel-caption .btn-primary:active {
    border-color: #373a39 !important;
    box-shadow: none !important;
}

.menu-top-area .btn-primary:active:focus,
.carousel-caption .btn-primary:active:focus {
    border-color: #373a39 !important;
    box-shadow: none !important;
}

.required-large {
    color: Red;
    font-size: 120%;
    padding-left: 5px;
}

.required {
    color: red;
}

.required16px {
    color: red;
    font-size:16px;
}

#googleRecaptcha {
    margin-left: 0px;
    margin-bottom: 0px;
}

/*=================Logo=========================*/
.logo-title {
    color: #fff;
    font-size:30px;
    font-weight:bold;
    display:inline-block;
}

.logo-sub-title {
    color: #f0f0f3;
    font-size: 23px;
    font-weight: bold;
    display: inline-block;
}

/*=================Logo=========================*/

.color-red {
    color:#cc3333
}

.video-item {
    width: 100%;
    background-color: #000;
    line-height: 0px;
    height: 350px;
}

/*=================Video Banner=========================*/

.video-item video {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .video-item {
        height: auto;
    }

    .video-item video {
        object-fit: contain;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.video-item .carousel-caption {    
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
    text-shadow: none;
    line-height: 35px;
    font-size: 15pt;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .video-item .carousel-caption {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .video-item .carousel-caption {
        line-height: 45px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .video-item .carousel-caption {
        line-height: 50px;
    }
}


/*=================Responsive CSS=========================*/
@media (max-width: 1199px) {
    p {
        margin-bottom: 10px;
    }

    h2 {
        margin-bottom: 15px;
    }

}

@media (max-width: 991px) {
    
    .contact-left-area {
        margin-bottom: 30px;
    }

    .skillbar-area {
        margin-top: 30px;
    }

    .logo {
        text-align: center;
    }

    .navbar span {
        color: #fff;
        font-weight: 700;
        cursor: pointer;
    }

    button:focus {
        outline: 1px dotted;
        outline: none;
    }

    .navbar-toggler {
        padding: 10px 0;
    }

    .main-nav .navbar {
        text-align: center;
    }


    .navbar-toggler {
        width: 100%;
        float: right;
        text-align: right;
    }

    .banner-area {
        min-height: 350px;
    }

    .carousel-item p br {
        display: none;
    }

    .navbar {
        text-align: right;
    }

    .content-img {
        margin-bottom: 20px;
    }

    .content-img img {
        width: 100%;
    }

    .single-content {
        margin: 0 15px;
    }

    .philosophy-text p br {
        display: none;
    }

    .carousel-item p {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .nav-item.social-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .carousel-item p {
        line-height: 28px;
        
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        text-align: center;
    }


    .main-nav .navbar-nav {
        text-align: center;
    }

    .navbar {
        text-align: right !important;
    }

    .philosophy-area {
        margin-bottom: 0;
    }

    .banner-area {
        min-height: 300px;
    }

    .footer-menu ul {
        display: block;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 30px;
    }

    .w50 img {
        width: 38px !important;
        margin-left: 0;
        margin-bottom: 0;
    }

    .footer-right {
        float: none;
        text-align: center;
        margin-top: 20px;
    }

    .footer-menu {
        margin-bottom: 25px;
    }

    .footer-right a {
        display: inline-block;
        padding: 0 5px;
    }

    .dropdown-divider {
        margin: 0;
        border: 0;
    }


    .dropdown-menu {
        /*background: #e75797;*/
    }

    .footer-menu .collapse:not(.show) {
        display: block;
    }

    #carousel-hero {
        margin-top: 0;
    }

    .brand-bar p {
        color: #000;
        line-height: 1;
    }


    .content-btm {
        max-width: 100%;
        margin-top: 50px;
    }

    .single-content {
        width: 33%;
        margin: 0;
        padding: 0 5px;
    }

    .service-img img {
        width: 100%;
    }

    .content-text {
        position: unset;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .brand-bar {
        padding: 0 13px;
    }

    .nex-container .nex-bar {
        position: fixed !important;
        background: #e75797 !important;
        padding: 5px 0;
    }


    .mrt-70 {
        margin-top: 75px;
    }

    .nex-container a.nexmenu-reveal span {
        background: #000 !important;
        margin-top: 10px;
    }

    .nex-container a.nexmenu-reveal {
        border: 1px solid #000;
        padding: 20px 13px;
        top: 16px;
        right: 15px !important;
        border-radius: 4px;
    }

    .nex-container .nex-nav ul li:first-child a {
        border-top: 0 !important;
    }

    .social-icon {
        display: none;
    }

    .nav-item.social-icon {
        display: block;
        position: unset;
        top: unset;
        right: unset;
        margin-left: 0px;
    }

    .social-icon a {
        padding: 3px 6px;
    }
    
    .service-title {
        margin-bottom: 20px;
    }

    .fensa-area {
        padding-top: 10px;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .pd-50 {
        padding: 30px 0;
    }

    .footer-area {
        padding-bottom: 40px;
    }

    .philosophy-area {
        margin-top: 10px;
    }

    .misty-logo {
        text-align: center;
    }

    .mobile-logo {
        padding: 10px 0;
    }

    .banner-area {
        min-height: 250px;
    }

    .content-btm {
        margin-top: 20px;
    }

    .menu a {
        padding: 0 8px;
        margin-bottom: 20px;

    }

    h2 {
        margin-bottom: 10px;
    }

    .email-me {
        text-align: center;
        background: #000;
        border-top: 1px solid #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
    }

    .footer-area {
        margin-bottom: 20px;
        cursor: pointer;
    }

    .email-me a {
        color: #fff;
        font-size: 23px;
    }

    .footer-text {
        display: none;
    }

    .service-area {
        padding-top: 20px;
    }

    .skill-title h4 {
        font-size: 21px;
    }
}

@media (max-width: 400px) {


    .single-content {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .content-btm {
        text-align: center;
    }

    .carousel-item h2 {
        padding: 0 10px;
    }
    
    h2 {
        font-size: 20px;
    }

    .banner-area {
        min-height: 200px;
    }

    .skill-bar-percent {
        right: -33px;
    }
}