@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "avenir-bold";
  src: url("../font/Avenir-Bold.otf") format("opentype");
}
@font-face {
  font-family: "avenir-regular";
  src: url("../font/Avenir-regular.otf") format("opentype");
}
.container {
  max-width: 1161px !important;
}

body {
  font-family: "Comfortaa", cursive;
}

p {
  font-family: "avenir-regular";
}

ul li a {
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  ul li a:hover {
    color: #EF798A !important;
    text-decoration: none;
    transition: all ease 0.3s 0s;
  }
}

ul {
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

header .top-header {
  background: #DFE6FD;
  padding: 9px 0;
}
header .top-header .row {
  align-items: center;
}
header .top-header ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .top-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transform: scale(1);
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  header .top-header ul li:hover {
    transform: scale(1.1);
    transition: all ease 0.3s 0s;
  }
}
header .top-header ul li:not(:last-child) {
  margin-right: 45px;
}
header .top-header ul li i {
  margin-right: 10px;
  font-size: 22px;
  color: #061E72;
}
header .top-header ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2C2C2C;
}
header .top-header form {
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
}
header .top-header form input[type=search] {
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  border: none;
  outline: none;
  padding: 8px 14px;
  padding-right: 38px;
}
header .top-header form input[type=search]::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-transform: capitalize;
  color: #2C2C2C;
}
header .top-header form input[type=search]:-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-transform: capitalize;
  color: #2C2C2C;
}
header .top-header form input[type=search]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  text-transform: capitalize;
  color: #2C2C2C;
}
header .top-header form:before {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  top: 8px;
  right: 14px;
}
header .top-header form input[type=submit] {
  position: absolute;
  top: 8px;
  opacity: 0;
  right: 0;
}
header .sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all ease 0.3s 0s;
  z-index: 99999;
  padding: 16px 0;
}
header .bottom-header {
  background: #FFFFFF;
  padding: 16px 0;
}
header .bottom-header .menu_con ul {
  display: flex;
}
header .bottom-header .menu_con ul .menu-item-has-children::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 12px;
  transition: all ease 0.3s 0s;
}
header .bottom-header .menu_con ul .menu-item-has-children:hover::after {
  transition: all ease 0.3s 0s;
  color: #EF798A;
}
header .bottom-header .menu_con ul li {
  list-style: none;
}
header .bottom-header .menu_con ul li:not(:first-child) {
  margin-left: 22px;
}
header .bottom-header .menu_con ul li a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  color: #061E72;
}
@media (min-width: 901px) {
  header .bottom-header .menu_con ul .menu-item-has-children {
    position: relative;
    display: flex;
  }
  header .bottom-header .menu_con ul .menu-item-has-children i {
    margin-left: 12px;
  }
  header .bottom-header .menu_con ul .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    left: 0;
    z-index: 7;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    max-height: 0;
    width: 300px !important;
  }
  header .bottom-header .menu_con ul .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  header .bottom-header .menu_con ul .menu-item-has-children ul.sub-menu li a {
    padding: 10px 22px;
    font-size: 14px;
  }
}
@media (min-width: 901px) and (min-width: 1024px) {
  header .bottom-header .menu_con ul .menu-item-has-children ul.sub-menu li a:hover {
    background: #EF798A;
    color: #fff !important;
  }
}
@media (min-width: 901px) and (min-width: 1024px) {
  header .bottom-header .menu_con ul .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    transition: all ease 0.3s;
  }
  header .bottom-header .menu_con ul .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 0.3s;
  }
}
header .bottom-header .social {
  display: flex;
  justify-content: flex-end;
}
header .bottom-header .social li {
  list-style: none;
  transform: scale(1);
  transition: all ease 0.3s 0s;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 14px 10px;
  border-radius: 4px;
  border: 1px solid #EF798A;
}
header .bottom-header .social li a {
  color: #000;
}
@media (min-width: 1024px) {
  header .bottom-header .social li a:hover {
    color: #fff !important;
  }
}
header .bottom-header .social li img {
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
@media (min-width: 1024px) {
  header .bottom-header .social li:hover {
    transition: all ease 0.3s 0s;
    transform: scale(1.1);
    background: #EF798A;
  }
  header .bottom-header .social li:hover a {
    color: #fff;
  }
}

.banner-section {
  position: relative;
  padding: 50px 0;
}
.banner-section > img {
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
}
.banner-section h2 {
  font-family: "avenir-bold";
  font-style: normal;
  font-weight: 750;
  font-size: 60px;
  line-height: 72px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 20px;
}
.banner-section h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 30px;
}
.banner-section h4 span {
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #D21358;
}
.banner-section a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 14px 15px;
  background: #061E72;
  border-radius: 4px;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .banner-section a:hover {
    transition: all ease 0.3s 0s;
    background: #1e3fb6;
    text-decoration: none;
  }
}
.banner-section .form-sec {
  background: #E7DADF;
  border: 1px solid #DC909A;
  border-radius: 4px;
  max-width: 403px;
  margin-left: auto;
}
.banner-section .form-sec .wpcf7-spinner {
  position: absolute !important;
  bottom: 20px;
}
.banner-section .form-sec form {
  padding: 20px 35px 5px;
}
.banner-section .form-sec input:not([type=submit]) {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #9D9D9D;
  border-radius: 4px;
  height: 47px;
  margin-bottom: 15px;
  padding: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec input:not([type=submit]) ::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec input:not([type=submit]) :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec input:not([type=submit]) ::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec input[type=submit] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 16px 52px;
  background: #DC909A;
  border-radius: 4px;
  border: none;
  outline: none;
  display: flex;
  margin: auto;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .banner-section .form-sec input[type=submit]:hover {
    background: #f78f9d;
    transition: all ease 0.3s 0s;
    text-decoration: none;
  }
}
.banner-section .form-sec textarea {
  width: 100%;
  height: 133px;
  resize: none;
  padding: 12px 16px;
  margin-bottom: 18px;
  border-radius: 4px;
  border: 1px solid #9D9D9D;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec textarea ::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec textarea :-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section .form-sec textarea ::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
}
.banner-section h5 {
  background: #DC909A;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 22px;
  color: #FFFFFF;
}

.section1 {
  position: relative;
  padding: 67px 0;
}
.section1 > img {
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
}
.section1 ul {
  display: flex;
  align-items: center;
}
.section1 ul li {
  list-style: none;
}
.section1 ul li:first-child {
  width: 70%;
  margin-right: 18px;
}
.section1 ul li:not(:first-child) img {
  margin-bottom: 8px;
}
.section1 ul li:not(:first-child) img:last-child {
  margin-bottom: 0;
}
.section1 h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 18px;
}
.section1 a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 14px 15px;
  background: #EF798A;
  border-radius: 4px;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .section1 a:hover {
    background: #f199a5;
    transition: all ease 0.3s 0s;
    text-decoration: none;
  }
}
.section1 p {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.section2 {
  position: relative;
  padding: 40px 0;
}
.section2 > img {
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: 1;
  width: 100%;
}
.section2::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  background: rgba(6, 30, 114, 0.8);
}
.section2 .container {
  position: relative;
  z-index: 3;
}
.section2 .accordion {
  width: 100%;
  margin: 0 auto;
}
.section2 .accordion-item {
  margin-bottom: 15px;
  transition: all ease 0.3s 0s;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.section2 .accordion-toggle {
  cursor: pointer;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #2C2C2C;
}
.section2 .accordion-toggle:before {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #EF798A;
  font-size: 22px;
}
.section2 .accordion-toggle.active {
  transition: all ease 0.3s 0s;
}
.section2 .accordion-toggle.active:after {
  content: "\f056";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 22px;
  color: #EF798A;
}
.section2 .accordion-toggle.active:before {
  display: none;
}
.section2 .accordion-content {
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  background: #fff;
  text-align: justify;
  padding: 0 20px;
  color: #2C2C2C;
}
.section2 h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 26px;
  text-align: justify;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.section2 .why-us {
  overflow: hidden;
}
.section2 .why-us .item {
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  overflow: hidden;
}
.section2 .why-us .item img {
  border-radius: 5px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section2 .why-us .owl-nav {
  position: absolute;
  top: 40%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section2 .why-us .owl-nav button {
  width: 39px;
  height: 79px;
  margin: 0;
}
.section2 .why-us .owl-nav button:focus {
  outline: none;
  border: none;
}
.section2 .why-us .owl-nav button span {
  display: none;
}
@media (min-width: 1024px) {
  .section2 .why-us .owl-nav button:hover {
    background: transparent;
  }
}
.section2 .why-us .owl-nav .owl-prev {
  background: url("../images/prev.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section2 .why-us .owl-nav .owl-prev:hover {
    background: url("../images/prev.svg");
  }
}
.section2 .why-us .owl-nav .owl-next {
  background: url("../images/next.svg");
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .section2 .why-us .owl-nav .owl-next:hover {
    background: url("../images/next.svg");
  }
}
.section2 .why-us .owl-nav span {
  color: #FF3E84;
  font-size: 22px;
}

.section3 {
  padding: 70px 0;
}
.section3 h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .section3 a:hover {
    text-decoration: none;
  }
}
.section3 .treatment-card {
  border: 2px solid #061E72;
  border-radius: 12px;
  padding: 0 27px 46px;
  margin-bottom: 30px;
  transform: scale(1);
  transition: all ease-in 0.5s 0s;
}
.section3 .treatment-card img {
  padding: 75px 93px 100px;
  transform: rotate(0deg);
  transition: all ease 1.8s 0s;
  width: 100%;
}
.section3 .treatment-card:hover img {
  transition: all ease 0.1s 0s;
  filter: brightness(0) invert(1);
}
@media (min-width: 1000px) and (min-width: 1024px) {
  .section3 .treatment-card:hover {
    transform: scale(1.1);
    background: #FFC3C3;
    border: none;
    transition: all ease-out 0.5s 0s;
  }
  .section3 .treatment-card:hover img {
    transform: rotate(360deg);
    transition: all ease 1.8s 0s;
  }
}
.section3 .treatment-card h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 10px 70px 10px 30px;
  background: #061E72;
  border-radius: 4px;
  position: relative;
  min-height: 83px;
  display: flex;
  align-items: center;
}
.section3 .treatment-card h6 i {
  position: absolute;
  right: 40px;
  top: 40%;
}

.section4 {
  padding: 72px 40px 40px;
  position: relative;
}
.section4 > img {
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: 1;
  width: 100%;
}
.section4 h2 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 38px;
  text-align: center;
}
.section4 .container-fluid {
  z-index: 2;
  position: relative;
}
.section4 .review-card {
  padding: 20px 20px 69px;
  background: #F1F1F1;
  border: 1px solid #061E72;
  border-radius: 4px;
  margin-bottom: 30px;
}
.section4 .review-card .card-head {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.section4 .review-card .card-head img {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  margin-right: 10px;
}
.section4 .review-card .card-head h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #FF3E84;
}
.section4 .review-card .card-head .icon i {
  color: #e6b500;
}
.section4 .review-card p {
  padding: 27px 8px 0 35px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
  position: relative;
}
.section4 .review-card p::before {
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #C0C0C0;
}
.section4 .review-card .google-img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 24px !important;
  height: 24px !important;
}
.section4 .bottom-rating {
  background: #F1F1F1;
  display: flex;
  justify-content: center;
  max-width: 250px;
  margin: auto;
  padding: 26px 0;
  border-top: 4px solid #061E72;
}
.section4 .bottom-rating img {
  height: 45px;
  width: 45px;
  margin-right: 15px;
}
.section4 .bottom-rating h6 {
  margin-bottom: 16px;
  text-transform: capitalize;
}
.section4 .bottom-rating .icon {
  display: flex;
  color: #e6b500;
}
.section4 .bottom-rating .icon i {
  color: #e6b500;
}
.section4 .bottom-rating .icon p {
  margin-right: 14px;
  margin-bottom: 0;
}

.section5 {
  padding: 72px 0 40px;
  position: relative;
}
.section5 > img {
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: 1;
  width: 100%;
}
.section5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(64, 86, 244, 0.8);
}
.section5 .container {
  position: relative;
  z-index: 3;
}
.section5 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.section5 ul li {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 ul li:nth-child(3) .text {
  position: relative;
}
.section5 ul li:nth-child(3) .text::before {
  content: "\f295";
  position: absolute;
  right: -34px;
  top: 0;
  font-size: 17px;
  color: #fff;
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.section5 ul li img {
  margin-right: 33px;
}
.section5 ul li .text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-transform: capitalize;
  color: #FFFFFF;
  border-bottom: 3px solid #2C2C2C;
  padding-bottom: 11px;
  margin-bottom: 10px;
}
.section5 ul li .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}

.section6 {
  padding: 80px 0;
}
.section6 h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  text-align: center;
  color: #061E72;
  margin-bottom: 60px;
}
.section6 .owl-dots {
  margin-top: 50px !important;
}
.section6 .owl-dots button.active span {
  background: #061E72 !important;
}
.section6 .owl-dots button:focus {
  outline: none;
  border: none;
}
.section6 .owl-dots button span {
  height: 15px !important;
  width: 15px !important;
}
.section6 .item {
  position: relative;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .section6 .item:hover {
    transition: all ease 0.3s 0s;
    transform: scale(0.9);
  }
}
.section6 .item .quote-wrapper {
  position: absolute;
  z-index: -30px;
  bottom: -30px;
  right: 0;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section6 .item .quote-wrapper img {
  width: 57.91px;
  height: 49px;
}
.section6 .item .card-wrapper {
  padding: 25px;
  border: 2px solid #4056F4;
  box-sizing: border-box;
  margin: 15px;
}
.section6 .item .card-wrapper .testi-card {
  background: #061E72;
  padding: 30px 32px;
  padding-bottom: 15px;
}
.section6 .item .card-wrapper .testi-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.section6 .item .card-wrapper .testi-card .card-bottom {
  display: flex;
  align-items: center;
}
.section6 .item .card-wrapper .testi-card .card-bottom .image {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  margin-right: 16px;
}
.section6 .item .card-wrapper .testi-card .card-bottom .image img {
  width: 100%;
  position: unset;
}
.section6 .item .card-wrapper .testi-card .card-bottom h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #FFFFFF;
}

footer {
  padding: 30px 0;
  padding-bottom: 0;
  background: #F1F1F1;
}
footer h4 {
  margin-bottom: 18px;
  margin-top: 20px;
}
footer p {
  max-width: 261px;
}
footer img {
  margin-bottom: 30px;
}
footer .row {
  justify-content: space-between;
}
footer .footer-links {
  width: 8%;
}
footer .footer-links h4 {
  margin-bottom: 20px;
}
footer .footer-links li {
  position: relative;
}
@media (min-width: 1024px) {
  footer .footer-links li:hover {
    transition: all ease 0.2s 0s;
  }
  footer .footer-links li:hover i {
    position: absolute;
    visibility: visible;
    color: #061E72;
    left: 0;
  }
  footer .footer-links li:hover a {
    transition: all ease-in 0.2s 0s;
    padding-left: 22px;
  }
}
footer .footer-links li i {
  position: absolute;
  left: -25px;
  top: 0;
  line-height: 22px;
  visibility: hidden;
}
footer .footer-links .ftlink li {
  list-style: none;
  margin-bottom: 26px;
}
footer .footer-links .ftlink li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #2C2C2C;
}
footer .address {
  width: 282px;
}
footer .address h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  text-transform: capitalize;
  color: #2C2C2C;
  margin-bottom: 22px;
}
footer .address ul li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  align-items: center;
  /* or 129% */
  color: #FFFFFF;
  transition: all ease 0.3s 0s;
  transform: scale(1);
}
@media (min-width: 1024px) {
  footer .address ul li:hover {
    transition: all ease 0.3s 0s;
    transform: scale(1.1);
  }
}
footer .address ul li a {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2C2C2C;
  width: 80%;
}
@media (min-width: 1024px) {
  footer .address ul li a:hover {
    color: #EF5697;
  }
}
footer .address ul li i {
  font-size: 22px;
  color: #061E72;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
@media (max-width: 767px) {
  footer .address ul li i {
    margin-right: 0;
  }
}
footer h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 13px;
}
footer .last-social {
  display: flex;
}
footer .last-social li {
  height: 34px;
  width: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  footer .last-social li:hover {
    background: #fff;
  }
  footer .last-social li:hover i {
    color: #FE0770;
  }
}
footer .last-social li a {
  color: #fff;
}
footer form {
  position: relative;
}
footer form input:not([type=submit]) {
  width: 100%;
  background: #FFFFFF;
  background: #FFFFFF;
  border: 1px solid #061E72;
  border-radius: 4px;
  height: 47px;
  margin-bottom: 15px;
  padding: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form input:not([type=submit]) ::-moz-placeholder {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form input:not([type=submit]) :-ms-input-placeholder {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form input:not([type=submit]) ::placeholder {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form textarea {
  width: 100%;
  width: 100%;
  background: #FFFFFF;
  background: #FFFFFF;
  border: 1px solid #061E72;
  border-radius: 4px;
  height: 93px;
  padding: 12px;
  resize: none;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
}
footer form textarea ::-moz-placeholder {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form textarea :-ms-input-placeholder {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form textarea ::placeholder {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #898989;
}
footer form input[type=submit] {
  padding: 16px 60px;
  background: #061E72;
  border-radius: 4px;
  border: none;
  outline: none;
  text-transform: capitalize;
  color: #fff;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  footer form input[type=submit]:hover {
    transition: all ease 0.3s 0s;
    background: #1e3fb6;
  }
}
footer .copyr8-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9F9F9F;
}
footer .copyr8-sec a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9F9F9F;
}
footer .copyr8-sec p {
  margin-bottom: 0;
  max-width: unset;
}

.blog-details-section {
  padding: 44px 0 70px;
  padding-bottom: 38px;
}
.blog-details-section hr {
  margin: 38px 0;
}
.blog-details-section .blog-details iframe {
  width: 100%;
  height: 298px;
  margin-bottom: 30px;
}
.blog-details-section .blog-details h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #061E72;
  margin-bottom: 15px;
}
.blog-details-section .blog-details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 30px;
}

.blog-details-section .blog-details img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
}
.blog-details-section .blog-details .blog-info {
  display: flex;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "avenir-regular";
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-details-section .blog-details .blog-info i {
  margin-right: 6px;
  color: #F95E49;
}
.blog-details-section .blog-details .blog-info .posted-by {
  margin-right: 16px;
}
.blog-details-section .blog-details h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
  color: #061E72;
  margin-bottom: 8px;
}
.blog-details-section .blog-details p {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #575757;
  margin-bottom: 30px;
}
.blog-details-section .right-bar form {
  position: relative;
}
.blog-details-section .right-bar form:before {
  content: "\f002";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(-20%, -50%);
  z-index: 9;
}
.blog-details-section .right-bar form input:not([type=submit]) {
  width: 100%;
  height: 57px;
  position: relative;
  border: 1px solid #07569E;
  padding: 0 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-family: "avenir-regular";
}
.blog-details-section .right-bar form input:not([type=submit]):focus {
  border: 1px solid #17BFE6;
  outline: none;
}
.blog-details-section .right-bar form input[type=submit] {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 14%;
  transform: translate(-14%, -50%);
  background: none;
  border: none;
  outline: none;
  z-index: 10;
}
.blog-details-section .right-bar .category-section {
  margin: 40px 0;
}
.blog-details-section .right-bar .category-section hr {
  margin: 18px 0;
  border-top: 1px solid rgba(7, 86, 158, 0.3);
}
.blog-details-section .right-bar .category-section h5 {
  font-family: "avenir-bold";
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.blog-details-section .right-bar .category-section ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px;
  border-bottom: 1px solid rgba(8, 85, 158, 0.3);
}
.blog-details-section .right-bar .category-section ul li:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .blog-details-section .right-bar .category-section ul li:hover {
    border-bottom: 1px solid rgba(239, 121, 138, 0.3);
  }
  .blog-details-section .right-bar .category-section ul li:hover a {
    color: #EF798A;
  }
  .blog-details-section .right-bar .category-section ul li:hover i {
    color: #EF798A;
  }
}
.blog-details-section .right-bar .category-section ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  /* or 437% */
  color: #000000;
  margin-left: 26px;
  font-family: "avenir-regular";
}
.blog-details-section .right-bar .recent-news-section {
  border: 1px solid rgba(7, 86, 158, 0.3);
  border-top: none;
}
.blog-details-section .right-bar .recent-news-section hr {
  margin: 18px 0;
}
.blog-details-section .right-bar .recent-news-section h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* or 120% */
  color: #ffffff;
  font-family: "avenir-bold";
  background: #061E72;
  padding: 15px 28px;
}
.blog-details-section .right-bar .recent-news-section .news-card {
  display: flex;
  padding: 0px 18px 0px;
  margin-top: 27px;
}
.blog-details-section .right-bar .recent-news-section .news-card:last-child {
  margin-bottom: 22px;
}
.blog-details-section .right-bar .recent-news-section .news-card .image {
  width: 123px;
  height: 92px;
}
.blog-details-section .right-bar .recent-news-section .news-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.blog-details-section .right-bar .recent-news-section .news-card .text {
  margin-left: 16px;
  width: 65%;
}
.blog-details-section .right-bar .recent-news-section .news-card .text h6 {
  margin-bottom: 2px;
  line-height: 16px;
  margin-bottom: 11px;
}
.blog-details-section .right-bar .recent-news-section .news-card .text h6 a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  margin-bottom: 0;
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #061E72;
}
@media (min-width: 1024px) {
  .blog-details-section .right-bar .recent-news-section .news-card .text h6 a:hover {
    color: #EF798A;
    text-decoration: none;
  }
}
.blog-details-section .right-bar .recent-news-section .news-card .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
}
.blog-details-section .right-bar .tag-section {
  margin-top: 12px;
}
.blog-details-section .right-bar .tag-section hr {
  margin: 18px 0;
}
.blog-details-section .right-bar .tag-section h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* or 120% */
  color: #000000;
}
.blog-details-section .right-bar .tag-section ul {
  -moz-column-count: 3;
       column-count: 3;
}
.blog-details-section .right-bar .tag-section ul li {
  list-style: none;
  padding: 4px 20px;
  background: #17BFE6;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .blog-details-section .right-bar .tag-section ul li:hover {
    transition: all ease 0.3s 0s;
    background: #000;
  }
}
.blog-details-section .right-bar .tag-section ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  color: #FFFFFF;
}

/*blog-section*/
.blog-section1 {
  padding: 44px 0;
}
.blog-section1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  color: #000000;
}
.blog-section1 h5 {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 24px;
  font-family: "avenir-bold";
  color: #061E72;
  margin-bottom: 20px;
  min-height: 78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section1 a {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #061E72;
}
.blog-section1 a i {
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .blog-section1 a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .blog-section1 a:hover {
    color: #EF798A;
  }
}
.blog-section1 img {
  margin-bottom: 10px;
}
.blog-section1 .blog-card {
  margin-bottom: 40px;
  transition: all ease 0.6s 0s;
  transform: scale(1);
}
@media (min-width: 1024px) {
  .blog-section1 .blog-card:hover {
    transition: all ease 0.6s 0s;
    transform: scale(1.1);
  }
}
.blog-section1 h2 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  color: #061E72;
  margin-bottom: 40px;
}
.blog-section1 .loadmore {
  max-width: 113px;
  text-align: center;
  justify-content: center;
  background: #061E72;
  border-radius: 4px;
  color: #fff;
  padding: 12px 14px;
  margin: auto;
  display: flex;
  border: 2px solid #061E72;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .blog-section1 .loadmore:hover {
    background: transparent;
    border: 2px solid #061E72;
    color: #061E72;
    transition: all ease 0.3s 0s;
  }
}

.testimonials-section1 {
  padding: 44px 0 47px;
}
.testimonials-section1 .row > div:nth-child(1) {
  position: relative;
  overflow: hidden;
}
.testimonials-section1 .row > div:nth-child(1) img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.testimonials-section1 .row > div:nth-child(1) h2 {
  padding: 172px 0;
  z-index: 2;
  position: relative;
  font-family: "Comfortaa";
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.testimonials-section2 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 27px 0 68px;
}
.testimonials-section2 .image-sec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonials-section2 .image-sec img {
  height: 164px;
  width: 164px !important;
  border-radius: 50%;
  margin-right: 30px;
}
.testimonials-section2 .image-sec h5 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
  text-transform: capitalize;
  color: #061E72;
}
.testimonials-section2 .image-sec ul {
  display: flex;
}
.testimonials-section2 .image-sec ul li {
  list-style: none;
}
.testimonials-section2 .image-sec ul li i {
  color: #061E72;
}
.testimonials-section2 p {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #2C2C2C;
  font-family: "avenir-regular";
  margin-bottom: 0;
}

.testimonials-section3 {
  padding: 40px 0 60px;
}
.testimonials-section3 h2 {
  text-align: left;
  margin-bottom: 30px;
}
.testimonials-section3 .owl-dots {
  display: none !important;
}
.testimonials-section3 .loadmore {
  max-width: 130px;
  text-align: center;
  justify-content: center;
  background: #061E72;
  border-radius: 4px;
  color: #fff;
  padding: 12px 14px;
  margin: auto;
  margin-top: 55px;
  display: flex;
  border: 2px solid #061E72;
  transition: all ease 0.3s 0s;
}
@media (min-width: 1024px) {
  .testimonials-section3 .loadmore:hover {
    background: transparent;
    border: 2px solid #061E72;
    color: #061E72;
    transition: all ease 0.3s 0s;
  }
}

.t-ban .t-bg {
  position: relative;
}
.t-ban .t-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(6, 30, 114, 0.3), rgba(6, 30, 114, 0.3));
  z-index: 1;
  border-radius: 10px;
}
.t-ban .t-bg h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.t-sec-1 {
  padding: 60px 0 0;
}
.t-sec-1 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 20px;
}

.t-sec-2 {
  padding: 60px 0 0;
}
.t-sec-2 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 40px;
}
.t-sec-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.t-sec-2 ul li {
  text-decoration: none;
  list-style-type: none;
  border: 1px solid #061E72;
  border-radius: 65px;
  padding: 7px 15px;
  margin-top: 20px;
  max-width: 324px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .t-sec-2 ul li:hover {
    background: #061E72;
    transition: all ease 0.36s 0s;
  }
  .t-sec-2 ul li:hover a {
    color: #fff !important;
    transition: all ease 0.36s 0s;
  }
}
.t-sec-2 ul li a {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #061E72;
}

.t-sec-3 {
  padding: 60px 0 0;
}
.t-sec-3 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 40px;
}
.t-sec-3 .faq {
  background: #061E72;
  border-radius: 12px 12px 0px 0px;
  padding: 40px 0;
}
.t-sec-3 .faq h4 {
  font-family: "avenir-bold";
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}
.t-sec-3 .faq p {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.contact {
  padding: 60px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
}
.contact form {
  padding: 36px 0 40px;
}
.contact form label {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.contact form input {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  height: 57px;
  margin: 20px 0 30px;
  padding: 0 26px;
  border: 1px solid rgba(221, 221, 221, 0.7);
}
.contact form input:focus {
  border: none;
  outline: none;
}
.contact form input::-moz-placeholder {
  color: #BDBDBD;
}
.contact form input:-ms-input-placeholder {
  color: #BDBDBD;
}
.contact form input::placeholder {
  color: #BDBDBD;
}
.contact form textarea {
  width: 100%;
  height: 192px;
  margin: 20px 0 30px;
  padding: 18px 18px;
  border: 1px solid rgba(221, 221, 221, 0.7);
}
.contact form textarea:focus {
  border: none;
  outline: none;
}
.contact form input[type=submit] {
  background: #061E72;
  border-radius: 4px;
  border: none;
  width: 164px;
  text-align: center;
  font-family: "avenir-regular";
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .contact form input[type=submit]:hover {
    transition: all ease 0.3s 0s;
    background: #1e3fb6;
  }
}

.f-sec-2 {
  padding: 60px 0 40px;
}
.f-sec-2 .row {
  align-items: center;
}
.f-sec-2 iframe {
  width: 100%;
}
.f-sec-2 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
}
.f-sec-2 h3:nth-child(3) {
  margin-top: 80px;
}
.f-sec-2 ul li {
  list-style-type: none;
  margin-top: 32px;
}
.f-sec-2 ul li a {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
}
.f-sec-2 ul li a i {
  font-size: 16px;
  margin-right: 10px;
}

.animities {
  width: 100%;
  padding-top: 44px;
}
.animities h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
  margin-bottom: 30px;
}
.animities .a-card {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 12px;
}
.animities .a-card img {
  transform: scale(1);
  transition: all ease 1s 0s;
  width: 100%;
}
@media (min-width: 1024px) {
  .animities .a-card img:hover {
    transform: scale(1.1);
    transition: all ease 1s 0s;
  }
}
.animities .a-card h6 {
  position: absolute;
  bottom: 0;
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(92.24deg, rgba(6, 30, 114, 0.65) 11.51%, rgba(6, 30, 114, 0.73) 99.66%);
  color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
}
.animities h5 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
  margin-top: 60px;
  color: #061E72;
}
.animities ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  max-width: 843px;
}
.animities ul li {
  list-style-type: none;
  background: #061E72;
  border-radius: 65px;
  padding: 7px 15px;
  margin-top: 20px;
  margin-right: 20px;
  transition: all ease 0.3s 0s;
  max-width: 259px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .animities ul li:hover {
    background: #EF798A;
    transition: all ease 0.3s 0s;
  }
  .animities ul li:hover a {
    color: #fff !important;
    transition: all ease 0.3s 0s;
  }
}
.animities ul li img {
  margin-right: 10px;
}
.animities ul li a {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.about-us {
  padding: 44px 0 30px;
}
.about-us h3 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  color: #061E72;
}
.about-us p {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  margin: 20px 0 30px;
  color: #2C2C2C;
}
.about-us h6 {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #061E72;
}
.about-us ul {
  margin: 20px 0 30px;
  padding-left: 22px !important;
}
.about-us ul li {
  font-family: "avenir-regular";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #000000;
}

.error-404.not-found.default-max-width {
  max-width: 1140px;
  margin: auto;
  margin-bottom: 60px !important;
}
.error-404.not-found.default-max-width input[type=search] {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 2px;
  border: none;
  outline: none;
  padding: 8px 14px;
  padding-right: 38px;
}
.error-404.not-found.default-max-width input[type=submit] {
  padding: 8px 14px;
  background: #061E72;
  color: #fff;
  border: none;
  outline: none;
  position: absolute;
  border-radius: 0 4px 4px 0;
}
.error-404.not-found.default-max-width label {
  display: none;
}

header.page-header.alignwide {
  max-width: 1140px;
  margin-top: 60px !important;
  margin: auto;
}
header.page-header.alignwide h1 {
  font-weight: bold;
}

.blog-section1 #load_more_posts {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 14px 15px;
  width: 137px;
  display: flex;
  margin: auto;
  justify-content: center;
  background: #061E72;
  border-radius: 4px;
  transition: all ease 0.3s 0s;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */