@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400;600&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Raleway:wght@100;200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.navstyle{
  background:#252525;
  height:85px;
  padding-left: 1rem;
}
.nav-link{
  color: white;
  background: #cc1616;
  font-size: 1rem;
  font-family: 'Roboto';
  margin-left: .1rem;
  transition: ease .5s;
  line-height: calc(85px - 1rem);
}
.navbar-brand{
  font-family: Satisfy;
  font-size: 2rem;
  color: #ffff00;
}
.navbar-brand:hover{
    color:#ccc;
}
@media (max-width: 576px) {
  .nav-link {
    font-size:.8rem;
  }
  .container-fluid{
    padding:0;
  }
  .navstyle{
      height:75px;
  }
  .nav-link{
      line-height: calc(75px - 1rem);
  }
}
.nav-link:hover{
  color: #cc1616;
  background: White;
}
.navbar{
    padding:0;
}
.content-h{
    height: 100vh;
    align-content: center;
}
.bg-img{
    background-image:url("../img/banner.jpg");
    background-position:center;
    background-size:cover;
    background-attachment: fixed;

}

.bg-img h1{
    font-family:raleway,'open sans';
    /* font-size: 4rem; */
    font-weight: 900;
    line-height: 56px;
    color: #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.bg-img h1 span{
  font-family: Satisfy;
}
.bg-img p{
    color: #eee;
    font-family:'Courgette','Roboto';
    margin-bottom: 30px;
    font-size: 22px;
    text-shadow:0 0 6px black;
    text-align: center;
}
@media (min-width: 1024px) {
  .bg-img {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .bg-img {
    text-align: center;
  }
  /* .bg-img h1 {
    font-size: 28px;
    line-height: 36px;
  } */
  .bg-img p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width:576px){
    .bg-img h1{
        font-size:2rem;
    }
}
.button-container{
  display: block;
  position: absolute;
  width: 100%;top: calc(100vh - 15rem);
  background: transparent;
}
.button-container a{
  display: block;
  padding: .85rem 1rem;
  color:#ffffff;
  border-radius: 1rem;
  background-color: #52f28a;
  transition: ease .5s;
  font-weight: 600;
  font-family: 'open sans';
  box-shadow: 0 0 10px #006724;
  margin-bottom: .5rem;
  text-align: center;
}
.button-container div:last-child a{
  margin-bottom: 0;
}
@media(min-width:576px) {
  .button-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    top: calc(100vh - 10rem);
    background: #52f28a;
  }
  .button-container a{
    display: inline;
    margin-bottom: 0;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
  padding-bottom: 0px;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 2.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #1565c0;
  position: relative;
  z-index: 2;
  margin-top: -1.9rem;
}

.section-title span {
  /* position: absolute;
  top: 30px; */
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 0;
  /* background: linear-gradient(to right, #00ff1430, #ffea0030); */
  background-image: linear-gradient(to right, #eccb49 0%, #f0fc3d 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
  letter-spacing: .75rem;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: #1565c0;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*SERVICES*/
.service{
  /* background: url(../img/HA-bg.png) fixed center,radial-gradient( circle farthest-corner at 16.5% 28.1%, rgb(15 27 49) 0%, rgba(0,112,218,1) 90% ); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-blend-mode: color-dodge; */
  background: #0d168c;
}
.service h1,.service ul{
  color:#28f19c;
}
.service h1{
  font-family:'Roboto Condensed', 'roboto','open sans';
  letter-spacing: .2rem;
}
.service ul{
  list-style-type: none;
  font-weight: 600;
}
.head-descrip {
    color:#fff;
    font-family:'Courgette','Roboto';
}
.service-det .service-det-w{

}
.service-det .overlay{
  background-color:#0d158ce8;
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
.service-det-w .overlay{
  background-image: linear-gradient(to right, #fedb4f 0%, #fedb4f 100%);
  background-image: linear-gradient(to right, #4ffe70 0%, #48fc7b 100%);
}
.service-det-w .service{
  background: #0d8c5f;
}
.service-det-w .service h1{
  color: #fbe43b;
}
.service-det .icon-box, .service-det-w .icon-box {
  text-align: center;
  padding: 60px 20px;
  transition: all ease-in-out 0.3s;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 2px 15px #2736ff;
  /* background: #0d158c; */
  background: #ffffff;
  border-color: #ffffff;
}
.service-det-w .icon-box {
  box-shadow: 0px 2px 15px #005e04;
}
.service-det .icon-box .icon,.service-det-w .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #0d168c;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.service-det-w .icon-box .icon {
  background: #fea202;
  background: #1b5e20;
}

.service-det .icon-box .icon i,.service-det-w .icon-box .icon i {
  /* color: #0d168c; */
  color: #fff;
  font-size: 28px;
}

.service-det .icon-box .icon::before,.service-det-w .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  /* background: #97a9ff; */

  background: #7990ff;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}
.service-det-w .icon-box .icon::before {
  background: #f8e434;
  background: #4caf50;
}

.service-det .icon-box h4,.service-det-w .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.service-det .icon-box h4 a{
  color: #0d158c;
}

.service-det .icon-box p,.service-det-w .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
  color: #0d158c;
  font-family: roboto,'open sans';
}
.service-det-w .icon-box h4 a,.service-det-w .icon-box p {
  color:#00702d;
}

.service-det .icon-box:hover,.service-det-w .icon-box:hover {
  background: #28f19c;
  border-color: #0d168c;
  padding: 50px 20px 70px 20px;
  cursor:pointer;
}
.service-det-w .icon-box:hover{
  background: #0db1be;
  background: #ffeb3b;
}
.service-det-w .icon-box:hover .icon {
    background: #fff;
}
.service-det-w .icon-box:hover .icon::before {
    background: #037b85;
    background: #9d7706;
}
.service-det-w .icon-box:hover .icon i{
  color: #037b85;
  color: #9d7706;
}

.service-det .icon-box:hover .icon {
  /* background: #0d168c; */
  background: #fff;
}

.service-det .icon-box:hover .icon i {
  color: #009606;
}

.service-det .icon-box:hover .icon::before {
  background:#00ac63;
}

.service-det .icon-box:hover h4 a, .services .icon-box:hover p {
  color:#004b08;
}
.service-det-w .icon-box:hover a {
    color: #007a17;
}
.service-det-w .icon-box:hover a.btn {
    color: white;
}
.service-det-w .icon-box:hover p{
  color:#fff;
  color:#000;
}

.content{
    font-family:'open sans', raleway;
    padding:2rem 1rem;
    font-family: 'open sans', raleway;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 9px 0px #e1e1e1;
    transition:ease-out .5s;
}
.content:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 35px 5px #9b9b9b;
}
.content h3{
    font-weight:700;
    font-family:'raleway', 'open sans';
    color: #474747;
}
.content ul{
    padding-left:0;
}
.content ul li{
    list-style:none;
    padding:.25rem;
}
.content ul li i{
    color:#cc1616;
}
.content a{
    font-size: 1.25rem;
    border-radius: 0;
    font-weight: 200;
    color:white;
    background:#cc1616;
    text-decoration: none;
    border: 1px solid;
    padding: 7px 14px 7px 14px;
    margin-top:auto;
    width: fit-content;
}
.content a:hover{
    color: #cc1616;
    background: white;
}
.content span{
    position: absolute;
    top: 45%;
    font-size: 2.5rem;
    color: #dfdfdf;
    z-index: -1;
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(-45deg);
}

.clients h2{
  text-align: center;
  padding: 3rem 0;
  font-size: 3rem;
  color: #e91e63;
  color: #607d8b;
  font-family: 'Roboto Condensed';
  font-weight: 600;
}
.clients .c-list{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 3rem;
}
.clients .c-list div a{
  padding: 1rem;
  text-align: center;
  display:block;
}
.clients .c-list div a div{
  color:black;
}
.clients .c-list div a img{
  width: 75px;
}
.clients .c-list div a:hover div{
  color:grey;
}

.contact{
  background: url(../img/bg-bg-grd.jpg) center no-repeat;
  background-size: cover;
}
.contact h3{
  color: #5d5d5d;
  font-family: 'Raleway';
  font-weight: 900;
}
.contact>div>h2{
  color:white;
}
.contact .container{
  background-color: white;
  border-radius: 16px;
  padding: 2rem 1rem;
}
@media(min-width:1200px){
  .contact .container{
    max-width: 1140px;
  }
}
.contact .address{
    color: #5c5c5c;
    font-weight: 600;
    font-family: roboto;
}
.contact .form-control{
  border:1px solid #00bcd4;
  font-family: raleway;
  font-weight: 600;
  color: #104683;
}
.contact .form-control:focus{
  box-shadow: 0 0 0 4px rgb(19 167 91 / 50%), 0 0 0px 2px rgb(44 150 238 / 50%);
}
.contact .form-control::placeholder{
  color:#414141;
  font-weight:bolder;
  font-size:1rem;
  font-family:raleway;
}
.contact .form-control::-moz-placeholder{
  color:#414141;
  font-weight:bolder;
  font-size:1rem;
  font-family:raleway;
}
/* .contact .address .row>*{
  padding-top:0;
} */
.contact .address i{
  font-size:2rem;
  padding-right: .5rem;
  color:#414141;
}
#contactMessage{
  width: 350px;
  height: 200px;
  position: fixed;
  background: linear-gradient(45deg, #00bcd4, #2196f3);
  top: 8vh;
  left: calc(50vw - 150px);
  border: 1px solid white;
  border-radius: .5rem;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 19px #464646, inset 0 0 15px 0px #000000;
  display:none;
  opacity:0;
  transition: ease 1s;
}
#contactMessage div{
  padding: 1rem;
  color: white;
  font-weight: 600;
  font-family: raleway;
  font-size: 1.2rem;
  margin-top: auto;
  margin-bottom: auto;
}
/**--------------------------------------------------------------*/
/*# Footer*/
/*--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans",'san-serif';
}
a{
    text-decoration:none;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  /*align-items: center;*/
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#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: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
