@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

.text-primary{color:#303091 !important;}
.text-secondary{color:#fc7311 !important;}

.bg-primary{background: #303091!important;}
.bg-secondary{background:#fc7311 !important;}


.btn-primary{background-color:#303091!important ; border:none !important; color:#fff !important; padding: 10px 30px; font-family: "Exo", sans-serif;}
.btn-secondary{background:#fc7311 !important; border:none !important; color:#fff !important; padding: 10px 30px; font-family: "Exo", sans-serif;}
p{font-family: "Poppins", sans-serif;}
span{font-family: "Poppins", sans-serif;}
ul li{font-family: "Poppins", sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: "Exo", sans-serif;}
.text-dark{color: #000 !important;}
.border-2{ border-radius: 10px;}
a{text-decoration: none !important;}
.rounded-3{border-radius: 20px !important;}

.navbar-brand img{
    width: auto;
    height: 80px;
}

.nav-link{
    margin-right: 40px;
    color: white ;
}

.hero-section{
    padding-top: 130px!important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section img{
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;

}

.hero-section h1{
    font-size: 56px;
    font-weight: 500;
}

.hero-section h3{
    font-size: 30px;
    font-weight: 700;
}

.hero-section p{
    font-size: 16px;
    color: #747474;
    font-weight: 300;
}

.hero-section img{
  width: 100%;
  height: 100%;
}




.bg-info{
    background: #d3effe !important;
}

  
  @media screen and (max-width: 500px) {
    .privacy-content-area h2{font-size: 20px;}
  }
  
  @media screen and (max-width: 600px) {
    .privacy-content-area img{height: auto;}
    .privacy-content-area h2{font-size: 25px;}
    .privacy-content-area i{display: none;}
  
  }
  
  @media screen and (max-width: 1180px) {
    .privacy-content-area img{height: auto;}
  }
  
  
  /* blog page */
  .testimonial{
    overflow: hidden;
  }

  .testimonial-cards{
    background-color: #fff0d3;
    border-radius: 15px;
  }

  .testimonial-cards img{
    width: 78px;
    height: 78px;
    position: absolute;
    top: 20px;
    border: 2px solid tra;
  }

  .testimonial-cards h6{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 50px;
    margin-bottom: 5px;
  }

  .testimonial-cards span{
    font-size: 14px;
    font-weight: 300;
    color: #000;
  }

  .testimonial-cards p{
    font-size: 12px;
    font-weight: 300;
    color: #000;
  }





  @media screen and (max-width: 1030px){
    .circle{display: none;}
    .circle1{display: none;}
    .up img{display: none;}
    .down img{display: none;}
  }

.who-we-are{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: ;
}




.about-us img{
 height: 300px;
 width: 240px;
 border: 5px solid #fff;

}

.left-img img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.right-img img:nth-child(1) {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.right-img img:nth-child(2) {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hidee{display:none !important;}

@media screen and (max-width:  750px){
 .display{display: none;}
 .hidee{display: block;}
}



.about-us h2{
  font-weight: 600;
  font-size: 46px;
}

.about-us {
  background: rgb(255,232,216);
background: linear-gradient(90deg, rgb(255, 241, 230) 3%, rgba(255,255,255,1) 100%);
}

.section-title {
  font-size: 17px;
  color: #fc7311; /* Adjust color as needed */
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.section-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fc7311; 
}

.what-we-do h2{
  font-weight: 600;
  font-size: 46px;
}

.what-we-do img{
  width: 60px;
  background-color: #ffede2;
  padding: 10px;
  border-radius: 50px;
}

.latest-project h2{
  font-weight: 600;
  font-size: 46px;
}

.latest-project .nav-link {
  font-family: "Exo", sans-serif;
}

.nav-pills .nav-link.active{
  color: #fc7311;
  font-size: 18px;
  background-color: transparent;
  padding: 0%;
}

.nav-pills .nav-link{
  color: #000;
  font-size: 18px;
  background-color: transparent;
  padding: 0%;
  margin-right: 80px;
  font-weight: 500;
}
hr{
  background-color:rgb(187, 187, 187) !important;
  margin-top: 40px;
}

.latest-project img{
  width: 100%;
  margin: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.our-skills h2{
  font-weight: 600;
  font-size: 46px;
}

.progress-bar{
  color: #fff;
  background-color: #fc7311;
  height: 12px;
  transition: width .6s ease;
}

.progress {
  background-color: rgb(255, 241, 230);
  height: 12px;
}

.our-skills{
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.our-skills .img-1{
  position: absolute;
  left: 100px;
  border-radius: 40px;
  border:10px solid #fc7311 ;
}

.our-skills .img-1 img{
  border-radius: 40px;
  border:10px solid #F8F9FA;
}

.our-skills .img-2{
  position: absolute;
  top: 150px;
  border-radius: 50%;
}

.our-skills .img-2 img{
  border-radius: 50%;
  border: 10px solid #F8F9FA;
}

.our-skill-img{
  position: relative;
}

.our-skill-img-2{display: none;}

.our-skills .img-3{
  border: 10px solid #FF5E00;
  border-radius: 20px;
}

.our-skills .img-3 img{
  border: 10px solid #FFf;
  width: 100%;
  border-radius: 20px;
}

  @media screen and (max-width: 1200px){
    .footer-link{display: none;}
    .our-skill-img{display: none;}
    .our-skill-img-2{display: block;}
  }


.main-contact {
  background-image: url(../assets/image3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}

.main-contact .container-fluid{
  background-color: rgb(0, 0, 0, 0.8);
}
.left-contact {
  background:rgb(255, 241, 230) ;
  padding: 20px;
  display: flex;
  align-items: center;
  
}

.left-contact img{
  width: 70px;
}


.contact-us input{
  background-color: #fff !important;
  border: 0.7px solid #ccc !important;
  height: 54.5px;
  border-radius: 10px;
  overflow: hidden;
  color: #fc7311;
}

.contact-us label{
  color: rgb(104, 104, 104);
}

.contact-us textarea{
  background-color: #fff !important;
  border-radius: 10px;
  border: 0.7px solid #ccc !important;
  color: #fc7311;
}


.tt{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.carousel {
width: 650px;
margin:auto auto;
padding-bottom: 50px;
}
.carousel .carousel-item {
color: #999;
font-size: 14px;
text-align: center;
overflow: hidden;
min-height: 340px;
}
.carousel .carousel-item a {
color: #fc7311;
}
.carousel .img-box {
width: 145px;
height: 145px;
margin: 0 auto;
border-radius: 50%;
}
.carousel .img-box img {
width: 100%;
height: 100%;
display: block;
border-radius: 50%;
}
.carousel .testimonial {	
padding: 30px 0 10px;
}
.carousel .overview {	
text-align: center;
padding-bottom: 5px;
}
.carousel .overview b {
color: #333;
font-size: 15px;
text-transform: uppercase;
display: block;	
padding-bottom: 5px;
}
.carousel .star-rating i {
font-size: 18px;
color: #ffdc12;
}
.carousel-control-prev, .carousel-control-next {
width: 30px;
height: 30px;
border-radius: 50%;
background: #fc7311 !important;
/* text-shadow: none; */
top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
font-size: 20px;
margin-right: 2px;
}
.carousel-control-prev {
left: auto;
right: 40px;
}
.carousel-control-next i {
margin-right: -2px;
}
.carousel .carousel-indicators {
bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
width: 11px;
height: 11px;
margin: 1px 5px;
border-radius: 50%;
}
.carousel-indicators li {	
background: #e2e2e2;
border: none;
}
.carousel-indicators li.active {		
background:#fc7311;		
}

.counter {
  background-color: #fff4ef;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #FF5E00;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: rgb(255, 94, 0);
}

.contact-box{
  height: 150px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.carousel-indicators{
  display: none !important;
}





#header h1{
  font-weight: 800;
  font-size: 3.5rem;
  color: #fff;
  padding: 20px 0;
}


#header p{
  color: #ffe3d3;
}
.navbar-brand img{
  width: auto;
  height: 80px;
}
#sec{
  background: linear-gradient(110deg, rgba(0,0,0, 0.9) 40%, rgba(0,0,0, 0.9) 60%);
  min-height: 100vh;
  width: 100% !important;
  padding-top: 200px;
  
}
#home{
  padding-top: 80px !important;
  padding-bottom: 90px;
}
.bg-dark {
  background: rgba(0, 0, 0, 0.9) !important;
}

#header{
  background-image: url("../assets/image3.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}


.vision-mission h1{
  font-size: 50px;
  font-weight: 600;
}

.footer img{
width: 130px;
}

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



.footer ul {
  padding: 0px;
}


.alert {
  border-radius: 5px;
  margin-bottom: 20px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 94, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}