body {
    color: #555555;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

address {
    margin-bottom: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

input,
textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

.form-control:focus {
    border-color: #bd272d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #bd272d;
}

::selection {
    color: #fff;
    background: #bd272d;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}


/* Header css start */

.header-top {
    padding: 5px 0;
    background: #121212;
    background: -webkit-linear-gradient(to left, #111111, #bd272d);
    background: linear-gradient(to right, #2a3389, #2a3389, #5cbae8);
}

.header-top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

.header-top-left li:before {
    top: 50%;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #083281;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top-left li a {
    color: #fff;
    font-size: 15px;
    padding-left: 15px;
}

.header-top-left li a:hover {
    color: #bd272d;
}

.header-top-left li:last-child:before {
    display: none;
}

.header-social-link a {
    margin-left: 10px;
    background: #ffffff;
    color: initial;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0px 6px;
    vertical-align: top;
    font-weight: bold;
    border-radius: 2px;
}

.header-social-link a:hover {
    background: #bd272d;
    color: #ffffff;
}

.header-social-link a:first-child {
    margin-left: 0;
}

.main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    color: #222222;
    font-size: 1rem;
    padding: 20px 15px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.main-menu ul li a i {
    font-size: 14px;
    padding: 0 3px;
}

.main-menu ul li:last-child a {
    padding-right: 0;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #bd272d;
}


/* mobile header */

.mobile-header {
    padding: 10px 0;
}

.mobile-header-top {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-header-top .header-top-settings {
    float: none;
}

.mobile-logo {
    max-width: 234px;
    width: 100%;
}

.mobile-main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
    line-height: 1;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
    font-size: 25px;
    line-height: 1;
    color: #222222;
    position: relative;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
    color: #bd272d;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
    font-size: 13px;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    right: -4px;
    top: -4px;
    position: absolute;
    background-color: #bd272d;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
    margin-left: 25px;
    outline: none;
    border: none;
    background: none;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
    width: 25px;
    height: 2px;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #222222;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
    margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
    background-color: #bd272d;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
    width: 20px;
}

.mobile-navigation {
    overflow: hidden;
    max-height: 320px;
}

.mobile-navigation nav {
    height: 100%;
}

.mobile-menu {
    margin-top: 30px;
    height: 100%;
    overflow: auto;
    padding-right: 30px;
    margin-right: -30px;
}

@media only screen and (max-width: 479.98px) {
    .mobile-menu {
        margin-top: 15px;
    }
}

.mobile-menu li>a {
    font-size: 1rem;
    color: #222222;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.mobile-menu li:hover>a {
    color: #bd272d;
    background: #f2f2f2;
}

.mobile-menu li ul li {
    border: none;
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0 8px;
}

.mobile-menu li.menu-item-has-children {
    display: block;
    position: relative;
}

.mobile-menu li.menu-item-has-children .dropdown {
    padding-left: 15px;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -5px;
    left: 95%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #222222;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #222222;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.menu-bottom {
    margin-top: auto;
    padding-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
    .menu-bottom {
        padding-bottom: 0;
    }
}

.bottom-content li {
    color: #555555;
    font-size: 15px;
    margin-bottom: 5px;
}

.bottom-content li i {
    width: 20px;
}

.bottom-content li a {
    color: #555555;
}

.bottom-content li a:hover {
    color: #bd272d;
}

.bottom-social {
    margin-top: 20px;
}

.bottom-social a {
    color: #555555;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

.bottom-social a:hover {
    color: #bd272d;
}


/*------ footer area end ------*/

.sticky.is-sticky {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

.menu-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.menu-wrapper.open .menu-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu-wrapper .mob-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.menu-wrapper .menu-content {
    background-color: #fff;
    width: 300px;
    padding: 20px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
    .menu-wrapper .menu-content {
        width: 260px;
        padding: 15px;
    }
}

.menu-wrapper .btn-close {
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #bd272d;
}

.menu-wrapper .btn-close i {
    font-size: 18px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 40px;
}

.menu-wrapper .btn-close:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-wrapper .content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
}

.mobile-settings {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.mobile-settings li {
    margin-bottom: 5px;
}

.mobile-settings .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
    font-size: 14px;
    color: #555555;
    cursor: pointer;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
    color: #bd272d;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
    display: none;
}


/* Header css end */


/* top header banner */

.slide-heading {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    text-shadow: 0 4px 5px rgb(0 0 0 / .55);
    background: rgb(0 0 0 / 0.25);
    padding: .75rem;
}

.owl-controls {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slide-heading {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slide-heading {
        font-size: 26px;
    }
}

@media only screen and (max-width: 479.98px) {
    .slide-heading {
        font-size: 22px;
        top: 50%;
    }
}


/* main design */

a.scrolltop {
    color: #fff;
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 7;
    text-indent: 0;
    font-size: 20px !important;
    line-height: 5px;
    text-decoration: none;
    background: #23348d;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 15px 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrolltop:hover,
a.scrolltop:focus {
    background: #030202;
}

#galleryModal button.close,
#galleryModal1 button.close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: #dc3545;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    text-shadow: none;
}

.quote-section {
    background: #333333;
    padding: 3rem 1rem;
}

.appoint-text {
    font-size: 32px;
    color: #fff;
    letter-spacing: 6px;
    font-weight: 600;
}

.section-padding {
    padding: 60px 0;
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 25px 0;
    }
}

.service-bg {
    background-image: url(../img/service-bg.html);
    position: relative;
    background-attachment: inherit;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title {
    margin-bottom: 20px;
}

.section-title .title {
    font-size: 40px;
    position: relative;
}

.section-title .sub-title {
    /* padding-top: 20px; */
    margin: 0 auto;
    max-width: 55%;
}

.feature-bg {
    background-image: url(../img/feature-bg.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card.pestech-block {
    color: #f2f2f2;
    background-color: rgb(35, 52, 141);
    border: none;
    border-radius: .5rem;
    min-height: 220px;
    overflow-x: hidden;
    text-align: center;
    padding: 1.25rem;
    height: auto;
}

.card.pestech-block>.card-body>h5 {
    color: #ffffff;
}

@media only screen and (max-width: 767.98px) {
    .section-title .sub-title {
        max-width: 71%;
    }
    .card.pestech-block {
        margin-bottom: 2rem;
        min-height: auto;
    }
}

@media only screen and (max-width: 575.98px) {
    .section-title .sub-title {
        max-width: 86%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .about-content {
        font-size: 1.12rem;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
        padding-top: 5px;
    }
    .about-content {
        margin-bottom: 1rem;
    }
}

.services {
    margin-top: 32px;
}

.modal-ul {
    padding-left: 1rem;
}

.modal-ul>li {
    list-style-type: disc;
}

button.close {
    text-decoration: none;
    outline: none;
}

.modal-title {
    color: #bd272d;
}

.modal-close {
    position: absolute;
    right: -.95rem;
    top: -1rem;
    text-align: right;
    background: #bd272d !important;
    width: 2rem;
    height: 2rem;
    padding: 2px 10px !important;
    float: right;
    left: auto;
    border-radius: 1rem;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}

.modal-body {
    padding: 1.5rem;
}

.pest-manage {
    text-align: center;
    line-height: 60px;
    border: 4px solid #fff;
    /* border-radius: 50%; */
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
}

.services:hover .pest-manage {
    border-color: #111111;
    overflow: hidden;
}

.services:hover .pest-manage>img {
    transform: scale(1.2);
}

.service-title {
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 15px;
}

.service-title a {
    color: #5f5f5f;
}

.service-title a:hover {
    color: #bd272d;
}

@media (max-width: 767px) {
    h6.service-title {
        font-size: 14px;
    }
}

.about-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    background: -webkit-linear-gradient(to right, #111111, #bd272d);
    background: linear-gradient(to right, #23348d, #5cbae8);
}

.iso-text {
    font-size: 22px;
    font-weight: 700;
    color: #bd272d;
    text-transform: uppercase;
}

.connect-us {
    font-size: 1.25rem;
    text-align: center;
}

.connect-us>a {
    color: #bd272d;
    font-weight: 600;
}

@media (max-width: 767px) {
    .iso-text {
        font-size: 16px;
    }
}


/* our services */

.slider-bg {
    background-color: #f7f7f7;
}

.service-outer {
    display: block;
    position: relative;
    margin-top: 3.5rem;
}

.service-block {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 3.5rem 1.5rem 1.5rem;
    min-height: 222px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(1, 26, 72, 0.1);
    box-shadow: 0px 0px 12px -2px rgba(1, 26, 72, 0.1);
}

.service-block>.img-sec {
    position: absolute;
    top: -38px;
    background: #e9ecef;
    padding: 16px;
    border-radius: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.service-block>h4 {
    margin-bottom: .5rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.service-block:hover>h4 {
    color: #bd272d;
}

.service-block:hover>.btn-outline-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

@media only screen and (max-width: 767px) {
    .img-thumbnail {
        margin-bottom: 2rem;
    }
    .service-block {
        margin-top: 32px;
    }
    .major-service {
        text-align: center;
    }
    .major-service>li {
        padding: 8px;
        margin: 8px;
        font-size: 14px;
    }
}

.major-service {
    display: inline-block;
    /* margin-top: 20px; */
}

.major-service>li {
    padding: 10px 20px;
    display: inline-flex;
    margin: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-wrap: nowrap;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    color: initial;
    border: 1px solid #e5e5e5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.major-service>li:hover {
    background: #bd272d;
    color: #fff;
}

.certify {
    position: relative;
    margin-top: 1.35rem;
}

.certify>p {
    font-size: 14px;
    margin-top: .5rem;
}

.grey-bg {
    background-color: #e5e5e5;
}

ul.indents {
    padding-left: 20px;
    margin-bottom: 20px;
}

ul.indents>li {
    list-style: outside;
}


/* our team */

.team-member {
    text-align: center;
}

.team-member:hover .team-img img {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.team-text p {
    color: #fff;
    font-size: 14px;
}

.team-content {
    padding-top: 20px;
}

.team-content .member-name {
    font-weight: 500;
}

.team-content .designation {
    color: #555555;
    display: block;
    line-height: 1;
    padding-top: 10px;
}


/*----- Google map area start -----*/

#google-map {
    height: 350px;
    width: 100%;
}


/*----- Google map area end -----*/

.contact-message form textarea {
    height: 150px;
}


/*------ contact form area start -------*/


/*------ contact info area start -------*/

.pestech-contact {
    height: 100%;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .pestech-contact {
        padding-left: 0;
    }
}

.pestech-contact ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479.98px) {
    .pestech-contact ul li {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.pestech-contact ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pestech-contact ul li i {
    font-size: 22px;
    padding-right: 10px;
    width: 40px;
}

.contact-title {
    line-height: 1;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .contact-title {
        font-size: 20px;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
}

.pestech-form .form-group {
    margin-bottom: 1.5rem;
}


/*----- footer section start -----*/

.black-bg {
    background-color: #23348d;
    color: #fff;
}

.footer-title {
    font-weight: 700;
    margin: 0 0 25px;
    color: #ffffff;
    position: relative;
}

.bdr-bottom::after {
    content: "";
    background: #bd272d;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

@media only screen and (max-width: 991.98px) {
    .footer-title {
        margin: 20px 0 20px;
    }
}

.footer-body .desc {
    font-size: 14px;
}

.contact-info li {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 13px;
}

.contact-info>li>i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
    min-width: 22px;
    color: #eee;
}

.contact-info li a {
    color: #fff;
}

.contact-info li:hover a {
    color: #bd272d;
    padding-left: 10px;
}

.useful-links li {
    line-height: 1;
    margin-bottom: 15px;
}

.useful-links li a,
.footer-body .desc>a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.useful-links li:hover a,
.footer-body .desc>a:hover {
    color: #bd272d;
    padding-left: 10px;
}

.useful-links li:last-child {
    margin-bottom: 0;
}

.footer-social-link a {
    color: #333;
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin-right: 15px;
    background: #eeeeee;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 6px;
    border-radius: 20px;
}

.footer-social-link a.fb:hover,
.footer-social-link a.fb:active {
    color: #ffffff;
    background: #4267B2;
}

.footer-social-link a.insta:hover,
.footer-social-link a.insta:active {
    color: #ffffff;
    background: #8a3ab9;
}

.footer-social-link a:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding: 8px 0;
    background-color: #bd272d;
    background: -webkit-linear-gradient(to left, #111111, #bd272d);
    background: linear-gradient(to left, #111111, #bd272d);
}

.copyright-text p {
    font-size: 14px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .footer-body .desc {
        margin-bottom: 1rem;
    }
}


/*----- footer section end -----*/