@import url('https://fonts.googleapis.com/css?family=Oxygen|Rubik');

html{
	scroll-behavior: smooth;
	scroll-padding:4rem;
}

body{
font-family: 'Oxygen', sans-serif;
font-size:16px;	
}

h4, .h4 {
    font-size: 2rem;
}

video {
  width: 100%;
  height: auto;
}

.img100{
	width:100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 25px; height: 25px;
}

.navbar {border-bottom: 1px solid #f3edff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.navbar-brand img{
	max-height:50px;
}

.navbar-fixed-top.scrolled{
  background-color: #fff !important;
  transition: background-color 200ms linear;
  
}

.bg-dark {
	background: rgba(255,255,255) !important;
  backdrop-filter: saturate(180%) blur(20px);
    /*background-color: #fff !important;*/
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0 / 75%);
}

.navbar-dark .navbar-nav .active > .nav-link{
	color:#000;
}

.nav-item a:hover{
	color:#0095da !important;
}

.navbar-nav{
	/*text-transform:uppercase;*/
	right: 0;
	position: absolute;
}

.navbar-nav li{
	padding:0 12px;
}

.navbar-nav .underline{
	width: 100%;
}


.navbar-nav .active{
font-weight: 900;
color:#0095da !important;
}


h1{
	color:#c11010;
	font-weight:900;
}

h2{
	color:#045a73;
	font-weight:bold;
}

h5{
	color:#444444;
}

h6{
	color:#c00000;
}

.shapedimg{
	/*border-radius: 200px 151px 200px 0px;*/
	border-radius: 200px 209px 278px 309px;
	border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #ff8f00;
   /* border-radius: 155px 280px 135px 200px;*/
    box-shadow: -1px 3px 2px 1px #9b1919;
}

/*
#banner{
	background-attachment: scroll, fixed;
	background-color: #0d1e2d;
	background-image: url("images/bg-strip.jpg"), url("../images/bg-1.jpg");
	background-position: top left, center center;
	background-repeat: repeat, no-repeat;
	background-size: contain;
	color: #d1d2d4;
	padding: 19em 0;
	position: relative;
	text-align: center;
}
*/

#banner{
	background-attachment: fixed, fixed;
	background-image: url(../images/bg-1.jpg), url(../images/bg-strip.jpg);
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
	background-size: contain, cover;
    padding: 19em 0;
    position: relative;
    text-align: center;
}

#banner2{
	background-attachment: fixed;
	background-image: url(../images/bg-strip2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    padding: 19em 0;
    position: relative;
    text-align: center;
}

#banner3{
	background-attachment: fixed;
	background-image: url(../images/bg-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    padding: 19em 0;
    position: relative;
    text-align: center;
}


#banner4{
	background-attachment: fixed;
	background-image: url(../images/contact.jpg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: contain;
    padding: 10em 0;
    height: 60vh;
    position: relative;
    text-align: center;
}


#banner3 h4{
 color:#fff;
 margin-bottom:30px;
}

.section{
	padding:70px 0;
	text-align:center;
}


.section p {
	margin:0 auto;
}

	/*.underline{
		border-bottom:5px solid #0095da;
		display: block;
		width: 15%;
		margin: 0 auto;
	}*/


.ghost-button-rounded-corners {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background-color: #c11010;
/*  border-radius: 5px;*/
  text-align: center;
  outline: none;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #cecece;
  color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}


.counter{
	color:#fff;
}

.counter h2{
	color:#838383 !important;
	font-weight: bold;
}

.counter h2 span{
	font-size:18px;
	display:block;
	font-weight: normal;
}

.counter .underline{
	width: 40%;
}

.des{
	margin:0 100px;
}

#services h5{
	padding:25px 0 40px 0;
}

.whatsapp img {
    width: 65px;
}

  .vision{background-color: #c6edff;
    padding: 60px 30px;
    margin: 15px 15px;
}

/* table */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
  }

  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }

  th {
    background-color: #0095da;
    color: white;
  }

  tr:nth-child(odd) {
    background-color: #f2f2f2;
  }

  tr:nth-child(even) {
    background-color: #ffffff;
  }
/* .table */


footer{
	background-color:#464749;
	color:#cecece;
	
}

footer h6{
	color:#868e96;
}

footer hr{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer a{
	color:#fff;
}

footer a:hover{
	color:#0095da !important;
	text-decoration:none;
}

.footer-copyright{
	font-size:12px;
}

/*.footer-copyright a{
   color:#585d62;
}

.footer-copyright a:hover{
   color:#585d62;
}*/

pl-cus{
	padding-left:18px;
}

.whatsapp-icon {
    width: 30px;
    height: auto;
    padding: 7px 0 0 0;
}

.social{
	/*width:92px; */
	overflow:hidden;
	margin:0 auto;
	font-size: 1.5em;
	text-align: center;
}

.social a{
	color:#888;
}

.social a:hover{
	color:#fff;
}






/**********  Products **********/


.products h5{
	font-weight: 700;
	padding-bottom:10px;
	background-color: #28864c;
    color: #fff;
    padding: 13px;
    margin-bottom:0px;
}

.products h5::before{
	content: '';
    display: inline-block;
    background-color: #664c9c;
    width: 5px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 15px;
}


.products img{
	margin-bottom: 100px;
}

.border5{
	border-bottom: 5px solid #062d4c;
}


/*#Spare h3::after{
	content: '';
    background-color: red;
    display: inline-block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 64px;
    right: 10px;
}
*/




.bgOverlay{
	background-color:rgba(0,0,0,0.8);
}

#bannerProducts ul li{
	text-align:left;
	line-height:30px;
}

/* Box */

	.box {
		border-radius: 0.5em;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 2em;
	}

	.box > :last-child,
	.box > :last-child > :last-child,
	.box > :last-child > :last-child > :last-child {
		margin-bottom: 0;
	}

	.box.alt {
		border: 0;
		border-radius: 0;
		padding: 0;
	}

	.box.post {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.box.post .image:first-child {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin: -2em 0 2em -2em;
		width: calc(100% + 4em);
	}

	.box.post .image:first-child img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}



/* Image */

	.image {
		border-radius: 0.5em;
		border: 0;
		display: inline-block;
		position: relative;
	}

	.image img {
		position: relative;
		border-radius: 0.5em;
		display: block;
	}


	.image.fit img {
		display: block;
		width: 100%;
	}

	
		
	.underlineTitle {
    border-bottom: 3px solid #cecece;
    display: block;
    width: 15%;
    padding: 20px 0 0 0;
	}

	.white-text{
		color:#fff;
	}

	.whitebg{
		background-color: #fff;
	}

	.Uniqueness .card{
		padding:30px;
		margin-bottom: 20px;
	}

	.Uniqueness h4{
		padding-bottom:25px;
	}

	.card img{
		margin-bottom:20px;
	}
	.card h4{
		font-size: 1.5rem;
	}


.navbar-dark .navbar-toggler {
    color: rgb(0 0 0);
    border-color: #fff;
    background-color:#0095da;
}

/*.navbar-dark .navbar-toggler-icon {
    background-image: url('images/menu-icon.png')!important;
}*/


#myVideo {
position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(1.5);
    top: 35px;
}

.overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}

.overlay2{
	background-color:#071420c4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.overlay3{
	background-color:#ff6907a8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
}


/* slider animation*/

/*.containerLogo {
  overflow: hidden;}
  
  .slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;}
    
   .logos {
      width: 100%;
      display: inline-block;
      margin: 0px 0;}
      
   .fbs {
        width: calc(100% / 8);
        animation: fade-in 0.5s 
          cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
   }
 

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}*/

/*end slider animation */



/*Logo Slider*/

h2{
  text-align:center;
  padding: 20px;
}
/* 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;
}


.clientsLogo button{
	background: none;
	color: #fff0;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}


.slick-prev{
	position: absolute;
	top: 40px;
    left: -32px;
}
.slick-next{
	position: absolute;
	top: 40px;
    right: -43px !important;
}


button.slick-prev{
            background-image: url('../images/arrow-sm-l.png');
            background-repeat: no-repeat;
            width:35px;
            height:35px;
}

button.slick-next{
            background-image: url('../images/arrow-sm-r.png');
            background-repeat: no-repeat;
            width:35px;
            height:35px;
}

/* end logo slider*/


.contact p{
	color:#fff;
}



/******* Media Query ******/


@media screen and (max-width:1020px){
	.nav-item{
	border-right: none;
	padding:0 10px;
	}
	
	.navbar-nav{
	text-transform:uppercase;
	right: 0;
	position: relative;
	}
	
	.active .underline{
		display:none;
	}
	
	.wa-small{
		width:30px; float:right;
		position:absolute;
		right:0;
		padding-right:5px;
	}
	.slick-prev,.slick-next{ display: none !important; }

}

@media screen and (max-width:766px){
#banner{
	background-attachment: fixed, fixed;
	background-image: url("../images/vision-m.jpg"), url("../images/bg-strip-m.jpg");
	 background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
	background-size: contain, cover;
	}
	
#bannerAboutus{
	background-attachment: scroll, fixed;
	background-color: #0d1e2d;
	background-image: url("images/overlay.png"), url("../images/vision-m.jpg");
	height:100vh;
	}


.ccpage{
	margin-top:75px;
	}

	.navbar-brand img {
    max-height: 40px;
     }

}

.whatsapp{height:auto;padding:10px;position: fixed;right:5px;bottom:8px;z-index: 199;}