/*
Name: 			RD Network BD
Written by: 	RD Network BD
URL:            https://rdnetworkbd.com
Theme Version:	1.0.0
*/

/*===================================================
    Table of Contets
=====================================================

    01 Main Header
    02 Main Slider
    03 Service Section
    04 About Section
    05 Case Studies Section
    06 Case Studies Single
    07 Consult Section
    08 Testimonial Section
    09 Blog Section
    10 Project Section
    11 Counter Section
    12 CQ Section
    13 Team Section
    14 Feature Section
    15 Content Section
    16 Sponsor Section
    17 Widget Section
    18 FAQ Section
    19 Footer Section

=====================================================
    @GucchoThemes
====================================================*/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;700;800&family=Rajdhani:wght@400;500;600;700&family=Roboto:wght@400;500&display=swap');

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #555;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

/*Common Styles*/
* {
    padding: 0;
    margin: 0;
}

section {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #1C1C1C;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #1C1C1C;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #1C1C1C;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
    color: #1C1C1C;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

a {
    color: #1C1C1C;
}

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

a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    border: none;
    outline: none;
    width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Form Input Color*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/*Padding Classes*/
.padding {
    padding: 80px 0;
}


.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

/* Default Background Color*/
.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f3f3f3;
}

.bg-dark {
    background-color: #111 !important;
}

/*Boder Classes*/
.bd-top {
    border-top: 1px solid #eee;
}

.bd-bottom {
    border-bottom: 1px solid #eee;
}

.bd-left {
    border-left: 1px solid #eee;
}

.bd-right {
    border-right: 1px solid #eee;
}

/* Margin Class */
.mt-10 {
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

/*Transition Effect*/
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*Scrollbar Style*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #ff9800;
}

::selection {
    background-color: #ff9800;
    color: #fff
}

-webkit-::selection {
    background-color: #ff9800;
    color: #fff
}

::-moz-selection {
    background-color: #ff9800;
    color: #fff
}

/* Site Preloader*/
.loaded .site-preloader {
    opacity: 0;
    visibility: hidden;
}

.site-preloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.site-preloader .spinner {
    background-color: #ff9800;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*Default Button*/

.btn-group a {
    margin: 5px;
}

.btn-group-left a {
    margin-right: 10px;
}

.default-btn {
    background: linear-gradient(to right, #ff9800, #9ac93f);
    display: inline-block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 5px;
}

.default-btn-2 {
    background: linear-gradient(to right, #536be5, #5761e3, #5d57e1, #634bdd, #6b3ed9);
    display: inline-block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 5px;
}

.default-btn:hover {
    background: linear-gradient(to right, #9ac93f, #ff9800);
    color: #fff;
}

.default-btn.btn-2 {
    background: transparent;
    background-color: #fff;
    color: #ff9800;
}

.default-btn.btn-2:hover {
    background: linear-gradient(to right, #536be5, #5761e3, #5d57e1, #634bdd, #6b3ed9);
    color: #fff;
}

.default-btn.btn-3 {
    background: transparent;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.default-btn.btn-3:hover {
    background-color: #fff;
    color: #ff9800;
}

.default-btn.btn-4 {
    background: transparent;
    background-color: #ff9800;
}

.default-btn.btn-4 i {
    font-size: 13px;
    padding-left: 10px;
}

/*Section Heading*/

.section-heading h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    display: block;
}

.section-heading h4 {
    font-family: "League Spartan", sans-serif;
    position: relative;
    color: #ff9800;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    /*margin-bottom: 30px;*/
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
    z-index: 1;
}

.section-heading h4:before {
    font-family: "League Spartan", sans-serif;
    color: #DEDEDE;
    font-size: 70px;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350%;
    content: attr(data-text);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    z-index: -1;
}

.section-heading h4 .heading-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-heading h4 .heading-bd:before {
    background-color: #ff9800;
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    top: calc(50% - 2px);
    left: -77px;
    transform: translateY(-50%);
}

.section-heading h4 .heading-bd:after {
    background-color: #ff9800;
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 2px);
    right: -70px;
    transform: translateY(-50%);
}

.section-heading-2 span {
    display: block;
    color: #ff9800;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-heading-2 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

/*Check List*/

.check-list li {
    display: flex;
    align-items: center;
}

.check-list li i {
    font-size: 12px;
    color: #00c16e;
    margin-right: 10px;
}

/*Page Header*/
.page-header {
    background-image: url(../img/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #999999;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-header .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.page-header-info {
    text-align: center;
}

.page-header-info h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.page-header-info h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.page-header-info h3 span {
    padding-left: 5px;
    color: #FFC107;
}

.page-header-info h3 a {
    padding-right: 5px;
    color: #fff;
}

.page-header.gradiant .page-header-info h2 {
    color: #1C1C1C;
}

.page-header.gradiant .page-header-info p {
    color: #555;
}

.page-header .post-meta {
    margin-top: 20px;
}

/*Overlay*/
.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/*Rattings*/

.ratting li {
    display: inline-block;
    color: #FF9529;
    font-size: 14px;
    margin: 0 -2px;
}

/*Scrool Up*/
#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999;
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #3a3a3c;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    transform: translateY(150%);
    transition: all 0.3s ease-in-out;
}

#scrollup.show {
    opacity: 1;
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

/*===================================================
    01 Main Header
====================================================*/
.header {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: block;
    /*position: absolute;*/
    z-index: 99;
}

.header-logo img {
    max-width: 100px;
}

.header-logo .dark {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .light {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .dark {
    display: block;
}

/* Top Header */
.top-header {
    background-color: #F3F3F3;
    height: 30px;
    display: flex;
    align-items: center;
}

.top-header .top-inner {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-inner .left-content h4 {
    font-family: "Roboto", sans-serif;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}

.top-inner .top-list li:not(:last-of-type) {
    margin-right: 15px;
}

.top-inner .top-list li i {
    font-size: 16px;
    color: #646464;
    margin-right: 5px;
}

.top-inner .top-info li a {
    color: #fff;
}

.top-list {
    font-size: 14px;
}

.top-list li {
    display: inline-block;
}

.top-list li:not(:first-of-type) {
    margin-left: 25px;
}

.top-list li i {
    color: #fff;
    font-size: 16px;
}

/* Sticky Header */
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.admin-bar .sticky-header {
    top: 32px;
}

.admin-bar .header {
    margin-top: 32px;
}

.admin-bar .header-three {
    margin-top: 0;
}
.primary-header.primary-header {
    padding: 10px 0;
}
.sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0);
}

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

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #1C1C1C;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/* Menu Style */
.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
	float: left;
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.header.dark-text .header-menu-wrap ul li>a {
    color: #1C1C1C;
}
.header-menu-wrap a.active {
    color: #ff9800;
}
.header-menu-wrap ul li:hover>a {
    color: #ff9800;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 220px;
    padding: 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header-menu-wrap li li:last-child {
    margin: 0;
    border-bottom: 0;
}

.header-menu-wrap li li>a {
    display: block;
    height: auto;
    line-height: inherit;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover {
    background-color: #ff9800;
}

.header-menu-wrap li li:hover>a {
    color: #fff;
}

.header.dark-text .header-menu-wrap li li:hover>a {
    color: #fff;
}

.header-menu-wrap li ul li ul {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
}
a.dropdown_main_menu:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-menu-contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
	font-weight: 100;
	color: #ff9800;
    border: 1px solid #ff9800;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s;
    margin-left: 30px;
	margin-top: 2%;
}
.header-menu-contact-btn:hover {
	background: #ff9800;
	font-weight: 300;
	color: #ffffff;
}
/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
    }

    .sticky-fixed-top .header-right .search-icon,
    .sticky-fixed-top .header-menu-wrap ul li>a {
        color: #1C1C1C;
    }

    .sticky-fixed-top .header-menu-wrap li li:hover>a {
        color: #fff;
    }
}

@media (max-width: 992px) {
    .sticky-header {
        display: none;
    }

    #page.site {
        margin-top: 0 !important;
    }

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important;
    }
    
    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 10px;
        height: 2px;
        background-color: #6a7c92;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
        margin-left: 20px;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        margin: 0;
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li>a {
        padding: 15px;
        height: inherit;
        line-height: inherit;
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-menu-wrap ul li>a {
        color: #1C1C1C;
        font-size: 17px;
    }

    .header-menu-wrap li li>a {
        color: #1C1C1C;
        font-size: 16px;
    }

    .header-menu-wrap li li:hover>a {
        color: #fff;
    }

    .sticky-fixed-top .header-right .search-icon {
        color: #1C1C1C;
    }

    .sticky-fixed-top .line-menu {
        background-color: #1C1C1C;
    }

    .line-menu {
        background-color: #1c1c1c;
    }

    .transparent-header .line-menu {
        background-color: #fff;
    }

    .primary-header-two .header-right a.header-btn {
        margin: 0;
    }

    .header-two .mid-header .header-logo {
        text-align: center;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-header {
        top: 0;
    }

    .admin-bar .header {
        margin-top: 0;
        padding-top: 46px;
    }
	.header-menu-contact-btn {
		margin-left: 0px;
		margin-top: 71%;
		margin-bottom: 14px;
	}
}

@media (max-width: 580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }

    .top-bar .top-left li {
        font-size: 12px;
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}

.header-right .search-icon {
    color: #333;
    cursor: pointer;
    font-size: 20px;
}

.header.dark-text .header-right .search-icon {
    color: #1C1C1C;
}

.header-right .search-icon:hover {
    opacity: 0.8;
}
.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.primary-header .header-logo {
    max-width: 210px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}

/* Top Bar */
.top-bar {
    background-color: #07122D;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.top-bar .top-left li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.top-bar .top-left li:first-child {
    margin-right: 10px;
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none;
}

.top-bar .top-social li {
    display: inline-block;
    margin-left: 13px;
}

.top-bar .top-social li:first-child {
    margin-left: 0;
}

.top-bar .top-social li a {
    color: #fff;
    font-size: 12px;
}

.top-bar .top-social li a:hover {
    color: #ddd;
}

@media (max-width: 767px) {
    .top-bar .top-right {
        display: none;
    }

    .top-bar .top-left li,
    .top-bar .top-left li:first-child {
        border: none;
    }

    .top-bar .top-left li {
        padding-left: 0;
        padding-right: 20px;
    }
}

/* Main Header */

.primary-header .header-menu-wrap {
    margin-left: auto;
}

.header-cart-btn {
    margin-left: 10px;
}

.header-cart-btn a {
    color: #1C1C1C;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.header-cart-btn a .num {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff9800;
    color: #fff;
    font-size: 11px;
    display: block;
    top: -8px;
    right: -9px;
    line-height: 16px;
    text-align: center;
}

@media screen and (max-width: 782px) {
    .admin-bar .header-three {
        top: 0;
    }
}

@media (max-width: 992px) {
    .header-menu-wrap {
        top: 54px;
    }

    .primary-header .header-logo {
        max-width: 120px;
    }
}

/* Header 2 */
.transparent-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 99;
}

@media (min-width: 992px) {
    .transparent-header .primary-header .header-menu-wrap {
        margin: 0;
    }

    .transparent-header .header-menu-wrap ul li>a {
        color: #fff;
    }

    .transparent-header .header-menu-wrap li li>a {
        color: #1c1c1c;
    }

    .transparent-header .header-menu-wrap li li>a:hover {
        color: #fff;
    }

    .transparent-header .primary-header-inner .header-right {
        margin-left: 0;
    }
}

.header-contact {
    display: flex;
    align-items: center;
}

.right-content h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
}

.right-content h3 span {
    color: #fff;
    font-size: 16px;
    display: block;
}

.header-icon {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.search-icon i {
    color: #fff;
    padding-left: 40px;
}

.home-2 .sticky-header .primary-header .header-menu-wrap {
    margin-left: 0;
}

.home-2 .sticky-header .primary-header-inner .header-right {
    margin-left: 0;
}

.home-2 .sticky-header .right-content h3,
.home-2 .sticky-header .right-content h3 span,
.home-2 .sticky-header .header-icon,
.home-2 .sticky-header .search-icon i {
    color: #1c1c1c;
}

/* Search Box */
#popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}

#popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444;
}

#popup-search-box .box-inner-wrap input::placeholder {
    color: #444;
    font-size: 36px;
}

#popup-search-box .box-inner-wrap input {
    font-family: "Rajdhani", sans-serif;
    width: 100%;
    padding: 20px 30px;
    padding-right: 80px;
    background: transparent;
    border: none;
    font-size: 36px;
    color: #ddd;
}

#popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#popup-search-box .box-inner-wrap button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #444;
    font-size: 36px;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
    color: #ddd;
}

#popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    #popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #popup-search-box .box-inner-wrap input,
    #popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

/*=====================================================
    02 Main Slider
======================================================*/
.main-slider .slider-content {
    position: relative;
    z-index: 2;
}

.single-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-1 .single-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.single-slide .overlay {
    background: linear-gradient(to left, rgba(78, 73, 73, 0) 0%, #3a3a3c85 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.slider-content .slider-text {
    font-family: "Rajdhani", sans-serif;
    font-size: 54px;
    line-height: 68px;
    font-weight: 700;
    color: #fff;
	text-shadow: 0 1px black;
    margin-bottom: 40px;
}

.slider-content .slider-desc {
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-element {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-element.element-1 {
    top: 15%;
    left: 0;
}

.slider-element.element-1 img {
    width: 460px;
}

.slider-element.element-2 {
    top: 5%;
}

.slider-element.element-2 img {
    width: 460px;
}

.slider-element.element-3 {
    background-position: top right;
    top: 0;
    right: -75%;
    left: auto;
}

.slider-element.element-3 img {
    width: 280px;
}

.slider-element.element-4 {
    background-position: top right;
    top: 0;
    right: -71%;
    left: auto;
}

.slider-element.element-4 img {
    width: 280px;
}

.slick-slider .slick-arrow {
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 75px;
}

/* Slide 2 */
.slider-2 .single-slide {
    background-image: linear-gradient(to right bottom, #ff9800, #3e48be, #4c46c8, #5c43d1, #6c3ed9);
    width: 100%;
    height: 100vh;
}

.slider-element.element-5 {
    bottom: -35%;
    right: -82%;
}

.slider-element.element-5 img {
    width: 351px;
}

.slider-element.element-6 {
    top: -10%;
    right: -60%;
}

.slider-element.element-6 img {
    width: 707px;
}

.slider-2 .single-slide .slider-pattern {
    background-image: url(../img/slider-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
}

.slider-2 .slider-img {
    background-image: url(../img/slider-img-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 600px;
    height: 863px;
    position: absolute;
    bottom: -35px;
    right: 9%;
    z-index: 1;
}

.slider-2 .slider-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider-2 .slider-desc {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.slider-2 .slider-desc>div {
    line-height: 1;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

.slider-2 .slider-text {
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 30px;
}

.slider-2 .slider-content p {
    color: #fff;
    margin-bottom: 40px;
}

.slider-2 .slider-btn-group .default-btn.btn-4 {
    background-color: #fff;
    color: #ff9800;
    border: 1px solid #fff;
}

.slider-2 .slider-btn-group .default-btn.btn-4:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.scroll-down {
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 13px;
    bottom: 100px;
    transform: rotate(90deg);
}

.scroll-down:hover {
    color: #fff;
}

.scroll-down:before {
    background-color: #fff;
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}

/* Slick Dots  */
.dot-style-1 .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.dot-style-1 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.dot-style-1 .slick-dots li button {
    background-color: #ff9800;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 4px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: relative;
}

.dot-style-1 .slick-dots li.slick-active button:before {
    border: 2px solid #ff9800;
    background-color: transparent;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.dot-style-2 .slick-dots {
    color: #fff;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.dot-style-2 .slick-dots li:not(:last-of-type) {
    margin-bottom: 10px;
}

.dot-style-2 .slick-dots li button {
    font-family: 'Rajdhani', sans-serif;
    color: #9ea3dd;
    font-size: 16px;
    font-weight: 700;
}

.dot-style-2 .slick-dots li button:before {
    content: '0';
}

.slick-dots li.slick-active button {
    color: #fff;
}

/*===================================================
    03 Service Section
====================================================*/

.service-section .section-heading h4:before {
    width: 400%;
}

.service-items {
    padding: 0 10px;
}

.service-item {
  	background: #ff9800;
    position: relative;
    padding: 10px;
    border: 1px solid #eaecf7;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.service-item:before {
    background: linear-gradient(45deg, #ff9800, #9b9b9b);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.service-item:hover:before {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}
.service-img {
    display: inline-block;
    height: 100px;
    width: 100px;
    /*line-height: 100px;*/
    text-align: center;
    border-radius: 0;
    margin: 10px;
}
.service-item:hover .service-img {
    background-color: #ffffff;
}

.service-item:hover .service-content h3 a,
.service-item:hover .service-content p,
.service-item:hover .service-btn {
    color: #fff;
}

.service-shape {
    background-image: url(../img/service-shape.png);
    background-repeat: no-repeat;
    background-size: 95%;
    width: 237px;
    height: 237px;
}

.service-shape.shape-1 {
    background-position: top left;
    position: absolute;
    top: 7px;
    left: -37%;
    opacity: 0.6;
}

.service-shape.shape-2 {
    background-position: bottom right;
    position: absolute;
    bottom: 7px;
    right: -37%;
    opacity: 0.6;
}

.service-thumb {
    display: inline-block;
    border: 1px solid #eaecf7;
    border-radius: 0;
    margin-bottom: 0;
}

.service-thumb,
.service-thumb img {
    width: 100%;
}

.service-items .service-thumb,
.service-items .service-img img {
    width: auto;
}
.service-items .service-thumb {
    float: left;
    margin-right: 10px;
}
.service-content {
    text-align: left;
}
.service-content h3 {
    margin-bottom: 0;
}
.service-items p {
    font-size: 14px;
    margin-bottom: 0;
}

.service-content h3 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.service-content .service-btn {
    font-family: "Roboto", sans-serif;
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

.service-content .service-btn i {
    padding-left: 10px;
}

.service-carousel-controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -30px;
}

.service-carousel-controls .next-prev-wrap {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.service-carousel-controls .sc-style {
    font-size: 14px;
    color: #ff9800;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #eaecf7;
    border-radius: 50%;
    cursor: pointer;
}

.service-carousel-controls a {
    font-family: "Roboto", sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
}

.service-carousel-controls a i {
    color: #ff9800;
    font-size: 14px;
    padding-left: 10px;
}

/* Service 2 */
.service-2 .service-carousel {
    margin-bottom: 165px;
}

.service-2 .service-carousel .service-box:hover {
    border: 1px solid #ff9800db;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-box {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: box-shadow 120ms ease-in-out;
}

.service-box:hover {
    -webkit-box-shadow: 0px 12px 25px 5px rgba(50, 73, 179, 0.2);
    box-shadow: 0px 12px 25px 5px rgba(50, 73, 179, 0.2);
}

.service-2 .next-prev-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -20px;
}

.service-2 .service-carousel-controls .sc-style {
    background-color: #dfe1ec;
    color: #ff9800;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.service-2 .service-carousel-controls .sc-style:hover {
    background-color: #ff9800;
    color: #fff;
}

.service-btn {
    color: #ff9800;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.service-btn a {
    color: #ff9800;
}

.service-btn i {
    font-size: 13px;
    padding-left: 7px;
}

/* Service 3 */

.service-3 .service-box {
    position: relative;
    overflow: hidden;
}

.service-3 .service-content .count {
    background-color: #d5daef;
    color: #ff9800;
    font-size: 24px;
    font-weight: 700;
    width: 65px;
    height: 65px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service-3 .service-box:hover .service-content .count {
    background-color: #ff9800;
    color: #fff;
}

/*===================================================
    04 About Section
====================================================*/
.about-section {
    position: relative;
    z-index: 1;
}

.about-section .about-bg {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-section .section-heading {
    margin-top: 20px;
}

.about-section .section-heading h2 {
    line-height: 56px;
}

.about-section .section-heading h4 .heading-bd:before {
    display: none;
}

.about-section .section-heading h4:before {
    width: 410px;
    left: 0%;
    transform: translate(0, -50%);
}

.about-wrap {
    display: flex;
    align-items: center;
}

.about-content h3 {
    font-family: "League Spartan", sans-serif;
    color: #ff9800;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.about-list {
    margin-bottom: 30px;
}

.about-list li {
    color: #434343;
    font-weight: 500;
}

.about-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.about-list li i {
    background-color: #ff9800;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}

.about-img {
    position: relative;
    overflow: hidden;
}

.about-vbtn {
    position: absolute;
    bottom: 37%;
    right: 42%;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.about-vbtn .play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

/*===== About 2 =====*/
.list-item {
    background-image: linear-gradient(to right, #f6f6f6, #e9e9e9, #e3e3e3, #f6f6f6, #fdfdfd);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 40px;
    margin-bottom: 30px;
}

.list-item li {
    position: relative;
    color: #071327;
    font-size: 16px;
    line-height: 1;
    padding-left: 30px;
}

.list-item li:before {
    background-color: #ff9800;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.about-section-2 .about-thumb {
    position: relative;
}

.about-btn {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
}

.about-btn i {
    color: #fff;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
}

/* About 3 */

.about-section-3 .about-thumb {
    position: relative;
}

.about-section-3 .about-btn {
    right: 44%;
}

.about-section-3 .tab-content p {
    margin-bottom: 0;
}

.about-section-3 .tab-content .list-item {
    margin: 20px 0;
}

.nav-pills {
    margin-bottom: 30px;
}

.nav-pills .nav-link {
    background-color: #eaecf7;
    color: #ff9800;
    font-weight: 400;
    padding: 10px 35px;
    margin-right: 30px;
}

.nav-pills .nav-link:not(:last-of-type) {
    margin-right: 30px;
}

.nav-pills .nav-link.active {
    background-color: #ff9800;
}

/*===================================================
    05 Case Studies Section
====================================================*/

.cs-section .section-heading h4:before {
    width: 554px;
}

.cs-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.cs-box:before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #6b3fd7 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transform: translateY(100%);
    transition: all .4s ease-in-out;
}

.cs-box:hover:before {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.cs-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    transform: translateY(100%);
    transition: all .4s ease-in-out;
    transition-delay: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.cs-box:hover .cs-content {
    transform: translateY(0);
    transition-delay: 200ms;
    visibility: visible;
    opacity: 1;
}

.cs-content h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.cs-content p {
    color: #fff;
    margin-bottom: 0;
}

.view-all {
    background-color: #ff9800;
    position: relative;
    width: 100%;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.view-all:before {
    background-image: url(../img/project-shape.png);
    content: "";
    width: 100px;
    height: 75px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.view-all:after {
    background-image: url(../img/project-shape01.png);
    content: "";
    width: 100px;
    height: 75px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.cs-btn {
    background-color: transparent;
    color: #fff;
    padding: 15px 35px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.cs-btn:hover {
    background-color: #fff;
    color: #ff9800;
}

.view-all .default-btn.btn-3 {
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
}

/*===================================================
    06 Case Studies Single
====================================================*/

.list-single {
    background-color: #ff9800;
    padding: 20px;
}
.list-single h2 {
    color: #fff;
    margin-bottom: 0;
}
.list-single li {
    display: inline-block;
}

.list-single li:not(:last-of-type) {
    margin-right: 100px;
}

.list-single li h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.list-single li h3 span {
    display: block;
}

.cs-single-content {
    margin: 50px 0;
}

.cs-single-content .desc {
    margin-bottom: 0;
}

.cs-single-header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

.cs-single-list {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

.cs-single-list li {
    font-size: 16px;
    color: #1c1c1c;
}

.cs-single-list li i {
    color: #ff9800;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .cs-single-list {
        max-width: 70%;
    }
}

/*===================================================
    07 Consult Section
====================================================*/
.consult-section {
    background-image: url(../img/consult-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.consult-wrap {
    display: flex;
    align-items: center;
}

.consult-section .overlay {
    background-color: rgba(108, 62, 217, 0.8);
}

.consult-section .section-heading h2 {
    color: #fff;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0;
}

.consult-section .section-heading h4 {
    color: #fff;
}

.consult-section .section-heading h4 .heading-bd:after {
    background-color: #fff;
}

.consult-section .section-heading h4 .heading-bd:before {
    display: none;
}

.consult-section .section-heading h4:before {
    color: #FCFCFC;
    font-size: 70px;
    width: 613px;
    left: 0;
    opacity: 0.4;
    transform: translate(0, -50%);
}

.play-btn {
    background-color: #fff;
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.play-btn i {
    color: #2e6cc0;
    width: 30px;
}

.play-btn .ripple {
    z-index: -1;
}

.play-btn .ripple,
.play-btn .ripple:before,
.play-btn .ripple:after {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

.booking-form {
    width: 514px;
    background-color: #fff;
    border-radius: 10px;
}

.form-box {
    padding: 35px 0;
}

.form-group {
    padding: 0 35px;
}

.form-heading {
    border-radius: 9px 9px 0 0;
    background-color: #526CE5;
    text-align: center;
}

.form-heading h3 {
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 35px 0;
}

.form-box .form-control {
    background-color: #EFEFEF;
    font-size: 16px;
    height: 60px;
    padding-left: 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
}

.booking-form .form-control.address {
    height: 140px;
    margin-bottom: 30px;
    padding-top: 15px;
}

/*===================================================
    08 Testimonial Section
====================================================*/

.testi-item {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.testi-item img {
    width: 48px;
}

.testi-content p {
    color: #2E2E2E;
    margin: 25px 0;
}

.testi-content h3 {
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.testi-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-review h4 {
    font-size: 16px;
    color: #808080;
    margin-bottom: 0;
}

.testi-review .review {
    display: flex;
    align-items: center;
    line-height: 1;
}

.testi-review .review li:not(:last-of-type) {
    margin-right: 5px;
}

.testi-review .review li i {
    font-size: 16px;
    color: #fab702;
}

/*===== Testimonial 2 =====*/
.testi-2 {
    background-color: #f3f6ff;
}

.testi-2 .testi-items {
    padding: 0 10px;
}

.testi-2 .testi-item {
    border: 2px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.testi-2 .testi-item:hover {
    border: 2px solid #ff9800;
}

.testi-info {
    display: flex;
    align-items: center;
}

.testi-meta h4 {
    color: #979797;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.testi-icon {
    padding-left: 60px;
}

.testi-icon i {
    color: #ff9800;
    padding: 15px;
    border: 1px solid #ff9800;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.testi-icon i:hover {
    background-color: #ff9800;
    color: #fff;
}

/*===================================================
    09 Blog Section
====================================================*/

.grid-post {
    margin: -15px;
}

.post-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.post-card .post-thumb {
    position: relative;
}

.post-card .post-thumb img {
    width: 100%;
}

.post-content-wrap {
    padding: 30px;
}

.post-meta {
    display: flex;
    align-items: center;
}

.post-meta li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #707070;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.post-meta li a span {
    color: #212121;
    padding-left: 2px;
}

.post-meta li:not(:last-of-type) {
    margin-right: 20px;
}

.post-meta li i {
    color: #707070;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.post-card .post-content {
    margin-top: 20px;
}

.post-card .post-content h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 15px 0;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.post-card .post-content h3 a {
    color: #1C1C1C;
}

/* Blog 2 */
.blog-2 .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-2 .post-content-wrap {
    padding: 0;
}

.blog-2 .post-card {
    border: none;
}

.post-thumb {
    overflow: hidden;
}

.blog-2 .post-thumb img {
    width: 100%;
}

.blog-2 .post-card:hover .post-thumb img {
    transform: scale(1.1);
}

.blog-2 .post-meta {
    margin-top: 20px;
}

.blog-2 .post-meta h3 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-2 .post-meta h3:before {
    background-color: #717171;
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.blog-2 .post-meta span {
    font-size: 14px;
    color: #717171;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 40px;
}

.blog-2 .post-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.blog-info-box {
    background-color: #222429;
    margin: 0 60px;
    padding: 30px;
    border-top: 1px solid #ff9800;
    border-radius: 10px;
    position: relative;
    margin-top: -50px;
    z-index: 10;
}

.blog-info-box h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog-info-box h3 span {
    padding-left: 10px;
}

.blog-info-box p {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 0;
}

.blog-item {
    margin: 30px 0;
}

.blog-list {
    margin: 20px 0;
}

.blog-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.blog-list li i {
    font-size: 12px;
    color: #ff9800;
    margin-right: 20px;
}

.blog-img-wrap {
    margin-bottom: 15px;
}

.blog-img img {
    width: 100%;
}

.tag-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 2px solid #e7e7e7;
}

.tag-list li {
    display: inline-block;
}

.tag-list li:first-child {
    margin-right: 10px;
}

.tag-list li a {
    background-color: #ebebeb;
    color: #4D4D44;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.tag-social li {
    display: inline-block;
}

.tag-social li:not(:last-of-type) {
    margin-right: 20px;
}

.tag-social li i {
    color: #1c1c1c;
    cursor: pointer;
}

.tag-social li i:hover {
    color: #ff9800;
}

.blog-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.blog-btn-wrap .default-btn.left i {
    padding: 0 10px 0 0;
}

.blog-btn-wrap .default-btn.btn-4 {
    background-color: #fff;
    color: #ff9800;
    border: 1px solid #ff9800;
    transition: all 0.3s ease-in-out;
}

.blog-btn-wrap .default-btn.btn-4:hover {
    background-color: #ff9800;
    color: #fff;
}

.comment-respond .cs-single-header h2 {
    margin: 40px 0;
}

.comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.comment-respond form input,
.comment-respond form textarea {
    background-color: #fff;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.comment-respond form .form-inputs input {
    width: calc(50% - 15px);
}

.comment-respond form .form-inputs input:first-child {
    margin-right: 7.5px;
}

.comment-respond form .form-inputs input:last-child {
    margin-left: 7.5px;
}

.comment-respond form input:focus,
.comment-respond form textarea:focus {
    border-color: #ff9800;
}

.comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.comment-respond .form-inputs {
    overflow: hidden;
}

.comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
}

.comment-respond .form-submit input {
    max-width: 180px;
    background: linear-gradient(to right, #536be5, #5761e3, #5d57e1, #634bdd, #6b3ed9);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
}

.comment-respond .form-submit input:hover {
    background: linear-gradient(to right, #6b3ed9, #634bdd, #5d57e1, #5761e3, #536be5);
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

/*Classic Post*/

.classic-post .post-card .post-thumb {
    min-height: 350px;
}

.classic-post .post-card .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.classic-post .post-card:not(:last-of-type) {
    margin-bottom: 30px;
}

/*Post Category*/
.post-category {
    background-color: #ff9800;
    left: 0;
    bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}

.post-category:hover {
    color: #fff;
}

/*Post Details*/

.post-details .post-thumb {
    min-height: 350px;
    position: relative;
    margin-bottom: 40px;
}

.post-details .post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.post-details p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

blockquote {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #eee;
    border-left: 3px solid #ff9800;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #1C1C1C;
    display: block;
    margin: 0;
    margin-bottom: 40px;
}

blockquote i.fas {
    color: #ff9800;
    display: block;
    margin-bottom: 20px;
}

blockquote span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #555;
    display: block;
    margin-top: 10px;
}

.post-details-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    margin: 40px 0;
}

.post-details .tags li a {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0;
}

/*Post Navigation*/
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
    margin: 40px 0;
}

.post-navigation li:last-child {
    text-align: right;
}

.post-navigation li a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1C1C1C;
    letter-spacing: -0.5px;
}

.post-navigation li a:hover {
    text-decoration: underline;
}

.post-navigation li a:hover>span {
    text-decoration: none;
}

.post-navigation li a span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #a5a6aa;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.post-navigation li a span i {
    color: #a5a6aa;
    margin-right: 5px;
}

.post-navigation li:last-child a span i {
    margin-left: 5px;
    margin-right: auto;
}

/*Auhtor Box*/
.author-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author-box h4 {
    background-color: #eceef8;
    color: #ff9800;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
}

.author-info {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.author-info img {
    width: auto;
}

.author-info h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    text-transform: uppercase;
}

.author-info h3 span {
    font-size: 12px;
    display: block;
    text-transform: capitalize;
}

/*Comments*/
.comments-box {
    margin-bottom: 40px;
}

.comment-title {
    font-weight: 600;
    color: #1C1C1C;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
}

.comment-title:before {
    background-color: #ff9800;
    width: 50%;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

.comments-box .comment-inner {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 20px;
}

.comments-box .comment {
    margin-bottom: 40px;
}

.comments-box .children {
    margin-left: 50px;
    margin-top: 40px;
}

.comments-box .comment-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 5px;
}

.comments-meta h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.comments-meta h4 span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    display: block;
}

.comment-area p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

.comment-area .reply {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
}

/*Comment Form*/
.comment-form {
    margin-top: -15px;
}

.comment-form .form-control {
    background-color: #fff;
    height: 50px;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
}

.comment-form .form-control.comment {
    height: 150px;
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

/*Sidebar Widget*/
.sidebar-widget {
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 20px;
}

.sidebar-widget:not(:first-of-type) {
    margin: 30px 0;
}

/*Search*/
.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form .form-control {
    background-color: #f4f6f9;
    font-size: 16px;
    color: #565872;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    height: 50px;
    border: 1px solid #eee;
    padding-right: 40px;
}

.sidebar-widget .search-form .search-btn {
    background-color: #ff9800;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 15px;
}

/*Sidebar Header*/
.sidebar-header {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.sidebar-header h3 {
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.sidebar-header h3:before {
    background-color: #ff9800;
    width: 60%;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
}

/*Category List*/

.category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.category-list li:not(:last-of-type) {
    border-bottom: 1px solid #eaecf7;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.category-list li a {
    color: #555;
}

.category-list li a:hover {
    color: #1C1C1C;
    text-decoration: underline;
}

.category-list li span {
    font-size: 14px;
    text-align: center;
}

/*Thumb Posts*/

.thumb-post li {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.thumb-post li:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaecf7;
}

.thumb-post li .thumb {
    flex-shrink: 0;
    width: 80px;
    height: 70px;
    margin: 0 15px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
}

.thumb-post .thumb-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.thumb-post .thumb-post-info h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.thumb-post .thumb-post-info h3 a {
    color: #1C1C1C;
}

.thumb-post .thumb-post-info h3 a:hover {
    text-decoration: underline;
}

.thumb-post .thumb-post-info .date {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #555;
    display: flex;
    align-items: center;
    line-height: 1;
}

.thumb-post .thumb-post-info .date i {
    color: #ff9800;
    margin-right: 5px;
}

/*insta Post*/

.insta-post {
    text-align: center;
}

.insta-post li {
    display: inline-block;
    padding: 2px;
    width: 32.4%;
}

/*Tags*/

.tags li {
    display: inline-block;
}

.tags li a {
    background-color: #eee;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    color: #555;
    padding: 3px 15px;
    margin: 0 3px 10px 0;
    border-radius: 5px;
}

.tags li a:hover {
    background-color: #ff9800;
    color: #fff;
}

/*Pagination*/
.pagination-wrap li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #555;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.pagination-wrap li a:hover,
.pagination-wrap li a.active {
    background-color: #ff9800;
    border: 1px solid #ff9800;
    color: #fff;
}

/*===================================================
    10 Project Section
====================================================*/
.project-section {
    position: relative;
}

.project-section .bg-shape {
    background-image: url(../img/project-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 60%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.project-item {
    padding: 0 10px;
    overflow: hidden;
}

.project-thumb {
    position: relative;
}

.project-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: translateY(100%);
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.project-item:hover .project-content {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.project-content h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.project-content h3 a {
    color: #fff;
}

.project-content h3 a span {
    position: relative;
    z-index: 1;
    padding: 5px 10px;
}

.project-content h3 a span:first-child {
    display: block;
}

.project-content h3 a span:before {
    background-color: #ff9800;
    width: calc(100% - 0px);
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.project-carousel {
    padding-bottom: 100px;
}

.project-carousel .slick-arrow {
    background-color: #fff;
    color: #ff9800;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    border: none;
}

.project-carousel .slick-arrow:hover {
    background-color: #ff9800;
    color: #fff;
}

.project-carousel .slick-arrow.prev {
    margin-left: -55px;
}

.project-carousel .slick-arrow.next {
    margin-right: -55px;
}

.project-filter {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-filter li {
    color: #9F9F9F;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

.project-filter li:not(:last-of-type) {
    margin-right: 30px;
}

.project-filter li.active {
    color: red;
}

.project-filter li span {
    display: block;
}

.project-filter li span .active {
    color: red;
}

/*===================================================
    11 Counter Section
====================================================*/
.counter-section {
    margin-top: -180px;
}

.counter-wrap {
    background-image: linear-gradient(to right, #526be5, #5661e3, #5c57e1, #634bdd, #6b3ed9);
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 10px;
}

.counter-wrap:before {
    background-image: url(../img/counter-shape01.png);
    content: '';
    width: 354px;
    height: 290px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.counter-wrap:after {
    background-image: url(../img/counter-shape02.png);
    content: '';
    width: 354px;
    height: 290px;
    position: absolute;
    top: 0;
    right: 0;
}

.counter-content {
    padding-left: 40px;
}

.counter-content h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.counter-content h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

/*===================================================
    12 CQ Section
====================================================*/
.cq-box {
    position: relative;
}

.cq-box img {
    width: 100%;
}

.cq-content {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cq-content span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.cq-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.cq-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.cq-list {
    margin-bottom: 40px;
}

.cq-list li {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 17px;
}

.cq-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cq-list li i {
    margin-right: 10px
}

.contact-list li:not(:last-of-type) {
    margin-bottom: 20px;
}

.list-icon {
    display: flex;
    align-items: top;
}

.list-icon i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.list-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px 32px;
}

.list-icon h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.cq-content .default-btn.btn-4 {
    background-color: transparent;
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
}

.cq-content .default-btn.btn-4:hover {
    background-color: #fff;
    color: #1C1C1C;
}

.booking-form-2 {
    background-color: #EFEFEF;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.booking-form-2 .form-group {
    position: relative;
}

.booking-form-2 .form-group i {
    color: #979797;
    font-size: 14px;
    position: absolute;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-form-2 .send-btn {
    background-color: #ff9800;
    width: 100%;
    height: 55px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.booking-form-2 .send-btn span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-right: 25px;
}

.booking-form-2 .send-btn span:before {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    right: -25px;
    top: 50%;
    font-size: 15px;
    transform: translateY(-50%);

}

.form-box.box-2 {
    width: 100%;
    padding: 40px;
}

.form-box.box-2 .form-group {
    padding: 0;
}

.form-box.box-2 .form-control {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400;
    padding-left: 60px;
}

.form-box.box-2 .select-cat:focus,
.form-box .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.booking-form-2 .form-control.address {
    height: 140px;
    margin-bottom: 30px;
    padding: 15px 0 0 25px;
    margin-top: 20px;
}

.form-box.box-2 .select-cat {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    color: #979797;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    padding-left: 55px;
    border: none;
}

.form-box.box-2 .select-cat:focus {
    border: none;
}

/* CQ 2 */
.cq-2 .cq-content {
    background-color: rgb(13 115 117 / 61%);
}

/*===================================================
    13 Team Section
====================================================*/

.team-section .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-box {
    overflow: hidden;
}

.team-btn {
    color: #ff9800;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.team-btn i {
    padding-left: 10px;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
}

.team-content {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.team-box:hover .team-content {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.team-info h4 {
    color: #717171;
    margin-bottom: 0;
    font-weight: 400;
}

.team-info h3 {
    margin-bottom: 0;
}

.team-icon i {
    color: #ff9800;
    padding: 15px;
    border: 1px solid #ff9800;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.team-icon i:hover {
    background-color: #ff9800;
    color: #fff;
}

/* Team 2 */
.team-2 .team-content {
    background-color: #ff9800;
}

.team-2 .team-info h3,
.team-2 .team-info h4 {
    color: #fff;
}

.team-2 .team-icon i {
    color: #fff;
    border: 1px solid #fff;
}

.team-2 .team-icon i:hover {
    background-color: #fff;
    color: #ff9800;
}

/*===================================================
    14 Feature Section
====================================================*/
.feature-section {
    background-color: #fbfbfb;
}

.feature-box {
    background-color: #fff;
    padding: 40px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.feature-icon i {
    font-size: 60px;
    color: #ff9800;
    margin-bottom: 20px;
}

.feature-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.feature-content p {
    margin-bottom: 0;
}

.feature-box:hover {
    background-color: #ff9800;
}

.feature-box:hover .feature-icon i,
.feature-box:hover .feature-content h3,
.feature-box:hover .feature-content p {
    color: #fff;
}

/*===================================================
    15 Content Section
====================================================*/
.content-section {
    position: relative;
    overflow: hidden;
}

.content-section .bg-shape {
    background-image: url(../img/content-shape.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    width: 252px;
    height: 414px;
    position: absolute;
    bottom: -100px;
    left: -120px;
}

.content-section .container {
    position: relative;
}

.content-section .bg {
    background-image: linear-gradient(to right, #526ce5, #5662e3, #5d58e1, #644cde, #6c3ed9);
    position: absolute;
    border-radius: 0 6px 6px 0;
    width: 3000px;
    height: 100%;
    top: 0;
    right: 15px;
    z-index: -1;
}

.content-section .testi-item {
    background-color: transparent;
    box-shadow: none;
}

.content-section .review li i,
.content-section .testi-content p,
.content-section .testi-content h3,
.content-section .review li i {
    color: #fff;
}

.content-section .testi-meta h4 {
    color: #ddd;
}

.content-section .testi-icon i {
    background-color: #fff;
    color: #ff9800;
}

.content-section .testi-icon i:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.content-section .counter-content h4 {
    margin-bottom: 0;
}

/*===================================================
    16 Sponsor Section
====================================================*/
.sponsor-item img {
    opacity: 0.4;
    width: 160px;
}

.sponsor-item img:hover {
    opacity: 1;
}

.sponsor-carousel {
    padding: 45px 0;
    border: 1px dashed #CECECE;
    border-right: none;
    border-left: none;
}

.sponsor-carousel .slick-arrow {
    display: none !important;
}

/*===================================================
    17 Widget Section
====================================================*/
.widget-section {
    background-color: #ff9800;
}

.widget-box p {
    color: #fff;
    font-size: 16px;
}

.widget-title {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.widget-title h3 {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 1;
}

.widget-list li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.widget-list li:not(:last-of-type) {
    margin-bottom: 5px;
}

.widget-list li i {
    font-size: 16px;
    color: #fff;
    width: 10px;
    margin-right: 20px;
}

.widget-item li:not(:last-of-type) {
    margin-bottom: 8px;
}

.widget-item li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.widget-item li a:hover {
    color: #fff;
    opacity: 0.8;
}

.subscribe-form {
    position: relative;
    margin: 15px 0;
}

.widget-box p {
    color: #fff;
    margin-bottom: 20px;
}

.subscribe-form .form-control {
    background-color: #ff9800;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    display: block;
    padding-left: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

.subscribe-form button {
    color: #8D9AD8;
    font-size: 26px;
    display: inline-block;
    line-height: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe-form input::-webkit-input-placeholder,
.subscribe-form textarea::-webkit-input-placeholder {
    color: #8D9AD8 !important;
}

.subscribe-form input:-moz-placeholder,
.subscribe-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #8D9AD8 !important;
}

.subscribe-form input::-moz-placeholder,
.subscribe-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #8D9AD8 !important;
}

.subscribe-form input:-ms-input-placeholder,
.subscribe-form textarea:-ms-input-placeholder {
    color: #8D9AD8 !important;
}

.widget-btn {
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.widget-btn a {
    color: #ff9800;
}

/* widget 2 */
.widget-2 {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top-widget-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

.widget-header h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 0;
}

.widget-header h2:before {
    background-color: #fff;
    content: '';
    width: 2px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 120px;
}

.widget-contact h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.widget-contact h3 span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    display: block;
}

.top-widget-wrap .default-btn.btn-4 {
    background-color: transparent;
    text-align: center;
    border: 1px solid #fff;
}

.top-widget-wrap .default-btn.btn-4:hover {
    background-color: #fff;
    color: #1C1C1C;
}

.widget-btn-2 {
    text-align: right;
}

.widget-btn-2 .default-btn i {
    font-size: 13px;
    padding-left: 10px;
}

.widget-wrap {
    border-top: 2px dashed #CECECE;
    padding-top: 70px;
}

.widget-content.text-left img {
    width: 170.37px;
}

.widget-2 .widget-content p {
    color: #CECECE;
    margin: 30px 0;
}

.widget-social li {
    display: inline-block;
    margin-right: 5px;
}

.widget-social li i {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.widget-social li i:hover {
    background-color: #ff9800;
    transform: translateY(-3px);
}

.widget-2 .widget-title h3 {
    color: #fff;
}

.widget-2 .widget-item li a {
    color: #CECECE;
}

.widget-2 .widget-item li a:hover {
    color: #fff;
}

.wt-subscribe-form {
    position: relative;
    margin: 15px 0;
}

.widget-box p {
    color: #fff;
}

.wt-subscribe-form {
    margin-right: 100px;
}

.wt-subscribe-form .form-control {
    display: block;
    background-color: #fff;
    color: #111;
    border-radius: 5px;
    padding: 15px 13px;
    margin: 30px 0;
    width: 100%;
    height: 70px;
    outline: none;
    box-shadow: none;
}

.wt-subscribe-form button {
    background-image: linear-gradient(to right, #536ce5, #5762e3, #5c58e1, #634cdd, #6a3fd9);
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 12px;
    top: 50%;
    padding: 3px 20px;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: all .3s ease-in-out;
}


/*=====================================================
    18 FAQ Section
======================================================*/
.faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid #C5C5C5;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
}

.accordion-header:focus {
    border: none;
}

.accordion-item .accordion-button {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
}

.accordion-item .accordion-button[aria-expanded="true"] {
    color: #ff9800;
}

.accordion-button:focus {
    box-shadow: none;
}

/*=====================================================
    19 Footer Section
======================================================*/
.footer-section {
    background-color: #ff9800;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px dashed #fff;
}

.footer-section p {
    margin-bottom: 0;
    color: #fff;
}

.footer-3 a {
    color: #717171 !important;
}

.footer-section a {
    font-family: "Roboto", sans-serif; 
    color: #232021;
    font-size: 15px;
    margin-bottom: 0;
}

.footer-3,
.footer-2 {
    background-color: #fff;
}

.footer-2 .footer-content {
    flex-direction: column;
    text-align: center;
    border-top: none;
}

.footer-2 .footer-content a {
    color: #1c1c1c;
    margin-bottom: 0;
}
.widget-btn:hover {
    background: #262022;
}
.map-wrapper {
    margin-bottom: -10px;
}