
html {
  scroll-behavior: smooth;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0 !important;
}
body {
  font-family: 'Montserrat', sans-serif;
}
a,
  a:active,
  a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
}

main {
  min-height: 100vh;
  display: grid;
  place-items: center;
}







/* Navbar section  */
/* Navbar section  */
/* Navbar section  */
/* Navbar section  */
nav {
  background: #fff;
  padding: 5px;
  z-index: 99999;
}

.logo {
  max-width: 100%;
  height: 90px;
}
/* fixed nav */
.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.fixed-nav .contact h4 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}


.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-toggle {
  font-size: 1.5rem;
  color: hsl(209, 61%, 16%);
  background: transparent;
  border-color: transparent;
  transition: all 0.3s linear;
  cursor: pointer;
}

.links-container {
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.show-links {
  height: 200px;
}


header {
  background-color: #2d36a1;
}






/* BANNER SECTION */
/* BANNER SECTION */
/* BANNER SECTION */
header .banner {
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-bottom: 10rem;
}
/* LEFT SECTION  */
/* LEFT SECTION  */
/* LEFT SECTION  */
header .banner .container .title h4{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  padding-top: 2rem;
}
header .banner .container .title p{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding-top: 1rem;
  font-size: 20px;
}
header .banner .container .title ul {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding-top: 1rem;
}
header .banner .container .title ul li{
  font-size: 19px;
  list-style-type: none;
}
header .banner .container .title ul li i{
  font-size: 20px;
  color: #fff;
}




/* RIGHT FORM SECTION  */
/* RIGHT FORM SECTION  */
/* RIGHT FORM SECTION  */
#login-card{
  border-radius: 25px;

}
#login-card .card-body .form-group{
  margin-bottom: 1rem;
}
#login-card .card-body .form-group p{
  background-color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
}
.banner label{
  padding-top: 1rem;
  color: #6c757d;
}

.banner button{
  border-radius:30px;
  background: #073a68;
  color: #fff;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 1rem;
  border: none;
}
.banner button:hover{
  background: #2d36a1;
}




/* SECTION ONE  */
/* SECTION ONE  */
/* SECTION ONE  */
#section_one{
  width: 70%;
  margin: auto;
  padding-top: 4rem;
}
#section_one .title {
  text-align: center;
}
#section_one .title h1{
  font-size: 60px;
  padding-bottom: 1rem;
}
#section_one .section-dis p{
  padding-top: 1rem;
  font-size: 18px;
}
#section_one .section-dis .btn{
  background: #ffa11a;
  margin-top: 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}





/* SERIVES SECTION  */
/* SERIVES SECTION  */
/* SERIVES SECTION  */
/* SERIVES SECTION  */
#section-two{
  padding-top: 4rem;
}
.fancy-title-view1 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}
.fancy-title-view1 h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.fancy-title-view1 p {
    margin-bottom: 0px;
    display: inline-block;
    width: 65%;
}
.fancy-title-view1-color h2,
.fancy-title-view1-color p {
    color: #ffffff;
}

.light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    background-color: #000;
}
.services-view1-full {
    padding: 80px 0px 80px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background: url(../img/service_bg.jpg);
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}
.services,.services-view1-wrap {
    float: left;
    width: 100%;
}
.services,.services-view1-wrap a{
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.services,.services-view1-wrap p{
  font-size: 18px;
  color: #8492A6;
  padding-top: 0.8rem;
}
.services ul li       { list-style: none; }
.services > ul > li   {
    float: none;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}
.services-view1-wrap {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.08);
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}
.services-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    color: #fb236a;
    width: 70px;
    height: 70px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.categories-view1 a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.categories-view1 small {
    font-size: 13px;
    color: #666;
}
.services-view1 span {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 90px;
    font-weight: 500;
    color: #999;
    opacity: 0.07;
    line-height: 1;
}
.main-load-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}
.main-load-btn a {
    display: inline-block;
    line-height: 1;
    padding: 18px 45px;
    color: #ffffff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fb236a;
}
.main-load-btn a:hover {
    background-color: #274160;
}
.more-spacer {
    float: left;
    width: 100%;
    margin: 10px 0px;
}






/* SECTION THREE  */
/* SECTION THREE  */
/* SECTION THREE  */
#section_three {
  background: #2d36a1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#section_three .title h2{
  text-align: center;
  color: #fff;
}
#section_three .title p{
  text-align: center;
  color: #fff;
}
#section_three .container .row h5{
  color: #fff;
}
#section_three ul li{
  list-style-type: none;
  color: #fff;
}
#section_three ul li i{
  color: #ffa11a;
}








/* SECTION FOUR  */
/* SECTION FOUR  */
/* SECTION FOUR  */
/* SECTION FOUR  */
#section_four{
  background: #fff;
  padding-bottom: 4rem;
}
#section_four .call{
  background: #fff;
  padding: 0 3rem;
  margin-top: 5rem;
}
#section_four .call .number{
  width: 60%;
  margin: auto;
  padding-top: 2rem;
}
#section_four .title h2{
  text-align: center;
  color: #000;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
#section_four .container .title p{
  font-size: 18px;
  padding-top: 1.5rem;
}
#section_four .container .title .number{
  display: flex;
  justify-content: space-between;
}
#section_four .container .title .number  span{
  font-size: 18px;
  margin-top: 1.5rem;
  color: #000;
  border-radius: 5px;
  font-weight: 600;
}
#section_four .container .title .number a{
  background: #ffa11a;
  line-height: 4rem;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 5px;
  text-decoration: none;
}
#sectionBottom_four {
  background: #fff;
  padding-bottom: 3rem;
}
#sectionBottom_four .bottom-title h2{
  text-align: center;
  padding-top: 4rem;
}
/* #sectionBottom_four .container .row .col-md-3 {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  margin-left: 2%;
  margin-top: 2rem;
} */

#sectionBottom_four .container .row .card-style:hover{
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#sectionBottom_four .container .row .card-style i {
  color: #0c86ee;
  font-size: 30px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
#sectionBottom_four .container .row .card-style ul li {
  list-style-type: none;
  text-align: center;
}


/* FAQ SECTION  */
/* FAQ SECTION  */
/* FAQ SECTION  */
/* FAQ SECTION  */
#faq-section{
  width: 80%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#faq-section .container .title h3{
  text-align: center;
  font-weight: 600;
  padding-bottom: 3rem;
}
/* RIGHT SECTION  */
#faq-section .container .card-header {
  background: #fff;
  padding: 0;
  margin: 0;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}
 #faq-section .container .card-header h2 button{
   width: 100%;
   text-align: left;
   position: relative;
   background-color: #ffffff;
   color: #202124;
   font-size: .875rem;
   font-weight: 600;
   line-height: 1.25rem;
   margin: 0;
   padding: 1rem 3.25rem 1rem 4rem;
 }
 #faq-section .container .card-header h2 button:hover{
  background: #efefef;
  color: #202124;
}
 .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  text-decoration: none;
}
 #faq-section .container .card-header h2 button i{
   position: absolute;
   right: 3%;
   font-size: 18px;
   top: 25%;
   color: #1a73e8;
 }
 #faq-section .container .card-body{
   background: #e8f0fe;
   font-weight: 400;
 }
 #faq-section .container .card-body p{
   font-size: 15px;
  }





/* OUR CLIENT SECTION  */
/* OUR CLIENT SECTION  */
/* OUR CLIENT SECTION  */
/* OUR CLIENT SECTION  */
#client-slider{
  cursor: pointer;
}
.owl-nav {
  position: absolute;
  bottom: 70%;
  width: 100%;
  cursor: pointer;
}
.owl-prev{
  position: absolute;
  left: 0;
  top: 0;
}
.owl-next{
  position: absolute;
  right: 0;
  top: 0;
}
.owl-carousel .card .card-img-top img{
  max-width: 100%;
  width: 250px;
  height: 200px;
  border-radius: 50%;
}
/* .owl-carousel .card .card-body .star i{
  color: #ffa11a;
}  */








/* OUR SLIENT TESTIMONIAL  */
/* OUR SLIENT TESTIMONIAL  */
/* OUR SLIENT TESTIMONIAL  */
#testimonial{
  background: #fff;
  padding-top: 4rem;
}
#testimonial .title h2{
  text-align: center;
}
#testimonial .last-btn{
  background: #ffa11a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  margin-top: 1rem;
}

#testimonial .last{
  padding: 10rem 0;
  background: #f4f4f4;
}

/* sections and title */
/* sections and title */
/* sections and title */

footer {
  background: hsl(209, 61%, 16%);
  padding: 1rem;
}
footer p {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}

.top-link {
  font-size: 1.25rem;
  text-decoration: none;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  background: hsla(182, 63%, 54%);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  color: #fff;
  animation: bounce 2s ease-in-out infinite;
  visibility: hidden;
  z-index: -100;
}
.show-link {
  visibility: visible;
  z-index: 100;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
