﻿@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&family=Gruppo&family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

html{
    font-size:62.5%;
}

html,body{
    overflow-x:hidden;
}

@media only screen and (max-width: 767px) {
  html {
    font-size:40%;
  }
}

body {
    margin:0;
    padding:0;
    box-sizing:border-box; 
    width:100% !important;
    overflow-x:hidden !important;
    font-family: 'Comfortaa', cursive;
    font-size:1.6rem;
}



a{
    text-decoration: none;
}

a:hover {
    text-decoration:none !important;
}

.container-fluid{
    padding-right:0;
    padding-left:0;
}

.navbar{
    font-family: 'Roboto Slab', serif;
    background-color:#fff;
    z-index:100000;
    overflow:visible !important;
    box-shadow: 0px 4px 7px #777;
}
.navbar-nav{
    width:85%;
    margin-right:0;
    margin-left:auto;
}

.scrolled{
    background-color:#fff !important;
}


.navbar .navbar-brand img{
    width:15rem;
}

.custom-toggler.navbar-toggler {
    border:none;
    cursor:pointer;
}

.custom-toggler.navbar-toggler:focus{
    border:none;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,183,55,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} 

span i .fa{
    color:#fff;
    font-size:3rem;
}

.navbar-light .navbar-toggler{
    color:transparent;
}

span .navbar-toggler-icon{
    color:rgba(36, 43, 100,0.8);
}

.navbar-brand img{
    max-width:18rem;
}

.navbar-nav a{
    color:rgb(60,70,75) !important;
    margin:auto;
    text-align:center;
    margin-bottom:5px;
    position:relative;
    display:block;
    text-decoration:none;
}



.navbar-nav a::before{
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background:rgb(0, 148, 255);
    transition: all 0.7s;
    left:0;
    bottom:-10px;
    z-index:9999999;
}

.navbar-nav a:hover{
    color:rgb(0, 148, 255) !important;
    /*clip-path: polygon(10% 0%, 100% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%);*/
    cursor:pointer;
    transition:all 0.5s;
}

.navbar-nav a:hover::before{
    opacity: 1;
    width: 100%;
}

@keyframes slide-out{
    0% {
        transform: none;
    }
    100% {
        transform: translate(100%,0);
    }
}
@keyframes slide-in {
    0% {
        transform: translate(-100%,0);
    }
    100% {
        transform: none;
    }
}
/*clip-path: polygon(15% 0%, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 50%);*/

.navbar-nav a:hover i{
    color:rgb(60,70,75);
    background-color:#fff;    
    font-size:10px;
}

.navbar-nav a{
    color:#242582!important;
}

.nav-item {
    width:100%;
    font-family: 'Roboto Slab', serif;
    color:#242582!important;
    font-size:1.8rem;
}

.dropdown-item{
    font-family: 'Roboto Slab', serif;
    color:#242582!important;
    font-size:1.6rem;
}

.scrolled{
    background-color:#fff !important;
}

.dropdown-menu{
    width:220px;
}

.dropdown-menu .dropdown-item{
    font-size:1.4rem;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dropdown-menu .dropdown-item::before{
    background-color:transparent;
}

/*------------------Progress Bar----------*/

.header1 {
  position: fixed;
  top: 0;
  z-index: 200000;
  width: 100%;
  background-color:#fff;
  margin-top:4px;
}

.progress-container {
  width: 100%;
  height: 3px;
  background-color:#fff;
}

.progress-bar {
  height: 3px;
  background:rgb(0, 148, 255);
  width: 0%;
  z-index: 200001;
}


/*--------Home Carousel-----------*/

.carousel{      
    width:100%;
    height:auto;
    overflow:hidden;
}

.carousel-item video{
    position:relative;
}

.carousel-item .carousel-caption{
    padding: 0;
    bottom: 35%;
    display: block;
}

.carousel-item .carousel-caption h1{    
    font-family: 'Overpass', sans-serif;
    text-transform:uppercase;
    font-size:5vw;
    font-weight:bold;
    text-align:center;
}

.topic {
    margin: 0;
    padding: 4rem 2rem;
    ;
}
/*.carousel-img{           
    width:100%;
    height:100vh;
    object-fit:cover;
    position:relative;
    border-bottom-right-radius:30vh;
}

.carousel-caption{
    color:#fff;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    padding:0;
}

.carousel-content{ 
    height:100%;   
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:10vw;
    background-color:rgba(11,12,16,0.8);
    border-bottom-right-radius:30vh;
}

.carousel-content h1{
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:50px;
    font-size:6vw;
    background: linear-gradient(to right, #6190E8 0%, #A7BFE8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-align:left;
    visibility:hidden;
}

.carousel-content p{    
    text-align:left;
    font-size:1.15rem;
    color:#fff;
    visibility:hidden;
    font-family:Montserrat,sans-serif;
}

.carousel-content button{
    width:250px;
    border-radius:20px;
    border:2px solid #66fcf1;
    background-color:transparent;
    margin-top:5vh;
    font-family:Montserrat,sans-serif;
}

.carousel-inner .carousel-item.active h1{
    animation:text-transform 2s ease-out;
    visibility:visible;
    position:relative;
}

.carousel-inner .carousel-item.active p{    
    animation:text-transformp 2s ease-out;
    visibility:visible;
    position:relative;
}

@keyframes text-transform{
   from {
    opacity:0;
    left:-400px;
  }
  to {
    opacity:1;
    left:0;
  }
}

@keyframes text-transformp{
   from {
    opacity:0;
    right:-200px;
  }
  to {
    opacity:1;
    right:0;
  }
}*/
/*----------carousel animation------------*/
@-webkit-keyframes zoom {
    from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@-moz-keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}


/*------------about us--------------*/

.about-us{
    min-height:60rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
}


.about-us h1{
    font-family: 'Roboto Slab', serif;
    font-size:6rem;
    color:rgb(0, 148, 255);
    margin-bottom:10rem;
    font-weight:bold;
    text-transform:uppercase;
    position:relative;
}

.about-us h1::after{
    content:'';
    width:10rem;
    height:3px;
    background-color:rgb(100,25,70);
    position:absolute;
    bottom:0;
    left:0;
}

.about-us .company-title{
    padding-bottom:10vh;
}

.about-us .company-title h2{
    font-family: 'Roboto Slab', serif;
    min-height:100px;
    text-transform:uppercase;
}

.about-us .company-title h2 span{
    font-size:8vh;
    font-weight:bolder;
    min-height:100px;
    min-width:100px;
    color:rgb(0, 148, 255);
    padding-left:5px;
}

.about-us p{
    font-size:2rem;
    font-family: 'Comfortaa', cursive;
}

/*------------Counting---------------*/
.counting{
    background:transparent;
}


.counter {
    margin-bottom:20px;
}

.count-title {
    font-size: 4rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight:900;
    color:#553d67;
}

.counter-Txt{
    text-align:center;
    font-size:2rem;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:20px;
    width:100%;
}
.counter-Txt span{
    font-size:5rem;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    background:linear-gradient(rgb(0, 148, 255),#242582);
    font-weight:bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color:#242582;
}

.counter-icon{
    margin:0 auto;
    text-align:center;
    background:linear-gradient(rgb(0, 148, 255),#242582);
    width:70px;
    height:70px;
    padding:10px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.counter-icon i {
    color:#fff;
    font-size:35px;
}



.vission h2{
    font-size:5vh;
    font-family: 'Roboto Slab', serif;
    margin-bottom:5vh;
    position:relative;
    color:#45a29e;
}

.vission h2::after{
    content:'';
    width:100%;
    height:2px;
    background-color:rgb(0, 148, 255);
    position:absolute;
    bottom:-2vh;
    left:0;
}


.vission p{
    font-size:2rem;
    margin-bottom:5vh;
}

.vission li{
    font-size:2rem;
    margin-bottom:5vh;
    text-decoration:none;
    list-style:none;
}

.vission li i{
    padding-right:10px;
    color:#45a29e;
}

.product{
    background-color:#fff;
}

.product h1 {
    font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
    font-size:5vw;
    text-transform:uppercase;
    margin-bottom:5vw;
    position:relative;
    color:rgb(0, 148, 255);
    font-weight:700;
}

.product h1::after{
    content:'';
    width:200px;
    height:3px;
    background-color:rgb( 60,70,75);
    position:absolute;
    bottom:0;
    left:50%;
}

.product .card{
    margin-bottom:5vh;
    overflow:hidden;
 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.product .card .card-img-top{
    margin:auto;
    height:20rem;
    transition:ease-in 1s;
}

.product .card .card-head{
    overflow:hidden;
}

.product .card .card-title{
    font-family: 'Roboto Slab', serif;
    font-size:3vh;
}

.product .card .card-text{    
    font-family: 'Roboto Slab', serif;
}

.product .card:hover .card-img-top{
    transform:scale(1.2);
}

/*------------product carousel-----------*/

/* Position the image container (needed to position the left and right arrows) */
.product-container {
  position: relative;
  color:rgb(0, 148, 255);
}

.product-container h1{
    font-family: 'Roboto Slab', serif;
    font-size:5vw;
    padding-bottom:1.5vh;
    margin-bottom:3vh;
    font-weight:bold;
    color:rgb(0, 148, 255);
    text-transform:uppercase;
    position:relative;
}

.product-container h1:before{
    content:'';
    height:3px;
    width:100px;
    position:absolute;
    bottom:5px;
    background-color:rgb( 60,70,75);
}

.product-container h1:after{
    content:'';
    height:3px;
    width:100px;
    position:absolute;
    bottom:5px;
    background-color:rgb( 60,70,75);
    transform:translate(-100%);
}

.product-container img{
  vertical-align: middle;
  border-radius:10px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img{
    height:400px;
    object-fit:cover;
    width:600px;
    left:50%;
    transform:translate(-50%);
    position:relative;
}

.mySlides p{
    font-size:3vh;
    padding:10px 10px;
    text-align:center;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left:0;
  width: auto;
  margin-top: -50px;
  color:rgb( 0,153,153) !important;
  background-color:#fff;
  font-weight: bold;
  font-size: 5vw;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  padding-right:5vw;
  padding-left:5vw;
  padding-bottom:10px;
}

/* Position the "next button" to the right */
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  right:0;
  margin-top: -50px;
  color:rgb( 0,153,153) !important;
  background-color:#fff;
  font-weight: bold;
  font-size: 5vw;
  border-radius: 3px 0px 0px 3px;
  user-select: none;
  -webkit-user-select: none;
  padding-right:5vw;
  padding-left:5vw;
  padding-bottom:10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color:#000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 1.2rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  color: #45a29e;
  font-size:5vh;
}

.product-container .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
  padding:5px;
}
.column img{
    height:100px;
    object-fit:cover;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.nav{
}

services x-ms-webview offer
.nav-tabs {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	border: none;
}

.nav-tabs .nav-item{
    display:flex; 
    flex-grow:4;
    width:auto;
}

.nav-tabs .nav-link{
	border: none;
	border-radius: 0;
	transition: color .2s ease-out;
    width:100%;
    text-align:center;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tabs-dark .nav-link {
	color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size:2rem;
}
.tabs-light .nav-link {
	color:rgb(65,170,170)!important;
}
.tabs-light .nav-link .active{
    color:rgb(65,170,170)!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color:#242582 !important;
    color:#fff;
}

.tabs-dark .nav-link:not(.active):hover {
	color: rgb(0, 148, 255);
}
.tabs-light .nav-link:not(.active):hover {
	color: rgb(65,170,170);
}

.tabs-marker .nav-link {
	position: relative;
}
.tabs-marker .nav-link.active .marker1 {
	height: 30px;
	width: 30px;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
}
.tabs-marker .nav-link.active .marker1:after {
	content: "";
	height: 15px;
	width: 15px;
	top: -8px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
	transform-origin: left;
	background-color:#232482 !important;
 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	position: absolute;
}

/*.services{
    padding-top:5vh;
    padding-bottom:5vh;
}

.services h1{
    padding:10px;
    font-size:25px;
    font-family:Montserrat,sans-serif;
    color:rgb(36, 43, 100);
    background-color:#c5c6c7;
    width:auto;
    transition:ease-in-out 0.5s;
    text-transform:uppercase;
}

.services h1:hover{
    color:rgb(0, 148, 255);
    cursor:pointer;
}

.services h1 i{
    color:#45a29e;
    padding-right:10px;
    padding-left:10px;
    position:relative;
}

.services li{
    list-style:none;
    font-family:Montserrat,sans-serif;
    padding-bottom:10px;
}

.services li i{
    padding-right:10px;
    font-size:3vh;
    color:rgba(36, 43, 100,0.8);
}

.service-img{
    position:relative;
    width:100%;
    height:auto;
}

.service-content{
    position:absolute;
    background-color:rgba(11,12,16,0.8);
    width:100%;
    height:100%;
    top:0;
}

.service-content .service-caption h2{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#66fcf1;
    font-size:40px;
    text-transform:uppercase;
    font-weight:bold;
}*/

/*-----------------products-Swiperjs-------------------*/

.product-swiper{
    background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
	height: auto;
}

.product-industrial{
    background: #eee;
}

.product-swiper h1{
    text-align:center;
    font-weight:bold;
    font-size:3.5rem;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    color:#2f2fa2;
    padding-top:10px;
    position:relative;
}
.product-swiper h1:after{
    position:absolute;
    content:'';
    height:2px;
    width:34%;
    background-color:rgba(0,0,0,0.14);
    top:50%;
    right:0;
}

.product-swiper h1:before{
    position:absolute;
    content:'';
    height:2px;
    width:34%;
    background-color:rgba(0,0,0,0.14);
    top:50%;
    left:0;
}

.product-swiper .swiper-container {
		width: 100%;
		height: 35rem;
		margin: 20px auto;
}

.product-swiper .swiper-container .swiper-slide-container {
    text-align: center;
	font-size: 1.8rem;
	background: #fff;
    background-position:center;
    background-size:cover;
    width:95%;
      height:100%;
      max-width: 600px;
      margin:auto;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}

.product-swiper .swiper-container .swiper-slide-container img{
    border-radius:10px;
}

.swiper-container-industrial{
    background:#eee;
}

.gallery-top {
		height: 80%;
		width: 100%;
}
.gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 15rem;
		opacity: 0.4;
        cursor:pointer;
}
.gallery-thumbs .swiper-slide-active {
		opacity: 1;
}


/*-----------testimonials------------*/
/*-----------testimonial Carousel-------------*/

.testimonial-carousel h1{
    text-align:center;
    font-weight:bold;
    font-size:3.5rem;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    color:#2f2fa2;
    padding-top:10px;
    position:relative;
}

.testimonial-carousel h1:after{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(0,0,0,0.14);
    top:50%;
    right:0;
}

.testimonial-carousel h1:before{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(0,0,0,0.14);
    top:50%;
    left:0;
}

.testimonial-carousel .carousel{
    width:100%;
    height:auto;
}

.testimonial-carousel .carousel-item .card{
    text-align:center;
    font-family: 'Roboto Slab', serif;
    border:none;
}

.testimonial-carousel .carousel-item .card i{
    font-size:4.8rem;
    color:#897ceb;
    margin-bottom:20px;
}

.testimonial-carousel .carousel-item .card .card-img-bottom{
    position:relative;
    width:100%;
    height:auto;
}

.testimonial-carousel .carousel-item .card .card-img-bottom img{
    width:14rem;
    height:14rem;
    padding:5px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:55px;
    border:2px solid rgb(0, 148, 255);
    border-bottom-color:rgb(0, 148, 255);
    border-top-color:rgb(0, 148, 255);
    animation:animate-carousel-img 2s forwards infinite;
}

@keyframes animate-carousel-img{
    0%{
    border-bottom-color:rgb(0, 148, 255);
    border-top-color:rgb(0, 148, 255);
    border-left-style:ridge;
     }
    50%{        
    border-left-color:rgb( 60,70,75);
    border-right-color:rgb( 60,70,75);
    border-bottom-color:transparent;
    border-top-color:transparent;
    }
    100%{
    border-left-color:transparent;
    border-right-color:transparent;
    border-bottom-color:rgb(0, 148, 255);
    border-top-color:rgb(0, 148, 255);
    }
}

.testimonial-carousel .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(0,0,0)' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.testimonial-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(0,0,0)' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.testimonial-carousel .carousel-indicators li{
    height:6px;
    width:6px;
    border:3px solid rgb(60,70,75);
    background-color:transparent;
    border-radius:100%;
    bottom:-5px;
}

.testimonial-carousel .carousel-indicators .active{    
    border:3px solid #fb397d;
}

.testimonial-carousel .carousel-item .card h4{
    text-transform:uppercase;
    color:rgb(0, 148, 255);
}


/*------------Time line History-----------*/

.main-heading{
    text-align:center;
    text-transform:uppercase;
    font-family:'Roboto Slab', serif;
    margin-bottom:50px;
    margin-top:50px;
    font-weight:700;
    color:#242582;
    font-size:3.5rem;
}

.profile-container-profile li{
    font-size:25px;
    padding:10px;
}


/*-----------timeline------------*/

.timeline-container {
   width: 80%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.timeline-container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -2px;
   width: 4px;
   height: 100%;
   background:rgb(0, 148, 255);
   z-index: 1
}

.timeline-block {
   width: calc(50% + 10px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl;
}

.marker {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   border: 5px solid rgb( 60,70,75);
   background:#fff;
   margin-top: 50px;
   z-index: 9999
}

.timeline-content {
   width: 95%;
   padding: 0 15px;
   color: #666;
   margin-top:15px;
   margin-bottom:15px;
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size:2rem;
   font-family: 'Roboto Slab', serif;
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 4rem;
   line-height: 1.5em;
   word-spacing: 1px;
   font-weight:bolder;
   color:rgb(0, 148, 255);
}


@media screen and (max-width: 768px) {
    .timeline-container:before {
        left: 12px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }
}


/*------------Clients--------------*/

/*.clients{
    background-color:#fff !important;
}

.clients h1{
    font-size:50px;
    text-transform:uppercase;
    font-weight:bolder;
    color:rgb(0, 148, 255);
    text-align:center;
    position:relative;
    margin-bottom:20px;
}

.clients h1::before{
    content:'';
    position:absolute;
    height:3px;
    width:10%;
    background-color:rgb( 60,70,75);
    bottom:0;
}

.clients .logo{
    height:180px;
    margin:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid transparent;
 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    transition:ease-in-out 0.5s;
}

.clients .logo img{
    margin:auto;
    width:120px;
    height:auto;
}

.clients .logo:hover{
    border:2px solid rgb(0, 148, 255);
    transform:translateY(-10px);
}*/

/*-----------clients Swiper---------------*/

.swiper-container {
      width: 100%;
      height: 300px;
}

.swiper-slide {
      text-align: center;
      font-size: 1.8rem;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.client{    
      position: relative;
      height: 100%;
      background-color:#fff;
}

.client h1{
    text-align:center;
    font-weight:bold;
    font-size:3.5rem;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    color:#2f2fa2;
    padding-top:10px;
    position:relative;
}

.client h1:after{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(0,0,0,0.14);
    top:50%;
    right:0;
}

.client h1:before{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(0,0,0,0.14);
    top:50%;
    left:0;
}


.client .card{
    height:230px;
    width:230px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgb(65,170,170);
    transition:all .5s;
 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    overflow:hidden;
}

.client .card img{
    width:90%;
    height:auto;
}

.client .card:hover{
    transform:translateY(-15px);
}

/*-------------Contact us-------------*/

.contactus-info{
    background:url('Images/Industries we serve/redcharlie-QY0cRO1WUNg-unsplash.jpg');
    background-position:center;
    background-size:cover;
    position:relative;
}

.contactus-info .background-blur{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
}

.space {
    margin-top: 40px;
}
.btn-form, .btn-form:hover, .btn-form:focus {
    background-color: rgb(0, 148, 255);
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    font-size:1.5rem;
    margin-bottom:50px;
}
.br-radius-zero {
    border-radius: 0px;
}
.form-control{
	height: 40px;
    font-size:1.5rem;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

hr.botm-line {
    left:50%;
    height: 3px;
    width: 150px;
    background: rgb( 60,70,75);
    position: relative;
    border: 0;
    margin: 10px 0 20px 0;
    transform:translate(-50%);
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

.section-padding{
	padding: 0px 0px;
    margin:0%;
}

.ser-title{
    text-align:center;
    font-weight:bold;
    font-size:3.5rem;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    color:rgb(0, 148, 255);
    padding-top:10px;
    position:relative;
}

.ser-title:after{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(255,255,255,0.5);
    top:50%;
    right:0;
}

.ser-title:before{
    position:absolute;
    content:'';
    height:2px;
    width:40%;
    background-color:rgba(255,255,255,0.5);
    top:50%;
    left:0;
}

.contact-info .cnt-ttl{
    margin-top:3rem;
    font-family: 'Roboto Slab', serif;
    color:#fff;
    font-size:2.5rem;
}


.contact-info-section h3{
    font-family: 'Roboto Slab', serif;
    color:#fff;
    font-size:2.5rem;
    margin-top:3rem;
}

.contact-info-section p{
    display:flex;
}

.contact-info-section p span{
    padding:10px;
    font-family: 'Roboto Slab', serif;
    color:#fff;
}


.contact-info-section p i{
    font-size:2rem;
    background-color:rgb(0, 148, 255);
    width:40px;
    height:40px;
    border-radius:100%;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}

.contact-info-section .social-links{
    width:100%;
    height:50px;
    display:flex;
}

.contact-info-section .social-links a{
    text-decoration:none !important;
}

.contact-info-section .social-links a i{
   font-size:2rem;
    background-color:rgb(0, 148, 255);
    width:50px;
    height:50px;
    border-radius:100%;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    margin:10px;
    text-decoration:none;
}

.contact-info-section .social-links a i:hover{
    text-decoration:none !important;
    background-color:rgb(0, 148, 255);
}

.contact-info .form-group .form-control{
    border-bottom-left-radius:20px;
    border-top-right-radius:20px;
    border-color:rgb(0, 148, 255);
}

/*---------------Sevices-------------*/


.services{
    background:url('Images/Industries we serve/lenny-kuhne-jHZ70nRk7Ns-unsplash.jpg');
    background-position:center;
    background-size:cover;
    position:relative;
}

.services .background-blur{
    position:absolute;
    background-color:rgb(60,70,75);
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0.8;
}

.services .main-card{
    width:100%;
    height:48.5rem !important;
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-bottom:20px;
    background-color:#fff;
    border-radius:10px;  
    box-shadow:inset 0 0 15px rgba(0,0,0,.15);
    background-image:radial-gradient(#fff,#f2f0f0);
}

/*.services .main-card .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}*/

/*.services .main-card:hover .content-overlay{
  opacity: 1;
}*/

.services .main-card .card-icon{    
    position:absolute;
    top:20%;
    left:50%;
    transform:translateX(-50%);
    height:20rem;
    width:20rem;
}

/*.main-card .caption{
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.services .main-card:hover .caption{
  top: 50%;
  left: 50%;
  opacity: 1;
}*/


.services .main-card .main-card-heading{   
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size:3rem;    
    font-family: 'Roboto Slab', serif;
    width:100%;
    margin-top:20px;
    color:#242582;
    font-weight:600;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.services .main-card .main-card-content{
    position:absolute;
    bottom:5%;
    left:0;
    color: #333;
    font-size: 0.8em;
    text-align:center;
    padding:20px 30px;
}

.services .main-card .fadeIn-top{
  top: 20%;
}

/*.services .main-card .caption::after{
    content:'';
    position:absolute;
    height:100px;
    width:10px;
    background-color:#fff;
    right:10%;
    bottom:-5%;
    z-index:10;
    transform:skew(30deg);
}*/

.services .card{
    width:90%;
    height:220px;
    position: relative;
    margin:auto;
    margin-bottom:16px;
    overflow:hidden;
    border:2px solid #fff;
    background-image:radial-gradient(#fff,#f2f0f0);
    border-radius:10px;
}

/*.services .card .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.services .card:hover .content-overlay{
  opacity: 1;
}*/

.services .card .card-icon{
    position:absolute;
    bottom:20%;
    left:50%;
    transform:translateX(-50%);
    height:100px;
    width:100pxx;
}

.services .card .caption{
      position: absolute;
      text-align: center;
      padding-left: 1em;
      padding-right: 1em;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
}

.services .card:hover .caption{
  top: 50%;
  left: 50%;
  opacity: 1;
}




.services .card .caption h1{
    height:60px;
    font-size:2rem;    
    font-family: 'Roboto Slab', serif;
    width:100%;
    background:none;
    color:#242582;
    font-weight:600;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#fff;
}

.services .card .icon-caption{  
    display:flex;
    justify-content:center;
    align-items:center;
    height:60px;
    font-size:2.2rem;    
    font-family: 'Roboto Slab', serif;
    width:100%;
    background:none;
    color:#242582;
    font-weight:600;
    position:relative;
    text-transform:uppercase;
    transition:all .4s;
    background-color:transparent !important;
}

.services .card .caption p{    
  color: #fff;
  font-size: 0.8em;
}

.services .card .fadeIn-top{
  top: 20%;
}

/*.services .card .caption::before{
    content:'';
    position:absolute;
    height:100px;
    width:10px;
    background-color:#fff;
    left:2%;
    bottom:-1%;
    z-index:10;
    transform:skew(30deg);
}*/
/*------------------------------------------------
            About us Page
------------------------------------------------*/

.about-title .Title-section{
    background:url('Images/Process and Capabilities/casting.jpg');
    background-position:center;
    background-size:cover;
    width:100%;
    height:100vh;
    position:relative;
    margin-bottom:40px;
}

.Title-section .background-blur{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    position:absolute;
    top:0;
    left:0;
}

.main-title{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.Title-section .main-title h1{
    font-size:6rem;
    color:#fff;
    display:flex;
    font-family: 'Roboto Slab', serif;
    justify-content:center;
    align-items:center;
    font-weight:bold;
    position:relative;
    text-transform:uppercase;
    padding:10px;
}

.Title-section .main-title p{
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:10px;
}



.vission-section{
    background:url('Images/About us/vision.jpg');
    background-position:center;
    background-size:cover;
    width:100%;
    height:auto;
    position:relative;
    margin:auto;
}


/*----------our-goal---------*/

.goal{
    width:100%;
    height:auto;
}

.vission-section .background-blur{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
}

.mission-section{
    background:url('Images/About us/mission.jpg');
    background-position:center;
    background-size:cover;
    width:100%;
    height:auto;
    margin:auto;
    position:relative;
}

.mission-section .background-blur{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
}

.values-section{
    background:url('Images/About us/our values.jpg');
    background-position:center;
    background-size:cover;
    width:100%;
    height:auto;
    margin:auto;
    position:relative;
}

.culture-section{
    background-image:linear-gradient(to bottom, rgba(0,0,0,.8),rgba(0,0,0,.8)) ,url('Images/About us/our culture.jpg');
    background-position:center;
    background-size:cover;
    width:100%;
    height:auto;
    margin:auto;
    position:relative;
}

.values-section .background-blur{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    position:absolute;
    top:0;
    left:0;
}

.goal h1{
    font-size:5rem;
    width:100%;
    height:250px;
    color:#fff;
    display:flex;
    font-family: 'Roboto Slab', serif;
    justify-content:center;
    align-items:center;
    font-weight:bold;
    position:relative;
    text-transform:uppercase;
}

.goal .Goal-card{
    position:relative;
    width:250px;
    min-height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    /*background:url(Images/background.png);*/
    background-position:center;
    background-size:contain;
    margin:auto;
    overflow:hidden;
    background-repeat:no-repeat;
}

.goal .content{
    min-height:200px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/*.goal .Goal-card i{
    font-size:30px;
    color:#ee6059;    
    border-radius:100%;
    border:3px solid #fff;
    height:150px;
    width:150px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}*/

@keyframes icon-animation {
    0%{
        opacity:1;
    }
    50%{
        opacity:0;
        transform:translateY(-20px);
    }
    100%{
        opacity:0;
    }
}

.goal p{
    padding:18px;
    color:#f7f7f7 !important;
    font-size:2rem;
    font-weight:700;
}

.goal p span{
    font-weight:900;
    font-size:2rem;
    color:rgb(32, 194, 255);
}

/*.goal .Goal-card::before{
    position:absolute;
    content:'';
    width:70px;
    height:70px;
    background:linear-gradient(#69b24d,#f9e400);
    bottom:0;
    left:0;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
    border-top-left-radius:50%;
    border:10px solid #fff;
    z-index:1;
}

.goal .Goal-card::after{
    position:absolute;
    content:'';
    width:70px;
    height:70px;
    background:#fff;
    top:7%;
    right:0;
    border-radius:100%;
    border:10px solid #fff;
    z-index:1;
}

.goal .Goal-card::after(2){
    position:absolute;
    content:'';
    width:60px;
    height:70px;
    background:#fff;
    top:7%;
    right:0;
    border:10px solid #ff7c00;
    z-index:1;
}*/

/*----------------------------------------------
----------------Careers Page------------------
----------------------------------------------*/

.career {
    background-image:linear-gradient(to bottom,rgba(9, 0, 255, 0),rgba(9, 0, 255, 0)),url('Images/Home Crousel/AdobeStock-209433187_original.jpeg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.career .bg-blur{
    width:100%;
    height:100%;
    position:absolute;
    background-color:rgba(9, 0, 255, 0.42);
    top:0;
    left:0;
}

.career h1{
    text-align:center;
    padding:5vh 0;
    color:#fff;
    font-family: 'Roboto Slab', serif;
    font-size:30px;
    font-weight:700;
    position:relative;
    text-transform:uppercase;
}

.career form{
    font-family:'Roboto Slab', serif;
    border:2px solid #eee;
    background: rgba(32, 177, 170, 0.77);
    margin-bottom:5vh;
}

.career form h2{
    font-family:'Roboto Slab', serif;
    text-align:center;
    color:#fff;
    font-weight:900;
    text-transform:uppercase;
    padding:10px;
    letter-spacing:2px;
}

.career form p{
    font-family:'Roboto Slab', serif;
    text-align:center;
    color:#fff;
    letter-spacing:2px;
}


.career form .form-group{
    font-family:'Roboto Slab', serif;
    color:#fff;
    padding:0px 30px;
    letter-spacing:2px;
}


.career form .form-group input{
    background: #eee;
    border-radius:0;
    border:none;
}

.career form .form-control::placeholder {
    color:#333;
    letter-spacing:1px;
}

.career form button{  
    margin:30px;
    background:#20b1aa;
    border:none;
    width:50%;
    border-radius:0;
}

.career .btn-primary{
    font-family:'Roboto Slab', serif;
    background:#eee;
    color:#242582;
    font-size:1.5rem;
}

.career .btn-primary:hover{
    font-size:1.5rem;
    background:#242582;
    color:#fff;
}

/* --------------------
:: 6.0 Blog Area CSS 
-------------------- */

.post-thumb img {
    border-radius: 30px;
    margin-bottom: 30px;
    width:100%;
    height:250px;
    object-fit:cover;
}

.post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-author a,
.post-date a,
.post-favourite a,
.post-comments a,
.post-share a {
    color: #b5aec4;
    font-size: 1.4rem;
}

.post-author a:hover,
.post-date a:hover,
.post-favourite a:hover,
.post-comments a:hover,
.post-share a:hover {
    color: #000;
}

.post-favourite a,
.post-comments a {
    margin-right: 15px;
}

.post-author a {
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.post-author a:after {
    width: 2px;
    height: 60%;
    content: '';
    position: absolute;
    top: 20%;
    right: -14px;
    z-index: 2;
    background-color: #b5aec4;
}

.single-post {
    margin-bottom: 30px;
}

.single-post h2,
.single-post h3 {
    font-family: 'Roboto Slab', serif;
    font-size:2rem;
    margin: 10px 0;
    color: #232d37;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
}

.single-post .post-headline{
    font-size:2.1rem;
    font-family: 'Roboto Slab', serif;
}

.single-post h3:hover,
.single-post h2:hover {
    color: #242582;
}

.single-post p {
    color: #51545f;
    font-size:1.5rem;
}

.single-post .read-more {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 40px;
    min-width: 170px;
    line-height: 40px;
    text-align: center;
}


.single-post .read-more:hover {
    color: #000;
    border: 1px solid #000;
}

/* List Blog Area CSS */

.list-blog.single-post .post-thumb,
.list-blog.single-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 15px;
}

.list-blog.single-post .post-content {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 30px;
}

.list-blog.single-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.blog_area .col-12:last-of-type .list-blog.single-post {
    margin-bottom: 0;
    border-bottom: none;
}

.blog_area .col-12:last-of-type .list-blog.single-post .post-thumb img {
    margin-bottom: 0;
}

/* --------------------
:: 10.0 Sidebar Area CSS
-------------------- */

/* About me */

.single-widget-area {
    margin-bottom: 50px;
}

.widget-title > h6 {
    font-family: 'Roboto Slab', serif;
    background: #242582;
    color:rgb(0, 148, 255);
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px;
    font-size:1.8rem;
}

.about-me-widget-thumb img {
    height: 200px;
    width: 200px;
    margin: auto;
    border-radius: 50%;
}

.about-me-widget h4 {
    font-family: 'Roboto Slab', serif;
    margin: 15px 0;
    font-weight: 400;
}

.about-me-widget p {
    color: #51545f;
    margin-bottom: 0;
}

/* subscribe_follow_area */

.subscribe-link > a {
    font-size: 14px;
    color: #51545f;
    padding: 0 15px;
}

.subscribe-link > a:hover {
    color: rgb(0, 148, 255);
}

.subscribe-link {
    padding-top: 20px;
}

/* popular post */

.popular-post-widget .single-populer-post img {
    height:120px;
    object-fit:cover;
    margin-right: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    align-self: center;
}

.popular-post-widget .single-populer-post:last-of-type img {
    margin-bottom: 0;
}

.popular-post-widget .single-populer-post img {
    width: calc(50% - 10px);
}

.popular-post-widget .single-populer-post img,
.popular-post-widget .single-populer-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.popular-post-widget .single-populer-post .post-content {
    margin-left: 10px;
}

.popular-post-widget .single-populer-post .post-content > p {
    font-size: 1.4rem;;
    color: #b5aec4;
    font-weight: 400;
    margin-bottom: 0;
}

.popular-post-widget .single-populer-post .post-content h6{
    font-family: 'Roboto Slab', serif;
    font-size:1.5rem;
    text-transform:capitalize;
}


/* Add Widget */

.add-widget .add-widget-area {
    position: relative;
    z-index: 1;
}

.add-widget .add-widget-area img {
    border-radius: 30px;
}

.add-widget .add-widget-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(30, 29, 29, 0.8);
    z-index: 1;
    border-radius: 30px
}

.add-widget .add-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 5;
}

.add-widget .add-text h2,
.add-widget .add-text p {
    color: #fff;
}

.add-widget .add-text p {
    font-size: 14px;
}

.add-widget .add-text a {
    min-width: 130px;
    height: 40px;
    border: 1px solid #fc6c3f;
    color: #fc6c3f;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 40px;
}

.add-widget .add-text a:hover {
    border: 1px solid #fc6c3f;
    color: #fff;
    background-color: #fc6c3f;
}

/* Newsletter Widget CSS */

.newsletter-widget p {
    font-size: 14px;
}

.newsletter-form {
    position: relative;
    z-index: 1;
}

.newsletter-form input {
    width: 100%;
    height: 40px;
    background-color: #f5f5f8;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #b5aec4;
}

.newsletter-form button {
    width: 40px;
    height: 40px;
    background-color: #fc6c3f;
    border: none;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}


.mt-up{
    margin-top:-8px;
}



/*leader desk*/
.leadershipdesk h3{
    text-align:center;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    font-size:3rem;
    font-weight:bold;
    margin-top:50px;
    margin-bottom:50px;
    position:relative;
    color:#142f86;
}

.leadershipdesk h3::after{
    content:'';
    position:absolute;
    width:200px;
    height:2px;
    background-color:rgb(10, 156, 230);
    bottom:-10px;
    left:50%;
    transform:translate(-50%);
}
.leadershipdesk .card{
    height:370px;
    overflow:hidden;
}

.card .leader-img{
    overflow: hidden;
    top: 0;
    height: 300px;
    transition:all 0.4s;
}
.card .leader-img img{
    width:100%;
    height: 300px;
    object-fit:cover;
}

.card leader-img-small{
    height: 200px;
}


.card .leader-info{
    background-color: #1c9089;
    padding: 16px 20px 20px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
}

.card .leader-info .leader-name{
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
    text-align:center;
    font-size:20px;
}

.card .leader-info .leader-position{
    font-family: 'Roboto Slab', serif;
    height:0px;
    font-size: 16px;
    line-height: 24px;    
    color: #ffe600;
    font-weight: 400;
    transform:translateY(10px);
    opacity:0;
    transition:all 0.3s;
    text-align:center;
}
.card .leader-info .leader-desc{
    font-family: 'Roboto Slab', serif;
    text-align:center;

}

.card .leader-info .leader-desc-small{
    font-size:12px;
}

.card .leader-info .leader-location{    
    font-family: 'Roboto Slab', serif;
    height:0px;
    font-size: 16px;
    line-height: 24px;    
    font-weight: 600;
    transform:translateY(10px);
    opacity:0;
    transition:all 0.2s;
}

.card:hover .leader-position{
    transform:translate(0);
    height:24px;
    opacity:1;
}
.card:hover .leader-location{
    transform:translate(0);
    height:24px;
    opacity:1;
}
.card:hover .leader-img{
    transform:scale(1.05);
}


.card .img-fluid{
    height:300px;
    object-fit:cover;
    width:100%;
}
.card:hover{
    box-shadow:0 1rem 2rem rgba(0,0,0,.5);
}

.img-team-mem{
    object-fit:cover;
    height: 46rem;
    margin-bottom: 70px;
}

.jumbotron {
    background-color: transparent;

}


@media only screen and (max-width: 767px) {
    .contact-info-section .social-links a i, .contact-info-section p i {
    height: 5rem;
    width: 5rem;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar .navbar-brand img{
        width:12rem;
    }
  }



  @media only screen and (max-width: 767px) {
    .img-team-mem{
        width: 100%;
        height: auto;
    }
    .ser-title::before,
    .client h1::before,
    .testimonial-carousel h1::before,
    .product-swiper h1::before{
        width: 0%;
    }
    .ser-title::after,
    .client h1::after,
    .testimonial-carousel h1::after,
    .product-swiper h1::after{
        width: 0%;
    }
  }