/*******************************/
/********* General CSS *********/
/*******************************/
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body {
    color: #797979;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}

p{
    font-family: 'Rubik', sans-serif;
}
li{
    font-family: 'Rubik', sans-serif;

}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #092a49;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Rubik', sans-serif;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #092a49;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #0796fe;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #092a49;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #092a49;
}

.back-to-top:hover i {
    color: #0796fe;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}

.full {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
  }

  .carousel .carousel-item {
      overflow: hidden;
  }
  .zoom {
    animation: scale 40s linear infinite;
  }
  .outer-hero2{
      overflow: hidden;
  }
  .hero2 {
      animation: scale 40s linear infinite;
  }
    
  @keyframes scale {
    50% {
      /* -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2); */
      transform:scale(1.2);
    }
  }

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #0796fe, #092a49);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #faf9f8;
    
    
    line-height: 0px;
    font-weight: 900;
    text-transform: uppercase;
}


.navbar .navbar-brand img {
    max-width: 100%;
    width: 15.2rem;
    max-height: 90px;
    margin-left: 1rem;
    
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 15px 8px 15px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.8s;

}

/*.dropdown-item::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    
    
    background: #0796fe;
    transition: .3s;

}
.dropdown-item:hover::before{
    width: 100%;
 
}
*/
.dropdown {
    transition: all 500ms;
}
.dropdown .dropdown-menu {
   
    line-height: 1.9;
    
    border-radius: 70px;
    transition: all 0.8s;
}


.dropdown-item{
    text-transform: capitalize;
    transition: all 0.8s;
    letter-spacing: 1.5px;
    font-weight: 580;


   color: gray;
   padding:3px 2rem;

}
.nav-link{
    font-weight: 600;
}
.dropdown ul{
list-style: none;
width: fit-content;
}
.dropdown-menu li{
    
    padding: 5px 0.2rem;

}
.dropdown-menu li :hover{
    background: #092a49;
    border-radius: 30px 0;
    font-weight: 600;
    color: white;
    text-shadow: 0 0 10px;
    

}




*p{
    text-transform: capitalize;
}






.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
    transition: all 0.8s;

}


@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 0px 50px;
        background: rgb(9 42 73)!important;
        z-index: 9;
    }
    
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #092a49 !important;
    }
    
    .page .navbar {
        background: #092a49 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 18px;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        width: 15.2rem;
        max-height: 90px;
        margin-left: 1rem;
    }
    
    
}

@media (min-width:1250px) and (max-width:1380px){
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 16px;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        width: 10.2rem;
        max-height: 90px;
        margin-left: 0rem;
    }
    
}
@media (min-width:992px) and (max-width:1250px){
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
    .navbar .navbar-brand img {
        max-width: 100%;
        width: 10.2rem;
        max-height: 90px;
        margin-left: 0rem;
    }
    
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #092a49 !important;
    }
    
  .hero2 .container {
    animation: none;
}
  
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    min-height: 400px;
    background: #092a49;
    margin-bottom: 45px;
    margin-top:4%;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
    transition: all 0.9s;
    
    
}




.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background: rgba(9, 42, 73, .7);*/
background-image: linear-gradient(155deg,rgba(9, 42, 73, .7) 70%,rgba(9, 44, 68, 0.89) 30%);
/* background: radial-gradient(circle at 50%, rgba(24, 73, 180, 0.432), rgba(50, 78, 139, 0.712) 50%,  rgba(28, 81, 179, 0.685)  75%, rgba(24, 77, 223, 0.692) 75%);
    z-index: 1; */
    
    


}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 20px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;

}

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: linear-gradient .5s;

}

.carousel .carousel-text .btn i {
    margin-right: 5px;
}

.carousel .carousel-text .btn:hover {
    color: #0796fe;
    /*background: #ffffff;*/
    background-image: linear-gradient(160deg,white 70%,#f7f1f1f5 10%);
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    background: #092a49;
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #0796fe;
}


.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    .carousel{
        margin-top: 0;;
    }
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 70px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    .navbar .navbar-brand {
        margin: 0;
        color: #faf9f8;
        
        font-size: 1rem;
     
    }
    .fact {79
        position: relative;
        width: 100%;
        padding: 0px 20px 0px 0;
        
    }
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
}

.section-header h2 {
    margin: 0 0 0 40px;
    position: relative;
    font-size: 50px;
    font-weight: 200;
    text-align: center;

}

.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;

    top: 23px;
    right: -0px;

    border-bottom: 30px solid;
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;
}
.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;

    top: 23px;
    left: -0px;
    
    border-bottom: 30px solid;
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;
}

.section-header h2:hover::after {
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.05) 3%) 30;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 0px 0 15px 0;
}

.fact .fact-item {
    position: relative;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 50px 0 27px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: all 0.8s ease;
    overflow: hidden;
    margin:1rem;

}
















.text-box {
    padding:2px 5px;
    line-height: 1.3;    
}
.text-box h1{
    margin-bottom: 2rem;
    font-size: 4rem;

}
.text-box p{
    margin-left: 1rem;
}

.fact .fact-item h2{
    line-height: 2;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
}
.fact .fact-item .icon-box{
    display: inline-flex;

}
.fact .fact-item .icon-box h1{
    margin-right: 5rem;
    opacity: 0.5;
    transition: all 1.8s;
}
.fact .fact-item{
    background-image: linear-gradient(155deg,transparent 80%, #ffaa17 20%);
    
}
.fact .fact-item:hover {
    background-color: #ffaa17;
    background-image: linear-gradient(155deg,#ffaa17 100%, white 10%);
    box-shadow: 0 0 15px 0 #ffaa17;
    

}
.fact .fact-item:hover h1{

opacity: 0.7;
letter-spacing: 2px

}
.fact .fact-item:hover h2{
color: white;
font-weight: 600;
letter-spacing: 1px;
}
.fact .fact-item:hover .icon-box img{


transform: rotateY(180deg);
}



.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
    transition: all .5s;
}

.fact .fact-item h2 {
    font-size: 20px;
    transition: all 0.8s;
    letter-spacing: 1px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;

    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;

}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;

}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;

}


.about .about-img-2 {
    position: absolute;
    height: 100%;
    height:76%;
    top: 150px;
    left: 150px;

    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 0px 0px 5px white;
}
.about .row ul {
    border-right:2px solid orange;
}
.about .row .circle{
    background-color: #222429;
    margin-left: 1rem;
    width: 80px;
    height: 80px;
    padding:1rem;
    box-shadow: 15px -5px 5px 0 ;
    border-radius: 50%;
    transition: all .8s ;
}
.about .row .circle-box:hover .circle {
    width: 100%;
    border-radius: 5%;
    height: 80%;
    margin-left: -1.5rem;
    transform: rotate(-360deg);
    padding-top:5px;
}
.about .row .circle-box:hover .circle p {
    font-size: 1.1rem;
    text-shadow: 0 0 10px;
    text-decoration: underline;
    text-underline-position: under;
    margin:0;

}
.about .row .circle p{
    text-align:center;
    color: white;

    padding:0;
    margin:0;
    font-size: 0.9rem;

    font-weight: 600;
    align-content: center;

}
.about .about-img .about-img-1::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 42, 73, .7);
    background-color: #092a497a;
    border-radius: 2rem;   
    z-index: 1;

}
.about .about-img .about-img-2::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 42, 73, .7);
    background-color: #092a497a;
    border-radius: 2rem; 
    z-index: 1;

}
.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: all .8s;
    width: 150px;

}
.about .section-header h2{
    font-size: 2.4rem;
}
/*.about .about-text .learn-box:hover a.btn {
    color: white;
    text-shadow: 0 0 10px;
    background: #092a49;
    width: 99%;
    transform: rotate(360deg);
}*/
.about .about-text .learn-box a.btn:hover  {
    color: white;
    text-shadow: 0 0 10px;
    background: #092a49;
    width: 99%;

    box-shadow: 0 0 15px 0 black;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.options{
    margin:2rem 0 0 0;
    padding-bottom: 0;
    

}
.options ul{
    

    justify-content: center;
}
.options .nav .nav-item .nav-link.active{
    /*color: #084e9a;*/
    /*background: white;*/
    /*border:1px solid #084e9a;*/
    /*box-shadow: 0 0 10px 0 black;*/
}
.options ul li a{
    font-size: 1.5rem;
   /* background: #084e9a;*/
    margin-right: 5px;

    font-weight: 600;
    /*color: white;*/
    /*border:1px solid gray;*/
}
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 4% ;
    
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: 1s;
    border-radius: 7px;
    box-shadow: 3px -2px 10px 0  ;
    border-left: 3px solid orange;
    border-top: 3px solid orange;
    border-right:3px solid #084e9a;
    border-bottom:3px solid #084e9a;

}

.service .service-item:hover {
      background-color: #ffaa17;
    box-shadow: 0 0  15px 0 #ffaa17;
    border:none;
    background-image: linear-gradient(518deg,orange 78%,#e49b14 22%);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.8s;


}
.service .service-item:hover h3{
    color: white;
    letter-spacing: 0.3px;
}
.service .service-item div{
    text-align: justify;
    text-justify: inter-word;
    font-size: 15px;
    word-spacing: 1px;
     color: black;
}
.service .service-item p {
    margin-bottom: 10px;
    font-size: 15px;
    
    text-align: justify;
/* text-justify: distribute;
text-align-last: left; */




    
    
    
    color: black;
}
.service .service-item:hover p {
    
    
}
.service .service-item img{
    transition: all 0.8s;

}
.service .service-item:hover img{
    transform: rotateY(180deg);
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .5s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}
.service .service-item:hover a{
    letter-spacing: 1px;
    font-weight: 600;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;

}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
    padding-top: 0;
}


.feature .col-md-6 {
    height: 100%;
}

.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.feature .feature-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}
.feature h2{
    margin-bottom: 2.5rem;
    text-align: left;
}

.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 30px 30px 30px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .feature .feature-img {
        margin-bottom: 45px;
    }
}
.feature .col-md-6 p{
    text-align: justify;
}
.feature .counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}

.feature .counters i {
    padding: 5px 15px 0 0;
    font-size: 28px;
    color: #0796fe;
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 30px;
    font-weight: 300;
}

.feature .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -15px;
}
.feature .counters .col-6 .fa{
    transition:all 0.8s;
    padding-left: 1rem;
     border-left:2px solid  #0796fe;
}
.feature .counters .col-6:hover  {
   

}



.feature .counters p {
    color: #092a49;
    font-size: 20px;
    margin: 0;

}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
    padding-bottom: 0;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    position: relative;
    width: 80px;
    border-radius: 80px;
    margin-bottom: 15px;

}

.testimonial .testimonial-item p {
    margin-bottom: 15px;
    text-align: justify;
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #092a49;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
    transition: .3s;
}

.testimonial .testimonial-item:hover h2::before {
    width: 100%;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 80px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 80px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #092a49;
}

.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev::after {
    left: 9px;
}

.testimonial .owl-nav .owl-next::after {
    right: 9px;
}

.testimonial .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #092a49;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .section-header {
    margin-bottom: 75px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
}

.blog .blog-content h2.blog-title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}

.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}

.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0796fe;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #092a49;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.blog .owl-nav .owl-prev {
    padding-right: 80px;
}

.blog .owl-nav .owl-next {
    padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
    background: #092a49;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 35px 0 0px 0;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.185);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-info:hover {
    border-color: transparent;
    color: white;
    background-color: #1b1a1af3;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.contact .contact-info:hover h3{
    color: white;
}

.contact .contact-info:hover .contact-icon{
    border:1px solid white;
    border-style: dotted;
}

.contact .contact-info:hover .contact-icon i{
    color: white;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #092a49;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    text-align: justify;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-form:hover {
    border-color: transparent;
    
   box-shadow:0 0 15px 0 ;
}
.contact .contact-form input {
    padding: 15px;
    background: none;
    
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.contact .contact-form .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    width: 35%;
    border: 2px solid #092a49;
    border-radius: 0;
    transition:all .6s;
}

.contact .contact-form .btn:hover {
    color: #0796fe;
    background: #092a49;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 black;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 90px;
    background: #092a49;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
    text-align: justify;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: white;
    border-radius: 50%;
    background:none;
    

}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #092a49;
    background: none;
    border-radius: 0;
    border: 2px solid #092a49;
    transition: .3s;
}
.contact-box{
    padding:1rem 2rem;
    z-index: 100;
    position: fixed;
    top:30%;
border-radius: 0 30px;
    background: orange;
    transition: all 0.7s;
    display: none;
}
.contact-box a{
    text-transform: uppercase;
    writing-mode: vertical-rl;
    color: white;
    text-shadow: 0 0 10px;

}
.contact-box:hover{
    transform: rotate(-90deg);
    margin-left: 5rem;
}

.footer .footer-newsletter .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.footer .copyright {
    padding: 0 30px;
    text-align: center;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


.hero2{
    padding: 10px 0;
    background-image: linear-gradient(159deg,transparent 80%,orange 10%), url('../img/hero4.jpg');
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    height: 50vh;
    overflow: hidden;
    /*background-image: linear-gradient(155deg,white 90%,black 10%);*/
    
    background-size: 100%;

}   
.hero2::before{
    background-image: linear-gradient(155deg,white 90%,black 10%);
}
.hero2 .title-head {
    
  margin: auto;
  text-align: center;
  color: white;
  font-weight: 900;

  
  
}
.title-head h1{
    color: white;
    font-weight: 800;
    font-size: 3rem;
    align-content: center;
    margin-top: 10rem;
    text-shadow: 0 0 10px ;
    letter-spacing: 3px;


}
.title-head p a{
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 2.5rem;
    text-shadow: 0 0 10px;
}
.page-content {
    padding: 1.7rem 0;
    padding-bottom: 0;
    
}


.page-content img{
    margin-bottom: 1rem;
}
.page-content p{
    text-align: justify;
    line-height: 2;
    text-transform: capitalize;

}
.page-content ul li{
    line-height: 1.7;
}

.page-content .side-bar{
    background-color: #0a1933;
    padding: 1.5rem 1.5rem;
    border-radius: 70px 0;
}
.page-content .side-bar {
    list-style: none;
    
}
.page-content .side-bar:hover{
    

}
.page-content .side-bar  h2{
    color: white;
    text-shadow: 0 0 15px;
    padding:0 1rem;
}

.page-content .side-bar li{
line-height:3;
padding: 5px 1rem;
line-height:2;
color: white;

transition: all 0.8s;



}

.page-content .side-bar li::before{
content: '|';
left: 0;

color: white;

margin-right: 1rem;
display: inline-block;


}
.page-content .icon-box {
    margin:1.5rem 0;
}


.page-content .icon-box img{
    width: 130px;
    height: 130px;
    border-radius: 12px;
    margin: 15px;

    background-color: rgba(255,255,255,0.01);
    box-shadow: 2px 10px 20px 5px rgb(0 0 0 / 20%);
    transition: all 0.8s;
}
.page-content .icon-box img:hover{
    transform: scale(1.2);
     width: 130px;
     height: 130px;
    overflow: none;
}







.page-content h1,h2,h3{
    line-height: 1.3;
    
    text-transform: capitalize;
}
.page-content .side-bar li:hover{
 
 color: black;
 border-radius:30px 0;
 margin-left: 5px;
 /*padding: 0.5rem 2rem;*/
 background: white;
 text-shadow: 0 0 10px;
}

.page-content .side-bar li::after{
content: ">";
float: right;
}
.page-content .DUAL Globe Solutions-box{
    background: #222429;
    margin: 1rem 0;
    padding: 20px 20px;
    text-align: center;
    border:2px solid white;

}
.DUAL Globe Solutions-box .inner-box{
    border:1px solid white;
    border-style: dotted;
    padding:25px 25px;
}
.page-content .DUAL Globe Solutions-box h3{
    color: white;
}
.page-content .DUAL Globe Solutions-box p{
    color: white;
}

.cont-btn{
    
    
    color: black;
    
    padding:0;
    margin:0;
}
.cont-btn a{
    padding:10px 2rem;
    font-weight: 800;
    font-size: 1.5rem;
    background:white;
    transition: all 0.8s;
    box-shadow: 0 0 15px 0 white;
}

.cont-btn a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 2.2rem;
    bottom: 0;
    left: 0;
    background: #0796fe;
    transition: all .8s;
}

.cont-btn a:hover{
    background-color: rgb(250, 174, 32);
    color: rgba(69, 72, 73, 0.856);
    text-shadow:0 0 10px;
    margin-left: 1.5rem;
    
    
}
.cont-btn a:hover {
    padding:0.8rem 3rem;
    width: 50%;
    height:50%;
    
    
    font-size:1.5rem;
    border-radius: 0 40% ;
    box-shadow: 0 0 15px 0 white;
    transform: rotate(20deg);

}
#login-btn{
    padding: 5px 7px;
    font-weight: 800;
    font-size: 12px;;
    color: rgb(8, 8, 8);
    
    
    /* border-left:1px solid white;
    border-left-style: dotted; */
    text-align: center;
    background: orange;
    box-shadow: 0 0 15px 0 white;
    transition: all 0.8s;
    
   
  }
  #login-btn:hover{
      border-radius: 0;
      border-radius:0 40%;
  }
  #login-btn i{
      font-size: 1.1rem;
      padding:3px 0;
      
      
  }


 .cont-head{
     padding:40px 0;
     margin-top: 2rem;
     padding-bottom: 10px;
 } 
 .cont-head p{
     line-height: 2;
     text-align: justify;
 }
 .cont-head h1{
     margin:1rem;
     color: rgb(13, 124, 50);
     font-size: 3rem;
     font-weight: 600;
    
}

.box {
    margin-top:3rem;
    margin-bottom: 2rem;
}
  .box .cont-box-page{
    position: relative;
    display: block;
    line-height: 2;
    padding: 50px 45px 40px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 15px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.8s ease;
  }
    .box .cont-box-page p{
        text-align: justify;
    }  

  .box .cont-box-page:hover {
    background: rgba(0, 0, 0, 0.747);
    bottom: -10px;
    color: white;
    box-shadow: 0 0 15px 0;
  }
  .box .cont-box-page:hover h1{
      color: white;
  }
  
  .box .cont-box-page h1{
    font-size: 1.5rem;
}
.box .cont-box-page h3{
    text-transform: lowercase;
}
  .box .cont-box-page:hover h3{
    color: white;
    
}

.footer-newsletter p{
    text-transform: capitalize;
}