html, body{
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth; 
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.6px;
    font-weight: 600;
}
#services,
#who-we-are{
    scroll-margin-top: 100px;
}

.top-navbar{
    background-color: #00a551;
    padding: 4px 0px;
}
.text-gradient {
    background: linear-gradient(106.69deg, #1E9D72 0%, #A7C559 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.btn-1 {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    fill: #212121;
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(77deg, #1E9D72 0%, #E1DF3B 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 16px 50px 16px 50px;
    border: 0px !important;
}

.recent-blog{
    padding: 0;
}
.recent-blog li{
    margin-bottom: 12px;
}
.recent-blog a{
    font-size: 14px;
    color: #4c4f53;
}
.recent-blog a:hover{
    color: #6ca4db;
}

.whychoose-sideimage{
    background-image: url('../images/why-choose-us.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-2{
    background-color: #888;
    padding: 20px 0px;
}

.bg-light-new{
    background-color: #f5faff;
}

p{
    font-size: 14px;
    margin-bottom: 20px;
    color: #383838;
}

.project-desc-box p,
.project-desc-box td{
    color: #212529;
    font-size: 14px;
}

.feature-list{
    display: list-item !important;
}

.bg-light-2{
    background-color: #f2f6f7;
}
.cp-card{
    position: relative;
    padding: 3px;
    background-color: #FFF;
}
.cp-card::before {
    width: 30%;
    height: 2px;
    content: "";
    background: #274D89;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.cp-card:hover::before {
    width: 100%;
}
.cp-card-body{
    padding: 30px;
    text-align: center;
}
.cp-card-body p{
    font-size: 17px;
    margin-bottom: 4px;
    color: #000;
}
.cp-card-body a{
    text-decoration: none;
}
.cp-card-body h4{
    font-size: 22px;
    font-weight: 800;
    color: #F58631;
}

.bg-coffee-gray{
    background-color: #221c13;
}
.why-choose-card{
    padding: 0px 80px 0px 60px;
    border-left: 20px solid #cd8c66;
}
.why-choose-card .main-heading{
    color: #fff;   
}
.why-choose-card .title-3{
    color: #F58631;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.why-choose-card .para-3{
    color: #000;
    font-size: 14px;
}


.project-sidebox-sticky .btn-primary{
    border-radius: 5px;
}

.video-card {
    border-radius: 40px;
    padding: 40px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1), 1px 1px 5px 1px rgba(0,0,0,.05);
    box-sizing: border-box;
}
.hide-project{
    opacity: 0.6;
}
.hide-project:hover.pro-card:hover{
    box-shadow: none;
}

.project-card {
    width: 100%;
    border-radius: 0.5rem;
    background: #fff;
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
}
.project-card img{
    border-radius: 5px 5px 0px 0px;
}
.project-card:hover {
    box-shadow: rgb(50 50 93 / 25%) 0 13px 27px -5px, rgb(0 0 0 / 30%) 0 8px 16px -8px;
}
.project-card-body{
    padding: 20px;
}
.project-card-body .title-1 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #4E5C79;
}
.project-card-body .title-2 {
    font-size: 24px;
    color: #2D3954;
    margin: 0;
}
.project-card-footer {
    padding: 16px;
    border-top: 1px solid #ddd;
}

.project-nav-list-area{
    position: sticky;
    top: 89px;
    background-color: #fff;
    z-index: 1;
}

.project-nav-list{
    margin-top: 10px;
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}
.project-nav-list li{
    display: inline-block;
    padding: 12px 16px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #1c2d3a;
    cursor: pointer;
}
.project-nav-list li a{
    text-decoration: none;
    color: #1c2d3a;
}
.project-desc-box {
    padding: 26px;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}
.project-nav-list li.active{
    color: #d10c11;
    border-bottom: 2px solid #d10c11;
}
.project-nav-list li.active a{
    color: #d10c11;
}

.carousel-control-prev,
.carousel-control-next{
    opacity: 1;
}

.carousel-control-prev i,
.carousel-control-next i{
    background-color: #000;
    padding: 4px;
    border-radius: 50px;
    font-size: 40px;
}


.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}

.text-justify{
    text-align: justify;
    color: #484848 !important;
}
.navbar{
    padding: 0px;
    background-color: #fff;
}
.navbar .navbar-brand img{
    width: 280px;
}
.navbar .nav-item .nav-link{
    margin: 28px 18px;
    padding: 6px 0px;
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-bottom: 1px solid transparent;
}
.navbar .nav-item .nav-link:hover{
    color: #000;
    border-bottom: 1px solid #36dea4;
}
.nav-call-btn{
    background-color: #ed1c24;
    font-size: 24px;
    font-weight: 800;
    padding: 22px 30px !important;
    display: block;
    text-decoration: none;
    color: #000;
    letter-spacing: -1px;
}

.bg-primary{
    background-color: #993133 !important;
}

.bg-primary1{
    background-color: #ed1c24;
}

.section{
    padding-top: 54px;
    padding-bottom: 54px;
}
.main-heading{
    font-size: 2.7rem;
    font-weight: 700;
    color: #464646;
    margin: 15px 0 20px;
    line-height: 1.2;
}
.small-heading{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.underline{
    height: 3px;
    width: 90px;
    background-color: #ed1c24;
}

.btn1{
    padding: 15px 60px;
    border: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    background-color: #ed1c24;
    border-color: #ed1c24;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn1:hover{
    color: white;
    background-color: #ee4b28;
    border-color: #ed431f;
}

.btn2{
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn2:hover{
    color: white;
    background-color: #000;
    border-color: #000;
}

.service-social-media a i{
    color: #000;
    font-size: 22px;
    margin-right: 8px;
    border: 1px solid #999;
    padding: 6px;
    border-radius: 4px;
}

.social-media a i{
    color: #000;
    font-size: 22px;
    margin-right: 8px;
}

.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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;
}
.btn-primary {
    color: #fff;
    background-color: #993133;
    border-color: #993133;
}
.btn-primary:hover {
    color: #fff;
    background-color: #7c2829;
    border-color: #722526;
}
.btn-lg {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    padding: 0.8rem 2rem;
    font-weight: 500;
}
.btn-primary:disabled {
    background-color: #993133 !important;
}

.contact-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.contact-box .form-control, .contact-box .form-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #9c9393;
    background-color: #f7f7f7;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 12px 20px;
    margin-bottom: 8px;
}
.contact-info-box {
    background-color: #232323;
    border-radius: 20px;
    padding: 40px;
}
.info-text {
    color: #fff;
    font-size: 14px;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}

.fw-400 {
    font-weight: 400;
}

.pattern-card {
    background-repeat: no-repeat;
    background-image: url(../img/pattern.png);
    background-position: -141px -136px;
    cursor: default;
    background-size: 280px;
    transition: all ease 0.2s;
    border-bottom: 6px solid #993133;
    padding: 60px 0px;
}

.floor-img-view .content-overlay{
    opacity: 1 !important;
    background: rgba(0,0,0,0.7) !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: background-color .3s cubic-bezier(.42, .00, .58, 1.00);
}


.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu li{
    width: 100%;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
    color: #fff;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #504646;
    font-size: 15px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #221c13;
    color: #fff;
}
.navbar .nav-item .dropdown-menu{ 
    background-color: #272727;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ 
        margin-top:0; 
    }
}

.enquiry-form .form-control{
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 6px !important;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.enquiry-form .form-control:focus{
    box-shadow: unset;
}

/* Footer */
.footer-top{
    /* background-color: #272727; */
    background-image: linear-gradient(77deg, #1E9D72 0%, #E1DF3B 100%);
    padding: 60px 0px;
    border-bottom: 1px solid #323131;
}
.call-heading{
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
}

.footer-area{
    background-color: #272525;
    padding: 40px 0px;
}
.footer-area p{
    font-size: 14px;
    color: #000;
}
.footer-area .heading{
    font-size: 22px;
    color: #000;
    margin: 18px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-links{
    list-style: none;
    padding: 0;
}
.contact-links li{
    padding-bottom: 10px;
	display: block;
}
.contact-links .contact-link{
    color: #000;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
}
.contact-links .contact-link i{
    font-size: 20px;
    margin-right: 8px;
}
.contact-links .contact-link:hover{
    color: #262626;
}
.footer-links i{
    font-size: 14px !important;
}
.contact-link .link-text{
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.heading {
    font-size: 26px;
    color: #000;
}
.bg-f2f2f2 {
    background-color: #f2f2f2;
}
.box-left-border {
    border-left: 10px solid gray;
    padding-left: 16px;
}

.box3 {
    border-radius: 20px;
    box-shadow: -0.07px 0.998px 9px 0px rgb(0 0 0 / 20%);
    padding: 5% 5%;
}

.project-sidebox-sticky{
    position: sticky;
    top: 120px;
}
.project-sidebox{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 16%), 0 0 20px 0 rgb(0 0 0 / 6%);
    padding: 32px;
}
.project-sidebox .p-sm{
    color: #565e59;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 24px;
}


.rela-bg{
    background-color: #eef7fe;
}
.related-project{
    margin: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.related-project img {
    transition: all .5s ease-in;
}
.related-project-body{
    padding: 20px 20px;
}
.related-project-body h4{
    color: #f68f16;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -.7px;
    margin-bottom: 6px;
}
.related-project-body h5{
    font-size: 16px;
}

.user-about .about-listing {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    padding: 30px;
}
.user-about .about-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
li {
    display: inline-block;
    font-size: 14px;
}
.user-about .about-listing ul li h4 {
    color: #d51419;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.user-about .about-listing ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}
.user-about .about-listing ul li + li {
    margin-left: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.partners .item{
    margin: 10px;
}
.partners .item img{
    width: 100%;
}

.testimonials .item{
    margin: 20px;
}
.testi-card {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 15px 15px 40px 15px;
    border-radius: 13px;
    box-shadow: 0 17px 15px -7px #ddd;
    margin-top: 28px;
}
.testi-card .testi-quote i {
    font-size: 40px;
    margin-bottom: 14px;
}
.testi-card .testi-content p {
    font-size: 15px;
    color: #111;
}
.testi-card .testi-content i {
    font-size: 16px;
    color: #85C441;
}
.testi-card .testi-content h4 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
}


.pro-card{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 12px;
    margin-bottom: 20px;
}
.pro-card:hover {
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 12%);
}
.onGoingProjects .item{
    margin: 8px;
}

.pro-card-body{
    padding: 14px 14px;
    text-align: center;
}
.pro-card-body .underline-3{
    width: 40px;
    height: 1px;
    background-color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pro-card-body a{
    text-decoration: none;
    color: #333333;
}
.pro-card-body a:hover{
    color: #888;
}
.pro-card-body .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.pro-card-body .para{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.pro-card-content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
}
  
.pro-card-content .content-overlay {
    border-radius: 6px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
  
  .pro-card-content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    border-radius: 6px;
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .pro-card-content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }

  .fadeIn-bottom{
    top: 80%;
  }

.btn-gra{
    display: inline-block;
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: -5.15px 8.572px 25px #ddd;
    box-shadow: -5.15px 8.572px 25px #ddd;
    text-transform: uppercase;
    text-decoration: none;;
    background-image: linear-gradient(to right, #d81f24 0%, #c3080d 51%, #5eac12 100%);
    padding: 12px 30px 10px;
    font-weight: 600;
    font-size: 14px;
}
.btn-gra:hover {
    background-position: right center;
}

.owl-nav {
    margin-top: 0;
}
.inner-banner .inner-title {
    padding-top: 70px;
    padding-bottom: 70px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 49px !important;
    border-radius: 50px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #0071dc !important;
}
.owl-nav .owl-next:hover {
    color: #ffffff !important;
    background-color: #0071dc !important;
}

.owl-nav .owl-prev:hover {
    color: #ffffff !important;
    background-color: #0071dc !important;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
    line-height: 49px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #0071dc !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i{
    position: relative;
    top: -3px;
    font-size: 30px;
}

.project-hr{
    color: #b39c9c;
    margin: 34px 0px;
}


.button-filled-green {
    align-items: center;
    background-color: #36dea4;
    border: 1px solid #36dea4;
    border-radius: 48px;
    color: #083819;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 140%;
    padding: 14px 24px;
    text-transform: uppercase;
}
.button-filled-green:hover{
    background-color: #272727;
    color: #fff;
}
.button-filled-green:hover i, 
.button-filled-green:hover span{
    color: #fff;
}
.button-filled-green i{
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
.button-filled-green span {
    color: #083819;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 120%;
    margin-left: 10px;
    text-transform: uppercase;
}


.button-outline{
    background-color: #484848;
    border: 1px solid #e0e3e2;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 24px;
    text-align: center;
    text-transform: uppercase;
}
.button-outline:hover{
    background-color: #36dea4;
}
.button-outline i{
    font-size: 16px;
    position: relative;
    top: 2px;
}
.button-outline span{
    font-size: 13px;
}

.project-side-heading{
    color: #111111;
    font-size: 26px;
    font-weight: 600;
}
.project-heading{
    font-size: 22px;
    /* margin-top: 16px; */
    margin-bottom: 16px;
    color: #1c2d3a;
    font-weight: 500;
}

.list-style-none{
    list-style: none;
    padding: 0;
}
.list-style-none li{
    margin-bottom: 8px;
}
.list-style-none i{
    font-size: 18px;
}

.privacy {
    padding: 14px 0px;
}
.privacy a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
/* // Footer */

.banner-area {
    background: url(../images/banner-all-pages.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 80px 80px;
}
.banner-overlay {
    background-color: #00000085;
    padding-top: 220px;
    padding-bottom: 30px;
    border-radius: 0px 0px 80px 80px;
}
.banner-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.fs-12{
    font-size: 12px;
}


.carousel-control-next-icon, 
.carousel-control-prev-icon{
    background-color: #000;
    border-radius: 50px;
}

.sidebtn-fixed {
    background: #993133 none repeat scroll 0 0;
    border: 0px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 34px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    transform: rotate(90deg);
    float: left;
    right: 25px;
    top: 45%;
    z-index: 9999;
    margin-right: -94px;
}

.box1 {
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 20px 30px;
    margin-bottom: 24px;
    padding: 20px;
    transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}
.box1:hover {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
}
.box1:hover i {
    color: #59EBE5 !important;
}

.box1 .box1-icon i{
    font-size: 60px;
    padding: 16px;
    width: 80px;
    margin-bottom: 10px;
    color: #F28B8B;
}
.box1 .box1-content h4{
    font-size: 22px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
}
.box1 .box1-content p{
    font-size: 16px;
    font-weight: 400;
    color: #494949;
}

.bg-why-choose{
    background-color: #f7f9fb;
}
.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}
.in-blog p{
    line-height: 25px;
}

.blog-card {
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
    margin-bottom: 10px;
    margin-bottom: 26px;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 5px solid #993133;
    background-color: #fff;
}
.blog-card .card-body {
    padding: 1.25rem;
}
.blog-card .card-body a {
    text-decoration: none;
}
.blog-card .blog-heading {
    height: 50px;
    overflow: hidden;
}
.blog-heading {
    color: #000;
    font-size: 20px !important;
    padding: 0;
    border: none;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3em !important;
    font-weight: 600;
}
.blog-card p {
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
    height: 86px;
    overflow: hidden;
}
.blog-readmore {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #111;
    text-decoration: none !important;
}
.blog-readmore i{
    position: relative;
    top: 4px;
    font-size: 20px;
    font-weight: 600;
}


@media only screen and (max-width: 680px) {

    .sidebtn-fixed{
        display: none;
    }
    .navbar .navbar-brand img {
        width: 130px;
        margin-left: 16px;
    }
    .navbar-toggler{
        background-color: #fff;
        margin-right: 16px;
    }
    .navbar-toggler-icon{
        width: 22px;
        height: 22px;
    }
    .navbar .nav-item .nav-link{
        padding: 10px 20px !important;
        margin: 0px 0px;
    }
	.nav-item{
        border-bottom: 1px solid #aaa;
    }

    .section {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .banner-overlay{
        padding-top: 100px;
    }
    .banner-overlay,
    .banner-area{
        border-radius: 0px 0px 50px 50px;
    }
    .banner-heading{
        font-size: 22px;
    }

    .owl-theme .owl-nav {
        margin-top: 30px;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next{
        position: relative;
        left: 0 !important;
    }
    .why-choose-card{
        padding: 10px 30px 10px 30px;
        border-left: 8px solid #cd8c66;
    }
    .contact-box{
        padding: 20px;
    }
    .main-heading{
        font-size: 30px;
    }

    .project-nav-list-area{
        top: 70px;
    }
    .project-desc-box{
        padding: 10px;
    }
   
}
