/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    
  }
  
  body {
    font-family: "Poppins", sans-serif;
    background-color: #f9f9f9;
  }
  
  h1{
    font-size: 36px;
    font-weight: 600;
  }

  p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0px;
  }
  
























  

  /* Hero section styling */
.hero {
  position: relative;
  height: 100vh;
  
  /* Background image with linear gradient overlay */
  background: 
    linear-gradient(rgba(9, 1, 32, 0.862), rgba(3, 68, 122, 0.838)),
    url('images/background_2.jpg') center center / cover no-repeat;
  
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.hero-content img{
  width: 250px;
  padding: auto;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 34px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.btn:hover {
  border: 1px solid #ffa600;
  background: #ffa600;
  transition: 1s;
}

.btn_2 {
  display: inline-block;
  text-decoration: none;
  color: #0E0B30;
  border: 1px solid #0E0B30;
  padding: 12px 34px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.btn_2:hover {
  border: 1px solid #ffa600;
  background: #ffa600;
  transition: 1s;
}



.cech{
   width: 90%;
   margin: auto;
   text-align: center;
   padding-top: 100px;
}
.cech img {
  width: 90px;
}

.row{
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
  
}

.col{
  flex-basis: 31%;
  background: #d3dae1; 
  border-radius: 10px;
  margin: 3% 0.8%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5;
}

.col:hover{
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  background: #b6cee2;
}

.col img{
  width: 50px;
}

.col_2{
  flex-basis: 50%;
  background: transparent; 
  color: #0E0B30;
  text-align: left;

}

.col_2 p {
  text-align: left;
  padding: 15px 0;
}
.col_2 img {
  width: 420px;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
}


.col_3{
  flex-basis: content;
  background: transparent; 
  color: #0E0B30;
  text-align: center;

}
.col_3 h1 {
  color: #003385;
  padding: 0;
}
.col_3 p {
  text-align: center;
  padding: 0;
}
.col_3 img {
  width: 250px;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
  border-radius: 10px;
  border: solid #c5cbd0 3px;
}


.col_4{
  flex-basis: 40%;
  background: transparent; 
  color: #0E0B30;
  text-align: center;
  padding: 10px 50px;
  align-items: center;
  text-align: left;

}

.col_4 p {
  
  padding: 5px 0;
}
.col_4 img {
  width: 320px;
  border: #d3dae1 solid 4px;
  border-radius: 15px;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
}



/* FAQ */


.faq-container {
  max-width: 700px;
  margin: auto;
  background-color: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.faq-container h1 {
  text-align: center;
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  width: 100%;
  background-color: #005792;
  color: white;
  padding: 15px;
  border: none;
  text-align: left;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.faq-question.open {
  background-color: #003f6b;
}

.faq-answer {
  display: none;
  padding: 15px;
  background-color: #f0f0f0;
  border-left: 4px solid #005792;
  border-radius: 5px;
  margin-top: 5px;
  transition: max-height 0.3s ease;
}

.faq-answer.active {
  display: block;
}


















/* Scroll to Top Button */
#scrollUpBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: #005792;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s, transform 0.3s;
}

#scrollUpBtn:hover {
  background-color: #003f6b;
  transform: scale(1.1);
}







.right_conatct_social_icon {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}
.contact_field {
  padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #b9b9b9;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}
.info_single i {
  margin-right: 15px;
}
.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}
.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}









/* Footer Style */
.site-footer
{
  background-color:#010822;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#ffffff;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#e7f91e;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}














  /* Responsive styles */
  @media (max-width: 768px) {
    

    
    
    .hero-content img{
      width: 220px;
      padding: 15px 5px;
      margin: 0px 0px;
    }
    .hero-content h1{
      font-size: 20px;
    }

    .row{
      flex-direction: column;
    }

    .col_2 img{
      width: 320px;
    }
    .col_2 h1{
      font-size: 22px;
      padding: 0px 0px;
    }





    
.contact_us {
  background-color: #f1f1f1;
  max-width: 100px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}
.contact_field {
  padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;

}
.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #b9b9b9;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}
.info_single i {
  margin-right: 15px;
}
.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}
.socil_item_inner li {
  list-style: none;
}
.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}
.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}
.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}
.map_inner p {
  font-size: 13px;
}
.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

}


