* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-style: normal;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.4;
    font-size: 16px;
    background: #121212;
    display: grid;
    max-width: 100%;

}

h2{
padding: 10px;
    color: #12c2fe;
}
h3{
    padding: 10px;
}

.slick-track {
    width: auto !important;
   
}
.slick-slide {
    width: auto !important;
}
.slick-arrow{
    display: none;
}
.slick-slide img{
    max-width: 300px;
}


/*  .slick-track {
        opacity: 1 !important;
        width: auto !important;
          transform: translate3d(-1000px, 0px, 0px) !important;  
    }
*/
/*   

    .slick-slide img {
        width: 100%;
        border: 2px solid #fff;
    } */




.dropdown:hover .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
}

main {

    max-width: 100%;
    /*  z-index: -1; */
    padding-top: 80px;
}

.wrapper {
    width: 50%;
    padding-left: 25%;
    overflow-x: hidden;
}

.my-slider {
    padding: 0 70px;
}

.slick-initialized .slick-slide {
    
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-track {
    display: flex;
}

/* .slick-next,
.slick-prev {
    z-index: 5;
} 

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}*/

@media screen and (max-width: 387px) {
    main {
        padding-top: 120px;
    }
}

.mainHeading2 {
    padding-left: 12vw;
}

@media screen and (max-width: 574px) {
    .mainHeading2 {
        padding-left: initial;
    }
}

#home {
    height: auto;
    width: -webkit-fill-available;
}

.feature {
    background-color: #1da1f2;
    border: double;
    border-radius: 50%;
    border-width: medium;
    max-width: fit-content;
}

.whyPrecue {

    width: auto;

}

header {
    position: fixed;
    width: -webkit-fill-available;
}

#logo {
    width: 250px;
    height: 50px;
    max-width: 100%;
    margin: 0;
    border: 0;
    display: block;

}

nav .navbar {
    background-color: #3e434a !important;
}

.navbar-nav {
    gap: 1rem;
}

.navbar-toggler {
    margin-left: auto;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 255);
    border-width: 2px;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 700;
}

.navbar .navbar-nav .nav-link:hover {
    color: #1cb5d8;

}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-collapse {
    justify-content: flex-end;
}

.dropdown-menu {
    background-color: #14232f;
    width: max-content;
    font-weight: 500;
}

.dropdown-menu a {

    color: #1cb5d8;
}

.dropdown-menu .show {
    display: contents;
}

.dropdown-toggle {
    width: fit-content;
}



ul {
    list-style-type: none;
}



ibrum-footer {
    z-index: -1;

}

footer {
    
    font-size: large;
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
}

small{
    font-weight: lighter;
}
.col-md-4 {

    text-align: center;
    font-weight: 700;

}


.teamCards {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.box16 {
	text-align: center;
	color: #fc9314;
	position: relative;
	
}

.box16 .box-content, .box16:after {
	width: 100%;
	position: absolute;
	left: 0;
    

}

.box16:after {
	content: "";
	height: 100%;
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0,
		rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%); */
	top: 0;
	transition: all .5s ease 0s
}

.box16 .post, .box16 .title {
	transform: translateY(135px);
	transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover img {
	opacity: 0.1;
}

/* .box16:hover::after .box16 img {
	opacity: 0.1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0,
		rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%,
		rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%,
		rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%,
		rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94)
		100%);
	opacity: 0.1;
}
 */
.box16 img {
   position: relative;
   z-index: -5;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.box16 .box-content {
	border-radius: 50%;
	bottom: 20%;
	position: absolute;
    z-index: -1;
}

.box16 .title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0;
}

.box16 .post {
	display: block;
	padding: 0 0 10px;
	font-size: 13px
}

.box16 .social li a, .box17 .icon li a {
	border-radius: 50%;
	font-size: 20px;
	color: #fff
}

.box16:hover .post, .box16:hover .title {
	transform: translateY(0);
}

.box16 .social {
	list-style: none;
	padding: 0 0 5px;
	margin: 40px 0 25px;
	opacity: 0;
	position: relative;
	transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
	transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}

.box16:hover .social {
	opacity: 1;
	transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before {
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0
}

.box16 .social li {
	display: inline-block
}

.box16 .social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #6d3795;
	margin-right: 10px;
	transition: all .3s ease 0s
}

.box16 .social li a:hover {
	background: #bea041;
}

.box16 .social li:last-child a {
	margin-right: 0
}

@media only screen and (max-width:990px) {
	.box16 {
		margin-bottom: 30px
	}
}

iframe {
    
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.stickyContact {
    z-index: +1;
    position: fixed;
    top: 45%;
    right: 0;
    padding: 0;
}

ul.stickyList {
    padding: 0;
}

ul.list-social {
    display: inline-flex;
}

ul.stickyList li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin: .25px;

}

ul.stickyList li.social-facebook a {
    background-color: #3b5998;
}

ul.stickyList li.social-twitter a {
    background-color: #1da1f2;
}

ul.stickyList li.social-linkedin a {
    background-color: #0077B5;
}

ul.stickyList li.social-mail a {
    background-color: #1da1f2;
}


section h2 {
    font-size: 50px;
}

section#contact-us h2 i {
    color: #dd4b39;
}


section#contact-us ul.list-social li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;


}

section#contact-us ul.list-social li.social-facebook a {
    background-color: #3b5998;
}



section#contact-us ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section#contact-us ul.list-social li.social-instagram a {
    background-color: #e4405f;
}

section#contact-us ul.list-social li.social-linkedin a {
    background-color: #0077B5;
}




// X-Small devices (portrait phones, less than 576px)
@media (max-width: 389px) {
    main {
        padding-top: 120px;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    ...
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    ...
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    ...
}

/* XX-Large devices (larger desktops)
 No media query since the xxl breakpoint has no upper bound on its width*/