:root {
    --theme-color: #e47333;
    --secondary-color: #D9462C;
    --dark-color: #000;
    --third-color: #15537A;
    --forth-color: #275375;
    --yellow-color: #e47333;
    --white-color: #fff;
    --bg-color: #f3f1f2;
    --light-blue: #eff6fd;
	--textnew-color:#15547b;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main {
    flex-grow: 1;
}

a {
    color: rgb(51, 204, 255);
    text-decoration: none !important;
}

a:hover {
    color: rgb(255, 204, 51);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 16px;
    line-height: 25px;
    color: rgb(42, 42, 42);
}

img {
    width: 100%;
    overflow: hidden;
}

 ::selection {
    background: var(--theme-color);
    color: rgb(255, 255, 255);
}

.btn.btn-black {
    color: rgb(255, 255, 255) !important;
    background-color: #15547b !important;
    border-radius: 30px;
    font-size: 17px;
    line-height: 22px;
    padding: 13px 55px;
    font-weight: 400;
}
.btn.btn-link {
    padding: 13px 27px;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: rgb(16, 24, 40);
    text-decoration: none;
    font-weight: 600;
}

.btn {
    transition: all 150ms linear 0s;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.navbar {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.875rem;
    background-color: var(--primary);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
    padding: 0;
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    /* width: 100%; */
    height: 65px;
    object-fit: contain;
}

.navbar .logo-text {
    color: #fff;
    font-weight: 500;
    line-height: 1rem;
    font-size: 1.575rem;
    text-decoration: none;
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
    border: none;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    background-color: var(--primary);
}

.navbar .dropdown-item {
    color: #eee;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding-top: 0.625rem;
    text-decoration: none;
    padding-bottom: 0.625rem;
}

.navbar .dropdown-item:hover {
    background-color: var(--primary);
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    border: none;
    margin: 0.5rem auto 0.5rem auto;
    background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
/*     color: #000; */
	color:#15547b;
    text-decoration: none;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    transition: all 0.2s ease;
    font-weight: 900;
    font-size: 15px;
    margin-left: 120px;
}

.navbar .fa-stack {
    width: 2em;
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
    background: -webkit-gradient( linear, left top, left bottom, from(#0ee951), to(#00dabf));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: var(--primary);
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}

.hero-area .logo {
    width: 80px;
}

.logo {
    display: none;
}


/* megamenu */


/*************************
Responsive
*************************/

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        border-radius: 3px;
        top: 100%;
    }
    .navbar .dropdown-menu.megamenu {
        left: 50%;
    }
    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 540px;
    }
    .navbar-nav .mega-menu {
        position: static;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1;
    }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0);
    }
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0);
    }
    .navbar-nav li:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
    .navbar .dropdown:hover>.dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -26px, 0);
        transform: translate3d(-50%, -26px, 0);
    }
}

.mypadding {
    padding: 15px 12px;
    background: #022539;
}

.mypadding p {
    line-height: 18px;
    margin-top: 10px;
}

.navbg {
    background: #dc3545;
}

.mypadding a:hover {
    color: #adb5bd;
}

li.dropdown.nav-item.mega-menu .nav-link:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media (min-width: 992px) {
    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }
}

@media(max-width:767px) {
    .logo {
        display: block !important;
    }
    .navbar {
        padding: 4px 0px !important;
    }
}

.botm-shp {
    bottom: -1px;
}

.no-gap,
.gap.no-gap {
    padding: 0px;
}

.gap {
    float: left;
    padding: 100px 0px;
    position: relative;
    width: 100%;
}

.shp-img {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 3;
}

@media (max-width: 991px) {
    .main_nav .nav .sub-menu {
        display: none;
    }
}

section.hero-area h1 {
    font-size: 37px;
    width: 62%;
    color: var(--theme-color);
    font-weight: 900;
    padding-top: 19px;
}

section.hero-area p {
    color: var(--secondary-color);
    font-size: 21px;
}

.bg-img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* height: 100vh; */
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    /* border-radius: 10px; */
    cursor: pointer;
    /* height: 170px; */
    /* margin-right: 12px; */
    opacity: 1!important;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 989px) {
    .bg-img {
        height: 500px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .bg-img {
        border-radius: 0;
        height: 546px;
        position: relative;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 180px;
}

.section_head h2 {
    color: rgb(34, 34, 34);
    margin-bottom: 22px;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
}

.bg-services {
    background: var(--theme-color);
}

.fs-16 {
    font-size: 16px;
}

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

.homeservice h3 {
    font-weight: 600;
    font-size: 23px;
}

.homeservice ul {
    padding-left: 15px;
    color: var(--third-color);
}

.homeservice ul li {
    list-style: disc !important;
}

.homeservice .card {
    border-radius: 30px;
    padding: 15px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
}

.feebox img {
    width: 54px;
}

.letschat li {
    padding: 13px 0px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.letschat li a {
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.social-links a {
    font-size: 20px;
    display: inline-block;
    margin-right: 13px;
    transition: all 0.3s ease 0s;
}

.copyright {
    margin: 0px 0px 5px;
}

.credits {
    font-size: 13px;
}

.footmenu a {
    font-size: 17px;
    color: rgb(255, 255, 255);
}

#footer {
/*     background: rgb(13, 9, 0); */
	background:#15547b !important;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
}

.testimonial-carousel-pagination {
    margin-bottom: 15px;
}

.pt-100 {
    padding-top: 150px;
}

.fs-32 {
    font-size: 32px;
    color: #000;
    font-weight: 900;
    padding-right: 15px;
}

.service_si#15547bngle span {
    color: var(--third-color);
    font-weight: 900;
}

.service_single p {
    color: var(--third-color);
   
}

.service_single li {
    padding-bottom: 15px;
}

.feebox1 img {
    width: 54px;
    filter: brightness(0);
}

.quoteform label {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

 :focus {
    box-shadow: none !important;
}

.myblogs .card {
    min-height: 230px;
}

.p-abs {
    position: absolute;
    width: 100%;
    /* top: 0px; */
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formblog .border1 {
    border: 4px solid var(--theme-color) !important;
}

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

.logo {
    display: none;
    /* Initially hide the logo */
}

.offcanvas {
    width: 65% !important;
}

.logo1 {
    width: 260px;
}


/* testimonial */

.single-feedback {
    background: #ffffff1f;
    -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 6%);
    padding: 20px;
    border-radius: 30px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
    margin-top: 25px;
    min-height: 18em;
	text-align:center;
}

.client-info {
    position: relative;
    padding-bottom: 10px;

    border-bottom: 1px solid #e47333;
}

.single-feedback .client-info .img {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-feedback p,
.single-feedback .client-info h4,
.single-feedback .client-info span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #15547b;
    font-weight: 600;
}

.single-feedback .client-info h4 {
    font-size: 22px;
    font-weight: 700;
    /* color: #fff; */
}

.single-feedback .client-info span {
    display: block;
    font-size: 16px;
    /* color: #fff; */
    /* margin-top: 8px; */
}

.client-info img {
    border-radius: 100%;
    border: 2px solid #15547b;
}

@media(min-width:1600px) {
    .ser_img {
        max-height: 12em;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .ser_img img {
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:767px) {
    .p-abs {
        position: absolute;
        width: 100%;
        /* top: 0px; */
        bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        right: 0;
        padding: 15px;
    }
    .btn.btn-black {
        padding: 13px 14px;
        font-weight: 400;
    }
    .testimonial-carousel-pagination {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .section_head h2 {
        color: rgb(34, 34, 34);
        margin-bottom: 22px;
        font-size: 32px;
    }
   section.hero-area h1 {
    font-size: 29px;
    text-align: center;
    width: 100%;
}
    .innerabout .card {
        padding: 0;
    }
    .innerabout .testimonial-carousel-pagination {
        margin-bottom: 16px;
        margin-top: 0px;
    }
    .pt-100 {
        padding-top: 15px;
    }
    .pb-100 {
        padding-bottom: 15px;
    }
    .navbar .navbar-nav {
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        margin-left: 20px;
    }
    .navbar {
        position: sticky;
        top: 0;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 20px;
        transition: background-color 0.3s;
        /* Smooth background color transition */
    }
    .navbar .nav-item .nav-link {
        margin-left: 30px;
    }
    .navbar .nav-item {
        border-bottom: 1px solid #eee;
        margin: 0px 6px 0px 0px;
        padding: 2px;
    }
    .navbar .nav-item:last-child {
        border: 0;
    }
    .logo {
        width: 80px;
    }
   .swiper {
  width: 100%;
  height: 100%;
}
    .swiper .swiper-slide {
  height: auto;
}
}
/*contact form response style*/

.wpcf7 form.sent .wpcf7-response-output {
    color: white;
    background: #dc7026;
}
/*  new style*/
.newcolor1{
	color:#15547b !important;
}
li.listnewstyle {
    list-style: disc !important;
	line-height:1px !important;
}
.home-swiper  .swiper-slide {
    height: 24em;
    overflow-x: auto;
}
.homeservice .card {
    border-radius: 30px;
    padding: 15px;
}
@media(max-width:767px){
.pt-50 {
    padding-top: 30px;
}
	.service_single p {
    color: var(--third-color);
    margin-bottom: 0;
}
}

.textnew-color{
	color:var(--third-color)
}

.image_style1{
	height:16em;
	overflow:hidden;
}
.image_style1 img{
object-fit:cover;
	height:100%;
	width:100%;
	
}
/* test */
@media(min-width:767px)
	.listnewstyle1{
		line-height:0px; !important;
}
