* styles.css */ body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
} /* =10px */
/*
 * Base structure
 */

a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  color: #0762d3;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 127px;
  color: #09111c;
  transition: all 1s ease-in;
}
h1 {
  font-size: 5rem;
  color: #09111c;
  font-weight: 900;
}
h2,
.section-title {
  font-size: 5rem;
  color: #09111c;
  font-weight: 700;
	margin-bottom:20px;
}
h3 {
  font-size: 3.6rem;
  color: #09111c;
  font-weight: 700;
	margin-bottom:15px;
}
.navbar-expand-lg {
  flex-wrap: wrap;
  padding: 0;
}
.top-links {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.top-links li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -4px;
}
.top-links li a {
  display: block;
  color: #fff;
  font-weight: 500;
}

.header-top {
  background: #545454;
  padding: 5px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-links {
  display: inline-flex;
}
.contact-links a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  font-weight: 500;
}
.top-links li a:hover,
.contact-links a:hover {
  color: #cd8e33;
}
.contact-links a img {
  margin-right: 5px;
}
.text-yellow {
  color: #cd8e33;
}
.text-blue {
  color: #002c6e;
}
.text22 {
  font-size: 2.2rem;
}
.blog-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(84, 84, 84, 0.8);
}
.blog-box:hover .blog-overlay {
  background: rgba(205, 142, 51, 0.8);
}
.blog-box:hover .blog-overlay .text-yellow {
  color: #fff !important;
}
.navbar {
  transition: padding 0.5s ease-in-out;
}
.scrolled-fixed-top {
  padding: 0;
}
.navbar-nav li {
  margin-right: 25px;
}
.navbar-nav .nav-link,
.login-link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #545454;

  position: relative;
  display: block;
}
.navbar-nav .nav-link:after {
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.login-link:hover,
.news-box:hover {
  color: #ffb332;
}
.banner-section {
  position: relative;
  padding: 30px 0;
}
.smbl {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner-section:before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #f2f1eb 76%, #fff 56%);

  left: 15px;
  top: 0;
  bottom: 0;

  right: 0;
  z-index: 0;

  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 103%,
    40px 103%,
    0 calc(100% - 30px)
  );
  clip-path: polygon(0 0, 100% 0, 100% 103%, 40px 103%, 0 calc(100% - 30px));
}
.zix-2 {
  z-index: 2;
}
.section-title {
  text-align: center;

  margin-bottom: 20px;
  color: #002147;
}
.text20 {
  font-size: 2rem;
}
.fw-medium {
  font-weight: 500;
}
.text28 {
  font-size: 2.8rem;
}
.fw-semi-bold {
  font-weight: 600;
}

.btn-primary {
  background-color: #cd8e33;
  border-color: #cd8e33;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #cd8e33;
  color: #545454;
}
.btn-primary:hover svg path {
  fill: #545454;
}
.section {
  padding: 100px 0;
}
.connected {
  background: #cd8e33;
}
.review-section {
  border-bottom: 1px solid #9c9c9c;
  padding: 50px 0;
  margin-top: 100px;
  border-top: 1px solid #9c9c9c;
}
.footer {
  background-color: #545454;
  color: #fff;
  padding: 50px 0;
  padding-bottom: 10px;
}

.footer h6 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.footer a:hover {
  color: #ffb332;
}
.btn {
  font-size: 1.8rem;
  padding: 12px 15px;
  font-weight: 400;
  border-radius: 25px;
}

.zoom-img {
  overflow: hidden;
  display: block;
}
.zoom-img img {
  transition: transform 0.2s;
  cursor: pointer;
}
.zoom-img img:hover {
  transform: scale(1.03) !important;
}
.social-links a {
  display: inline-block;
  margin: 0 5px;
}
.social-links a:hover svg path {
  fill: #cd8e33;
}
.ft-bottom {
  border-top: 1px solid #707070;
  padding-top: 10px;
  color: #bfbab2;
}
.ft-bottom a {
  color: #bfbab2;
}
.dropdown-menu {
  min-width: 100%;
  font-size: 1.8rem;
  background: #cd8e33;
  padding: 0;
}
.dropdown-menu li {
  margin-right: 0;
}
.dropdown-item {
  padding: 10px 5px;
  color: #fff;
}
.text24 {
  font-size: 2.2rem;
}

.text32 {
  font-size: 3.2rem;
}

.text40 {
  font-size: 4rem;
}

.form-control {
  font-size: 1.8rem;
  height: 60px;
}
.nav-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-grey {
  background: #f5f5f5;
}
.review-box img {
  width: auto !important;
}
.practice-banner:before {
  display: none;
}
.review-box img.rounded-circle {
  width: 95px;
  height: 95px;
}
.stars {
  display: flex;
}
.review-box .stars {
  margin-top: 5px;
}
.reviews {
  padding: 0 50px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.owl-prev {
  margin-left: -50px;
}
.owl-next {
  margin-right: -50px;
}
.practice-box {
  background: #e4e4e4;
  display: block;
  position: relative;
  transition: all 1s ease-in;
}
.linkArrow {
  display: inline-flex;
  padding: 15px;
  background: #cd8e33;
  position: absolute;
  right: 0;
  bottom: 0;
}
.practice-box:hover {
  background: #cd8e33;
  color: #666;
}
.practice-box:hover h3,
.practice-box:hover p {
  color: #fff;
}
.practice-box:hover .linkArrow {
  background: #666;
}
.bg-grediant {
  background: transparent linear-gradient(180deg, #cd8e33 0%, #545454 100%) 0%
    0% no-repeat padding-box;
}
.smble-bg {
  background: url("images/symbol.png") no-repeat bottom right;
}
.bg-yellow {
  background: #fed190;
}
.inner-banner {
  background: #f5f5f5 url("images/symbol.png") no-repeat bottom 30px right 30px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 103%,
    40px 103%,
    0 calc(100% - 30px)
  );
  clip-path: polygon(0 0, 100% 0, 100% 103%, 40px 103%, 0 calc(100% - 30px));
  min-height: 300px;
}
.border-yellow {
  border-color: #cd8e33 !important;
}
.text-grey {
  color: #929090;
}
.team-banner:before {
  background: #f5f5f5 url("images/symbol.png") no-repeat bottom 30px right 30px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 103%,
    40px 103%,
    0 calc(100% - 30px)
  );
  clip-path: polygon(0 0, 100% 0, 100% 103%, 40px 103%, 0 calc(100% - 30px));
  left: 30px;
  right: 30px;
  bottom: 60px;
  top: 0;
  position: absolute;
  content: "";
  display: block;
}
.text30 {
  font-size: 3rem;
}
.team-box:hover {
  color: #cd8e33;
}
.why-section {
  background: #555454;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40px, 40px 0);
}
@media (max-width: 1500px) {
	body{
		padding-top:142px;
	}
  .navbar-nav li {
    margin-right: 15px;
  }
	h1{
		font-size:4rem;
	}
	h2,
.section-title {
  font-size: 3.2rem;
  color: #09111c;
  font-weight: 700;
}

  h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1365px) {
  .navbar-nav li {
    margin-right: 5px;
  }
  .navbar-brand img {
    width: 150px;
    height: auto;
  }
  .navbar-nav .nav-link,
  .login-link {
    font-size: 1.3rem;
  }
  .navbar-right .btn,
  .header-top {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4rem;
  }
  .review-box img.rounded-circle {
    height: 30px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  .banner-section .text20 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .banner-section::before {
    background-color: transparent;
    background-image: linear-gradient(90deg, #f2f1eb 100%, #fff 56%);
    left: 0;
  }
}
@media (max-width: 1000px) {
  .text30 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 100px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem !important;
  }
  .contact-links a:first-of-type {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .review-section {
    margin-top: 50px;
  }
  .section {
    padding: 50px 0;
  }
  .footer {
    text-align: center;
  }
  .top-links {
    display: none;
  }
  .team-banner:before {
    background: #f5f5f5;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .inner-banner {
    background: #f5f5f5;
  }
}
