/*
@File: Turacos Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Navbar CSS
** - Main Banner CSS
** - Boxes Area CSS
** - About CSS
** - Features CSS
** - Services CSS
** - Analysis CSS
** - Project CSS
** - Project Details CSS
** - Working Process CSS
** - Team CSS
** - Testimonials CSS
** - FunFacts CSS
** - Check Your Website CSS
** - Pricing CSS
** - Partner CSS
** - Blog CSS
** - Blog Details CSS
** - Page Title CSS
** - History CSS
** - Sidebar CSS
** - Pagination CSS
** - Subscribe CSS
** - FAQ CSS
** - Error Page CSS
** - Contact CSS
** - Footer CSS
** - Right Side Modal CSS
** - Go Top CSS

*/

/*=============================
Default CSS
===============================*/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
body {
    font-family: "Nunito Sans", sans-serif;
    padding: 0;
    margin: 0;
}

.table-price-text {
    font-size: 30px;
    font-weight: 700;
}

.icon i img {
    max-width: 82%;
}

.services-area-1 {
    background: #2e3192;
    padding: 12px;
}

.contact-form {
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}

.contact-form .form-control {
    border-radius: 1rem;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form {
    padding: 14%;
}

.contact-form form .row {
    margin-bottom: -7%;
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.single-services p {
    color: #000;
}

.single-services-1 h4 {
    padding-top: 10px;
    float: left;
    padding-left: 35px;
}

.single-services-1 a {
    padding-top: 18px;
}

.single-services-1 {
    text-align: center;
    background: #ffffff;
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a {
    outline: 0 !important;
    color: #283a5e;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
}

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

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: 1;
    color: #283a5e;
}

p {
    margin-bottom: 0;
    margin-top: 0;
    color: #828893;
    font-size: 16px;
    line-height: 1.6;
}

.bg-fbf9f8 {
    background: #fbf9f8;
}

.bg-fbf9f8 {
    background-color: #fbf9f8;
}

.bg-f2e1e1 {
    background-color: #f2e1e1;
}

.bg-f3f0e8 {
    background-color: #f3f0e8;
}

.bg-f9f9f9 {
    background-color: #f9f9f9;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

/*btn*/

.btn {
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
    padding: 14px 40px;
    border: none;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #ff6d34;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ff6d34;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show>.btn-primary.dropdown-toggle {
    color: #ff6d34;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
    box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #ff6d34;
    border-color: #007bff;
    opacity: 1;
}

.btn-primary.disabled:hover,
.btn-primary:disabled {
    color: #ff6d34;
    background-color: #ffffff;
}

/*Section Title*/

.section-title {
    margin-bottom: 60px;
    position: relative;
}

.section-title span {
    color: #ff6d34;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.section-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: capitalize;
    max-width: 635px;
    line-height: 38px;
}

.section-title p {
    max-width: 635px;
}

.section-title .read-more-btn {
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: capitalize;
    text-decoration: underline;
}

.section-title.text-center h3 {
    margin-left: auto;
    margin-right: auto;
}

.section-title.text-center p {
    margin-left: auto;
    margin-right: auto;
}

/*Form Control*/

.form-group {
    margin-bottom: 15px;
}

.form-control {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #f3f5fe;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f3f5fe;
}

.form-control::-webkit-input-placeholder {
    color: #6e6e6e !important;
}

.form-control:-ms-input-placeholder {
    color: #6e6e6e !important;
}

.form-control::-ms-input-placeholder {
    color: #6e6e6e !important;
}

.form-control::placeholder {
    color: #6e6e6e !important;
}

.form-control:focus {
    color: #6e6e6e;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #ff6d34;
}

/*Owl Carousel btn*/

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #ffffff;
    font-size: 20px;
    margin: -20px 0 0;
    padding: 0;
    background: #D6D6D6;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 40px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ff6d34;
    color: #ffffff;
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6d34;
}

/*=============================
Preloader CSS
===============================*/

.preloader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    left: 0;
    top: 0;
}

.spinner {
    margin: -85px auto 0 -65px;
    width: 65px;
    height: 65px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ff6d34;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*=============================
Header CSS
===============================*/

.header-area {
    background: #ff6d34;
    padding: 10px 0;
}

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

.header-area ul li {
    display: inline-block;
}

.header-area .social-links li a {
    color: #ffffff;
    margin-left: 8px;
    font-size: 15px;
    border: none;
    width: auto;
    height: auto;
    line-height: unset;
    border-radius: unset;
    text-align: left;
}

.header-area .social-links li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: rgba(255, 255, 255, 0.6);
}

.header-area .social-links li:first-child {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.header-area .header-info {
    text-align: right;
}

.header-area .header-info li {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 6px;
    color: #ffffff;
    position: relative;
}

.header-area .header-info li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 15px;
    width: 2px;
    background: rgba(225, 225, 225, 0.3);
}

.header-area .header-info li:first-child {
    padding-left: 0;
}

.header-area .header-info li:first-child::before {
    display: none;
}

.header-area .header-info li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.header-area .header-info li a:hover {
    color: rgba(255, 255, 255, 0.6);
}

/*=============================
Navbar CSS
===============================*/

.navbar {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 20px 0;
}

.navbar.p-fixed {
    position: fixed;
}

.navbar .row {
    width: 102%;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-light .navbar-brand {
    color: #283a5e;
    text-transform: uppercase;
    font-weight: 900;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #283a5e;
}

.navbar-light .navbar-brand span {
    color: #ff6d34;
}

.navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #ff6d34;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #283a5e;
    padding: 0;
    padding: 8px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ff6d34;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff6d34;
}

.navbar-expand-lg .navbar-collapse {
    float: right;
}

.dropdown-menu {
    min-width: 15rem;
    padding: 15px 0;
    margin: 0;
    top: 105%;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .4s;
}

.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    font-size: 17px;
    font-weight: 500;
    color: #283a5e;
    padding: 0 20px;
    margin: 14px 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff6d34;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ff6d34;
    background-color: transparent;
}

.navbar-right-side {
    text-align: right;
    padding: 6px 0 0;
}

.navbar-right-side div {
    display: inline-block;
}

.navbar-right-side div select {
    border: 1px solid #eee;
    width: 100%;
    padding: 2px;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.navbar-right-side h5 {
    display: inline-block;
    font-size: 17px;
    margin: 0 25px;
    color: #828893;
}

.navbar-right-side h5 a {
    font-size: 15px;
    color: #ff6d34;
}

.modal-taggle-button span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    text-indent: -55px;
    background: #ff6d34;
    top: -4px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.modal-taggle-button span::before,
.modal-taggle-button span::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #ff6d34;
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.modal-taggle-button span::before {
    top: -7px;
}

.modal-taggle-button span::after {
    bottom: -7px;
}

@media only screen and (max-width: 991px) {
    .bg-light {
        background-color: #ffffff !important;
    }
    .navbar {
        padding: 20px 15px;
        border-bottom: 1px solid #eeee;
    }
    .navbar.p-fixed {
        position: relative;
    }
    .navbar-light .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #ff6d34;
        border-color: #ff6d34;
        outline: 0 !important;
        border-radius: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .nav-item {
        padding: 10px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 109, 52, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
        font-size: 16px;
    }
    .navbar-light.is-sticky {
        padding: 15px 15px;
    }
    .navbar-light.is-sticky .navbar-toggler {
        top: 12px;
    }
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }
    .navbar-expand-lg .navbar-collapse {
        float: none;
        margin-top: 0;
    }
    .navbar-nav {
        height: 324px;
        overflow-y: auto;
    }
    .navbar-nav .dropdown-menu {
        position: unset;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav .dropdown-menu.show {
        display: block;
    }
    .navbar-right-side {
        display: none;
    }
    .dropdown-item {
        font-size: 16px;
        margin: 12px 0;
    }
}

/*=============================
Main Banner CSS
===============================*/

.main-banner {
    position: relative;
    height: 630px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1550px) {
    .main-banner {
        height: 730px;
    }
}

.hero-bg-1 {
    background-image: url(../img/bg-pattern-2.png);
}

.circle-pattern-1 {
    -webkit-clip-path: circle(50% at 60% 46%);
    clip-path: circle(50% at 60% 46%);
    background: #fffaf8;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
}

.hero-content h1 span {
    color: #ff6d34;
    position: relative;
    z-index: 1;
}

.hero-content h1 span::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: -1;
    background: #283a5e;
}

.hero-content p {
    margin-bottom: 35px;
    margin-top: 25px;
    font-size: 19px;
}

.hero-content .btn {
    margin-right: 25px;
}

.hero-image {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 725px;
}

@media only screen and (min-width: 1550px) {
    .hero-image {
        right: 0;
        bottom: 90px;
        width: 830px;
    }
}

.video-btn {
    position: relative;
    padding-right: 48px;
    text-transform: uppercase;
    font-weight: 900;
}

.video-btn i {
    margin-left: 15px;
    font-size: 35px;
    position: absolute;
    right: 0;
    bottom: -4px;
}

/*Main Banner Two*/

.main-banner-two {
    height: 750px;
    overflow: hidden;
    position: relative;
}

.main-banner-two .hero-content h1 {
    text-transform: capitalize;
}

.main-banner-two .banner-image {
    margin-top: 60px;
}

/*Main Banner Three*/

.main-banner-three {
    height: 630px;
    overflow: hidden;
    position: relative;
    background-image: url(../img/bg-pattern-2.png);
}

.main-banner-three.hero-bg-1 {
    background-image: url(../img/bg-pattern-2.png);
}

.main-banner-three .hero-content h1 {
    text-transform: capitalize;
}

@media only screen and (min-width: 1550px) {
    .main-banner-three {
        height: 730px;
    }
}

/*Main Banner Four*/

.main-banner-four {
    height: 630px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.main-banner-four::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: .9;
    z-index: -1;
}

.main-banner-four .hero-content {
    margin-top: 30px;
}

.main-banner-four .hero-content h1 {
    text-transform: capitalize;
}

@media only screen and (min-width: 1550px) {
    .main-banner-four {
        height: 700px;
    }
}

.item-bg-1 {
    background-image: url(../img/main-bg-1.jpg);
}

.item-bg-2 {
    background-image: url(../img/main-bg-2.jpg);
}

.item-bg-3 {
    background-image: url(../img/main-bg-3.jpg);
}

/*=============================
Boxes CSS
===============================*/

.box {
    background: #ff6d34;
    padding: 0 30px;
    height: 110px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.box h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.box span {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: -1;
}

.box.bg {
    background: #e6541b;
}

.boxes-area .owl-thumbs {
    overflow: hidden;
}

.boxes-area .owl-thumb-item {
    float: left;
    width: 33.333%;
}

/*=============================
About CSS
===============================*/

.about-area {
    background-image: url(../img/bg-pattern.png);
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.single-box {
    text-align: center;
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-box:hover {
    background: #ff6d34;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-box:hover p,
.single-box:hover h3 {
    color: #ffffff;
}

.single-box:hover .read-more-btn {
    color: #ffffff;
}

.single-box:hover .read-more-btn::before {
    background: #ffffff;
}

.single-box .icon {
    background: #f4f6fd;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: #ff6d34;
    line-height: 100px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.single-box p {
    margin-bottom: 20px;
}

.single-box p,
.single-box h3 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.read-more-btn {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #ff6d34;
    z-index: 1;
}

.read-more-btn::before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 11px;
    width: 55px;
    height: 2px;
    background: #ff6d34;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.read-more-btn:hover,
.read-more-btn:focus {
    color: #283a5e;
}

.read-more-btn:hover::before,
.read-more-btn:focus::before {
    left: -20px;
    opacity: 1;
    visibility: visible;
}

.about-image {
    margin-top: 100px;
    position: relative;
}

.about-image .col-lg-6:first-child .image img {
    border-radius: 25px 0 0 0;
}

.about-image .col-lg-6:nth-child(2) .image img {
    border-radius: 0 25px 0 0;
}

.about-image .col-lg-6:nth-child(3) .image img {
    border-radius: 0 0 0 25px;
}

.about-image .col-lg-6:last-child .image img {
    border-radius: 0 0 25px 0;
}

.about-image .image img {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
    -webkit-transition: .2s;
    transition: .2s;
}

.about-image .image:hover img {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 2s linear infinite;
}

.about-text {
    margin-top: 100px;
    padding-left: 30px;
}

.about-text span {
    color: #ff6d34;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.about-text h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 25px;
    line-height: 40px;
}

.about-text p {
    margin-bottom: 20px;
}

.about-text .read-more-btn {
    margin-top: 10px;
}

.circle-pattern-2 {
    opacity: 0.5;
    height: 39em;
    position: absolute;
    width: 42em;
    bottom: -10px;
    left: -10px;
    background: #FFDD6E;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
    z-index: -1;
}

.rocket {
    position: absolute;
    right: -20px;
    bottom: 20rem;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.vector {
    position: absolute;
    right: -13rem;
    bottom: -14rem;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

@media only screen and (min-width: 1550px) {
    .circle-pattern-2 {
        opacity: 0.2;
        height: 55em;
        width: 60em;
    }
    .vector {
        right: -10rem;
        bottom: -2rem;
    }
    .rocket {
        right: 45px;
        bottom: 20rem;
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*=============================
Features CSS
===============================*/

.features-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.features-area .about-image {
    margin-top: 0;
}

.features-area .about-text {
    margin-top: 50px;
}

.features-area .rocket {
    bottom: 45rem;
}

.features-text {
    margin-top: 40px;
}

.features-text h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.features-text ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none;
}

.features-text ul li {
    position: relative;
    color: #828893;
    margin-bottom: 15px;
    padding-left: 30px;
}

.features-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    background: #ff6d34;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.features-text ul li :last-child {
    margin-bottom: 0;
}

.single-features {
    text-align: center;
}

.single-features i {
    background: #f4f6fd;
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 40px;
    color: #ff6d34;
    line-height: 90px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-features:hover i {
    background: #ff6d34;
    color: #ffffff;
}

.single-features h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.single-features p {
    margin-bottom: 20px;
}

/*Features Box Style*/

.features-area-three {
    padding-bottom: 55px;
}

.features-box {
    margin-bottom: 45px;
    position: relative;
    padding-left: 75px;
}

.features-box i {
    background: #f4f6fd;
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 30px;
    color: #ff6d34;
    line-height: 60px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.features-box:hover i {
    background: #ff6d34;
    color: #ffffff;
}

.features-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.features-box p {
    margin-bottom: 20px;
}

/*=============================
Services CSS
===============================*/

.services-area {
    padding-bottom: 70px;
}

.services-area.bg {
    background-image: url(../img/bg-pattern-2.png);
    background-attachment: fixed;
}

.single-services {
    text-align: center;
    background: #ffffff;
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-services:hover {
    background: #2e3192;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services:hover .icon {
    border-radius: 50%;
}

.single-services:hover p,
.single-services:hover h3 {
    color: #ffffff;
}

.single-services:hover p,
.single-services:hover span {
    color: #ffffff;
}

.single-services:hover p,
.single-services:hover btn-1 {
    color: #ffffff !important;
}

.btn-1 {
    border: 2px solid #fff;
}

.single-services:hover .read-more-btn {
    color: #ffffff;
}

.single-services:hover .read-more-btn::before {
    background: #ffffff;
}

.single-services .icon {
    background: #f4f6fd;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: #ff6d34;
    line-height: 90px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-services h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.single-services p {
    margin-bottom: 20px;
}

.single-services p,
.single-services h3 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*Services Style Two*/

.services-box {
    text-align: center;
    background: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services-box:hover .icon {
    color: #ffffff;
    background-color: #ff6d34;
}

.services-box .icon {
    border: 1px solid #ff6d34;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 40px;
    position: relative;
    color: #ff6d34;
    line-height: 80px;
    border-radius: 50%;
    z-index: 1;
    margin: 20px 0 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box .icon::before {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -21px;
    left: -21px;
    z-index: -1;
    border: 0.5em solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.services-box p {
    margin-bottom: 20px;
}

/*=============================
Analysis CSS
===============================*/

.analysis-area {
    position: relative;
    overflow: hidden;
}

.analysis-form {
    background: #ffffff;
    -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    padding: 40px;
    border-radius: 5px;
    text-align: center;
}

.analysis-form h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.analysis-form form .btn {
    display: block;
    width: 100%;
    padding: 13px 40px;
    border-radius: 5px;
}

.analysis-text {
    position: relative;
    z-index: 1;
}

.analysis-text span {
    color: #ff6d34;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.analysis-text h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 25px;
    line-height: 40px;
}

.analysis-text ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}

.analysis-text ul {
    padding: 0;
    margin: 20px 5px 0;
    list-style-type: none;
}

.analysis-text ul li {
    position: relative;
    color: #828893;
    margin-bottom: 15px;
    padding-left: 30px;
}

.analysis-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    background: #ff6d34;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.analysis-text ul li:last-child {
    margin-bottom: 0;
}

.pattern-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*=============================
Project CSS
===============================*/

.shorting-menu {
    display: inline-block;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 18px 20px;
    margin-bottom: 40px;
    border-radius: 50px;
}

.shorting-menu.text-center {
    display: block;
    background: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
}

.shorting-menu .filter {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 30px;
    color: #828893;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 600;
}

.shorting-menu .filter.active,
.shorting-menu .filter:hover {
    background: #ff6d34;
    color: #ffffff;
}

.shorting .mix {
    display: none;
}

.single-work {
    overflow: hidden;
    position: relative;
}

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

.single-work::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-work:hover::before {
    opacity: .85;
    visibility: visible;
}

.single-work:hover .work-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.single-work:hover .popup-btn,
.single-work:hover .link-btn {
    top: 40px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.single-work .work-content {
    position: absolute;
    bottom: -115px;
    width: 100%;
    background: #ffffff;
    left: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-work .work-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-work .work-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-work .work-content ul li {
    display: inline-block;
}

.single-work .popup-btn,
.single-work .link-btn {
    position: absolute;
    top: 0;
    right: 40px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 46px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-work .popup-btn:hover,
.single-work .link-btn:hover {
    background: #ff6d34;
    border-color: #ff6d34;
}

.single-work .link-btn {
    top: 40px;
    right: auto;
    left: 0;
}

.single-work:hover .link-btn {
    left: 40px;
}

.project-slides {
    padding-left: 0;
    padding-right: 0;
}

.project-slides.owl-theme .owl-dots {
    margin-top: 45px;
}

.project-slides .single-work::before {
    z-index: 1;
}

.project-slides .single-work .work-content {
    z-index: 1;
}

.project-slides .single-work .popup-btn {
    z-index: 1;
}

.single-work .link-btn {
    z-index: 1;
}

/*=============================
Project Details CSS
===============================*/

.project-details {
    margin-top: 35px;
}

.project-details h3 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
}

.project-details p {
    font-size: 16px;
    margin-bottom: 15px;
}

.project-details ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.project-details ul.features li {
    position: relative;
    color: #828893;
    margin-bottom: 10px;
    padding-left: 24px;
}

.project-details ul.features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #ff6d34;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.project-details ul.features li:last-child {
    margin-bottom: 0;
}

.project-info ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    color: #5c5c5c;
}

.project-info ul li:last-child {
    margin-bottom: 0;
}

.project-info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff6d34;
    font-size: 35px;
}

.project-info ul li span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/*=============================
Working Process CSS
===============================*/

.single-work-process {
    text-align: center;
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.single-work-process::before {
    content: '';
    position: absolute;
    z-index: 1;
    background: url(../img/arrow-big.png) no-repeat center center;
    width: 217px;
    height: 210px;
    top: -20px;
    right: -120px;
}

.single-work-process .icon {
    background: #f4f6fd;
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    font-size: 35px;
    color: #ff6d34;
    line-height: 80px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-work-process .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #ff6d34;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-work-process:hover .icon {
    color: #ffffff;
}

.single-work-process:hover .icon::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.single-work-process h3 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
}

.working-process-area .col-lg-3:last-child .single-work-process::before {
    display: none;
}

/*=============================
Team CSS
===============================*/

.team-area {
    padding-bottom: 70px;
}

.single-team {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-team:hover {
    background: #ff6d34;
}

.single-team:hover .team-content h3,
.single-team:hover .team-content span,
.single-team:hover .team-content ul li a {
    color: #ffffff;
}

.single-team img {
    border-radius: 50%;
}

.single-team .team-content {
    margin-top: 25px;
}

.single-team .team-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-team .team-content span {
    display: block;
    color: #828893;
}

.single-team .team-content ul {
    padding: 0;
    margin: 15px 0 0;
    list-style-type: none;
}

.single-team .team-content ul li {
    display: inline-block;
    margin: 0 3px;
}

.single-team .team-content h3,
.single-team .team-content span,
.single-team .team-content ul li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*=============================
Testimonial CSS
===============================*/

.testimonial-area {
    position: relative;
    overflow: hidden;
}

.testimonial-area .section-title {
    z-index: 1;
}

.testimonial-area .pattern-1 {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
}

.single-feedback {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
    margin-top: 25px;
}

.single-feedback:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #ff6d34;
}

.single-feedback:hover .client-info .img {
    top: -33px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.single-feedback:hover p,
.single-feedback:hover .client-info h4,
.single-feedback:hover .client-info span {
    color: #ffffff;
}

.single-feedback:hover i {
    color: #ffffff;
    opacity: .14;
}

.single-feedback .client-info {
    position: relative;
    padding-left: 118px;
    margin-bottom: 30px;
}

.single-feedback .client-info .img {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-feedback .client-info .img img {
    border-radius: 50%;
}

.single-feedback .client-info h4 {
    font-size: 22px;
    font-weight: 700;
}

.single-feedback .client-info span {
    display: block;
    font-size: 16px;
    color: #828893;
    margin-top: 8px;
}

.single-feedback p,
.single-feedback .client-info h4,
.single-feedback .client-info span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-feedback i {
    font-size: 104px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6f8ba4;
    z-index: -1;
    margin-top: -6px;
    margin-left: -70px;
    opacity: .14;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

/*=============================
FunFacts CSS
===============================*/

.funfacts-area {
    position: relative;
    background: #ff6d34;
}

.funfacts-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-pattern-2.png);
}

.fun-fact {
    position: relative;
    padding-left: 65px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fun-fact:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.fun-fact i {
    font-size: 45px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fun-fact h3 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px;
    line-height: 28px;
}

.fun-fact p {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

/*=============================
Check Your Website CSS
===============================*/

.check-your-website {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #ff6d34;
}

.check-your-website::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-pattern-2.png);
}

.check-your-website::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/seoscore.png) center center;
    z-index: -1;
    opacity: .7;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.check-your-website .text {
    position: relative;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.check-your-website .text h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 20px;
}

.check-your-website .text h3 span {
    color: #283a5e;
}

.check-your-website .text p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

.check-your-website .text .form-control {
    border-radius: 50px;
    border: none;
    height: 60px;
}

.check-your-website .text .btn {
    margin-top: 25px;
    padding: 16px 40px;
}

.check-your-website .text .btn-primary {
    background: #ffffff;
    color: #ff6d34;
}

.check-your-website .text .btn-primary:hover,
.check-your-website .text .btn-primary:focus {
    background: #283a5e;
    color: #ffffff;
}

/*=============================
Pricing CSS
===============================*/

.pricing-area {
    position: relative;
    overflow: hidden;
}

.pricing-area .section-title {
    z-index: 1;
}

.pricing-area .pattern-1 {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
}

.tab-slider-nav {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}

.tab-slider-tabs {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    background: #ffffff;
}

.tab-slider-tabs::after {
    content: "";
    width: 50%;
    background: #ff6d34;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 35px;
}

.tab-slider-tabs.slide::after {
    left: 50%;
}

.tab-slider-trigger {
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tab-slider-trigger.active {
    color: #ffffff;
}

.tab-slider-container .row {
    width: 100%;
}

.pricingTable {
    padding-bottom: 30px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    background-image: url(../img/patt.png);
    background-position: center center;
    overflow: hidden;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pricingTable:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pricingTable .pricingTable-header {
    padding: 30px 15px 45px;
    background: #ff6d34;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative;
}

.pricingTable .pricingTable-header::before {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 20%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pricingTable .title {
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricingTable .price-value {
    display: block;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}

.pricingTable .price-value span {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: -10px;
}

.pricingTable .pricing-content {
    padding: 30px 25px;
    margin-bottom: 0;
    list-style: none;
}

.pricingTable .pricing-content li {
    font-size: 16px;
    color: #828893;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.pricingTable .pricing-content li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pricingTable:hover .pricingTable-header::before {
    right: 50%;
}

/*Pricing Style Two*/

.pricing-plan {
    background: #ffffff;
    padding-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    text-align: center;
    z-index: 1;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pricing-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pricing-plan#most-popular {
    top: -20px;
    padding: 30px 0 50px;
    -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
    z-index: 2;
}

.pricing-plan#most-popular h3 {
    margin-top: -30px;
    padding-top: 30px;
}

.pricing-plan h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 20px;
    margin-bottom: 50px;
    background: #ff6d34;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
}

.pricing-plan h3 span {
    display: block;
    color: #ff6d34;
    background: #ffffff;
    height: 100px;
    width: 100px;
    margin: 20px auto -65px;
    border-radius: 50%;
    -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
    line-height: 100px;
    font-size: 35px;
}

.pricing-plan ul {
    margin: 80px 0 20px;
    padding: 0;
    list-style: none;
}

.pricing-plan li {
    border-top: 1px solid #eee;
    padding: 12px 0;
    color: #828893;
}

.pricing-plan li:last-child {
    padding-bottom: 0;
}

/*=============================
Partner CSS
===============================*/

.partner-area {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.partner-area .item a {
    display: block;
    position: relative;
    z-index: 1;
}

.partner-area .owl-carousel .owl-item img {
    width: 140px;
}

.partner-area .owl-theme .owl-dots {
    margin-top: 40px;
}

/*=============================
Blog CSS
===============================*/

.blog-area {
    position: relative;
    overflow: hidden;
}

.blog-area .pattern-1 {
    bottom: auto;
    top: 0;
}

.single-blog-item {
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-item:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.single-blog-item:hover::before {
    background: #000;
    opacity: .66;
}

.single-blog-item:hover span,
.single-blog-item:hover p,
.single-blog-item:hover h4 a {
    color: #ffffff;
}

.single-blog-item:hover .link-btn {
    background: #ff6d34;
    color: #ffffff;
}

.single-blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-item span,
.single-blog-item p,
.single-blog-item h4 {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-item span {
    font-weight: 600;
}

.single-blog-item h4 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.single-blog-item h4 a:hover {
    color: #ff6d34;
}

.single-blog-item .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    border-radius: 50% 0 0 0;
}

.single-blog-item.bg-1 {
    background-image: url(../img/blog-img1.jpg);
}

.single-blog-item.bg-2 {
    background-image: url(../img/blog-img2.jpg);
}

.single-blog-item.bg-3 {
    background-image: url(../img/blog-img3.jpg);
}

.single-blog-item.bg-4 {
    background-image: url(../img/blog-img4.jpg);
}

.single-blog-item.bg-5 {
    background-image: url(../img/blog-img5.jpg);
}

.single-blog-item.bg-6 {
    background-image: url(../img/blog-img6.jpg);
}

/*Blog Style Two*/

.single-blog-post {
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-post:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.single-blog-post .blog-image {
    display: block;
}

.single-blog-post .blog-post-content {
    padding: 25px;
}

.single-blog-post .blog-post-content span {
    font-weight: 600;
}

.single-blog-post .blog-post-content h4 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

.single-blog-post .blog-post-content p {
    margin-bottom: 20px;
}

/*=============================
Blog Details CSS
===============================*/

.blog-details .thumb {
    position: relative;
}

.blog-details .date {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    background: #ff6d34;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 0 10px 0 0;
}

.blog-details-heading {
    margin: 30px 0 0;
}

.blog-details-heading h3 {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
}

.blog-details-heading ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-heading ul li {
    display: inline-block;
    margin-right: 15px;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}

.blog-details-heading ul li i {
    color: #ff6d34;
}

.blog-details-content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8;
}

.blog-details-content .blockquote {
    margin: 25px 0;
    background: #ff6d34;
    padding: 25px;
    color: #ffffff;
}

.blog-details-content .blockquote p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 0;
    line-height: 1.6;
}

.blog-details-content .blockquote .blockquote-footer {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.blog-details-content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}

.blog-details-meta {
    border-top: 1px solid #eee;
    margin: 25px 0;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.blog-details-meta .tags {
    display: inline-block;
}

.blog-details-meta .tags li a {
    border: 1px solid #eee;
    padding: 5px 14px;
    border-radius: 6px;
    color: #6f8ba4;
    font-size: 15px;
}

.blog-details-meta .tags li a:hover {
    background: #ff6d34;
    color: #ffffff;
    border-color: #ff6d34;
}

.blog-details-meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-meta ul .title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 0;
    color: #777777;
}

.blog-details-meta ul li {
    display: inline-block;
}

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

.blog-details-meta .share li a {
    color: #6f8ba4;
    border: 1px solid #eee;
    width: 35px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

.blog-details-meta .share li a:hover {
    background: #ff6d34;
    color: #ffffff;
    border-color: #ff6d34;
}

.blog-details-comments .single-comments {
    position: relative;
    padding-left: 130px;
}

.blog-details-comments .single-comments .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.blog-details-comments .single-comments .thumb img {
    border-radius: 50%;
}

.blog-details-comments .single-comments .content h4 {
    font-size: 20px;
    font-weight: 600;
}

.blog-details-comments .single-comments .content span {
    font-size: 14px;
    color: #6f8ba4;
    display: block;
    margin: 8px 0 15px;
}

.blog-details-comments .single-comments .content p {
    margin-bottom: 20px;
}

.blog-details-comments .border {
    border-color: #eee !important;
    margin: 25px 0;
}

.single-comments.left-mr {
    margin-left: 80px;
    margin-top: 35px;
}

.blog-details-comments-form {
    margin-top: 25px;
}

.blog-details-comments-form textarea.form-control {
    height: 120px;
}

/*=============================
Page Title CSS
===============================*/

.page-title {
    background: #f4f6fd;
    padding-bottom: 100px;
    padding-top: 100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-image: url(../img/patt.png);
    text-align: center;
}

.page-title h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-title ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.page-title ul li {
    display: inline-block;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

.page-title ul li.dot-divider {
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #ff6d34;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}

.page-title .bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

/*=============================
History CSS
===============================*/

.timeline {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}

.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #ff6d34;
    left: 50%;
    margin-left: -1.5px;
    border-radius: 5px;
}

.timeline>li {
    margin-bottom: 60px;
    position: relative;
    width: 48%;
    float: left;
    clear: left;
    text-align: right;
}

.timeline>li:nth-child(2) {
    margin-top: 110px;
}

.timeline>li:last-child {
    margin-bottom: 0;
    float: none;
}

.timeline>li>.timeline-panel {
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    position: relative;
    background: #ffffff;
    padding: 30px 20px;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.timeline>li>.timeline-panel:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.timeline>li>.timeline-panel::before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 29px;
    right: -37px;
    z-index: 100;
    background: #ff6d34;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline>li.timeline-inverted {
    float: right;
    clear: right;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-badge {
    left: -38px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline>li.timeline-inverted .timeline-footer {
    text-align: left;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-heading h4 {
    font-size: 22px;
    font-weight: 700;
}

.timeline-body>p {
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.timeline-footer {
    position: absolute;
    background: #f4f6fd;
    width: 100%;
    left: 0;
    bottom: 0;
    height: auto;
    text-align: right;
    padding: 10px 15px;
}

.timeline-footer p {
    font-weight: 900;
    color: #ff6d34;
}

/*=============================
Sidebar CSS
===============================*/

.side-bar .widget-box {
    background: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px 25px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

.side-bar .widget-box .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
}

.side-bar .widget-box .title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #ff6d34;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.side-bar .widget-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-bar .search-box form {
    position: relative;
}

.side-bar .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
    border: none;
    background: #ff6d34;
    color: #ffffff;
    outline: 0 !important;
}

.side-bar .categories-box ul li:last-child a {
    margin-bottom: 0;
}

.side-bar .categories-box ul li a {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.side-bar .categories-box ul li a i {
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.side-bar .categories-box ul li a:hover {
    padding-left: 18px;
}

.side-bar .categories-box ul li a:hover i {
    opacity: 1;
    visibility: visible;
}

.side-bar .tags-box .title {
    margin-bottom: 27px;
}

.side-bar .tags-box ul li {
    display: inline-block;
}

.side-bar .tags-box ul li a {
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin-top: 8px;
    border-radius: 5px;
    font-weight: 600;
}

.side-bar .tags-box ul li a:hover {
    color: #ffffff;
    background: #ff6d34;
    border-color: #ff6d34;
}

.side-bar .recent-post-box ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 110px;
}

.side-bar .recent-post-box ul li:last-child {
    margin-bottom: 0;
}

.side-bar .recent-post-box ul li .recent-post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.side-bar .recent-post-box ul li .recent-post-desc h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
}

.side-bar .recent-post-box ul li .recent-post-desc .date {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #828893;
}

/*=============================
Pagination CSS
===============================*/

.pagination-area {
    text-align: center;
    margin-top: 40px;
}

.pagination-area .pagination {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.page-link {
    padding: 11px 20px;
    margin: 0 8px;
    color: #6f8ba4;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

.page-link:hover,
.page-link:focus {
    color: #ffffff;
    background-color: #ff6d34;
}

.page-link:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: #ff6d34;
}

/*=============================
Subscribe CSS
===============================*/

.subscribe-area {
    background-image: url(../img/bg-pattern-2.png);
    text-align: center;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.subscribe-area .pattern-1 {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
}

.newsletter {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}

.newsletter h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
}

.newsletter form {
    position: relative;
}

.newsletter form .form-control {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    height: 75px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 17px;
    background: #ffffff;
    border: none;
    max-width: unset;
}

.newsletter form .validation-danger {
    color: red;
    margin-top: 20px;
}

.newsletter form .validation-success {
    margin-top: 20px;
}

.newsletter form .btn {
    position: absolute;
    right: 7px;
    top: 8px;
    height: 60px;
    width: 175px;
}

/*=============================
FAQ CSS
===============================*/

.accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
}

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

.accordion .accordion-title {
    display: block;
    color: #ffffff;
    padding: 15px 25px;
    background: #ff6d34;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
}

.accordion .accordion-title:hover {
    background-color: #ff6d34;
}

.accordion .accordion-title.active {
    background: #ff6d34;
    border-radius: 0;
}

.accordion .accordion-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
}

.accordion .accordion-content.show {
    display: block;
}

/*=============================
Error Page CSS
===============================*/

.error-area {
    height: 100vh;
    text-align: center;
    background: rgba(255, 78, 0, 0.8);
}

.error {
    max-width: 550px;
    margin: 0 auto;
}

.error h1 {
    font-size: 268px;
    font-weight: 700;
    opacity: .8;
    color: #ffffff;
}

.error p {
    color: #ffffff;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.error form {
    position: relative;
}

.error .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    border-radius: 0;
    background: #000;
    border-color: #000;
    height: 100%;
    width: 60px;
    padding: 0;
}

/*=============================
Contact CSS
===============================*/

.contact-box {
    background: #ffffff;
    padding: 25px 25px 25px 95px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-box:hover .icon {
    color: #ffffff;
    background: #ff6d34;
}

.contact-box .icon {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ff6d34;
    line-height: 47px;
    border: 1px dashed #ff6d34;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-box .content p {
    margin-bottom: 4px;
    font-size: 16px;
}

.contact-box .content p a {
    color: #777777;
    text-decoration: none;
}

.contact-box .content p a:hover {
    color: #ff6d34;
}

#map {
    margin-bottom: 40px;
    margin-top: 40px;
}

#map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 5px;
}

.contact-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-text p {
    margin-top: 20px;
}

.contact-text .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 20px;
}

#contactForm .list-unstyled li {
    color: red;
}

#contactForm .btn {
    padding: 12px 40px;
    margin-top: 15px;
    font-size: 18px;
}

#contactForm textarea.form-control {
    height: 120px;
}

.text-danger {
    margin-top: 25px !important;
}

/*=============================
Repair Main Banner CSS
===============================*/

.repair-main-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/slider-one.jpg);
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 280px;
}

.repair-main-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #283a5e;
    z-index: -1;
    opacity: .45;
}

.repair-content-slides {
    max-width: 620px;
    margin-bottom: 10px;
}

.repair-content-slides.owl-theme .owl-dots {
    line-height: .1;
    text-align: left;
    margin-top: 70px;
    margin-left: 15px;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 3.5px;
    margin: 0 8px 0 0;
    border-radius: 0;
    background: #e2e1e1;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
    width: 30px;
}

.repair-banner-content h2 {
    color: #ffffff;
    line-height: 1.1;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 15px;
}

.repair-banner-content p {
    max-width: 550px;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 17px;
}

/*=============================
Repair Boxes Area CSS
===============================*/

.repair-boxes-area {
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -130px;
    margin-bottom: -30px;
}

.repair-boxes-area::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 201%;
    background: #ffffff;
    z-index: -1;
    -webkit-transform: skewY(177deg);
    transform: skewY(177deg);
}

.single-repair-box {
    text-align: center;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 70px 45px;
    margin-bottom: 30px;
}

.single-repair-box i {
    font-size: 45px;
    color: #ff6d34;
}

.single-repair-box h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-repair-box a {
    font-weight: 700;
    margin-top: 15px;
}

.single-repair-box a:hover,
.single-repair-box a:focus {
    color: #ff6d34;
}

.single-repair-box .left {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.single-repair-box .right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*=============================
Repair About Area CSS
===============================*/

.repair-about-image {
    position: relative;
    padding-bottom: 180px;
}

.repair-about-image img:last-child {
    position: absolute;
    bottom: 0;
    border: 5px solid #f8fbff;
    right: 0;
}

.repair-about-content .section-title {
    margin-bottom: 25px;
}

.repair-about-content .single-about-box {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #f8fbff;
    padding: 15px 15px 15px 60px;
}

.repair-about-content .single-about-box i {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 30px;
    color: #ff6d34;
}

.repair-about-content .single-about-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.repair-about-content .single-about-box:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.repair-about-content .read-more-btn {
    margin-top: 20px;
}

/*=============================
Gallery Area CSS
===============================*/

.gallery-area {
    padding-bottom: 70px;
}

.gallery-area .section-title {
    margin-bottom: 40px;
}

.single-gallery-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-gallery-item a {
    display: block;
}

.single-gallery-item a img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    width: 100%;
}

.single-gallery-item:hover a img,
.single-gallery-item:focus a img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.gallery-shorting-menu {
    display: block;
    text-align: center;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.gallery-shorting-menu .filter {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #eeeeee;
    color: #283a5e;
    font-weight: 700;
}

.gallery-shorting-menu .filter:hover,
.gallery-shorting-menu .filter:focus {
    background-color: #ff6d34;
    color: #ffffff;
    border-color: #ff6d34;
}

/*=============================
Repair Services CSS
===============================*/

.repair-services-area {
    position: relative;
    z-index: 1;
    background-color: #002c60;
}

.repair-services-area .section-title h3 {
    color: #ffffff;
}

.repair-services-area .section-title p {
    color: #ffffff;
}

.repair-services-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    height: 11%;
}

.single-repair-services {
    border: 1px solid #8096b0;
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-repair-services i {
    color: #ffffff;
    font-size: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-repair-services h3 {
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 20px;
}

.single-repair-services p {
    color: #ffffff;
    opacity: .95;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-repair-services .read-more-btn {
    margin-top: 15px;
}

.single-repair-services:hover,
.single-repair-services:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}

.single-repair-services:hover i,
.single-repair-services:focus i {
    color: #ff6d34;
}

.single-repair-services:hover h3,
.single-repair-services:focus h3 {
    color: #283a5e;
}

.single-repair-services:hover p,
.single-repair-services:focus p {
    color: #828893;
}

.repair-services-slides.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 45px;
}

.repair-services-inner {
    border-radius: 5px;
    margin-top: 80px;
    background-color: #ff6d34;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.repair-services-inner .single-inner-services {
    position: relative;
    padding-left: 50px;
}

.repair-services-inner .single-inner-services i {
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.repair-services-inner .single-inner-services h3 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 20px;
}

.repair-services-inner .single-inner-services p {
    color: #ffffff;
    opacity: .95;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.repair-services-inner .col-lg-4:nth-child(2) {
    border-left: 1px solid #d1613c;
    border-right: 1px solid #d1613c;
}

/*=============================
Repair Area CSS
===============================*/

.repair-partner-area {
    background-color: #002c60;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

/*=============================
Repair Feedback CSS
===============================*/

.single-repair-feedback {
    border: 1px solid #eeeeee;
    padding: 30px;
    border-radius: 5px;
}

.single-repair-feedback .client-info {
    margin-bottom: 25px;
    position: relative;
    padding-left: 90px;
    padding-top: 18px;
}

.single-repair-feedback .client-info img {
    display: inline-block !important;
    width: 70px !important;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

.single-repair-feedback .client-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-repair-feedback .client-info span {
    display: block;
    color: #002c60;
}

.single-repair-feedback ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.single-repair-feedback ul li {
    display: inline-block;
    color: #ff5202;
}

.repair-feedback-slides.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 45px;
}

/*=============================
Repair Blog CSS
===============================*/

.single-repair-blog-post .blog-image {
    overflow: hidden;
    position: relative;
}

.single-repair-blog-post .blog-image a {
    display: block;
}

.single-repair-blog-post .blog-image a img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    width: 100%;
}

.single-repair-blog-post .blog-image .tags {
    position: absolute;
    left: 15px;
    z-index: 2;
    top: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-repair-blog-post .blog-image .tags a {
    background: #ff6d34;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px 10px 3px;
    font-weight: 600;
    font-size: 13px;
}

.single-repair-blog-post .blog-content {
    margin-top: 20px;
}

.single-repair-blog-post .blog-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.single-repair-blog-post .blog-content ul {
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 0;
}

.single-repair-blog-post .blog-content ul li {
    display: inline-block;
    color: #828893;
    font-weight: 600;
    position: relative;
    margin-right: 18px;
}

.single-repair-blog-post .blog-content ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 2px;
    background: #ff6d34;
    left: -13px;
}

.single-repair-blog-post .blog-content ul li a {
    color: #828893;
}

.single-repair-blog-post .blog-content ul li a:hover,
.single-repair-blog-post .blog-content ul li a:focus {
    color: #ff6d34;
}

.single-repair-blog-post .blog-content ul li:first-child::before {
    display: none;
}

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

.single-repair-blog-post .blog-content ul li:last-child::before {
    display: none;
}

.single-repair-blog-post .blog-content ul li:last-child a {
    color: #ff6d34;
}

.single-repair-blog-post:hover .blog-image a img,
.single-repair-blog-post:focus .blog-image a img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*=============================
Repair Subscribe Area CSS
===============================*/

.repair-subscribe-area {
    position: relative;
    margin-top: -100px;
    margin-bottom: 100px;
}

.repair-subscribe-content {
    background-color: #ff6d34;
    text-align: center;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.repair-subscribe-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
}

.repair-subscribe-content form {
    overflow: hidden;
}

.repair-subscribe-content form .form-group {
    float: left;
    margin-bottom: 0;
    width: 29%;
    padding-right: 15px;
}

.repair-subscribe-content form .form-group .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    outline: 0;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 12px;
}

.repair-subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter::placeholder {
    color: #ffffff;
}

.repair-subscribe-content form .validation-danger,
.repair-subscribe-content form .validation-success {
    color: #ffffff;
}

.repair-subscribe-content form .btn {
    float: left;
    width: 13%;
}

.repair-subscribe-content form .btn-primary {
    color: #ffffff;
    background-color: #002c60;
}

.repair-subscribe-content form .btn-primary.disabled,
.repair-subscribe-content form .btn-primary:disabled {
    color: #ffffff;
    background-color: #002c60;
}

.repair-subscribe-content form .btn-primary:hover,
.repair-subscribe-content form .btn-primary:focus {
    color: #283a5e;
    background-color: #ffffff;
}

/*================================================
Products Area CSS
=================================================*/

.products-area {
    position: relative;
    z-index: 1;
}

.products-area .pagination-area {
    margin-top: 25px;
}

.single-products {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border: 5px solid #ffffff;
}

.single-products .products-content {
    padding: 30px 15px;
}

.single-products .products-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.single-products .products-content span {
    display: block;
    margin-bottom: 8px;
    color: #ff6d34;
    font-size: 16px;
    font-weight: 600;
}

.single-products .products-content .add-to-cart-btn {
    display: inline-block;
    color: #283a5e;
    border: 1px solid #283a5e;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products .products-content ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

.single-products .products-content ul li {
    display: inline-block;
    color: #eac11d;
    font-size: 17px;
}

.single-products .sale-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff2d2d;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    z-index: 2;
}

.single-products .products-image {
    overflow: hidden;
    position: relative;
}

.single-products .products-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    width: 100%;
}

.single-products .products-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray;
    content: '';
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.single-products .products-image ul {
    padding: 0;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-products .products-image ul li {
    display: inline-block;
}

.single-products .products-image ul li a {
    display: block;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.single-products .products-image ul li a:hover,
.single-products .products-image ul li a:focus {
    background-color: #ff6d34;
    color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
    margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
    margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn,
.single-products:focus .products-content .add-to-cart-btn {
    background-color: #283a5e;
    color: #ffffff;
}

.single-products:hover .products-image img,
.single-products:focus .products-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-products:hover .products-image::before,
.single-products:focus .products-image::before {
    opacity: .40;
    visibility: visible;
}

.single-products:hover .products-image ul,
.single-products:focus .products-image ul {
    opacity: 1;
    visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1),
.single-products:focus .products-image ul li a:nth-child(1) {
    margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3),
.single-products:focus .products-image ul li a:nth-child(3) {
    margin-right: 0;
}

.productsQuickView .modal-dialog {
    max-width: 900px;
}

.productsQuickView .modal-content {
    border: none;
    border-radius: 0;
}

.productsQuickView .modal-content button.close {
    position: absolute;
    right: 2%;
    display: inline-block;
    opacity: 1;
    top: 2%;
    width: 35px;
    z-index: 333;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.productsQuickView .modal-content button.close span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.productsQuickView .modal-content button.close:hover,
.productsQuickView .modal-content button.close:focus {
    background-color: #ff6d34;
    color: #ffffff;
}

.productsQuickView .modal-content button.close:hover span,
.productsQuickView .modal-content button.close:focus span {
    color: #ffffff;
}

.productsQuickView .modal-content .products-image {
    overflow: hidden;
}

.productsQuickView .modal-content .products-image img {
    width: 100%;
}

.productsQuickView .modal-content .products-content p {
    margin-bottom: 20px;
}

.productsQuickView .modal-content .products-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .price {
    margin-bottom: 15px;
    color: #283a5e;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .price span {
    text-decoration: line-through;
    font-weight: normal;
    color: #828893;
}

.productsQuickView .modal-content .products-content form .quantity {
    display: inline-block;
}

.productsQuickView .modal-content .products-content form .quantity input {
    border: 1px solid #eeeeee;
    background: #ffffff;
    height: 45px;
    padding: 15px;
    width: 75px;
    outline: 0;
    font-size: 20px;
}

.productsQuickView .modal-content .products-content form button {
    background: #ff6d34;
    color: #ffffff;
    border: none;
    height: 46px;
    padding: 0 20px;
    position: relative;
    top: -3px;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.productsQuickView .modal-content .products-content form button:hover,
.productsQuickView .modal-content .products-content form button:focus {
    background-color: #283a5e;
    color: #ffffff;
}

.productsQuickView .modal-content .products-content .product-meta {
    margin-top: 15px;
}

.productsQuickView .modal-content .products-content .product-meta span {
    display: inline-block;
    color: #283a5e;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .product-meta span a {
    display: inline-block;
    color: #828893;
    font-weight: normal;
}

.productsQuickView .modal-content .products-content .product-meta span a:hover,
.productsQuickView .modal-content .products-content .product-meta span a:focus {
    color: #ff6d34;
}

.woocommerce-topbar {
    background-color: #ff6d34;
    padding: 10px 40px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.woocommerce-topbar p {
    color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-select {
    cursor: pointer;
    background-color: transparent;
    border-color: #ebebeb;
    border-radius: 4px;
    color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-select option {
    color: #283a5e;
}

/*================================================
Products Details Area CSS
=================================================*/

.products-details-image img {
    border-radius: 5px;
}

.products-details h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 700;
}

.products-details .price {
    margin-bottom: 15px;
    font-weight: 600;
}

.products-details .price span {
    text-decoration: line-through;
    color: #828893;
    font-weight: normal;
}

.products-details p {
    margin-bottom: 15px;
}

.products-details .availability {
    margin-bottom: 20px;
    font-weight: 600;
}

.products-details .availability span {
    color: #ff6d34;
    font-weight: normal;
}

.products-details form .quantity {
    display: inline-block;
    padding-right: 10px;
}

.products-details form .quantity span {
    padding-right: 10px;
    font-weight: 600;
}

.products-details form .quantity input {
    border: 1px solid #eeeeee;
    background: #ffffff;
    height: 45px;
    padding: 15px;
    width: 75px;
    outline: 0;
    font-size: 16px;
}

.products-details form button {
    background: #ff6d34;
    color: #ffffff;
    border: none;
    height: 44px;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
    top: -1px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 600;
}

.products-details form button:hover,
.products-details form button:focus {
    background-color: #283a5e;
    color: #ffffff;
}

.products-details form .add-to-wishlist-btn {
    margin-left: 5px;
    background: transparent;
    color: #283a5e;
    border: 1px solid #eeeeee;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 45px;
    height: 44px;
    position: relative;
    top: 2px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

.products-details form .add-to-wishlist-btn:hover,
.products-details form .add-to-wishlist-btn:focus {
    background-color: #ff6d34;
    color: #ffffff;
    border-color: #ff6d34;
}

.products-details .custom-payment-options {
    margin-top: 20px;
}

.products-details .custom-payment-options span {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.products-details .products-share-social {
    margin-top: 25px;
}

.products-details .products-share-social span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.products-details .products-share-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.products-details .products-share-social ul li {
    display: inline-block;
}

.products-details .products-share-social ul li a {
    width: 35px;
    text-align: center;
    line-height: 34px;
    height: 35px;
    border: 1px solid #ff6d34;
    border-radius: 50%;
    color: #ff6d34;
}

.products-details .products-share-social ul li a.facebook {
    border-color: #4267b2;
    color: #4267b2;
}

.products-details .products-share-social ul li a.facebook:hover {
    background: #4267b2;
    color: #ffffff;
}

.products-details .products-share-social ul li a.twitter {
    border-color: #38A1F3;
    color: #38A1F3;
}

.products-details .products-share-social ul li a.twitter:hover {
    background: #38A1F3;
    color: #ffffff;
}

.products-details .products-share-social ul li a.linkedin {
    border-color: #0077B5;
    color: #0077B5;
}

.products-details .products-share-social ul li a.linkedin:hover {
    background: #0077B5;
    color: #ffffff;
}

.products-details .products-share-social ul li a.instagram {
    border-color: #231F20;
    color: #231F20;
}

.products-details .products-share-social ul li a.instagram:hover {
    background: #231F20;
    color: #ffffff;
}

.products-details .products-share-social ul li a:hover {
    background: #ff6d34;
    color: #ffffff;
}

.products-details-tabs {
    margin-top: 40px;
    text-align: center;
}

.products-details-tabs #tabs {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}

.products-details-tabs #tabs li {
    display: inline-block;
    padding: 12px 50px 8px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #eaeaea;
    margin-left: -2px;
    margin-right: -2px;
    font-weight: 700;
    font-size: 14px;
}

.products-details-tabs #tabs li.active {
    background-color: #ffffff;
    position: relative;
}

.products-details-tabs #tabs li.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #ff6d34;
}

.products-details-tabs #tabs li.inactive {
    background-color: #eeeeee;
    padding: 12px 50px;
}

.products-details-tabs .content {
    display: none;
}

.products-details-tabs .content.show {
    display: block;
}

.products-details-tabs .content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.products-details-tabs .content .additional-information {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
    text-align: left;
}

.products-details-tabs .content .additional-information li {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 10px 15px;
    color: #828893;
}

.products-details-tabs .content .additional-information li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .content .additional-information li span {
    display: inline-block;
    width: 45%;
}

.products-details-tabs .content .products-reviews {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.products-details-tabs .content .products-reviews p {
    margin-bottom: 0;
}

.products-details-tabs .content .products-reviews h3 {
    font-weight: 600;
}

.products-details-tabs .content .products-reviews .review-form {
    margin-top: 20px;
}

.products-details-tabs .content .products-reviews .review-form p {
    margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form .form-control {
    background: transparent;
}

.products-details-tabs .content .products-reviews .star-source {
    width: 0;
    height: 0;
    margin-top: 5px;
    visibility: hidden;
}

.products-details-tabs .content .products-reviews .star-source svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    margin-bottom: 10px;
}

.products-details-tabs .content .products-reviews .star-rating label {
    cursor: pointer;
}

.products-details-tabs .content .products-reviews .star-rating label .star {
    color: transparent;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.products-details-tabs .content .products-reviews .star-rating label:hover~label .star,
.products-details-tabs .content .products-reviews .star-rating svg.star:hover,
.products-details-tabs .content .products-reviews .star-rating input[name="star"]:focus~label .star,
.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked~label .star {
    color: #f2b01e;
}

.products-details-tabs .content .products-reviews .star-rating svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"] {
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: -2px;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked+label {
    -webkit-animation: scaleup 1s;
    animation: scaleup 1s;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked+label .star {
    -webkit-animation: starred 0.5s;
    animation: starred 0.5s;
}

@-webkit-keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

@keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

.products-image-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    border-radius: 50%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff6d34;
    opacity: 0;
    visibility: hidden;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-],
.products-image-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: 2px;
    opacity: 1;
    visibility: visible;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next,
.products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 2px;
}

/*================================================
Cart Area CSS
=================================================*/

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 15px 0;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 16px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #828893;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
}

.cart-table table tbody tr td.product-name a {
    color: #828893;
    font-weight: 600;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #ff6d34;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
    background: transparent;
    width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 600;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 600px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: 45px auto 0;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #283a5e;
    font-weight: 600;
    overflow: hidden;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li span {
    float: right;
    color: #828893;
    font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 25px 15px;
    margin-bottom: 35px;
    border-top: 3px solid #ff6d34;
}

.user-actions span {
    display: inline-block;
    font-weight: 600;
    color: #ff6d34;
}

.user-actions span i {
    color: #ff6d34;
    margin-right: 2px;
}

.user-actions span a {
    font-weight: 500;
    display: inline-block;
    color: #283a5e;
}

.user-actions span a:hover,
.user-actions span a:focus {
    color: #ff6d34;
}

.checkout-area .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.billing-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
}

.billing-details .form-group label {
    display: block;
    color: #828893;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .form-control {
    background: transparent;
}

.billing-details .form-group textarea.form-control {
    height: 100px !important;
}

.billing-details .form-group .form-select {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #f3f5fe;
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #828893;
}

.billing-details .form-group select {
    cursor: pointer;
}

.billing-details .form-check {
    margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
    color: #828893;
}

.billing-details .form-check label {
    font-size: 14px;
    font-weight: 400;
}

.order-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
}

.order-details .order-table table {
    margin-bottom: 0;
    text-align: left;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 15px .75rem;
    font-weight: 600;
    font-size: 15.5px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #828893;
    border-color: #eaedff;
    font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
    color: #828893;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #ff6d34;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #283a5e;
    font-weight: 600;
}

.order-details .payment-method {
    margin-top: 40px;
    border-top: 1px solid #eaedff;
    padding-top: 35px;
}

.order-details .payment-method p {
    margin-bottom: 15px;
    font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked,
.order-details .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-method p [type="radio"]:checked+label,
.order-details .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #283a5e;
    position: relative;
    margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked+label::before,
.order-details .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked+label::after,
.order-details .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff6d34;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.order-details .payment-method p [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .btn.order-btn {
    display: block;
    margin-top: 25px;
}

/*=============================
Footer CSS
===============================*/

.footer-area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/map.png);
    opacity: .05;
    background-attachment: fixed;
    z-index: -1;
}

.footer-area.repair-footer-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
}

.footer-area.repair-footer-area::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 201%;
    background: #002c60;
    z-index: -1;
    -webkit-transform: skewY(177deg);
    transform: skewY(177deg);
}

.footer-area.repair-footer-area::before {
    display: none;
}

.footer-area.repair-footer-area .copyright-area {
    background-color: #000000;
}

.footer-area.repair-footer-area .single-footer-widget .logo a {
    color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget p {
    color: #f2f2f2;
}

.footer-area.repair-footer-area .single-footer-widget h3 {
    color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .services-list li a {
    color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .services-list li a:hover,
.footer-area.repair-footer-area .single-footer-widget .services-list li a:focus {
    color: #ff6d34;
}

.footer-area.repair-footer-area .single-footer-widget .usefull-links li a {
    color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .usefull-links li a:hover,
.footer-area.repair-footer-area .single-footer-widget .usefull-links li a:focus {
    color: #ff6d34;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li {
    color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li a {
    color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li a:hover,
.footer-area.repair-footer-area .single-footer-widget .contact-list li a:focus {
    color: #ff6d34;
}

.footer-area.repair-footer-area .social-links li a {
    border: none;
    color: #ffffff;
    background-color: #343434;
    line-height: 35px;
    font-size: 14px;
}

.footer-area.repair-footer-area .social-links li a:hover,
.footer-area.repair-footer-area .social-links li a:focus {
    background-color: #ff6d34;
    color: #ffffff;
}

.single-footer-widget .logo {
    margin-top: -10px;
}

.single-footer-widget .logo a {
    color: #283a5e;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}

.single-footer-widget .logo a span {
    color: #ff6d34;
}

.single-footer-widget p {
    margin-top: 15px;
    margin-bottom: 20px;
}

.single-footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-footer-widget h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-footer-widget .services-list li a {
    margin-bottom: 12px;
    font-weight: 600;
}

.single-footer-widget .services-list li a:hover {
    padding-left: 10px;
}

.single-footer-widget .services-list li:last-child a {
    margin-bottom: 0;
}

.single-footer-widget .usefull-links li a {
    margin-bottom: 12px;
    font-weight: 600;
}

.single-footer-widget .usefull-links li a:hover {
    padding-left: 10px;
}

.single-footer-widget .usefull-links li:last-child a {
    margin-bottom: 0;
}

.single-footer-widget .contact-list li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #283a5e;
    position: relative;
}

.single-footer-widget .contact-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .contact-list li span {
    font-weight: 700;
}

.single-footer-widget .working-hours li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #283a5e;
    color: #ffffff;
    position: relative;
}

.single-footer-widget .working-hours li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .working-hours li span {
    font-weight: 700;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    border: 1px solid #283a5e;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 15px;
}

.social-links li a:hover,
.social-links li a:focus {
    background: #ff6d34;
    color: #ffffff;
    border-color: #ff6d34;
}

.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #283a5e;
    margin-top: 100px;
}

.copyright-area p {
    color: #ffffff;
}

.copyright-area ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.copyright-area ul li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.copyright-area ul li::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 5px;
    background: #6f8ba4;
    width: 2px;
    height: 14px;
}

.copyright-area ul li:first-child::before {
    display: none;
}

.copyright-area ul li a {
    color: #ffffff;
    font-size: 16px;
}

.copyright-area ul li a:hover {
    color: #ff6d34;
}

/*=============================
Right Side Modal CSS
===============================*/

.sidebarModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebarModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.sidebarModal.modal.right .modal-body {
    padding: 20px;
}

.sidebarModal.modal.right .modal-body p {
    margin-top: 20px;
}

.sidebarModal.modal.right .modal-body ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebarModal.modal.right .modal-body .modal-contact-info {
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebarModal.modal.right .modal-body .modal-contact-info li {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 25px;
}

.sidebarModal.modal.right .modal-body .modal-contact-info li b {
    display: block;
}

.sidebarModal.modal.right .modal-body .modal-contact-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 35px;
    color: #ff6d34;
}

.sidebarModal.modal.right .modal-body .logo a {
    color: #283a5e;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}

.sidebarModal.modal.right .modal-body .logo a span {
    color: #ff6d34;
}

.sidebarModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.sidebarModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.sidebarModal .modal-content {
    border-radius: 0;
    border: none;
}

.sidebarModal .modal-header {
    border-bottom-color: transparent;
    background-color: transparent;
}

.sidebarModal .modal-header .close {
    color: #000;
    font-size: 35px;
    outline: 0 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
}

.sidebarModal .modal-header .close:not(:disabled):not(.disabled):hover,
.sidebarModal .modal-header .close:not(:disabled):not(.disabled):focus {
    color: #ff6d34;
    text-decoration: none;
    opacity: 1;
}

/*=============================
Go Top CSS
===============================*/

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    font-size: 25px;
    color: #ffffff;
    background-color: #000;
    z-index: 1;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.go-top:hover {
    color: #ffffff;
    background: #ff6d34;
}

/*=============================
Marketing Agency Banner CSS
===============================*/

.marketing-agency-banner {
    position: relative;
    z-index: 1;
    background-image: url(../img/marketing-agency-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 230px;
    padding-bottom: 230px;
}

.marketing-agency-banner-content {
    margin-left: auto;
    max-width: 560px;
}

.marketing-agency-banner-content h1 {
    margin-bottom: 18px;
    line-height: 1.2;
    font-size: 57px;
    font-weight: 700;
}

.marketing-agency-banner-content p {
    color: #002c60;
    margin-bottom: 25px;
}

.marketing-agency-banner-content .btn {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 5px;
}

.shape1 {
    position: absolute;
    z-index: -1;
    left: 49.2%;
    top: 10%;
}

.shape2 {
    position: absolute;
    z-index: -1;
    left: 80%;
    top: 8%;
}

.shape3 {
    position: absolute;
    z-index: -1;
    right: 3%;
    top: 38%;
}

.shape4 {
    position: absolute;
    z-index: -1;
    left: 49.2%;
    bottom: 10%;
}

.shape5 {
    position: absolute;
    z-index: -1;
    left: 70%;
    bottom: 9%;
}

.shape6 {
    position: absolute;
    z-index: -1;
    right: 6%;
    bottom: 8%;
}

.shape7 {
    position: absolute;
    z-index: -1;
    left: 2.5%;
    bottom: 12%;
}

.shape8 {
    position: absolute;
    z-index: -1;
    right: 2%;
    top: 19%;
}

/*=============================
Partner CSS
===============================*/

.partner-area.ptb-70 {
    padding-top: 70px;
    padding-bottom: 40px;
}

.partner-item {
    margin-bottom: 30px;
}

.partner-item a {
    display: inline-block;
}

.partner-item a img {
    width: auto !important;
}

/*=============================
Featured Services CSS
===============================*/

.featured-services-area {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.single-featured-services-box {
    margin-bottom: 30px;
    text-align: center;
    background-color: #edf1fe;
    padding: 40px 45px;
}

.single-featured-services-box .icon {
    color: #ff6d34;
    font-size: 75px;
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    margin-bottom: 25px;
    margin-right: auto;
}

.single-featured-services-box .icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    margin: 4px;
    border-radius: 50%;
}

.single-featured-services-box .icon .icofont-search-document {
    font-size: 65px;
}

.single-featured-services-box h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
}

.single-featured-services-box p {
    margin-bottom: 12px;
}

.single-featured-services-box .link-btn {
    display: inline-block;
    font-weight: 700;
}

.single-featured-services-box:hover .icon {
    color: #002c60;
}

.col-lg-4:nth-child(2) .single-featured-services-box {
    background-color: #a4f4f9;
}

.col-lg-4:nth-child(3) .single-featured-services-box {
    background-color: #f3f0e8;
}

/*=============================
Creative CSS
===============================*/

.creative-area {
    position: relative;
    padding-top: 290px;
    z-index: 1;
    background-image: url(../img/creative-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.creative-area::before {
    content: '';
    position: absolute;
    left: 0;
    height: 130px;
    background-color: #ffffff;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.creative-content {
    padding: 100px;
    color: #ffffff;
    max-width: 750px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.creative-content h2 {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 36px;
    font-weight: 700;
}

.creative-content p {
    color: #e6e6e6;
    margin-bottom: 15px;
}

.creative-content .link-btn {
    font-weight: 700;
    color: #ff6d34;
    margin-top: 5px;
    display: inline-block;
}

.creative-content .link-btn:hover {
    color: #ffffff;
}

.creative-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background-color: rgba(255, 109, 52, 0.71);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.creative-content::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #002c60;
}

/*=============================
Solutions CSS
===============================*/

.solutions-area {
    padding-bottom: 70px;
}

.solutions-area .section-title h3 {
    max-width: 700px;
}

.single-solutions-box {
    margin-bottom: 30px;
    background-color: #ff6d34;
    color: #ffffff;
    text-align: center;
    padding: 30px 25px;
}

.single-solutions-box .icon {
    width: 75px;
    height: 75px;
    line-height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #002c60;
    font-size: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    margin-bottom: 25px;
    margin-right: auto;
}

.single-solutions-box h3 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.single-solutions-box p {
    margin-bottom: 15px;
    opacity: 0.95;
    color: #ffffff;
}

.single-solutions-box .link-btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.single-solutions-box:hover .icon {
    color: #ff6d34;
}

.col-lg-4:nth-child(2) .single-solutions-box,
.col-lg-4:nth-child(4) .single-solutions-box,
.col-lg-4:nth-child(6) .single-solutions-box {
    background-color: #002c60;
}

/*=============================
Growth CSS
===============================*/

.growth-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.growth-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.growth-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.growth-image {
    height: 100%;
    background-image: url(../img/growth-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.growth-image img {
    display: none;
}

.growth-content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
}

.growth-content .content {
    max-width: 490px;
}

.growth-content .content h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
}

.growth-content .content .list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.growth-content .content .list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    font-size: 28px;
    font-weight: 600;
}

.growth-content .content .list li span {
    color: #ff6d34;
    margin-right: 30px;
    font-size: 60px;
    font-weight: 800;
}

.growth-content .content .list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/*=============================
Company Strategy CSS
===============================*/

.company-strategy-area .row {
    margin-left: 0;
    margin-right: 0;
}

.company-strategy-area .row .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}

.company-strategy-area .single-company-strategy-box {
    margin-top: -100px;
}

.single-company-strategy-box {
    background-color: #002c60;
    padding: 35px;
}

.single-company-strategy-box h3 {
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
}

.single-company-strategy-box p {
    color: #ebebeb;
}

.single-company-strategy-box.active {
    background-color: #ff6d34;
}

/*=============================
Testimonials CSS
===============================*/

.single-testimonials-box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-testimonials-box .user-image {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.single-testimonials-box .user-image .user {
    display: inline-block !important;
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
}

.single-testimonials-box .user-image .shape {
    display: inline-block !important;
    width: auto !important;
    position: absolute;
    right: -15px;
    bottom: 20px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.single-testimonials-box p {
    margin: 0;
    color: #343434;
    font-size: 20px;
    font-weight: 600;
}

.single-testimonials-box .user-info {
    margin-top: 25px;
}

.single-testimonials-box .user-info h3 {
    margin: 0;
    color: #ff6d34;
    font-weight: 700;
    font-size: 20px;
}

.single-testimonials-box .user-info span {
    display: block;
    color: #828893;
    margin-top: 6px;
}

.single-testimonials-box::before {
    position: absolute;
    color: #e7e7e7;
    content: "\efcd";
    right: 0;
    bottom: 0;
    line-height: 1;
    z-index: -1;
    font-size: 110px;
    font-family: IcoFont;
}

.testimonials-slider {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/*=============================
Team CSS
===============================*/

.single-team-box {
    text-align: center;
    margin-bottom: 30px;
}

.single-team-box .image {
    position: relative;
}

.single-team-box .image ul {
    position: absolute;
    right: 20px;
    bottom: 25px;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-team-box .image ul li {
    display: block;
    margin-bottom: 8px;
}

.single-team-box .image ul li:last-child {
    margin-bottom: 0;
}

.single-team-box .image ul li a {
    width: 32px;
    height: 32px;
    text-align: center;
    color: #002c60;
    background-color: #ffffff;
    font-size: 16px;
    position: relative;
    border-radius: 2px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .4s;
    transition: .4s;
}

.single-team-box .image ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.single-team-box .image ul li a:hover {
    background-color: #ff6d34;
    color: #ffffff;
}

.single-team-box .image ul li:nth-child(2) a,
.single-team-box .image ul li:nth-child(4) a,
.single-team-box .image ul li:nth-child(6) a,
.single-team-box .image ul li:nth-child(8) a {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.single-team-box .content {
    margin-top: 25px;
}

.single-team-box .content h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.single-team-box .content span {
    margin-top: 6px;
    display: block;
    font-weight: 600;
    color: #828893;
}

.single-team-box:hover .image ul li a {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

/*=============================
Blog CSS
===============================*/

.single-blog-post-item {
    position: relative;
    padding: 35px 25px 0;
    margin-bottom: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-blog-post-item:hover::before {
    background: #000000;
    opacity: .66;
}

.single-blog-post-item:hover p,
.single-blog-post-item:hover h4 a {
    color: #ffffff;
}

.single-blog-post-item:hover .link-btn {
    background: #ff6d34;
    color: #ffffff;
}

.single-blog-post-item:hover .author-info span {
    color: #ffffff;
}

.single-blog-post-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-post-item p,
.single-blog-post-item h4 {
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-post-item .author-info {
    position: relative;
}

.single-blog-post-item .author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.single-blog-post-item .author-info span {
    color: #666666;
    font-weight: 700;
    display: inline-block;
    margin-left: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-blog-post-item h4 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 20px;
}

.single-blog-post-item.bg-1 {
    background-image: url(../img/blog-img1.jpg);
}

.single-blog-post-item.bg-2 {
    background-image: url(../img/blog-img2.jpg);
}

.single-blog-post-item.bg-3 {
    background-image: url(../img/blog-img3.jpg);
}

.single-blog-post-item.bg-4 {
    background-image: url(../img/blog-img4.jpg);
}

.single-blog-post-item .btn {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative;
    margin-left: -25px;
    margin-top: 35px;
    margin-right: -25px;
}

.single-blog-post-item .btn.btn-primary {
    background-color: #002c60;
    color: #ffffff;
    border-radius: 0;
    display: block;
}

.single-blog-post-item .btn.btn-primary:hover {
    background-color: #ff6d34;
}

/*=============================
Footer CSS
===============================*/

.footer-area.repair-footer-area.bg-f3f0e8 {
    background-color: #f3f0e8;
}

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

/***********************************************/

/***************** Packages ********************/

/***********************************************/

@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('../../../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#subscribeModal .modal-content {
    overflow: hidden;
}

a.h2 {
    color: #007b5e;
    margin-bottom: 0;
    text-decoration: none;
}

#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 30px;
}

#subscribeModal .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 20px;
    background: #007b5e;
    border-color: #007b5e;
}

#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}

#subscribeModal .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

#subscribeModal .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(112deg);
    margin-top: -110px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/**************************/

/****** modal-lg stips *********/

/**************************/

#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/****** extra *******/

#Reloadpage {
    cursor: pointer;
}

/*counter*/

.side-bar {
    float: right;
    transform: rotate(-90deg);
    right: -45px;
    position: fixed;
    top: 380px;
    background-color: #72b74c;
    padding: 10px 25px;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: .5px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.bell-icon img {
    position: fixed;
    z-index: 100;
    width: 52px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    bottom: 12%;
    left: 2%;
}

.section-whatsapp {
    /* background-color: #72b74c;*/
    width: 50px;
    height: 50px;
    right: 20px;
    border-radius: 50%;
    bottom: 130px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    z-index: 1000000;
}

/*
-----------
side-tab
-----------
*/

.side-tab {
    width: 60px;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1000;
    background: #49ba5f;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 12%);
}

.side-tab tr td img {
    width: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.bx-2x {
    line-height: 53px;
    font-size: 33px;
    border-bottom: 1px solid #d6d6d6;
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.bxl-facebook:before {
    content: "\ee81";
    color: white;
}

.bxl-twitter:before {
    content: "\eecc";
    color: white;
}

.bxl-instagram:before {
    content: "\ee93";
    color: white;
}

.right-icons {
    padding: 0px;
    position: fixed;
    top: 190px;
    z-index: 999;
    width: 45px;
    border-radius: 0px 10px 10px 0px;
}

.qlwapp-toggle {
    padding: 4px 0px;
    display: inline-block;
}

.right-icons a i.fa-whatsapp {
    font-size: 40px;
    float: right;
    color: #fff;
    font-weight: bold;
    background: #00b509;
    border-radius: 0px 10px 10px 0px;
}

.right-icons a i {
    padding: 6px;
}

.qlwapp-toggle {
    padding: 4px 0px;
    display: inline-block;
}

.right-icons a i.fa-phone {
    font-size: 40px;
    float: left;
    color: #fff;
    font-weight: bold;
    background: #020031;
    border-radius: 0px 10px 10px 0px;
}

@media (max-width:578px) {
    .sticky-right-icon-bar {
        top: 45%;
        right: 0px;
    }
    .slider {
        margin-top: 94px;
    }
    .sticky-right-icon-bar {
        top: 210px;
    }
    .sticky-right-icon-bar {
        right: 0px;
        padding: 1px;
    }
    .sectionLast .container {
        height: 210px !important;
    }
    .right-icons {
        background: #fff;
        padding: 3px;
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
        width: 100%;
        top: inherit;
        border-radius: 0px;
        margin: auto;
        display: block;
        text-align: center;
    }
    .footer-section .copyright {
        padding: 20px 0 70px;
    }
    .qlwapp-toggle {
        padding: 4px 10px;
        background: #fff;
        border-radius: 5px;
    }
    .right-icons a i.fa-whatsapp {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 30px;
        float: right;
        color: #12b619;
        font-weight: bold;
        background: #ffffff;
    }
    .right-icons a i.fa-phone {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 30px;
        float: left;
        color: #020031;
        font-weight: bold;
        background: #fff;
    }
    .whats {
        background: #12b619;
        float: left;
        width: 48%;
        border-radius: 0px 30px 30px 0px;
    }
    .phno {
        background: #020031;
        float: right;
        width: 48%;
        border-radius: 30px 0px 0px 30px;
    }
}

.section.group>h2 {
    margin: 44px 0px;
    text-align: center;
}

.common-btn {
    display: inline-block;
    color: #fff;
    background-color: #3b3eba;
    padding: 12px 25px;
    font-weight: 500;
    border: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.bozcolor {
    color: #3b3eba;
    font-size: 18px;
    font-weight: 600;
}

.bozcolor1 {
    color: #3b3eba;
    font-size: 15px;
    font-weight: 500;
}