@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

:root {
  --brand: #1c1a51;
  --brand2: #61154b;
  --body: #1c1a51 !important;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--body) ;
  line-height: 1.7;
}

h1 {
  color: var(--brand); 
  font-weight: 700;
  /* line-height: 45px; */
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  /* width: 100%; */
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-brand {
  color: var() !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next {
  background-color: var(--brand) !important;
  width: 60px !important;
  height: 60px !important;
  display: block;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 100px;
  line-height: 0;
  border-radius: 100px !important;
  position: absolute;
  top: 50%;
  font-weight: 600 !important;
  font-size: 12px !important;
  transition: all 0.4s ease;
  margin-top: -30px !important;
}

.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: #61154b !important;
}

.owl-dot.active span {
  background-color: #61154b !important;
}

/* slide */
.slide {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.slide1 {
  background: url(../images/slider1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide2 {
  background: url(../images/slider2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide3 {
  background:url(../images/slider3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width:320px) and (max-width: 767px) {
  .slide {
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

}

@media screen and (min-width:768px) and (max-width: 1024px) {
  .slide {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

}

@media screen and (min-width:1025px) and (max-width: 1440px) {
  .slide {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

}
@media screen and (min-width:1441px) and (max-width: 2560px) {
  .slide {
    min-height: 51vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

}

.slide .display-3 {
  text-transform: uppercase;
  color: #fff;
}

/* navbar */
.navbar {
  box-shadow: var(--shadow);
}

/* .social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: #fff;
  color: var(--brand2);
}
.conditions-section {
  margin: 20px 0;
}
.conditions-section a {
  color: #fff;
  margin: 0 10px;
} */

.navbar .navbar-nav .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--brand2);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--brand2);
}

.navbar-brand img  {
  width: 160px;
  background-size: cover;
   background-position: center center;
}

.btn {
  padding: 4px 15px;
}

.btn-brand {
  border-color: #1c1a51;
  background-color: #1c1a51;
  color: #fff;
}

.btn-brand:hover {
  background-color:  var(--brand2);
  border-color: transparent;
  color: #fff;
}

/* Service-1 */
.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  line-height: 22px;
  /* max-width: 1200px; */
  /* font-weight: 400; */
  font-size: 15px;
}

.intro h1 {
  margin-top: 0;
  margin-bottom: 15px;
}

.info-box {
  align-items: center;
  display: flex;
}

.info-box img {
  width: 90px;
}

.service {
  padding: 30px;
  min-height: 276px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: #fff;
}
@media screen and (min-width:989px) and (max-width: 1197px) {
  .service {
    min-height: 334px;
  }
}

.service h5 {
  color: var(--brand);
  margin-top: 24px;
  margin-bottom: 14px;
}
.service p {
  color: var(--body);
}

.service img {
 max-width: 90px;
}

/* Service-2 */
.team-member {
  text-align: center;
}

.team-member .image {
  min-height: 290px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSh2-xiM-sImk6mM9-qpx7TqBpmY1ylsdNl3Q&usqp=CAU") no-repeat center center / cover; */
  background-color: var(--brand);
  border-radius: 1em 0;
  /* background: linear-gradient(to left, var(--brand) 50%,  var(--brand2) 50%); */
  /* background-position: right; */
  transition: all 0.5s;

}
.team-member .image:hover{
  /* background-position: left; */
  background-color: var(--brand2);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  
}

.img_text {
  padding: 15px;
  line-height: 22px;
  /* border-radius: 15px; */
  margin: 15px 0;
}
.img_text p {
  color: #fff;
  font-weight: 700;
  /* opacity: .9; */
  line-height: 22px;
  font-size: 14px;
}
.img_text h2 {
  color: #fff;
    font-weight: 700;
    line-height: 30px;
    opacity: 0.9;
}

/* .team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
} */

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

/* .team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
} */

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

/* Milestone */
#milestone {
  background: linear-gradient(rgb(39 40 100), rgb(39 40 100 / 75%)), url(/images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
  color: #fff;
}

/* Footer */

.footer-dark {
  padding: 40px 0 10px;
  color: #fff;
  background-color: var(--brand2);
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  /* opacity: 0.6; */
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  /* opacity: 0.6; */
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}


.w-3rem {
  height: 3rem;
  width: 3rem;
}

/* section */
.box {
  /* margin: 10px 0 35px ;
  display: table; */
  width: 100%;
}

.left_box {
  padding: 30px;
  background: var(--brand);
  color: #fff;
  /* width: 60%; */
  display: table-cell;
}

/* suport */

.support{
  /* display: flex; */
  border-radius: 12px 0 0 12px;
  color: #fff;
  padding: 9px;
  background: linear-gradient(to left, var(--brand) 50%, var(--brand2) 50%);
  background-size: 200%;
  background-position: right;
  transition: all 0.5s;
}
.support:hover {
  background-position: left;
  cursor: pointer;
}

.banner img {
  /* position: relative; */
  width: 100%;
  /* height: 400px; */
  background-repeat: no-repeat;
  background-size: cover;
}

/* logo slider */
body, html {
  height: 100%;
  background-color: white;
}
.container {
  overflow: hidden;
}
.container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}
.container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.container .slider .logos .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
 }
  to {
    transform: translate3d(-100%, 0, 0);
 }
}
@keyframes fade-in {
  0% {
    opacity: 0;
 }
  100% {
    opacity: 1;
 }
}

@media screen and (max-width: 550px) {
     .container .slider .logos {
        width: 200%;
        display: inline-block;
        margin: 0px 0;
     }
     .container .slider {
      animation: slidein 8s linear infinite;
      white-space: nowrap;
    }
     
}

/* services */

#main h1{
  font-size: 45px;
    color: var(--brand);
    text-align: center;
}
.cards-list {
    z-index: 0;
    width: 75%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
}
 .card{
margin: 30px auto;
margin: 12px auto;
width: 300px;
height: 362px;
border-radius: 50px 0 !important;
box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
cursor: pointer;
transition: 0.4s;
justify-content: flex-start !important;
background-color: #97A9BD;
}
.card_title title-white {
  padding: 0 12px;
}
.card_image{
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto;
}
.card_image i{ 
    margin: 17px;
    font-size: 37px;
  
-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
 .card_title .heading {
    font-size: 1.2rem;
    font-weight: 700;
       margin: auto;
    text-align: center;
       color: #fff;
}
.card_title p {
    margin: 10px auto;
    line-height: normal;
  text-align: center;
      color: #fff;
}
.cards-list .card:nth-child(1) {
  background-color: var(--brand);
}
.cards-list .card:nth-child(1):hover {
 background-color: var(--brand);
}

.cards-list .card1 .card_image a i{
  color: #97A9BD;
 
}

.cards-list .card:nth-child(2) {
    background-color: #666666c4;
}
.cards-list .card:nth-child(2):hover {
 background-color: #666666;
}
.cards-list .card2 .card_image a i{
  color: #A197BD;
 
}
.cards-list .card:nth-child(3) {
    background-color: var(--brand2);
}
.cards-list .card:nth-child(3):hover {
 background-color: var(--brand2);
}
.cards-list .card3 .card_image a i{
  color:#BDA697;
 
}
.cards-list .card:nth-child(4) {
  background-color: var(--brand2);
}
.cards-list .card:nth-child(4):hover {
background-color: var(--brand2);
}
.cards-list .card4 .card_image a i{
color:#BDA697;
}

.cards-list .card:nth-child(5) {
  background-color: var(--brand);
}
.cards-list .card:nth-child(5):hover {
background-color: var(--brand);
}
.cards-list .card5 .card_image a i{
color:#BDA697;
}

.cards-list .card:nth-child(6) {
  background-color: #666666c4;
}
.cards-list .card:nth-child(6):hover {
background-color: #666666;
}
.cards-list .card6 .card_image a i{
color:#BDA697;
}

.cards-list .card:nth-child(7) {
  background-color: #666666c4;
}
.cards-list .card:nth-child(7):hover {
background-color: #666666;
}
.cards-list .card7 .card_image a i{
color:#BDA697;
}

.cards-list .card:nth-child(8) {
  background-color: var(--brand2);
}
.cards-list .card:nth-child(8):hover {
background-color: var(--brand2);
}
.cards-list .card8 .card_image a i{
color:#BDA697;
}

.cards-list .card:nth-child(9) {
  background-color: var(--brand);
}
.cards-list .card:nth-child(9):hover {
background-color: var(--brand);
}
.cards-list .card9 .card_image a i{
color:#BDA697;
}

.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 22px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans";
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 10px;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #ababb4;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: #fcfcfc;
    content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #f9f9ff;
  display: block;
  padding: 0px 10px;
  line-height: 22px;
  transition: 0.5s;
  position: relative;
  /* background: #fbfbfd; */
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
  border: 1px solid #fbfbfb;
}
.btn-read{
  justify-content: center;
    align-content: center;
    display: flex;
  /* margin: 31px; */
}

/* loin */

a {
  text-decoration: none;
}
.login-page {
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
}
.form-right i {
  font-size: 100px;
}

/* loin */

.login-page {
  background: url("../images/login.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* banner */

.banner img {
     background-size: cover;
     background-repeat: no-repeat;
}

