/*!
Theme Name: ocean
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: ocean
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.

ocean 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: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

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

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

h2 {
    font-size: 32px;
    font-weight: 700;
}

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: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: 20px;
}

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*/
.loader{
        position: fixed;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:none;
}
.loader img{
     
  display: block;
    width: 200px;
    margin: 17% auto;
}
.modal-content .heading-center{
        font-weight: 700;
    color: #0057a4;
    text-transform: uppercase;
        margin: 0;
    padding: 0;
}
#getPDF{
    padding:0px;
}
.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: block;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.heading small {
    display: block;
    font-size: 16px;
    color: #0a6fb6;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;

}

.heading small a {
    color: inherit;
}


.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: #1967ac !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: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
}

.btn-secondry {
    background: #EA413A;
    background: linear-gradient(319deg, rgba(234, 65, 58, 1) 0%, rgba(171, 17, 122, 1) 49%, rgba(53, 86, 166, 1) 87%);
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    background: #EA413A;
    background: linear-gradient(75deg, rgba(234, 65, 58, 1) 0%, rgba(171, 17, 122, 1) 49%, rgba(53, 86, 166, 1) 87%);
    color: #fff;
}

.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: auto;
    padding: 0 30px;
    z-index: 10;
}

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


/*navigationBarWrapper*/

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

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #5c3410;
    border-bottom: solid 1px #eee;
}

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

.facebook {
    background: #3a559f;
}

.twitter {
    background: #1c9deb;
}

.linkedin {
    background: #0077b5;
}

.googleplus {
    background: #d54d40;
}

.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: 20px;
}

.tophead-menu-social ul li:first-child {
    border-left: solid 1px #fff;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 8px 5px;
    border-right: solid 1px #fff;
    float: left;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.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 i {
    background: #0a6fb6;
    color: #fff;
    border-color: transparent;
}



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

.navigationBarScroll .logo-dark {
    display: block;
}

.navigationBarScroll .logo-light {
    display: none;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 75px;
    position: fixed;
    padding: 0;
    transition: all 500ms;
}

.navigationBar .container {
    /* border-bottom: 1px solid #fff; */
}

/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 3px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 70px;
    padding-left: 20px;
    position: relative;
    transition: all 500ms;
}

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

.navbar-collapse {
    float: right;
    padding-right: 0;
    /*padding-left: 75px;*/
}

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

.navbar-collapse .btn-secondry {
    margin-top: 30px;
}

/*navbar-collapse*/

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

}

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

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: 16px;
}



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color:#fff !important;
}
.navigationBarScroll .navbar-collapse>ul>li:hover>a{
    color:#0057a4 !important;
}
.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

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

@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>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: #000;
    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 {
    background: #fff;
}

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

.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: #0a6fb6;
    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: #ffffff;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #0a6fb6;
}

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

/*navigationBarScroll*/

.navigationBarScroll {
    /* height: 80px; */
    position: fixed;
    background: #fff;
}



.navigationBarScroll .navbar-collapse>ul>li {
    /* height: 80px;
line-height: 80px; */
    color: #555;
}

.navigationBarScroll .container {
    border-bottom: 1px solid transparent;
}

/* --  */

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

/* --  */

/*bannerSection*/

.bannerSection {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* -----box-section --------- */
.box-section {
    /* position: relative; */
    width: 100%;
    clear: both;
    /* overflow: hidden; */
    /* background-color: #e3e3e3; */
    background: #e3e3e3;
    margin-top: -50px;
    padding-bottom: 40px;
}

.box-row {
    padding: 0 60px;
}

.box {
    padding: 0 10px;

}

.box .box-img {
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.box .box-img:hover {
    transform: translateY(-10px);
    filter: drop-shadow(13px 30px 15px rgba(0, 0, 0, 0.2));
}



/* about-section */
.about-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 0px 0 0px;
    background: #e3e3e3;
}

.about-section img {
    width: 100%;
}



.about-txt p {
    text-align: justify;
    color: #000;
}

.about-txt {
    padding-top: 80px;
}


.about-txt p span {
    color: #0057a4;
}

/* services-section  */
.services-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 70px;
    background: #fff;
}

.service-head h2 {
    text-align: center;
    color: #0057a4;
}

.service-head span {
    display: block;
    font-weight: 400;
    color: #000;
}

.services-section .service-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    /* box-shadow: 0 0 13px 2px #0000001a; */
}

.service-icon {
    width: 25%;
    /* background: #0057a4; */
    border-radius: 4px;
}

.service-txt {
    padding-left: 10px;
    width: 70%;
}

.service-txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 00px;
}

.services-section .service-box h4 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 700;
    color: #0057a4;
    text-transform: capitalize;
}




/*mediaGallery*/
.mediaGallery {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0px 0 0 0;
}

.mediaGallery .col-sm-3 {
    padding: 0;
}

.media-img {
    display: block;
    width: 100%;
    float: left;
    background: #000;
    overflow: hidden;
    position: relative;
}

.media-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-in-out;
    filter: grayscale(100%);
}

.media-img:hover img {
    filter: grayscale(0%);
}

.elementor-lightbox .elementor-lightbox-image {
    border-radius: 12px !important;
}



/* -------clients------------ */
.clients {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 40px 45px;
    background-color: #fff;
}

.clients .section-header h2 {
    text-align: center;
    color: #0057a4;
}


.clients .section-header h2 span {
    font-weight: 400;
    color: #000;
}


.client-logo {
    /* border: 1px solid #ccc; */
    text-align: center;
    margin: 10px;
}

.client-slide-box {
    margin: 0 0px;
}

.client-logo img {
    padding: 0 20px;
    /* filter: grayscale(95%); */
    transition: filter 0.3s ease;
    /* opacity: 0.6; */
}

.client-logo img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* ----------------------------------- */
/* Custom Styles for the Stats Section */
.section-padding {
    padding: 80px 0;
}

.stats-bg {
    background: #0057a4;
    position: relative;
    background: #e3e3e3;
    height: 450px;
    overflow: hidden;
}
.stats-bg .containerWrapper{
    padding-right: 0px;
}
.stats-bg .containerWrapper .stat-col{
    padding-right: 0px;
}
.stats-content-wrapper{
    background: url(assets/images/stat-bg.jpg);
    background-position: right;
    padding: 110px 45px 110px 15px;
    height:450px;
}
/*.stats-bg::before{
    content: '';
    position: absolute;
    top: 0;
    height: 28vh;
    width: 100%;
    background: #e3e3e3;
    opacity: 1;
}*/

.stats-bg .carousel-inner .item .lead {
    min-height: 110px;
    margin-bottom: 0;
}

.stats-bg .carousel-indicators {
    position: static;
    text-align: left;
    margin: 30px 0 0 0;
    padding-left: 0;
    width: 100%;
}


.slide-content p.lead {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}


.stats-text-block {
    text-align: center;
}

.section-padding {
    padding: 60px 0;
}


.slide-content {
    margin-bottom: 10px;
}



.stats-box-1 {
    margin: 0 50px;
}

.stats-block {
    text-align: center;
    padding: 15px 5px;
}
.stats-block {
    /*border-left: 1px solid #fff;*/
}
.stats-box-1 .col-md-4:first-child .stats-block {
    /*border-left: none;*/
}
.stats-text-block h2 {
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.stats-text-block h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
}



/*----------test--------*/

.testimonials {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
}

#testionial-slider .col-pad {
    padding: 0 15px;
}

.testi-card {
    position: relative;
    background-color: #0057a4;
    border-radius: 30px;
    padding: 50px 30px;
    margin: 30px 0 35px 0;
    height: auto;
}
.testi-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0057a4;
}

.testi-card .box-review i {
    color: #F3BA0E;
    font-size: 14px;
    margin-right: 3px;
}

.testi-card p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0;
    text-align: justify;
}

.testi-card .box-wrapp {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.testi-card .box-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.testi-card .box-author {
    max-width: 50px;
    border-radius: 14px;
    overflow: hidden;
}

.testi-card .box-author img {
    border-radius: 14px;
}

.box-info .box-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
}

.box-info p {
    margin-bottom: 0;
    border-bottom: 2px solid #0057a4;
    display: inline-block;
    font-weight: 400;
}

.box-info {
    font-size: 14px;
    font-weight: 400;
}

.box-info {
    text-align: left;
    padding-left: 15%; /* Aligning with the quote pointer */
}
.author-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.author-title {
    font-size: 14px;
    color: #6c757d;
    border-bottom: 2px solid #007bff; /* Blue line under the title */
    display: inline-block;
    padding-bottom: 5px;
}
.test-icon{
    padding: 10px;
    background: #e3e3e3;
    position: absolute;
    top: -30px;
    left: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.test-icon-bottom{
    bottom: -30px;
    right: 40px;
    left: unset;
    top: unset;
}
.quote-icon {
    width: 50px;
    height: 50px;
    background: gray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
/* --------  */



/* -----  */

/* Gradient Band Section */
.gradient-band {
    background: linear-gradient(to right, #004b07 0%, #00b62a 50%, #006a30 100%);
    background: url(assets/svg/green_bgg.jpg);
    padding: 50px 0px;
    position: relative;
    overflow: visible;
}

.broucher h2{
    text-align: center;
    color:#fff;
    font-size: 52px;
    font-weight: 300;
}
.broucher h2 span{
    font-weight: bold;
}
.footer-upper{
    position: absolute;
    width: 100%;
    clear: both;
    margin-top: -40px;
    background: transparent;
    padding-bottom: 0;
}

.footer-upper .btn-img img{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-upper .btn-img img:hover{
    transform: translateY(-10px);
    filter: drop-shadow(18px 36px 23px #000);
}
/* Bottom Section 
    .bottom-section {
        background: #f5f5f5;
        padding: 80px 20px 40px;
        text-align: center;
    }

    .bottom-section h3 {
        color: #333;
        margin-bottom: 20px;
    }


    /* ============ footer-section ============== */
footer {
    padding: 80px 0 30px 0;
    color: #555;
    background: #000;
}

footer .footer-logo {
    padding-top: 40px;
}

footer .footer-logo img {
    max-width: 65%;
}


footer h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

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

footer ul li {
    margin-bottom: 4px;
}

footer ul li a {
    color: #fff;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #0095d6;
    text-decoration: none;
}

footer .contact-info {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 30px;
}

footer .contact-info a {
    color: #fff;
}
footer .contact-info a:hover {
    color: #0095d6;
    text-decoration: none;
}
footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    margin: 0 2px 0 0;
    /* height: 32px; */
    /* border-radius: 50%; */
    /* background-color: #f0f0f0; */
    color: #555;
    transition: all 0.3s;
}

footer .social-icons a img {
    filter: brightness(0) saturate(0%) invert(100%) sepia(5%) saturate(0) hue-rotate(200deg) brightness(94%) contrast(85%);
    transition: filter 0.3s ease;
}

footer .social-icons a:hover img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(88%) saturate(2476%) hue-rotate(171deg) brightness(95%) contrast(101%);
}

/*
.social-fb:hover {
    background-color: #3b5998;
}

.social-ig:hover {
    background-color: #e4405f;
}

.social-tw:hover {
    background-color: #000;
}

.social-li:hover {
    background-color: #0077b5;
} */

.color-dots {
    text-align: right;
    margin-right: 45px;
}

/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    box-shadow: 0 0 13px 2px #0000001a;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #0057a4;
    border-radius: 100px;
    z-index: 200;
}

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



/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 0px;
        background: transparent;
    }

    .navbar-brand {
        margin-bottom: 0;
    }

    .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;
        color: #333;
    }



    .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: 12px;
        font-size: 15px;
    }

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

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

}


@media (max-width: 767px) {
    .navigationBar {
        background: transparent;
    }
    .stats-block {
        border-left: none;
    }
    .navigationBarScroll {
        background: #fff;
    }
    .navigationBarScroll .logo-light {
        display: none;
    }

    .navbar-collapse{
        background: #fff;
    }

    .broucher a {
        width: 35%;
        padding: 0;
    }
    .broucher h2 {
        font-size: 32px;
    }
    .stats-bg {
        padding: 50px 0 0px 0;
        height: auto;
        overflow: hidden;
    }
    .stats-bg .containerWrapper {
        padding: 0;
    }
    .stats-content-wrapper {
        padding: 20px 0;
        height: auto;
    }
    .stats-block {
        margin-bottom: 0;
        padding: 0;
    }
    .stats-box-1 {
        padding: 0 20px;
        margin: 0 10px;
    }
    .stats-text-block h2 {
        font-size: 35px;
    }
    .stats-text-block h3 {
        font-size: 17px;
    }

    .stats-bg .containerWrapper .stat-col {
        padding: 0;
    }


    .testimonials {
        position: relative;
        width: 100%;
        padding: 0 0 50px 0;
    }
    .slide-content p.lead {
        padding: 0 25px;
    }

    .about-section .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .d-flex {
        display: grid;
    }



    .containerWrapper {
        padding: 0 15px;
    }
    .bannerSectionContainer video{
        width: 135%;
    }
    .navbar-brand img {
        padding-left: 0px;
    }
    /*    .navigationBar {
            position: relative;
        }*/
    .navbar-collapse>ul>li:hover>a,
    .navbar-collapse>ul>li.active>a {
        background: transparent !important;
        color:#000 !important;
    }
    .tophead {
        text-align: center;
    }

    .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;
    }

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

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

    .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;
    }


    .container {
        padding: 0 20px;
    }

    .bannerSection {
        height: auto;
    }


    .nav-tabs>li>a:before {
        width: 0;
    }

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

    .navbar-collapse .btn-secondry {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .clients{
        padding: 40px 15px !important;
    }
}

@media (max-width: 768px) {

    .box-row {
        padding: 0;
    }
    .testi-card::after {
        bottom: -17px;
    }

    .box {
        margin-bottom: 15px;
        justify-content: space-around;
        text-align: center;
        display: flex;
    }

    .box .box-img {
        width: 85%;
    }



    .services-section .service-box h4 {
        font-size: 16px;
    }

    .service-icon {
        width: 25%;
    }

    .service-txt {
        width: 75%;
    }

    .client-logo img {
        padding: 0 00px;
        /* filter: grayscale(95%); */
        transition: filter 0.3s ease;
        /* opacity: 0.6; */
    }

    .box-section {
        padding: 20px 0;
    }
    .footer-upper {
        margin-top: -40px;

    }
    footer .contact-info {
        font-weight: 600;
        font-size: 17px;
    }
    footer .social-icons a {
        width: 24px;
    }
    .service-head h2 {
        font-size: 22px;
    }

    #stats-text-content p {
        margin-top: 30px;
    }

    .btn-img{
        display: flex;
        justify-content: center;
    }
    .btn-img img {
        width: 65%;
        margin-bottom: 15px;
    }

    .gradient-band {
        /* height: 110px; */
        padding: 20px  0;
    }

    .whatsapp-button {
        bottom: -40px;
        right: 50px;
    }

    .whatsapp-button {
        right: 20px;
        bottom: -75px;
        width: 85px;
        height: 85px;
    }

    footer .footer-logo {
        padding: 0 0 50px;
    }

    .color-dots {
        margin-bottom: 25px;
        margin-right: 18px;
    }

    footer ul {
        margin-bottom: 20px;
    }
    footer {
        padding: 140px 0 30px 0;
    }

    .about-txt {
        padding-top: 20px;
    }


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

@media (min-width: 768px) and (max-width: 1024px) {
    .stats-box-1 {
        padding: 0 20px;
        margin: 0 140px;
    }
    .navigationBar {
        background: transparent;
    }
    .navigationBarScroll {
        background: #fff;
    }
    .navigationBarScroll .logo-light {
        display: none;
    }

    .navbar-collapse{
        background: #fff;
    }


    /*    .logo-dark {
            display: block !important;
        }*/

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

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bannerSection {
        height: auto;
        padding-top: 30px;
    }

    .about-txt {
        padding-top: 0;
    }

    .about-section .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .services-section .service-box h4 {
        font-size: 20px;
    }

    .service-icon {
        width: 30%;
        text-align: center;
    }

    .stats-box-1 .stats-block {
        /*border-left: 1px solid #fff;*/
    }
    .stats-box-1 .col-md-4:first-child .stats-block {
        /*border-left: none;*/
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }



    .navbar-collapse {
        border-top: 1px solid #eee;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: #fff;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }


    .stats-bg {
        padding: 50px 0 0px 0;
        height: auto;
        overflow: hidden;
    }
    .stats-bg .containerWrapper {
        padding: 0;
    }
    .stats-content-wrapper {
        padding: 20px 0;
        height: auto;
    }
    .stats-block {
        margin-bottom: 0;
        padding: 0;
    }
    .stats-box-1 {
        padding: 0 20px;
    }
    .stats-text-block h2 {
        font-size: 35px;
    }
    .stats-text-block h3 {
        font-size: 17px;
    }

    .stats-bg .containerWrapper .stat-col {
        padding: 0;
    }
    .testimonials {
        position: relative;
        width: 100%;
        padding: 0 0 50px 0;
    }
    .slide-content p.lead {
        padding: 0 25px;
    }

}



/*----*/


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

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.top-0 {
    top: 0px;
}
.sticky {
    position: sticky;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
}
.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: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0057a4;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;

    display: none;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

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



/*.gallery-item {
    animation: Zoomin .9s;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    @include transform-style(preserve-3d);
    color: #111;
    z-index: 1;
}

@keyframes Zoomin {
    from {
        @include transform-origin(50% 50%);
        @include transform(scale(.90));
        opacity: 0;
        @include box-shadow(rgba(0, 0, 0, .8) 0px 0px 50px inset);
    }
    to {
        opacity: 1;
        @include transform(scale(1));
        @include box-shadow(rgba(0, 0, 0, 0) 0 0 0 inset);
    }
}*/

/* Base hidden state */
.elementor-image-gallery .gallery-item {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s ease forwards;
}

/* Animate each item with delay */
.elementor-image-gallery .gallery-item:nth-child(1) {
    animation-delay: 0.2s;
}
.elementor-image-gallery .gallery-item:nth-child(2) {
    animation-delay: 0.4s;
}
.elementor-image-gallery .gallery-item:nth-child(3) {
    animation-delay: 0.6s;
}
.elementor-image-gallery .gallery-item:nth-child(4) {
    animation-delay: 0.8s;
}
.elementor-image-gallery .gallery-item:nth-child(5) {
    animation-delay: 1s;
}
.elementor-image-gallery .gallery-item:nth-child(6) {
    animation-delay: 1.2s;
}

/*.elementor-image-gallery .gallery-item:nth-child(1) { animation-delay: 0.2s; }
.elementor-image-gallery .gallery-item:nth-child(2) { animation-delay: 0.4s; }
.elementor-image-gallery .gallery-item:nth-child(3) { animation-delay: 0.6s; }
.elementor-image-gallery .gallery-item:nth-child(4) { animation-delay: 0.8s; }
.elementor-image-gallery .gallery-item:nth-child(5) { animation-delay: 1s; }
.elementor-image-gallery .gallery-item:nth-child(6) { animation-delay: 1.2s; }
.elementor-image-gallery .gallery-item:nth-child(7) { animation-delay: 1.4s; }
.elementor-image-gallery .gallery-item:nth-child(8) { animation-delay: 1.6s; }
.elementor-image-gallery .gallery-item:nth-child(9) { animation-delay: 1.8s; }
.elementor-image-gallery .gallery-item:nth-child(10) { animation-delay: 2s; }
.elementor-image-gallery .gallery-item:nth-child(11) { animation-delay: 2.2s; }
.elementor-image-gallery .gallery-item:nth-child(12) { animation-delay: 2.4s; }
.elementor-image-gallery .gallery-item:nth-child(13) { animation-delay: 2.6s; }
.elementor-image-gallery .gallery-item:nth-child(14) { animation-delay: 2.8s; }
.elementor-image-gallery .gallery-item:nth-child(15) { animation-delay: 3s; }
.elementor-image-gallery .gallery-item:nth-child(16) { animation-delay: 3.2s; }
.elementor-image-gallery .gallery-item:nth-child(17) { animation-delay: 3.4s; }
.elementor-image-gallery .gallery-item:nth-child(18) { animation-delay: 3.6s; }
.elementor-image-gallery .gallery-item:nth-child(19) { animation-delay: 3.8s; }
.elementor-image-gallery .gallery-item:nth-child(20) { animation-delay: 4s; }
.elementor-image-gallery .gallery-item:nth-child(21) { animation-delay: 4.2s; }
.elementor-image-gallery .gallery-item:nth-child(22) { animation-delay: 4.4s; }
.elementor-image-gallery .gallery-item:nth-child(23) { animation-delay: 4.6s; }
.elementor-image-gallery .gallery-item:nth-child(24) { animation-delay: 4.8s; }
.elementor-image-gallery .gallery-item:nth-child(25) { animation-delay: 5s; }
.elementor-image-gallery .gallery-item:nth-child(26) { animation-delay: 5.2s; }
.elementor-image-gallery .gallery-item:nth-child(27) { animation-delay: 5.4s; }
.elementor-image-gallery .gallery-item:nth-child(28) { animation-delay: 5.6s; }
.elementor-image-gallery .gallery-item:nth-child(29) { animation-delay: 5.8s; }
.elementor-image-gallery .gallery-item:nth-child(30) { animation-delay: 6s; }
.elementor-image-gallery .gallery-item:nth-child(31) { animation-delay: 6.2s; }
.elementor-image-gallery .gallery-item:nth-child(32) { animation-delay: 6.4s; }
.elementor-image-gallery .gallery-item:nth-child(33) { animation-delay: 6.6s; }
.elementor-image-gallery .gallery-item:nth-child(34) { animation-delay: 6.8s; }
.elementor-image-gallery .gallery-item:nth-child(35) { animation-delay: 7s; }
.elementor-image-gallery .gallery-item:nth-child(36) { animation-delay: 7.2s; }
.elementor-image-gallery .gallery-item:nth-child(37) { animation-delay: 7.4s; }
.elementor-image-gallery .gallery-item:nth-child(38) { animation-delay: 7.6s; }
.elementor-image-gallery .gallery-item:nth-child(39) { animation-delay: 7.8s; }
.elementor-image-gallery .gallery-item:nth-child(40) { animation-delay: 8s; }
.elementor-image-gallery .gallery-item:nth-child(41) { animation-delay: 8.2s; }
.elementor-image-gallery .gallery-item:nth-child(42) { animation-delay: 8.4s; }
.elementor-image-gallery .gallery-item:nth-child(43) { animation-delay: 8.6s; }
.elementor-image-gallery .gallery-item:nth-child(44) { animation-delay: 8.8s; }
.elementor-image-gallery .gallery-item:nth-child(45) { animation-delay: 9s; }
.elementor-image-gallery .gallery-item:nth-child(46) { animation-delay: 9.2s; }
.elementor-image-gallery .gallery-item:nth-child(47) { animation-delay: 9.4s; }
.elementor-image-gallery .gallery-item:nth-child(48) { animation-delay: 9.6s; }
.elementor-image-gallery .gallery-item:nth-child(49) { animation-delay: 9.8s; }
.elementor-image-gallery .gallery-item:nth-child(50) { animation-delay: 10s; }*/


/* Keyframes for fade + move */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

#clientSlider .owl-stage {
    display: flex !important;
    will-change: transform;
}

#clientSlider .owl-stage:hover {
    animation-play-state: paused; /* Optional: pause on hover */
}


.client-slide-box {
    overflow: hidden;
    width: 100%;
}

.client-slider-track {
    display: flex;
    width: fit-content;
    animation: scroll-infinite 40s linear infinite;
}

.client-slide {
    flex: 0 0 auto;
    width: 200px;
    padding: 0 15px;
}

.client-slide img {
    width: 100%;
    height: auto;
    opacity: 1;
    /*    transition: opacity 0.3s;*/
}

.client-slide img:hover {
    opacity: 1;
}

@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.client-slider-track:hover {
    animation-play-state: paused;
}
