/*!
Theme Name: United-Solutions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: united-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

United-Solutions is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */


@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}
li{
    font-family: "Nunito Sans", sans-serif;
}
a{
    font-family: "Nunito Sans", sans-serif;
}
html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    padding-top: 37px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.headd {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.headd span {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #763500 !important;
}

.btn-secondry {
    background: #763500 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: 100%;
    padding: 0 45px;
    z-index: 10;
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

/**********My css**********/


/*navigationBarWrapper*/

.tophead-menu-left {
    padding: 8px 0;
}

.socialLinks .fa-brands {
    background: #c3b077;
    border-radius: 50px;
    transition: 0.8s;
}

.socialLinks .fa-brands:hover {
    background: #FFF;
    color: #000;
}


.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 12px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 0;
}






.tophead-menu-social ul li i {
    padding: 0 8px 0 5px;
}


.tophead-menu-social ul li {
    /* background: #fdbc46; */
    margin: 3px 5px;
    /* border-radius: 100px; */
    font-size: 18px;
    display: inline-block;
    list-style-type: none;
    padding: 10px 15px;
    float: left;
    /* color: #3e2e32; */
    /* color: #fff; */
    transition: 0.8s;
}

.tophead-menu-social ul li:nth-child(1) {
    border-right: 2px solid #fff;
}



.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

/* .tophead-menu-social ul li a:hover {
    color: #fff;
} */


.navigationBarWrapper {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    /* background: #1a1a1a; */
    /* background-color: #fdbc46; */
    color: #fff;
    /* background: #005680; */
    background: #005680;
    /* background: linear-gradient(135deg, #005680, #257fa6, #fdbc46); */

    /* background: linear-gradient(122deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    /* border-bottom: solid 1px #eee; */
}

.tophead-menu-social ul li a {
    display: inline-block;
    color: #fff;
    border-radius: 5px !important;
}

/*navigationBar*/
.navigationBar {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    /* default position */
    background: #fdbc46;
    padding: 0;
    z-index: 1000;
    /* keep it above other content */
    transition: all 0.3s ease;
}

.navigationBar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* optional */

}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    /* margin-top: 17px; */
    height: auto;
    padding: 0;
    position: absolute;
    /* top: -50px; */
}

.navbar-brand img {
    width: 300px;
    position: relative;
    /* background: #fff; */
    /* border-radius: 100px; */
    /* padding: 10px; */
    /* box-shadow: 0 0 13px 2px #0000001a; */
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/


.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 13px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 18px;
}

/* .navbar-collapse>ul>li:last-child {
    margin: 12px 0;
    height: 52px;
    line-height: 54px;
}

.navbar-collapse>ul>li:last-child a {
    background: #fdbc46;
    color: #fff !important;
    border-radius: 6px;
}

.navbar-collapse>ul>li:last-child a i {
    padding-left: 10px;
}

.navbar-default .navbar-nav>li:last-child a:hover,
.navbar-default .navbar-nav>li:last-child a:focus {
    color: #333;
    background-color: #83799b;
} */



.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

@media (min-width: 767px) {
    .navbar-collapse>ul>li:hover>ul {
        display: block;
    }
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul {
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #005680;
    z-index: 10;
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}


.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    white-space: normal;
    transition: all 300ms ease-in-out;
}



.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
    background: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background-color: #d5b272;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #000;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}


/* .navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
} */

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}



/*bannerSection*/

.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    text-align: center;
    padding-top: 50px;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    /* background: #000; */
    z-index: 1;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(9, 9, 121, 0) 63%);
}

/*.banner-section::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 100px;
        background: linear-gradient(135deg, #005680, #257fa6, #fdbc46);

        clip-path: polygon(0 0, 100% 100%, 0 100%);
        z-index: 11;
}*/

.banner-img {
    position: relative;
}


.banner-img img {
    width: 100%;
    position: relative;
}

.banner-txt {
    position: absolute;
    width: 40%;
    top: 40%;
    text-align: left;
    line-height: normal;
    color: white;
    letter-spacing: normal;
    padding: 20px 20px 20px 45px;
    z-index: 99;
}



.banner-txt h1 {
    font-size: 62px;
    letter-spacing: normal;
    text-transform: capitalize;
    /* color: #1a1a1a; */
    margin: 0 0 10px 0;
    /* background: linear-gradient(160deg, rgba(253, 188, 70, 1) 19%, rgba(0, 86, 128, 1) 100%); */
    color: #fdbc46;
    /* -webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.banner-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 0 20px;
    color: #fff;
}

/* .banner-txt a {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 100px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 black;
}

.banner-txt a:hover {
    background-color: #f2ce8a;
    color: #000;
    transition: 0.6s;
} */
.banner-txt a {
    font-size: 16px;
}

.banner-txt a img {
    width: 30px;
}

/* 

/*carouselWithArrows*/



#bannerSlider .owl-controls {
    position: absolute !important;
    bottom: 2% !important;
    /* width: 300px !important; */
    width: auto !important;
    right: 50px;
    margin: 0;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 7px !important;
    margin: 3px !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}


.road-sec {
    width: 100%;
    position: relative;
    background: url(assets/images/road_repeat.jpg)repeat center;
    padding: 25px;
    z-index: 1;
}


/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    /* overflow: hidden; */
    padding: 80px 0 120px;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    /* background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    /* background: url(../images/banner_slider_2.jpg) center fixed no-repeat; */
    background-size: cover;
}

.aboutsection::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100px;
    background: linear-gradient(-135deg, #005680, #257fa6, #fdbc46);

    /* clip-path: polygon(0 100%, 100% 0, 100% 100%); */
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    z-index: 11;
}


/* .aboutsection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
} */

.aboutsection .shape-1 {
    position: absolute;
    right: 40px;
    bottom: -24px;
    z-index: 99;
    width: 10%;
}



.about-boxx .section-header {
    text-align: left;
    margin-bottom: 0px;
}

.about-boxx .section-header h2 {
    margin-bottom: 10px;
    /* color: #005680; */
    color: #fdbc46;
}

/* .about-boxx {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px -6px #000;
    border-radius: 20px;
    display: flex;
    align-items: center;
} */

.about-img {
    position: relative;
    /* filter: drop-shadow(2px 4px 6px black); */
    background: linear-gradient(280deg, #005680, #257fa6, #fdbc46);

    /* border: 7px solid #df8e4d; */
    padding: 5px;
    position: relative;
    top: -22px;
    left: -22px;
    border-radius: 15px;
}

.about-border {
    background: #fff;
    border-radius: 15px;
}

.about-img-box {
    position: relative;
    top: 0px;
    left: 0px;
}

.about-img img {
    border-radius: 8px;
    /* box-shadow: 20px 20px 0px 0px #1a1a1a; */
}



.abouttxt h2 {
    padding: 0 0 8px 0;
    margin: 0;
}


.abouttxt h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.abouttxt h6 {
    color: #494848;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.abouttxt p {
    color: #222;
    text-align: justify;
}

.about-btn {
    margin: 18px 0 0 0;
    background: #fdbc46;
}


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


.section-header {
    text-align: left;
    margin-bottom: 60px;
}


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

/* Services Section */
.services-section {
    padding: 80px 0 100px;
    background-color: #f8f9fa;
    background: url(assets/images/tour-background.jpg);
    position: relative;
}

.services-section .shape-1 {
    position: absolute;
    left: 40px;
    bottom: -24px;
    z-index: 99;
    width: 10%;
}

.services-section .section-header h2 {
    /* color: #1a1a1a; */
    color: #fdbc46;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

.services-section .section-header {
    /* margin-bottom: 25px; */
    text-align: center;
}

.service-box {
    /*background-color: white;*/
    background-color: #005680;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.3s;
}

.service-box P {
}

.services-section .btn-view {
    /* background: #fdbc46; */
    background: #005680;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-box i {
    font-size: 45px;
    /* color: #fdbc46; */
    color: #fdbc46;
    margin-bottom: 20px;
}

.service-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}



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


.btn-view {
    display: inline-block;
    padding: 10px 20px;
    background: #fdbc46;
    background: #005680;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

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


/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fdbc46;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 14px;
    }

    .product-img {
        height: 180px;
    }
}







/* Responsive Adjustments */
@media (max-width: 767px) {

    .section-header h2 {
        font-size: 26px;
        padding-top: 0px;
    }

}






/* brand-section */
.brand-section {
    position: relative;
    width: 100%;
    padding: 30px 0 50px;
    /* overflow: hidden; */
    background: #fff;
}

.brand-section .section-header {
    margin-bottom: 25px;
    text-align: center;
}

.brand-section .section-header h2 {
    color: #005680;
}

.brand-box {
    margin: 20px 40px;
    border: 1px solid #ececec;
    /* box-shadow: 0px 0px 24px -17px #9e9e9e; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
}

.brand-box img {
    filter: grayscale(0);
    aspect-ratio: 4 / 2;
    background-color: white;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.brand-box img:hover {
    filter: grayscale(1);
}

.brand-section .shape-1 {
    position: absolute;
    left: 40px;
    bottom: -24px;
    z-index: 99;
    width: 10%;
}


/* end brand-section */

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

.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
    background: url(assets/images/main_mission_bg.jpg) center scroll no-repeat;
    background-size: cover;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
}

#testionial-slider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#testionial-slider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #fdbc46;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#testionial-slider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #fdbc46;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.testimonials .section-header {
    text-align: center;
}

.testimonials .section-header .subtitle {
    max-width: 800px;
    margin: 0 auto;
}

.testimonials .section-header h2 {
    color: #fff;
}

.testimonials .section-header p {
    color: #fff;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 13px;
    margin: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #005680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.testimonial-content {
    margin-bottom: 10px;
    padding: 0 20px;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

.testimonial-footer {
    border-top: 1px solid #eee;
    padding: 5px 20px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    width: 100%;
}

.author-image {
    width: 120px;
    /* height: 60px; */
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #ffcb08;
}



.author-info h4 {
    font-size: 20px;
    color: #000;
    margin: 5px 0 5px;
    font-weight: 600;
}

.author-info span {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.rating {
    color: #ffcb08;
    font-size: 14px;
}

.rating i {
    margin-right: 2px;
}



/* ------------------------ */
.map-section {
    position: relative;
    clear: both;
    overflow: hidden;
}


/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #999;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
    /* background: url(../images/test-bg-2.jpg) no-repeat;
background-position: center; */
}

/* .footer::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #222;
    opacity: 0.9;
} */
.footer-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
}

.footer-social {
    /* margin-top: 20px; */
}

.footer-logo {
    /* margin-bottom: 20px; */
}

.footer-logo img {
    height: 100px;
}

.footer-logo h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-logo h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fdbc46;
}

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

.footer-links h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fdbc46;
}

.footer-contact-info h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-contact-info h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fdbc46;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #999;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: #fdbc46;
    text-decoration: none;
    padding-left: 5px;
}

.footer-contact-info p {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-contact-info p a {
    color: #999;
    transition: all 0.3s;
}

.footer-contact-info p a:hover {
    color: #fdbc46;
    text-decoration: none;
    padding-left: 5px;
}

.footer-contact-info i {
    color: #fdbc46;
    margin-right: 4px;
    width: 20px;
    text-align: center;
}



.footer-social a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s;
}

.footer-social a:hover {
    background-color: #fdbc46;
    transform: translateY(-5px);
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    margin-top: 40px;
    text-align: center;
}



.footer-bottom p a {
    color: #999;
}


.footer-bottom p a:hover {
    color: #fff;
}







/**********scrollUp**********/
.scrollup {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #fdbc46;
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}


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

.social-media-links {
    display: block;
    position: fixed;
    top: 37%;
    right: 0;
    z-index: 99;
    transition: all 500ms;
}

.social-media-links ul {
    margin: 0;
    padding: 0;
}

.social-media-links ul li {
    display: block;
    clear: both;
}

.social-media-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.social-media-links ul li a span {
    display: none;
}

.social-media-links ul li a i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    transition: all 500ms;
    position: relative;
    right: 10px;
}

.social-media-linksScrolled {
    right: 0;
}

.social-media-linksScrolled ul li a {
    opacity: 1;
    text-shadow: none;
    font-size: 16px;
}

.social-media-linksScrolled ul li a i.fa-facebook-f {
    background: #3a589e;
    transition: all 300ms;
}

.social-media-linksScrolled ul li a i.fa-phone-alt {
    background: #fdbc46;
    transition: all 500ms;
}

.social-media-linksScrolled ul li a i.fa-linkedin-in {
    background: #0b75b3;
    transition: all 700ms;
}

.social-media-linksScrolled ul li a i.fa-google-plus-g {
    background: #e1493b;
    transition: all 900ms;
}

.social-media-linksScrolled ul li a i.fa-pinterest {
    background: #bf2025;
    transition: all 1100ms;
}

.social-media-linksScrolled ul li a i.fa-instagram {
    background: #e4405f;
    transition: all 1100ms;
}

.social-media-linksScrolled ul li a i.fa-whatsapp {
    background: #00e676;
    transition: all 1100ms;
}

.social-media-linksScrolled ul li a i {
    right: 0;
}

.social-media-linksScrolled ul li a:hover i {
    background: #fff;
    color: #4285f4;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
}



/* -------------------------- */
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}




/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    /*font-weight: bold;*/
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color:  #005680;
}
.breadcrumb span a {
    font-weight: normal;
    color:  #005680;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#fdbc46;
    color:  #005680;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last {
    font-weight: 600 !important;
    /*color: #005680 !important;*/
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */




/* ============ media query ============== */

@media (min-width: 1920px) {
    .navbar-collapse>ul>li>a {
        /* font-size: 17px; */
    }
    span {
        font-size: 18px !important;
    }
}


@media screen and (max-width: 1800px) {

    .navbar-brand img {
        width: 160px;
    }

    .navbar-collapse>ul>li>a {
        font-size: 12px;
    }

    .navigationBar {
        height: 55px;
    }

    .navbar-collapse>ul>li {
        height: 55px;
        line-height: 55px;
    }

    .tophead-menu-social ul li {
        font-size: 12px;
    }
    .banner-txt {
        top: 35%;
    }

    .banner-txt h1 {
        font-size: 42px;
    }

    .banner-txt p {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 15px;
    }

    a {
        font-size: 14px;
    }

    h2 {
        font-size: 38px;
    }

    .btn-view {
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .service-box h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .author-info span {
        font-size: 14px;
    }

    .footer-contact-info p {
        font-size: 14px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
    input{
        font-size: 14px;
    }
    textarea{
        font-size: 14px;
    }
}


@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .banner-section {
        padding-top: 0px;
    }



    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}


@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 16px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}


@media (max-width : 768px) {

    .innerBannerSection {
        height: 108px;
    }
    .innerBannerSection .head {
        top: 40px;
    }
    .innerBannerSection h1 {
        font-size: 24px !important;
    }
    .social-media-links {
    }

    .d-flex {
        display: grid;
        /* justify-content: center;
align-items: center; */
    }

    .navbar-collapse>ul>li:last-child {
        margin: auto;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li:last-child a {
        background: none;
        color: #000 !important;
        border-radius: 6px;
    }

    .navbar-default .navbar-nav>li:last-child a:hover,
    .navbar-default .navbar-nav>li:last-child a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-collapse>ul>li>ul>li>ul {
        display: contents;
        visibility: unset;
        opacity: 0;
    }


    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
    }

    .navbar-brand img {
        width: 260px;
        position: relative;
        padding: 5px;
        box-shadow: 0 0 0px 0px #0000001a;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #005680;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;
    }


    .navbar-brand {
        top: -7px;
    }



    .navigationBar.fixed {
        /* position: fixed; */
        top: 0;
        height: 58px;
    }

    .navigationBar.fixed .containerWrapper {
        background: #fdbc46;
    }

    .navigationBar.fixed .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 10px;
        margin-bottom: 14px;
    }


    .navigationBar.fixed .navbar-brand {
        top: 0;
    }

    .navigationBar.fixed .navbar-brand img {
        width: 180px;
        padding: 0;
    }

    .navigationBarWrapper {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }


    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 10px;
    }

    .container {
        padding: 0 20px;
    }

    .scrollup {
        width: 45px;
        height: 45px;
        line-height: 52px;
        text-align: center;
        opacity: 0.9;
        position: fixed;
        bottom: 15px;
        right: 5px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

    .svg-wrapper {
        height: 57px;
    }

    .banner-txt {
        top: 5%;
        width: 80%;
        padding: 13px 15px;
        left: 0;
    }

    .banner-section::after {
        bottom: -9px;
        height: 51px;
        border-top: 50px solid transparent;
        /* display: none; */
        background: linear-gradient(135deg, #005680, #f5b644, #fdbc46);
    }

    #bannerSlider .owl-controls {
        bottom: 3% !important;
        right: 10px;
    }

    #bannerSlider .owl-controls .owl-page span {
        width: 12px !important;
        height: 6px !important;
    }

    .banner-txt h1 {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 13px;
        line-height: normal;
        padding: 0 0 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
    }

    .aboutsection::before {
        content: '';
        bottom: 0;
        display: none;
        width: 100%;
        height: 50px;
    }

    .btn-view {
        padding: 6px 20px;
        font-size: 14px;
    }

    .aboutsection .shape-1 {
        width: 22%;
        right: 20px;
    }

    .about-boxx {
        padding: 10px 0 10px;
        height: auto;
        display: grid;
    }

    .about-img {
        position: relative;
        left: 0;
        top: 0px;
    }

    .about-boxx .section-header h2 {
        margin: 25px 0 10px;
    }

    .about-img-box {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .about-img {
        padding: 4px;
    }


    /* ------------about------------ */
    .aboutsection {
        position: relative;
        /* overflow: hidden; */
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 40px 0px 50px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        /* padding: 20px; */
    }

    .abouttxt p {
        color: #494848;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }

    .services-section {
        padding: 50px 0 50px;
    }

    .services-section .shape-1 {
        position: absolute;
        left: 15px;
        bottom: -24px;
        z-index: 999;
        width: 17%;
    }

    .test-box {
        text-align: center;
        padding: 20px 10px;
    }

    .testimonials .section-header {
        text-align: center;
        margin-bottom: 25px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-prev {
        position: absolute;
        left: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-next {
        position: absolute;
        right: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div {
        bottom: 11vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .author-info span {
        font-size: 14px;
    }

    .author-info h4 {
        font-size: 18px;
    }

    .brand-box {
        margin: 20px 49px;
    }


    .abouttxt h2 {
        font-size: 32px;
    }


    .service-head h2 {
        font-size: 32px;
    }


    .blog-txt h2 {
        font-size: 32px;
    }

    .blog-txt h3 {
        font-size: 28px;
    }


    .svg-wrapper {
        height: 80px;
    }

    .brand-head h2 {
        font-size: 32px;
    }


    .footer-social {
        margin-bottom: 25px;
        text-align: center;
    }
    .testimonial-content strong{
        font-size: 16px;
    }
    .author-info p{
        font-size: 12px;
    }

    .footer-top {
        margin-bottom: 30px;
        padding-bottom: 0px;
        text-align: center;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
        line-height: 45px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-contact-info p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .footer-logo h3 {
        font-size: 18px;
    }

    .footer-links h3 {
        font-size: 18px;
    }

    .footer-contact-info h3 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    a {
        font-size: 15px;
    }

}

/*table responsive*/
@media (max-width : 768px){
    table td{
        font-size: 14px;
    }
}
