@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: "Poppins", sans-serif;
color: #444444;
line-height:1.7;
font-size:15px;
font-weight:400;
}

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

.container{
max-width:90%;
margin:auto;
}

a:hover {
color: #f1775d;
text-decoration: none;
}
.text-white{
color: #fff !important;
}
.mk{
float: right;
max-width: 400px;
width: 100%;
padding: 1px;
border: 3px solid #0c0c0cad;
border-radius: 5px;
margin: 10px;
margin-top: 50px; 
}
.top-bar {
padding: 0px 0px;
font-size: 14px;
display: flex;
align-content: center;
flex-wrap: wrap;
background:#ad3a59;
}

.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
left:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}

.my-float{
margin-top:16px;
}


.wt-topbar-left ul {
display:flex;
align-items:center;
margin: 0px;
padding: 0px;
}
.header-search>ul>li {
list-style: none;   
}
.header-search>ul>li>a{
color: #fff;
font-size: 16px;
}

.wt-topbar-left ul li a {
font-size: 14px;
color: #fff;
display: inline-block;
line-height: 1;
}

.ws-retangle {
width: 60px;
height: 60px;
float: left;
margin-right: 15px;
position: relative;
}

.wsr-icon {
width: 40px;
height: 40px;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}


.top-bar .wt-topbar-info li {
display: inline-block;
margin-right: 0px;
padding: 8px 10px;
}

.top-bar .wt-topbar-info li i{
margin-right: 8px;
font-size:20px;
}

.header-search ul li+li{
margin-left:15px;
}

.main-btn{
border: 1px solid #ad3a59;
letter-spacing: 1px;
font-size: 14px;
position: relative;
z-index: 5;
margin-top: 10px;
width: 40px;
border-radius: 100%;
height: 40px;
line-height: 27px;
}
.main-btn:hover{
border: 1px solid #ad3a59;
background-color: #ad3a59;
color: #fff;
}

.main-bt{
position: relative;
z-index: 2;
}
.main-btn:hover .main-bt{
color: #fff;
}
hr{
border-top: 1px solid #ccc !important;
}
.bd{
border-top: 1px solid rgb(15, 47, 87);
}
.bg-cl{
position: relative;
z-index: 99;
}
.form-control{
border: 1px solid #cccc !important;
font-size: 14px;
letter-spacing: 1px;
padding: 12px;
color: #000;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #fff;
}

#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #0391d2;
border-top-color: white;
border-radius: 50%;
width: 60px;
height: 60px;
animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 15px;
z-index: 996;
background: #ad3a59;
width: 40px;
height: 40px;
border-radius: 4px;
transition: all 0.4s;
}

.back-to-top i {
font-size: 28px;
color: #fff;
line-height: 0;
}

.back-to-top:hover {
background: #f06f54;
color: #fff;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
background: #fff;
transition: all 0.5s;
z-index: 997;
padding: 5px 0;
}

#header.header-scrolled {
/*padding: 12px 0;*/
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
font-size: 26px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
}

#header .logo a {
color: #0b2341;
}

#header .logo img {
max-height: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
padding: 0;
justify-content: center;
}

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

.navbar li {
position: relative;
}

.navbar> ul > li+li{
padding: 10px 0px 10px 30px;
}


.navbar a, .navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 15px;
color: rgb(11, 35, 65);
transition: all 0.3s ease 0s;
letter-spacing: 0.5px;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
}


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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: #ad3a59;
}
.getstarted {
background-color: #ad3a59;
color: #fff;
border: none;
padding: 10px 20px;
display: inline-block;
font-size: 14px;
font-weight: 400;
position: relative;
letter-spacing: 0px;
text-transform: uppercase;
}
.getstarted:after{
content: '';
position: absolute;
border: #ad3a59 solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left;
}
.getstarted:hover{
color: #fff !important; 
}
.getstarted:hover:after {
top: 4px;
right: -8px;
bottom: -8px;
left: 5px;
border: #000000 solid 2px;
}

.navbar .dropdown ul {
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
width: 290px;
}

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

.navbar .dropdown ul a {
padding: 10px 20px;
text-transform: none;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
color: #ad3a59;
}

.navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

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

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
left: -90%;
}

.navbar .dropdown .dropdown:hover>ul {
left: -100%;
}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
color: #0b2341;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #fff;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}

.navbar ul {
display: none;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(4, 12, 21, 0.9);
transition: 0.3s;
z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 10px 0;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #0391d2;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
margin: 15px;
}

.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
color: #0391d2;
}

.navbar-mobile .dropdown>.dropdown-active {
display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
/*height: 100vh;*/
background-color: rgba(4, 12, 21, 0.8);
overflow: hidden;
position: relative;
}

/*#hero .carousel,*/
/*#hero .carousel-inner,*/
/*#hero .carousel-item,*/
/*#hero .carousel-item::before {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*}*/

#hero .carousel-item {
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}

#hero .carousel-item::before {
content: "";
background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
display: flex;
align-items: center;
position: absolute;
bottom: 0;
top: 82px;
left: 50px;
right: 50px;
}

#hero h2 {
color: #fff;
margin: 0;
font-size: 48px;
font-weight: 700;
}

#hero p {
animation-delay: 0.4s;
color: #fff;
margin-top: 10px;
}

@media (min-width: 1200px) {
#hero p {
width: 50%;
}
}

#hero .carousel-inner .carousel-item {
transition-property: opacity;
background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
opacity: 1;
transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
left: 0;
transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
background: none;
font-size: 30px;
line-height: 0;
width: auto;
height: auto;
background: rgba(255, 255, 255, 0.2);
border-radius: 50px;
transition: 0.3s;
color: rgba(255, 255, 255, 0.5);
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
list-style-type: none;
cursor: pointer;
background: #fff;
overflow: hidden;
border: 0;
width: 12px;
height: 12px;
border-radius: 50px;
opacity: 0.6;
transition: 0.3s;
}

#hero .carousel-indicators li.active {
opacity: 1;
background: #ad3a59;
}

#hero .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 14px 32px;
border-radius: 4px;
transition: 0.5s;
line-height: 1;
color: #fff;
animation-delay: 0.8s;
background: #0391d2;
margin-top: 15px;
}

#hero .btn-get-started:hover {
background: #ef6445;
}

@media (max-width: 992px) {


#hero .carousel-container {
text-align: center;
top: 74px;
}
}

@media (max-width: 768px) {
#hero h2 {
font-size: 30px;
}
}

@media (min-width: 1024px) {

#hero .carousel-control-prev,
#hero .carousel-control-next {
width: 5%;
}
}

/*@media (max-height: 500px) {*/
/*  #hero {*/
/*    height: 120vh;*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 50px 0;
}

.section-bg {
background-color: #f6f9fd;
}

.section-title {
padding-bottom: 0;
position: relative;
z-index: 99;
}

.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}

.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #f38b74;
margin: 4px 10px;
}

.section-title p {
margin: 0;
margin: 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
font-weight: 600;
font-size: 40px;
color: #000;
}


.about .content ul {
list-style: none;
padding: 0;
}

.about .content ul li {
padding-left: 28px;
position: relative;
}

.about .content ul li+li {
margin-top: 10px;
}

.about .content ul i {
position: absolute;
left: 0;
top: 2px;
font-size: 20px;
color: #0391d2;
line-height: 1;
}

.about .content p {
margin-bottom: 0;
line-height: 24px;
letter-spacing: 1px;
font-size: 14px;
text-align: justify;
padding-bottom: 10px;
}

.about .content .btn-learn-more {
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 32px;
border-radius: 5px;
transition: 0.3s;
line-height: 1;
color: #0391d2;
animation-delay: 0.8s;
margin-top: 6px;
border: 2px solid #0391d2;
}

.about .content .btn-learn-more:hover {
background: #0391d2;
color: #fff;
text-decoration: none;
}
.home-about{
line-height: 30px;
letter-spacing: 1px;
font-size: 15px;
}
.about-p p{
line-height: 30px;
letter-spacing: 1px;
font-size: 15px;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
background-color: #222;
}

.counts .count-box {
padding-left: 20px;
width: 100%;
/* background-color: #fff; */
position: relative;
z-index: 2;
}
.counts {
position: relative;
background-image: url(../img/1.webp);
background-size: cover;
background-position: center;
z-index: 1;
padding: 60px 0;
background-attachment: fixed;
}
.counts:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #32353d;
opacity: 0.9;
z-index: -1;
}

.clients-box {
display: flex;
padding: 40px 20px;
border: 1px solid rgba(255,255,255,0.15);
background-color:rgb(173 58 89 / 80%);
line-height: 1;
transition: all 0.4s ease-in-out;
}

.clients-box:hover{
border:1px solid #ad3a59;
}

.clients-img img {
max-width: 50px;
}

.counts .count-box span {
font-size: 42px;
line-height:1;
display: inline-block;
font-weight: 700;
color: #fff;
}

.counts .count-box p {
padding:15px 0 0 0;
margin: 0;
font-size: 18px;
color: #fff;
}

.counts .count-box a {
font-weight: 600;
display: block;
margin-top: 20px;
color: #164682;
font-size: 15px;
font-family: "Poppins", sans-serif;
transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
/* start work sec */
.work-wrap {
padding-top: 50px;
padding-bottom: 50px;
}
.work-wrap:after {
content: "";
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #0b2341;
opacity: 0.8;
z-index: 1;
}

.sec-work {
font-weight: 400;
font-size: 18px;
line-height: 20px;
margin-bottom: 18px;
}

.sec-title h2 {
font-weight: 400;
text-transform: uppercase;
margin-bottom: 20px;
}

.sec-title {
margin-bottom: 45px;
}

.sec-blue {
color: #ef6445;
}

.block-img {
background: #0391d2;
width: 90px;
height: 90px;
border-radius: 100%;
text-align: center;
padding-top: 18px;
position: relative;
margin: 0px auto 30px auto;
}
.block-img img{
width: 40px;
}

.block-img:after {
content: "";
background-image: url(../img/work-arrow.png);
position: absolute;
right: -145px;
z-index: 99;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 14%;
}

.work-arrow-hide .block-img:after {
content: "";
display: none;
}

.block-no {
position: absolute;
bottom: -4px;
right: 0;
background: #000;
color: #fff;
width: 40px;
height: 40px;
border-radius: 100%;
padding-top: 4px;
border: 4px solid #fff;
}

.work-block {
text-align: center;
margin: 0px 10px;
position: relative;
z-index: 99;
}

.block-info h3 {
font-size: 14px;
font-weight: 500;
margin-bottom: 18px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
}

.block-info p {
font-size: 12px;
letter-spacing: 1px;
color: #fff;
line-height: 18px;
}

.work-block:hover .block-img {
background-color: #000;
border: 2px solid #ef6445;
}

.work-block:hover .block-no {
background-color: #ef6445;
}

.work-block:hover .block-info h3 {
color: #ef6445;
}

/* end work sec */


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
background: #fefefe;
box-shadow: 0px 0px 2px 0px lightgray;
padding: 0px 20px 20px 20px;
transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
margin: 0 auto;
border-radius: 5px;
transition: all 0.3s ease-out 0s;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
transform-style: preserve-3d;
position: relative;
z-index: 2;
overflow: hidden;
}

.icon img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}

.services .icon-box .icon i {
color: #fff;
font-size: 28px;
}


.services .icon-box h4 {
font-weight: 700;
margin-bottom: 10px;
font-size: 24px;
}

.services .icon-box h4 a {
color: #0b2341;
font-size: 18px;
}

.services .icon-box p {
line-height: 24px;
font-size: 12px;
margin-bottom: 0;
}

.services .icon-box:hover .icon {
background: #fff;
}

.services .icon-box:hover .icon i {
color: #0391d2;
}

.services .icon-box:hover .icon::before {
background: #f1775d;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
overflow: hidden;
}

.testimonials .testimonial-item {
box-sizing: content-box;
padding: 30px 30px 30px 30px;
min-height: 200px;
box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
position: relative;
background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
width: 90px;
border-radius: 100%;
border: 6px solid #fff;
position: absolute;
right: 25px;
top: 8px;
}

.testimonials .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}

.testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
color: #fdedea;
font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}

.testimonials .testimonial-item p {
margin: 15px auto 15px auto;
font-size: 13px;
line-height: 21px;
letter-spacing: 1px;
}

.testimonials .swiper-pagination {
margin-top: 20px;
position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #0391d2;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
background-color: #0391d2;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
padding: 80px 0;
}

.cta:after {
content: "";
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color:#00204c;
opacity: 0.8;
z-index: 1;
}
.cta h3 {
color: #fff !important;
font-size: 28px;
font-weight: 700;
}

.cta p {
color: #fff;
letter-spacing: 1px;
font-size: 16px;
}

.cta .cta-btn {
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 35px;
border-radius: 4px;
transition: 0.5s;
margin-top: 10px;
border: 2px solid #0391d2;
color: #fff;
}

.cta .cta-btn:hover {
background: #0391d2;
border: 2px solid #0391d2;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
padding: 0;
margin: 0 auto 25px auto;
list-style: none;
text-align: center;
border-radius: 50px;
}

.portfolio #portfolio-flters li {
cursor: pointer;
display: inline-block;
padding: 10px 15px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: #0b2341;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
color: #0391d2;
}

.portfolio #portfolio-flters li:last-child {
margin-right: 0;
}

.portfolio .portfolio-item {
position: relative;
margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
opacity: 0;
position: absolute;
left: 30px;
right: 30px;
bottom: 0;
z-index: 3;
transition: all ease-in-out 0.3s;
background: rgba(255, 255, 255, 0.9);
padding: 15px;
height: 86%;
}

.portfolio .portfolio-item .portfolio-info h4 {
font-size: 18px;
color: #fff;
font-weight: 600;
color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
color: #1a5298;
font-size: 14px;
margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
position: absolute;
left: 50%;
font-size: 50px;
top: 50%;
color: #123a6d;
transform: translate(-50%, -50%);
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
color: #0391d2;
}

.portfolio .portfolio-item .portfolio-info .details-link {
right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
opacity: 0;
left: 0;
right: 0;
text-align: center;
z-index: 3;
position: absolute;
transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
color: #fff;
margin: 0 2px;
font-size: 28px;
display: inline-block;
transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
opacity: 1;
bottom: 20px;
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
padding-top: 40px;
}

.product-details .product-details-slider img {
width: 100%;
}

.product-details .product-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.product-details .product-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #0391d2;
}

.product-details .product-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #0391d2;
}

.product-details .portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-info ol li {
line-height: 32px;
letter-spacing: 1px;
font-size: 14px;
}

.portfolio-info p {
line-height: 26px;
letter-spacing: 1px;
font-size: 15px;
}

.product-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.product-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.product-details .portfolio-info ul li+li {
margin-top: 10px;
}

.product-details .portfolio-description {
padding-top: 30px;
}

.product-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.product-details .portfolio-description p {
padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
color: #0b2341;
text-align: center;
box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
padding: 20px 20px;
background: #fff;
}

.contact .info-box i {
font-size: 32px;
color: #ad3a59;
border-radius: 50%;
padding: 8px;
border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
font-size: 20px;
color: #777777;
font-weight: 700;
margin: 10px 0;
}

.contact .info-box p {
padding: 0;
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

.contact .php-email-form {
box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
padding: 30px;
background: #fff;
height: 100%;
}

.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
border-color: #0391d2;
}

.contact .php-email-form input {
padding: 10px 15px;
}

.contact .php-email-form textarea {
padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
background:#ad3a59;
border: 0;
padding: 10px 30px;
border-radius: 4px;
color: #fff;
transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
background:#ad3a59;
}

@keyframes animate-loading {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding:70px 0;
background-image:url(../img/15.jpg);
background-repeat:no-repeat;
background-size:cover;
position:relative;
z-index:1;
}

.breadcrumbs::before{
content:'';
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
background-color:#08254e;
opacity:0.7;
z-index:-1;
}

@media (max-width: 992px) {
.breadcrumbs {
margin-top:10px;
}
}

.breadcrumbs h2 {
font-size: 30px;
font-weight: 600;
text-align:center;
letter-spacing:1px;
}

.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0 0 10px 0;
margin: 0;
font-size: 14px;
justify-content: center;
}

.breadcrumbs ol li+li {
padding-left: 10px;
}

.breadcrumbs ol li+li::before {
display: inline-block;
padding-right: 10px;
color: #fff;
content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: url(../img/footer-bg.png);
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
position: relative;
}

#footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color:#000000;
z-index: -1;
}

#footer .footer-top {
padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
margin-bottom: 15px;
background:#32353d;
border-top: 4px solid #ad3a59;
text-align: center;
padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
font-size: 24px;
margin: 0 0 12px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
color: #fff !important;
}

#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
text-align: left;
}

#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 4px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
background:#ad3a59;
}

#footer .footer-top .social-links a:hover {
color: #fff;
background: #ad3a59;
text-decoration: none;
}

#footer .footer-top h4 {
font-size: 18px;
font-weight: 600;
color: #fff !important;
position: relative;
padding-bottom: 12px;
letter-spacing: 1px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: #ad3a59;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
color: #fff;
transition: 0.3s;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#footer .footer-top .footer-links ul a:hover {
color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
border: 0;
padding: 4px;
width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: -2px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px 2px 20px;
background: #ad3a59;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
background: #ad3a59;
}

#footer .copyright {
text-align: center;
padding-top:15px;
letter-spacing: 0.5px;
}

#footer .credits {
padding-top: 10px;
text-align: left;
font-size: 13px;
color: #fff;
}

@media (max-width: 575px) {
#footer .footer-top .footer-info {
margin: -20px 0 30px 0;
}
}
.modal-content{
background-color: #fff !important;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
margin-top: 30px;
color: #838893;
}

.blog .blog-pagination ul {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}

.blog .blog-pagination li {
margin: 0 5px;
transition: 0.3s;
}

.blog .blog-pagination li a {
color: var(--color-secondary);
padding: 7px 16px;
display: flex;
align-items: center;
justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
background: var(--color-primary);
color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
box-shadow: 0px 0 5px 0px lightgray;
transition: 0.3s;
}



.post-img::before {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background: linear-gradient(179.97deg,rgba(32,32,32,0) 20.42%,#202020 99.97%);
}

.blog .posts-list .post-img img {
transition: 0.5s;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
object-fit: cover;
}

.blog .posts-list .post-date {
position: absolute;
right: 0;
bottom: 0;
background-color: #18283a;
color: #fff;
text-transform: uppercase;
font-size: 13px;
padding: 8px 12px;
font-weight: 500;
}

.blog .posts-list .post-content {
padding: 15px;
position: absolute;
bottom: 0;
left: 0;
display: block !important;
width: 100%;
}

.blog .posts-list .post-title {
font-size: 20px;
color: #ffffff;
font-weight: 500;
transition: 0.3s;
margin-bottom: 15px;
line-height: 1.5;
}


.blog .posts-list .meta i {
font-size: 16px;
color: var(--color-primary);
}

.blog .posts-list .meta span {
font-size: 15px;
color: #838893;
}

.blog .posts-list p {
margin-top: 0;
font-size: 14px;
letter-spacing: 0.5px;
}

.blog .posts-list hr {
color: #888;
margin-bottom: 20px;
}

.blog .posts-list .readmore {
display: flex;
align-items: center;
line-height: 1;
transition: 0.3s;
color: #ad3a59;
}

.blog .posts-list .readmore i {
line-height: 0;
margin-left: 6px;
font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
color:#ffffff;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
padding: 30px;
}

.blog .blog-details .post-img {
margin: -30px -30px 20px -30px;
overflow: hidden;
}

.blog .blog-details .title {
font-size: 28px;
font-weight: 700;
padding: 0;
margin: 20px 0 0 0;
color: var(--color-secondary);
}

.blog .blog-details .content {
margin-top: 20px;
font-size: 13px;
letter-spacing: 1px;
line-height: 26px;
}

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

.blog .blog-details .content blockquote {
overflow: hidden;
background-color: rgba(82, 86, 94, 0.06);
padding: 60px;
position: relative;
text-align: center;
margin: 20px 0;
}

.blog .blog-details .content blockquote p {
color: var(--color-default);
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 500;
font-size: 22px;
}

.blog .blog-details .content blockquote:after {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background-color: var(--color-primary);
margin-top: 20px;
margin-bottom: 20px;
}

.blog .blog-details .meta-top {
margin-top: 20px;
color: #6c757d;
}

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

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

.blog .blog-details .meta-top i {
font-size: 16px;
margin-right: 8px;
line-height: 0;
color: var(--color-primary);
}

.blog .blog-details .meta-top a {
color: #6c757d;
font-size: 14px;
display: inline-block;
line-height: 1;
transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
padding-top: 10px;
border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
color: #838893;
display: inline;
}

.blog .blog-details .meta-bottom a {
color: rgba(82, 86, 94, 0.8);
transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
color: var(--color-primary);
}

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

.blog .blog-details .meta-bottom .cats li {
display: inline-block;
}

.blog .blog-details .meta-bottom .share {
font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
padding-left: 5px;
}

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

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

.blog .post-author h4 {
font-weight: 600;
font-size: 22px;
margin-bottom: 0px;
padding: 0;
color: var(--color-secondary);
}

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

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

.blog .post-author p {
font-style: italic;
color: rgba(108, 117, 125, 0.8);
margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
position: sticky;
top: 78px;
padding: 30px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
font-size: 20px;
font-weight: 700;
padding: 0;
margin: 0;
color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
margin-top: 40px;
}

.blog .sidebar .recent-posts .post-item {
display: flex;
}

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

.blog .sidebar .recent-posts img {
max-width: 80px;
margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
font-size: 15px;
font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
color: var(--color-secondary);
transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
display: block;
font-style: italic;
font-size: 14px;
color: rgba(54, 77, 89, 0.4);
}
/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
position: absolute;
right: 0;
bottom: 0;
background-color: var(--color-primary);
color: #fff;
text-transform: uppercase;
font-size: 13px;
padding: 6px 12px;
font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
padding: 30px;
}

.recent-blog-posts .post-item .post-title {
font-size: 24px;
color: var(--color-secondary);
font-weight: 700;
transition: 0.3s;
margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
font-size: 16px;
color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
font-size: 15px;
color: #838893;
}

.recent-blog-posts .post-item hr {
color: #888;
margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
display: flex;
align-items: center;
font-weight: 600;
line-height: 1;
transition: 0.3s;
color: #838893;
}

.recent-blog-posts .post-item .readmore i {
line-height: 0;
margin-left: 6px;
font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
transform: scale(1.1);
}
.glightbox-clean .gdesc-inner{
display: none !important;
}

label.error{ color:indianred !important; }
.market-area-heading h1 {
padding: 10px;
margin: 0 0 10px;
background-color: #309764;
border-radius:5px;
font-size: 20px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}

.market-area h4 {
color: #000;
margin-bottom: 10px;
}
.market-area h4 a {
margin: 0 0 5px;
font-size:18px;
color: #ef682f;
line-height: 1.1;
font-weight:600;
text-transform: uppercase;
}

.market-area ul {
overflow: hidden;
}

.market-area ul li {
float: left;
width: 25%;
margin-right: 0%;
margin-bottom: 10px;
list-style: none;
}

.market-area ul li a{
padding: 6px 10px;
font-size: 12px;
font-weight:600;
border: 1px solid #423f3f;
color: #423f3f;
width: 98%;
display: inline-block;
margin-right: 10px;
}

.market-area ul li a:hover {
color:#fff;
text-decoration:none;
border: 1px solid #000;
background-color:#000;
}

.market-place h3 {
background: #ff8c00;
color: #FFFFFF;
padding: 10px;
text-transform: uppercase;
font-size: 18px;
border-radius: 5px;
font-weight: 600;
text-align: center;
}
table {
border-collapse: collapse;
width: 100% !important;
}

th, td {
text-align: left;
padding: 8px;
}

tr:nth-child(even) {background-color: #f2f2f2;}



img{
max-width:100%;
}


/**/
.gallery-image{
height: 250px;
overflow: hidden;
text-align: center;
border: 1px solid #f4f4f4;
}
.gallery-image img{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.mussa{
text-align: center;
position: sticky;
top: 20px;
}



/* responsive */
@media (max-width: 991px){
.block-img:after{
display: none;
}
}
@media (max-width: 478px){
#header .row{
justify-content: space-between;
}
.d-xs-none{
display: none;
}
}
.section-title p{
font-size:22px !important;
margin:10px 0 !important;
} 


/* start choose us css */
.choose-card {
background-color: rgb(253, 255, 255);
text-align: left;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
padding: 18px 12px;
transition: ease-in-out .2s;
min-height: 210px;
}
.choose-card:hover {
background-color: #ad3a59;
}
.card-in p{
font-size: 14px;
color: #000;
}
.choose-card:hover h3 {
color: #fff !important;
}
.choose-card:hover p {
color: #fff;
}

.choose-why {
background-color: #32353d;
padding: 50px 0;
}

.card-in h3 {
font-size: 18px;
transition: ease-in-out .2s;
}

.choose-card img {
max-width: 50px;
width: 100%;
}
.img-box {
position: relative;
margin-bottom: 10px;
text-align: center;
}
.choose-card .hover_img {
position: absolute;
top: 0px;
left: 50%;
transform: translate(-50% , 0px);
display: none;
}
.choose-card:hover .hover_img {
display: block;
}
/* end choose us css */

/* start faq */

.form-box {
padding: 35px;
background-color: #32353d;
height: 100%;
text-align: center;
}
.form-box .form-control {
margin-bottom: 25px;
}

.form-box .form-control , .form-box .form-control:focus{
color:#ffffff;
border:1px solid #ffffff !important;
box-shadow:none;
outline:none;
}
.form-box select.form-control:focus option{
color:#000000;
}

.form-box .form-control::palceholder{
color:#ffffff;
}

.form-head {
margin-bottom: 15px;
color: #ffffff;
}

.accordion-button{
background-color: transparent;
margin-bottom: 10px;
}

.accordion-item {
border-top: 1px solid #b1c9e8;
border-bottom: 1px solid #b1c9e8;
}

button.accordion-button {
color: #ffffff !important;
font-size: 17px;
line-height: 30px;
text-transform: capitalize;
padding: 10px;
margin: 0;
align-items:start;
}

.accordion-button::after {
background: #ffffff;
margin-left: 10px;
margin-top: 10px;
}

.faq-box h2 {
color: #ffffff;
font-weight: 400;
font-size: 30px;
margin-bottom: 15px;
text-align: center;
}

.accordion-body {
font-size: 15px;
letter-spacing: 0.5px;
line-height: 24px;
color: #b1c9e8;
font-weight: 400;
padding: 10px;
}

.form-head h4 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.hint{
font-size: 12px;
color: #dc3030;
text-transform: capitalize;
}

.contact-forms {
padding: 30px;
border: 1px solid #ccc;
position: relative;
}
.contact-heading{
background-color: #105f93;
color: #fff !important;
padding: 20px 20px;
text-align: center;
margin-top: -65px;
margin-bottom: 22px;
-webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}
.career-contentpage p{
font-size: 14px;
line-height: 25px;
letter-spacing: 0.5px;
}
.career-contentpage h3{
margin-top: 10px
}

.section-title-light h2 span {
color: #ad3a59;
}
.section-title-light h2 {
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-size:36px;
margin-bottom:20px;
}

.section-title-light > span i {
color: #ad3a59;
font-size: 16px;
}
.section-title-light>span:before {
content: "";
height: 2px;
width: 50px;
background-color: #ad3a59;
left: -60px;
top: 9px;
position: absolute;
z-index: 8;
}
.section-title-light>span {
position: relative;
display: inline-block;
margin-bottom: 15px;
}

.section-title-light>span:after {
content: "";
height: 2px;
width: 50px;
background-color: #ad3a59;
right: -60px;
top: 9px;
position: absolute;
z-index: 8;
}

.section-title-light {
margin-bottom: 50px;
text-align: center;
}

.section-title-light p {
width: 80%;
margin: 0 auto;
color: #fff;
}

h3.title-regular-light {
color: #fff;
font-weight: 400;
font-size: 20px;
}
h3.title-regular-light a{
color:#ffffff;
}
.choose-box-layout1 h3 span {
color:#ad3a59;
font-size: 30px;
font-weight: 500;
}
.choose-box-layout1 p {
color: #c7c9ce;
margin-bottom: 20px;
}

.client-num sup {
font-size: 25px;
color: #ffffff;
}

.faq-box {
background-position: bottom;
background-size: cover;
padding: 30px;
position: relative;
z-index: 1;
display: flex;
height: 100%;
outline: 4px solid #fff;
outline-offset: -14px;
}

.appoinment-text h2 , .appoinment-text span{
font-size:40px;
color:#ffffff;
font-weight:600;
}

.faq-box::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #a12e4d;
opacity: .9;
z-index: -1;
}

section.faq-wrap {
position: relative;
}

.side-icon {
position: absolute;
right: 0px;
bottom: 80px;
z-index: -1;
background-repeat: no-repeat;
}

.sec-title.centered {
text-align: center !important;
}

.sec-title h3 {
text-transform: uppercase;
color: #ffffff;
font-size: 40px;
line-height: 1.2em;
}

.sec-title .text {
font-weight: 400;
margin-top: 22px;
}

.text {
position: relative;
color: #ffffff;
font-size: 16px;
line-height: 1.8em;
}

.sec-title {
position: relative;
z-index: 2;
margin-bottom: 40px;
}

.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
content: "";
}

@media(max-width:568px){
.top-bar{
display:none;
}
.section-title-light{
margin-bottom:30px;
}
.section-title-light p {
width: 100%;
font-size: 13px;
}
.getstarted {
padding: 5px 10px;
font-size: 14px;
font-weight: 500;
}
.section-title p {
font-size: 16px !important;
margin: 5px 0 !important;
}
.services .icon-box .icon{
height:auto;
}
.sec-title h3 {
font-size: 20px;
line-height: 1.4em;
}
.form-box{
padding:15px 0;
}
button.accordion-button{
font-size:14px;
font-weight:400;
line-height:20px;
}
.faq-box{
padding:0;
}

.cta {
padding: 40px 0;
}
.blog .posts-list .post-title{
margin-bottom:12px;
}
.blog .posts-list p{
font-size:13px;
}
.navbar> ul > li {
padding: 10px 0px 10px 30px;
}
section{
padding:30px 0;
}
.services .icon-box{
padding:0px 10px 10px 10px;
}
#footer .footer-top {
padding: 30px 0 30px 0;
}
.blog .posts-list .post-title{
font-size:16px;
}
.breadcrumbs h2{
font-size:16px;
}
}

::selection {
color:#ffffff;
background: black;
}

#breadcrumbs li a, #breadcrumbs li, #breadcrumbs h2{
color:#ffffff;
}
