body {
  font-family: "Poppins", sans-serif;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
}

:root {
  --color-primary: #2ea3f2;
  --color-secondary: #004694;
  --color-blue: #0057b7;
  --white: #fff;
}

.text-primary {
  color: var(--color-primary) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-blue {
  color: var(--color-blue) !important;
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

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

* {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #02083c;
}

.fw-medium {
  font-weight: 500 !important;
}

p.fw-medium {
  font-weight: 500 !important;
  font-size: 20px;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

p {
  font-size: 16px;
  color: #02083c;
}

.text-justify {
  text-align: justify;
}

.text-dark {
  color: #000000;
}

.text-light {
  color: #ffffff;
}

.img-full {
  width: 100%;
}

.required {
  border: 1px solid #ff0000;
  background-color: #fffdee;
}

.btn.btn-primary-free {
  background-color: var(--color-primary);
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  border: 0;
}

.btn {
  padding: 15px 35px;
  font-size: 18px;
  background-image: url(../img/btn.white.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;

}

.btn.btn-header {
  background-image: none;
}

.btn.btn-secondary {
  background-color: var(--color-secondary);
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  border: 0;
  border-radius: 10px;
  padding-left: 20px;
}


.btn.btn-primary {
  background-color: var(--color-primary);
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  border: 0;
  border-radius: 10px;
  padding-left: 20px;
}

.cookie-content .btn.btn-primary,
.cookie-content .btn.btn-secondary {
  background-image: none;
}

.btn.btn-primary:hover,
.btn.btn-primary-free:hover {
  background-color: var(--color-secondary);
  color: var(--white);
}



.btn.btn-secondary:hover {
  background-color: var(--color-primary);
  color: var(--white);
}

.btn.btn-outline {
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 500;
  color: #02083c;
  text-transform: capitalize;
  border: 2px solid #02083c;
  border-radius: 10px;
  background-color: transparent;

  padding-left: 20px;
}

.btn.btn-outline:hover {
  background-color: var(--color-primary);
  color: var(--white);
  border: 2px solid var(--color-primary);
}

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;
}

.bg-cyan {
  background-color: #d7f0ea !important;
}

.bg-old-lack {
  background-color: #fcf6e8 !important;
}

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

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

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

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

.section-py {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  max-width: 1320px;
}

.header .btn {
  border-radius: 0;
  padding: 15px 35px;
}

.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 {
  position: absolute !important;
  width: 40% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-110%, -50%) !important;
  text-align: left;
} */

.slide-text {
  position: absolute !important;
  width: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: left;
  padding: 0 100px;
}

.slider-inner {
  display: inline-block;
}

.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;
}

/* 
.page-banner h1 {
  position: absolute;
  bottom: 100px;
  background-color: #fff;
  margin: 0;
  padding: 15px 30px;
} */

so .banner-text {
  position: absolute;
  top: 0;
  transform: translateY(50%);
  padding: 15px;
  color: #fff;
}

.banner-text h1 {
  font-size: 25px;
  margin-bottom: 15px;
}

small {
  font-size: 75%;
}

.text-large {
  font-family: "Unna", serif;
  font-size: 25px;
}

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

.box-content {
  padding: 80px;
}

.section-one {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--color-secondary);
  color: var(--white);
}

.section-one h2 {
  margin-bottom: 30px;
}

.section-one h4 {
  margin-bottom: 30px;
}

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

.section-three {
  position: relative;
}

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

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

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

.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);
}

/*--------------------------------------------------------------
      # Contact
      --------------------------------------------------------------*/
.contact-form {
  background-color: #0057b7;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-form h3 {
  margin-bottom: 30px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #80abdb;
  border-radius: 0;
  min-height: 55px;
}

.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;
}

@media only screen and (max-width: 1920px) {

  .header-2068 .header-contact .email a,
  .header-2068 .header-contact .phone a {
    font-size: 18px !important;
  }

  .section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 .sec-2081-p {
    min-height: 90px;
  }

  .section-2081 .sec-2081 h5 {
    min-height: 50px;
  }
}

@media only screen and (max-width: 1600px) {

  .header-2068 .header-contact .email a,
  .header-2068 .header-contact .phone a {
    font-size: 15px !important;
  }

  .career-content {
    transform: translateY(30px);
    padding: 30px;
  }
}

@media only screen and (max-width: 1440px) {
  .section-2081 .sec-2081 h5 {
    min-height: 50px !important;
  }

  .section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 .sec-2081-p {
    min-height: 120px !important;
  }

  .header-2068 .header-nav .social .fa-brands {
    font-size: 15px !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 25px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .slide-text h1 {
    font-size: 30px;
  }

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

  .header-2068 .btn.btn-header {
    font-size: 15px !important;
  }

  /* .slide-text {
    transform: translateY(20%);
  } */

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

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

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .slide-text p {
    font-size: 14px;
    color: #02083c;
  }

  .section-2081 .sec-2081 h5 {
    min-height: 80px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 .sec-2081-p {
    min-height: 150px !important;
  }

  .header-2068 .btn.btn-header {
    font-size: 14px !important;
    padding: 10px 10px !important;
  }

  .header-2068 .header-nav .social a {
    padding: 0 !important;
  }

  .slide-container {
    position: relative;
  }

  /* .slide-text {
    width: 100%;
  } */

  .slide-text h2 {
    font-size: 40px;
  }

  .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) {
  .slide-text h2 {
    color: #fff;
  }

  .header-2068 .header-contact .email:before {
    display: none !important;
  }

  .section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 .sec-2081-p {
    min-height: 90px !important;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .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) {


  .mail-id a,
  .call-id a,
  .loca-id span {
    font-size: 16px;
  }

  .section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 .sec-2081-p {
    min-height: 120px !important;
  }

  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-contact .btn.btn-header {
    font-size: 14px !important;
    padding: 10px 5px !important;
  }

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

  .header .btn {
    padding: 10px;
    font-size: 16px;
  }

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

@media only screen and (max-width: 575px) {
  .btn {
    padding: 10px 14px !important;
    font-size: 14px !important;
    background-image: none;
  }

  .logo-align {
    text-align: center !important;
    display: flex;
    justify-content: center;
  }

  .mail-id a,
  .call-id a,
  .loca-id span {
    font-size: 15px;
  }

  .section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 .sec-2081-p {
    min-height: 70px !important;
  }


}

@media only screen and (max-width: 427px) {
  .container-fluid.padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-contact {
    font-size: 14px;
  }
}

.edit-bar .edit-btn,
.edit-bar .edit-btn:focus {
  display: block !important;
  position: absolute !important;
  top: -1px;
  font-size: 10px;
  background-color: red !important;
  color: #fff !important;
  right: -1px;
  line-height: 15px !important;
  padding: 2px 8px !important;
  cursor: pointer;
}

/*-----sohan-css---header---*/
.header-2068 .header-contact .email a img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  min-width: 40px;
}

.header-contact .email:before {
  content: none !important;
  display: none !important;
}

.logo-align {
  text-align: left;
}

.section-2119 .btn.btn-primary {
  background-image: none;
  border-radius: 0;
}

.contact-us .section-2119 ::placeholder {
  color: #bfced9 !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  background-color: #3b4d5a;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-2081 .col-lg-3.col-sm-6.mb-4.mb-lg-0 p {
  margin-bottom: 0;
}

.email:before {
  /*content: "\f0e0";*/
  /*font-family: var(--font-awesome);*/
  /*margin-right: 8px;*/
  /*font-size: 20px;*/
  /*color: #008bcb;*/
  /*font-weight: 400;*/
  display: none !important;
}

.header-2068 .logo {
  padding: 10px 0;
  width: 150px;
}

.header-2068 .header-main {
	background-color: #ffff;
	
}

.header-2068 .btn.btn-header {
  background-color: #f60403;
  padding: 10px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.header-2068 .btn.btn-header:hover {
  background-color: var(--color-secondary);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49607', endColorstr='#fdb53e', GradientType=0);
}

.header-2068 .header-contact {
  line-height: 1.4;
}

.header-2068 .header-contact .fa-solid {
  background-color: #2ea3f2;
  color: #fff;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50rem;
  font-size: 20px;
  margin-right: 5px;
  min-width: 25px;
  min-height: 25px;
}

.header-2068 .fa-solid {
  background-color: #2ea3f2;
  color: #fff;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50rem;
  font-size: 20px;
  margin-right: 5px;
  min-width: 25px;
  min-height: 25px;
}

/*.header-2068 .header-contact .email:before {
  background-color: #2ea3f2;
  content: "\f0e0";
  font-family: var(--font-awesome);
  margin-right: 8px;
  color: #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50rem;
  font-size: 20px;
  margin-right: 5px;
  min-width: 40px;
}*/
.header-2068 .header-contact .email a {
  color: #0057b7;
  font-weight: 600;
  font-size: 20px;
}

.header-2068 .header-contact .phone a {
  color: #0057b7;
  font-weight: 600;
  font-size: 20px;
}

.header-2068 .header-contact .phone .fa-solid {
  margin-bottom: 6px;
}

.header-2068 .header-nav {
  background-color: #0057b7;
  border-bottom: 5px solid #8ac247;
}

.header-2068 .header-nav .social a {
  display: inline-flex !important;
  padding: 0 5px;
}

.header-2068 .header-nav .social .fa-brands {
  background-color: #fff;
  color: #008bcb;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50rem;
}

@media (max-width: 991px) {
  /* .page-banner h1 {
    position: absolute;
    bottom: 60px;
    background-color: #fff;
    margin: 0;
    padding: 15px 30px;
    font-size: 25px;
  } */

  .page-banner h1 {
    color: #fff;
  }

  .slide {
    background-color: var(--color-blue);
  }

  .slider-inner {
    background-color: transparent !important;
  }

  .slider-inner h1,
  .slider-inner p,
  .slider-inner p strong {
    color: #fff !important;
  }

  .slide-text {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
    text-align: center;
  }

  .header-2068 .header-contact .phone .fa-solid {
    margin-bottom: 0;
  }

  .btn-header {
	padding: 8px 10px;
}
}

@media (min-width: 992px) {
  .header-2068 .navbar {
    padding: 0;
  }

  .header-2068 .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .header-2068 .navbar li {
    position: relative;
  }

  .header-2068 .navbar a,
  .header-2068 .navbar a:focus {
    color: #fff;
    line-height: 65px;
    text-transform: capitalize;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .header-2068 .navbar a i,
  .header-2068 .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .header-2068 .navbar a:hover:before,
  .header-2068 .navbar li:hover>a:before,
  .header-2068 .navbar ul li a:hover,
  .header-2068 .navbar ul li.active:focus,
  .header-2068 .navbar ul li.active a {
    background-color: var(--color-secondary);
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .header-2068 .navbar ul li.active:before {
    visibility: visible;
    width: 100%;
  }

  .header-2068 .navbar .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .header-2068 .navbar .dropdown ul {
    background-color: #0e3875;
    display: block;
    position: absolute;
    top: calc(100%);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0;
  }

  .header-2068 .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .header-2068 .navbar .dropdown ul li {
    min-width: 200px;
  }

  .header-2068 .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    line-height: 30px;
  }

  .header-2068 .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .header-2068 .navbar .dropdown ul li:hover>a {
    color: #fff;
  }

  .header-2068 .mobile-nav-show,
  .header-2068 .mobile-nav-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-2068 .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .header-2068 .navbar ul {
    background-color: var(--color-primary);
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .header-2068 .navbar a,
  .header-2068 .navbar a:focus {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
  }

  .header-2068 .navbar a i,
  .header-2068 .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .header-2068 .navbar a:hover,
  .header-2068 .navbar .active,
  .header-2068 .navbar .active:focus,
  .header-2068 .navbar li:hover>a {
    color: #fff;
    background-color: var(--color-secondary);
  }

  .header-2068 .navbar .dropdown ul,
  .header-2068 .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 0 20px;
    transition: all 0.5s ease-in-out;
  }

  .header-2068 .navbar .dropdown>.dropdown-active,
  .header-2068 .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .header-2068 .mobile-nav-show {
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .header-2068 .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 .header-2068 {
    overflow: hidden;
  }

  .mobile-nav-active .header-2068 .navbar {
    right: 0;
  }

  .mobile-nav-active .header-2068 .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }
}

/*---------------------*/
.side-menu .footer-menu li:before {
  content: "\f061" !important;
  font-family: var(--font-awesome);
  float: left;
  margin-right: 10px;
  font-weight: 900;
  color: var(--color-primary);
}

.home .inner-down,
.about-us .inner-down,
.service .inner-down,
.testimonials .inner-down,
.contact-us .inner-down {
  display: none;
}

.testimonials {
  padding-top: 0;
  padding-bottom: 0;
}

/*-----sohan-css---footer---*/
.section-2140 {
  background-color: #0f2544;
}

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

.section-2140 a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}

.section-2140 .footer-middle {
  background-color: #0f2544;
  padding: 50px 0;
}

.section-2140 .address .fa-solid {
  color: #6191d6;
}

.section-2140 .footer-middle .form-control {
  border-radius: 0;
  min-height: 45px;
  background-color: #ffff;
  color: #000000;
}

.section-2140 .footer-middle button.btn {
  background-color: var(--color-primary);
  padding: 15px 30px;
}

.section-2140 .menu li {
  line-height: 35px;
}

.section-2140 .menu li:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #6090d5;
}

.section-2140 .footer-bottom {
  background-color: #08182e;
}

.section-2140 .social .fa-brands {
  color: #afafaf;
  font-size: 20px;
}

.section-2140 .social .fa-twitter {
  color: #41abe1;
}

.section-2140 .social .fa-facebook-f {
  color: #235bd2;
}

.section-2140 .social .fa-instagram {
  color: #b62374;
}

.section-2140 .social .fa-pinterest-p {
  color: #fe0000;
}

/*----2006-----*/

.section-2006 .color-blue {
  color: #1545f1;
}

.section-2006 .nav-pills {
  border-bottom: 2px solid #ebebec;
}

.section-2006 .nav-pills .nav-link {
  margin-bottom: -2px;
}

.section-2006 .nav-pills .nav-link.active,
.section-2006 .nav-pills .show>.nav-link {
  color: #0f67f6;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #0f67f6;
}

/*----2006-----*/
/* section-2081 */
.section-2081 {
  background-color: #0f2544;
}

/* section-2081 */
.testimonial-item {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  padding: 30px;
  margin: 15px;
  border-radius: 10px;
}

/* section-2119 */
.section-2119 .form-control {
  background-color: #3b4d5a;
  border: 1px solid #3b4d5a;
  border-radius: 0;
  min-height: 50px;
  color: #fff;
}

#page_id_190 h3 {
  padding-bottom: 15px;
}

.side-menu {
  background-color: #0f2544;
}

.side-menu {
  background-color: #0f2544;
  color: #fff;
}

.side-menu li {
  border-bottom: 1px solid #273b57;
}

.side-menu a {
  color: #fff;
}

.side-menu a:hover {
  color: var(--color-primary);
  list-style: square;
  text-decoration: underline;
}

/* section-2119 */

.page_351 span strong {
  color: #ff0000;
}

/* ===== Base Styles for Slide & Page Banner Images ===== */
.slide img,
.page-banner img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;

}


.slide img {
  height: 600px;
  min-height: 300px;
}

.page-banner img {
  height: 500px;
  min-height: 250px;
}


.page-banner .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: left;
  width: 100%;
}

.banner-inner * {
  background: transparant;
  border-radius: 15px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(0, 0, 0, 0.35);
	color: #fff;
}


@media (max-width: 991px) {

  .banner-inner {
    background: transparent;
    border-radius: 0;
    color: #fff;
  }

  .banner-inner h2,
  .banner-inner p {
    color: #fff;
  }

  .banner-inner .btn.btn-primary:hover,
  .banner-inner .btn.btn-primary-free:hover {
    background-color: #fff;
    color: #011f5b;
  }

  .slide img {
    height: 320px;
    min-height: 280px;
  }

  .page-banner img {
    height: 300px;
    min-height: 250px;
  }

  .page-banner .banner-text {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0%) !important;
    text-align: center;
    width: 100%;
    background: #0057b7;
    padding: 30px 0;
  }
}


@media (max-width: 767px) {
  .slide img {
    height: 300px;
    min-height: 300px;
  }

  .page-banner img {
    height: 250px;
    min-height: 250px;
  }
}




/*-------------*/

.slider-inner * {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(0, 0, 0, 0.35);
	color: #fff;
}








