body {
  font-family: "Montserrat", sans-serif;
  /* font-family: 'Syncopate', sans-serif; */
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

strong {
  color: var(--text-color);
}

* {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252a3b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}
p {
  font-size: 18px;
}
.fw-semi-bold {
  font-weight: 600;
}
.text-primary {
  color: var(--color-primary) !important;
}
.bg-primary {
  background-color: var(--color-primary) !important;
}
.text-secondary {
  color: var(--color-secondary) !important;
}
.bg-secondary {
  background-color: var(--color-secondary) !important;
}
.text-success {
  color: var(--color-success) !important;
}
.bg-success {
  background-color: var(--color-success) !important;
}

.bg-contact {
  background-color: #062042;
}

.text-dark {
  color: #000000 !important;
}
.text-light {
  color: #f5f5f5 !important;
}
.text-white {
  color: #fff !important;
}
.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-fluid.section-px {
  padding-left: 80px;
  padding-right: 80px;
}
.img-full {
  width: 100%;
}
.required {
  border: 1px solid #ff0000;
  background-color: #fffdee;
}
.text-justify {
  text-align: justify;
}

.btn.btn-primary {
  background: #ff0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb53d', endColorstr='#f49607', GradientType=0);
  padding: 12px 44px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  border: 0;
  border-radius: 32px;
}

.btn.btn-primary:hover {
  background: #ffffff;
  color: #ff0000 !important;
}
.btn.btn-secondary {
  background: var(--color-secondary);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb53d', endColorstr='#f49607', GradientType=0);
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  border: 0;
  border-radius: 32px;
}
.cookie-content .btn.btn-primary:hover {
  background: var(--color-primary);
  color: #fff !important;
}
.btn.btn-secondary:hover {
  background: var(--color-success);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49607', endColorstr='#fdb53d', GradientType=0);
}
ul.check {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

ul.check li:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #4db72f;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
.fa-square-full:before {
  content: "\f45c";
  color: red;
}
.bg-cyan {
  background-color: #d7f0ea !important;
}
.br-light {
  background-color: #f3f8fc !important;
}
.bg-old-lack {
  background-color: #fcf6e8 !important;
}

.bg-lavender {
  background-color: #e7e7f4 !important;
}

.container-fluid.padding {
  padding-left: 50px;
  padding-right: 50px;
}

.container {
  max-width: 1320px;
}

.header .Quote .btn {
  /* border-radius: 32px; */
  padding: 10px 15px;
}

.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry-img img.img-fluid {
  width: 100%;
}

.blog .entry .entry-title {
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #68a4c4;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #72afce;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 700;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1e4356;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #255269;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #68a4c4;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0;
  color: #1e4356;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(30, 67, 86, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: 700;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: 700;
  color: #444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #68a4c4;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #1e4356;
  cursor: pointer;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b607c;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: 700;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #b1d0e1;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #b1d0e1;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar:after {
  background: transparent;
}

.blog .sidebar .sidebar-title {
  font-size: 35px;
  padding: 0;
  margin: 0 0 15px 0;
  color: #1e4356;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: 0 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #68a4c4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #77adca;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #1e4356;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #68a4c4;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: 700;
}

.blog .sidebar .recent-posts h4 a {
  color: #1e4356;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #68a4c4;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #68a4c4;
  background: #68a4c4;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

.blog-content.group-box {
  padding: 30px;
}

/*--------------------------------------------------------------
# Slide Section
--------------------------------------------------------------*/
.slide {
  position: relative;
}
.slide-container {
  position: absolute;
  bottom: 0;
  color: #011f5b;
  width: 100%;
}

/* .slide-text {
width: 50%;
position: absolute;
top: 0;
transform: translateY(50%);
} */

.slide-text .btn {
  margin-top: 30px;
}

.slide .owl-theme .owl-nav .owl-prev,
.slide .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.slide .owl-theme .owl-nav .owl-prev {
  left: 0;
}

.slide .owl-theme .owl-nav .owl-next {
  right: 0;
}

.slide .owl-theme .owl-nav .owl-prev:hover,
.slide .owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
}

.slide .owl-nav {
  margin-top: 0 !important;
}

.slide .owl-dots {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.slide .owl-theme .owl-nav button:hover {
  background-color: var(--color-primary);
  color: var(--text-color-secondary);
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.page-title {
  position: relative;
}

.page-title-overlay {
  position: absolute;
  width: 100%;
  top: 30%;
  color: #fff;
}

.page-banner {
  position: relative;
}

.banner-text {
  position: absolute;
  width: -webkit-fill-available;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.banner-text h1 {
  padding-top: 50px;
  margin-bottom: 15px;
  color: #fff !important;
}

.page-banner .btn {
  margin-top: 30px;
}

small {
  font-size: 75%;
}

.text-large {
  font-size: 25px;
}

/*.page-content {margin-bottom: 100px;margin-top: 50px;}*/
.page-content h2,
.page-content h3 {
  margin-bottom: 10px;
}

.how-it-works .page-content h2,
.how-it-works .page-content h3 {
  margin-bottom: 0 !important;
}

.how-it-works button.accordion-button.collapsed {
  background-color: #062042;
}
.how-it-works button.accordion-button.collapsed h4 {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #062042;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed) h4 {
  color: #ffffff;
}

.accordion-button::after {
  background-image: url(https://www.flickmedia.org.uk/client/TLM-property/assets/frontend/img/arrow-down.png) !important;
}

.box-content {
  padding: 80px;
}

/*------section-three------*/

.career-content {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(20%);
  background-color: var(--white);
  padding: 60px;
  text-align: center;
}

.section-three h3 {
  margin-bottom: 15px;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.section-four {
  color: #fff;
  position: relative;
  background-color: var(--bs-blue);
}

.section-four h3 {
  margin-bottom: 30px;
}

.section-blog {
  background-color: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-blog h2 {
  margin-bottom: 30px;
  color: var(--color-secondary);
}

.blog-button-next:after,
.blog-button-prev:after {
  font-size: 16px;
  background-color: var(--white);
  box-shadow: 0 0 5px #ccc;
  padding: 10px 14px;
  border-radius: 3px;
  color: var(--text-color);
}

.latest-blog h3 {
  font-size: 22px;
  margin: 0 0 15px;
}

.latest-blog .date {
  color: #555;
  margin-bottom: 10px;
}

.latest-blog a {
  color: var(--text-color);
}

.blog-content {
  padding: 50px;
}

.blog_2 .blog-content {
  background-color: #fff;
}

.bleu-box {
  background-color: #0057b7;
  color: var(--white);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.courses-two {
  padding-top: 80px;
  padding-bottom: 80px;
}

.courses-three {
  background-color: #0057b7;
  color: var(--white);
}

.courses-five {
  background-color: #0057b7;
  color: var(--white);
}

.courses-five strong {
  color: var(--white);
}

/*-------------sohan-----css---------*/
/*-----header-----*/

.header {
  transition: 1s;
  background-color: #0000009e;
  color: var(--header-text);
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 0 100px;
}
.logo {
  position: relative;
  top: 0;
  padding: 10px;
  z-index: 99;
  max-width: 200px;
}

.header-contact {
  padding: 15px;
  z-index: 99;
  background: transparent;
}
/*-----custom-menu- -----*/
@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar-nav li a {
    padding: 10px 25px;
  }

  .header .btn {
    padding: 12px 25px;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown ul li {
    min-width: 250px;
    padding: 0;
  }
  .navbar li {
    position: relative;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--navbar-text);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar {
    padding: 0;
    background-color: transparent;
    z-index: 99;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .navbar li {
    position: relative;
    padding: 35px 15px;
  }
  .navbar li:hover {
    background-color: #ff0000;
  }
  .navbar a,
  .navbar a:focus {
    padding: 10px 10px;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    color: var(--navbar-text);
    white-space: nowrap;
    transition: 0.3s;
    position: relative !important;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
  }
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none !important;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
}

@media (max-width: 1200px) {
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #fff !important;
  }
  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary);
    border: 1px solid var(--navbar-text);
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--navbar-text);
    white-space: nowrap;
    transition: 0.3s;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 106, 93, 0.8);
    z-index: 9996;
  }
  .mobile-nav-show,
  .mobile-nav-hide {
    display: block;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: var(--color-primary);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .mobile-nav-show {
    color: var(--color-primary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 0 50px;
  }
  .top-bar .fa {
    font-size: 25px;
    margin: 0 15px;
  }

  .top-bar .fa.fa-mobile {
    font-size: 30px;
  }

  .top-bar .fa.fa-phone {
    margin-top: 5px;
  }

  .header .btn {
    padding: 15px 20px;
  }

  .slide-text {
    position: relative;
    transform: translateY(0);
    padding: 50px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header .btn {
    padding: 10px;
    font-size: 16px;
  }
  .header {
    padding: 0 30px;
  }
}

/*-----custom-menu- -----*/

/*-------------slider-------------*/

.slide .slide-text {
  position: absolute;
  width: -webkit-fill-available;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.slider-main h1 {
  font-size: 40px !important;
}
.slider-main h1,
.slider-main h2,
.slider-main h5,
.slider-main p {
  color: #fff !important;
}
.slide-text h2 {
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 600;
  padding: 0 30px;
  font-size: 25px;
}
/*----home-form-part------*/
.upper-hover h5,
.upper h5 {
  font-weight: 600;
  text-align: left;
}
.upper-hover .btn.btn-primary {
  padding: 5px 20px;
}
.section-two .sidebar-form button.btn.btn-danger.top-btn {
  text-transform: uppercase;
}
.section-two .sidebar-form h1 {
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.section-two .home-form {
  border: 1px solid var(--color-primary);
  padding: 20px;
}

.section-two .sidebar-form {
  background-color: var(--color-secondary);
  padding: 20px 40px;
}
.section-two .sidebar-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*-----section-three--------*/
/* .bg-star {
background-image: url(../img/section-one-bg.png);
background-position: left top;
background-repeat: no-repeat;
}
.bg-star-r {
background-image: url(../img/section-one-bg.png);
background-position: right center;
background-repeat: no-repeat;
} */
.section-one {
  color: #000;
  background-color: #fff;
}
.section-one h1 {
  font-size: 50px;
  padding: 0 50px;
}
.section-one p {
  font-size: 20px;
}
.section-one h2 {
  margin-bottom: 30px;
}

.section-two h3 {
  margin-bottom: 30px;
}

.section-three {
  position: relative;
}

.career-home {
  position: absolute;
  top: 0;
  width: 100%;
}

/*----section-three------*/
.section-three .regular {
  position: relative;
}

.section-three .upper {
  position: absolute;
}
.upper-hover {
  bottom: 2%;
  position: absolute;
  display: block;
}
.upper {
  bottom: 40px;
  left: 30px;
}
.upper img {
  display: flex;
  padding-bottom: 5px;
}

.section-three .container {
  position: relative;
}

.section-three .col-lg-6 {
  position: relative;
}

.section-three .card .hover {
  display: none;
  text-align: left;
  transition: 1s;
  width: 100%;
  bottom: 25px;
  position: relative;
}

.section-three .card {
  transition: 1s;
  cursor: pointer;
}

.section-three .card:hover .hover {
  transition: 1s;
  position: absolute;
  display: block;
  background-color: #01010196;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.section-three .card .hover p {
  font-size: 17px;
  line-height: 25px;
}

.section-three .card:hover .upper {
  display: none;
}

/*-------section-four--------*/
.section-four {
  color: #000;
  /* background-image: url(../img/section-one-bg.png); */
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/*---------sction-about*/
.section-2085 {
  background-color: #fafafa;
}
.section-2085 .card:hover {
  background-color: #f347bf;
  color: #fff;
}
.section-2085 .card:hover > .card-body h5 {
  background-color: #f347bf;
  color: #fff;
}
.section-2085 .card:hover > .card-body img {
  filter: brightness(5.5);
}

.section-2085 .card-body {
  border-left: 3px solid #f146bd;
}

/*-------section-testimonials  ----------*/

.section-testimonials {
  position: relative;
}
.section-test {
  position: relative;
  top: 130px;
  padding: 0 100px;
  background-image: url(../img/testimonials-bg.png);
  background-repeat: no-repeat;
  background-position: 97% 30%;
}
.section-cus-test {
  padding: 50px 0;
}
.section-test p {
  color: #fff;
}
.section-test h2 {
}
/* section-testimonials  */

.header-full h4 {
  font-size: 20px;
}
.header-full span a {
  font-size: 30px;
}

/* sponsor */
.sponsor {
  background-image: url(../img/sponsor-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------- why_choose ------------*/
.social .fa-brands {
  background-color: var(--color-primary);
  color: #0a1520;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 22px;
}
.social .fa-brands:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.header-full i.fa-brands.fa-whatsapp.me-2 {
  background-color: #5db321;
  color: #fff;
  border-radius: 32px;
  width: 21px;
  height: 22px;
}

.section-six .header-full i.fa-brands.fa-whatsapp.me-2 {
  background-color: #5db321;
  color: #fff;
  border-radius: 32px;
  width: 25px;
  height: 28px;
}
.choose-position {
  color: #fff;
  padding: 0 30px;
}
.white-btn .btn.btn-primary {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdb53d', endColorstr='#f49607', GradientType=0);
  padding: 12px 30px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  border: 0;
  border-radius: 32px;
}
/*------- why_choose ------------*/

/*------- homeLatestNewsRight------------*/
.homeLatestNewsRight {
  border: 3px solid var(--color-primary);
}
.homeLatestNewsRight h3 a {
  color: #fff;
}
.homeLatestNewsRight h3 a:hover {
  color: var(--color-primary);
}
/*------- homeLatestNewsRight------------*/
/* company-info */
.company-info {
  /* position: relative; */
  position: absolute;
  width: -webkit-fill-available;
  top: 40%;
  left: 0;
  transform: translate(0%, 0%);
  color: #fff;
  text-align: center;
  /* z-index: 99999; */
  /* bottom: 850px; */
}

/*------- why_choose ------------*/
/*----footer-------*/

.footer {
  background-color: transparent;
  color: var(--footer-color);
  border-top: 0;
}

/*------*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.mx-middle {
  margin: 0 auto;
}

.contact-us-form .mx-middle {
  border: 3px solid var(--color-primary);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 45px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.company-info-form .form-control {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 35px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-form ::placeholder {
  color: #fff;
}

.contact-info {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-tel {
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 45px;
  margin-bottom: 30px;
}

.contact-email {
  background-image: url("../img/icon-email.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 45px;
  margin-bottom: 30px;
}

.contact-address {
  background-image: url("../img/icon-map.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 45px;
}

.copy-right .edit,
.footer a,
span.designer {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 1600px) {
  .career-content {
    transform: translateY(30px);
    padding: 30px;
  }
}

@media only screen and (max-width: 1400px) {
  .slide-text {
    transform: translateY(20%);
  }

  .box-content {
    padding: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  /* .header {
  border-bottom: 0px solid #6a6a6a;
} */
  .banner-text h1 {
    font-size: 35px;
    padding-top: 80px;
    margin-bottom: 15px;
    color: #fff !important;
  }
  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
    font-weight: 500;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  .slide-container {
    position: relative;
  }

  .slide-text {
    width: 100%;
  }

  .career-home {
    position: relative;
  }

  .career-content {
    position: relative;
    transform: none;
    padding: 30px;
    left: auto;
  }

  .box-content {
    padding: 40px;
  }

  .footer-middle .col-xl-3 {
    margin-bottom: 30px;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #f5f5f5;
  }
  .col-lg-6.text-end {
    text-align: center !important;
  }
  .CopyrightText {
    border-top: 2px solid #33312c;
    padding: 20px 0;
    text-align: center;
  }
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }
  .slide .slide-text {
    position: inherit !important;
    width: -webkit-fill-available !important;
    transform: translate(0) !important;
    color: #000 !important;
    text-align: center !important;
  }
  .slider-main h1,
  .slider-main h2,
  .slider-main h5,
  .slider-main p {
    color: #000 !important;
  }
  .top-bar .fa {
    font-size: 25px;
    margin: 0 15px;
  }

  .top-bar .fa.fa-mobile {
    font-size: 30px;
  }

  .top-bar .fa.fa-phone {
    margin-top: 5px;
  }

  .header .btn {
    padding: 12px 20px;
  }

  .slide-text {
    position: relative;
    transform: translateY(0);
    padding: 50px 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .slide-text {
    padding: 30px 0;
  }
  .slider-main h1 {
    font-size: 30px !important;
  }
  .container-fluid.padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-text h1 {
    font-size: 25px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  h2 {
    font-size: 35px;
  }

  .logo {
    position: relative;
  }

  .top-bar {
    text-align: center;
  }

  .footer-menu ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  a {
    font-size: 14px;
  }
  .header {
    padding: 0 16px;
  }
  .header .btn {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 427px) {
  .footer-contact {
    font-size: 14px;
  }
  .header .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.section-2058 {
  border-top: 5px solid #ea0000;
  background-color: #1a1917;
  color: #fff;
}
.section-2058 a {
  color: #fff;
  text-decoration: none;
}
.section-2058 a:hover {
  color: #f00;
  text-decoration: none;
}
.section-2058 .footer-middle {
  padding: 80px 0;
}
.section-2058 .menu li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #ea0000;
}
.section-2058 .menu a:hover {
  color: #ea0000;
  text-decoration: underline;
}
.section-2058 .social .fa-brands {
  background-color: #f3f3f3;
  color: #0b2742;
  margin-right: 10px;
  font-size: 25px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.section-2058 .social .fa-twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
.section-2058 .social .fa-facebook-f:hover {
  background-color: #1977f3;
  color: #fff;
}
.section-2058 .social .fa-instagram:hover {
  background-color: #f501cb;
  color: #fff;
}
.section-2058 .social .fa-pinterest-p:hover {
  background-color: #b7081b;
  color: #fff;
}
.section-2058 .footer-bottom {
  border-top: 1px solid #e3e3e3;
}
.CopyrightText {
  border-top: 2px solid #33312c;
  padding: 20px 0;
}
section#section-2081 {
  background-color: #f2f2fa;
}
.cookip a {
  color: #000;
}
.cookip a:hover {
  color: #f00;
}
.cookip {
  text-align: justify;
}

.how-it-works.page-content h2 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 667px) {
  .slider-main h1 {
    font-size: 22px !important;
  }
  .slide-text .btn {
    margin-top: 10px;
  }
}
.accordion-item h2,.accordion-item h4,
.accordion-item p {
  font-size: 20px !important;
  letter-spacing: normal;
  font-weight: 800 !important;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .accordion-item h2,
  .accordion-item h4,
  .accordion-item p {
    font-size: 17px !important;
  }
}
.inner-services .col-12.col-lg-5 img {
  width: 100%;
}
