

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

/************************************/
/***   	   06. About Us css       ***/
/************************************/
.main-menu ul li a.active{
  color:#eea62a;
}
.about-us{
	padding: 100px 0;
}

.about-us-images{
	position: relative;
	background: url('../images/about-us-images-bg-shape.png') no-repeat;
	background-position: left top;
	background-size: auto;
	padding: 0 50px 125px 170px;
	margin-right: 20px;
}

.about-img-1 figure,
.about-img-2 figure{
	display: block;
}

.about-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 1.448;
	object-fit: cover;
}

.about-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
	border: 10px solid white;
	width: 100%;
	max-width: 303px;
	z-index: 1;
}

.about-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 0.884;
	object-fit: cover;
}

.success-rating-box{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 240px;
	height: 240px;
	padding: 20px;
	z-index: 1;
}

.Success-rating-content{
	width: 100%;
	height: 100%;
	border: 2px dashed var(--white-color);
	border-radius: 50%;	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.Success-rating-content h2{
	font-size: 60px;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 5px;
}

.Success-rating-content p{
	color: var(--white-color);
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}

.about-us-list{
	margin-bottom: 20px;
}

.about-us-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-us-list ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.about-us-list ul li:last-child{
	margin-bottom: 0;
}

.about-us-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    color: var(--accent-color);
    display: inline-block;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
}

.about-experience-box{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.about-experience-image{
	width: 100%;
	max-width: 190px;
	margin-right: 20px;
}

.about-experience-image figure{
	display: block;
}

.about-experience-image img{
	width: 100%;
	aspect-ratio: 1 / 0.424;
	object-fit: cover;
}

.about-experience-content{
	width: calc(100%);
}

.about-experience-content p{
	font-weight: 500;
	margin: 0;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
    color:#002768;
}
.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}
.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-left: 34px;
    margin-bottom: 10px;
}
.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
}
.about-us-list ul li::before {
    content: '\f058';         
    font-family: "Font Awesome 6 Free";
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    color: #efa62b;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.btn-default {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: transparent;
    color: #000e2b;
    border-radius: 0;
    padding: 15px 22px;
    border: 1px solid #eda62a;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.success-rating-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #be0b32;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    padding: 20px;
    z-index: 1;
}
.Success-rating-content {
    width: 100%;
    height: 100%;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.Success-rating-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}
.Success-rating-content p {
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

/*===== home3 choose area ==== */

.choose3-images {
  position: absolute;
  right: 0;
  top: 100px;
  overflow: hidden;
  /* border-radius: 0px 0px 0px 117px; */
}

.choose3-img2 {
  position: absolute;
  right: 0;
  top: 0;
}

.choose3-img3 {
  position: absolute;
  bottom: 2px;
}

.choose3-img3 img {
  border-radius: 0 0 183px 0;
}

.choose3-all-images {
  height: 800px;
}

.choose3-hadding {
  margin-bottom: 100px;
}

.choose3-img3 {
  position: absolute;
  bottom: 2px;
  right: 0;
}

.choose3-shape1 {
  position: absolute;
  top: 40px;
  left: 20px;
}

.choose3-shape2 {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.work3-hadding {
  padding-left: 20px;
}

/*===== home3 choose area ==== */

.hadding1 span {
    color: #eea52a;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.space16 {
    height: 16px;
}
.hadding1 h1 {
    color: var(--main-text-color, #181A1C);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
.hadding1 p {
    color: var(--paragraph-color, rgba(8, 17, 13, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.sp3 {
    padding: 80px 0;
}
.choose1-icon-box {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    margin-left: 5px;
    transition: all .4s;
}
.choose1-icon img {
    transition: all .4s;
}
.space24 {
    height: 24px;
}
.space30 {
    height: 30px;
}
.explore-box {
    border-radius: 5px;
    border: 1px solid var(--paragraph-color, rgba(8, 17, 13, 0.105));
    margin-top: 45px;
    transition: all .4s;
}
.explore-box span {
    color: #000e2b;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: table;
    padding: 6px 10px;
    border-radius: 5px;
    background: var(--secondary-color, #FCD7DB);
    margin-top: -16px;
    margin-left: 32px;
}
.explore-box-hadding {
    padding: 40px 32px 40px 32px;
}
.hadding1 h3 a {
    color: #181A1C;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: all .4s;
}
.explore-box:hover {
    border-radius: 5px;
    background: #FEF7F8;
    box-shadow: 0px 4px 50px 0px rgba(252, 215, 219, 0.043);
    border: 1px solid #FEF7F8;
    transform: translateY(-10px);
    transition: all .4s;
}

.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: 
cubic-bezier(0.59, 0.59, 1, 1);
}

.choose1-shape {
    position: absolute;
    top: 0;
    right: 0;
}

/*===== home3 countrie area ==== */

.countrie3-box {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.countrie3-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px;
  transition: all.4s;
  transform: scale(0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>), rgba(211, 211, 211, 0.014) 50% / cover no-repeat;

}

.countrie3-hadding h2 a {
  color: #FFF;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 100% */
text-transform: capitalize;
}

.w-learn-more {
  color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 100% */
text-transform: capitalize;
display: inline-block;
transition: all.4s;
}

.w-learn-more span {
  display: inline-block;
  transform: rotate(-45deg);
}

.w-learn-more:hover {
  color: #fff;
  transition: all.4s;
}

.w-learn-more:hover span {
  margin-left: 3px;
}

.countrie3-hadding p {
  color: rgba(255, 255, 255, 0.80);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.countrie3-hadding {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: 50px;
  z-index: 2;
  opacity: 0;
  transition: all.4s;
  width: 300px;
  text-align: center;
}
.countrie3-box:hover::after {
  opacity: 1;
  transition: all.4s;
  transform: scale(1);
}

.countrie3-box:hover .countrie3-hadding {
  opacity: 1;
  transition: all.4s;
  margin-top: -85px;
}
.countrie-box {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
    padding: 15px;
    margin-top: 30px;
    transition: all .4s;
}
.img50 {
    border-radius: 50%;
}
.img50 img {
    border-radius: 50%;
}
.countrie-hadding a {
    transition: all .4s;
}

.countrie-hadding a {
    color: var(--main-text-color, #181A1C);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-left: 16px;
    display: inline-block;
}
/*  */

.tr-cta-ptb {
    padding: 47.5px 0;
}
.theme-bg {
    background: #e20935d1;
}
.tr-cta-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.tr-cta-bg img {
    height: 100%;
    object-fit: cover;
    opacity: 0.22;
}
.tr-cta-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
    .tr-cta-thumb {
        width: 30%;
    }

.tr-cta-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  /* background-color: #020e16; */
  background-color: #051126;
  /* padding: 78px 0 0; */
}
.main-footer .widgets-section {
  position: relative;
  padding: 90px 0 35px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  color: #f8f5f0;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-footer .about-widget .logo {
  margin-bottom: 30px;
}
.main-footer .about-widget .logo img {
  max-width: 210px;
}
.main-footer .about-widget .text {
  color: #ccc;
}
.user-links li i {
    color: #eda62a;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
	line-height:40px;
}

.footer-top {
  position: relative;
}
.footer-top .outer-box {
  position: relative;
}
.footer-top .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.9;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 7px;
}

.user-links li a {
  color: #a7a8a9;
  position: relative;
  display: inline-block;
  /* color: rgb(204 198 198 / 80%); */
  padding: 0 0 0 20px;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color-light);
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color1);
  content: "";
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.two-column {
  display: flex;
  flex-wrap: wrap;
}
.user-links.two-column li {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
}

.contact-list-two {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px 78px;
}
.contact-list-two li {
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 90px;
  font-weight: 500;
}
.contact-list-two li:hover i {
  transform: scaleX(-1);
}
.contact-list-two li i {
  position: absolute;
  top: -5px;
  left: 0;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 5px;
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  font-size: 28px;
  text-align: center;
  transition: all 300ms ease;
}
.contact-list-two li:last-child {
  margin-bottom: 0;
}
.contact-list-two li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-dark);
  transition: all 300ms ease;
}
.contact-list-two li a:hover {
  text-decoration: underline;
}
.contact-list-two li .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}
.contact-list-two li span {
  font-weight: 400;
  font-size: 16px;
}
.contact-list-two.light .text,
.contact-list-two.light li,
.contact-list-two.light a {
  color: var(--theme-color-light);
}
.contact-list-two.light a:hover {
  text-decoration: underline;
}

/* Newsletter Form */
.newsletter-form {
  position: relative;
}
.newsletter-form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.newsletter-form .form-group input[type=text],
.newsletter-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 64px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
  padding: 15px 40px;
  background-color: #FFFFFF;
  transition: all 300ms ease;
}
.newsletter-form .form-group input[type=text]::placeholder,
.newsletter-form .form-group input[type=email]::placeholder {
  color: #707070;
}
.newsletter-form .form-group .theme-btn {
  margin-top: 10px;
  padding: 15px 95px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  border-radius: 0;
  width: 100%;
}
.newsletter-form .form-group .theme-btn:before {
  border-radius: 0;
}
.newsletter-form .form-group .theme-btn:hover {
  color: var(--theme-color-dark);
}
.newsletter-form .form-group .icon {
  position: absolute;
  left: 13px;
  top: 13px;
  font-size: var(--body-font-size);
  line-height: 1em;
  color: var(--theme-color-dark);
  z-index: 3;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}
.footer-bottom .inner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--text-font);
  color: #c4c5c7;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: -0.025em;
}
@media (max-width: 767.98px) {
  .footer-bottom .copyright-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-light);
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer .icon-plane-6 {
  position: absolute;
  bottom: 70px;
  left: -48px;
}
@media (max-width: 1399.98px) {
  .main-footer .icon-plane-6 {
    opacity: 0.2;
  }
}
.main-footer .icon-bus-2 {
  position: absolute;
  top: 240px;
  right: -55px;
}
@media (max-width: 1399.98px) {
  .main-footer .icon-bus-2 {
    opacity: 0.2;
  }
}
@media (max-width: 991.98px) {
  .main-footer .footer-top .contact-list-two {
    padding: 50px 20px;
  }
}
@media (max-width: 767.98px) {
  .main-footer .footer-top .contact-list-two {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-top .contact-list-two {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .main-footer .footer-top .contact-list-two li {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .main-footer .footer-top .contact-list-two li {
    padding-left: 0;
  }
}
.main-footer .footer-top .contact-list-two li:last-child {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .main-footer .footer-top .contact-list-two li .icon {
    position: relative;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    margin: 0 auto 15px;
  }
}
.main-footer .widgets-section .about-widget {
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .main-footer .widgets-section .about-widget {
    padding-right: 0;
  }
}
.main-footer .widgets-section .newsletter-widget {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .main-footer .widgets-section .newsletter-widget {
    padding: 0;
  }
}
.main-footer .widgets-section .newsletter-widget .text {
  color: #ccc;
  margin-bottom: 25px;
}

.footer-style-one {
  padding: 120px 0 0;
}
.main-footer  .bg-shape {
  background-image: url(../images/world-map.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;

	 /* Animation */
  	animation: moveMap 20s linear infinite alternate;
}
@keyframes moveMap {
  0% {
    background-position: 0% center;   /* left */
  }
  100% {
    background-position: 100% center; /* right */
  }
}
.footer-style-one .about-widget .theme-btn {
  font-size: 12px;
  font-weight: 600;
  margin-top: 25px;
  padding: 16px 38.4px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
.footer-widget__Contact-list li {
    position: relative;
    display: flex
;
}
.footer-widget__Contact-list li .icon {
    font-size: 16px;
    margin-right: 12px;
}
.footer-widget__Contact-list li .icon span {
    color: #eda62a;
    font-size: 15px;
}
.footer-widget__Contact-list li p{
	color: #a7a8a9;
}
.footer-widget__Contact-list li a{
	color: #a7a8a9;
}
.social-icon-two {
    position: relative;
    display: flex;
}
.social-icon-two li:first-child {
    margin-left: 0;
}
.social-icon-two li {
    position: relative;
    display: flex;
    margin-left: 10px;
}
.social-icon-two li a {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 300ms ease;
}
.social-icon-two li a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    background-color: var(--theme-color1);
    content: "";
    transition: all 300ms ease;
    border-radius: 50px;
}

/** 01 - About Us **/
.section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-section-one {
    border-radius: 0 0 40px 40px;
    position: relative;
    padding-bottom: 80px;
}
.about-us-page .about-section-one{
	padding-bottom: 100px;
}
.about-us-page .about-one-right-box{
	padding: 30px 0 0 45px;
}
.about-us-page .static-box-section{
	position: relative;
}
.about-us-page .static-box-section .shap-img{
	z-index: -1;
}
.about-us-page .static-box-section .shap-img.first{
	right: 75px;
	top: 55%;
}
.about-us-page .static-box-section .shap-img.second{
	left: 0;
	top: 35%;
}
.about-us-page .static-box-section .shap-img.third{
	right: 10px;
	top: 100px;
}
.about-us-page .static-box-section .shap-img.fourth{
	left: 13%;
	top: 18%;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-box {
    display: flex;
    align-items: center;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon, .pbmit-ihbox-style-6 .pbmit-ihbox-svg {
    margin-right: 30px;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-6 .pbmit-icon-type-icon, .pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper {
    font-size: 50px;
    line-height: 50px;
    color: #fea341;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.about-content .single-system-item:not(:last-child) {
    margin-bottom: 20px;
}
 .about-content .single-system-item {
    display: flex
;
    gap: 30px;
    /* background-color: var(--white);
    box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25); */
    /* padding: 30px 40px; */
}
.about-content .single-system-item .icon {
    font-size: 60px;
    color: #e26609;
}

.prt-row.about01-why-us-section {
    padding: 80px 0 54px;
}
.bg-base-dark {
    background-color: #003a66;
}
.bg-img2 {
    background-image: url(../images/row-bg-img-2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.prt-bg {
    position: relative;
}
.prt-bg.prt-bgimage-yes >.prt-bg-layer, .prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
    opacity: 0.96;
}
.bg-base-dark > .prt-bg-layer {
    background-color: #003a66;
}
.prt-bg-layer, .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.title-style-center_text {
    text-align: center;
}

.title-style-center_text{
    position: relative;
    margin-bottom: 36px;
    margin-top: -9px;
}
.title-header {
    padding-bottom: 0px;
}
.title-style-center_text h3 {
    font-family: var(--base-headingfont);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    line-height: 26px;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    color: white;
    padding-left:0px;
    padding: 4px 0px;      
    border-bottom: 1px solid #7a8a9e; 
    /* border-radius: 4px; */
}
.title-style-center_text h2.title {
    margin-bottom: 0px;
}
.title-style-center_text h2 span {
    font-family: var(--base-headingfont-main);
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    color: #e05224;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.featured-icon-box.style6 {
    display: flex
;
    align-items: start;
    justify-content: space-between;
    margin: 0;
    padding: 26px 0 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.featured-icon-box.style6 .featured-icon-wrapper .featured-icon, .featured-icon-box.style6 .featured-icon-wrapper .featured-title {
    display: table-cell;
    vertical-align: middle;
}
/*style-6*/
.featured-icon-box.style6 { 
    display: flex; 
    align-items: start; 
    justify-content: space-between; 
    margin: 0; 
    padding: 26px 0 22px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.featured-icon-box.style6 .featured-content { position:relative; }
.featured-icon-box.style6 .featured-content:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    left: -100px;
    top: 0;
}
.featured-icon-box.style6 .featured-icon-wrapper .featured-icon ,
.featured-icon-box.style6 .featured-icon-wrapper .featured-title { display: table-cell; vertical-align: middle; }
.featured-icon-box.style6 .featured-icon i { font-size: 50px; line-height: 50px; }
.featured-icon-box.style6 .featured-title { padding-left: 20px; }
.featured-icon-box.style6 .featured-title h3 { margin-bottom: 0; }
.featured-icon-box.style6 .featured-content { width: 67.8%; margin-left: auto; }
.featured-icon-box.style6 .featured-desc p { margin-bottom: 0; }
.about01-why-us-section .row > div:last-child > .featured-icon-box.style6 { border: none; }
.prt-icon_element-color-skincolor {
    color: #e05224;
}
.featured-title h3{
  color:white;
}
.featured-desc p {
color:rgba(255, 255, 255, 0.8)
}
.sp1{
  padding:50px;
}
.team-box-items {
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #ccc;
}
.team-box-items .team-content{
  text-align:center
}

.section-mdt {
    padding-top: 100px;
}
/** Style 14 **/
.pbmit-miconheading-style-14{
	margin-bottom: 30px;
}
.pbmit-ihbox-style-14,
.pbmit-ihbox-style-14 .pbmit-ihbox-headingicon,
.pbmit-ihbox-style-14 .pbmit-element-subtitle,
.pbmit-ihbox-style-14 .pbmit-element-title,
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap,
.pbmit-ihbox-style-14 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-14 .pbmit-ihbox-svg-wrapper{
	transition: all 0.25s ease-in;
}
.pbmit-ihbox-style-14{
	position: relative;
	display: inline-block;
	width: 100%;
}
.pbmit-ihbox-style-14:hover{
	transform: translate(0, -5px);
}
.pbmit-ihbox-style-14 .pbmit-ihbox-headingicon{
	padding: 25px;
	border-radius: 20px;
	background: #f2f6fa;
  height: 430px;
  max-height: 480px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-contents{
	position: relative;
}
.pbmit-ihbox.pbmit-ihbox-style-14 .pbmit-ihbox-box-number{
	margin-bottom: 10px;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: 400;
	color: var(--pbmit-global-color);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}
.pbmit-icon-type-icon{
	width: 90px ;
	height: 90px;
	text-align: center;
	font-size: 35px;
	line-height: 90px;
	background-color: #09243c;
	border-radius: 50%;
	margin-bottom: 20px;
}
.pbmit-icon-type-icon svg{
	width: 1em ;
	height: 1em;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-wrap .pbmit-icon-type-icon{
	background-color: #fea341;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap .pbmit-icon-type-icon svg path,
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap .pbmit-icon-type-icon svg g,
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap .pbmit-icon-type-icon svg,
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap .pbmit-ihbox-svg-wrapper svg{
	fill: #ffffff;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap .pbmit-ihbox-svg-wrapper{
	font-size: 25px;
	line-height: 25px;
	z-index: 2;
	position: relative;
	color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-14 .pbmit-ihbox-icon-type-image{
	display: inline-block;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-14 .pbmit-element-title{
	position: relative;
	padding: 0 0 25px;
	margin: 0 0 25px;
}
.pbmit-ihbox-style-14 .pbmit-element-title::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 100%;
	left: 0;
	background-color: rgba(9, 36, 60, 0.1);
	transition: width 0.4s ease-in;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-wrap::before{
	width: 0;
	background-color: var(--pbmit-blackish-color);
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-wrap::before{
	width: 100%;
}
.pbmit-ihbox-style-14 .pbmit-heading-desc{
	font-size: 16px;
	font-weight: 400;
	position: relative;
	z-index: 2;
	color: #666 !important;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle a,
.pbmit-ihbox-style-14 .pbmit-element-title a{
	color: var(--pbmit-blackish-color) !important;
}
.pbmit-ihbox-style-14 .pbmit-element-subtitle a:hover,
.pbmit-ihbox-style-14 .pbmit-element-title a:hover{
	color: var(--pbmit-global-color) !important;
}
.pbmit-element-miconheading-style-14.pbmit-element-viewtype-carousel .pbmit-element-posts-wrapper{
	border-radius: 20px;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-btn{
	display: block;
	margin: 20px 0 0;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-btn .pbmit-button-text{
	text-transform: none;
}
.pbmit-ihbox-style-14 .pbmit-ihbox-btn a{
	display: block;
	padding: 12px 35px;
	text-align: center;
	border-radius: 30px;
	color: rgba(9, 36, 60, 0.6);
	background-color: white;
}
.pbmit-ihbox-style-14:hover .pbmit-ihbox-btn a{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.contact-form-section {
    padding: 85px 0 85px 0;
}
.contact-us-left-area .pbmit-custom-heading .pbmit-title {
    font-size: 48px;
    margin-bottom: 40px;
}
.pbmit-custom-heading .pbmit-title{
  color:#09243c;
}
.pbmit-bg-color-blackish {
    background-color: #09243c;
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
    margin-left: 30px;
}
.pbmit-bg-color-blackish .pbmit-custom-heading .pbmit-title {
    color: white;
    font-size: 25px;
}
.contact-form-rightbox .comment-note {
    font-weight: 400;
    color: rgb(255 255 255 / 57%);
    margin: 0 0 25px;
}
.pbmit-bg-color-blackish form .form-control{
  /* border-color: rgb(255 255 255 / 15%); */
    color: white;
    background-color: transparent !important;
    display: block;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #ffffff38;
    background-color: transparent;
    height: 60px;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.pbmit-bg-color-blackish form .form-control::placeholder {
    color: rgb(255 255 255 / 57%)    /* light gray, adjust as needed */
    /* opacity: 0.7; */
}
.pbmit-bg-color-blackish form textarea{
    padding: 20px !important;
    resize: none;
    height: 130px !important;
}
form .form-check label {
    font-size: 14px;
    font-weight: 400;
}
.form-check .form-check-input {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border-color: rgba( 9, 36, 60, 0.6);
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 9px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.contact-iframe-section iframe {
    height: 600px;
    width: 100%;
    border-radius: 30px;
}

/* .serviceSection04 {
  padding: 120px 0 108px;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
} */
.serviceSlider.owl-carousel .owl-item.active .serviceItem02 {
  box-shadow: 0px 9px 35px rgba(0, 0, 0, 0.1);
}

.serviceItem02 {
  position: relative;
  background: #fff;
  margin: 15px 0 30px;
  border-radius: 5px;
      box-shadow: 0px 0px 10px 0px #0027680D;
    border: 1px solid #eea62a;
}
.serviceItem02 .serviceWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px;
  padding: 43px 0 0;
}
.serviceItem02 .serviceWrapper::after {
  position: absolute;
  left: -50px;
  top: -47px;
  width: 0;
  height: 0;
  content: "";
  background: var(--primay-color);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceItem02 .serIcon {
  line-height: 70px;
  color: #000e2b;
  font-size: 70px;
  display: inline-block;
  text-align: center;
  margin: 0 30px 23px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.serviceItem02 h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
}
.serviceItem02 h3 a {
  color: inherit;
}
.serviceItem02 h3 a:hover {
  color: var(--primay-color);
}
.serviceItem02 p {
  margin: 0 15px 35px;
}
.serviceItem02:hover .serIcon {
  transform: rotateY(360deg);
  color: #eea52a;
}
.serviceItem02:hover .serviceWrapper::after {
  width: 100px;
  height: 100px;
}
.serviceItem02 .immiPressBtn {
  margin: 0 0 -7px;
  width: 100%;
  border-radius: 0;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  padding: 0 30px;
  background: transparent;
  border-top: 1px solid #E4E4E4;
  color: white;
}
.serviceItem02 .immiPressBtn:hover {
  border-color: var(--primay-color);
  color: #fff;
}
.serviceItem02 .immiPressBtn:hover::before, .serviceItem02 .immiPressBtn:hover::after, .serviceItem02 .immiPressBtn:hover span::before, .serviceItem02 .immiPressBtn:hover span::after {
  background: var(--primay-color);
  height: 100%;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.contact-form-rightbox form .pbmit-button-wrapper{
      position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 15px 0 15px;
    border-radius: 25px 25px 0 0;
    transition: all 0.3s ease-in;
    color: #09243c;
    background-color: #ffffff;

}
.contact-form-rightbox form .pbmit-button-wrapper:before{
      right: 100%;
    border-bottom-right-radius: 15px;
}
.contact-form-rightbox form .pbmit-button-wrapper::before
{
      content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 15px 0 0 white;
}
.pbmit-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    padding: 14px 35px 12px 35px;
    border: none;
    transition: all .25s 
ease-in-out;
    z-index: 1;
    color: #ffffff;
    background-color: #fea341;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 15px;
    width: auto;
}
.pbmit-btn .pbmit-button-content-wrapper {
    position: relative;
    display: flex
;
    justify-content: center;
    gap: 5px;
}
.pbmit-btn .pbmit-button-icon {
    position: relative;
    margin-left: 3px;
    display: inline-flex
;
    overflow: hidden;
    top: 0;
    right: 0;
    align-items: center;
}
.pbmit-btn .pbmit-button-icon svg {
    width: 1.4em;
    height: auto;
    transition: all 0.4s 
ease-in-out;
    margin-left: -4px;
    margin-top: 2px;
}



/***


/* responsive css */

@media only screen and (max-width: 1800px) and (min-width: 1601px){

}


@media (max-width: 992px) {
  .about-us-content
  {
    margin-top:30px;
  }
  .about-us {
        padding: 50px 0px;
    }
  .about-img-1 figure, .about-img-2 figure

  {
    margin:0px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .about-content .single-system-item .icon {
    font-size: 45px;
  }
  .about-content .content h4
  {
    font-size: 20px;
  }
  .pbmit-bg-color-blackish{
    margin-top: 30px;
    margin-left:0px;
  }

}
@media (max-width: 991px)
{
  .about-us-images {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 30px;
}
}
@media (max-width: 767px)
{
  .about-us-images {
        max-width: 100%;
        padding: 0 25px 50px 70px;
    }
  .about-img-2 {
        border-width: 5px;
        max-width: 170px;
    }
  .success-rating-box {
        width: 150px;
        height: 150px;
        padding: 10px;
    }
  .Success-rating-content h2 {
        font-size: 30px;
    }
  .Success-rating-content p {
        font-size: 14px;
    }
    .contact-us-left-area .pbmit-custom-heading .pbmit-title {
    font-size: 25px;
    margin-bottom: 40px;
}
}
@media (max-width: 576px)
 {
    .header-main {
        padding: 0px 0px;
    }
    .Success-rating-content p {
        font-size: 10px;
    }
    .image-anime:after {
      width:100%;
    }
    .featured-icon-box.style6 {
        display: block;
    }
    .featured-icon-box.style6 .featured-content {
        width: 100%;
    }
    .contact-form-rightbox form .pbmit-button-wrapper {
        padding: 8px 8px 0 8px;
    }
 }
 @media (max-width: 480px)
 {
  .hadding1 h1{
    font-size:25px;
  }
  .team-section .section-title h2 {
        font-size: 20px;
    }
 }
  @media (max-width: 360px)
 {
  .hadding1 h1{
    font-size:20px;
  }
  .hadding1 h3 a{
    font-size:18px;
  }
 }