/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    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: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.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 ***
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #009CFF;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    /*padding: 20px 0;*/
    /**
    color: #FFFFFF;
    font-weight: 300;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

***/

/***********************************8888888888888888888888888888*********
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

****/
/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /******
    background: rgba(0, 0, 0, .5);*****/
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        /*min-height: 500px;*/
		min-height: 322px;
    }
    
    #header-carousel .carousel-item img {
       
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-4.jpg)  no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

.section-title1 {
    text-align: center;
   
  }
  
  .section-title1 h2 {
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: relative;

  }
  
  .section-title1 h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 2px;
    margin-bottom: -10px;
    left: calc(50% - 60px);
  }
  
  .section-title1 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 4px;
    background: #ffb715;
    margin-bottom: -10px;
    bottom: 1px;
    left: calc(50% - 20px);
  }

  

  .section-title2 {
    text-align: center;
    align-items: center;
  }
  
  .section-title2 h2 {
    font-size: 28px;
    font-weight: bold;
    color: rgb(14, 4, 36);
    text-transform: uppercase;
    position: relative;

  }
  
  .section-title2 h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 3px;
    background: #ddd;
    bottom: 2px;
    margin-bottom: -10px;
    left: calc(50% - 60px);
  }
  
  .section-title2 h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 4px;
    background: #ffb715;
    margin-bottom: -10px;
    bottom: 1px;
    left: calc(50% - 20px);
  }


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item span p{
    background:#68a0cd;
    color: #fff;
	 line-height: 20px;
    padding: 10px;
	margin-top: 5px;

}
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service 
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}
***/


/** services section **/

.services .titlepage {
    text-align: left;
}

.services {
    background-color: #fff;
    padding: 90px 0 0px 0;
}

.services .services_box {
    text-align: center;
    background-color: #f6f6f6;
    padding: 80px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: ease-in all 0.5s;
}

.services .services_box i {
    background-color: #02246a;
    height: 143px;
    width: 143px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}

.services .services_box h6 {
    color: #02246a;
    font-size: 25px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 40px !important;
    transition: ease-in all 0.5s;
    margin: auto;
}

.right_irro i {
    width: 50px !important;
    height: 30px !important;
    margin-top: 40px !important;
    border-radius: 0 !important;
    color: #fff;
    opacity: 0;
    transition: ease-in all 0.5s;
}

#serv_hover:hover.services_box {
    cursor: pointer;
    box-shadow: 0px 0px 30px rgba(57, 56, 56, 0.2);
    background-color: #fff;
    border-top: #f8c659 solid 6px;
    transition: ease-in all 0.5s;
}

#serv_hover:hover.services_box h3 {
    color: #f8c659;
    transition: ease-in all 0.5s;
}

#serv_hover:hover .right_irro i {
    opacity: 1;
    transition: ease-in all 0.5s;
}

.margin_bottom1 {
    margin-bottom: 60px;
}

.services .read_more {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    background-color: transparent;
    border: #48ca95 solid 2px;
    color: #48ca95 !important;
    max-width: 232px;
    padding: 15px 0;
}

.services .read_more:hover {
    background: #48ca95;
    color: #000 !important;
}


/** end services section **/



/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    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;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
/**
.sidebar1 a:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    background-color: rgb(13, 4, 64);
}

.sidebar1 li:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    background-color: rgb(13, 4, 64);
}
**/
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.innerpage-right{
	text-align: justify; padding-right: 100px; padding-left: 100px; 
}


@media (min-width: 1000px) and (max-width: 1280px) {
.navbar1 .navbar-nav1 .nav-link1 {
  margin-right: 12px;
  padding: 20px 0;
  color: #FFFFFF;
  font-weight: 300;
  outline: none;
  font-size: 16px;
}

}


@media (min-width: 320px) and (max-width: 980px) {
#sidebar{display:none;}

.gvlogo {
  width: 80px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.brand-logo{
	 text-align: center;
  margin: 0 auto;
}
.banner-bottom-section img{
		width:100%;
	}
	
	.carousel-indicators {
  display: none;
}
  #header-carousel .carousel-item {
        position: relative;
        /*min-height: 500px;*/
		min-height: auto;
    }
	
	.left_logo{
		margin-left: 0;
  margin-right: 0;
	}
	.brand-logo{
	
    text-align: center;
    margin: 0 auto;
	margin-top:5px;
 
	}
}

@media (min-width: 320px) {
 .innerpage-right{
	text-align: justify; padding-right: 0px; padding-left: 100px; 
}

}

.mytabs {
    display: flex;
    flex-wrap: wrap;   
    padding: 5px;
}
.mytabs input[type="radio"] {
    display: none;
}
.mytabs label {
    padding: 10px;
    color: #000;
    background: #e2e2e2;
    font-weight: bold;
    border: solid 1.5px;
    border-color: #fff;
}

.mytabs .tab {
    width: 100%;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
}
.mytabs .tab h2 {
    font-size: 3em;
}



.mytabs input[type='radio']:checked + label + .tab {
    display: block;
}

.mytabs input[type="radio"]:checked + label {
    background: #4577b8;
}



/******************************************************/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */



.nav-link1{
    position: relative;
    color: #FFFFFF;
}

.nav-link1 > a{
    line-height: 3rem;
    color: #FFFFFF;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}




.nav-link1 > a > i{
    margin-left: .2rem;
}

.nav-link1:hover > a{
    background-color: #fff;
    color: #3498db;
    transform: scale(1.1);
    
}

.dropdown1{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown1 ul{
    position: relative;
}

.dropdown-link1 > a{
    display: flex;
    background-color: #fff;
    color: #3498db;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link1:hover > a{
    background-color: #3498db;
    color: #fff;
}

.dropdown-link1:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}

.dropdown-link1 i{
    transform: rotate(-90deg);
}
.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link1:first-child:hover ~ .arrow{
    background-color: #3498db;
}

.dropdown-link1{
    position: relative;
}

.dropdown1.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown1.second .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link1:hover > .dropdown1,
.dropdown-link1:hover > .dropdown1{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}


