@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

:root{
  --primary:#5D3BCC;
  --secondary:#AFF9FB;
  --tertiary:#FF7E20;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.container-fluid {
  padding: 0;
}
.container-fluid .row {
  margin: 0;
}

.dropdown-menu.show a.dropdown-item {
  color: #000;
}

.content {
  padding: 16px;
}
.logo {
  width: 100%;
}
.navbar {
  padding: 0.5rem 0rem;
}
.sticky {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  background: var(--primary) !important;
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  color: #000 !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sticky .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.logo a img {
  height: 90px;
  width: auto;
  padding: 8px;
}
.top .sticky .logo a img{
  height: 70px;
  width: auto;
}
.top .sticky .logo a {
  color: #000 !important;
  font-size: 20px;
}

section.middle-banner img {
  max-width: 100%;
}
section.middle-banner .col-md-12 {
  padding: 0;
}
.sticky + .content {
  padding-top: 60px;
}

.top {
  width: 100%;
  height: auto;
  padding: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: url(../images/header-bg.jpg); */
  background-color: var(--primary);
}

.btn-primary {
  padding: 10px 20px;
  border: inherit;
  border-radius: 40px;
  background: var(--tertiary);
  text-decoration: none;
}
.btn-primary:hover {
  text-decoration: none;
}
.top p {
  line-height: 27px;
}
.top ul {
  margin: 0;
  padding: 0;
}
.top ul li {
  display: inline-block;
  list-style: none;
  padding-right: 15px;
}
.top .personal-detail {
  padding: 8px 10px;
  background: var(--secondary);
  border-bottom: 1px solid var(--tertiary);
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--tertiary);
  font-weight: 600;
}
.top ul li a:hover {
  color: initial;
  text-decoration: none;
  /* color: #fe9a00; */
}

.top ul li a {
  color: #000;
  font-size: 15px;
}
.top ul li a i {
  padding-right: 3px;
}
.top .social-media {
  display: inline-block;
  justify-content: flex-end;
  float: right;
}
.top .social-media ul li a i{
  background: var(--tertiary);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
  .top .social-media ul li a i:hover{
    color: #fff;
  }
.top-menu {
  padding: 10px 0;
}
.top .bg-dark {
  float: right;
  background-color: inherit !important;
}
.top .col-md-2 {
  margin: auto;
}
.top .logo a {
  color: #fff;
  font-size: 20px;
}
.top img.wow.zoomInRight {
  max-width: 100%;
}
.top .personal-detail ul {
  display: inline-block;
}
.top .carousel-caption {
  position: inherit;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 90%;
  text-align: left;
}
.top .col-md-6 {
  margin: auto;
}
.top h3 {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
/* .top img {
    max-width: 100%;
} */
section.why-choose-us img {
  max-width: 100%;
}
section.why-choose-us .box .icon img {
  padding: 25px 0px;
  max-width: 31%;
}
section.why-choose-us .icon {
  text-align: center;
  border-radius: 50%;
  float: left;
  box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
  margin-right: 15px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  transition: all 0.3s ease 0s;
}

section.why-choose-us .title {
  font-size: 30px;
  font-weight: 600;
}
section.why-choose-us .sub-title {
  font-size: 20px;
  font-weight: 700;
}
section.why-choose-us .box p {
  font-size: 14px;
}
section.why-choose-us .detail {
  display: table;
  padding: 0 5px;
}
section.why-choose-us .box .icon img {
  padding: 11px 0px;
  max-width: 55%;
}
section.why-choose-us .title {
  font-size: 35px;
  padding: 15px 0px;
  position: relative;
  font-weight: 600;
}
section.why-choose-us .box {
  margin: 10px 0px;
  border: 1px solid #e9e4e4;
  position: relative;
  z-index: 1;
  padding: 10px 5px;
  background: #fbf9f94f;
  box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
}
section.why-choose-us .box:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease-in-out;
  left: 0;
  border-left: 1px solid #1778e0;
  border-right: 1px solid #1778e0;
  z-index: -1;
}
section.why-choose-us .box:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  border-top: 1px solid #1778e0;
  border-bottom: 1px solid #1778e0;
}

section.why-choose-us .box:hover:before,
section.why-choose-us .box:hover:after {
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
}
section.why-choose-us {
  padding: 40px 0px;
}
section.why-choose-us .col-md-6 {
  margin: auto 0;
}

.main .services-section .heading .heading-border {
  position: relative;
  padding-bottom: 30px;
  display: block;
}

.dotted-circle {
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 110px;
  padding-left: 6px;
  position: relative;
}
.dotted-circle .circle {
  justify-content: center;
  text-align: center;
  text-align: center;
  width: auto;
  height: auto;
  padding: 15px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* left: 18px; */
  /* margin: 6px 94px; */
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--primary);
}
.dotted-circle .circle img {
  width: 50px;
  height: 50px;
}
.dotted-circle .circle:after {
  justify-content: right;
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-width: 2px;
  border-color: var(--tertiary);
  border-style: dashed;
  position: absolute;
  width: 100px;
  /* margin: 0 auto; */
  top: 0;
  right: 0px;
  height: 100px;
  /* text-align: center; */
  top: -10px;
  left: -10px;
  animation: rotatet linear infinite 20s;
}

@keyframes rotatet {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.services .box {
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease,
    -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 0 15px 0 rgb(112 122 122 / 30%);
  margin: 10px 0;
}
section.services .title {
  font-weight: 600;
  font-size: 35px;
}
section.services {
  padding: 45px 0px;
}
section.about-section {
  padding: 40px 0px;
}
section.about-section h2 {
  font-size: 35px;
  padding: 15px 0px;
  position: relative;
  font-weight: 600;
}
.back-to-top {
  color: #fff;
  position: fixed;
  bottom: 25px;
  scroll-behavior: smooth;
  right: 25px;
  border: inherit;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  background: #1877df;
  display: none;
}
.viewMore {
  text-align: center;
  padding: 25px 0 10px;
}
.viewMore a {
  background: var(--tertiary);
  color: white;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 5px;
}

.viewMore a:hover {
  background: #175ac7;
  color: white;
  padding: 8px 20px;
  border-radius: 5px;
}

section.about-section p {
  line-height: 29px;
  font-size: 14px;
}
section.services p {
  padding: 10px 0px;
  font-size: 14px;
}
section.services .box .title {
  font-size: 17px;
  font-weight: 700;
}

.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: 23px;
  font-weight: 600;
  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;
  margin-bottom: 8px;
  color: var(--primary);
}
.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: var(--tertiary);
}

@media (min-device-width: 992px) and (max-device-width: 1199px) {
}
@media (min-device-width: 768px) and (max-device-width: 991px) {
  section.services p {
    padding: 10px 0px;
    font-size: 11px;
  }
  section.services .box .title {
    font-size: 17px;
    min-height: 50px;
    font-weight: 700;
  }
  section.anylish a {
    font-size: 14px;
    font-weight: 600;
  }
  section.anylish ul li {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .top .bg-dark{
    float: none;
  }
  .sticky .navbar-dark .navbar-toggler {
    position: absolute;
    background: #133a95;
    right: 0 !important;
    top: -60px;
  }

  .navbar-dark .navbar-toggler {
    position: absolute;
    right: 0 !important;
    top: -65px;
  }
  .top .social-media {
    float: inherit;
  }

  .top .personal-detail {
    padding: 5px 0px;
  }
  .top .carousel-caption {
    width: 100%;
  }
  .top h3 {
    font-size: 30px;
  }
  .logo {
    position: relative;
  }
  .top .personal-detail ul {
    text-align: left;
    display: inline-block;
  }
  .top .personal-detail ul li {
    display: inline-block;
    list-style: none;
    padding-right: 5px;
  }
  .top .personal-detail ul li a {
    color: #fff;
    font-size: 11px;
  }
  .top .social-media {
    float: inherit;
    margin-top: 8px;
  }
  .top .personal-detail {
    padding: 10px 0px;
  }
  .top-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top .personal-detail {
    padding: 8px 0px 0;
    background: transparent !important;
    border-bottom: inherit;
    text-align: center;
  }
  .top h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }
  .top .carousel-caption {
    width: 100%;
  }
  .top .carousel-caption {
    position: inherit;
    right: 15%;
    bottom: 0px;
    left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
    text-align: left;
  }
  section.why-choose-us .title {
    font-size: 30px;
    padding: 10px 0px;
  }
  section.services .title {
    font-size: 30px;
  }
  section.anylish ul {
    margin: auto;
    text-align: center;
    padding: 0;
  }
  section.anylish ul li {
    padding-right: inherit;
  }
  section.anylish ul li {
    padding-right: inherit;
    display: block;
    padding-bottom: 34px;
  }

  section.anylish ul li a i {
    font-size: 60px;
    padding-bottom: 15px;
  }

  section.anylish {
    padding: 30px 0px;
  }
  .top img.wow.zoomInRight {
    max-width: 100%;
    height: auto;
  }
  .carousel-item {
    padding: 0px 0px 40px; 
  }
}

/* new css  */

/* footer  */

.footer {
  background-color: #1c2431;
}

.footer p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #bdbcc0;
  line-height: 27px;
}
.footer .footer-upper {
  padding: 24px 0px 10px;
}
.footer .footer-widget {
  margin-top: 30px;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  list-style: none;
}

.footer-widget.about-widget img {
  margin-bottom: 27px;
  height: 80px;
  width: auto;
  border-radius: 8px;
}
.footer-widget.about-widget p {
  margin: 0;
}
.footer-widget h3.title {
  font-size: 22px;
  text-transform: capitalize;
  margin: 0;
}
.footer-widget.quick-links ul li a {
  font-size: 14px;
  line-height: 38px;
  tranisition: all 0.3s ease;
}
.footer-widget.quick-links ul li a:hover {
  color: #d62929;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 0 20px;
}
.footer-widget.contact-widget textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 5px;
}
.footer-widget.contact-widget button {
  width: 100%;
  letter-spacing: 1px;
  height: 50px;
  background: #7aba1e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-widget.contact-widget button:hover {
  background: #fff;
  color: #7aba1e;
}
.footer-widget.contact-widget .column {
  padding: 0 10px;
}

.footer.bg-style .footer .footer-upper {
  padding: 75px 0 65px;
}
.footer.bg-style .footer-widget h3.title {
  margin-bottom: 31px;
  position: relative;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
.footer.bg-style .footer-widget.quick-links ul li {
  margin-bottom: 8px;
}
.footer.bg-style .footer-widget.quick-links ul li a {
  display: block;
  font-size: 14px;
  color: #bdbcc0;
  line-height: 22px;
  padding-bottom: 7px;
  padding-left: 15px;
  position: relative;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.footer.bg-style .footer-widget.quick-links ul li a:before {
  color: #ffffff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 2px;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover {
  color: #fc7013;
}
.footer.bg-style .footer-widget.quick-links ul li a:hover:before {
  color: #fc7013;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
  background: rgba(119, 119, 119, 0.35);
  color: #fff;
}

.footer.bg-style .footer-widget.contact-widget input {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

.footer.bg-style .footer-widget.contact-widget textarea {
  height: 90px;
  font-size: 14px;
  font-weight: 400;
  color: #adadad;
  margin: 5px 0px 20px;
  font-family: "Open Sans", sans-serif;
}

.footer.bg-style .footer-widget.contact-widget button {
  height: 50px;
  line-height: 45px;
}
.footer-widget.opening-hour {
  color: #adadad;
}
.footer-widget.opening-hour span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #adadad;
}
.footer-widget.opening-hour .day-time {
  margin-top: -12px;
}
.footer-widget.opening-hour .day-time li {
  font-size: 14px;
  line-height: 22px;
  padding: 13px 0px;
  border-bottom: 1px solid #3b3a4c;
}
.footer-widget.opening-hour .day-time span {
  float: right;
}
.footer-widget.opening-hour .day-time li:last-child {
  border-bottom: none;
}
.footer-widget.opening-hour .day-time li:nth-child(3) span {
  color: #fc7013;
}
.footer-widget.opening-hour .day-time li:nth-child(4) span {
  color: #fc7013;
}

.footer-widget .contact-info {
}

.footer-widget .contact-info li {
  position: relative;
  color: #bdbcc0;
  padding-left: 30px;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer-widget .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 24px;
  font-size: 14px;
}
.footer-widget.contact {
  margin-left: 50px;
}
.footer-widget .widget-content {
  margin-top: -3px;
}
.footer-widget .widget-content p {
  margin-bottom: 15px;
}

.footer-bottom .social-links a {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #d1d1d1;
  padding: 0px 15px;
  line-height: 26px;
}

.footer-bottom a:hover {
  color: #7aba1e;
}
.footer-bottom .copyright-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.footer-widget .social {
  list-style: none;
  margin-top: 20px;
}
.footer-widget .social li {
  display: inline-block;
}
.footer-widget ul li {
  padding-right: 4px;
}
.footer-widget .social li a {
  border: 1px solid #fff;
  font-size: 16px;
  color: #bdbcc0;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
}
.social li a {
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer-bottom {
  padding: 14px 0;
}
.footer .copyright {
  text-align: center;
  padding: 20px 0 0;
}

.footer .copyright > p a {
  color: #e88e2d;
}

.termsCondition {
  padding: 40px 0;
  background-color: #fff;
}
.termsCondition h2 {
  text-align: center;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.termsCondition .terms {
  padding: 30px 0 0;
}
.termsCondition h6{
  background-color: #eeebfa;
  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;
}
.termsCondition ul li{
  padding: 4px 0;
  font-size: 15px;
}
.primary-bg {
  background-color: #eeebfa;
  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;
}

div.downloads{
  padding: 50px 0;
  text-align: center;
  background-color: #f0f0f0;
}
div.downloads a{
  background: var(--primary);
  color: #fff;
  padding: 10px 25px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
}
div.downloads a > i{
  padding-right: 3px;
}
div.map{
  margin-top: 20px;
}
.contact .box span{
      font-size: 15px;
    display: table;
    color: #727171;
    vertical-align: middle;
}
#services {
    padding: 40px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#services .box {
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px 10px 40px 10px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}
#services .box h4.title a {
    color: #f42367;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
#services p {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}
.aboutus-hadding h2 {
    font-size: 30px;
    color: #f42367;
    font-weight: bold;
    text-align: center;
}
#services .box ul{
  padding-left: 20px;
}
#services .box ul li{
  padding: 4px 0;
  font-size: 15px;
}
.heroButton{
  padding-top: 15px;
}
/* hide  */
header .top > ul li:nth-last-child(1){
  display: none;
}
.footer-widget .contact-info li:nth-child(2){
  display: none;
}
.contact .box i.fa-headphones, i.fa-phone{
  display: none;
}
a[href="tel:9470244547"]{
  display:none !important;
}
.termsCondition ul li:nth-child(2){
  display: none;
}