@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(
    to top right,
    rgb(196, 219, 233),
    rgb(255, 255, 255)
  );
  font-weight: 500;
  width: 100%;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  animation: fadein 3s;
  animation-fill-mode: forwards;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  background-image: linear-gradient(
    to top right,
    rgb(147, 178, 196),
    rgb(207, 207, 207)
  );
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background-color: #234;
  border-radius: 0px;
}
/* page scroll and scrollbar designing end */

/*Content Bg animation*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*Body end*/

/*Top navbar start*/
nav {
  padding: 0px !important;
  position: relative;
}
.logoicon {
  background-image: url("../images/logo.png"); /* The image used */
  display: block;
  width: 200px;
  height: 200px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.logoicon:hover {
  background-image: url("../images/logo_white.png");
}

.headerSlider img {
  width: 100%;
  height: 100vh;
}

.quoteBtn {
  border-style: none;
  background-color: #345;
  border-radius: 30px;
  color: white;
  padding: 10px 20px 10px 20px;
  margin-top: 25px;
}
.quoteBtn:hover {
  color: white;
  opacity: 0.7;
  transition: 0.2s;
}

.carousel-caption h2 {
  font-size: 48px;
  font-weight: 700;
  text-shadow: 2px 2px 7px rgba(150, 150, 150, 0.4);
}
.carousel-caption p {
  text-shadow: 2px 2px 7px rgba(150, 150, 150, 0.4);
}

/*Video section start*/
.videoSection {
  text-align: center;
  padding: 20px;
}
.videoSection h1 {
  margin-bottom: 50px;
}
.videoSection h2 {
  font-weight: 500;
}
.youtubeVideo {
  width: 80%;
  margin-left: 10%;
  -webkit-box-shadow: 2px 9px 57px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 9px 57px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 9px 57px 5px rgba(0, 0, 0, 0.25);
}

.col-padding h2 {
  margin-bottom: 25px;
  font-size: 28px;
}

/*Chart section start*/
.chartSection {
  text-align: center;
  padding: 5px;
  margin-top: 0px;
  width: 100%;
  height: auto;
}
.chartSection h1 {
  margin-bottom: 2px;
}
.chartSection .form-group {
  margin-top: 10px;
}
.chartSection label {
  float: left !important;
}

.chartSection input {
  height: 45px;
}
.chartSection input:focus {
  box-shadow: none;
  outline: none;
  border-color: #345;
}
.chartSection button {
  background-color: #345;
  color: white;
  height: 45px;
}
.chartSection button:hover {
  opacity: 0.8;
  color: white;
}
.form {
  width: 80%;
  margin-left: 10%;
}

.chartDiv {
  width: 450px;
  height: 450px;
  background-color: gainsboro;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -45px;
  padding: 0px;
  position: relative;
  -webkit-box-shadow: -1px 0px 81px -37px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: -1px 0px 81px -37px rgba(0, 0, 0, 0.49);
  box-shadow: -1px 0px 81px -37px rgba(0, 0, 0, 0.49);
  cursor: pointer;
  display: block;
}

.completeSingleChart {
  width: 450px;
  height: 450px;
  padding: 0px;
}

.slicesDiv {
  display: none;
}

.chartDiv:hover {
  opacity: 0.8;
  -webkit-box-shadow: -1px 0px 105px -23px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0px 105px -23px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 105px -23px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px) !important;
  transition: 0.1s;
}

.Bottom_4 {
  position: absolute;
  left: 81px;
  top: 0px;
  width: 230px;
  height: 139px;
  z-index: 5;
}

.Bottom_5 {
  position: absolute;
  left: 264px;
  top: 14px;
  width: 185px;
  height: 215px;
  z-index: 4;
}
.Bottom_6 {
  position: absolute;
  left: 296px;
  top: 189px;
  width: 154px;
  height: 213px;
  z-index: 3;
}

.Tobesfall {
  position: absolute;
  left: 135px;
  top: 311px;
  width: 240px;
  height: 139px;
  z-index: 6;
}
.Bottom_2 {
  position: absolute;
  left: 0px;
  top: 223px;
  width: 185px;
  height: 214px;
  z-index: 2;
}
.Bottom_3 {
  position: absolute;
  left: 0px;
  top: 53px;
  width: 154px;
  height: 213px;
  z-index: 7;
}

.hoverslice:hover {
  opacity: 0.7;
}

.CenterCirlce {
  position: absolute;
  left: 104px;
  top: 108px;
  width: 243px;
  height: 239px;
  z-index: 8;
}

/*end*/

/*About Us section*/
.aboutUsSection {
  text-align: center;
  /*padding: 20px;
  margin-top: 100px;*/
}
.aboutUsSection h1 {
  margin-bottom: 50px;
}

/*Footer*/
.site-footer {
  background-color: #345;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
  text-decoration: none;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: white;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #45527a;
  color: white;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.instagram:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

/* Divider */
.divider {
  width: 80%;
  margin-left: 10%;
  height: 2px;
  background-color: gainsboro;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.divider-y {
  height: 2px;
  width: 100%;
  border: none;
  background-color: #fbdd00;
}
.divider-r {
  height: 2px;
  width: 100%;
  border: none;
  background-color: #e64429;
}
.divider-g {
  height: 2px;
  width: 100%;
  border: none;
  background-color: #72b651;
}
.divider-b {
  height: 2px;
  width: 100%;
  border: none;
  background-color: #0089bc;
}

#topScroolBtn {
  width: 45px;
  height: 50px;
  background-color: orangered;
  color: white;
  position: fixed;
  right: 25px;
  bottom: 20px;
  text-align: center;
  display: none;
}
#topScroolBtn i {
  font-size: 24px;
  color: white;
  line-height: 50px;
}

#topScroolBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.messageField {
  resize: none;
  box-shadow: none;
}

.messageField:hover {
  border: 1px solid #345;
  box-shadow: none;
  outline: none;
}

/*Popovers design*/
.popoverBase {
  width: 300px;
  height: auto;
  padding: 14px 10px 14px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid gainsboro;
  -webkit-box-shadow: -2px -1px 56px 17px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -2px -1px 56px 17px rgba(0, 0, 0, 0.08);
  box-shadow: -2px -1px 56px 17px rgba(0, 0, 0, 0.08);
  overflow: visible;
  position: relative;
  display: none;
  background-color: white;
}
.caretDown {
  width: 0;
  height: 0;
  display: inline-block;
  border: 10px solid transparent;
  border-top-color: white;
  position: absolute;
  bottom: -20px;
  left: 135px;
}
.caretUp {
  width: 0;
  height: 0;
  display: inline-block;
  border: 10px solid transparent;
  border-bottom-color: white;
  position: absolute;
  top: -20px;
  left: 135px;
}
.caretLeft {
  width: 0;
  height: 0;
  display: inline-block;
  border: 10px solid transparent;
  border-right-color: white;
  position: absolute;
  left: -20px;
  top: 20px;
}
.caretRight {
  width: 0;
  height: 0;
  display: inline-block;
  border: 10px solid transparent;
  border-left-color: white;
  position: absolute;
  right: -20px;
  top: 20px;
}

.colored_corner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.colored_corner {
  position: relative;
}
.colored_corner:before,
.colored_corner:after,
.colored_corner > :first-child:before,
.colored_corner > :first-child:after {
  position: absolute;
  content: " ";
  width: 80px;
  height: 80px;
  border-style: solid; /* or whatever style */
}

.colored_corner:before {
  border-color: #fbdd00;
}
.colored_corner:after {
  border-color: #e64429;
}
.colored_corner > :first-child:before {
  border-color: #0089bc;
}
.colored_corner > :first-child::after {
  border-color: #72b651;
}
.colored_corner:before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.colored_corner:after {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}
.colored_corner > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.colored_corner > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #345;
  min-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: rgb(231, 112, 112);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1977cc !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team-img {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
}
.team a {
  text-decoration: none;
  color: #111;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.team .member .pic {
  overflow: visible;
  width: 180px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #1977cc;
}

.team .member .social a + a {
  margin-left: 8px;
}
