body {
    font-size: 18px;
}

p.lead {
    font-size: 18px;
    font-weight: 500;
}

header .logo, header .logo-2 {
    width: 200px;
}

.cust-header{
    height: auto;
}

header{
    o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}

.mask .cover{
    background: rgba(0, 43, 49, 0.85);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.7px);
    -webkit-backdrop-filter: blur(10.7px);
}


footer{
    background-color: #101010;
}

.feature-box.f-boxed {
    height: 100%;
}

.footer-img img {
    width: 150px;
}

.small-txt{
    font-size: 18px;
    font-weight: 400;
    color: grey;
}


a.btn-custom, .btn-custom{
    background: #18899b !important;
}

.second-sec{
    background: var(--primary-color);
    padding: 30px 0px;
}

.custom-secondary{
    background: #e4f0f1;
    color: #1a1b1e !important;
}


.de_testi.opt-2 i {
    font-size: 36px;
    color: #015a67;
}

.social-icons a:hover{
    color: #1a1b1e !important;
}

.serv-hero {
    padding: 180px 0px 130px;
}

.phone-color{
    color: #ffffff;
}

.prop-type{
    position: relative;
}

.prop-type img{
    border-radius: .25rem;
    width: 100%;
}

.prop-type::before{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) 30%, rgba(0, 0, 0, 0.8) 92.89%);
    transition: all 500ms ease;
}

.prop-type h3{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    color: #fff;
    margin: 0;
}

.service-card{
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
}

.service-card .main-img{
    border-radius: 5px;
    width: 100%;
}

.serv-card-cont h3{
    font-size: 26px;
    margin-bottom: 10px;
}

.inner-list li{
    font-size: 16px;
    list-style-type: none;
    position: relative;
}

.inner-list li::before{
    content: '\F633';
    position: absolute;
    font-family: 'bootstrap-icons';
    font-size: 16px;
    top: 0px;
    left: -20px;
    color: #007087;
}

.my-main-btn{
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #18899b ;
    color: #fff;
}

.my-main-btn:hover{
    color: #fff;
}

.my-main-btn.border{
    background-color: transparent !important;
    border: 1px solid #002b31 !important;
    color: #002b31;
}

.cust-hr{
    border-color: #fff;
}

.form-border select {
	padding: 8px;
	margin-bottom: 20px;
	border: none;
	border: solid 1px #555555;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color:#333;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-border input[type=text]:focus, .form-border textarea:focus, .form-underline input[type=email]:focus{
    background: #ecf9fb;
    border-color: #0096b5;
}

.form-control:focus{
    border-color: #0096b5;
    box-shadow: none;
}

.form-border select:focus{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-select:focus {
    border-color: #0096b5;
    outline: 0;
    box-shadow: none;
    background-color: #ecf9fb;
}

a.btn-border:hover{
    background: transparent !important;
    border: 2px solid #fff;
}

.contact-hero {
    padding: 100px 0;
    position: relative;
}

footer .widget a:hover {
    color: #fff;
}


label.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    bottom: -24px;
    right: 0px;
}

.field-set{
    position: relative;
}

.close-btn{
    background-color: transparent;
    border: 0;
}

.close-btn span{
    font-size: 40px;
}

/*------------------------ Image Slider --------------------*/
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item img{
    border-radius: 5px;
}

.carousel-item {
    display: none;
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
}
.carousel-item.active {
    display: block;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.7;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%, 100%;
}

.design-by{
    color: #10cff7 !important;
}

/* ------------------------- Responsive -----------------------*/
@media only screen and (max-width: 993px) {	
    header .logo, header .logo-2 {
        width: 180px;
    }
    .h-phone {
        color: #187799 !important;
    }
    .h-phone span {
        color: #1a1b1e;
    }

    #mainmenu a {
        color: #1a1b1e;
    }

    #mainmenu li a:after{
        color: #002b31;
    }
}

@media only screen and (max-width: 992px) {	
    .icon-box {
        width: 47.5%;
    }
    .serv-hero {
        padding: 100px 0px;
    }

}

@media only screen and (max-width: 991px) {	
    .service-card .main-img{
        margin-bottom: 20px;
    }
    .carousel {
        position: relative;
        margin-bottom: 20px;
    }
    .tp-caption {
        min-width: 700px !important;
        margin-top: -50px !important;
    }
    .hero-cta {
        margin-top: 30px !important;
    }
    .post-text{
        padding:20px;
    }
}

@media only screen and (max-width: 767px) {	
    .tp-caption {
        margin-top: 0px !important;
        min-width: none !important;
    }
    .hero-cta {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 575px) {
    .icon-box {
        width: 100%;
    }
    .serv-hero {
        padding: 70px 0px;
    }

    h1, .h1 {
        font-size: 38px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .topbar-left{
        display: none;
    }
    .topbar-right{
        float: unset;
        justify-content: center;
    }

    .h-phone{
        display: none;
    }

    .contact-hero {
        padding: 70px 0;
    }

    .service-card {
        padding: 15px;
    }
    .hero-btn {
        display: table-caption;
        margin-bottom: 30px;
    }

    .hero-cta{
        margin-top: 0px !important;
    }

    .tp-caption{
        top: -30px;
    }

    .hero-head{
        font-size: 24px !important;
        margin-bottom: 20px !important;
        line-height: 1.4 !important;
    }
}

@media only screen and (max-width: 480px) {	
    .mob-logo{
        justify-content: center;
    }    
    .pnb-num {
        font-size: 24px;
    }
}

@media only screen and (max-width: 414px) {	
    .ul-list-mat{
        gap: 0px !important;
    }  
}


@media only screen and (max-width: 400px) {	
    #topbar{
        display: none;
    }    

}













/* -----------------------------------
      Portfolio Gallery Plugin
--------------------------------------*/
.portfolio-section {
    background-color: #000;
  }
  .portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .portfolio-menu {
    text-align: center;
  }
  .control {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #343a40;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
  }
  .control:hover {
    background: #343a40;
  }
  .mixitup-control-active {
    color: #fff;
    background: #343a40;
  }
  .fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
  }

  .portfolio-item li{
    list-style-type: none;
  }
  .pd {
    padding: 10px;
  }
  .pd img {
    transition: all 0.5s;
    width: 100%;
  }
  .portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
  }
  .portfolio-overlay p, .portfolio-overlay a {
    position: relative;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.25s;
    transform: translate(-50%, -50%) !important;
}
  .portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
  }
  .portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
  }
  .portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
  }
  .portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
  }
  .portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
  }
  .portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  .portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.25s;
    transform: translate(-50%, -50%) !important;
}
  .portfolio-overlay .magnify-icon:hover {
    background: #000;
  }
  .portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
  }
  


