
 @import url('https://fonts.googleapis.com/css?family=Allura|Josefin+Sans');
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  
 
}

html {
  scroll-behavior: smooth;
  
}

:root {
  --blueFamily: #27186e;
  --orangeFamily: #ec810d;
  --winefamily: #e42317;
  --blackFamily: rgb(112, 112, 112);
  --whiteFamily: #fff;
  --leftMargin: 100px;
  --h1: 150%;
  --p: 100%;
  --h2: 100%;
  
}



/* nav section2 */


nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: #1b1b1b;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  position: fixed;
  z-index: 33;
}
nav .logo{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

nav ul li a:focus,
nav ul li a:hover{
  color: #111;
  background: #fff;
}

nav ul li a.navigationLink
{
  color: #fff;
  background: #111;
}

nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}
/* end of nav section2 */



/* Beginning of header setion */

/* navbar section */
#mainNav {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 50px;
  background-color: #1b2c3d;
  /* opacity: 0.8; */
  transition: background 0.4s, top 0.4s;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  margin-left: 100px;
}
#mainNav .logo img {
  height: 100%;
  width: 20%;
  transition: height 0.7s;
  transition: width 0.7s;
}
.logo span {
  font-size: 1.0rem;
  color: var(--whiteFamily);
}

.envelope2 {
  position: relative;
  left: 15px;
}
.mobile2 {
  position: relative;
  left: 15px;
}
#mainNav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  min-width: 500px;
  justify-content: space-around;
  margin-right: 80px;
}
#mainNav ul li a {
  text-decoration: none;
  color: var(--whiteFamily);
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.6rem;
}

ul.nav-links li a{
  background: transparent !important;
  padding: 10px;
  transition: all 0.7s !important;
}

ul.nav-links li a:visited {
  background: var(--orangeFamily)!important;
}
ul.nav-links li a:hover{
  background: var(--orangeFamily) !important;
  padding: 10px;
}


.bg-black {
  background-color: #1b2c3d !important;
}
.txt-white a {
  color: #eee !important;
}

.nav-links2 {
  display: none !important; 
}


.semiNav {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 3;
  padding: 30px 30px;
  background-color: var(--whiteFamily);
  top: 0;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.semiNav p {
  color: var(--blackFamily);
  font-size: 1.1rem;
  margin-left: 100px;
}
.semiNav a {
  color: var(--blackFamily);
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.5s;
  font-size: 0.8rem;
}

.semiNav a:hover {
  color: var(--winefamily);
}

.mobile-icon {
  display: none;
  color: var(--whiteFamily);
}


/* End of navbar section */

/* .header-section {
  background-image: url(images/cargo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 1000px;
} */
.header-write-up {
  position: relative;
  z-index: 1;
  top: 200px;
  margin-left: 50px;
}

.header-write-up h1,
.header-write-up p {
  color: var(--whiteFamily);
}

.header-write-up h1 {
  font-size: 300%;
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 0.9;
}

.header-write-up p {
  font-size: var(--p);
  font-weight: 500;
  padding:10px 30px;
}
.header-write-up a button {
  padding: 10px 40px;
  margin-top: 40px;
  font-size: var(--p);
  background-color: var(--orangeFamily);
  border: 1px solid var(--orangeFamily);
  color: var(--whiteFamily);
  border-radius: 5px;
  font-weight: 900;
  transition: background 0.4s;
  transition: color 0.9s;
}
.header-write-up a button:hover {
  background-color: var(--whiteFamily);
  color: var(--orangeFamily);
}
h1.animate__animated.animate__fadeInUp {
  animation-delay: 1s;
}

p.animate__animated.animate__fadeInUp {
  animation-delay: 2s;
}

button.animate__animated.animate__fadeInUp {
  animation-delay: 3s;
}



/* beggining of about-us2 */

.about-section{
  background: url(images/marine.png) no-repeat left;
  background-size: 55%;
  /* background-color: #fdfdfd; */
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 0px 0;
}

.inner-container{
  width: 100%;
  /* float: right; */
  background-color: #fdfdfd;
  padding: 150px;
}

.inner-container h1{
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

.text{
  font-size: 13px;
  color: #545454;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}

.skills{
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 13px;
}

@media screen and (max-width:1200px){
  .inner-container{
      padding: 80px;
  }
}

@media screen and (max-width:1000px){
  .about-section{
      background-size: 100%;
      padding: 100px 40px;
  }
  .inner-container{
      width: 100%;
  }
}

@media screen and (max-width:600px){
  .about-section{
      padding: 0;
  }
  .inner-container{
      padding: 60px;
  }
}

/* end of about-us2 */


/*  beggining of Why-Hire-Us section */
.why-hire-us {
  padding-top: 20px;
}

.why-hire-us-container {
  /* margin-left: var(--leftMargin); */
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.why-hire-us-text {
  flex-basis: 45%;
  overflow: hidden;
  padding-right: 20px;
}
.serving {
  display: flex;
  gap: 20px;
}
.why-hire-us-text h1 {
  font-size: var(--h1);
  color: var(--blackFamily);
  font-weight: 900;
  margin-bottom: 20px;
}
.why-hire-us-text p {
  color: var(--blackFamily);
  font-size: var(--p);
  line-height: 1.3;
  margin-bottom: 20px;
}
.why-hire-us-text i {
  color: var(--winefamily);
}
.serving div h2 {
  font-size: 150%;
  color: var(--blueFamily);
  font-weight: 900;
  margin-bottom: 20px;
}
.serving h2 p {
  font-size: 110%;
  color: var(--blackFamily);
}
.why-hire-us-image img {
  box-shadow: 0 0px 4px 2px rgb(170, 169, 169);
  overflow: hidden;
  max-width: 100%;
  height: auto;
}


.area-of-specialisation {
  background-image: url(images/bg2.jpg);
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 70px;
}
.area-of-specialisation-container {
  margin-left: var(--leftMargin);
}
.areas {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.circle {
  width: 100px;
  height: 100px;
  background-color: var(--whiteFamily);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0px 4px 2px rgb(170, 169, 169);
}
.circle-text {
  flex-basis: 70%;
}
.icon-design{
  border-radius: 50%;
}
.our h1 {
  font-size: var(--h1);
  color: var(--blackFamily);
  font-weight: 900;
}
.our p {
  color: var(--blackFamily);
  font-size: var(--p);
  margin-top: 20px;
  max-width: 60%;
}
.circle i {
  color: var(--blackFamily);
}
.circle:hover {
  background-color: var(--winefamily);
}
.circle i:hover {
  color: var(--whiteFamily);
}
.circle-text h2 {
  font-size: var(--h2);
  color: var(--winefamily);
}
.circle-text p {
  font-size: var(--p);
  color: var(--blackFamily);
  margin-top: 20px;
}
/* End of Area of specialisation */

/* Beginningg of Five-year section */

.area-container {
  display: flex;
}

.five-years {
  background-image: url(images/cargo4.jpeg);
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-size: cover;
}

.five-years-overlay {
  width: 100%;
  height: auto;
  background-color: #000;
  opacity: 0.9;
  padding: 70px 0;
}
.five-year-container {
  /* margin-left: var(--leftMargin); */
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  flex: 25%;
  justify-content: center;
  align-items: center;
}
.five-year-container h1,
.five-year-container p {
  color: var(--whiteFamily);
  font-weight: 900;
}
.five-year-container p {
  margin-top: 30px;
}

.five-year-container span {
  color: var(--orangeFamily);
  font-size: 200%;
}
.five-year-container h1 {
  font-size: 200%;
}
.five-year-container p {
  font-size: var(--p);
  max-width: 60%;
}
.five-year-container a button {
  padding: 10px 40px;
  margin-top: 40px;
  font-size: var(--p);
  background-color: var(--orangeFamily);
  border: 1px solid var(--orangeFamily);
  color: var(--whiteFamily);
  border-radius: 5px;
  font-weight: 900;
  transition: background 0.4s;
  transition: color 0.9s;
}
.five-year-container a button:hover {
  background-color: var(--whiteFamily);
  color: var(--orangeFamily);
}
/* End of five-year section  */



/* Meet the team2 */
.meet-the-team2{
background-color: var(--whiteFamily);
}


.wrapper{
  margin-top: 50px;
}

.wrapper h1{
  font-family: 'Allura', cursive;
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.team{
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}

.team_img img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.team .team_member{
  background: rgb(238, 238, 238);
  margin: 5px;
  margin-bottom: 50px;
  width: 70%;
  padding: 30px;
  line-height: 30px;
  color: #8e8b8b;  
  position: relative;
  font-size: small;
}

.team .team_member h3{
  color: #81c644;
  font-size: 26px;
  margin-top: 50px;
}

.team .team_member p.role{
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .team_member .team_img{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--orangeFamily);
}

.team .team_member .team_img img{
  width: 100px;
  height: 100px;
  padding: 5px;
}


/* End of meet the team2 */


/* Contact us section */
.contact-us-container {
  /* display: flex;
  gap: 30px; */
  margin-left: var(--leftMargin);
}
.our-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* flex-basis: 40%; */
}
.contact-us {
  background-image: url(images/bg2.jpg);
  padding: 70px 0;
}
.contact-form {
  flex-basis: 60%;
}
input {
  padding: 20px;
  min-width: 30%;
  margin: 10px;
  color: var(--blackFamily);
  border: 2.5px solid rgb(219, 219, 219);
}

.contact-form form button {
  padding: 10px 40px;
  margin-top: 40px;
  font-size: var(--p);
  background-color: var(--orangeFamily);
  border: 1px solid var(--orangeFamily);
  color: var(--whiteFamily);
  border-radius: 5px;
  font-weight: 900;
  transition: background 0.4s;
  transition: color 0.9s;
  margin: 10px;
}
.contact-form form button:hover {
  background-color: var(--whiteFamily);
  color: var(--orangeFamily);
}
.contact-form form textarea {
  margin: 10px;
  border: 2.5px solid rgb(219, 219, 219);
  padding: 40px 30px;
  color: var(--blackFamily);
  font-family: "Lato", sans-serif;
  max-width: 400px;
}
.our-contact h1 {
  color: var(--blackFamily);
  font-size: var(--h1);
}
.our-contact p {
  color: var(--blackFamily);
  font-size: var(--p);
  margin-top: 10px;
}
.our-contact h2 {
  color: var(--winefamily);
  margin-top: 20px;
  font-size: 200%;
  font-weight: 900;
}
.number {
  font-size: 150% !important;
  line-height: 1.2;
}



/*Our Client Section  */
.client {
  padding: 120px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.client img {
  width: 15%;
  
}

.client img:hover{
  width: 20%;
  height: 20%;
  opacity: 1;
	z-index: 1;
	box-shadow: 1em 1em 1em #0004;
	transition: all .3s cubic-bezier(0.5, 0.2, 0.2, 0.5);
	border-radius: 5px;

}
/* Arrow section */
.bottom-footer {
  display: flex;
  margin-right: 40px;
}
.line {
  width: 70%;
  height: 2px;
  background-color: var(--whiteFamily);
  margin: 0 auto;
}
.arrow-link {
  position: absolute;
  z-index: 7;
  bottom: 2px;
  right: 2px;
}
.arrow-container {
  width: 50px;
  height: 50px;
  background-color: var(--orangeFamily);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid var(--whiteFamily);
}
/* footer section 2 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/* image gallery */
/* Media section */

.wrapper2 {
	width: 589px;
	height: auto;
	margin: 10% auto;
}
.img-area {
	display: grid;
	grid-template-rows: repeat(3, 19vh);
	grid-template-columns: repeat(2, 19vw);
	transition: all .2s cubic-bezier(0.5, 0.8, 0.5, 0.2);
	border-radius: 10px;
}
.img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	transition: all .15s cubic-bezier(0.5, 0.2, 0.2, 0.5);
	position: relative;
	box-shadow: 0 0 0 #000;
	opacity: .7;
}
.img-area img:hover {
	width: 120%;
	height: 300%;
	opacity: 1;
	z-index: 1;
	box-shadow: 1em 1em 1em #0004;
	transition: all .3s cubic-bezier(0.5, 0.2, 0.2, 0.5);
	border-radius: 5px;
	top: -100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wrapper2 {
		width: 80%;
		height: auto;
		margin: 5%;
	}
	.img-area {
		grid-template-rows: repeat(3, 20vh);
		grid-template-columns: repeat(2, 32vh);
	}
	.img-area img:hover {
		width: 100%;
		height: 200%;
	}
}
@media only screen and (max-width: 767px) {
	.wrapper2 {
		width: 80%;
		height: auto;
		margin: 10%;
	}
	.img-area {
		grid-template-rows: repeat(5, 30vh);
		grid-template-columns: repeat(1, 50vh);
	}
  .img-area img:hover {
		width: 100%;
		height: 200%;
	}
}

/* ....................................... */
/* end of image gallery and media section */



/* media Query */
@media screen and (max-width: 1122px) {
  .something {
    font-size: 270%;
  }
}
@media screen and (max-width: 1036px) {
  .something {
    font-size: 250%;
  }
}
@media screen and (max-width: 1110px) {
  .why-hire-us-container {
    flex-direction: column;
    align-items: center;
  }

  .why-hire-us-image img {
    overflow: hidden;
  }
  .why-hire-us-text {
    margin-left: var(--leftMargin);
  }
}

@media screen and (max-width: 991px) {
  .nav-links-hidden{
    display: flex !important ;
    background: var(--whiteFamily) !important; 
  }
 
  #mainNav ul li a{
    color: var(--blueFamily);
  }
  .nav-links2 {
    list-style-type: none;
    flex-direction: column;
    gap: 20px;
    min-width: 800px !important;
    position: absolute;
    right: 30px;
    top: 80%;
    text-align: left  ;
    padding: 30px;
  }
  #mainNav ul{
    align-items: flex-start;
    margin-right: -80px;
  }
    
  .mobile-icon{
    display: block !important;
    color: var(--whiteFamily);
  }
.nav-links{
  display: none !important;
}
.nav-links-hidden2{
  background: transparent !important;
  transition: background 2s !important;
  display: none !important;
}

  .contact-us-container{
    flex-direction: column;
  }
   .area-container{
    flex-direction: column ;
  }
  .manegerial-board{
    flex-direction: column ;
  }
  .the-team-content{
    margin-left: 100px;
  }
  .footer-logo{
    flex-basis: 100%;
    margin-left: var(--leftMargin);
  }
  .footer-content{
    justify-content: center;
    margin-left:-70px;
  }
  
  
} 

@media screen and (max-width: 971px) {
  .something {
    flex-basis: 80%;
  }

  .red-divider {
    height: 100px;
  }
}

@media screen and (max-width: 751px){
.header-write-up h1 br{
  display: none;
}
.header-write-up p br{
display: none;
}
.header-write-up{
  top: 200px;
}
.nav-links2{
  min-width: 500px !important;

}
}
@media  screen and (max-width: 704px){
  .media-content{
    padding: 100px;
  }
    
  button.splide__arrow.splide__arrow--next{
  width: 50px;
    height: 50px;
    background-color: var(--orangeFamily);
  }
  button.splide__arrow.splide__arrow--prev{
    width: 50px;
    height: 50px;
    background-color: var(--orangeFamily);
  }
}

@media screen and (max-width: 690px) {
   .our p{
    max-width: 100%;
  }
}

@media screen and (max-width: 652px) {
   .why-hire-us-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
     /* margin-left: 50px;  */
  } 
  .our h1{
    font-size: 250%;
    text-align:center;
  }
  
}

@media screen and (max-width:644px){
  .contact-us-container{margin-left: 20px;
  }
}
@media screen and (max-width:641px){
  .manegerial-board{
    margin-left: -80px ;
  }
  .quick-links{
    gap: 15px;
  }
}

@media screen and (max-width: 580px){
  .semiNav p, .logo a{
  margin-left:-5px;
  }
  .header-write-up{
    margin-left:20px;
  }
}
@media screen and (max-width: 564px){
  .team-text{
    max-width: 80%;
  }
  
  .our h1 {
    font-size: 200%;
  }
  .area-container {
    margin-left: -70px;
  }
  .why-hire-us-text{
    margin-left: 50px;

  }
  .kingsley h2{
    font-size: 120%;
  }
  .serving{
    flex-direction: column;
    align-items: center;
  }
}


@media screen and (max-width:560px){
  .header-write-up{
    margin-left: 30px;
  }
 .five-year-container h1{
font-size: 150%;
 }
}


@media screen and (max-width: 518px) {
    .why-hire-us-text {
    margin-left: 50px;
  }
  .resources{
flex-basis:50%;
  }
  .quick-links{
/* background-color: green; */
/* position: relative; */
left: 50%;
/* transform: translateX(-50%); */
flex-direction: column;
text-align: center;
  }
  
}

@media screen and (max-width: 500px) {
  .header-write-up {
    top: 150px;
    margin-left: 30px;
  }

  .header-section {
    height: 50px;
  }

  .about-us-container {
    margin-left: 30px;
  }
  .heyplus {
    padding-right: 20px;
  }
  
  .our-contact h1{
    font-size: 150%;
    /* text-align: center; */
  }
}

@media screen and (max-width: 493px) {
  
  .kingsley h2{
    /* max-width: 100%; */
    margin: 0 auto;
    text-align: center;
  }

.the-team-content{
  flex-direction: column;
}
.header-write-up h1{
  font-size: 250%;
  padding: 50px;
}
.areas{
flex-direction: column;
}
.circle{
  align-self: center;
}
.circle-text h2{
  text-align: center;
  font-size: 140%;
}
.our{
  margin-left: -70px;
}
}
@media screen and (max-width:475px){
  .semiNav p{
    text-align: center;
  }
  .team .team_member{
    font-size: small;
  }
}

@media screen and (max-width: 462px) {
.five-year-container h1{
font-size: 150%;
}
.why-hire-us-image img{
  max-width: 300px;
}

.media-content{
  padding: 50px;
}

}
@media screen and (max-width: 439px) {
 
  .contact-form form textarea{
    max-width: 70%;
    max-height: 150px;
  }
  .form-info{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
form input{
  max-width: 70%;
}.nav-links2{
  min-width: 300px !important;

}

  }


@media screen and (max-width: 423px) {
  .something {
    font-size: 200%;
  }
  .heyplus {
    font-size: 100%;
  }
  .header-write-up h1{
    text-align: center;
    margin-left: -30px;
    font-size:200%;
  }
  .five-year-container p{
    font-size: 110%;

  }
  .five-year-container h1{
    font-size: 130%;
  }
  .header-write-up p{
    text-align: center;
    font-size: 100%;
    margin-left: -20px;
    padding:10 50px;
  }
  .header-write-up a {
display: flex; 
justify-content: center;
text-decoration: none;
 }
}



@media screen and (max-width: 370px) {
  .why-hire-us-text p {
    font-size: 100%;
    margin-left: 0px;
  }
  .header-section{
    height: 50px;
  }
  .team .team_member{
    width: 100%;
    font-size: small;
  }
}

@media screen and (max-width: 341px) {
  .why-hire-us-text h1 {
    font-size: 200%;
  }
}

@media screen and (max-width: 359px) {
  .header-write-up h1 {
    font-size: 250%;
  }

  .header-write-up p {
    font-size: 110%;
  }
  .header-write-up a button {
    padding: 10px 20px;
    font-size: 100%;
  }
  .something {
    font-size: 150%;
  }
  .red-divider {
    height: 50px;
  }
  .about-us-container a button {
    padding: 10px 20px;
    font-size: 100%;
  }
}
@media screen and (max-width: 330px) {

  .our-contact h1{
    margin-bottom: 30px;
  }
  .why-hire-us-image{
    margin:30px;
  }
  
  .header-write-up h1{
    font-size:200%;
  }
  /* .our-contact h2{
    text-align: center;
  } */
  .our-contact h2{
    margin-top: 50px;
    font-size: 170%;

  }
  
  .number{
    font-size: 120% !important;

  }
  .our-contact p, .boulevard {
    font-size: 80%;
  }
   .boulevard {
    font-size: 80%;
    margin-bottom: 80px;
  }
  .five-year-container p{
    font-size: 100%;
  }
}


@media screen and (max-width:325px){
  .img-area img{
    width:50%;
    /* position: none; */
    
  }
  .img-area{
    display:flex;
    flex-wrap: wrap;
  }
}


@media screen and (max-width:300px){
.media-content{
  padding: 30px;
  background-color: rgb(253, 250, 250);
}
button.splide__arrow.splide__arrow--next{
  width: 30px;
  height: 30px;
  background-color: var(--orangeFamily);
}
button.splide__arrow.splide__arrow--prev{
  width: 30px;
 height: 30px;
  background-color: var(--orangeFamily);
}
svg{
   min-width: 10px !important;
  min-height: 10px !important;
}
}
@media screen and (max-width:280px){
  .semiNav p{
    font-size: 95%;
    overflow: hidden;
  }
  .logo span{
    font-size: 100%;
  }
}
@media screen and (max-width:274px){
  .serving div h2{
    font-size: 120%;
  }
  .why-hire-us-text p{
    font-size: 90%;
  }
  .why-hire-us-text{
    margin-left: 30px;
  }
  
}
@media screen and (max-width: 270px) {
  .header-section {
    height: 50px;
  }
  .our h1{
    font-size: 150%;
    }
    .our p, .circle-text p{
      font-size: 100%;
    }
    .footer-logo p{
      font-size: 100%;
    }
    .nav-links2{
      min-width: 200px !important;
    
    }
     @media screen and (max-width: 255px){
      nav .logo{
        font-size: 50px;
      }
     } 
}

/* Nav section  responsiveness */

@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    /* height: 100vh; */
    width: 40%;
    text-align: left;
    display: block;
    transition: all 0.3s ease;
    z-index:10;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 20px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 920px) {
nav ul li a{
font-size: 10px;
}
}

@media (max-width: 809px) {
  .our-contact{
  flex-direction: column;
  }
  .our-contact *{
    text-align: left;
  }
  }


@media (max-width: 399px) {
  nav ul li a{
  font-size: 16px;
  }
  nav ul li{
    width: 100%;
    margin: 10px 0;
  }
  nav .logo {
    font-size: 25px;  
}


  }
  
  @media(max-width:355px){
    nav .logo{
      font-size: 20px;
    }
  }
  
    @media (max-width: 290){
    nav ul li a{
      font-size: 6px;
      } 

    nav .logo {
        font-size: 20px;
        
    }
  }

  @media (max-width: 274px){
      nav .logo {
        font-size: 15px;
        
    }
  }


  @media (max-width: 680){
    /* .header-write-up h1{
      font-size:100%;
    } */
    
  }

/* end of nav section responsiveness */