@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary: #fc934e;
  --secondary: #4336ff;
}
body {
  margin: 0;
  font-family: "Nunito", sans-serif !important;
  padding: 0;
}

.container-fluid {
  padding: 0;
}
.container-fluid .row {
  margin: 0;
}

.navbar {
  padding: 0.5rem 0rem;
}

section.top-part {
  background-repeat: no-repeat;
  background-size: cover;
  height: 670px;
  background: url(../images/header.png);
  background-position: bottom left;
  width: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.col-md-7 .img-sec img {
  margin-top: 130px;
  max-width: 100%;
  /* max-width: 129%; */
}
h3 {
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 35px;
}
.top-menu .bg-dark {
  background-color: inherit !important;
}
.top-menu .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}
.top-menu .navbar-dark .navbar-nav li a.registerBtn {
  background-color: var(--primary);
  border-radius: 3px;
  padding: 8px 15px;
}
.top-menu li.nav-item {
  padding-right: 25px;
}
.carousel-inner img {
  width: 80%;
  height: 100%;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  left: 15%;
  width: 100%;
  text-align: left;
  bottom: inherit;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: inherit !important;
  color: #fff;
}
.carousel-caption > a {
  background-color: var(--primary);
  color: #fff;
  padding: 8px 15px;
  margin-top: 10px;
  border-radius: 20px;
  text-decoration: none;
}
.carousel-caption p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 2em;
}
button.btn-primary {
  font-weight: 600;
  color: rgb(4, 75, 217);
  background: #fff;
  padding: 8px 17px;
  border: inherit;
  outline: inherit;
  border-radius: 30px;
  margin-top: 27px;
  font-size: 16px;
}
button.btn-primary:hover {
  background: #000;
  color: #fff;
}

/* .overlay {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 120%;
    z-index: 9;
    background-image: url(../images/Bg-10.png);
    background-size: cover;
    width: 100%;
}*/

.logo a {
  color: #fff;
  font-size: 30px;
}
.col-md-12 {
  padding: 0;
}
.carousel-inner {
  position: relative;
}
section.services .title {
  font-size: 35px;
  font-weight: 700;
}
.about .title {
  font-size: 22px;
  font-weight: 600;
}
.about p {
  font-size: 15px;
}
section.why-choose h1 {
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  text-align: center;
  font-size: 35px;
}
section.why-choose {
  padding: 35px 0px;
}
section.services .inner-part .title {
  padding: 8px 0px;
  font-size: 18px;
  font-weight: 600;
}
section.services p {
  padding: 10px 0px;
  margin-top: 0;
  margin-bottom: 0;
}
section.services {
  padding: 35px 0px;
  margin-top: 40px;
  text-align: center;
}
section.services .inner-part img {
  max-width: 25%;
}
.inner-part {
  text-align: center;
}
img {
  max-width: 100%;
}
section.services .box {
  background: #fff;
  padding: 10px 13px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgb(112 122 122 / 30%);
  border: 0;
  width: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease,
    -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
section.services .box:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 17%);
}
section.services .box p {
  font-size: 14px;
}
section.services .inner-part .col-md-6 {
  padding: 10px;
}
section.services .col-md-6 {
  margin: auto 0;
}
.navbar-collapse {
  justify-content: end;
}

.top-menu .logo .headerLogo {
  height: 70px;
  width: auto;
  background: #fff;
  border-radius: 3px;
}

.navbar .collapse .navbar-nav li.active a {
  color: var(--primary);
  font-weight: 500;
}

.content {
  padding: 16px;
}

div#myHeader {
  padding: 10px 0px;
  background: #4336ff;
}
.sticky {
  background: #493cff !important;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0px;
  box-shadow: 15px 0px 15px 0px rgb(0 0 0 / 12%);
  z-index: 999;
}

.sticky + .content {
  padding-top: 60px;
}
section.why-choose .box i {
  font-size: 25px;
  /* margin-bottom: 4px; */
  color: #493cff;
}
section.why-choose .box {
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
section.why-choose .box {
  padding: 7px 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
section.why-choose .box:hover {
  color: #fff;
  background: #493cff;
}
section.why-choose .box:hover i {
  color: #fff;
}
section.why-choose .box .title {
  padding: 5px 0px;
  font-weight: 700;
  text-align: center;

  text-transform: uppercase;
  font-size: 18px;
}
section.why-choose .box p {
  text-align: center;
}
section.mini-services .title {
  font-size: 35px;
  font-weight: 700;
}
.right-part {
  padding: 20px 0px;
}
section.mini-services .right-part h1 {
  font-size: 18px;
  font-weight: 600;
}
section.mini-services h1 {
  font-size: 20px;
}
section.mini-services {
  background: #e8f3fb;
  padding: 40px 0px;
  position: relative;
}
section.mini-services p {
  font-size: 14px;
  padding: 14px 0px;
}
section.mini-services .box p {
  padding: 0;
  margin: 0;
}
section.mini-services .icon {
  text-align: center;
  height: 68px;
  padding: 14px;
  background: #fff;
  border: 1px solid#2196f36b;
  background: rgb(253 253 255);
  box-shadow: 5px 3px 0px 0px rgb(216 235 255);
  /* border-color: #2196F3; */
  border-radius: 100%;
  width: 60px;
}
section.mini-services .box {
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease,
    -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  box-shadow: 0px 0px 6px 0px rgb(198 202 202 / 40%);
  padding: 15px 11px;
  margin: 15px 0px;
}
section.mini-services .box:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 17%);
  box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 17%);
}

section.mini-services .col-md-6 {
  margin: auto 0;
}

button.owl-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0;
}

button.owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
}
section.testimonilas {
  background: url(../images/testimonilas-background.jpg);
  width: 100%;
  height: auto;
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0px;
  background-repeat: no-repeat;
}
.testimonilas img {
  max-width: 20%;
}
.testimonilas .owl-carousel .owl-item img {
  border: 2px solid#fff;
  display: block;
  border-radius: 100%;
  width: 100%;
}

.testimonilas p:before {
  top: -27px;
  color: #e6e6e673;
  font-size: 40px;
  content: "\f10d";
  position: absolute;
  left: -35px;
  font-family: "FontAwesome";
}
.testimonilas p:after {
  top: -27px;
  color: #e6e6e673;
  font-size: 40px;
  content: "\f10e";
  position: absolute;
  right: -35px;
  font-family: "FontAwesome";
}
.testimonilas button:focus {
  outline: 1px dotted;
  outline: inherit !important;
}
.testimonilas .client-img img {
  max-width: 8%;
}

.testimonilas p {
  position: relative;
  font-size: 15px;
  margin: auto;
  width: 80%;
}
.testimonilas .owl-dots {
  display: none;
}
.testimonilas .title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
.testimonilas span {
  font-size: 40px;
  background: #f2f2f4;
  color: #000;
  outline: inherit !important;
  /* font-size: 19px; */
  vertical-align: middle;
  border-radius: 4px;
  padding: 10px 10px;
  /* position: absolute; */
}
.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
}
.client-img {
  padding: 20px 0px;
}

section.call-detail {
  color: #fff;
  padding: 20px 0px;
  background: #071b45;
  width: 100%;
}
section.call-detail i.fa.fa-phone {
  border-radius: 100%;
  padding: 11px;
  bottom: 135px;
  position: absolute;
  background: var(--primary);
  width: 60px;
  font-size: 40px;
  height: 60px;
  text-align: center;
}
section.call-detail p {
  padding: 20px 0px 0px;
  font-size: 16px;
  display: inline-block;
}
section.call-detail h1 {
  font-size: 30px;
}
section.call-detail h2 {
  font-weight: 700;
  font-size: 25px;
  color: var(--primary);
}
.img-animation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-animation img:nth-child(1) {
  opacity: 39%;
  position: absolute;
  top: -27px;
  left: 0%;
  animation: change3 5s linear infinite;
  -moz-animation: change3 5s linear infinite;
}
.img-animation img:nth-child(2) {
  position: absolute;
  bottom: 12px;
  right: 50%;
  animation: change4 7s linear infinite;
  -moz-animation: change4 7s linear infinite;
}
.img-animation img:nth-child(3) {
  position: absolute;
  top: 10px;
  right: 275px;
  animation: change2 8s linear infinite;
  -moz-animation: change2 8s linear infinite;
}

.img-animation img:nth-child(4) {
  position: absolute;
  top: 40px;
  right: 100px;
  animation: change1 8s linear infinite;
  -moz-animation: change1 8s linear infinite;
}
.img-animation img:nth-child(5) {
  position: absolute;
  top: 25px;
  animation: change1 5s linear infinite;
  -moz-animation: change1 5s linear infinite;
}

div#footer-section h3 {
  font-size: 20px;
}
div#footer-section ul {
  padding: 0;
  margin: 0;
}
div#footer-section ul li {
  list-style: none;
}
div#footer-section ul li a {
  font-size: 15px;
  color: #c3c3c3;
  font-weight: 600;
  text-decoration: none;
}

div#footer-section {
  background-image: url(../images/map.png);
  background-color: #040c5e;
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
div#footer-section div.text-center p {
  text-transform: capitalize;
}
div#footer-section div.text-center p > a {
  color: var(--primary);
}
div#footer-section .text-footer p {
  color: #c3c3c3;
  font-size: 15px;
  margin-top: 15px;
}
div#footer-section .text-footer ul li a > i {
  color: var(--primary);
  padding-right: 5px;
}
div#footer-section .text-footer div.logo a img{
  background-color: #fff;
  width: auto;
  height: 90px;
  border-radius: 3px;
}

.contact {
  background-color: #f0f0f0;
  padding: 50px 0px;
  background-repeat: no-repeat;
  height: auto;
  color: #fff;
  background-size: cover;
  position: relative;
}
.contact h2 {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact .box {
  padding: 25px 20px;
  color: #000;
  border-radius: 10px;
  background: #fff;
  margin-top: 20px;
}
.contact .box h3 {
  font-size: 22px;
  font-weight: 600;
}
.contact .box a {
  font-size: 15px;
  display: table;
  padding-left: 10px;
  color: #727171;
  vertical-align: middle;
}
.contact .box i {
  font-size: 30px;
  float: left;
  color: #e88e2e;
}
.terms {
  padding: 50px 0;
}
.terms h2 {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.terms p strong {
  color: var(--primary);
}

.termsCondition {
  padding: 40px 0;
  background-color: #fff;
}
.termsCondition h2 {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.termsCondition .terms {
  padding: 30px 0 0;
}
.termsCondition .terms p strong {
  color: var(--primary);
}
.primary-bg {
  background-color: #fae6d1;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 15px;
  font-family: "Josefin Sans", sans-serif;
}
@media (min-device-width: 992px) and (max-device-width: 1199px) {
}
@media (min-device-width: 768px) and (max-device-width: 991px) {
  section.top-part {
    height: 560px;
  }
  section.mini-services .icon {
    height: 55px;
    padding: 14px;
    border-radius: 100%;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .navbar-dark .navbar-toggler {
    position: absolute;
    right: 0 !important;
    top: -35px;
  }
  .logo {
    position: relative;
  }

  button.btn-primary {
    margin: 15px 0px;
  }
  section.top-part {
    height: auto;
    width: 100%;
  }
  section.top-part {
    height: auto;
    width: 100%;
  }

  h3 {
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 28px;
  }
  .carousel-caption p {
    font-size: 13px;
  }
  section.top-part {
    height: auto;
  }
  ul.carousel-indicators {
    display: none;
  }

  section.services .title {
    font-size: 30px;
    font-weight: 700;
  }
  section.why-choose h1 {
    font-size: 30px;
  }
  section.mini-services .title {
    font-size: 30px;
    font-weight: 700;
  }
  .testimonilas .title {
    font-size: 30px;
  }
  .testimonilas .client-img img {
    max-width: 40%;
  }
  .testimonilas p {
    position: relative;
    font-size: 12px;
    margin: auto;
    width: 70%;
  }
  .testimonilas span {
    font-size: 20;
  }
  .testimonilas p:before {
    top: -47px;
    font-size: 30px;
    left: -23px;
  }
  .testimonilas p:after {
    top: -47px;
    font-size: 30px;
    right: -23px;
  }

  .carousel-caption {
    position: relative;
    right: 15%;
    left: 5%;
    text-align: left;
    bottom: inherit;
    z-index: 10;
    padding-top: 15%;
    padding-bottom: inherit !important;
  }
  section.top-part {
    background-position: inherit;
  }
  section.top-part {
    height: auto;
    background: #493cff;
  }
  section.mini-services .box {
    text-align: center;
  }
  section.mini-services .icon {
    margin: auto;
  }
  section.mini-services .right-part h1 {
    padding: 10px 0px;
  }
  div#myHeader ul.navbar-nav {
    text-align: left;
    margin: 0 auto;
  }
}
/* mobile view  */
@media only screen and (max-width:500px){
  .carousel-inner img{
    padding-top: 50px;
  }
  section.call-detail i.fa.fa-phone{
    bottom: 160px;
    left: 42%;
  }
  section.call-detail p{
    padding: 20px 10px;
  }
  section.call-detail h1{
    font-size: 25px;
  }
  .terms{
    padding: 50px 20px;
  }
  .termsCondition{
    padding: 50px 20px;
  }
}