/* -------------------------------------------------------
    Template: WOBC  - One Page Business Template
    Version: 1.0.0
    Author: Iddrak
    Design and Developed by: iddrak
------------------------------------------------------- */


/* ===========================
Index Of css

:: Variables
:: Normalizer
:: -- Section Title
:: -- Breadcumbs
:: -- Button design
:: -- One Click Scrool Top Button
:: -- Preloader CSS
:: Header Area
:: -- NAVBAR
:: Hero Area
:: Business
:: About Area
:: Achievement Area
:: Servicess Area
:: Portfolio Area
:: Contact Area
:: Testimonial Area
:: Blog Area
:: -- Blog Single
:: Footer Area

/*======================================
    Variables
========================================*/

:root {
    --main-color-one: #2948ff;
    --main-color-two: #061E5C;
}


/*======================================
    Normalizer
========================================*/

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #888;
    overflow-x: hidden;
    font-size: 15px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
}

/** {
    margin: 0;
    padding: 0;
}*/

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea {
    resize: none;
}

input {
    font-weight: 500;
}

.form-check-input:checked {
    background-color: var(--main-color-one);
    border-color: var(--main-color-one);
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: var(--main-color-two);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 500 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0px;
    color: var(--main-color-two);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


/* --------------------------------------
    Spacing
-------------------------------------- */

.pt-0 {
    padding-top: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-5 {
    margin-bottom: 5px;
}

.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;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

@media (max-width: 991px) {
    /* Margin Top */
    .md-mt-5 {
        margin-top: 5px;
    }
    .md-mt-10 {
        margin-top: 10px;
    }
    .md-mt-15 {
        margin-top: 15px;
    }
    .md-mt-20 {
        margin-top: 20px;
    }
    .md-mt-25 {
        margin-top: 25px;
    }
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-mt-35 {
        margin-top: 35px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mt-45 {
        margin-top: 45px;
    }
    .md-mt-50 {
        margin-top: 50px;
    }
    .md-mt-55 {
        margin-top: 55px;
    }
    .md-mt-60 {
        margin-top: 60px;
    }
    .md-mt-65 {
        margin-top: 65px;
    }
    .md-mt-70 {
        margin-top: 70px;
    }
    /* Margin bottom */
    .md-mb-5 {
        margin-bottom: 5px;
    }
    .md-mb-10 {
        margin-bottom: 10px;
    }
    .md-mb-15 {
        margin-bottom: 15px;
    }
    .md-mb-20 {
        margin-bottom: 20px;
    }
    .md-mb-25 {
        margin-bottom: 25px;
    }
    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-mb-35 {
        margin-bottom: 35px;
    }
    .md-mb-40 {
        margin-bottom: 40px;
    }
    .md-mb-45 {
        margin-bottom: 45px;
    }
    .md-mb-50 {
        margin-bottom: 50px;
    }
    .md-mb-55 {
        margin-bottom: 55px;
    }
    .md-mb-60 {
        margin-bottom: 60px;
    }
    .md-mb-65 {
        margin-bottom: 65px;
    }
    .md-mb-70 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    /* Margin Top */
    .xs-mt-5 {
        margin-top: 5px;
    }
    .xs-mt-10 {
        margin-top: 10px;
    }
    .xs-mt-15 {
        margin-top: 15px;
    }
    .xs-mt-20 {
        margin-top: 20px;
    }
    .xs-mt-25 {
        margin-top: 25px;
    }
    .xs-mt-30 {
        margin-top: 30px;
    }
    .xs-mt-35 {
        margin-top: 35px;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .xs-mt-45 {
        margin-top: 45px;
    }
    .xs-mt-50 {
        margin-top: 50px;
    }
    .xs-mt-55 {
        margin-top: 55px;
    }
    .xs-mt-60 {
        margin-top: 60px;
    }
    .xs-mt-65 {
        margin-top: 65px;
    }
    .xs-mt-70 {
        margin-top: 70px;
    }
    .xs-mt-75 {
        margin-top: 75px;
    }
    .xs-mt-80 {
        margin-top: 80px;
    }
    .xs-mt-85 {
        margin-top: 85px;
    }
    .xs-mt-90 {
        margin-top: 90px;
    }
    .xs-mt-95 {
        margin-top: 95px;
    }
    .xs-mt-100 {
        margin-top: 100px;
    }
    /* Margin bottom */
    .xs-mb-5 {
        margin-bottom: 5px;
    }
    .xs-mb-10 {
        margin-bottom: 10px;
    }
    .xs-mb-15 {
        margin-bottom: 15px;
    }
    .xs-mb-20 {
        margin-bottom: 20px;
    }
    .xs-mb-25 {
        margin-bottom: 25px;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .xs-mb-35 {
        margin-bottom: 35px;
    }
    .xs-mb-40 {
        margin-bottom: 40px;
    }
    .xs-mb-45 {
        margin-bottom: 45px;
    }
    .xs-mb-50 {
        margin-bottom: 50px;
    }
    .xs-mb-55 {
        margin-bottom: 55px;
    }
    .xs-mb-60 {
        margin-bottom: 60px;
    }
    .xs-mb-65 {
        margin-bottom: 65px;
    }
    .xs-mb-70 {
        margin-bottom: 70px;
    }
    .xs-mb-75 {
        margin-bottom: 75px;
    }
    .xs-mb-80 {
        margin-bottom: 80px;
    }
    .xs-mb-85 {
        margin-bottom: 85px;
    }
    .xs-mb-90 {
        margin-bottom: 90px;
    }
    .xs-mb-95 {
        margin-bottom: 95px;
    }
    .xs-mb-100 {
        margin-bottom: 100px;
    }
}

#form-messages {
    color: green;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

.section {
    padding: 100px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .md-section {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .xs-section {
        padding: 100px 0;
    }
}


/* Section Title */

.section-title {
    max-width: 700px;
    margin: auto;
}

.section-title .title {
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding: 7px 0;
}

.section-title h2.title span {
    color: var(--main-color-one);
}

.section-title .subtitle {
    font-weight: 500;
    padding: 7px 0;
}

.section-title h5 {
    font-weight: 600;
    padding: 7px 0;
}

.section-title p {
    padding: 7px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 22px;
    }
}


/* Shapes */

.about,
.portfolio,
.blog,
.services,
.testimonials {
    position: relative;
}

.about .shape,
.portfolio .shape,
.blog .shape {
    position: absolute;
    top: 20%;
    right: -250px;
    z-index: -1;
}

.services .shape,
.testimonials .shape {
    position: absolute;
    left: -250px;
    top: 30%;
    z-index: -1;
}


/* Breadcumbs */

.breadcrumbs {
    background: url(assets/images/banner.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.bg-overlay {
    padding: 150px 0;
    background: rgba(255, 255, 255, .5);
}

.breadcrumb-nav {
    border-radius: 50px;
}

.breadcrumb-nav li {
    padding: 5px 10px;
    font-weight: 600;
    color: var(--main-color-two);
    background: #fff;
    font-size: 18px;
}

.breadcrumb-nav li a.active {
    color: var(--main-color-one);
}


/* Button design */

.btn-one {
    padding: 15px 30px;
    background: var(--main-color-one);
    color: #fff;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-one:hover {
    background: transparent;
    border: 1px solid var(--main-color-one);
    color: var(--main-color-one);
}


/* One Click Scrool Top Button */

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--main-color-one);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: var(--main-color-two);
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
    background-color: var(--main-color-one);
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .button .btn {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 700;
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px;
}

.button .btn:last-child {
    margin: 0;
}

.button .btn:hover {
    color: #fff;
    background-color: var(--main-color-two);
    -webkit-box-shadow: 0px 4px 4px #0000000f;
    box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
    color: #fff !important;
    background: var(--main-color-two) !important;
}

.button .btn-alt:hover {
    background-color: var(--main-color-one) !important;
    color: #fff !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}


/* Preloader CSS */

#preloader {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999999999;
    background-color: #ffffff;
}

.iddrak-load {
    -webkit-animation: apland-load 1000ms linear infinite;
    animation: apland-load 1000ms linear infinite;
    background-color: transparent;
    border-color: var(--main-color-one);
    border-top-color: #f8f8f8;
    border-left-color: #f8f8f8;
    border-right-color: #f8f8f8;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes apland-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes apland-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*======================================
	Header Area
========================================*/
.header-area.style-01 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}

/* Header main navigation
  ---------------------------------------*/
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area.style-01 {
        overflow-x: hidden;
    }
}

@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.header-area.style-01 .header-main-menu.sticky {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}

@media screen and (min-width: 1300px) {
    .header-area.style-01 .header-main-menu.sticky {
        padding: 0 100px;
    }
}

.header-area.style-01 .header-main-menu.sticky i {
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-01 .header-main-menu.sticky {
        padding-left: 20px;
        padding-top: 0;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.style-01 .header-main-menu.sticky {
        padding-left: 20px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area.style-01 .header-main-menu.sticky {
        padding: 0 20px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area.style-01 .header-main-menu.sticky .header-toggle-menu {
        right: 0px;
    }
}

.header-area.style-01 .header-main-menu.sticky .header-toggle-menu i {
    font-size: 20px;
}

.header-area.style-01 .header__top {
    line-height: 70px;
}

.header-area.style-01 .header__top .header__content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area.style-01 .header__top .header__content .brand {
    margin-top: 8px;
}

.header-area.style-01 .header__top .header__content .header__info li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.header-area.style-01 .header__top .header__content .header__info li:nth-child(1) {
    margin-right: 30px;
}

.header-area.style-01 .header__top .header__content .header__info li:nth-child(2) {
    margin-right: 30px;
}

.header-area.style-01 .header__top .header__content .header__info li span {
    color: #2948ff;
    font-weight: 600;
    border-bottom: 1px solid #2948ff;
}

.header-area.style-01 .header__top .header__content .header__info li i {
    font-size: 12px;
    color: #2948ff;
}

.header-area.style-01 .header__top .header__content .header__social ul li a i {
    color: rgba(255, 255, 255, 0.5);
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.header-area.style-01 .header__top .header__content .header__social ul li a i:hover {
    color: #ffffff;
    border: 1px solid #2948ff;
    background-color: #2948ff;
}

.header-area.style-01 .header-toggle-menu {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
}

.header-area.style-01 .header-toggle-menu i {
    font-size: 20px;
    color: #ffffff;
    background-color: #2948ff;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.style-01 .header-toggle-menu {
        display: block;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.style-01 .header-toggle-menu {
        right: 10px;
        top: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area.style-01 .header-toggle-menu {
        right: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area.style-01 .header-toggle-menu {
        top: 0;
    }
}

.header-area.style-01 .header-nav li a {
    color: #061E5C;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}

.header-main-menu {
    padding: 10px;
    line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu {
        padding-top: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-main-menu {
        padding-top: 0;
    }
}

.header-main-menu .logo-wrapper {
    width: 170px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-main-menu .logo-wrapper {
        width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu .logo-wrapper {
        width: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-main-menu .logo-wrapper {
        width: 200px;
    }
}

.header-main-menu .header-nav-heading {
    text-align: center;
    font-family: "metropolis-semibold", sans-serif;
    font-size: 1.4rem;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: .3rem;
    margin-top: 6rem;
    display: none;
}

.header-main-menu .close-mobile-menu {
    display: none;
}

.header-main-menu .header-overlay-close {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 21px;
    left: 50%;
    margin-left: -23px;
    font: 0/0 a;
    text-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1600px) {
    .header-main-menu .header-overlay-close {
        display: none;
    }
}

.header-main-menu .header-overlay-close::before,
.header-main-menu .header-overlay-close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 20px;
    top: 12px;
    left: 22px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu .header-overlay-close::before,
    .header-main-menu .header-overlay-close::after {
        background-color: #111111;
    }
}

.header-main-menu .header-overlay-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
}

.header-main-menu .header-overlay-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-main-menu {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu {
        margin-left: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu {
        position: relative;
    }

    .header-main-menu .header-nav-wrap {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: none;
        z-index: 999999;
        overflow-y: auto;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header-main-menu .header-nav-wrap .header-nav-heading,
    .header-main-menu .header-nav-wrap .close-mobile-menu {
        display: block;
    }

    .header-main-menu .header-nav-wrap .header-nav {
        margin: 4.8rem 6rem 3rem 6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        font-family: "metropolis-semibold", sans-serif;
        font-size: 15px;
    }

    .header-main-menu .header-nav-wrap .header-nav>li {
        border-top: 1px solid rgba(255, 255, 255, 0.03);
    }

    .header-main-menu .header-nav-wrap .header-nav>li>a {
        line-height: 54px;
    }

    .header-main-menu .header-nav-wrap .header-nav li {
        display: block;
        padding: 0;
        text-align: left;
    }

    .header-main-menu .header-nav-wrap .header-nav li ul {
        display: none;
        position: static;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0 0 1.8rem 0;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .header-main-menu .header-nav-wrap .header-nav li ul li a {
        padding: 7.5px 1.5rem 7.5px 1.5rem;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-main-menu {
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu .header-info-icons {
        margin-right: 60px;
    }
}

.header-main-menu .header-btn {
    margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu .header-btn {
        margin-top: 20px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-main-menu .header-btn {
        display: none !important;
    }
}

.header-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "metropolis-medium", sans-serif;
    font-size: 15px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-nav {
        margin: 30px !important;
    }
}

.header-nav li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nav li {
        padding: 0 6px;
    }
}

.header-nav li.has-children {
    padding-right: 25px;
}

.header-nav li.has-children>a::after {
    content: '+';
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: 12px;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-nav li.has-children .has-children>a::after {
    top: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nav li.has-children {
        padding-right: 20px;
    }
}

.header-nav li a {
    display: block;
    line-height: 39px;
    font-weight: 700;
    font-size: 15px;
    font-family: var(--body-font);
    transition: all linear .3s;
}

.header-nav li a:hover {
    color: #f78da7 !important;
}

.header-nav li a:hover,
.header-nav li a.active {
    display: block;
    color: #2948ff !important;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {

    .header-nav li a:hover,
    .header-nav li a.active {
        color: #2948ff !important;
    }
}

.header-nav li ul {
    position: absolute;
    top: 55px;
    left: 18px;
    width: auto;
    font-size: 14px;
    margin: 0;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    z-index: 500;
    -webkit-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.header-nav li ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: 33px;
    width: 100%;
}

.header-nav li ul li a {
    display: block;
    white-space: nowrap;
    padding: 5px 0;
    line-height: 18px;
    color: #061E5C !important;
    font-weight: 500;
}

.header-nav li ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    left: calc(100% + 1px);
    border-radius: 0 0 3px 3px;
    padding-top: 1.2rem;
}

.header-nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Mobile menu visible
---------------------------------------*/
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    body.nav-wrap-is-visible {
        overflow: hidden;
    }

    body.nav-wrap-is-visible .header-nav-wrap {
        opacity: 1;
        visibility: visible;
    }
}
/*Header sticky*/
.header.sticky .navbar-brand .white-logo {
    opacity: 0;
    visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
    opacity: 1;
    visibility: visible;
}

.header.sticky .button .btn {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: transparent;
}

.header.sticky .button .btn:hover {
    background-color: var(--main-color-two);
    color: #fff;
}

.sticky {
    position: fixed;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
}

.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.demo-nav .navbar-expand-lg .navbar-nav {
    margin-left: auto !important;
    margin-right: 60px !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: var(--main-color-one);
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: var(--main-color-one);
}

.sticky .navbar .navbar-nav .nav-item a {
    color: var(--main-color-two);
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #333;
}

.sticky .navbar-nav .nav-item:hover a {
    color: var(--main-color-one);
}

/*======================================
    Banner Area
========================================*/

 #banner-section {
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     background: url(assets/images/banner.jpg);
}
 #banner-section .overlay {
     background: rgba(255, 255, 255, 0.5);
     padding: 150px 0 100px;
}
 @media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
     #banner-section .overlay {
         padding: 280px 0 200px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     #banner-section .overlay {
         padding: 350px 0 170px;
    }
}
 #banner-section .breadcrubms .title {
     position: relative;
    color: var(--main-color-two);
}

/*======================================
    Hero Area
========================================*/

.hero-area.style-1 {
    position: relative;
    padding: 250px 0 200px;
    background: url(assets/images/hero.jpg);
    background-size: cover;
    background-position: left;
}

.hero-area.style-1 .hero-content {
    max-width: 800px;
}

.hero-area.style-1 .hero-content .subtitle {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 70px;
}

.hero-area.style-1 .hero-content .subtitle:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 60px;
    height: 2px;
    background: var(--main-color-two);
}

.hero-area.style-1 .hero-content .title {
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 0;
    font-size: 48px;
}

.hero-area.style-1 .hero-content .title span {
    color: var(--main-color-one);
    font-weight: 800;
    margin-top: 15px;
}

.hero-area.style-1 .hero-content p {
    font-size: 18px;
    line-height: 32px;
}

.hero-btn .video-btn i {
    background: var(--main-color-two);
    padding: 18px;
    color: #fff;
    border-radius: 50%;
}

.hero-btn .video-btn span {
    margin-left: 10px;
    color: var(--main-color-one);
}

.hero-btn .video-btn:hover span {
    color: #fff;
}

.hero-btn .video-btn:hover i {
    background: #fff;
    padding: 18px;
    color: var(--main-color-one);
}


/*Responsive*/

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .btn-one {
        padding: 15px 20px;
    }
    .hero-area.style-1 {
        padding: 150px 0 100px;
    }
    .hero-area.style-1 .hero-content .subtitle {
        font-size: 16px;
    }
    .hero-area.style-1 .hero-content .title {
        font-size: 30px;
    }
    .hero-area.style-1 .hero-content p {
        font-size: 16px;
    }
}


/* -------------------------------
    Business 
--------------------------------*/

.business-area {
    background: #f3f6fd;
    padding: 100px 0;
}

.business-item {
    position: relative;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}

.business-item img {
    filter: grayscale(100%);
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}

.business-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0575E6;
    z-index: 1;
    opacity: .2;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transition: all linear .3s;
}

.business-item .business-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    width: 100%;
}

.business-item .business-content .title {
    color: #fff;
    font-weight: 700;
    width: 100%;
}

.business-item:hover img {
    filter: inherit
}

.business-item:hover:before {
    opacity: .3;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .business-item .business-content .title {
        font-size: 20px;
    }
}


/*======================================
    About Area
========================================*/

.about .content {
    padding-right: 50px;
}

.about .heading h2 {
    padding: 10px 0;
}

.about .heading p {
    position: relative;
    line-height: 30px;
}

.about .heading p span {
    color: var(--main-color-two);
    font-weight: 600;
}

.about .heading p:before {
    position: absolute;
    content: "";
    left: 65px;
    top: 30px;
    height: 1px;
    width: 156px;
    background: var(--main-color-one);
}

.sub-content p {
    margin-top: 15px;
}

.about .about-list p {
    font-size: 14px;
    padding: 5px 0;
}

.about .about-list p strong {
    color: #333;
}

.about-list ul li i {
    margin-right: 10px;
    color: var(--main-color-one);
    font-size: 12px;
}

.about-list ul li {
    padding: 5px 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about {
        max-width: 600px;
        margin: auto;
    }
    .about-image {
        margin-top: 50px;
    }
}


/*======================================
    Achievement Area
========================================*/

.our-achievement {
    background-position: center;
    background-repeat: no-repeat;
}

.our-achievement .overlay {
    background: rgba(0, 0, 0, .8);
    text-align: center;
    padding: 100px 0;
}

.our-achievement .single-achievement {
    text-align: center;
    padding: 0px 10px;
}

.our-achievement .single-achievement .achievement-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    color: var(--main-color-one);
    border-radius: 50%;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.our-achievement .single-achievement:hover .achievement-icon {
    -webkit-box-shadow: 0px 10px 30px #00000017;
    box-shadow: 0px 10px 30px #00000017;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.our-achievement .single-achievement h3 {
    font-size: 35px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.our-achievement .single-achievement p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}


/*======================================
    Servicess Area
========================================*/

.service-item {
    overflow: hidden;
    margin: 12px 0;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, .3);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, .3);
}

.service-item {
    font-size: 50px;
    -webkit-transition: all linear .3s;
    transition: all linear .5s;
}

.service-item h5 {
    font-size: 17px;
}

.service-item {
    background: #fff;
}

.service-item:hover {
    background: var(--main-color-one);
}

.service-item:hover i,
.service-item:hover h5 {
    color: #fff;
}


/*======================================
    Portfolio Area
========================================*/

.portfolio .see-all {
    display: block;
    margin-top: 40px;
    text-align: center;
}

.portfolio .portfolio-btn-wrapper {
    margin-bottom: 0;
    text-align: center;
}

.portfolio-button-head {
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio .grid {
    margin-top: 20px;
}

.portfolio .portfolio-btn-wrapper button {
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: var(--main-color-two);
    border-radius: 0;
    margin-right: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: transparent;
    position: relative;
}

.portfolio .portfolio-btn-wrapper button::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--main-color-one);
    transition: all 0.5s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    -webkit-transition: all 0.5s cubic-bezier(0.78, 0.01, 0.24, 1.02);
    -moz-transition: all 0.5s cubic-bezier(0.78, 0.01, 0.24, 1.02);
}

.portfolio .portfolio-btn-wrapper button.active {
    color: var(--main-color-one);
}

.portfolio .portfolio-btn-wrapper button.active::before {
    width: 100%;
}

.portfolio .portfolio-btn-wrapper button:hover {
    color: var(--main-color-one);
}

.portfolio .portfolio-btn-wrapper button:last-child {
    margin-right: 0;
}

.portfolio-item {
    position: relative;
    transition: .3s;
}

.portfolio-item:hover .portfolio-overlay {
    background: rgba(0, 0, 0, .7);
}

.portfolio-item:hover .portfolio-overlay span {
    color: #fff;
}

.portfolio-item .portfolio-overlay h5 {
    color: #fff;
    margin-top: 7px;
}

.portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s;
}

.pf-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transition-delay: .3s;
}

.portfolio-item:hover .pf-content {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio .portfolio-btn-wrapper button {
        font-size: 15px !important;
    }
    .portfolio .portfolio-btn-wrapper button {
        margin-right: 10px;
        padding: 7px 18px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .portfolio .grid {
        margin-top: 40px;
    }
    .portfolio .portfolio-btn-wrapper button {
        font-size: 15px !important;
    }
    .portfolio .portfolio-btn-wrapper button {
        margin-right: 10px;
        padding: 10px;
        font-size: 16px;
    }
}


/*======================================
	Contact Area
========================================*/

.contact {
    background: #F0F3FA;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border-radius: 0;
    background: #fff;
    border: none;
}

.contact-form button {
    text-transform: capitalize;
}

.contact-info {
    background: var(--main-color-two);
    padding: 40px;
}

.contact-info h5 {
    color: #fff;
    font-size: 17px;
}

.contact-info p {
    color: #ddd;
    margin-top: 10px;
    font-size: 15px;
}

.contact-social ul li a {
    padding-right: 15px;
    color: #ddd;
}


/*======================================
    Testimonial Area
========================================*/

.testimonials {
    position: relative;
    padding-bottom: 160px !important;
}

.testimonial-item {
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px;
}

.testimonial-heading {
    margin-bottom: 70px;
}

.testimonials .testimonial-slider {
    margin: 0;
}

.testimonials .slider-head {
    position: relative;
}

.testimonials .tns-nav {
    text-align: center;
    position: absolute;
    bottom: -65px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
}

.testimonials .tns-nav button {
    height: 7px;
    width: 7px;
    background-color: var(--main-color-two);
    display: inline-block;
    border: none;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50px;
}

.testimonials .tns-nav button:hover {
    background-color: var(--main-color-one);
}

.testimonials .tns-nav button.tns-nav-active {
    width: 30px;
    background-color: var(--main-color-one);
}

.testimonials .testimonial-item .testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.testimonials .testimonial-item h5 {
    margin: 20px 0 15px;
}

.testimonials .testimonial-item .rating li {
    margin: 0 2px;
}

.testimonials .testimonial-item ul li i {
    color: var(--main-color-one);
}

@media (max-width: 767px) {
    .testimonials .testimonial-item {
        max-width: 100%;
        margin: auto;
    }
}


/*======================================
    Blog Area
========================================*/

.blog-item {
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, .3);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, .3);
    background: #fff;
}

.blog-item .blog-content {
    padding: 0 30px 30px;
}

.blog-title {
    margin-bottom: 20px;
}

.blog-content span {
    position: relative;
    padding-left: 60px;
    text-transform: uppercase;
}

.blog-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 1px;
    width: 50px;
    background: var(--main-color-one);
}

.blog-content h4 {
    color: #111;
    line-height: 36px;
    margin: 15px 0;
}

.blog-content h4 a:hover {
    color: var(--main-color-one);
}

.blog-content .blog-btn a {
    text-transform: uppercase;
    color: var(--main-color-one);
    font-weight: 500;
}


/* Pagination */

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    color: var(--main-color-one);
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}


/* Blog Single */

.meta-info li {
    padding: 10px;
    font-size: 14px;
}

.meta-info li i {
    color: var(--main-color-one);
}

.detail-inner p {
    margin: 15px 0;
}

.detail-inner blockquote {
    color: var(--main-color-one);
    padding: 30px;
}

.detail-inner blockquote h4 {
    font-weight: 300;
    font-style: italic;
    padding: 0px 0 20px 0;
    line-height: 40px;
}

.post-social-media ul li a {
    padding: 10px 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
    margin: 20px 5px 0;
    border-radius: 25px;
    color: #333;
}

.post-social-media ul li a:hover {
    background: var(--main-color-one);
    color: #fff;
}

.post-social-media ul li a i {
    margin-right: 5px;
}

.comment-form input,
.comment-form textarea {
    border-radius: 0;
    padding: 10px;
}

.comment-form button {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .post-title {
        font-size: 22px;
    }
    .blog-single {
        margin: 20px 0;
    }
    .post-social-media ul li a {
        display: block;
    }
}


/*======================================
  Footer Area
 ========================================*/

.footer {
    background: #111;
}

.copyright-area {
    border-top: 1px solid #222;
    padding: 30px 0;
    background: #111;
}

.footer-widget .title {
    color: #ddd;
}

.footer-detl h6 {
    font-family: 'Poppins', sans-serif;
}

.footer-detl p {
    text-transform: uppercase;
}

.footer-widget-social ul li a {
    margin: 2px;
}

.footer-widget-social ul li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    transition: all linear .3s;
    border-radius: 50%;
}

.footer-widget-social ul li a i:hover {
    color: var(--main-color-one);
}

.footer-widget-links ul li {
    padding: 5px 0;
}

.footer-widget-links ul li a {
    color: #888;
    ;
}

.footer-widget-links ul li a:hover {
    color: var(--main-color-one);
}

.footer-widget-newsletter input {
    width: 100%;
    display: block;
    padding: 15px;
}

.footer-widget-newsletter button {
    background: var(--main-color-one);
    width: 100%;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}

.footer-widget-newsletter button i {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-links.legal-service .title,
    .footer-widget-newsletter .title {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .useful-links,
    .legal-service,
    .footer-widget-newsletter {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .legal-service,
    .footer-widget-newsletter {
        margin-top: 50px;
    }
}

.copyright-area .f-social a {
    padding: 0 5px;
    color: #ddd;
}

.copyright-area .f-copyright p {
    color: #ddd;
}

@media (max-width: 767px) {
    .copyright-area {
        text-align: center;
    }
    .f-copyright {
        margin-top: 10px;
    }
}