@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --blue: #154f7c;
  --cyan: #16a8aa;
  --primary-font: "Heebo", sans-serif;
  --secondary-font: "Roboto", sans-serif;
}

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: var(--primary-font);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none !important;
}

a,
a:hover {
  text-decoration: none !important;
}

ul {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

li,
ol {
  list-style: none;
}

h6.sub-head {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
h6.sub-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: var(--cyan);
  border-radius: 10px;
}

h2.head {
  font-family: var(--primary-font);
  font-size: 35px;
  font-weight: 700;
  color: var(--blue);
  text-transform: capitalize;
}

a.sky-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 14px;
  background: var(--cyan);
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all ease 0.3s;
}
a.sky-btn:hover {
  color: #fff;
  background: var(--blue);
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
}
header .logo {
  width: 15%;
}
header ul {
  display: flex;
  align-items: center;
}
header .menubar {
  width: 70%;
}
header .menubar ul.menu {
  justify-content: flex-end;
  margin: auto;
}
header .menubar ul.menu li {
  font-size: 14px;
  font-family: var(--primary-font);
  margin-left: 30px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
}
header .menubar ul.menu li:hover a {
  color: #16a8aa;
}
header .menubar ul.menu li a {
  color: #000;
}
header .menubar ul.menu li.dropdown ul li {
  margin-left: 0;
}
header .menubar ul.menu li.get-consult {
  background: var(--blue);
  width: 50%;
  text-align: center;
}
header .menubar ul.menu li.get-consult a {
  color: #fff;
}
header .consult {
  width: 15%;
}
header .consult ul.call {
  justify-content: center;
  background: var(--cyan);
  width: 100%;
  height: 70px;
  align-items: center;
}
header .consult ul.call:hover li a.num {
  display: block;
  color: var(--blue);
}
header .consult ul.call li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
header .consult ul.call li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
header .consult ul.call li a.num {
  font-size: 18px;
  font-weight: 700;
  transition: all ease 0.3s;
  display: none;
}
header .consult ul.call li i {
  font-size: 24px;
  color: var(--blue);
  transform: rotate(-45deg);
  margin-right: 10px;
}
header .soc-sticky {
  position: fixed;
  top: 20%;
  right: 1%;
  z-index: 9999;
}
header .soc-sticky ul {
  display: block;
}
header .soc-sticky ul li {
  margin-bottom: 10px;
}
header .soc-sticky ul li:hover img {
  opacity: 1;
  scale: 1.2;
  transition: all .3s ease;
  
}
header .soc-sticky ul li img {
  opacity: 0.8;
  transition: all ease 0.3s;
}

.banner{
/* 	position: relative; */
	background: url('../images/img-7.jpeg')no-repeat center/cover !important;
/* 	background-position: 100% !important; */

}
.banner .d-flex{
	height:98vh !important;
}
.form > p{
	margin-bottom: 0;
}

.banner .form {
	background: rgba(22, 168, 170, 0.6235294118);
	 padding: 30px 20px 0 20px;
	text-align: center;  
    min-height: -moz-max-content;
    min-height: max-content;
/*     width: 25%;
    position: absolute;
    top: -17px;
    bottom: 18px;
    left: 10%;
    margin: auto;
    

     */
}



.banner .form h4 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 10px;
}
.banner .form input:not([type=submit]),
.banner .form select,
.banner .form textarea,
.banner .form input[type=submit] {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  background: rgba(52, 102, 141, 0.8705882353);
  margin-bottom: 10px;
  border: none;
  color: #dadada;
}
.banner .form input:not([type=submit])::-moz-placeholder, .banner .form select::-moz-placeholder, .banner .form textarea::-moz-placeholder, .banner .form input[type=submit]::-moz-placeholder {
  color: #dadada;
}
.banner .form input:not([type=submit])::placeholder,
.banner .form select::placeholder,
.banner .form textarea::placeholder,
.banner .form input[type=submit]::placeholder {
  color: #dadada;
}
.banner .form textarea {
  height: 90px;
  resize: none;
}
.banner .form input[type=submit] {
  background: var(--blue);
  transition: all ease 0.3s;
}
.banner .form input[type=submit]:hover {
  background: #0e3f64;
}

.about {
  padding: 90px 0;
}
.about .about-img {
  position: relative;
}
.about .about-img img {
  width: 90%;
}
.about .about-img .about-txt {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 60%;
  background: #fff;
  padding: 18px;
}
.about .about-img .about-txt p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
}
.about .about-img .about-txt p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--cyan);
  border-radius: 10px;
}
.about .about-img .about-txt h6 {
  font-size: 18px;
  color: var(--blue);
  font-weight: 500;
  text-transform: capitalize;
}
.about p {
  color: rgb(121, 121, 121);
  font-size: 16px;
  line-height: 26px;
  max-width: 500px;
  margin-bottom: 60px;
}

.service {
  background-color: var(--cyan);
  padding: 70px 0;
}
.service h6.sub-head,
.service h2.head,
.service p {
  color: #fff;
  margin-bottom: 0;
}
.service h6.sub-head {
  margin-bottom: 20px;
}
.service h2.head {
  font-size: 34px;
  line-height: 32px;
}
.service p {
  max-width: 480px;
  margin: auto;
}
.service a {
  margin-top: -20px;
  display: inherit;
  background: var(--blue);
}
.service a:hover {
  background: #fff;
  color: #154f7c;
}
.service .service-card {
  background: #fff;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 34%;
}
.service .service-card:hover .center {
  border: 5px solid #16a8aa;
}
.service .service-card .center {
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(133, 133, 133, 0.3803921569);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -60px auto 20px;
  transition: all ease-in 0.3s;
  border: 4px solid #fff;
}
.service .service-card .center i {
  font-size: 32px;
  color: var(--blue);
}
.service .service-card h6 {
  font-size: 22px;
  color: var(--blue);
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--primary-font);
}
.service .service-card p {
  font-size: 16px;
  color: #696969 !important;
  margin: auto;
  text-align: center;
}

.blog {
  padding: 90px 0;
}
.blog h6.sub-head::after {
  width: 100%;
}
.blog p {
  max-width: 550px;
  color: #868686;
}
.blog .blog-card {
  width: 100%;
  margin-top: 30px;
}
.blog .blog-card .blog-img {
  overflow: hidden;
}
.blog .blog-card .blog-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.3s;
}
.blog .blog-card .blog-txt {
  padding: 20px;
  box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.4392156863);
  position: relative;
}
.blog .blog-card .blog-txt h6 {
  font-family: var(--blue);
  font-size: 20px;
  color: var(--blue);
  font-weight: 500;
  line-height: 26px;
  transition: all ease 0.3s;
}
.blog .blog-card .blog-txt p.date {
  font-size: 14px;
  font-weight: 500;
  color: var(--cyan);
}
.blog .blog-card .blog-txt p {
  font-size: 14px;
  color: #696969;
  transition: all ease 0.3s;
}
.blog .blog-card .blog-txt a {
  font-size: 14px;
  font-weight: 500;
  color: var(--cyan);
  position: relative;
  padding-bottom: 3px;
}
.blog .blog-card .blog-txt a i {
  margin-left: 5px;
  color: var(--cyan);
}
.blog .blog-card .blog-txt a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--cyan);
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
}
.blog .blog-card .blog-txt a:hover::after {
  width: 100%;
}
.blog .blog-card .blog-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: var(--blue);
  transition: all ease-in-out 0.5s;
  z-index: -1;
}
.blog .blog-card:hover .blog-txt {
  color: #fff;
}
.blog .blog-card:hover .blog-txt::after {
  height: 100%;
}
.blog .blog-card:hover .blog-txt h6 {
  color: #fff;
}
.blog .blog-card:hover .blog-txt p {
  color: #dadada;
}
.blog .blog-card:hover .blog-img img {
  transform: scale(1.1);
}
.blog-details-img img{
  width: 100%;
}

.work {
  background-color: var(--cyan);
  padding: 70px 0;
}
.work h6.sub-head::after {
  width: 100%;
}
.work h6.sub-head,
.work h2.head {
  color: #fff;
}
.work ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.work ul li {
  text-align: center;
  position: relative;
  width: 20%;
}
.work ul li:hover .work-circle {
  border: 2px dashed #fff;
}
.work ul li .work-circle {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: var(--blue);
  border-radius: 50%;
  border: 2px solid var(--blue);
  transition: all ease 0.3s;
}
.work ul li .work-circle img {
  transform: scale(0.9);
}
.work ul li p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  max-width: 210px;
  margin-top: 20px;
  font-weight: 400;
}
.work ul li:nth-child(odd) {
  margin-top: 100px;
}
.work ul li:nth-child(odd)::after {
  content: "";
  background: url(../images/right-arrow.png);
  position: absolute;
  top: -70px;
  right: -37px;
  z-index: 2;
  width: 123px;
  height: 59px;
}
.work ul li:nth-child(even)::after {
  content: "";
  background: url(../images/down-arrow.png);
  position: absolute;
  bottom: 40px;
  right: -13px;
  z-index: 2;
  width: 123px;
  height: 59px;
}
.work ul li:last-child::after {
  display: none !important;
}

.testimonial {
  padding: 90px 0;
  background: url(../images/test-bg.png);
  background-size: cover;
  background-position: center center;
  background-blend-mode: darken;
  background-color: rgba(11, 20, 17, 0.8901960784);
}
.testimonial h6.sub-head,
.testimonial h2.head {
  color: #fff;
}
.testimonial p {
  font-weight: 300;
  color: #dadada;
}
.testimonial .owl-carousel .item img {
  width: unset;
}
.testimonial .owl-carousel .item .test-card {
  background: #fff;
  padding: 30px;
  position: relative;
}
.testimonial .owl-carousel .item .test-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/quote.png);
  width: 110px;
  height: 90px;
  background-repeat: no-repeat;
}
.testimonial .owl-carousel .item .test-card p {
  color: #333;
  font-style: italic;
  font-weight: 400;
  max-width: 370px;
}
.testimonial .owl-carousel .item .test-card .profile {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.testimonial .owl-carousel .item .test-card .profile img {
  margin-right: 14px;
}
.testimonial .owl-carousel .item .test-card .profile h6 {
  font-size: 20px;
  color: var(--blue);
  margin-bottom: 2px;
}
.testimonial .owl-carousel .item .test-card .profile p {
  font-size: 16px;
  margin-bottom: 0;
  color: #696969;
  font-style: normal;
}
.testimonial .owl-nav.disbled {
  display: block !important;
}
.testimonial .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  z-index: 999;
  left: -570px;
  top: 265px;
}
.testimonial .owl-carousel .owl-nav button {
  background: rgb(255, 255, 255) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: all ease 0.3s;
}
.testimonial .owl-carousel .owl-nav button:hover {
  background: var(--cyan) !important;
}
.testimonial .owl-carousel .owl-nav button:hover::after {
  color: #fff !important;
}
.testimonial .owl-carousel .owl-nav button span {
  display: none;
}
.testimonial .owl-carousel .owl-nav button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all ease 0.3s;
}
.testimonial .owl-carousel .owl-nav button.owl-prev::after {
  content: "\f060" !important;
  font-weight: 900;
  font-family: "Font Awesome 6 free";
}
.testimonial .owl-carousel .owl-nav button.owl-next::after {
  content: "\f061" !important;
  font-weight: 900;
  font-family: "Font Awesome 6 free";
}

.contact {
  padding: 50px 0;
}
.contact h5 {
  font-size: 24px;
  color: var(--blue);
  font-weight: 500;
  max-width: 420px;
  margin: auto;
}
.contact h6 {
  color: var(--cyan);
  font-size: 22px;
  font-weight: 500;
  margin: 30px 0;
  max-width: 430px;
}
.contact ul li {
  margin: 5px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.contact ul li i {
  color: var(--blue);
  margin-right: 10px;
}
.contact h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--blue);
}
.contact form .contact-form label {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  margin-bottom: 2px;
}
.contact form .contact-form input:not([type=submit]),
.contact form .contact-form textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px #d3d3d3 solid;
  margin-bottom: 16px;
}
.contact form .contact-form textarea {
  height: 95px;
  resize: none;
  padding: 10px;
}
.contact form .contact-form input[type=submit] {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 7px 20px;
  background: var(--cyan);
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all ease 0.3s;
}
.contact form .contact-form input[type=submit]:hover {
  background: var(--blue);
}

footer {
  background-color: var(--blue);
  padding: 60px 90px 30px;
}
footer h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  color: var(--cyan);
  margin-top: 10px;
  margin-bottom: 20px !important;
}
footer img {
  margin-bottom: 10px;
  transform: scale(0.7);
  display: block;
  margin-left: -30px;
}
footer a {
  color: #d6d6d6;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline;
  text-decoration: none;
  transition: all ease 0.3s;
  display: block;
}
footer a:hover {
  color: var(--cyan);
}
footer a i {
  margin-right: 10px;
}
footer p {
  color: #e6e6e6;
  max-width: 250px;
}
footer ul.soc-icon {
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding-left: 0 !important;
}
footer ul.soc-icon li {
  margin-right: 10px;
}
footer ul.soc-icon li:hover a {
  background-color: #fff;
}
footer ul.soc-icon li:hover a i {
  color: var(--blue);
}
footer ul.soc-icon li a {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #16a8aa;
  text-decoration: none;
  border-radius: 50%;
  transition: all ease 0.3s;
}
footer ul.soc-icon li a i {
  color: var(--cyan);
  transition: all ease 0.3s;
  margin-right: 0 !important;
}
footer ul.f-menu {
  padding-left: 0 !important;
}
footer ul.f-menu li {
  margin: 12px 0;
}
footer ul.f-menu li:hover a {
  color: var(--cyan);
}
footer ul.f-menu li a {
  text-decoration: none;
  color: #e6e6e6;
  font-size: 16px;
  transition: all ease 0.3s;
}

.f-btm {
  position: relative;
  background-color: var(--blue);
}
.f-btm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #a8a8a8;
}
.f-btm p {
  color: #b3b3b3;
  padding-top: 20px;
}
.f-btm p a {
  color: var(--cyan);
  text-decoration: none;
  font-weight: 500;
}

.modal .modal-dialog {
  width: 100% !important;
}
.modal .booking-form {
  margin: auto;
  background: rgba(22, 168, 170, 0.6235294118);
  padding: 20px;
  min-height: -moz-max-content;
  min-height: max-content;
  text-align: center;
}
.modal .booking-form h4 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.modal .booking-form input:not([type=submit]),
.modal .booking-form select,
.modal .booking-form textarea,
.modal .booking-form input[type=submit] {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  background: rgba(52, 102, 141, 0.8705882353);
  margin-bottom: 10px;
  border: none;
  color: #dadada;
}
.modal .booking-form input:not([type=submit])::-moz-placeholder, .modal .booking-form select::-moz-placeholder, .modal .booking-form textarea::-moz-placeholder, .modal .booking-form input[type=submit]::-moz-placeholder {
  color: #dadada;
}
.modal .booking-form input:not([type=submit])::placeholder,
.modal .booking-form select::placeholder,
.modal .booking-form textarea::placeholder,
.modal .booking-form input[type=submit]::placeholder {
  color: #dadada;
}
.modal .booking-form textarea {
  height: 90px;
  resize: none;
}
.modal .booking-form input[type=submit] {
  background: var(--blue);
  transition: all ease 0.3s;
}
.modal .booking-form input[type=submit]:hover {
  background: #0e3f64;
}

.inner-ban {
  position: relative;
}
.inner-ban img{
	height:70vh;
	width : 100%;
	object-fit:cover;
}
.inner-ban:hover .inner-head h2::after, .inner-ban:hover .inner-head h2::before {
  width: 100%;
}
.inner-ban::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 47, 73, 0.8274509804);
}
.inner-ban .inner-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.inner-ban .inner-head h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 8px 0;
}
.inner-ban .inner-head h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: var(--cyan);
  transition: all ease 0.3s;
}
.inner-ban .inner-head h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0%;
  height: 3px;
  background-color: var(--cyan);
  transition: all ease 0.3s;
}

.service.service-inner {
  background-color: #fff;
}
.service.service-inner h6.sub-head,
.service.service-inner h2.head,
.service.service-inner p {
  margin-bottom: 0;
  color: var(--blue) !important;
}
.service.service-inner h6.sub-head {
  margin-bottom: 20px;
}
.service.service-inner a.sky-btn:hover {
  background: #154f7c !important;
  color: #fff !important;
}
.service.service-inner .service-card {
  background: #fff;
  box-shadow: 0 0 5px #c2c2c2;
}
.service.service-inner .service-card .center {
  box-shadow: 1px 1px 4px rgba(133, 133, 133, 0.3803921569);
  background-color: #eeeeee;
}
.service.service-inner .service-card h6 {
  font-size: 22px;
  color: #154f7c;
}
.service.service-inner .service-card p {
  font-size: 16px;
  color: #696969 !important;
}

.testimonial.testimonial-inner {
  background: #FFF !important;
}
.testimonial.testimonial-inner h6.sub-head,
.testimonial.testimonial-inner h2.head {
  color: #154f7c !important;
}
.testimonial.testimonial-inner p {
  font-weight: 300;
  color: #696969;
}
.testimonial.testimonial-inner .owl-carousel .item .test-card {
  background: #f5f5f5;
  box-shadow: 0 0 4px #e6e6e6;
  border-left: 2px solid #154f7c;
}
.testimonial.testimonial-inner .owl-carousel .item .test-card p {
  color: #333;
}
.testimonial.testimonial-inner .owl-carousel .item .test-card .profile {
  color: var(--blue);
}
.testimonial.testimonial-inner .owl-carousel .item .test-card p {
  color: #696969;
}

.service-details {
  padding: 90px 0;
}
.service-details h2 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.service-details p {
  font-size: 16px;
  color: #727272;
  font-weight: 400;
  margin-bottom: 30px;
}
.service-details ul li {
  display: flex;
  margin-bottom: 10px;
  color: #727272;
  font-weight: 500;
}
.service-details ul li i {
  color: #154f7c;
  margin-right: 10px;
  margin-top: 5px;
}

.blog-details {
  padding: 90px 0;
}
.blog-details h4 {
  font-size: 20px;
  color: #154f7c;
  font-weight: 500;
}
.blog-details .blog-txt {
  padding: 20px;
  box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.4392156863);
  position: relative;
}
.blog-details .blog-txt h6 {
  font-family: var(--blue);
  font-size: 20px;
  color: var(--blue);
  font-weight: 500;
  line-height: 26px;
  transition: all ease 0.3s;
}
.blog-details .blog-txt p.date {
  font-size: 14px;
  font-weight: 500;
  color: var(--cyan);
}
.blog-details .blog-txt p {
  font-size: 14px;
  color: #696969;
  transition: all ease 0.3s;
}
.blog-details .b-right {
  border-bottom: 1px solid #acacac;
  padding-bottom: 36px;
  position: sticky;
  padding-top: 30px;
  top: 150px;
}
.blog-details .b-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--blue);
  border-radius: 10px;
}
.blog-details .b-right .sidebarimg img {
  width: 24%;
}
.blog-details .b-right:first-child {
  border: none;
  padding-bottom: 0 !important;
}
.blog-details .b-right:last-child {
  border: none !important;
}
.blog-details .b-right form {
  position: relative;
}
.blog-details .b-right form input[type=search] {
  border: #3e3e3e 1px solid;
  width: 100%;
  height: 42px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  background: transparent;
  margin-bottom: 24px !important;
  padding-left: 16px;
}
.blog-details .b-right form input[type=search]:focus {
  outline: none;
}
.blog-details .b-right form input[type=submit] {
  position: absolute;
  right: 0;
  height: 100%;
  opacity: 0;
}
.blog-details .b-right form::after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  right: 0;
  background-color: #3e999c;
  padding: 5px 20px;
  font-size: 20px;
  margin: auto;
  color: #fff;
  border: #3e3e3e 1px solid;
  border-left: none !important;
}
.blog-details .b-right h5 {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0px 0 24px;
  font-weight: 700;
  position: relative;
}
.blog-details .b-right h5::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto 16px;
}
.blog-details .b-right p {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  max-width: 270px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.blog-details .b-right .post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-details .b-right .post:last-child {
  margin-bottom: 0;
}
.blog-details .b-right .post .p-txt {
  margin-left: 20px;
}
.blog-details .b-right .post .p-txt:hover h6 a {
  color: #154f7c;
}
.blog-details .b-right .post .p-txt h6 {
  font-size: 13px;
  color: #6b6b6b;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.blog-details .b-right .post .p-txt h6 a {
  color: #6b6b6b;
  transition: all ease 0.3s;
}
.blog-details .b-right .post .p-txt p {
  margin: 0 !important;
  padding: 0;
  color: #154f7c;
}
.blog-details .b-right ul li {
  list-style-type: none;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.blog-details .b-right ul li i {
  font-size: 14px;
  margin-right: 12px;
}
.blog-details .b-right ul li a {
  font-size: 16px;
  color: #5f5f5f;
}

.pricing {
  padding: 90px 0;
}
.pricing .pricing-card {
  padding: 20px;
  box-shadow: 0 0 4px #acacac;
  border-radius: 10px;
  height: 100%;
  transition: all ease 0.3s;
}
.pricing .pricing-card:hover {
  box-shadow: 0 0 5px #16a8aa;
}
.pricing .pricing-card h4 {
  font-size: 24px;
  color: #000;
  padding: 10px 0;
  position: relative;
  margin-bottom: 30px;
}
.pricing .pricing-card h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #cccccc;
  width: 100%;
  height: 2px;
}
.pricing .pricing-card .duration {
  display: flex;
}
.pricing .pricing-card .duration h2 {
  font-size: 50px;
  color: #154f7c;
  font-weight: 700;
}
.pricing .pricing-card .duration h6 {
  margin-top: 10px;
  margin-left: 10px;
  color: #16a8aa;
}
.pricing .pricing-card p {
  font-size: 14px;
  color: #868686;
}
.pricing .pricing-card ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.pricing .pricing-card ul li i {
  margin-right: 10px;
}
.pricing .pricing-card ul.enable li i {
  color: #16a8aa;
}
.pricing .pricing-card ul.disable li {
  color: #c7c7c7;
}
.pricing .pricing-card ul.disable li i {
  color: #c7c7c7;
}
.pricing .pricing-card.pro {
  color: #fff !important;
  background-color: #154f7c;
  box-shadow: 0 0 5px #16a8aa;
}
.pricing .pricing-card.pro h4,
.pricing .pricing-card.pro h2,
.pricing .pricing-card.pro h6,
.pricing .pricing-card.pro p {
  color: #fff;
}
.pricing .pricing-card.pro ul li i {
  color: #fff;
}
.pricing h6.sub-head {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--blue);
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.pricing h6.sub-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 3px;
  background-color: var(--cyan);
  border-radius: 10px;
}
.pricing h2.head {
  margin-bottom: 40px;
}

.faq {
  padding: 90px 0;
}
.faq h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--blue);
}
.faq .accordion .accordion-item {
  border: none !important;
  margin-bottom: 10px;
}
.faq .accordion .accordion-item h2.accordion-header .accordion-button {
  background-color: #f1f9ff !important;
  color: #154f7c;
  font-weight: 500;
  font-size: 16px;
}
.faq .accordion .accordion-item h2.accordion-header .accordion-button:not(.collapsed) {
  box-shadow: 1px 1px 2px rgba(33, 240, 244, 0.5411764706);
}

.career-page {
  padding: 70px 0;
}
.career-page h2.head {
  max-width: 400px;
}
.career-page p {
  max-width: 400px;
}

.prime {
  background: var(--cyan);
  padding: 60px;
  position: relative;
}
.prime h2.head {
  position: relative;
  padding: 10px;
}
.prime h2.head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  background-color: #154f7c;
  height: 3px;
  border-radius: 3px;
}
.prime h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}
.prime p {
  font-size: 16px;
  color: #d8d8d8;
  line-height: 28px;
}
.prime .owl-dots {
  position: absolute;
  top: -85px;
  right: 0;
  display: flex;
  justify-content: flex-start;
}
.prime .owl-dots .owl-dot {
  margin-right: 27px;
}
.prime .owl-dots .owl-dot button {
  background: transparent !important;
  border: none !important;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
.prime .owl-dots .owl-dot button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #dbdbdb;
  height: 3px;
  border-radius: 3px;
}



.prime .owl-dots .owl-dot.active button::after {
  background-color: var(--blue);
     
}

.pricing .career_btn{
	width: 200px;
    height: 50px;
    max-width: 100%;
 	background-color: #16a8aa;
    line-height: 50px;
    text-align: center;
    margin: 30px 0;
    border-radius: 20px;
}

.pricing .career_btn a{
	color: #fff;    
}

.pricing .pricing-card:hover{
   
    background-color: #154f7c;
    box-shadow: 0 0 5px #16a8aa;
     transition: all .3s ease;
}
.pricing .pricing-card:hover h4{
	 color: #fff;
}

.pricing .pricing-card:hover p{
	 color: #fff;
}

.pricing .pricing-card:hover ul{
	color: #fff;
}

.pricing .pricing-card ul li {
    margin: 0 10px 10px 10px;
}





/*pricing slider starts*/


/* Default slide */
.center-slider .slick-slide{
    box-shadow: 0 0 4px #acacac;
    border-radius: 10px;
    transition: all ease 0.3s;
  	margin: 30px 15px 0 0;
    height: fit-content;
  	display: flex;
  	align-items: center;
  	justify-content: center;
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
  
}
.center-slider .slick-current.slick-active{
  transform: scale(1.1);
  
}


.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

/*pricing slider ends*/



/*apply btn in career page modal starts*/
    .custom-modal {
            position: fixed;
            overflow: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgb(0 0 0 / 60%);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        .custom-modal-dialog {
            max-width: 620px;
            width: 100%;
            border-radius: 0px;
            position: relative;
        }
        .custom-modal-content {
            background: #ffffff;
            padding: 30px 30px;
            border-radius: 10px;
        }
        .close-modal {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 30px;
            height: 30px;
            background: #f56142;
            opacity: 1;
            color: #ffffff;
            border-radius: 100%;
            border: 2px solid #ffffff;
            z-index: 9;
            box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
            padding: 0;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
        }
        .custom-modal {
            opacity: 0;
            visibility: hidden;
        }
        body.modal-open .custom-modal {
            opacity: 1;
            visibility: visible;
        }




/*# sourceMappingURL=style.css.map */
.menu-item-has-children{
	position: relative;
	
}
.sub-menu{
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	background: #fff;
	width: 200px;
}
.sub-menu li{
	margin: 4px 0;
}
.menu-item-has-children:hover .sub-menu{
	display: block;
}
.menu-item-has-children{
	position: relative;
}
.menu-item-has-children::before{
		content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="m7 10l5 5l5-5H7Z"%2F%3E%3C%2Fsvg%3E');
	position: absolute;
	right: -13px;
	width: 1rem;
	height= 1rem;
	top: -2px;
	z-index: 9999;
}
