/*-----------------------------------------------------------------------------------

    Template Name: Businet - Multipurpose Business HTML5 Template
    Author: Pixelcurve
    Support: help.wpsprite@gmail.com
    Author URI: https://themeforest.net/user/pixelcurve
    Version: 1.1

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Roboto:400,500,700");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

a:focus,
select:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #191919;
    margin: 0px;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #555;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    border: 1px solid #43cb83;
    padding: 0 30px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    background-color: #43cb83;
}

.main-btn:hover {
    background-color: #fff;
    color: #43cb83;
    border-color: #43cb83;
}

.main-btn.main-btn-2 {
    background-color: #fce9ee;
    color: #43cb83;
    border-color: #fce9ee;
}

.main-btn.main-btn-2:hover {
    background-color: #43cb83;
    border-color: #43cb83;
    color: #fff;
}

/*===== All Section Title Style =====*/
.section-title h6 {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    color: #43cb83;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 9px;
    /* letter-spacing: 2px; */
}

.section-title h6::before {
    position: absolute;
    content: '';
    background-color: #43cb83;
    width: 100px;
    height: 1px;
    left: -110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-title h2 {
    font-size: 48px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.section-title.section-title-2 {
    position: relative;
    z-index: 9;
}

.section-title.section-title-2 h2 {
    color: #fff;
}

/*===== All Preloader Style =====*/
#preloader {
    background: #6442ff;
    background: -webkit-gradient(linear, left top, right top, from(#6442ff), color-stop(50%, #006cff), to(#0cb4ce));
    background: linear-gradient(90deg, #6442ff 0%, #006cff 50%, #0cb4ce 100%);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

#status {
    left: 50%;
    margin: -25px 0 0 -15px;
    position: fixed;
    top: 50%;
}

#status,
.spinner {
    height: 30px;
    width: 50px;
}

.spinner {
    font-size: 10px;
    margin: 0 auto;
    text-align: center;
}

.spinner > div {
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
    background-color: #43cb83;
    display: inline-block;
    height: 100%;
    width: 6px;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    20% {
        -webkit-transform: scaleY(1.6);
        -moz-transform: scaleY(1.6);
        -ms-transform: scaleY(1.6);
        -o-transform: scaleY(1.6);
        transform: scaleY(1.6);
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    20% {
        -webkit-transform: scaleY(1.6);
        -moz-transform: scaleY(1.6);
        -ms-transform: scaleY(1.6);
        -o-transform: scaleY(1.6);
        transform: scaleY(1.6);
    }
}

/*===========================
    2.HEADER css 
===========================*/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        padding: 22px 0;
    }
}

@media (max-width: 767px) {
    .header-area {
        padding: 22px 0;
    }
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
}

.header-area.sticky .navbar .navbar-toggler .icon-bar {
    background-color: #23282d;
}

.header-area.sticky .navbar .navbar-nav .nav-item a {
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.header-area.sticky .navbar .navbar-nav .nav-item:hover > a {
    color: #43cb83;
}

.header-area.sticky .navbar .navbar-nav .nav-item a.active {
    color: #43cb83;
}

.header-area.sticky .navbar .search-icon a {
    color: #23282d;
}

.header-area .navbar {
    padding: 0;
    position: relative;
}

.header-area .navbar .navbar-toggler {
    padding: 4px 8px;
}

.header-area .navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    position: relative;
}

.header-area .navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.header-area .navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.header-area .navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-collapse {
        background-color: #fff;
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-collapse {
        background-color: #fff;
        padding: 10px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-collapse .navbar-nav .nav-item a {
        color: #23282d;
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -ms-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-collapse .navbar-nav .nav-item a {
        color: #23282d;
        -webkit-transition: all 0.4s linear 0s;
        -moz-transition: all 0.4s linear 0s;
        -ms-transition: all 0.4s linear 0s;
        -o-transition: all 0.4s linear 0s;
        transition: all 0.4s linear 0s;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-collapse .navbar-nav .nav-item:hover > a {
        color: #43cb83;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-collapse .navbar-nav .nav-item:hover > a {
        color: #43cb83;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-collapse .navbar-nav .nav-item a.active {
        color: #43cb83;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-collapse .navbar-nav .nav-item a.active {
        color: #43cb83;
    }
}

.header-area .navbar .navbar-nav .nav-item {
    margin-right: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-nav .nav-item {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-nav .nav-item {
        margin-right: 0;
    }
}

.header-area .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .navbar .navbar-nav .nav-item a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
    }
}

.header-area .navbar .navbar-nav .nav-item a .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-nav .nav-item a .sub-nav-toggler {
        position: absolute;
        padding: 5px;
        background: none;
        border: 0;
        top: 4px;
        right: 0;
        cursor: pointer;
        display: block;
        font-size: 16px;
        color: #23282d;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-nav .nav-item a .sub-nav-toggler {
        position: absolute;
        padding: 5px;
        background: none;
        border: 0;
        top: 4px;
        right: 0;
        cursor: pointer;
        display: block;
        font-size: 16px;
        color: #23282d;
    }
}

.header-area .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 220px;
    background-color: #fff;
    padding: 5px 20px;
    border-top: 2px solid #43cb83;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -webkit-box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.04);
    z-index: 999;
}

.header-area .navbar .navbar-nav .nav-item .sub-menu li {
    border-bottom: 1px solid #43cb83;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-nav .nav-item .sub-menu li {
        border-color: #fff;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-nav .nav-item .sub-menu li {
        border-color: #fff;
    }
}

.header-area .navbar .navbar-nav .nav-item .sub-menu li:last-child {
    border-bottom: 0;
}

.header-area .navbar .navbar-nav .nav-item .sub-menu li a {
    display: block;
    font-size: 16px;
    padding: 9px 0;
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.header-area .navbar .navbar-nav .nav-item .sub-menu li a.active,
.header-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    padding-left: 5px;
    color: #43cb83;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .header-area .navbar .navbar-nav .nav-item .sub-menu li a.active,
    .header-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
        color: #fff;
    }
}

@media (max-width: 767px) {

    .header-area .navbar .navbar-nav .nav-item .sub-menu li a.active,
    .header-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
        color: #fff;
    }
}

.header-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    left: 111%;
    top: 0;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}

.header-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
        background-color: #43cb83;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
        background-color: #43cb83;
    }
}

.header-area .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-area .navbar .search-icon {
    padding-left: 10px;
}

.header-area .navbar .search-icon a {
    font-size: 16px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .navbar .search-icon {
        position: absolute;
        top: 9px;
        right: 80px;
    }
}

@media (max-width: 767px) {
    .header-area .navbar .search-icon {
        position: absolute;
        top: 9px;
        right: 80px;
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/*===== SEARCH BOX =====*/
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.search-box .search-form .closebtn {
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.search-box .search-form .closebtn span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}

.search-box .search-form .closebtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.search-box .search-form .closebtn span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}

.search-box .search-form input {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border: 2px solid #43cb83;
    color: #23282d;
    padding-left: 20px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .search-box .search-form input {
        width: 80%;
    }
}

.search-box .search-form button {
    position: absolute;
    top: 50%;
    left: 72%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}

@media (max-width: 767px) {
    .search-box .search-form button {
        left: 84%;
    }
}

/*===========================
    3.BANNER css 
===========================*/
.banner-area {
    height: 100vh;
    position: relative;
}

.banner-area::after {
    position: absolute;
    content: '';
    background-image: url(../images/shape.png);
    background-position: center bottom;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 145px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1600px) {
    .banner-area::after {
        height: 185px;
    }
}

.banner-content {
    position: relative;
    z-index: 9;
}

.banner-content h2 {
    font-size: 72px;
    font-weight: 900;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-content h2 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .banner-content h2 {
        font-size: 38px;
    }
}

.banner-video {
    position: relative;
    z-index: 9;
}

.banner-video a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #43cb83;
    font-size: 20px;
    position: relative;
}

.banner-video a::before,
.banner-video a::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: pulse-border 2.5s linear infinite;
    -moz-animation: pulse-border 2.5s linear infinite;
    -o-animation: pulse-border 2.5s linear infinite;
    animation: pulse-border 2.5s linear infinite;
}

.banner-video a::after {
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*===========================
    4.SERVICES css 
===========================*/
.services-area {
    border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 767px) {
    .services-area {
        padding-top: 80px;
        padding-bottom: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services .services-icon img{
        width: 60px;
    }
}

.services-text p {
    font-size: 36px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 48px;
    color: #23282d;
}

@media (max-width: 767px) {
    .services-text p {
        line-height: 36px;
        font-size: 24px;
    }
}

.single-services .services-cont .services-title {
    font-size: 24px;
    font-weight: 900;
    color: #23282d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services .services-cont .services-title {
        font-size: 18px;
    }
}

.single-services .services-cont p {
    padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-services .services-cont p {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-services .services-cont p {
        padding: 0 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .single-services .services-cont p {
        padding: 0 10px;
    }
}

/*===========================
       5.ABOUT css 
===========================*/
@media (max-width: 767px) {
    .about-area {
        padding-top: 40px;
        padding-bottom: 90px;
    }
}

.about-image {
    position: relative;
    padding: 0 90px;
}

@media (max-width: 767px) {
    .about-image {
        padding: 0 30px;
    }
}

.about-image img {
    width: 100%;
    z-index: 2;
    position: relative;
}

.about-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: #6442ff;
    background: -webkit-gradient(linear, left top, right top, from(#6442ff), color-stop(50%, #006cff), to(#0cb4ce));
    background: linear-gradient(90deg, #6442ff 0%, #006cff 50%, #0cb4ce 100%);
    left: 0;
    bottom: 30px;
    z-index: -1;
}

/*===========================
    6.CALL TO ACTION css 
===========================*/
.call-action {
    background: #6442ff;
    background: -webkit-linear-gradient(left, #6442ff 0%, #006cff 50%, #0cb4ce 100%);
    background: -o-linear-gradient(left, #6442ff 0%, #006cff 50%, #0cb4ce 100%);
    background: linear-gradient(to right, #6442ff 0%, #006cff 50%, #0cb4ce 100%);
}

@media (max-width: 767px) {
    .call-action {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

.call-action .action-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.call-action .action-content h2 {
    color: #fff;
    font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .call-action .action-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .call-action .action-content h2 {
        font-size: 38px;
    }
}

.call-action .action-content span {
    font-size: 36px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .call-action .action-content span {
        font-size: 26px;
    }
}

.call-action .action-content span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 5px;
    z-index: -1;
    background-color: #43cb83;
}

@media (max-width: 767px) {
    .call-to-action-2 {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

.action-content-2 {
    position: relative;
    z-index: 9;
    padding: 0 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .action-content-2 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .action-content-2 {
        padding: 0;
    }
}

.action-content-2 h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .action-content-2 h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .action-content-2 h2 {
        font-size: 28px;
    }
}

.action-content-2 .main-btn img {
    margin-right: 8px;
}

.action-content-2 .main-btn:hover {
    background-color: transparent;
    color: #fff;
}

/*===========================
         7.WORK css 
===========================*/
@media (max-width: 767px) {
    .work-area {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}

.work-menu ul li {
    display: inline-block;
    font-size: 16px;
    color: #23282d;
    margin: 10px 15px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.work-menu ul li.active,
.work-menu ul li:hover {
    color: #43cb83;
}

.single-work {
    position: relative;
}

.single-work .work-image img {
    width: 100%;
}

.single-work .work-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6442ff;
    background: -webkit-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: linear-gradient(to right, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-work .work-cont a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 72px;
    color: #fff;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}

.single-work:hover .work-cont {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/*===========================
   8.TESTINOMIALS css 
===========================*/
@media (max-width: 767px) {
    .testimonial-area {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}

.single-testimonial {
    background-color: #fff;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
}

@media (max-width: 767px) {
    .single-testimonial {
        padding-left: 40px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

.single-testimonial .quote {
    width: 70px;
    height: 70px;
    background: #6442ff;
    background: -webkit-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: linear-gradient(to right, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -35px;
    top: 50px;
    padding: 19px 15px;
}

.single-testimonial .author-name .image img {
    border-radius: 50%;
}

/*===========================
       9.COUNTER css 
============================*/
.single-counter {
    position: relative;
    z-index: 9;
}

.single-counter span {
    color: #43cb83;
    font-size: 36px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}

.single-counter p {
    color: #fff;
}

.single-counter::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #43cb83;
    left: 0;
}

@media (max-width: 767px) {
    .single-counter::after {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter::after {
        display: block;
    }
}

.single-counter.none::after {
    display: none;
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter.none-2::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .counter-area-2 {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

.single-counter-2 span {
    font-size: 36px;
    font-weight: 900;
    color: #43cb83;
}

/*===========================
    10. PRICING PAGE css 
============================*/
.single-pricimg {
    -webkit-box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-pricimg {
        padding-top: 55px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .single-pricimg {
        padding-top: 55px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.single-pricimg.active {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-pricimg.active {
        z-index: auto;
    }
}

.single-pricimg h5 {
    font-size: 18px;
    font-weight: 900;
    color: #23282d;
    text-transform: uppercase;
}

.single-pricimg h2 {
    font-size: 48px;
    font-weight: 900;
    color: #43cb83;
}

.single-pricimg h2 span {
    font-size: 14px;
    font-weight: 400;
}

.single-pricimg ul li {
    font-size: 14px;
    color: #555;
    line-height: 40px;
}

.single-pricimg .main-btn {
    background: #6442ff;
    background: -webkit-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: linear-gradient(to right, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    border-color: transparent;
}

.single-pricimg .main-btn:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .pricing-area {
        padding-top: 40px;
        padding-bottom: 90px;
    }
}

/*===========================
   11.PARTNER LOGO css 
===========================*/
.patnear-area {
    border-top: 2px solid #e9e9e9;
}

/*===========================
        12.NEWS css 
===========================*/
@media (max-width: 767px) {
    .news-area {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}

.single-news .image {
    overflow: hidden;
}

.single-news .image a {
    display: block;
}

.single-news .image img {
    width: 100%;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-news:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-news .content ul li {
    display: inline-block;
    /* margin-right: 20px; */
}

.single-news .content ul li:last-child {
    margin-right: 0;
}

.single-news .content ul li a {
    color: #adadad;
    font-size: 13px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-news .content ul li a i {
    font-size: 14px;
    color: #43cb83;
    margin-left: 3px;
}

.single-news .content ul li a:hover {
    color: #43cb83;
}

.single-news .content a h4 {
    font-size: 24px;
    color: #23282d;
    font-weight: 900;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-news .content a h4:hover {
    color: #43cb83;
}

/*===========================
       13.CONTACT css 
===========================*/
@media (max-width: 767px) {
    .contact-area {
        padding-top: 60px;
        padding-bottom: 90px;
    }
}

.contact-info-block {
    padding: 30px;
    background-color: #f4f7fc;
}

.contact-info-block .contact-info-title {
    font-size: 24px;
    font-weight: 900;
    color: #43cb83;
}

.contact-form .contact-title {
    font-size: 48px;
    font-weight: 900;
    color: #23282d;
    text-align: center;
}

@media (max-width: 767px) {
    .contact-form .contact-title {
        font-size: 30px;
    }
}

.contact-form .single-form {
    margin-top: 30px;
}

.contact-form .single-form textarea,
.contact-form .single-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 0 15px;
}

.contact-form .single-form textarea {
    height: 150px;
    padding-top: 10px;
    resize: none;
}

.form-group {
    margin: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

/*===========================
       11.FOOTER css 
===========================*/
.footer-widgets {
    background-color: #191919;
}

.footer-widgets .footer-about {
    padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-widgets .footer-about {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widgets .footer-about {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .footer-widgets .footer-about {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widgets .footer-about {
        padding-right: 20px;
    }
}

.footer-widgets .footer-about p {
    color: #f5f5f5;
}

.footer-widgets .footer-about .social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-widgets .footer-about .social li:last-child {
    margin-right: 0;
}

.footer-widgets .footer-about .social li a {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #43cb83;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.footer-widgets .footer-about .social li a:hover {
    color: #43cb83;
    background-color: #fff;
}

.footer-widgets .footer-title h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.footer-widgets .footer-link ul li {
    line-height: 35px;
}

.footer-widgets .footer-link ul li a {
    font-size: 14px;
    color: #f5f5f5;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.footer-widgets .footer-link ul li a i {
    color: #43cb83;
    margin-left: 8px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.footer-widgets .footer-link ul li a:hover {
    color: #43cb83;
}

.footer-widgets .footer-link ul li a:hover i {
    margin-right: 11px;
}

.footer-widgets .footer-info ul li {
    margin-top: 10px;
}

.footer-widgets .footer-info ul li .single-info {
    position: relative;
}

.footer-widgets .footer-info ul li .single-info .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-widgets .footer-info ul li .single-info .icon i {
    color: #43cb83;
    font-size: 18px;
}

.footer-widgets .footer-info ul li .single-info .content p {
    font-size: 14px;
    color: #f5f5f5;
}

.footer-copyright {
    background-color: #1d1d1d;
}

.footer-copyright .copyright p {
    color: #f5f5f5;
    font-size: 14px;
}

.footer-copyright .copyright p a {
    color: #f5f5f5;
    font-weight: 700;
    margin-right: 3px;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    background: #6442ff;
    background: -webkit-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    background: linear-gradient(to right, rgba(100, 66, 255, 0.9) 0%, #006cff 50%, rgba(12, 180, 206, 0.9) 100%);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    color: #fff;
    font-size: 24px;
    z-index: 99;
    display: none;
}

.back-to-top:hover {
    color: #fff;
}

/*===========================
   16.PAGE BANNER css 
===========================*/
.page-banner {
    padding-top: 230px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
        padding-top: 250px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .page-banner {
        padding-top: 230px;
        padding-bottom: 80px;
    }
}

.page-banner .page-content {
    position: relative;
    z-index: 5;
}

.page-banner .page-content h3 {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
}

@media (max-width: 767px) {
    .page-banner .page-content h3 {
        font-size: 36px;
    }
}

.breadcrumb-area {
    background-color: #f4f7fc;
}

.breadcrumb-area .breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
    color: #555;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
    color: #555;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active {
    color: #43cb83;
}

.breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    color: #555;
    font-family: FontAwesome;
}

/*===========================
      21.BLOG PAGE css 
============================*/
.single-blog .blog-thum {
    overflow: hidden;
}

.single-blog .blog-thum a {
    display: block;
}

.single-blog .blog-thum img {
    width: 100%;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-blog .blog-thum:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-blog .blog-content ul li {
    display: inline-block;
    margin-right: 20px;
}

.single-blog .blog-content ul li:last-child {
    margin-right: 0;
}

.single-blog .blog-content ul li a {
    font-size: 14px;
    color: #adadad;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-blog .blog-content ul li a i {
    color: #43cb83;
    margin-right: 5px;
}

.single-blog .blog-content ul li a:hover {
    color: #43cb83;
}

.single-blog .blog-content .blog-title a {
    font-size: 36px;
    font-weight: 900;
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.single-blog .blog-content .blog-title a:hover {
    color: #43cb83;
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 30px;
    }
}

.pagination-area .pagination .page-item {
    margin-left: 10px;
}

.pagination-area .pagination .page-item:first-child {
    margin-left: 0;
}

.pagination-area .pagination .page-item a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #23282d;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.pagination-area .pagination .page-item a.active,
.pagination-area .pagination .page-item a:hover {
    background-color: #43cb83;
    color: #fff;
    border-color: #43cb83;
}

@media (max-width: 767px) {
    .blog-sidebar-right {
        padding: 30px 25px;
    }
}

.blog-sidebar-right .title h4 {
    font-size: 24px;
    color: #23282d;
    font-weight: 900;
}

.blgo-search {
    padding: 30px;
    background-color: #f4f7fc;
}

.blgo-search form {
    position: relative;
}

.blgo-search form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 0;
    background-color: #fff;
}

.blgo-search form button {
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 45px;
    text-align: center;
    background-color: #191919;
    color: #fff;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.blog-categories {
    padding: 25px 30px 20px;
    background-color: #f4f7fc;
}

.blog-categories ul li {
    line-height: 30px;
}

.blog-categories ul li a {
    font-size: 14px;
    color: #555;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.blog-categories ul li a:hover {
    color: #43cb83;
}

.blog-mini-post {
    padding: 25px 30px;
    background-color: #f4f7fc;
}

.blog-mini-post .mini-post {
    position: relative;
}

.blog-mini-post .mini-post .thum {
    max-width: 90px;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-mini-post .mini-post .thum a img {
    width: 100%;
}

.blog-mini-post .mini-post .cont {
    padding-left: 110px;
    min-height: 95px;
}

.blog-mini-post .mini-post .cont h5 a {
    font-weight: 700;
    font-size: 18px;
    color: #23282d;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.blog-mini-post .mini-post .cont h5 a:hover {
    color: #43cb83;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-mini-post .mini-post .cont h5 a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .blog-mini-post .mini-post .cont h5 a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-mini-post .mini-post .cont h5 a {
        font-size: 18px;
    }
}

.blog-mini-post .mini-post .cont span {
    font-size: 14px;
    color: #555;
}

@media (max-width: 767px) {
    .blog-page {
        padding-top: 30px;
        padding-bottom: 90px;
    }
}

/*===========================
   22.BLOG DETAILS PAGE css 
============================*/
.blog-details .details-image img {
    width: 100%;
}

.blog-details .details-content ul li {
    display: inline-block;
    margin-left: 20px;
}

.blog-details .details-content ul li:last-child {
    margin-right: 0;
}

.blog-details .details-content ul li a {
    font-size: 14px;
    color: #adadad;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.blog-details .details-content ul li a i {
    color: #43cb83;
    margin-left: 5px;
}

.blog-details .details-content ul li a:hover {
    color: #43cb83;
}

.blog-details .details-content .blog-details-title {
    font-size: 36px;
    font-weight: 900;
    color: #23282d;
}

@media (max-width: 767px) {
    .blog-details .details-content .blog-details-title {
        font-size: 30px;
    }
}

.blog-details .details-content .blockquote {
    border-left: 5px solid #43cb83;
    padding: 20px 15px;
    background-color: #f4f7fc;
    margin-bottom: 0;
}

.blog-details .details-content .blockquote p {
    font-weight: 600;
    font-style: italic;
}

.blog-details .blog-tag-share {
    border-bottom: 1px solid #e9e9e9;
}

.blog-details .blog-tag-share .blog-tag {
    float: left;
}

@media (max-width: 767px) {
    .blog-details .blog-tag-share .blog-tag {
        float: none;
    }
}

.blog-details .blog-tag-share .blog-tag .title {
    float: left;
}

.blog-details .blog-tag-share .blog-tag .title h6 {
    font-size: 18px;
    font-weight: 600;
    color: #23282d;
}

@media (max-width: 767px) {
    .blog-details .blog-tag-share .blog-tag .title h6 {
        font-size: 16px;
    }
}

.blog-details .blog-tag-share .blog-tag .tag {
    float: left;
}

.blog-details .blog-tag-share .blog-tag .tag ul li {
    display: inline-block;
    margin-left: 10px;
}

.blog-details .blog-tag-share .blog-tag .tag ul li a {
    font-size: 14px;
    color: #43cb83;
    color: #adadad;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.blog-details .blog-tag-share .blog-tag .tag ul li a:hover {
    color: #43cb83;
}

.blog-details .blog-tag-share .share {
    float: right;
}

@media (max-width: 767px) {
    .blog-details .blog-tag-share .share {
        float: none;
    }
}

.blog-details .blog-tag-share .share .title {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.blog-details .blog-tag-share .share .title h6 {
    font-size: 18px;
    font-weight: 600;
    color: #23282d;
}

@media (max-width: 767px) {
    .blog-details .blog-tag-share .share .title h6 {
        font-size: 16px;
    }
}

.blog-details .blog-tag-share .share .social {
    float: left;
}

.blog-details .blog-tag-share .share .social ul li {
    display: inline-block;
    margin-left: 6px;
}

.blog-details .blog-tag-share .share .social ul li a {
    font-size: 16px;
    color: #43cb83;
    width: 35px;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #43cb83;
    text-align: center;
    display: block;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.blog-details .blog-tag-share .share .social ul li a:hover {
    background-color: #43cb83;
    color: #fff;
}

.blog-details .blog-title h4 {
    font-size: 24px;
    font-weight: 900;
    color: #23282d;
}

.blog-details .blog-comment .single-comment {
    position: relative;
}

.blog-details .blog-comment .single-comment .comment-image {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-details .blog-comment .single-comment .comment-image img {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .blog-details .blog-comment .single-comment .comment-image {
        position: relative;
        padding-bottom: 25px;
    }
}

.blog-details .blog-comment .single-comment .comment-content {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-details .blog-comment .single-comment .comment-content {
        padding-left: 0;
    }
}

.blog-details .blog-comment .single-comment .comment-content h6 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #23282d;
}

.blog-details .blog-comment .single-comment .comment-content a {
    font-size: 16px;
    font-weight: 900;
    color: #23282d;
    margin-top: 10px;
}

.blog-details .blog-comment .replay {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-details .blog-comment .replay {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details .blog-comment .replay {
        padding-left: 100px;
    }
}

.blog-details .blog-comment-form .single-comment {
    margin-top: 20px;
}

.blog-details .blog-comment-form .single-comment input,
.blog-details .blog-comment-form .single-comment textarea {
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: 1px solid #cbcbcb;
}

.blog-details .blog-comment-form .single-comment textarea {
    height: 120px;
    padding-top: 15px;
    resize: none;
}

@media (max-width: 767px) {
    .blog-page {
        padding-top: 30px;
        padding-bottom: 90px;
    }
}

/*# sourceMappingURL=style.css.map */
