

*{
    margin: 0;
    padding:0;
}
:root{
    --black:#000;
    --white:#ffff;
    --yellow:#fcb415;
}
ul{
    padding:0 !important;
    margin:0 !important;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
body{
  font-family: Montserrat, sans-serif;
    padding-top: 114px;
}
.form-control:focus {
  color: #212529;
  background-color:transparent;
  border:solid 1px #c9c9c9;
  outline: 0;
  box-shadow: 0 0 0 0 transparent;
}
            
:focus-visible input{
  box-shadow: 0 0 0 transparent;
  outline: none;
  border: none;
}
/* navbar */
.navbar{
  background-color: var(--white);
  box-shadow: 1px 1px 15px 15px rgba(204, 204, 204, 0.096);
}
.navbar-brand img{
    width:200px;
    height:auto;
    object-fit: cover;
}
.navbar-nav{
  align-items: baseline;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color:var(--black);
}
.navbar-nav .nav-link{
    color: var(--black);
    font-size:16px;
    padding-right: 25px !important;
}
.navbar-collapse{
    flex-grow:0;
}
.nav-btn-side{
    margin-top: 7px;
    margin-left:25px;
}
/* .nav-btn-side a{
    padding: 10px 20px;
    background-color: var(--yellow);
    font-size: 15px;
    color: var(--white);
    border: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    margin-top: -10px;
} */
.nav-btn-side button{
  padding: 10px 20px;
  background-color: var(--yellow);
  font-size: 15px;
  color: var(--white);
  border: none;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  margin-top: -10px;
}
.modal h1{
  font-size: 18px;
  color: var(--black);
  font-weight: bold;
  letter-spacing: 0.5px;


}
.modal .form-control {

  border-radius: 21px;
}
.modal  .modal-body span{
  color: red;
}
.modal  .modal-body label{
  font-size: 15px;
}
/* hamburge */
.menu-button {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   }



   .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    /* background-color: #ebebec; */
    position: relative;
    cursor: pointer;
  }
  .hamburger span, .hamburger:before, .hamburger:after {
    content: " ";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
    transform: rotate(0);
    position: absolute;
    left: 10px;
    transition: all 300ms ease-in-out;
  }
  .hamburger:before {
    top: 16px;
  }
  .hamburger span {
    top: 25px;
    opacity: 1;
  }
  .hamburger:after {
    bottom: 15px;
  }
  .hamburger.active span {
    opacity: 0;
    top: 25px;
    transform: rotate(90deg);
  }
  .hamburger.active:before {
    width: 34px;
    top: 25px;
    left: 8px;
    transform: rotate(45deg);
  }
  .hamburger.active:after {
    width: 34px;
    bottom: 24px;
    left: 8px;
    transform: rotate(-45deg);
  }

  /* index.banner */
  .carousel-item{
    width:100%;
    height:auto;
    margin-bottom:25px;
  }



  /* banner-bottom-text */
  .banner-bottom-text{
    margin: 25px 0px;
    text-align: center;
  }
  .banner-bottom-text span{
    color: rgb(99, 97, 97);
    font-size:16px;
    margin: 15px 0px;
  }
  .banner-bottom-text h3{
    font-size:45px;
    font-weight: bold;
    margin: 15px 0px;
    color: var(--black);
    text-transform: uppercase;
  }
  .banner-bottom-text h4{
    font-size:30px;
    color:var(--black);
    margin: 15px 0px;
    font-weight:500;
  }
  .banner-bottom-text hr{
    width:100px;
    border: solid 2px var(--yellow);
    background-color:var(--yellow);
    margin: auto;
    opacity:1;
  }
  .banner-bottom-text p{
    font-size:16px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: var(--black);
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .banner-bottom-text a{
    font-size:14px;
    padding: 8px 35px;
    color: var(--white);
    background-color: var(--yellow);
    border: none;
    width:16%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    z-index: 1;
  }


  /* who-we-are-section */
  #why-bnr-sec{
    background-image: url(../img/why-bnr.webp);
    background-repeat: no-repeat;
    padding: 50px 0px;
    margin: 40px 0;
    height: 480px;
  }
  .who-we-r-sec{
    margin: 15px 0px;
    text-align: center;
  }
  .who-we-r-sec h3{
    font-size:45px;
    font-weight: bold;
    margin: 15px 0px;
    color: var(--white);
    text-transform: uppercase;
  }
  .who-we-r-sec hr{
    width:100px;
    border: solid 2px var(--yellow);
    background-color:var(--yellow);
    margin: auto;
    opacity:1;
    margin-top: 20px;
  }
  .who-we-r-sec h4{
    font-size:30px;
    color:var(--white);
    margin-bottom:15px;
    margin-top:25px;
    font-weight:500;
    text-transform: uppercase;
  }
  .who-we-r-sec p{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
    color:rgba(255, 255, 255, 0.746);
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    line-height:27px;
  }
  .who-we-r-sec a{
    font-size:15px;
    padding: 8px 35px;
    color: var(--white);
    background-color: var(--yellow);
    border: none;
    width:16%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    z-index: 1;
  }

  /* index-service */
  #index-service{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84vh;
  }
  .head-tex{
   /* margin-top: 20px; */
   margin-bottom: 40px;
    text-align: center;
  }
  .head-tex p{
    font-size:22px;
    color: var(--yellow);
    text-transform: uppercase;
    font-weight:600;
    margin: 20px 0px;
  }
  .head-tex h2{
    font-size:25px;
    text-transform:uppercase;
    color:#4d4b4c;
    /*font-weight:600;*/
    margin-top: 25px;
    line-height:40px;
  }
  .service-img{
    overflow: hidden !important;
  }
  .service-img img{
    width:100%;
    height:270px;
    object-fit:cover;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
  }
    
  .carousel-control-prev-icon,
.carousel-control-next-icon {
        background-color: #adb5bd;
    border-radius: 56%;
}

  .service-card{
    position: relative;
    padding: 10px 0;
  }
  .lines{
    position: relative;
    padding: 0 10px;
    transition: all 0.5s;
  }

  .lines:hover{
    margin-top: -10px;
  }

  .service-card::before{
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    height: 2px;
    background: var(--yellow);
    top: -2px;
    width: 0;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
}
.service-card::after{
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  height: 2px;
  background:var(--yellow);
  bottom: -2px;
  width: 0;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.service-card:hover::after{
  left: 0;
  width: 100%;
}
.service-card:hover::before{
  left: 0;
    width: 100%;
}
.lines::before{
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  right: 0;
  background: var(--yellow);
  left: 0;
  bottom: 0;
  height: 0;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.lines::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  right: 0;
  background:var(--yellow);
  bottom: 0;
  height: 0;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
.lines:hover::before{
  height: 100%;
    top: 0;
}
.lines:hover::after{
  height: 100%;
  top: 0;
}




  .service-card:hover .service-img img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .service-text{
    transition: 0.5s all;
  }
  .service-card:hover .service-text{
    box-shadow: -3px 12px 20px -5px #cccccc7d;
  }
  .service-text h3{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -20px;
    background-color: var(--yellow);
    padding: 8px 20px;
    width: 70%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .service-text p{
    font-size: 16px;
    margin-bottom: 0;
    color: rgb(99, 97, 97);
    line-height: 33px;
    margin-top: -15px;
    padding: 0px 15px;
    width: 100%;
    /* text-align: justify; */
  }
  .service-btn{
    display: flex;
    align-items: center;
    justify-content: left;
    transition:0.9s all;
    margin-left:10px;
  }
  .service-btn a{
    font-size: 18px;
    color: var(--black);
    margin: 15px 0;
    margin-right: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 1px 0px 0px 10px; */
}
  /* .service-btn a::after{
    content: '';
    position: absolute;
    top:6px;
    left:105.5px;
    background-color: var(--yellow);
    width: 20px;
    height: 20px;
    z-index: -1;
    border-radius: 50%;
    padding: 13px;
    transition: 0.5s all;
  } */
  /* .service-btn a:hover::after{
    width: 100%;
    border-radius: 8px;
    top: 0;
    left: 0;
    padding: 18.5px 0;
  }
  .service-btn i{
    padding:5px;
    color: var(--black);
    border-radius:0;
    z-index: 1;
    padding: 9px 10px;
    border-radius: 0px 8px 8px 0px;
    margin-left: 4px;
    transition: 0.5s all;
  } */
  .service-btn a:hover i{
    /* background-color: #f00; */
    /* color: var(--black); */
    /* padding: 9px 10px; */
  }

  /* secure-alert */
  #secure-alert-main {
    background-image: url(../img/alert.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 40px 0;
    height: 610px;
    display: flex;
    align-items: center;
}
  .secure-alert {
    /* margin-top: 15px; */
    margin-bottom: 85px;
    position: relative;
}
/* .secure-alert::after{
  content:'';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.192);
  left:0%;
  top: 15px;
  width:250px;
  height:60px;
} */
  .secure-alert h3{
    font-size: 45px;
    color: var(--yellow);
    margin: 15px 0;
  }
  .secure-alert p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.914);
    line-height:30px;
    width: 73%;
}

/* double-quates-section */
#double-main{
  margin: 50px 0;
}
.double-quates-main{
  padding: 0px 150px;
}
.double-quates-sec{
   margin-top: 15px;
   margin-bottom:150px;
}
.double-quates-sec img{
  width: 100px;
  height: 85px;
  object-fit: contain;
  margin-left: 40px;
}
.double-quates-sec h3{
  font-size: 35px;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 700;
  text-align: end;
  margin:15px 0;
}
.double-quates-sec p{
  font-size: 25px;
  color: rgba(0, 0, 0, 0.834);
  text-align: end;
}


/* index-contact */
#index-contact-main .row{
  display: flex;
  align-items: center;
}
.index-contact-sec .row{
  display: flex;
  align-items: center;
}
.index-contact-sec h3{
  font-size: 45px;
    color: var(--black);
    margin: 15px 0;
}
.index-contact-inside label{
  font-size:16px;
  color: #4d4b4c;
  font-weight:500;
  margin: 10px 5px;
}
.index-contact-inside input{
  padding: 8px 15px;
  background-color: #f7f8f8;
  border: solid 1px #c9c9c9;
}
/* .textarea-line{
  width:100%;
} */
.textarea-line textarea{
  height:65px;
  width:100%;
  padding: 8px 15px;
  background-color: #f7f8f8;
  border: solid 1px #c9c9c9;
  border-radius: 8px;
  outline: none;
}
.index-cont-btn{
  text-align: center;
}
.index-cont-btn button{
  background-color: var(--yellow);
  color: var(--white);
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
  line-height: normal;
  padding: 10px 0px;
  margin-top: 35px;

  width: 130px;

  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
/* .textarea-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.index-cont-btn i{
  font-size:20px;
}
.index-map{
  margin: 10px 0px;
}
.index-map iframe {
  width: 100%;
  border-radius:8px;
  height: 370px;
}

/* footer-section */
#footer{
  background-color: #ebebec;
  padding: 20px 0px;
  margin-top:10px;
}
#footer .footer-media-sec1{
  text-align: left;
}
#footer .footer-media-sec2{
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-media-sec3{
  text-align: end;
}
.footer-logo{
  margin: 15px 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo img{
  width:250px;
  height: auto;
  object-fit: cover;
  margin-bottom:20px;
}
.footer-logo a{
  padding:10px 25px;
  font-size:20px;
  color: var(--white);
  background-color: var(--yellow);
  margin-bottom:20px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  text-transform:uppercase;
}

.footer-address h3{
  font-size:25px;
  color:#212529;
  text-transform:capitalize;
  font-weight: 700;
  margin:25px 10px;
}
.footer-icon{
  display: flex;
  align-items:center;
  justify-content: left;
  margin: 25px 0px;
}
.footer-icon img{
  width: 40px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}
.footer-icon p{
  color: var(--black);
  margin: 0px 5px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  width: 250px;
  display: block !important;
}
.footer-direct a{
  font-size:18px;
  color: #212529;
  margin:3px 0;
  transition: 0.5s all;
}
.footer-direct a:hover{
  color: var(--yellow);
}
.footer-links{
  margin: 25px 12px;
}
.footer-links ul{
  padding:0;
  margin: 0;
}
.footer-links li{
  margin: 6px 0;
}
.footer-links a{
  font-size:16px;
  color: #212529;
  margin:3px 0;
  transition: 0.5s all;
  padding: 6px 0;
}
.footer-links a:hover{
  color: #163a63;
  text-decoration: underline;
}
.footer-media{
  margin: 10px 0;
}
.footer-media ul{
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer-media li{
  margin: 0 10px 0 10px;
}
.footer-media i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--black);
  font-size:20px;
  border-radius: 50%;
  background-color:#4d4b4c79;
  transition: 0.5s all;
}
.footer-media i:hover{
  background-color: var(--yellow);
  color: var(--white);
}

.footer-copy {
  background-color:#163a63;
  padding:4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy p {
  font-size: 14px;
  color: var(--white);
  text-align: left;
  margin: 0;
  padding: 6px;
}
.footer-copy span {
  text-align: end;
  font-size: 14px;
  color: var(--white);
  text-align: left;
  margin: 0;
  padding: 6px;
}
.footer-copy a {
  color: var(--white);
}


/* button-hover */
.btn-11:before, .btn-11:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #011d44;
  border-radius: 50%;
  z-index:-1;
}
.btn-11:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn-11:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.btn-11:hover {
  color: #fff;
}
.btn-11:hover:before {
          animation: criss-cross-left 0.8s both;
          animation-direction: alternate;
}
.btn-11:hover:after {
          animation: criss-cross-right 0.8s both;
          animation-direction: alternate;
}
/* .modal-footer .btn{
  background-color: #fcb415;
  color: white;
  border-radius: 0;
} */



@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}





.link-hovr:hover{cursor: pointer}
.link-hovr {
  /* background: transparent; outline: none; */
  position: relative;
  /* border: 2px solid #111; */
  /* padding: 15px 10px; */
  overflow: hidden;
}

/*.link-hovr:before (attr data-hover)*/
.link-hovr:hover:before{opacity: 1; transform: translate(0,0);}
.link-hovr:before{
  content: attr(data-hover);
  position: absolute;
  /* top: 1.1em; left: 0; */
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0;
  transform: translate(0,-100%);
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #000;
  text-align: center;
  left: 0;
}
  /*.link-hovr div (.link-hovr text before hover)*/
  .link-hovr:hover div{opacity: 0; transform: translate(0,100%)}
  .link-hovr div{
    text-transform: uppercase;
    font-size:16px;
    transition: all .3s ease-in-out;
  }







  .cta {
    position: relative;
    margin: auto;
    padding: 12px 22px;
    transition: all 0.2s ease;
  }
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background:var(--yellow);
    width: 40px;
    height:40px;
    transition: all 0.3s ease;
  }
  .cta span {
    position: relative;
    font-size:14px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  .service-text:hover .cta{
    color: var(--white) !important;
  }
  .service-text:hover .cta:before {
    width: 100%;
    background: var(--yellow);
  }
  .service-text:hover .cta svg {
    transform: translateX(0);
    stroke: #fff;
  }
  .cta:active {
    transform: scale(0.96);
  }


  .ml11 {
    font-weight: 700;
    font-size: 3.5em;
  }
  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
  .ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
  }
  
  .ml11 .line1 { 
    top: 0; 
    left: 0;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }

  .nav-btn-side button {
  margin-right: inherit;

  }

  .modal .nav-btn-side {
    margin-left: 0;

  }
  .modal .nav-btn-side button {
    padding: 8px 20px;
    margin-top: 6px;
  }
  .captcha-code .code{
    display: flex;
    align-items: center;
    justify-self: center;

  }
  .captcha-code .code .dynamic-code{
    margin-right: 10px;

  }



  .contact-button input{
    padding: 10px;
    border: solid 1px #ccc;
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 8px;
  }
  .cap-btn{
    background-color: var(--black) !important;
    border: solid 1px var(--black) !important;
    margin-top: 20px;
  }
  .cap-btn:hover{
    border: solid 1px var(--white) !important;
    background-color: transparent !important;
    color: var(--white) !important;
  }
  #captcha {
    font-size: 18px;
    letter-spacing: 3px;
    float: left;
    margin-left: 10px;
    margin-top:10px;

  }
  .cap-sec {
    /* margin-top:10px; */
    text-align: end;
    width: 100%;
    background:#ebebeb;
    border:solid 1px #ccc;
    border-radius: 8px;
  }
  .cap-sec button {
    background-color: var(--black);
    border: solid 1px transparent;
    color: var(--white);
    padding: 10px 16px;
    text-align: end !important;
    border-radius: 8px;
  }
  .cap-sec i{
    font-size:20px;
    color:var(--white);
  }
  .index-contact-sec  .index-cont-btn button {

    margin-top: 15px;
    margin-bottom: 30px;

    
  }