/********** Template CSS **********/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    
    color: #666666;
}

.display-5 {
    font-size: 2.5rem;
}

.lb-data .lb-number
{ display: none !important;}

:root {
    --primary: #176faf;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

body {
    font-family: "Poppins",sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: "Poppins",sans-serif;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.primary-bg{
    background-color:var(--primary);
}
.primary-color{
    color:var(--primary);
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary{
    background-color: #fdc500;
    border-color: #fdc500;
}

.btn-secondary:hover{
    background-color: #00509d;
}

.btn-outline-secondary:hover {
    color: var(--light);
    background-color: #3c52d9;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square-xl{
    height: 64px;
    width: 64px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.main-logo{
    width: 140px;
}
.container-xxl--py{
    padding: 80px 0;
}
.pricing-pattern{
    padding-top: 80px;
}
/*** Navbar ***/
.sticky-top {
    background-color: #176faf;
    top: -100px;
    transition: .5s;
    padding: 10px 0;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .current_page_item .nav-link,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media (min-width: 1024px) {
    .header-section{
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
    .display-1, .display-5{
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .container-xxl--py{
        padding: 40px 0;
    }
    .pricing-pattern {
        padding-top:20px;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
/* .feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
} */

.feature-item {
    background: #68afee;
	color:#000
}

.feature-row .col-md-6 + .col-md-6 .feature-item
{ background:#f3d457;}

.feature-row .col-md-6 + .col-md-6 + .col-md-6 .feature-item
{ background:#f295a6;}

.feature-row h5
{ color :#fff}

/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.float-start {
    float: left !important;
}
.about-img {
    width: 100%;
    max-width: 600px;
    margin-right: 30px;
    margin-bottom: 15px;
}


.btn-primary {
    color: #fff;
    background-color: #166fb0;
    border-color: #187dc6;
}
/*** Service ***/

.service-item .service-text {
    position: relative;
    width: 100%;
    border: 1px solid #e7e7e7b1;
    transition: .5s;
    z-index: 2;
    background: #f7f7f7;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    /* align-items:baseline; */
    border-radius: 5px;
    top:0;
    left: 0;
	margin-bottom: 20px;
}

.service-item:hover .service-text {
    top: -1rem;
}

.icon-holder i
{ font-size: 28px;
margin-right: 20px;}

.service-text h5{
    font-size: 16px;
}

.service-text p{ font-size: 15px; margin: 0;}



.service-item:hover .service-btn {
    bottom: -1.2rem;
}

.service-text a {
    transition: .5s;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #666666;
}
.i-color-1{
    color: #f57813;
}
.i-color-2{
    color: #15a04a;
    /* color: #f5cf13; */
}
.i-color-3{
    color: #1335f5;
}
.i-color-4{
        color: #15bfbc;
}
.i-color-5{
    color: #f5cf13;
}
.i-color-6{
    color: #d90769;
}



/* .service-text a:before
{ position:absolute;
    content: "";
background:url('../img/check.png')  no-repeat center center/cover;
height: 25px;
width: 25px;
position: absolute;
left: 0;
} */


.service-item .service-btn {
    position: absolute;
    width: 70%;
    height: 2.4rem;
    left: 15%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdc500;
    transition: .5s;
    z-index: 1;
}

.service-item .service-btn a
{ color: #fff;}

.service-item .service-btn a:hover
{ color: #000000;} 

.service-item:hover .service-btn {
    bottom: -1.2rem;
}

a {
    color: #166fb0;
}
.phone-number{
    color: #555;
}
.btn--px{
    padding-left: 25px;
    padding-right: 25px;
}
.desc-col{
    background-color: #f7f7f7;
}
.content-col{
    text-align:justify;
} 
/*** Project ***/
.portfolio
{ padding: 2rem 0 4rem 0;}

.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    text-align: center;
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.portfolio .project-item
{ box-shadow: none;}

.portfolio .project-item .project-overlay {
    left:11px;
    right:11px;
    width: auto;

}
.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.slide-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .slide-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .slide-carousel .owl-nav .owl-prev,
    .slide-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
.features ul {
    padding-left: 20px;
}
.features ul li {
    padding-bottom: 10px;
    line-height: 20px;
}

/*** Footer ***/
.footer {
    background-color: #003f88;
    color: #fff;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}



.copyright {
    background: #eee;
    color:#777
}

.copyright a{
    color:#666;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.pricing-v4 {
    border-radius: 8px;
    border:1px solid rgb(23 111 175 / 30%);
    margin-bottom: 30px;
    position: relative;
}
.pricing-v4-head {
    background: #fff;
    text-align: center;
    padding: 40px 20px 80px;
    background: url(../curve.svg);
    background-repeat: no-repeat;
    text-align: center;
    height: 100%;
    width: 100%;
}

.pricing-rounded {
    border-radius: 50% !important;
    display: inline-block;
    height: 90px;
    margin: 15px ;
    padding: 10px;
    width: 90px;
}
.pricing-v4-head h4, .pricing-v4-head h5, .pricing-v4-head h5 span {
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    margin: 0;
    padding:0 0;
}
.pricing-v4-head h5 {
    font-size:34px;
    margin: 0;
}
.pricing-v4-head h4 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 0;
}
.pricing-v4-content {
    margin: 0;
}
.pricing-v4-content li {
    border-bottom: 1px solid rgb(23 111 175 / 31%);
    display: flex;
    font-size: 16px;
    margin: 0;
    padding: 10px 10px;
    text-align: left;
}
.pricing-v4-content li span.fa-check {
    color: #08a34e;
}
.pricing-v4-content li span.fa-times {
    color: #e00909;
}
.pricing-v4-content li span.fa {
    margin-right: 10px;
    font-size: 14px;
    padding-top: 4px;
}
.pricing-v4-footer {
    padding: 25px 0;
    border-top: none;
}


.abt_img {
    z-index: 2;
}
.image-holder {
    border-radius: 15px;
    background-color: #fafafa;
    border: 6px solid #fafafa;
    box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
}
.image-holder img {
    border-radius: 15px;
}
.shape{
    animation: bounce 5s linear infinite;
  -webkit-animation: bounce 5s linear infinite;
  margin-bottom: 30px;
}

.service-items {
    display: flex;
    align-items: center;
    padding-top: 30px;
}
.img-holder--alternate {
    background-color: #efefef;
    border-radius: 5px;
    padding: 15px;
    margin: 0;
}
.service-items__link {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding-top: 15px;
    text-decoration: none;
    padding-left: 15px;
}
@keyframes bounce {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(-40px);
    }
  }
  @-webkit-keyframes bounce {
    0% {
        transform: translateX(0px);
      }
      50% {
        transform: translateX(-40px);
      }
  }
  .shape-1 {
    animation: movebounce 5s linear infinite;
    -webkit-animation: movebounce 5s linear infinite;
    margin-bottom: 30px;
    position: absolute;
    z-index:-1;
    bottom: -30px;
    left: -90px;
}
@keyframes movebounce {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(20px);
    }
  }
  @-webkit-keyframes movebounce {
    0% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(20px);
      }
  }


  .business-hours
  { margin-bottom: 15px;} 


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
    padding: 0;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
  }
  
  .portfolio .portfolio-flters li {
    color: var(--color-secondary);
    cursor: pointer;
    display: inline-block;
	  font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
	  border:1px solid #eee;
	  padding:8px 12px;
	  margin-bottom:12px;
  }

.portfolio .portfolio-flters li

  
  .portfolio .portfolio-flters li:hover,
  .portfolio .portfolio-flters li.filter-active {
    color: #166fb0;
	  border-color:#166fb0;
  }
  
  .portfolio .portfolio-flters li:first-child {
    margin-left: 0;
  }
  
  .portfolio .portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  @media (max-width: 575px) {
    .portfolio .portfolio-flters li {
      font-size: 14px;
      margin: 0 5px;
    }
  }
  
  .portfolio .portfolio-item {
    position: relative;
  }
  
  .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;
  }
  
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-default);
    padding-right: 50px;
  }
  
  .portfolio .portfolio-item .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link,
  .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: rgba(27, 47, 69, 0.7);
    transition: 0.3s;
    line-height: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link:hover,
  .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: var(--color-primary);
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 14px;
    font-size: 28px;
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
  }
  

  .shadow-sm .navbar .navbar-nav .nav-link
  {padding:15px 0;}

  .shadow-sm .w-100
  {width: 120px !important;}

  .sticky-top.shadow-sm
  { padding: 5px 0;}
  
  
  .footer ul.menu{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .form-floating .form-control, .form-floating .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
.form-floating .form-control:focus ~ label,
.form-floating .form-select ~ label , 
.form-floating .form-control:not(:placeholder-shown) ~ label{
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating label{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out;
}
.form-floating .form-control::placeholder{
    color: transparent !important;
}
.form-floating .form-select,
.form-floating .form-control:focus, .form-floating .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating textarea.form-control {
    min-height: 200px;
}
.form-floating p{
    margin-bottom: 0;
}
#mailpoet_form_1 form.mailpoet_form{
    padding: 0 !important;
}
.mailpoet_paragraph input[type="email"]{
    border-radius: 8px;
    line-height: 1.6;
    border: 0;
    padding: 1rem 3rem 1rem 1.5rem !important;
}
.mailpoet_paragraph input[type="email"]:focus{
    outline: none;
}
.mailpoet_submit {
    width: unset !important;
    margin-right: 0.5rem !important;
    margin-top: 0.5rem !important;
    right: 0 !important;
    top: 0 !important;
    position: absolute !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #F1F3FA;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem !important;
    font-size: 1rem;
    border-radius: 8px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}