@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

header.masthead:before{
	background-color: darkcyan;
	background: none;
}
nav{
	background: #000731;
}
.navbar-brand .img-logo {
    max-width: 190px;
    height: auto;
    filter: invert(1);
	}

.img-logo {
    max-width: 190px;
    height: auto;
	    filter: invert(1);
	}
/* nav changed */
	.hover-vc {
    position: relative;
    width: 100%;
    height: 102px;
    background: #f7f5f4;
    border-radius: 100%;
    padding: 3px;
	}
	.hover-vc img {
		width:100px;
	}
	.hover-vc .text {
		margin: 20px 25px 0 40px;
	}



.header-title{
	text-shadow: 0px 0px 20px #916746;
    color: #fff29e;
}
.page-section{
	margin-bottom: 50px;
}
.page-section h2, 
.page-section h3, 
.page-section h4{
	 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem
}
h5.award-head {
	 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
    font-size: 1.1rem;	
}
h5.award-head > small{
	 font-family: var(--bs-body-font-family);
  font-weight: 400;
  font-style: normal;
  text-align: center;
    font-size: .7rem;	
}
.award-wrap{
	background: url(../assets/img/bg3.jpg) no-repeat;
	background-size: 100%;
	background: #00042f;
}

.client-logo {
	background: url(../assets/img/leaves_bg.png) no-repeat center;
	filter: contrast(0.5);
    color: white;
    margin-top: 20px;
    border: 1px dotted #353333;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 220px;
    padding: 15px;
        border-radius: 1%;
		background-size: 265px;
    background-position-x: center;
	}
.award-img{
	max-width: 100%;
	max-height: 340px;
}
.card-item{
	text-align: center;
	background: #000
}
@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 100%;
	}

	.slider-1 .swiper-button-prev {
		width: 22px;
		background-size: 22px 34px;
        color: #3c3939;
        background: rgb(255 255 255 / 67%);
        padding: 5px;	}

	.slider-1 .swiper-button-next {
        /* right: -16px; */
        width: 22px;
        background-size: 22px 34px;
        color: #3c3939;
        background: rgb(255 255 255 / 67%);
        padding: 5px;		}
}
.award-card{
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to top, #a5a5a5, #f3f3f3);
}

header.masthead {
min-height: 500px;
@media (max-width: 768px){
min-height: 200px;
    margin-top: 116px;	
}
	}

.intro{
	max-height: 560px;
	overflow: hidden;
}

video {
    width: 100%;
    max-width: 100%;
	border: 0;
	padding:0;
	@media (max-width: 768px){
		margin-top: 116px;	
	}

}
.main-title{
	position: relative;
	    position: absolute;
    top: 40%;
	left: 30%;
    color: #fff29e;
}
.navbar-text.white-text > .btn-primary{
	background: none;
	border-color: #fff29e;
    color: #fff29e;
margin-right: 5px;	
	}
.navbar-text.white-text > .btn-primary:hover{
background: #f0d786;
    border-color: #ce944c;
    color: #000731;
    margin-right: 5px;

	}
	.navbar-text.white-text > .btn-check:focus + .btn-primary, 
	.navbar-text.white-text > .btn-primary:focus{
	border-color: #fff29e !Important;
    color: #fff29e!Important;
	box-shadow: 0 0 0 0.25rem rgb(75 73 58);	
	}
	
	.features-icons-item img {
    max-width: 10rem;
}
.icon-items{
	margin-top: -10px;
}
.adsense-profile {
    /*background-color: #fff29e !important;*/
	background: url(../assets/img/bg33.jpg) top center fixed;
	background-size: cover;
	padding-top: 3rem;
	
}
.adsense-profile  .container{
	width: 1080px;	
}
.advicator-showcase{
	background: #f9fbe7 url(../assets/img/bg_showcase.jpg) fixed; 
}
.advicator-showcase h2{
	color: #a36a2b;
	color: #212838;
    text-transform: uppercase;;
}
.advicator-showcase h2 > small{
	font-size: 14px;
	color: grey;
}
.rounded-circle{


}
.img-fluid {
    height: auto;
}
.number-circle{
width: 94px;
    height: 94px;
    display: inline-block;
    font-size: 75px;
    font-weight: bolder;
    background: #0e1b80;
    border-radius: 100%;
    border: 3px solid #FFF;
	
	}
.bottom-header{
	font-size:30px;
}



.do{
	background: #f9fbe7 url(../assets/img/do.png) ; 
}

#whatwedo {
  bottom: 8%;
  position: fixed;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 5s;
}
@-webkit-keyframes run {
  0% {
    left: 80%;
  }
  50% {
    left: 90%;
  }
  100% {
    left: 80%;    
  }
}


.hover-vc{
	 position: relative;
  width: 20%;
}


.hover-vc .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hover-vc .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover-vc:hover .image {
  opacity: 0.3;
}

.hover-vc:hover .middle {
  opacity: 1;
}
.middle.active {
  opacity: 1;
}

.hover-vc .text {
    font-size: 17px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background: #222222;
    border-radius: 5%;
	min-width: 140px;
    margin: -25px 25px 0 40px;
 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  }
a{
	color: #53515c
}
.adsense-profile-icon{
	text-align: left;
}
.hover-vc img:hover {
    max-width: 10rem;
    box-shadow: 11px 10px 11px #818386;
}


/* nav changed */
	.hover-vc {
    position: relative;
    width: 100%;
    height: 102px;
    background: #f7f5f4;
    border-radius: 100%;
    padding: 3px;
	}
	.hover-vc img {
		width:100px;
	}
	.hover-vc .text {
		margin: 20px 25px 0 40px;
	}






.accordion-button{
background: none;
}
.contact-us{
	padding-top: 70px;
	padding-bottom: 150px;
}
.contact-us strong, .cnt-header{
	 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;

}
.dir-link{
    width: auto;
    text-align: center;
    font-weight: bold;}
	
	
.accordion-button{
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	text-transform: uppercase;
	border-bottom: 1px solid #cecece;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #231f20;
    background-color: #e7f1ff00;
}
.accordion-header button{
 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}
.accordion-header, .about-header{
 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

.about-header > small{
	display: block;
	font-size: 16px;
	margin-top: 7px;
}

.about-team{
	border-bottom: 1px solid #CCC;
	padding: 7px;
	border-radius: 3%;
	margin-bottom: 10px;
}

#carouselFirst .carousel-item{
}
.video-reel{
    background: #231f20;
    padding: 7px 10px 7px 10px;
    border-radius: 3%;
    color: white;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    max-width: 100px;
	font-weight: 700;
}
.video-reel a{
	text-decoration: none;
}
.video-reel-01{
background: #607d8b;
    padding: 7px 10px 7px 10px;
    border-radius: 4%;
    color: white;
    font-size: 14px;
    margin: 3px 25px 3px 25px;
    display: block;
	}
.video-reel-01 a{
		color: white;
		text-decoration: none;
	}
.video-reel-02 a{
		color: white;
		text-decoration: none;
	}
	.video-reel-02{
background: #9b8369;
    padding: 7px 10px 7px 10px;
    border-radius: 4%;
    color: white;
    font-size: 14px;
    margin: 3px 25px 3px 25px;
    display: block;
	}
	.home .sidebar
	{
		    min-height: 100vh;
			margin-bottom: 200px
	}
	.sidebar
	{
		    min-height: 100vh;
			margin-bottom: 380px
	}
	
	.modal-content{
	padding: 20px;
	background: beige ;
	background: #616161;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #9bc5c3, #616161);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #9bc5c3, #616161); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

background: #403B4A;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E7E9BB, #403B4A);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E7E9BB, #403B4A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

background: #EFEFBB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #D4D3DD, #EFEFBB);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #D4D3DD, #EFEFBB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #f2f2f2;
	}
.modal-title{
	color: #3a4140;
    text-shadow: 0px 1px 2px #f6f6f6;
    font-size: 30px;
    font-style: italic;
	padding-left: 15px;
 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;}
 h5.text-uppercase{
	  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
 }
.video-wrapper .col-video{
	min-width: 1px;
	margin: 10px 0;
	text-align: center;
  }
.col-video-inner{
	overflow: visible;
	border-radius: 0;
/*	border: 2px solid #CCC; */
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0px;
	margin-left: -15px;

background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
background: #abbaab;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ffffff, #abbaab);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ffffff, #abbaab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: #f7f6f6;
  }
  .col-video-inner iframe{
	width: 90%;
	min-height: 150px;	
  }



footer{
	background-color: #e1e2f7 !important;
	background-color: #000 !important;
}
footer{
	border-top: 11px solid #b2bcc2;
    margin-top: 10px;
    box-shadow: 1px -8px 36px #a2a2a2;
    border-bottom: 11px solid #b2bcc2;
	}

footer .text-dark{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	text-align: left;
	font-weight: 700;
	color: #e4ecf3 !important;
	text-shadow: 1px 1px 1px #44484c;
}
footer h5{
	color: #e4ecf3;
	    color: #231f20;
/*    text-shadow: 1px 1px 1px #8c8c8c; */
}
i.bi-facebook{ 
    color: #112b40;
    font-size: 22px !important;
    text-shadow: 0px 1px 1px #b0b0b0
	
	}
i.bi-youtube{ color: #b71a1a; 
    font-size: 22px !important;
    text-shadow: 0px 1px 1px #b0b0b0
}
i.bi-linkedin{ color: #1d3f5c; 
    font-size: 22px !important;
    text-shadow: 0px 1px 1px #b0b0b0
}
i.bi-instagram{ color: #601434; 
    font-size: 22px !important;
    text-shadow: 0px 1px 1px #b0b0b0
}

#about-description {
  max-width: 400px; 
  margin-top: 80px; 
  position:relative;
}
#about-description .text {
  margin-bottom: 5px; 
  position:relative; 
  display: block;
}
#about-description .show-more {
  color: #363636; 
  position:relative; 
  font-size: 12px; 
  padding-top: 5px;
display: block;  
  padding-bottom: 15px; 
  height: 38px;  
  cursor: pointer;
  text-align: right;
  padding: 10px;
  float: right;
  border-radius: 5px;
}
#about-description .show-more-height { 
  height: 226px; 
  overflow:hidden; 
}
.cnt-header{
text-align: center;
    position: relative;
    text-decoration: underline;
    text-decoration-color: #90a4ae;
    font-size: 36px;
	text-underline-position: under;
	}
.cnt-icon{
	color: #616161;
}