/********** Template CSS **********/
:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
	background-color:#d6921a;
	border:none;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



/*** Navbar ***/




.top-bar {
    height: 75px;
    padding: 0 4rem;
	 opacity: 0.5;
	  
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
	

 /* padding: 10px;*/
  

 
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 3;
  background-color: #fff !important;
}




.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color:#9f9c9c;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {


    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
   
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
 
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

.dialog-mt{ margin-top:3rem; }


@media (max-width: 768px) {

.dialog-mt{ margin-top:0px !important;}

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 200px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background:#d6921a;
    border-color: #d6921a;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}




/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
   /* padding: 3px 0 0 3px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}



/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/projects/bg-v.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 500px !important;
    margin: 130px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 4px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #d6921a;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
   
	height:90px !important;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #737373 !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: #d6921a transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.bg-light{ background:#fafafa !important;}
.bg-primary{ background:#2a2a2a !important;}
.text-secondary{color:#d6921a !important;}
.text-sm-test{color:#d6921a !important;}
.text-justify{text-align:justify !important;}
.bg-dark{ background:#231f19 !important;}

.text-gray{color:#c0c0c0 !important;}

/*sidecall*/
#wpcr-cw {
    position: fixed;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-direction: normal;
    -webkit-animation-direction: normal;
    z-index: 1005;
    list-style-type: none;
    padding-left: 0;
    font-size: 25px;
    margin: -24px 0 0;
    top: 50%;
    right: 0;
	
}
#wpcr-cw.wc-right li {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw.wc-2:not(:hover) .wc {position: absolute;}
#wpcr-cw.wc-2 .wc {
    font-size: 24px;
    margin-top: 2px;
    border-radius: 50%;
    opacity: 0;
    width: 0;
    height: 0;
	background-color: #d6921a !important;
}
#wpcr-cw .wc-phone, #wpcr-cw .wc-mail {background-color: #d6921a;}
#wpcr-cw li {
    display: table;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    text-align: center;
		background-color: #d6921a;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(1) {transform: translate(-35px,-36px);}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(2) {transform: translate(-35px,36px);}
#wpcr-cw.wc-2:active .wc, #wpcr-cw.wc-2:hover .wc {
    width: 45px;
    height: 45px;
    position: fixed;
}
#wpcr-cw:active .wc, #wpcr-cw:hover .wc {box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);opacity: 1;}
#wpcr-cw .wc-show-contacts {
    animation: colorchange 10s infinite;
    -webkit-animation: colorchange 10s infinite;
    background-color: #d6921a;
}
#wpcr-cw.wc-right li:last-child a {
    padding: 7px 21px 7px 12px;
    border: 4px solid #ffffff;
    border-right: 0 none;
    border-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
}
@keyframes colorchange {
    0% {background: #e7923d;}
    25% {background: #e7923d;}
    50% {background: #e7923d;}
    75% {background: #e7923d;}
    100% {background: #e7923d;}
}


.bg-about {

	background-color:#f7f7f6;
}

/*******************************/
/*********** Team2 CSS **********/
/*******************************/
.team2 {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
	background-color:#f7f7f6;
}

.team2 .team-item2 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team2 .team-img {
    position: relative;
}

.team2 .team-img img {
    width: 100%;
}

.team2 .team-text {
    position: relative;
    padding: 25px 15px;
    background: #fff;
    transition: .5s;

}

.team2 .team-text h2 {
    font-size: 30px;
    font-weight: 400;
    color: #484b3d;
    transition: .5s;
}

.team2 .team-text p {
    margin: 0;
    color: #484b3d;
	min-height:290px;
}

.team2 .team-item2:hover .team-text {
    background: #cacaca;
	;
}

.team2 .team-item2:hover .team-text h2 {
    color: #272727;
    letter-spacing: 1px;
}

.team2 .team-social2 {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team2 .team-social2 a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team2 .team-item2:hover .team-social2 a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team2 .team-item2:hover .team-social2 a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team2 .team-item2:hover .team-social2 a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team2 .team-item2:hover .team-social2 a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** whatsapp **********/
/*******************************/


	
	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	left:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
   z-index:100;
   display:block;
}




.my-float{
	margin-top:16px;
}

	.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	right:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:none;
  
	}

@media(max-width:768px)
{
	
	.my-float2{
	margin-top:16px;
	display:block;
}
	
	.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	right:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:block;
}


	.my-float{
	margin-top:16px;
	display:none;
}

	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	right:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:none;
}
	
	
	}

/*whatsapp end*/

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}
.model-round-corner{ 

  border: 1px solid #efefef;
  border-radius: 10px;
  background-color:#fff;
  padding:10px;
}

.form-control{ background-color:#e1e0e0 !important;}
.form-select{ background-color:#e1e0e0 !important;}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*----*/

#tabs {

   width: 100%;
    height:30px; 
   border-bottom: none;
   padding-right: 2px;
   margin-top: 30px;
   

}
a {cursor:pointer;}

#tabs li {
    float:left; 
    list-style:none; 
    border-top:none; 
    border-left:none; 
    border-right:none; 
    margin-right:5px;
	margin-top:-25px; 
    border-top-left-radius:3px;  
    border-top-right-radius:3px;
      outline:none;
	 
}

#tabs li a {



    
    color: #d6921a;
   padding: 15px;

    display:block; 
    background: #FFF;
    border-top-left-radius:none; 
    border-top-right-radius:none; 
    text-decoration:none;
    outline:none;
  
}

#tabs li a.inactive{
    padding:15px;

    color:#000;
    background: #fbfbfb;
   outline:none;
   border-bottom: none;

}

#tabs li a:hover, #tabs li a.inactive:hover {


    color: #d6921a;
      outline:none;
}

.container-t {

    clear:both;           
    width:100%; 
    border-left: none;
      border-right: none;
  border-bottom: none;
    text-align:left;
  padding-top: 20px;
  padding-left:33px;

}

.container-t h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #353534; }

.container-t p { margin-left: 15px; margin-right: 15px;  margin-top: 0px; margin-bottom:20px;}

.container-t ul { margin-left: 25px; font-size: small; line-height: 1.4; list-style-type: disc; }

.container-t li { padding-bottom: 5px; margin-left: 5px;}


.logo-desk{ display:block }
.logo-mobile{ display:blocks }

.nav-social{display:block;}

@media (max-width: 768px) {

.nav-social{display:none !important;}

.logo-desk{ display:none !important; }
.logo-mobile{ display:block;}

}

.box-b {
  position: relative;
  width: 100%;
}

.box-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  cursor:pointer;
}

.box-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
    cursor:pointer
}

.box-b:hover .box-image {
  opacity: 0.3;
  background-color:#000000;
}

.box-b:hover .box-middle {
  opacity: 1;
}

.box-text {

  color: #000;
  font-size: 16px;
  padding: 16px 32px;

}


.founder-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.founder-img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #7e7d7d;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: #000;
}




/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

