*{
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;

  
}
html {
scroll-behavior: smooth;
}
body {

  font-size: 24px;
  background-color: #f4f4f492;
}

a
{
text-decoration: none;

}

nav{
  position: fixed;
z-index: 10;
left: 0;
right: 0;
top: 0;
height: max-content;
transition: 1s;}


nav .fa-solid{
  display: none;
}

nav .fa-regular{
  display: none;
}
  nav .navcontainer {
    width: 100%;
    height: 127px;
    background: rgba(45,41,42,1);
    opacity: 1;
    position: relative;
  
   
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    
    justify-content: space-around;
    
  }


  nav .v165_176 {
    width: 100%;
    height: 8px;
    background: rgba(104,32,35,1);
    opacity: 1;
    position: absolute;
    top: 126px;
    left: 0px;
    overflow: hidden;
    }
    nav .link{
      display: flex;
      align-content: center;
      align-items: center;
    }
  nav .links { 
    
    display: flex;
    position: relative;
    
    
  }

nav .links li {list-style: none;}

nav .links li a {
  font-family: 'Inter';
font-style: normal;
  color: #fff;
text-decoration: none;
display: inline-block;
padding: 0.8rem;
letter-spacing: 0.2px;
text-transform: uppercase;
font-size: 20px;
}

  nav .logo2 {
    width: 219px;
    height: 111px;
    background: url("../images/logo2.svg");
    

  }

  nav .logo {
    width: 134px;
    height: 104px;
   margin-top: 10px;
    background: url("../images/logo.svg");

  }    

  .header img {
    
     
    
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 100px;
    top: 0;
    left: 0;
}

  

  


@media(max-width: 1050px) {
  body {
  
    font-size: 24px;
    background-color: #f4f4f492;
  }
  nav .navcontainer .link .links{
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    
  }
  nav .navcontainer{
    display: flex;
    flex-direction: column;
    justify-content: start;
   
    position: fixed;
    background: rgba(45,41,42,1);;
    height: 100vh;
    width: 300px;
    top: 0;
    right: -300px;
    gap:10px;
    z-index: 4;
   transition: 1s;
   box-shadow: 10px 0 0 0 #682123 inset;
  
  }

  nav .v165_176 {
 opacity: 0;

  }

  nav .fa-regular{
    display: flex;
    justify-content: right;
    color:#fff;
    margin: 10px;
    font-size: 30px;
    cursor: pointer;
  }
  nav .navcontainer .logo2{
    margin-top: auto;
    margin-bottom: 30px;
    margin-left: 40px;
}
nav .navcontainer .logo{

  margin-left: 80px;
}

nav .fa-solid{
  display: flex;
  justify-content: right;
  color:#2D292A;
  margin: 10px;
  font-size: 30px;
  cursor: pointer;

}
.header img{
  position: relative;
margin-top: -10px;
}


}
.headers{


background-image: linear-gradient(rgba(177, 177, 177, 0.274), rgba(0, 0, 0, 0.288)),url(../images/heroimg.jpg);
margin-top: 127px;
background-size: cover;

height: 30vmax;

position: relative;


}

.headers .content h1{
font-size: 2vw;
  text-transform: uppercase;
  text-align: right;
  margin-right: 50%;
  color: #fff;
  padding-top: 13%;
  }

hr{
  width: 94%;
  margin: auto;
  text-align:center;
  color:#682123;
  background-color:#682123;
  border: 1px solid;
  margin-bottom: 20px;
}

h2{
  font-size: 1.5em;
font-family: 'Inter';
text-align: center;
margin-top: 60px;
margin-bottom: 60px;
}


.aboutus {
background: rgb(235,235,235);
background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 35%, rgba(236,236,236,0) 100%);
padding-bottom: 5px;
font-family: 'Inter';

}

.aboutus h3{
text-align: center;
margin-bottom: 120px;
}

.aboutus .title {

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 128px;
color: #FF0000;

}

.aboutus .tcontent{

text-align: center;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 32px;
letter-spacing: -0.01em;

color: #000000;
}



.feature{
margin: 1.5em;
display: grid;
grid-template-columns: repeat(2,auto);
gap: 3em;
margin-bottom: 3em;
}


.feature.flip {
grid-template-areas: "left right" ;

}
.feature.flip img
{
grid-area: left;
}

.feature.flip .title
{

transform: scale(-1, -1);
text-align: left;
}



.container {
text-align: center;
}
.more {

background-color: #2D292A;
font-family: 'Inter';
font-style: normal;
border: none;
color: rgb(255, 255, 255);
padding: 16px 32px;
text-align: center;
font-size: 16px;
margin: 50px 2px;
transition: 0.3s;
border-radius: 50px;
}

.more:hover {
background-color: #4f4f4f;
color: rgb(255, 255, 255);
}


.insights a:hover {
color: #682123;
}

.insights{
position: relative;
}

.insights .post-wrapper{
width: 1050px;
height: 600px;
margin: 0px auto;
overflow: hidden;
padding: 10px 0px 10px 0px;
}


.insights .post-wrapper .post {
background: #f4f4f492;
display: inline-table;
width: 300px;
height: 500px;
margin: 0px 10px;
border-radius: 5px;
box-shadow: 0px 1px 5px 0px #2a2a2a;
}

.insights .post-wrapper .post .slider-image{

width: 100%;
height: 250px;
object-fit: cover;
object-position: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.insights .post-wrapper .post .card-meta-list{
  display: flex;
  height:20px;
  list-style: none;
  margin-bottom: 7px;
  margin-left: 5px;
}

.insights .post-wrapper .post .card-meta-list a:hover {
  color: #682123;
}

.insights .post-wrapper .post .card-meta-list a{
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-size: 16px;
  color: #000000;
  background-color: #e2e2e2a6;
  border: 1px solid #969696;
  border-radius: 15px;
  padding: 3px 3px;
  
}
.insights .post-wrapper .post .post-title{
  font-size: 22px;
    height:77px;
  padding: 5px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  }

  .insights .post-wrapper .post .post-summary{
color: #363636;
height:70px;
    font-size: 20px;
    padding: 5px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }

    .insights .post-wrapper .post .post-source {
      
   display: flex;

   justify-content: space-between;
          padding: 5px 5px;
          }

    .insights .post-wrapper .post .post-source a{
      color: #002c66;
          font-size: 10px;

          }

  .insights a{

color: #000000;
    }
.insights .post-wrapper .post .cal{

  font-size: 10px;
  }



.insights .next{
position: absolute;
top: 50%;
right: 10vw;
background-color: #cbcbcba7;
border: 1px solid #cbcbcb;
border-radius: 15px;
padding: 5px;
color: #682123;
z-index: 2;
}

.insights .prev{
position: absolute;
top: 50%;
left: 10vw;
color: #682123;
z-index: 2;
background-color: #cbcbcba7;
border: 1px solid #cbcbcb;
border-radius: 15px;
padding: 5px;
}


.news{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(400px, auto));
justify-content: center;

margin: 120px;
height: auto;
gap: 2rem;
margin-top: -10px;
}

.news-box{
display: flex;
flex-direction: column;
justify-content: space-between;
background: #dddddd3e;
box-shadow: 0 4px 14px hsl(355deg 25% 15% / 10%);
height: 500px;
border-radius: 0.5rem;
padding: 15px;

}

.news-box img{
width: 100%;
height: 250px;
object-fit: cover;
object-position: center;
border-radius: 0.5rem;
}
.news-title{
text-decoration: none;
font-family: 'Inter';
font-weight: 600;
font-size: 18px;
color: #000000;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.source{

display: flex;
justify-content: space-between;
font-size: 10px;
text-transform: uppercase;
font-weight: 400px;
margin-top: 10px;
color: #002c66;


}
.news-date{


font-size: 10px;
text-transform: uppercase;
font-weight: 400px;

color: #002c66;
text-align: right;

}

.news-desc{
font-family: 'Inter';
font-weight: 300;
font-size: 16px;
color: #2e2e2e;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;

margin-top: 10px;
}

footer{
width: 100%;
height: 500px;
background: rgba(45,41,42,1);
opacity: 1;
position: relative;
top: 0px;
left: 0px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
overflow: hidden;
}


.footercontact{
display: flex;
align-items: center;
justify-content: center;
gap: 100px;

}


.contactus{

margin-top: 10px;
}
.contact {

background-color: #2c2c2c;
font-family: 'Inter';
font-style: normal;
border: 1px solid #363636;
color: rgb(255, 255, 255);
padding: 16px 32px;

font-size: 16px;

transition: 0.3s;
border-radius: 50px;
}

.contact:hover {
background-color: #363636;
color: white;
}

.socials{
display: flex;
justify-items: center;
align-items: center;
justify-content: space-around;
}


.phone{
display: flex;
font-family: 'Inter';
font-style: normal;
color: #ffffff;
font-size: 1.5rem;

margin-bottom: 0.4em;
}

.phone a{

text-decoration: none;
color: #ffffff;
}

.email{
display: flex;
font-family: 'Inter';
font-style: normal;
color: #ffffff;
font-size: 1.5rem;

}

.email a{

text-decoration: none;
color: #ffffff;
}



.followus{
  
  text-align: center;
  color: #ffffff;
}
.socialicons{
  
  text-align: center;
  transition: 1s;
}

.socialicons a{
  font-size: 40px;
  transition: 0.6s;
  color: #ffffff;
  
}

.socialicons ul{
  position: relative;
  display: flex;
justify-content: center;
align-items: center;
  
}

.socialicons ul li{
  list-style: none;
  margin: 0 5px;
  
}
.socialicons ul li:nth-child(1) a:hover{
  color:#1DA1F2;
  font-size: 50px;
}
.socialicons ul li:nth-child(2) a:hover{
  color:#0A66C2;
  font-size: 50px;
}

.address
{
 
  color: #ffffff;
  
}
.address p
{
text-align: center;
}
hr.foot{
  width: 100%;
  margin: auto;
  text-align:center;
  color:#682123;
  background-color:#682123;

  border: 3px solid;
  margin-top: 10px;
  margin-bottom: 20px;
}
.rightsreserved{
  position: relative;
  
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: space-around;
}





.rightsreserved p{

color: #ffffff; 
font-size: 0.7em;}

.linkslist{
text-align: center;
text-decoration: none;

}
.linkslist ul li {
list-style:none;


}
.linkslist ul li a{
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  color: #ffffff;

}


.rights{
color: #fff;
font-size: 10px;
margin-left: 3em;
}


.arrowup img:hover{
  cursor: pointer;
  
}
.news{
background-color: rgb(255, 255, 255);
margin-bottom: 5em;
}



@media(max-width: 1050px) {
body {

  font-size: 24px;
  background-color: #f4f4f492;
}

.insights .post-wrapper{
  width: 70%;
  height: 500px;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}
.insights .next{

  right: 5vw;

  }
  
  .insights .prev{

    left: 5vw;

    }
.headers{


  background-image: linear-gradient(rgba(118, 118, 118, 0.5), rgba(0, 0, 0, 0.5)),url(../images/heroimg.jpg);
  
  background-size: cover;
  background-position: right;
  height: 40vh;
  
  margin-top: -10px;
  position: relative;
  
  
  }
  
  
  
  .headers .content{
    display: flex;
    
  text-align: center;
  justify-content: center;
  color: #fff;
  }
  .headers .content h1{
    display: flex;
    margin-right: 0%;
    text-align: center;
    justify-content: center;
    padding-top: 20vh;
    font-size: 30px;
       text-transform: uppercase;
       
       
       color: #fff;
       }

.aboutus {
background: rgb(235,235,235);
background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(252,252,252,1) 35%, rgba(236,236,236,0) 100%);
padding-bottom: 5px;
font-family: 'Inter';

}
.aboutus .title {

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 128px;
color: #FF0000;

}

.aboutus .tcontent{

text-align: center;
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 32px;
letter-spacing: -0.01em;

color: #000000;
}
.feature{
margin: 1.5em;
display: flex;
flex-direction: column;
gap: 3em;
margin-bottom: 3em;
}

.wrapper{

display: flex;
flex-direction: column;
gap: 50px;
}



}


@media(max-width: 750px) {

.insights .post-wrapper{
  width: 75%;
  height: 600px;
  margin: 0px auto;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}

}



.service{

width: 100%;
padding: 70px 0;
background: #f4f4f492;
}


.service-box{
display: flex;


}
.single-service{
text-align: center;
border-radius: 3px;
margin-bottom: 20px;
color: #fff;
position: relative;
flex-grow: 1;
}

.single-service img{
width: 100%;
border-radius: 3px;


}


.overlay{
width: 100%;
height: 99%;
position: absolute;
top: 0;
border-radius: 3px;
cursor:pointer;
background:linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%); 
opacity: 0;
transition: 1s;
}

.single-service:hover .overlay{
opacity: 1;
}

.service-description{
width: 80%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: 1s;
}



.single-service:hover .service-description{
bottom: 10%;
opacity: 1;

}




@media(max-width: 1050px) {

.service-box{
  display: flex;
  flex-wrap: wrap;
  
}
.single-service{
flex-basis: 100%;
margin-bottom: 30px;
margin-left: 2rem;
margin-right: 2rem;
}


.overlay{
width: 100%;
height: 99%;
position: absolute;
top: 0;

border-radius: 3px;
cursor:pointer;
background:linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%); 
opacity: 0;
transition: 1s;
}
.single-service:hover .service-description{
  bottom: 5% !important;
  
  }

}
footer{
width: 100%;
height: 500px;
background: rgba(45,41,42,1);
opacity: 1;
position: relative;
top: 0px;
left: 0px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
overflow: hidden;
}


.footercontact{
display: flex;
align-items: center;
justify-content: center;
gap: 100px;

}


.contactus{

margin-top: 10px;
}
.contact {

background-color: #2c2c2c;
font-family: 'Inter';
font-style: normal;
border: 1px solid #363636;
color: rgb(255, 255, 255);
padding: 16px 32px;

font-size: 16px;

transition: 0.3s;
border-radius: 50px;
}

.contact:hover {
background-color: #363636;
color: white;
}

.socials{
display: flex;
justify-items: center;
align-items: center;
justify-content: space-around;
}


.phone{
display: flex;
font-family: 'Inter';
font-style: normal;
color: #ffffff;
font-size: 1.5rem;

margin-bottom: 0.4em;
}

.phone a{

text-decoration: none;
color: #ffffff;
}

.email{
display: flex;
font-family: 'Inter';
font-style: normal;
color: #ffffff;
font-size: 1.5rem;

}

.email a{

text-decoration: none;
color: #ffffff;
}



.followus{
  
  text-align: center;
  color: #ffffff;
}
.socialicons{
  
  text-align: center;
  transition: 1s;
}

.socialicons a{
  font-size: 40px;
  transition: 0.6s;
  color: #ffffff;
  
}

.socialicons ul{
  position: relative;
  display: flex;
justify-content: center;
align-items: center;
  
}

.socialicons ul li{
  list-style: none;
  margin: 0 5px;
  
}
.socialicons ul li:nth-child(1) a:hover{
  color:#1DA1F2;
  font-size: 50px;
}
.socialicons ul li:nth-child(2) a:hover{
  color:#0A66C2;
  font-size: 50px;
}

.address
{
 
  color: #ffffff;
  
}
.address p
{
text-align: center;
}
hr.foot{
  width: 100%;
  margin: auto;
  text-align:center;
  color:#682123;
  background-color:#682123;

  border: 3px solid;
  margin-top: 10px;
  margin-bottom: 20px;
}
.rightsreserved{
  position: relative;
  
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: space-around;
}





.rightsreserved p{

color: #ffffff; 
font-size: 0.7em;}

.linkslist{
text-align: center;
text-decoration: none;
margin-right: 75px;
}
.linkslist ul li {
list-style:none;


}
.linkslist ul li a{
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  color: #ffffff;
font-size: 20px;
}


.rights{
color: #fff;
font-size: 10px;
margin-left: 3em;
}


.arrowup img:hover{
  cursor: pointer;
  
}




@media(max-width: 1050px) {
body {

  font-size: 24px;
  background-color: #f4f4f492;
}


.footercontact{
display: flex;

justify-content: center;
align-items: center;
gap: 0px;
margin-left: 0em;
}
.contact {

background-color: #2c2c2c;
font-family: 'Inter';
font-style: normal;
border: 1px solid #363636;
color: rgb(255, 255, 255);
padding: 10px 30px;

font-size: 12px;

transition: 0.3s;
border-radius: 50px;
}
.phone{

font-family: 'Inter';
font-style: normal;
color: #ffffff;
font-size: 1rem;
margin-left: 0;
}



.email{

font-family: 'Inter';
font-style: normal;
color: #ffffff;
font-size: 1rem;
margin-left: 0;

}

.followus{
  
text-align: center;
color: #ffffff;
font-size: 1rem;
}


.socials{
position:relative;
display: flex;
flex-direction: column;
justify-items: center;
align-items: center;
justify-content: space-around;
gap: 20px;
}
.address
{
display: flex;
font-size: 1rem;
color: #ffffff;
align-items: center;
margin-right: 0rem;
}

.leftsocials{
display: flex;
flex-direction: column;
justify-items: center;
align-items: center;
justify-content: center;
}

.centersocials{
display: flex;
flex-direction: column;
justify-items: center;
align-items: center;
justify-content: center;
}

.linkslist{
font-size: 1.5rem;
}
.smalllogo img{


margin-left: 0;
margin-right: 0;
width: 12vw;
margin-bottom: 2rem;
}
.smalllogo p{
font-size: 10px;

}
.rightsreserved{

margin-left: 0;
display: flex;
flex-direction: column;
 justify-items: center;
align-items: center;
justify-content: space-around;

}
.linkslist{
text-align: center;
text-decoration: none;
margin-right: 0;
}

.arrowup{
text-align: right;
margin-top: 2em;
margin-left: 0;
margin-right: 0;
}

footer{
width: 100%;
height: 700px;
background: rgba(45,41,42,1);
opacity: 1;
position: relative;
top: 0px;
left: 0px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
overflow: hidden;
}

.logofooter img{
width: 80%; 
height: 80%;
}

}