body{
    overflow-x: hidden;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------Loader section ---------------------------------------- */
/* ----------------------------------------------------------------------------------- */
#loader-board{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 111;
    width: 100%;
    height: 100vh;
    background: #000927;
}
#loader-board .d-flex{
    margin: -20px 0 0 0;
}

.j{
    font-size: 70px;
    animation: bouncej .8s ease-in-out;
    color: rgb(12, 70, 161);
    font-weight: 900;
}
.p{
    font-size: 70px;
    animation: bouncep 1.2s ease-in-out;
    color: rgb(12, 70, 161);
    font-weight: 900;
}
.a{
    font-size: 70px;
    animation: bouncea 1s ease-in-out;
    color: rgb(12, 70, 161);
    font-weight: 900;
}
#loader-board p:nth-child(1){
    font-size: 20px;
    color: white;
    animation: land1 .41s ease-in-out;
}
#loader-board p:nth-child(2){
    font-size: 20px;
    color: white;
    animation: land1 1.2s ease-in-out;
}
#loader-board p:nth-child(3){
    font-size: 20px;
    color: white;
    animation: land1 .5s ease-in-out;
}
#loader-board p:nth-child(4){
    font-size: 20px;
    color: white;
    animation: land1 1.6s ease-in-out;
}
#loader-board p:nth-child(5){
    font-size: 20px;
    color: white;
    animation: land1 1.1s ease-in-out;
}
#loader-board p:nth-child(6){
    font-size: 20px;
    color: white;
    animation: land1 .57s ease-in-out;
}
#loader-board p:nth-child(7){
    font-size: 20px;
    color: white;
    animation: land1 2.2s ease-in-out;
}
#loader-board p:nth-child(8){
    font-size: 20px;
    color: white;
    animation: land1 1.4s ease-in-out;
}
#loader-board p:nth-child(9){
    font-size: 20px;
    color: white;
    animation: land1 2.6s ease-in-out;
}
#loader-board p:nth-child(10){
    font-size: 20px;
    color: white;
    animation: land1 .8s ease-in-out;
}

@keyframes bouncej {
  0% { transform: translateY(-100vh); }
  10% { transform: translateY(0vh); }
  30% { transform: translateY(-20vh); }
  50% { transform: translateY(0vh); }
  70% { transform: translateY(-10vh); }
  85% { transform: translateY(0vh); }
  90% { transform: translateY(-4vh); }
  100% { transform: translateY(0vh); }
}
@keyframes bouncep {
  0% { transform: translateY(-100vh); }
  10% { transform: translateY(0vh); }
  30% { transform: translateY(-20vh); }
  50% { transform: translateY(0vh); }
  70% { transform: translateY(-10vh); }
  85% { transform: translateY(0vh); }
  90% { transform: translateY(-4vh); }
  100% { transform: translateY(0vh); }
}
@keyframes bouncea {
  0% { transform: translateY(-100vh); }
  10% { transform: translateY(0vh); }
  30% { transform: translateY(-20vh); }
  50% { transform: translateY(0vh); }
  70% { transform: translateY(-10vh); }
  85% { transform: translateY(0vh); }
  90% { transform: translateY(-4vh); }
  100% { transform: translateY(0vh); }
}
@keyframes land1 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land2 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land3 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land4 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land5 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land6 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land7 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land8 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land9 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
@keyframes land10 {
    from { transform: translateX(-300px); opacity: 0;}
    to { transform: translateX(0px); opacity: 1;}
}
#myDiv {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: .5s;
  animation-name: animatebottom;
  animation-duration: .5s;
  display: none;
}
@-webkit-keyframes animatebottom {
  from { opacity:0 } 
  to { opacity:1 }
}


@keyframes animatebottom { 
  from{ opacity:0 } 
  to{ opacity:1 }
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */





.btn-primary{
    background: #000927;
    border: 1px solid #000927;
}
.btn-primary:hover{
    background: rgb(12, 70, 161);
    border: 1px solid rgb(12, 70, 161);
}

p, li, small, body, div{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    /* line-height: 1.6rem; */
}
button, .btn, a{
    font-size: 13px !important;
}


.slide-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
/* Different directions */
.from-left {
  transform: translateX(-100px);
}
.from-right {
  transform: translateX(100px);
}
.from-bottom {
  transform: translateY(100px);
}
/* Active state triggers the animation */
.slide-in.visible {
  opacity: 1;
  transform: translate(0, 0);
}

#contacttop{
    height: 70px;
    width: 100%;
    background: #efefef;
}
body.dark #contacttop{
    background: #000927;
}
body.dark{
  background: #00040f;
  color: white;
}

/* Top Nav */
nav .links a{
    text-decoration: none;
    color: rgb(12, 70, 161);
    font-size: 13px;
    transition: .2s ease-in-out;
}
nav .links a:hover{
    transform: scale(1.2);
}
.topnavbar small span{
  font-size: 9px !important;
}
body.dark .topnavbar{
  background: #00040f !important;
  color: white !important;
}
body.dark nav .links a{
    color: #efefefab;
}


/* ----------------------------------------------------------------------------------- */
/* ------------------------------------navbar sticky---------------------------------- */
/* ----------------------------------------------------------------------------------- */
.navbar{
    background: #000927;
    z-index: 2000;
    width: 100%;
}
.stick{
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: bounceDown 0.8s ease-in-out;
}
/* Bounce keyframes */
@keyframes bounceDown {
    0%   { transform: translateY(-100%); }
    60%  { transform: translateY(20px); }
    80%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
.navbar .navbar-brand img{
    width: 40px;
}
 .nav-link.active{
    border-bottom: 1px solid rgba(245, 245, 245, 0.678);
}
.dropdown-menu{
    border-radius: 0px;
    width: 500px;
    left: -120px !important;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}
@media (max-width: 1265px){
    .dropdown-menu{
        left: -190px !important;
    }
}
@media (max-width: 766px){
    .dropdown-menu{
        width: 100%;
    }
}
.dropdown-menu .mainservice ul{
    padding-left: 14px;
}
.dropdown-menu .mainservice a{
    text-decoration: none;
    color: black;
}
.dropdown-menu .mainservice li{
    list-style-type: circle;
    margin: 5px 0;
}
.dropdown-menu .mainservice li a{
    opacity: .8;
}
.dropdown-menu .mainservice li a:hover{
    color: #01175e;
}
.breadcrumb{
    display: flex;
    justify-content: center;
    margin: 0;
}
.breadcrumb li{
    color: #ffffffde;
    font-weight: 700;
}
.breadcrumb a{
    text-decoration: none !important;
    color: rgb(12, 70, 161);
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------------- */
/* ------------------------------ Hero Section----------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.hero {
    width: 100%;
    min-height: 82vh;
    position: relative;
    overflow: hidden !important;
}
.hero .overlay{
    width: 100%;
    min-height: 200vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #000927;
    opacity: .8;
    z-index: 1;
}
.hero .over{
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden !important;
}
.hero .over img{
    width: 100%;
    min-height: 130vh;
    left: 0;
    object-fit: fill;
}
.hero #carousel{
    min-height: 80vh;
    width: 100%;
}

.hero #carousel .row .col-md-7, .hero #carousel .row .col-md-5{
    z-index: 11 !important;
}
.hero #carousel .col-md-5 img{
    max-height: 80vh;
}
.hero #carousel .hero-inner{
    display: flex;
    align-items: center;
}
.hero #carousel .hero-inner .hero-caption{
    text-align: left;
    padding-left: 50px;
}
.hero #carousel .hero-inner .hero-caption h1{
    font-size: 50px;
    border-left: 4px solid rgb(12, 70, 161);
    padding: 0 0 0 30px;
    font-weight: 700;
    color: rgb(12, 70, 161);
}
.hero #carousel .hero-inner .hero-caption p{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: .7;
    color: #efefefab;
}
.hero #carousel .hero-inner .hero-caption .p{
    color: rgb(12, 70, 161);
    font-size: 35px;
    opacity: 1 !important;
}
.quote-btn{
    background: rgb(12, 70, 161);
    color: #ffffffde;
    border: 0px;
    padding: 10px 25px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
}
.quote-btn:hover{
    animation: hover .3s ease-in-out !important;
    color: #ffffffde;
}
.btn-learn-more{
    background: #ffffffde;
    color: rgb(12, 70, 161);
    border: 0px;
    padding: 15px 35px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
}
.btn-learn-more:hover{
    animation: hover .3s ease-in-out !important;
    color: #ffffffde;
    background: rgb(12, 70, 161);
}
.btn-quote{
    background: rgb(12, 70, 161);
    color: #ffffffde;
    border: 0px;
    padding: 15px 35px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 20px;
}
.btn-quote:hover {
    background: #ffffffde;
    color: rgb(12, 70, 161);
    animation: hover .3s ease-in-out !important;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* -------------------------------modal form ----------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.modal {
    z-index: 2001 !important;
}
#getquotemodal form .form-control{
    background: #efefefab !important;
    border: none !important;
    box-shadow: none;
    outline: none;
    color: #000c2ce8 !important;
}
body.dark #getquotemodal form .form-control{
    background: #000927e1 !important;
    color: #efefefab !important;
}
#getquotemodal form .btn{
    background: #000c2c !important;
    color: #efefefab !important;
}
body.dark #getquotemodal form .btn{
    background: #01175e !important;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

@media (max-width: 766px) {
    .hero .overlay{
        min-height: 90vh;
    }
    .hero{
        min-height: 90vh;
    }
    .hero .over{
        min-height: 140vh;
    }
    .hero .over img{
        width: auto !important;
        justify-self: center;
    }
    .hero #carousel{
        min-height: 90vh;
    }
    .hero #carousel .col-md-5 img{
        max-height: 40vh;
    }
    .hero #carousel .hero-inner .hero-caption{
        padding-left: 20px;
    }
    .hero #carousel .hero-inner .hero-caption h1{
        font-size: 30px;
        border-left: 3px solid white;
        padding: 0 0 0 20px;
    }
    .hero #carousel .hero-inner .hero-caption p{
        font-size: 25px;
    }
    .hero #carousel .hero-inner .hero-caption .p{
        font-size: 25px;
    } 
    p, .btn, li, div{
        font-size: 12px;
    }
    h1{
        font-size: 14px;
    }
}



/* ----------------------------------------------------------------------------------- */
/* ------------------------------card overlay----------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.card-overlay{
    background: #ffffffde;
}
body.dark .card-overlay{
    background: #00050f;
}
.card-overlay .text-heading h2{
    font-weight: 700;
    color: rgb(12, 70, 161);
    margin: 20px 0;
}
body.dark .card-overlay .text-heading h2{
    color: #ffffffde;
}
.card-overlay .servicescards .card{
    border-radius: 0px;
    transition: .2s;
    border: none;
    z-index: 1111 !important;
}
.card-overlay .servicescards .card:hover{
    border-right: 2px solid #000c2c;
    border-left: 2px solid #000c2c;
}
body.dark .card-overlay .servicescards .card{
    background: #00040f !important;
}
body.dark .card-overlay .servicescards .card:hover{
    border-right: 3px solid rgb(12, 70, 161);
    border-left: 3px solid rgb(12, 70, 161);
}
.card-overlay .servicescards .card .card-header{
    background: white !important;
}
body.dark .card-overlay .servicescards .card .card-header{
    background: #00040f !important;
    color: #efefefab !important;
}
.card-overlay .servicescards .card .card-header h2{
    font-weight: 500;
    color: rgb(12, 70, 161);
    font-size: 26px;
}
.card-overlay .servicescards .card .card-header p{
    font-weight: 300;
    opacity: .7;
    color: #000c2c;
    font-size: 16px;
    margin: 15px 0;
}
body.dark .card-overlay .servicescards .card .card-header h2{
    color: #efefefab;
}
body.dark .card-overlay .servicescards .card .card-header p{
    color: #efefefab;
}
.card-overlay .servicescards .card .cardbody{
    height: 150px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.card-overlay .servicescards .card .card-footer a{
    text-decoration: none;
    color: #000c2c;
    font-weight: 400;
    font-size: 15px;
    margin: 15px 0;
    display: flex;
}
.card-overlay .servicescards .card .card-footer a i{
    transition: .3s ease-in-out;
}
.card-overlay .servicescards .card .card-footer a:hover i{
    transform: translateX(10px);
    background: #000c2c;
    color: white;
}
body.dark .card-overlay .servicescards .card .card-footer a:hover i{
    transform: translateX(10px);
    color: #000c2c;
    background: white;
}
body.dark .card-overlay .servicescards .card .card-footer a{
    color: #efefefab;
}
.card-overlay .whatweoffer {
    margin-top: -120px;
    background: url(../images/background/What\ are\ Hosted\ Services\ and\ How\ it\ Revolutionizes\ Modern\ Business.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 160px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.card-overlay .whatweoffer .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1500vh;
    background: #000000d7;
    backdrop-filter: blur(2px);
}
.card-overlay .whatweoffer .whatweoffer-header{
    color: #ffffffde;
    z-index: 1;
}
.card-overlay .whatweoffer a{
    color: #ffffffde;
    background: rgb(12, 70, 161);
    border: 0px;
    padding: 15px 35px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
}
.card-overlay .whatweoffer a:hover{
    animation: hover .3s ease-in-out !important;
}
.card-overlay .whatweoffer .subservice .row .col-md-4{
    display: flex;
    color: white;
    z-index: 1;
    background: transparent;
}
.card-overlay .whatweoffer .subservice .row .col-md-4:hover{
    color: #000;
    background: #efefefab;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
body.dark .card-overlay .whatweoffer .subservice .row .col-md-4:hover{
    color: #efefefab;
    background: #00000080;
}
.card-overlay .whatweoffer .subservice .row .col-md-4 h2{
    font-weight: 400;
    color: rgb(12, 70, 161);
}
body.dark .card-overlay .whatweoffer .subservice .row .col-md-4 h2{
    font-weight: 400;
    color: white
}
.card-overlay .whatweoffer .row{
    width: 100%;
}
.card-overlay .whatweoffer .subservice .row .col-md-4 p{
    opacity: .7;
    font-weight: 400;
}
.card-overlay .whatweoffer .subservice .row .col-md-4 i{
    font-size: 30px;
    margin: 10px 20px 0 0;
    opacity: .7;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------- */
/* ------------------------------floating cards--------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.mainfloating{
    background: #efefefab;
}
body.dark .mainfloating{
    background: #00050f;
}
.mainfloating h2{
    font-size: 40px;
    font-weight: 400;
    color: rgb(12, 70, 161);
    margin: 30px 0;
}
body.dark .mainfloating h2{
    color: #efefefab;
}
.mainfloating .floatingcard{
    padding: 30px 0;
}
.mainfloating .floatingcard .floating {
    border-left: 2px solid #000c2c;
}
.mainfloating .floatingcard .floating:hover i {
    transform: scale(1.2);
}
body.dark .mainfloating .floatingcard .floating {
    border-left: 2px solid #efefefab;
}
.mainfloating .floatingcard .floating i{
    color: rgb(12, 70, 161);
    font-size: 30px;
    transition: .2s;
}
body.dark .mainfloating .floatingcard .floating i{
    color: #efefefab;
}
.mainfloating .floatingcard .floating .count{
    color: rgb(12, 70, 161);
    font-size: 40px;
    font-weight: 500;
}
.mainfloating .floatingcard .floating .lead{
    font-size: 18px;
    color: #000c2c;
    font-weight: 500;
}
body.dark .mainfloating .floatingcard .floating .count{
    color: #efefefab;
}
body.dark .mainfloating .floatingcard .floating .lead{
    color: #efefefab;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* ---------------------------------work done----------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.workdone .workdone-header a{
    color: #ffffffde;
    background: rgb(12, 70, 161);
    border: 0px;
    padding: 15px 35px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
}
.workdone .workdone-header a:hover{
    animation: hover .3s ease-in-out !important;
}
.workdone .workcard .cards{
    position: relative;
    height: 250px;
    border: 1px solid #ffffffde;
    overflow: hidden;
    padding: 0;
}
body.dark .workdone .workcard .cards{
    border: 1px solid #000c2c;
}
.workdone .workcard .cards .overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.075), #000c2cf3);
    background-size: cover;
    transition: .3s;
    z-index: 1;
}
.workdone .workcard .cards:hover .overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 100%;
    background: linear-gradient(to bottom, #000c2cf5, #000c2c);
    background-size: cover;
}
.workdone .workcard .cards img{
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    z-index: 0;
}
.workdone .workcard .cards .work-title{
    margin-bottom: 0px;
    color: white;
    width: 100%;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 10px;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* ----------------------------------grow business------------------------------------ */
/* ----------------------------------------------------------------------------------- */
.growbusiness{
    overflow: hidden;
    position: relative;
    background: url(../images/background/Finance\ and\ money\ technology\ background\ concept\ of\ business\ prosperity\ and\ asset\ _\ Premium\ Photo.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.growbusiness .overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: #000c2ce5;
    width: 100%;
    height: 1400px;
    z-index: 0;
}
.growbusiness .mainrow{
    z-index: 1111;
    position: relative;
    color: white;
}
.growbusiness h2{
    font-size: 40px;
    font-weight: 500;
    color: rgb(12, 70, 161);
}
body.dark .growbusiness h2{
    color: white;
}
.growbusiness h3{
    font-size: 45px !important;
    font-weight: 700;
}
.growbusiness form{
    background: #efefefab;
    padding: 40px 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}
body.dark .growbusiness form{
    background: #000c2c;
}
.growbusiness form h1{
    color: #000c2c;
    text-align: center;
    margin: 20px 0;
}
body.dark .growbusiness form h1{
    color: #efefefab;
}
.growbusiness form .form-control {
    border: none;
    background: #ffffffde !important;
    color: #000c2c;
}
body.dark .growbusiness form .form-control {
    background: #00081d !important;
    color: #efefefab;
}
.growbusiness form .btn {
    border: 1px solid;
    background: #000c2c !important;
    color: #efefef;
}
body.dark .growbusiness form .btn {
    background: #8d8d8d !important;
    color: #000c2c;
}
.growbusiness form .btn:hover {
    border: 1px solid;
    background: #01175e !important;
}
body.dark .growbusiness form .btn:hover {
    border: 1px solid;
    background: #aaaaaa !important;
    color: #000c2c;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* ------------------------------team section----------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.team-section {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.team-section h2 {
  font-size: 2.5rem;
  color: rgb(12, 70, 161);
}
body.dark .team-section h2 {
  color: rgb(255, 255, 255);
}
.team-section a {
  background: transparent;
  font-weight: 600;
  border: none;
  text-decoration: none;
  color: #000927;
}
body.dark .team-section a {
  color: white;
}
.team-section a i{
  margin-left: 10px;
  /* border: 1px solid #000927; */
  transform: translateX(-10px);
  transition: .3s ease-in-out;
}
.team-section a:hover i{
  background-color: #000927;
  color: white;
  transform: translateX(0px);
}
body.dark .team-section a:hover i{
  background-color: rgb(12, 70, 161);
  transform: translateX(0px);
}
.team-section .imgcontainer img {
  width: 100%;
} 
.team-section .team-member h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}
.modal .modal-body .mainrow {
    width: 100%;
    height: 100px;
    background: #000c2c;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 0px;
}
.modal .modal-body .content{
    margin-top: 80px;
}
.modal .modal-body .row .img-card{
    width: 150px;
    height: 150px;
    border: 3px solid #ffffffde;
    border-radius: 50%;
    margin-top: 20px;
    overflow: hidden;
    padding: 0px;
}
.modal .modal-body .row .img-card img{
    width: 150px !important;
}
.modal .modal-body .row .icon-card{
    width: 150px;
    color: #ffffffde;
}
.modal .modal-body .row .icon-card a{
    color: #ffffffde;
    text-decoration: none;
}
body.dark .modal .modal-content {
    background: #00040f !important;
    color: rgb(255, 255, 255) !important;
}

.directors h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: rgb(12, 70, 161);
}
body.dark .directors h2 {
  color: rgb(255, 255, 255);
}
.directors img {
  width: 150px;
  border-top-left-radius: 30%;
  border-top-right-radius: 30%;
}
.directors button {
  background: transparent;
  font-weight: 600;
  border: none;
  text-decoration: none;
  color: #000927;
}
body.dark .directors button {
  color: white;
}
.directors button i{
  margin-left: 10px;
  transform: translate(-10px);
  transition: .3s ease-in-out;
}
body.dark .directors button i{
    color: #efefef;
}
body.dark .directors button:hover i{
    background-color: rgb(12, 70, 161);
    transform: translate(10px);
}
.directors button:hover i{
    background-color: #000927;
    color: white;
    transform: translate(10px);
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* -----------------------------what client says-------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.clientstestimony img{
    width: 200px; 
    height: 200px;
}
.clientstestimony i{
    font-size: 20px;
    color: rgb(12, 70, 161);
}
.clientstestimony .fa{
    font-size: 50px;
}
.clientstestimony .carousel-control-prev{
    background: rgb(12, 70, 161);
    height: 35px;
    width: 35px;
    position: absolute !important;
    top: 20px;
    left: 70% !important;
}
.clientstestimony .carousel-control-next{
    background: rgb(12, 70, 161);
    height: 35px;
    width: 35px;
    position: absolute !important;
    top: 20px;
    left: 80% !important;
}
@media (max-width: 766px) {
    .clientstestimony img{
        width: 140px; 
        height: 140px;
    }
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */




/* --------------------------------about page----------------------------------------- */
/* --------------------------------about banner -------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.aboutbanner{
    position: relative;
    width: 100%;
    height: 40vh;
    background: url(../images/background/about\ banner.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

@media (max-width: 470px) {
    .growbusiness h3{
        font-size: 40px;
        font-weight: 300;
    }
}
@media (max-width: 576px) {
    .workdone .workcard .cards img{
        position: absolute;
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .mainfloating .floatingcard .floating:nth-child(1) {
        border-left: 2px solid #000c2c;
    }
    .mainfloating .floatingcard .floating:nth-child(2) {
        border-left: 2px solid #000c2c;
    }
    .mainfloating .floatingcard .floating:nth-child(3) {
        border-top: 2px solid #000c2c;
    }
    .mainfloating .floatingcard .floating:nth-child(4) {
        border-top: 2px solid #000c2c;
    }
    body.dark .mainfloating .floatingcard .floating:nth-child(3) {
        border-top: 2px solid #efefef;
    }
    body.dark .mainfloating .floatingcard .floating:nth-child(4) {
        border-top: 2px solid #efefef;
    }
}


/* ----------------------------------------------------------------------------------- */
/* ------------------------------about section---------------------------------------- */
/* ----------------------------------------------------------------------------------- */
body.dark #about{
    background: #00040f !important;
}
#about .text .text-heading h2{
    border-bottom: 1px solid rgb(12, 70, 161);
    border-top: 1px solid rgb(12, 70, 161);
    color: rgb(12, 70, 161);
    font-size: 40px;
    padding: 5px;
    width: 300px;
}
body.dark #about .text .text-heading h2{
    border-bottom: 1px solid #efefefab;
    border-top: 1px solid #efefefab;
    color: #efefefab;
}
#about .col-md-5{
    display: flex;
    perspective: 100px;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#00040f, rgb(248,249,250), rgb(248,249,250));
}
#about .col-md-5 div{
    width: 130px;
    height: 300px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: 0px 0px 10px 1px !important;
    background-color: white;
}
body.dark #about .col-md-5 {
    background: #00040f !important;
}
body.dark #about .col-md-5 div {
    box-shadow: 0px 0px 10px #efefefab !important;
}
#about .col-md-5 div:nth-child(2){
    justify-content: center;
}
#about .col-md-5 div:nth-child(3){
    justify-content: end;
}
#about .col-md-5 div:nth-child(1):hover img{
    transform: translateX(-50px);
}
#about .col-md-5 div:nth-child(3):hover img{
    transform: translateX(50px);
}

#about .col-md-5 div:hover img{
    transform: scale(.8);
}

#about .col-md-5 div:nth-child(2){
    margin-bottom: -80px;
}
#about .col-md-5 div img{
    height: max-content;
    transition: 1s;
}

#about .why-us ul li:nth-child(odd){
    background: #000927;
    list-style-type: none;
    padding: 10px;
    color: whitesmoke;
    transition: .3s;
    transform: translate(-25px);
    flex-direction: row-reverse;
}
#about .why-us ul li:nth-child(odd):hover{
    background: #01175e;
    list-style-type: none;
    padding: 10px;
    color: whitesmoke;
    transform: scale(1.05) translate(-25px);
}
#about .why-us ul li:nth-child(even){
    background: rgb(12, 70, 161);
    list-style-type: none;
    padding: 10px;
    color: whitesmoke;
    transition: .3s;
}
#about .why-us ul li:nth-child(even):hover{
    background: rgb(16, 89, 206);
    list-style-type: none;
    padding: 10px;
    color: whitesmoke;
    transform: scale(1.05);
}
.video-container {
  position: relative;
  width: 100%;
  max-height: 500px;
}
.video-container video {
  width: 100%;
  display: block;
  object-fit: fill !important;
}
.video-container button {
  position:absolute;
  bottom: 20px;
  left: 20px;
  font-size: 50px;
  padding: 20px 24px;
  border-radius: 50%;
  background: #ffffff7c;
  color: #00081d;
  box-shadow: none !important;
  outline: none !important;
}
.meet-team {
    position: relative;
    background: url('../images/background/connect.jpg');
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.meet-team .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 1550vh;
    background: rgba(0,0,0,0.8);
}
body.dark .meet-team .overlay{
    background: #00040ff5;
}
.meet-team .row{
    position: relative;
    color: whitesmoke;
}
.meet-team h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: rgb(12, 70, 161);
}
body.dark .meet-team h2 {
  color: #ffffffde;
}
.meet-team .text {
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 20px;
}
.meet-team .text p{
  opacity: .6;
}
body.dark #advisorycard {
    background: #00071a !important;
}
.partners .container .row img{
    width: 70px;
    margin: 0 0px 10px 5px;
}

@media (max-width: 768px) {
  .team-member {
    padding: 15px;
  }
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* ----------------------------------service section --------------------------------- */
/* ----------------------------------------------------------------------------------- */
body.dark #service{
    background: #00040f !important;
}
#service h2{
    border-bottom: 1px solid rgb(12, 70, 161);
    border-top: 1px solid rgb(12, 70, 161);
    color: rgb(12, 70, 161);
    font-size: 40px;
    font-weight: 200;
    padding: 5px;
    text-align: end;
    margin: 20px 0 30px 0;
}
body.dark #service h2{
    border-bottom: 1px solid #ffffffde !important;
    border-top: 1px solid #ffffffde !important;
    color: #ffffffde !important;
}
body.dark #service .btn{
    background: #ffffffde !important;
    color: #000927 !important;
}
#service .col-md-7 .row .col-md-5{
    border-left: 2px solid #000927;
    border-top: 2px solid #000927;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
}
body.dark #service .col-md-7 .row .col-md-5{
    background: rgb(12, 70, 161);
    box-shadow: 0px 0px 15px #000927 !important;
}
#service .col-md-7 .row .col-md-5:hover{
    animation: hover .3s ease-in-out;
}


@keyframes bouncing {
  0% { transform: scale(1.1) }
  25% { transform: scale(1) }
  50% { transform: scale(1.07) }
  75% { transform: scale(1) }
  100% { transform: scale(1.02) }
}
@keyframes hover {
  0% { transform: rotateZ(5deg) rotateY(-5deg); }
  25% { transform: rotateZ(0deg) rotateY(-5deg); }
  50% { transform: rotateZ(6deg) rotateY(7deg); }
  75% { transform: rotateZ(-3deg) rotateY(-5deg); }
  100% { transform: rotateZ(0deg) rotateY(0deg); }
}

@keyframes floating {
  0% { left: 10%; top: 10%; }
  14.2% { left: 80%; top: 80%; }
  28.4% { left: 10%; top: 40%; }
  42.6% { left: 40%; top: 10%; }
  56.8% { left: 80%; top: 40%; }
  71% { left: 40%; top: 80%; }
  100% { left: 10%; top: 10%; }
}

@keyframes floating2 {
  0% { left: 10%; top: 10%; }
  14.2% { left: 40%; top: 10%; }
  28.4% { left: 80%; top: 40%; }
  42.6% { left: 80%; top: 80%; }
  56.8% { left: 40%; top: 80%; }
  71% { left: 10%; top: 40%; }
  100% { left: 10%; top: 10%; }
}

@media (max-width: 766px) {
    .servicebanner, .aboutbanner, .projectbanner{
        height: 25vh !important;
    }
    .servicebanner .banner-inner, .aboutbanner .banner-inner, .projectbanner .banner-inner{
        height: 25vh !important;
    }
}


.servicebanner{
    position: relative;
    width: 100%;
    height: 40vh;
    background: url(../images/background/service\ banner.jpg);
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}
.servicebanner .overlay, .aboutbanner .overlay, .projectbanner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300vh;
    background: rgba(1, 7, 44, 0.85);
}
.servicebanner .banner-inner, .aboutbanner .banner-inner, .projectbanner .banner-inner{
    position: relative;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 111;
}
.servicebanner h1, .aboutbanner h1, .projectbanner h1{
    color: rgb(12, 70, 161);
    font-weight: 600;
    padding-bottom: 0px !important;
}
.servicecards{
    transition: .4s;
    text-align: center;
    display: flex;
    align-items: center;
    background: #000927;
    color: whitesmoke;
}
.servicecards:hover{
    animation: hover .3s ease-in-out;
    cursor: pointer;
}

#service .col-md-7 .row .col-md-5:nth-child(even){
    border: none;
    border-right: 2px solid rgb(12, 70, 161);
    border-bottom: 2px solid rgb(12, 70, 161);
    border-radius: 5px;
    position: relative;
}
body.dark #service .col-md-7 .row .col-md-5:nth-child(even){
    background: #000927;
}
#service .col-md-7 .row .col-md-5:nth-child(odd) .service-icon  {
    position: absolute;
    top: -17px;
    left: -10px;
    font-size: 13px;
    color: #ffffffde;
    background: #000927;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#service .col-md-7 .row .col-md-5:nth-child(even) .service-icon {
    position: absolute;
    bottom: -17px;
    right: -10px;
    font-size: 13px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffffde;
    background: rgb(12, 70, 161);
}

#consulting .service-header, #oilgas .service-header, #logistics .service-header{
    padding: 20px;
}
#consulting .service-header h2, #oilgas .service-header h2, #logistics .service-header h2{
    font-weight: 700;
    color: rgb(12, 70, 161);
    text-shadow: 2px 0 7px black;
    font-size: 60px;
}
body.dark #consulting .service-header h2, body.dark #oilgas .service-header h2, body.dark #logistics .service-header h2{
    color: #efefefab;
    text-shadow: 2px 0 7px #01175e;
}
#consulting .card, #oilgas .card, #logistics .card {
    border: none;
}
#consulting .card-body, #oilgas .card-body, #logistics .card-body {
    padding: 0 !important;
    padding-bottom: 30px !important;
}
body.dark #consulting .card-body, body.dark #oilgas .card-body, body.dark #logistics .card-body {
    background: #00081d;
}
#consulting .card-body .heading, #oilgas .card-body .heading, #logistics .card-body .heading{
    position: relative;
}
#consulting .card-body .heading i, #oilgas .card-body .heading i, #logistics .card-body .heading i{
    position: absolute;
    top: -40px;
    border: 4px solid rgb(12, 70, 161);
    padding: 14px 36px;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    color: rgb(12, 70, 161);
}
body.dark #consulting .card-body .heading i, body.dark #oilgas .card-body .heading i, body.dark #logistics .card-body .heading i{
    border: 4px solid #ffffffde;
    background: #000927;
    color: #ffffffde;
}
#consulting .card-body a, #oilgas .card-body a, #logistics .card-body a{
    width: 160px;
    margin: 0 auto;
    color: rgb(12, 70, 161) !important;
}
body.dark #consulting .card-body a, #oilgas .card-body a, #logistics .card-body a{
    color: white;
}
#consulting .card-body a i, #oilgas .card-body a i, #logistics .card-body a i{
    background: white;
    color: rgb(12, 70, 161);
    transform: translateX(-30px);
    transition: .3s ease-in-out;
}
body.dark #consulting .card-body a i, body.dark #oilgas .card-body a i, body.dark #logistics .card-body a i{
    background: #000927;
    color: #ffffffde;
}
#consulting .card-body a:hover i, #oilgas .card-body a:hover i, #logistics .card-body a:hover i{
    color: white;
    background: rgb(12, 70, 161);
    transform: translateX(0px);
    border: 1px solid white;
}
body.dark #consulting .card-body a:hover i, body.dark #oilgas .card-body a:hover i, body.dark #logistics .card-body a:hover i{
    color: rgb(12, 70, 161);
    background: #ffffffde;
    transform: translateX(0px);
    border: 1px solid rgb(12, 70, 161);
}
#consulting .card-body .d-flex h3, #oilgas .card-body .d-flex h3, #logistics .card-body .d-flex h3{
    margin-top: 40px;
}
#consulting .col-12, #oilgas .col-12, #logistics .col-12 {
    max-height: 30vh;
    padding: 0;
    overflow: hidden;
}
#consulting a, #oilgas a, #logistics a {
    text-decoration: none;
    color: rgb(12, 70, 161);
    font-weight: 600;
}
#consulting .col-12 img, #oilgas .col-12 img, #logistics .col-12 img {
    width: 100%;
    min-height: 30vh;
}
#consulting .consultaingvideo .overlay, #oilgas .consultaingvideo .overlay, #logistics .consultaingvideo .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1800px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9),  rgba(141, 141, 141, 0.1));
}
#consulting .subservice .card .fa, #oilgas .subservice .card .fa, #logistics .subservice .card .fa{
    font-size: 35px;
    color: #000927;
    display: flex;
    justify-content: center;
    padding: 20px 40px;
    border: 2px solid #000927;
    border-radius: 50%;
}
body.dark #consulting .subservice .card i, body.dark #oilgas .subservice .card i, body.dark #logistics .subservice .card i{
    color: #ffffffde;
    border: 2px solid #ffffffde;
}
#consulting .subservice .card, #oilgas .subservice .card, #logistics .subservice .card{
    position: relative;
    overflow: hidden;
}
#consulting .subservice .card .overlay, #oilgas .subservice .card .overlay, #logistics .subservice .card .overlay{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
body.dark #consulting .subservice .card, body.dark #oilgas .subservice .card, body.dark #logistics .subservice .card{
    background-color: #000c2c;
    color: #efefefab;
}
#consulting .subservice .card:hover .btn, #oilgas .subservice .card:hover .btn, #logistics .subservice .card:hover .btn{
    top: 15px;
    right: 20px;
}
#consulting .subservice .card .btn, #oilgas .subservice .card .btn, #logistics .subservice .card .btn{
    background: #000927;
    color: white;
    position: absolute;
    top: -50px;
    right: -50px;
    transition: .3s;
}
body.dark #consulting .subservice .card .btn, body.dark #oilgas .subservice .card .btn, body.dark #logistics .subservice .card .btn{
    color: #000927;
    background: white;
}
@media (max-width: 766px) {
    #consulting .service-header h2, #oilgas .service-header h2, #logistics .service-header h2{
        font-weight: 400;
        font-size: 30px;
    }
    #consulting .consultaingvideo, #oilgas .consultaingvideo, #logistics .consultaingvideo {
        height: 35vh;
    }
    #consulting .consultaingvideo .col-12, #oilgas .consultaingvideo .col-12, #logistics .consultaingvideo .col-12 {
        height: 35vh;
    }
    #consulting .consultaingvideo .col-12 video, #oilgas .consultaingvideo .col-12 video, #logistics .consultaingvideo .col-12 video {
        height: 35vh !important;
        /* object-fit: fill !important; */
    }
    #consulting .consultaingvideo .serviceintro, #oilgas .consultaingvideo .serviceintro, #logistics .consultaingvideo .serviceintro{
        position: absolute;
        z-index: 1;
        color: #ffffffde;
        padding: 0 40px;
    }
    #consulting .consultaingvideo .overlay, #oilgas .consultaingvideo .overlay, #logistics .consultaingvideo .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1800px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9),  rgba(141, 141, 141, 0.1));
    }
}


.servicecontainer .row{
    overflow: hidden !important;
    padding: 0 0 30px 0;
}
.servicecontainer h2{
    color: rgb(12, 70, 161);
    font-size: 30px;
    font-weight: 600;
}
body.dark .servicecontainer h2{
    color: #ffffffde;
}
.servicecontainer .row .col-md-7 .quotebtn{
    background: #000927;
    color: #ffffffde;
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid #000927;
}
.servicecontainer .row .col-md-7 .quotebtn:hover{
    background: #ffffffde;
    color: #000927;
    padding: 10px 25px;
    animation: hover .3s ease-in-out;
    cursor: pointer;
}
body.dark .servicecontainer .row .col-md-7 .quotebtn:hover{
    background: #ffffffde;
    color: #000927;
    border: 1px solid #000927;
}
body.dark.servicecontainer .row .col-md-7 .quotebtn{
    background: #ffffffde;
    color: #000927;
    border: 1px solid #ffffffde;
    padding: 10px 25px;
    text-decoration: none;
}
.servicecontainer .row .col-md-7 .contactusbtn{
    background: #ffffffde;
    color: #000927;
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid #ffffffde;
}
.servicecontainer .row .col-md-7 .contactusbtn:hover{
    color: #ffffffde;
    background: #000927;
    cursor: pointer;
}
body.dark.servicecontainer .row .col-md-7 .contactusbtn:hover{
    background: #ffffffde;
    color: #000927;
}
.servicecontainer .row .col-md-5{
    position: relative;
    overflow: hidden;
    object-fit: fill;
    padding: 0;
}
.servicecontainer .row .col-md-5 img{
    height: 800px !important;
}
@media (max-width: 766px) {
    .servicecontainer .row .col-md-5 img{
        height: 400px !important;
        width: 100% !important;
    }
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* --------------------------------project page--------------------------------------- */
/* ----------------------------------------------------------------------------------- */
.projectbanner{
    position: relative;
    width: 100%;
    height: 40vh;
    background: url(../images/background/building.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* ---------------------------------contact us page----------------------------------- */
/* ----------------------------------------------------------------------------------- */
.contactuscontainer .row{
    padding: 30px 0 30px 10px;
    position: relative;
    overflow: hidden;
}
body.dark .contactuscontainer .row{
    background: #000c2c;
    box-shadow: 0px 0px 17px #000c2cef !important;
}
.contactuscontainer .row h1{
    color: #000c2c;
}
.contactuscontainer .row::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100vh;
    background: #000927;
}
body.dark .contactuscontainer .row::before{
    background: #01175e;
}
.contactuscontainer .row::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #000927;
}
.contactuscontainer .row .form{
    z-index: 2;
    background: #ffffffde;
}
body.dark .contactuscontainer .row .form{
    background: #000c2c;
}
body.dark .contactuscontainer .row .form h1{
    color: #ffffffde;
}
.contactuscontainer .form-control{
    border: 0px solid white !important;
    border-bottom: 1px solid rgba(0, 0, 0, .7) !important;
    background: #ffffffde !important;
}
body.dark .contactuscontainer .form-control{
    border-bottom: 1px solid #ffffffde !important;
    background: #000c2c !important;
    color: #ffffffde !important;
}
.contactuscontainer .form-control:focus{
    box-shadow: none;
}
body.dark .contactuscontainer .form-control:focus{
    background: #000c2c !important;
    color: white !important;
}
.contactuscontainer .btn{
    background: #000c2c !important;
    border: 1px solid #000c2c !important;
}
.contactuscontainer .btn:hover{
    background: #01175e !important;
    border: 1px solid #01175e !important;
    box-shadow: 0px 0px 9px #01175e !important;
}
body.dark .contactuscontainer .btn{
    background: #01175e !important;
    border: none !important;
}
body.dark .contactuscontainer .btn:hover{
    box-shadow: 0px 0px 9px #01175e;
}
.contactuscontainer .note i{
    font-size: 25px;
}
.contactuscontainer .note {
    background: #00040f;
    color: rgba(255, 255, 255, .8);
    position: relative;
}
.contactuscontainer .row .note::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 25px;
    height: 25px;
    background: #01175e;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */
/* ---------------------------------footer section------------------------------------ */
/* ----------------------------------------------------------------------------------- */
.footer-wrapper{
    background: url('../images/background/Globe\ 2.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#contact{
    color: whitesmoke;
    background: #01175efa;
}
#contact nav a{
    text-decoration: none;
    color: whitesmoke;
    display: block;
    margin: 10px 0;
    z-index: 1911111 !important;
}
#contact nav a i{
    transform: translateX(-10px);
    transition: .3s ease-in-out;
}
#contact nav a:hover i{
    transform: translateX(0px);
    background: #000927;
}
.footer{
    background: #000927f6;
    color: whitesmoke;
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */

#themeToggle {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  border: none;
  background: #01175e;
  color: white;
  border-radius: 50%;
  position: fixed;
  right: 25px;
  bottom: 20px;
  box-shadow: 0 0 10px black;
  z-index: 2000000;
} 
#themeToggle:hover {
  animation: bouncing 1s ease-in-out;
} 

/* Floating button */
.whatsapp-btn {
    position: fixed;
    bottom: 25px;
    right: 20px;
    background: #01175e;
    color: green;
    border: 4px solid red;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px black;
    transition: opacity .3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 2000001;
}

.float-btn {
    position: fixed;
    bottom: 80px;
    right: 25px;
    font-size: 16px;
    background: #01175e;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px black;
    transition: opacity .3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 2000000;
}

/* Show button */
.float-btn.show {
    opacity: 1;
    pointer-events: auto;
}

/* Hover effect */
.float-btn:hover {
    background: #01175e;
    transform: scale(1.1);
}
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */