/**
* Template Name: Gp
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Open Sans", sans-serif;*/
  color: #444444;
}

a {
  color: #D70006;
  text-decoration: none;
}

a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

ba1{
   font-family:'Poppins', sans-serif ;
   display: flex; margin-right: 20px;
   width:35px;height:35px; 
   border-radius: 60px; border: 1.22px solid rgba(255, 255, 255, 0.4); padding: 3px;
}


.servicesh{
    font-family:'Poppins', sans-serif ;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #111111;
    
    
}
.servicesp{
    font-family:'General Sans', sans-serif ;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #676767;
}

.fieldlbl{
font-family: 'Manrope', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 21.86px;
letter-spacing: 0%;
    color: #333333;
    margin-bottom: 10px;
}

@media (max-width: 992px){

    .fieldlbl{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 21.86px;
letter-spacing: 0%;
    color: #333333;
    margin-bottom: 10px;
}
    
.servicesh{

    font-weight: 500;
    font-size: 20px;
    line-height: 32px;

    
    
}
.servicesp{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    
}

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #D70006;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #D70006;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #D70006;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #FEFFF0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #D70006;
}

#header .logo img {
  max-height: 120px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  font-family: "General Sans", sans-serif;  
  color: #fff;
  border-radius: 4px;
  padding: 10px 25px 13px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #D70006;
  border-radius: 30px;
  background-color: #D70006;  
  text-align: center;
  height: 44px;
}

.get-started-btn:hover {
    
  background: #D70006;
  color: #fff;
  
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 10px 5px 5px 5px;
    margin-right: 10px;
  height: 44px;
  
  }
  
  
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;

  
}

.navbar ul {
  margin: 0;
  /*padding: 0;*/
  display: flex;
  list-style: none;
  align-items: center;
  
  background-color:#FFFFFF;
  /*border-radius:59px;*/
  /*padding-right:35px;*/
  height: 58px;
  border: 2px solid;
  padding-left: 0px;
}

.navbar .ul2 {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  
  background-color:rgba(217, 217, 217, 0.4);
  border-radius:59px;
  padding-right:15px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  font-family: 'Grandstander', cursive;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px 16px 10px;
  font-size: 24px;
  
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  border: 1px solid black;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #D70006;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown .ul2 {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #D70006;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}












.navbar .dropdown .ul2 li {
  min-width: 200px;
}

.navbar .dropdown .ul2 a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}

.navbar .dropdown .ul2 a i {
  font-size: 12px;
}

.navbar .dropdown .ul2 a:hover,
.navbar .dropdown .ul2 .active:hover,
.navbar .dropdown .ul2 li:hover>a {
  background-color: #D70006;
}

.navbar .dropdown:hover>.ul2 {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown .ul2 {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>.ul2 {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
    
    
    
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}



.callbtn{
    
    display: flex; 
    margin-right: 5px; 
    width:35px;
    height:35px;  
    background-color: #D70006; 
    padding : 10px;
    padding-right : 10px; 
    padding-left : 10px; 
    padding-top : 5px; 
    padding-bottom : 5px; 
    border-radius: 50px; 
    
}

.callbtnt{
    
    margin-right: 5px;
    color: #fff;
}
.fixed-top{
    
    background-color: #FEFFF0;
}

#header.header-scrolled, #header.header-inner-pages{
    background-color: #FEFFF0;
}

#header .container .lbtn{    
    display: flex; 
    margin-right: 15px; 
    width:80px;height:80px;  
    border-radius: 60px; 
    border: 2px solid black; 
    padding: 3px;
    text-align: center;
    background-color: #BC2117;
    color: #fff;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: 'Grandstander', cursive;
}

#header .container .lbtn img{    
     
    width:35px;
    height:35px;  
    min-height: 35px;
    min-width:35px;
    border-radius: 60px; 

}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
    height: 95%;
  }
  
  #header .container .lbtn{    
    display: inherit; 
    margin-right: 10px; 
}
  
  .get-started-btn{
     /* display: none;*/
  }
   .callbtn{
      
      display: none;
  }
     
  .callbtnt{
      
      display: none;
  }
  
  #serviceline{
      display: none;
  }
  
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 40px;
  right: 30px;
}



.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 70px 0;
  background-color: #000000;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 0px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #DDDDDD;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #D70006;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #D70006;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 140vh;
  background: url("../../images/bannerback1.png") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  background: url("../img/vector2.png") ;
  top: -143px;
  left: 996px;
  width: 1132px;
  height: 1080px;
  color: rgba(215, 0, 6, 0.24);
  
}

#hero .container {
  position: relative;
  padding-top: 10px;
  
}

#hero .h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 113px;
  letter-spacing: -3.56px;
  color: #fff;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
}

#hero .h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 108px;
  color: #fff;
  font-family: "General Sans", sans-serif;
  text-transform: uppercase;
}

#hero .p1 {
  font-family: "General Sans", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;

  text-transform: uppercase;
}

#hero .p2{
    margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-family: "General Sans", sans-serif;
  
    
}

#hero .h1 span {
  color: #D70006;
}



#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #D70006;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #D70006;
}

#hero .icon-box:hover {
  border-color: #D70006;
}

.himgresp{
   
  min-height: 100%; 
  position: relative; 
  /*border-radius: 30px;*/
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

.about .content .impp2 p{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: #666666;    
}

.privacyh1{
    font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 45px;
line-height: 56.7px;
letter-spacing: -1.7px;
color: #171717;
}

.privacyh3{
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 28px;
letter-spacing: 0%;
color: #111111;
}

.privacpara{
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: #666666;
}

.mobilelogo{
    display: none;
}

        .image-container {
            position: relative;
            display: inline-block;
            text-align: center;
        }

        .image-container img {
            width: 100%;
            height: auto;
            display: block;
        }

        .image-text {
            position: absolute;
            top: 40%;            
            color: white;                                    
            padding: 10px 20px;
        }                

@media (max-width: 992px){

    .image-text {
            top: 10%;            
        }
    .image-container img{
        /*height: 220px;*/
    }
    
.mobilelogo{
    display: block;        
    position: absolute;
  top: 30px;
  left: 40px;
  right: 200px;
}
    
.privacpara{
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
color: #666666;
}

 .privacyh3{
    font-family: 'Manrope',sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: #111111;
}

 .privacyh1{
    font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.9px;
letter-spacing: -0.62px;
color: #171717;
}

        .about .content .impp2 p{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
color: #666666;    
}

    .himgresp{
    
  min-height: 234px; 
  margin-top: 20px;  
  border-radius: 0px;
}
    
   #hero .h1 {
       font-weight: 400;
    font-size: 25.74px;
    line-height: 42.89px;
    letter-spacing: -1.17px;
  }
  
  #hero .h2 {
       font-weight: 500;
    font-size: 35px;
    line-height: 47.25px;
  }
  
  #hero .p1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.9px;
  }
  
  #hero .p2 {
    font-weight: 400;
    font-size: 12.51px;
    line-height: 20.4px;
    letter-spacing: 0%;
  }
}

@media (max-width: 768px) {
  
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#servhero {
  width: 100%;
  min-height: 70vh;
  background: url("../img/homebannerimg3.jpg") top center;
  background-size: cover;
  position: relative;

}

#servhero:before {
  background: url("../img/vector2.png") ;
  top: -143px;
  left: 996px;
  width: 1132px;
  height: 1080px;
  color: rgba(215, 0, 6, 0.24);
  
}

#servhero .container {
  position: relative;
  padding-top: 74px;
  
}

#servhero .h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 81px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
}

#servhero .h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 108px;
  color: #fff;
  font-family: "Manrope";
  
}

#servhero .h22 {
  margin: 0;  
  color: #fff;
  font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 78.24px;
line-height: 98.58px;
letter-spacing: -3.56px;
}

#servhero .h222 {
  margin: 0;
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 78.24px;
line-height: 98.58px;
letter-spacing: -3.56px;
color: #FFFFFF;
}

#servhero .p1 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family:  sans-serif;
  text-transform: uppercase;
}

#servhero .p2{
    margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
font-family: "General Sans", sans-serif;
  
    
}

#servhero .container .p3{
    margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "General Sans", sans-serif;
  
    
}

#servhero .container .p4{
    margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  font-family:  "General Sans", sans-serif;
  
    
}

#servhero .h1 span {
  color: #D70006;
}



#servhero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#servhero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #D70006;
}

#servhero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#servhero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#servhero .icon-box h3 a:hover {
  color: #D70006;
}

#servhero .icon-box:hover {
  border-color: #D70006;
}


@media (min-width: 1024px) {

    
    #servhero {
    background-attachment: fixed;
  }
}

#servhero .serviceh .h2{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 78.24px;
line-height: 98.58px;
letter-spacing: -3.56px;
color: #FFFFFF;
}

.about .content .abouth1 h1{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 45px;
line-height: 56.7px;
letter-spacing: -1.7px;
color: #171717;    
}

.about .content .imppstyle1 p{
    font-family: 'Manrope', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: #111111;
}

.about .content .himpressum2 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 45px;
line-height: 56.7px;
letter-spacing: -1.7px;
color: #171717;    
}


@media (max-width: 992px){

    .about .content .imppstyle1 p{
    font-family: 'Manrope', sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
color: #111111;
}
    
    .about .content .himpressum2 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.9px;
letter-spacing: -0.62px;
color: #171717;    
}
    
.about .content .abouth1 h1{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.9px;
letter-spacing: -0.62px;
color: #171717;    
}
    
#servhero .serviceh .h2{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 26.96px;
line-height: 44.93px;
letter-spacing: -1.23px;
color: #FFFFFF;
}    
    
   #servhero .h1 {
       font-weight: 500;
    font-size: 24px;
    line-height: 32.4px;
  }
  
  #servhero .h2 {
       font-weight: 500;
    font-size: 35px;
    line-height: 47.25px;
  }
 
  #servhero .h22 {
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 26.96px;
line-height: 44.93px;
letter-spacing: -1.23px;
}
  
#servhero .h222 { 
  font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 26.96px;
line-height: 44.93px;
letter-spacing: -1.23px;
color: #FFFFFF;
  
}
  #servhero .p1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.9px;
  }
  
  #servhero .p2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
  }
  
  #servhero .container .p3{
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
}

#servhero .container .p4{
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;    
}
  
}

@media (max-width: 768px) {
  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 57px;
  font-weight: 400;
  padding: 0;
  line-height: 80px;
  margin: 0 0 5px 0;
text-align: center;  
  letter-spacing: -1.7px;
  color: #171717;
  font-family: "Sora", sans-serif;
}

.section-title2 h2 {
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  line-height: 35.1px;
  margin: 0 0 5px 0;
text-align: center;  
  
  color: #111111;
  font-family: "Poppins", sans-serif;
}


.section-title p {
  margin: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  font-family: "General Sans", sans-serif;
  color: #676767;
}

.section-title .parasec4 p {
font-family: 'Manrope' , sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #717171;
}

.hsec4{
font-family: 'Manrope' , sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 32.78px;
letter-spacing: 0%;
color:  #111111;
}

.spansec5{
    font-family: 'Manrope' , sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 30.05px;
letter-spacing: 0px;
color: #111111;
}
    
.parasec5{
    font-family: 'Manrope' , sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 26px;
letter-spacing: 0px;
color: #666666;    
}

.section-title .hsec6 h2{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 45px;
line-height: 71px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;    
}

.section-title .parasec6 p{
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
color: #666666;    
}

.counts .content .image-text p{
font-family: 'Manrope', sans-serif ;
font-weight: 600;
font-size: 24px;
line-height: 32.78px;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}

.p11{
font-family: 'Manrope', sans-serif ;
font-weight: 600;
font-size: 24px;
line-height: 32.78px;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}

.counts .content .image-text .parasec7 p{
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color:  #FFFFFF;    
}

.p22{
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color:  #FFFFFF;    
}

.counts .container .couh4 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 57px;
line-height: 80px;
letter-spacing: -1.7px;
color: #171717;
}

.counts .content .parasec8 p{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #717171;
}

.counts .content .count-box .spansec8 span{
font-family: 'Manrope', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 27.32px;
letter-spacing: 0%;
color: #111111;
}
.counts .content .count-box .para2sec8 p{
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #666666;    
}

@media (max-width: 992px){

    .counts .content .count-box .para2sec8 p{
        font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;

color: #666666;    
    }    
    
    .counts .content .count-box .spansec8 span{
font-family: 'Manrope', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 21.86px;
letter-spacing: 0%;

color: #111111;
}
    
    .counts .content .parasec8 p{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color: #717171;
}
    
    .counts .container .couh4 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;

color: #171717;
}
    
.counts .content .image-text .parasec7 p{
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color:  #FFFFFF;    
}
 
.p22{
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color:  #FFFFFF;    
}

.counts .content .image-text p{
font-family: 'Manrope', sans-serif ;
font-weight: 600;
font-size: 20px;
line-height: 27.32px;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}

.p11{
font-family: 'Manrope', sans-serif ;
font-weight: 600;
font-size: 20px;
line-height: 27.32px;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;
}
    
    .section-title .parasec6 p{
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color: #666666;    
}
    
    .section-title .hsec6 h2{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
    }    
    
    .parasec5{
font-family: 'Manrope' , sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 26px;
letter-spacing: 0px;
color: #666666;    
}
    
    .spansec5{
font-family: 'Manrope' , sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 21.86px;
letter-spacing: 0px;
color: #111111;
    
}
    
.hsec4{
font-family: 'Manrope' , sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 24.59px;
letter-spacing: 0%;
color:  #111111;
}
    
.section-title .parasec4 p {
font-family: 'Manrope' , sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color: #717171;
}    
    
 .section-title h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1.7px;

}

.section-title p {
  
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}   
 
.section-title2 h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24.3px;
}

}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 71px;
  font-family: "General Sans", sans-serif;
  color: #111111;
  letter-spacing: -1.7px;
}

.about .content h2 {
        font-family: 'Grandstander', cursive; ;
    font-weight: 700;
    font-size: 48px;
    line-height: 94px;    
    color: white;    
    text-shadow: 
        -1px -1px 0 black,  
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black;
}

.about .content h1 {
        font-family:'Poppins', sans-serif ;
    font-weight: 500;
    font-size: 45px;
    line-height: 60.5px;
    color: #111111;
}



.about .content p {
  font-family: "Manrope", sans-serif; 
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
  color: #717171;
}


.about .content .paradec1 p {
  font-family: 'Space Grotesk', sans-serif ;
font-weight: 400;
font-size: 16px;
line-height: 25px;
letter-spacing: -2%;
color: #000000;
}

.counts .content .paradec3 p {
font-family: 'Manrope', sans-serif ;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #666666;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #D70006;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.mymargind{
    margin-right: 10px;
    margin-left: 10px;
}

.showdesktop{
    display: block;
}

.showmobile{
    display: none;
}

.counts .content .parasecdec3 p {
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #717171;
}

.about .content .aboutsec2 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 57px;
line-height: 71px;
letter-spacing: -1.7px;
color: #FFFFFF;    
}

.aboutsec2res{
    text-align: right;
    display: flex;
  justify-content: right;  
  align-items: center;     
  height: 25vh;
    
    
}

.image-container1 {
            position: relative;
            width: 75%; /* Adjust width as needed */
        }

        /* First Image (Background) */
        .image-container1 img:first-child {
            width: 100%;
            border-radius: 20px;
            display: block;
        }

        /* Second Image (Overlapping) */
        .image-container1 img:last-child {
            position: absolute;
            top: 100px;
            right: -110px;
            width: 70%;
            border-radius: 20px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
        }

.about .content .haboutsec3 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 57px;
line-height: 80px;
letter-spacing: -1.7px;
color: #171717;
}        

.about .content .haboutsecc3 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 80px;
letter-spacing: -1.7px;
color: #171717;
}

@media (max-width: 992px){

.about .content .haboutsecc3 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
}
    
.about .content .haboutsec3 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
}        

    .image-container1 {
            position: relative;
            width: 65%; /* Adjust width as needed */
            padding-bottom: 50px; 
        }

        /* First Image (Background) */
        .image-container1 img:first-child {
            width: 100%;
            border-radius: 20px;
            display: block;
        }

        /* Second Image (Overlapping) */
        .image-container1 img:last-child {
            position: absolute;
            top: 100px;
            right: -110px;
            width: 70%;
            border-radius: 20px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
        }
    
    .aboutsec2res{
        text-align: center;
        height: 0vh;
        justify-content: center;
        margin-top: 20px;
    }
    
.about .content .aboutsec2 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 34px;
letter-spacing: -0.62px;
text-align: center;
color: #FFFFFF;    
}

    .counts .content .parasecdec3 p {
font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 12px;
line-height: 22.2px;
letter-spacing: 0%;
text-align: center;
color: #717171;
}

    .about .content .paradec1 p{
        font-family: 'Manrope', sans-serif ;
font-weight: 500;
font-size: 10px;
line-height: 20px;
letter-spacing: 0%;
    }    

    .counts .content .paradec3 p {
font-family: 'Manrope', sans-serif ;
font-weight: 400;
font-size: 14px;
line-height: 26px;
letter-spacing: 0%;
color: #666666;
}
    
    .about .w100{
       width: 100%;
       text-align: center;
    }    
    
 .showdesktop{
    display: none;
}
.ptmob0{
    padding-top: 0px;
}

.showmobile{
    display: block;
    text-align: left;
    color: #111111;
}
    .mymargind{
    margin-right: 0px;
    margin-left: 0px;
}
    .myh2{
        margin-top: 30px;
    }
    
    .mybrad{
        border-radius: 10px;
    }
    
    .mymbb{
        margin-bottom: 22px;
    }
    
    .mymbb2{
        margin-bottom: 44px;
    }
    
    .mymbb3{
        margin-bottom: 2px;
    }
    
    .mypp44{     
        padding-top: 20px;
    }
    .myheightm{
        height: 405px;
    }
    .about .content h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 25.9px;
  letter-spacing: 0.62px;
}

.about .content h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 29.7px;
}

.about .content h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 29.7px;
}

.about .content p {
  font-weight: 500; 
  font-size: 12px; 
  line-height: 22.2px;
  letter-spacing: 0%;
  
}

}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
  background-color: rgba(239, 239, 239, 1);
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D70006;
}

.clients .container .h1{
font-family:'Poppins', sans-serif ;
font-weight: 500; 
font-size: 40px; 
line-height: 54px; 
color: #111111;    
}

@media (max-width: 992px){
 
    .clients .container .h1{
font-weight: 500; 
font-size: 22px; 
line-height: 39px;     
}
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #D70006;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.features .container h3{
    font-family:'Poppins', sans-serif ;
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    color: #111111;
}

.features .container .h3{
    font-family:'Poppins', sans-serif ;
    font-weight: 500;
    font-size: 45px;
    line-height: 60.5px;
    color: #111111;
}

 

.features .container p{
font-family:'Poppins', sans-serif ; 
font-weight: 400; 
font-size: 18px; 
line-height: 34px; 
color: #676767;
}

.features .container a{
font-family:'Poppins', sans-serif ; 
font-weight: 700; 
font-size: 16px; 
line-height: 21.86px;;
}

@media (max-width: 992px){
 
    .features .container h3{

    font-weight: 500;
    font-size: 22px;
    line-height: 39px;
}

.features .container p{

font-weight: 400; 
font-size: 14px; 
line-height: 21px; 

}
 
.features .container a{

font-weight: 700; 
font-size: 14px; 
line-height: 19.12px;;
}

.features .container .h3{ 
    font-weight: 500;
    font-size: 22px;
    line-height: 29.7px;
}




}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
   background-color: rgba(239, 239, 239, 1); 
    
}

.services .icon-box {
/*  text-align: center;*/
  
  border-radius: 12px;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 1);
}

.services .icon-boxx {
  text-align: center;  
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  overflow:auto;
}

.services .icon-boxxx {
  text-align: center;  
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  overflow:auto;
  border-radius: 26px; 
}

.services .icon-box .icon {
/*  margin: 0 auto;*/
  width: 103px;
  height: 103px;
  background: #F6F6F6;
  border-radius: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #D70006;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-boxx .icon {
  margin: 0 auto;
  width: 52px;
  height: 52px;
  background: #D70006;
  border-radius: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  float: right;
  margin-right: 30px;  
  z-index: 2;  
  margin-top: -25px;
  position: relative;
  
}

.services .icon-boxxx .icon {
  margin: 0 auto;
  width: 52px;
  height: 52px;
  background: #D70006;
  border-radius: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  float: right;
  margin-right: 30px;  
  z-index: 2;  
  margin-top: -25px;
  position: relative;
  
}

.services .icon-boxx .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  
}

.services .icon-boxxx .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-boxx h4 {
    font-family: "General Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32.4px;
  text-align: left;
  color: #111111;
 margin: 10px; 
}

.services .icon-boxxx h4 {
margin-bottom: 15px;
text-align: left;  
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 30.24px;
letter-spacing: 0%;
color: #111111;
margin: 10px; 
}

.services .icon-box h4 a {
  color: #111111;
  transition: ease-in-out 0.3s;
  font-family:'Manrope', sans-serif ;
  font-weight: 600;
  font-size: 24px;
  line-height: 32.78px;
}

.services .icon-box h4 a:hover {
  color: #D70006;
}

.services .icon-box p {
  margin-bottom: 0;
  font-family:'Poppins', sans-serif ;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.services .icon-boxxx p {
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 28px;
letter-spacing: 0%;
text-align: left;
  padding: 10px;
  color: #666666;    
}

.services .icon-boxx p {
  font-family: "Raleway", sans-serif;  
  font-weight: 400;
    line-height: 29px;
  font-size: 16px;
  text-align: left;
  padding: 10px;
  color: #676767;
  
}

.services .icon-boxx img {
  width: 100%;
  border-bottom: 2px solid #D70006;
  
  z-index: 1;
}

.services .icon-boxxx img {
  width: 100%;
  /*border-bottom: 2px solid #D70006;*/
  
  z-index: 1;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.section-title .hservice3 h2{
    font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 45px;
line-height: 56.7px;
letter-spacing: -1.7px;
color: #171717;
}

.section-title .servicep p{
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
color: #666666;
}

@media (max-width: 992px){

.section-title .servicep p{
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 22.2px;
letter-spacing: 0%;
color: #666666;
}

    .section-title .hservice3 h2{
    font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
}

    
.services .icon-box h4 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24.59px;
}

.services .icon-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}


.services .icon-boxx h4 {
  font-weight: 500;

  font-size: 15.38px;
  line-height: 20.76px;

  color: #111111;
  
}

.services .icon-boxxx h4 {  
  font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: 0%;
color: #111111;
}

.services .icon-boxx p {
  font-weight: 400;
    line-height: 24px;
  font-size: 14px;  
}

.services .icon-boxxx p {
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
}

}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #D70006;
  border-color: #D70006;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #D70006;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #D70006;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .container h3{
    font-family:'General Sans', sans-serif ; 
    font-weight: 500; 
    font-size: 40px; 
    line-height: 54px; 
    color: #111111;
    
}

.portfolio .container p{
font-family:'General Sans', sans-serif ; 
font-weight: 400; 
font-size: 18px; 
line-height: 34px; 
color: #676767;
    
}

.portpb{
    
font-family:'Poppins', sans-serif ; 
font-weight: 500; 
font-size: 20px; 
line-height: 27px; 
color: #111111;
    
}

.portppb{
    
font-family:'Poppins', sans-serif ; 
font-weight: 400; 
font-size: 18px;
line-height: 27px; 
color: #676767;
    
}

@media (max-width: 992px){
 .portfolio .container h3{

    font-weight: 500; 
    font-size: 22px; 
    line-height: 39px; 

}

.portfolio .container p{
font-weight: 400; 
font-size: 13.4px; 
line-height: 21px; 
    
}

.portpb{   
font-weight: 500; 
font-size: 14px; 
line-height: 18.9px;     
}

.portppb{
    
font-family:'Poppins', sans-serif ; 
font-weight: 400; 
font-size: 12px;
line-height: 21px; 
color: #676767;
    
}
    
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #D70006;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D70006;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
 /* padding: 30px 0; */
}

.counts .content h3 {
    font-family: "General Sans", sans-serif;;
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #111111;
}

.counts .content p {
    font-family: "General Sans", sans-serif;
 font-weight: 400; 
 font-size: 18px; 
 line-height: 34px;
 color: #676767;    
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 20px;
  color: #D70006;
  float: left;
}

.counts .content .count-box span {
    font-family: "General Sans", sans-serif;
  font-size: 20px;
  line-height: 27px;
  display: block;
  font-weight: 500;
  color: #111111;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "General Sans", sans-serif;
  font-weight: 400; 
  font-size: 16px;
  line-height: 36px;
  color: #676767;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

.counts .container .couh4{
    font-family:'General Sans', sans-serif ;
    font-weight: 500;
    font-size: 40px;    
    text-align: left;
    
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 80%;
  }
  
  .counts .container .couh4{
    font-family:'Poppins', sans-serif ;
    font-weight: 500;
    font-size: 22px;
    
    text-align: left;
    
}

.counts .content p {
    font-family: "General Sans", sans-serif;
 font-weight: 400; 
 font-size: 14px; 
 line-height: 21px;
 color: #6F6E77;    
  margin-bottom: 0;
}

.counts .content .count-box span {
  font-size: 16.13px;
  line-height: 21.78px;
  font-weight: 500;

}

.counts .content .count-box p {

  font-weight: 400; 
  font-size: 14px;
  line-height: 24px;

}

.counts .content h3 {

  font-weight: 500;
  font-size: 22px;
  line-height: 39px;

}

}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  
  background: url("../img/bgdp14.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D70006;
  opacity: 1;
}

.testimonials .container .content h3{
font-family: 'Sora', sans-serif ;
font-weight: 400;
font-size: 57px;
line-height: 80px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
}

.accbf{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 22px;
line-height: 34px;
letter-spacing: 0px;
color: #111111;
}

.ph4{
    font-family:'General Sans', sans-serif ;
font-size: 28px;
font-weight: 500;
line-height: 34px;

}

.ph5{
    font-family:'General Sans', sans-serif ;
font-size: 20px;
font-weight: 500;
line-height: 27px;
color: #111111;

}

.ph6{
    font-family:'General Sans', sans-serif ;
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: #676767;
}

.accordion-body{
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #666666;    
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
  
  
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
  
  
}

.testimonials .container .content .para1 p{ 
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color: #717171;
}

.hsec9{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 57px;
line-height: 75px;
letter-spacing: -3%;
text-align: center;
color: #FFFFFF;
}

.psec9{
 font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
 color: #CCCCCC;  
}

@media (max-width: 992px){

.psec9{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
color: #CCCCCC;
}
    
.hsec9{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 36px;
letter-spacing: -3%;
text-align: center;
color: #FFFFFF;
}

    .testimonials .container .content .para1 p{ 
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color: #717171;
}
    .testimonials .container .content h3{
 
font-family: 'Sora', sans-serif ;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
    
}

.accbf{
   
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0px;
color: #111111;
    
}

.accordion-body{
font-family: 'Manrope', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 22px;
letter-spacing: 0%;
color: #666666;    
}

}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #D70006;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #D70006;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #111111;
  font-family:'General Sans', sans-serif ;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  font-family:'General Sans', sans-serif ;
    border-radius: 0;
  box-shadow: none;
  line-height: 21.6px;
  font-size: 16px;
  border-radius: 5px;
  color: #676767;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #D70006;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  font-family: "Manrope", sans-serif;  
  background: #D70006;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 30px;
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
}

.contact .php-email-form button[type=submit]:hover {
  background: #D70006;
}

.btn-normal {
  background: #D70006;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 30px;
  font-family: "Manrope";  
  font-weight: 600; 
  font-size: 16px; 
  line-height: 21.86px;
  letter-spacing: 0px;
  
}

.btn-normal:hover {
  background: #D70006;
}

.contact .container h4{
font-family: 'Sora', sans-serif ;
font-weight: 400;
font-size: 45px;
line-height: 56.7px;
letter-spacing: -1.7px;
color: #171717;
}

.contp1{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
    color: #666666;
}

.contp2{
font-family:'Manrope', sans-serif ; 
font-weight: 600;
font-size: 28px;
line-height: 38.25px;
letter-spacing: 0%;
text-align: center;
color: #111111;
}

.mynewbtn{
    background: #FFF4F4; 
    padding-top: 8px; 
    padding-right: 15px; 
    padding-bottom:8px; 
    padding-left: 15px; 
    color: #D70006; 
    font-weight: 600; 
    font-size: 16px; 
    line-height: 21.86px;
    letter-spacing: 0%;
} 
@media (max-width: 992px){

    .mynewbtn{
        padding-top: 4px; 
    padding-right: 7px; 
    padding-bottom:4px; 
    padding-left: 7px;
    
        font-weight: 600; 
    font-size: 10px; 
    line-height: 13.66px;
    letter-spacing: 0%;
    }
    
    .btn-normal {
  font-size: 12px; 
  font-weight: 600; 
  line-height: 13.06px;
  letter-spacing: 0px;
  
}

.contact .info p {


  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  color: #111111;
}

.contact .container h4{
font-family: 'Sora',sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
color: #171717;    
}

.contp1{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 22.2px;
letter-spacing: 0%;
color: #666666;    
}

.contp2{
font-family:'Sora', sans-serif ; 
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: 0%;
text-align: center;
color: #111111;
}

.contact .php-email-form input,
.contact .php-email-form textarea {

  line-height: 18.9px;
  font-size: 14px;

}

.contact .php-email-form button[type=submit] {
 
  font-size: 12px;
  line-height: 13.06px;
  letter-spacing: 0px;
}

.pandingmobile{
    padding-top: 0px;
}

}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: black;*/
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  /*background: #121212;
  border-bottom: 1px solid #222222;
  */
  /*padding: 60px 0 30px 0;*/
}

#footer .footer-top .footer-info {
  /*margin-bottom: 30px;*/
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 100px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

#footer .footer-top .footer-info h3 span {
  color: #D70006;
}

#footer .footer-top .footer-info p {

    font-size: 16px;
    font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #717171;
  text-align: center;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #D70006;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 29.7px;
  position: relative;
  /*padding-bottom: 12px;*/
}

#footer .footer-top .footer-links {
  /*margin-bottom: 30px;*/
  line-height: 28px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #D70006;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 10px 0;
}

#footer .footer-top .footer-links ul a {
  font-family:'Poppins', sans-serif ;
  font-weight: 400;
  font-size: 16px;
    color: #111111;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  
}

#footer .footer-top .footer-links ul a:hover {
  color: #D70006;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #D70006;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  font-family:'Poppins', sans-serif ;
  text-align: left;
  padding-top: 30px;
  font-size: 16px;
  color: #717171;
  font-weight: 400;
  line-height: 26px;
  
}

#footer .credits {
    font-family:'Poppins', sans-serif ;
  padding-top: 30px;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
  color: #717171;
  font-weight: 500;
  
}

@media (max-width: 992px){
#footer .footer-top .footer-info p {

    font-size: 12px;
    font-weight: 500;
  line-height: 24px;
 text-align: center;
color: #717171;
}


#footer .copyright {

  text-align: center;
  
}

#footer .credits {
  text-align: center;
  
}


#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 600;
 
  line-height: 20.05px;
 
}

#footer .footer-top .footer-links ul a {

  font-weight: 400;
  font-size: 16px;

  
}
}

.swal-button--confirm {
    background: #CC2262;
}

.swal-button--cancel {
    background: #CC2262;
}

.swal-button--danger {
    background: #CC2262;
}

.swal-button{
    background: #CC2262;
}

.swal-button:hover{
    background: #CC2262;
}



.swal-button:active{
    background: #CC2262;
}

.swal-button--confirm:active {
    background: #CC2262;
}

.swal-button--cancel:active {
    background: #CC2262;
}

.swal-button--danger:active {
    background: #CC2262;
}

.swal-button--confirm:hover {
    background: #CC2262;
}

.swal-button--cancel:hover {
    background: #CC2262;
}

.swal-button--danger:hover {
    background: #CC2262;
}


.swal-modal {
        background-color: #ffffff;
        color: black;
    }
    .swal-text {
        color: black;
        
    }
    .swal-button {
        background-color: #CC2262;
        color: #ffffff;
    }
    
    .sweet-alert Button:hover{
    background: #CC2262;
}

.swal-button:not([disabled]):hover{
    background: #CC2262;
}


.navv {
    list-style-type: none; /* Remove default bullets */
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.navv li {
    margin: 5px;
}

.spansec1{
font-family:'Space Grotesk', sans-serif ;
font-weight: 500;
font-size: 24px;
line-height: 40px;
letter-spacing: -2%;
}


.imgsec1{
    width: 90px;
}

.section-title1 h2{    
font-family: 'Sora',sans-serif ;
font-weight: 400;
font-size: 45px;
line-height: 56.7px;
letter-spacing: -1.7px;
}

.section-title1 p{    
font-family: 'Manrope',sans-serif ;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
}

.spansec3{
font-family: 'Sora',sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: 0%;
}

.parasec3{
font-family: 'Manrope',sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #666666;    
}

.accordion-button:not(.collapsed)::after{    
  /*background-size: 44px 44px;*/
}
.accordion-button::after{
    /*width: 2.75rem;
    height: 2.75rem;
    */
}

.numaricimg{
     width: 71px;
    
}

.paddingadjest{
  padding-left: 60px;  
}

.about .content .serviceh1 h3{
font-family: 'Sora', sans-serif;
font-weight: 400;
font-size: 57px;
line-height: 80px;
letter-spacing: -1.7px;
color: #171717;
}

.about .content .servicep1 p{
    font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
color: #666666;
}

.features .container .servicep1 p{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
color: #717171;
}

@media (max-width: 992px){

    .features .container .servicep1 p{
font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 22.2px;
letter-spacing: 0%;
color: #717171;
}
    
    .about .content .servicep1 p{
        font-family: 'Manrope', sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 22.2px;
letter-spacing: 0%;
color: #666666;
}
    
.about .content .serviceh1 h3{
font-family: 'Sora', sans-serif;
font-family: Sora;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: -1.7px;
text-align: center;
color: #171717;
}
    
    .paddingadjest{
  padding-left: 30px;  
}
    
    .numaricimg{
     width: 36px;
}
    .accordion-button:not(.collapsed)::after{    
  /*background-size: 30px 30px;*/
}
.accordion-button::after{
   /* background-size: 30px 30px;*/
}
    
.parasec3{
font-family: 'Manrope',sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
}
    
.spansec3{
font-family: 'Sora',sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 22.68px;
letter-spacing: 0%;

}
    
.section-title1 h2{    
font-family: 'Sora',sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 25.2px;
letter-spacing: -1.7px;
text-align: center;
}

.section-title1 p{    
font-family: 'Manrope',sans-serif ;
font-weight: 500;
font-size: 12px;
line-height: 22.2px;
letter-spacing: 0%;
text-align: center;
}

.spansec1{
font-weight: 400;
font-size: 14px;
line-height: 17.64px;
letter-spacing: 0%;
    }
 

 
.imgsec1{
    width: 60.71px;
}
    .navv {
    flex-direction: column; /* Align items horizontally */
  }
}