/*
Theme Name: tiss-theme
*/



@font-face {
	font-family: sf-display-medium;
	src: url(../tiss-theme/assets/sf-pro-display/SFPRODISPLAYMEDIUM.OTF);
	font-weight: 500;
}


@font-face {
	font-family: sf-display-bold;
	src: url(../tiss-theme/assets/sf-pro-display/SFPRODISPLAYBOLD.OTF);
	font-weight: 600;
}


h1,h2,h3,h4,h5,h6{
    font-family: "sf-display-bold";
}

p, a{
   font-family: "Roboto", sans-serif;
    color: #000000de;  
    font-size: 16px;                                         
}

span{
    font-family: "Roboto", sans-serif;  
}

a:hover{
   
    text-decoration: none !important;
}

.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2c6ed5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html {
    scroll-behavior: smooth;
}

body{
    background: #ffffff !important;
}

.container {
    max-width: unset !important;
    padding: 0 6% !important;
}



/* header start */

.header-wrapper {
    width: 100%;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 9;
    padding: 8px 0;
    box-shadow: 0px 4px 4px 0 #00000021;
}

.f-nav .header-wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: .3s ease;
}

.header-logo img {
    width: 90px;
    object-fit: cover;
    height: auto;
    margin-right: auto;
    display: block;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 80px;
}

.f-nav .menu-logoheader{
    padding-top: 0;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button {
    display: flex;
    align-items: center;
}

.header-enquiry-btn a {
    display: inline-flex;
    gap: 10px;
    background: linear-gradient(90deg,rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #ffffff;
    padding: 12px 20px;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-enquiry-btn a:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 164, 240, 0.4);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #3f69aa !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #3f69aa !important;
}



.quote-popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);

    display:flex;
    align-items:center;
    justify-content:center;

    opacity:0;
    visibility:hidden;

    transition:.4s;
    z-index:99999;
}

.quote-popup-overlay.active{
    opacity:1;
    visibility:visible;
}

.quote-popup-box{
    width:90%;
    max-width:550px;
    background:#fff;
    padding:40px;
    border-radius:20px;
    position:relative;

    transform:translateY(60px);
    transition:.5s;
}

.quote-popup-overlay.active .quote-popup-box{
    transform:translateY(0);
}

.quote-popup-close{
    position:absolute;
    top:15px;
    right:20px;

    border:none;
    background:none;

    font-size:30px;
    cursor:pointer;
}

.quote-popup-box h3{
    margin-bottom:10px;
}

.quote-popup-box p{
    margin-bottom:25px;
}

.wpcf7-spinner {
    display: none;
}

/* header ends */


/* banner section start  */

.banner-wrapper {
    width: 100%;
    height: 115vh;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.banner-contain-fluid {
    padding: 0 !important;
}

.banner-img {
    width: 100%;
    object-fit: cover;
    height: 115vh;
}

.banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.15) 60%,
        rgba(0,0,0,0.05) 100%
    );
    z-index: 1;
}

.banner-content {
    position: absolute;
    z-index: 2;
    top: 38%;
    left: 0;
    right: 0;
    transform: translateY(62%);
    width: 70%;
    color: #fff;
    margin: auto;
    text-align: center;
}

.banner-title {
    font-size: 62px;
    font-family: "sf-display-bold";
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner-para p {
    font-size: 26px;
    font-family: "sf-display-medium";
    line-height: 1;
    opacity: 0.9;
    margin-bottom: 25px;
    color: #fff;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
    width: 50px;
    height: 50px;
    z-index: 9;
}

.banner-slider .slick-prev {
    left: 25px;
}

.banner-slider .slick-next {
    right: 25px;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    font-size: 30px;
    color: #fff;
}

.banner-slider .slick-dots {
    bottom: 30px;
}

.banner-slider .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}

.banner-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}


/* banner section end  */


/* about us section start  */

.about-us-section {
    padding: 60px 0;
}

.about-us-images {
    position: relative;
    min-height: 520px;
}

.about-us-images::before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: -15px;
    width: 250px;
    height: 255px;
    background-image: url('./assets/img/dot-pattern.png');
    background-repeat: repeat;
    opacity: 0.4;
    z-index: 0;
}

.about-us-img {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-img-featured {
    top: 0;
    left: 10px;
    width: 50%;
    height: 310px;
    border-radius: 15px;
}

.about-us-img-2 {
    top: 35px;
    right: 35px;
    width: 40%;
    height: 180px;
    border-radius: 15px;
}

.about-us-img-3 {
    bottom: 10px;
    left: 30%;
    width: 55%;
    height: 290px;
    border: 15px solid #fff;
    border-radius: 15px;
}

.about-us-img-3 {
    border-radius: 25px;
}

.about-us-experience {
    position: absolute;
    bottom: 20px;
    left: 5px;
    background: linear-gradient(270deg, rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #fff;
    padding: 35px 25px;
    border-radius: 18px;
    z-index: 3;
    text-align: center;
    width: 170px;
}

.about-us-experience h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-us-experience p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.about-us-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1e90ff;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 16px;
}

.about-us-content h2 {
    font-size: 48px;
    font-weight: 700;
    width: 90%;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.about-us-content span {
    color: #1e90ff;
}

.about-us-content p {
    font-size: 16px;
    margin-bottom: 40px;
}

.about-us-box h5 {
    color: #1e90ff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-us-box h5::before {
    content: "✓";
    color: #ffffff;
    background: #4caeed;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
    padding: 4px;
}

.about-us-box p {
    margin: 0;
}

/* BUTTON */
.about-us-btn {
    display: inline-flex;
    gap: 10px;
    background: linear-gradient(90deg,rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #ffffff;
    padding: 12px 20px;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-us-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 164, 240, 0.4);
}


/* about us section start  */


/* service section start */

.service-wrap {
    background: #F7F7F7;
    padding: 60px 0px 100px;
    position: relative;
    overflow: hidden;
}

.common-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
}

.service-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../tiss-theme/assets/img/wave-pattern.png");
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    pointer-events: none;
}

.service-wrap .custom-container {
    position: relative;
    z-index: 2;
}

.service-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 70px auto;
}

.service-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.service-title span {
    color: #3b82f6;
}

.service-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}

.service-card {
    display: block;
    text-decoration: none;
    position: relative;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

.service-card-img {
    border-radius: 20px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    background: #e5e7eb;
}

.service-card-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.4,0,.2,1);
}

.service-card:hover .service-card-img img {
    transform: scale(1.08);
}

.service-card-content {
    background: #ffffff;
    width: calc(100% + 15px);
    border-radius: 20px 0 20px 20px;
    padding: 20px;
    bottom: -30px;
    left: -15px;
    position: absolute;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.service-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0C5BA9;
    margin-bottom: 8px;
}

.service-card-content p {
    font-size: 14px;
    color: #727272;
    line-height: 1.6;
    margin: 0;
    padding-right: 70px;
}

.service-card-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    border: 1px solid #E3DBD8;
    background: #ffffff;
    color: #034833;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .35s ease;
}

.service-card i {
    transform: rotate(-45deg);
}

.service-card:hover .service-card-arrow {
    background: linear-gradient(
        90deg,
        rgba(27, 137, 204, 1) 42%,
        rgba(88, 183, 245, 0.93) 100%
    );
    color: #ffffff;
}

/* service section ends */

/* products section start */

.products-wrap {
    background: #F7F7F7;
    padding: 60px 0px 0px;
    position: relative;
    overflow: hidden;
}

.products-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../tiss-theme/assets/img/wave-pattern.png");
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    pointer-events: none;
}

.products-wrap .container-fluid {
    position: relative;
    z-index: 2;
}

.products-slider-title-wrap {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px auto;
}

.products-slider-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.products-slider-subtitle {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
}

/* product card */

.products-slider-item {
    padding: 10px;
    margin: 20px 10px 60px !important;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 4px 13px 15px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.products-img-wrap {
    width: 100%;
    height: 230px;
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 20px;
}

.products-img-wrap img {
    width: 100%;
    height: 230px;
    background: #f3f3f3;
    object-fit: contain;
    border-radius: 20px;
    transition: transform .6s cubic-bezier(.4,0,.2,1);
}

.products-slider-item:hover img {
    transform: scale(1.07);
}

.products-slider-item-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}


/* products section end */

/* gallery section start */

.gallery-wrap {
    padding: 120px 0 60px;
    background: #FFFFFF;
    overflow: hidden;
}

.gallery-wrap .container-fluid {
    padding: 0;
}

.gallery-main-row {
    margin-left: clamp(-240px, -40vw, -120px) !important;
}

.gallery-header {
    padding-left: 100px;
}

.common-tag {
    font-size: 14px;
    color: #2E7CC8;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.common-tag-icon {
    width: 18px;
    height: auto;
    object-fit: contain;
}

.gallery-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.gallery-main-title span {
    color: #3b82f6;
}

.gallery-desc {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 20px;
}

.gallery-btn {
    display: inline-flex;
    gap: 10px;
    background: linear-gradient(90deg,rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #ffffff;
    padding: 12px 20px;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gallery-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 164, 240, 0.4);
}

.gallery-item {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-big {
    height: 370px;
    overflow: visible;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.gallery-big.first-item {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.gallery-big.first-item::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 40px;
    width: clamp(200px, 40vw, 495px);
    height: 250px;
    border-radius: 20px;
    background: #F7F7F7;
    z-index: -1;
}

.gallery-big.first-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    width: clamp(200px, 20vw, 495px);
    height: 250px;
    border-radius: 20px;
    background: #F7F7F7;
    z-index: -1;
}

.gallery-right-main-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
}

.row.gallery-right-row {
    justify-content: flex-end;
    align-items: flex-end;
    --bs-gutter-x: 0; 
    margin: 0;
}

.gallery-small {
    height: 215px;
    margin-top: 15px;
}

.gallery-wide {
    height: 215px;
    margin-top: 15px;
}

/* gallery section ends */



/* brand section start */

.brand-section {
    padding: 100px 0;
    background: #f3f3f3;
}

.brand-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 90px;
}

.brand-subtitle{
    font-size: 14px;
    letter-spacing: 2px;
    color: #2c6ed5;
    font-weight: 600;
    margin-bottom: 15px;
}

.brand-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.brand-title span{
    color: #2c6ed5;
}

.brand-desc{
    font-size: 16px;
    color: #727272;
    line-height: 1.6;
}

.brand-row {
    margin-bottom: 140px;
}

.brand-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0;
    height: 430px;
    border-radius: 30px;
}

.brand-card-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #fff;
    padding: 0;
    height: 430px;
    border-radius: 30px;
}

.brand-col {
    padding: 0 !important;
}

.brand-content img {
    width: 200px;
    object-fit: cover;
    height: 82px;
    margin-bottom: 40px;    
}

.brand-image {
    position: relative;
    top: -20px;  
}

.brand-image img {
    width: 100%;
    object-fit: cover;
    height: 470px;
    border-radius: 30px;
}

.brand-row:last-child {
  margin-bottom: 0;
}

.brand-content {
    padding: 40px;
}


/* brand section end  */


/* testimonial section starts */

.testimonial-wrap {
    padding: 60px 0;
    position: relative;
    background: #f7f8fa;
    overflow: hidden;
}

.testimonial-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../tiss-theme/assets/img/wave-pattern.png");
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    pointer-events: none;
}

.testimonial-wrap .testimonial-tot-wrap {
    position: relative;
}

.testimonial-header {
    text-align: center;
    margin: 0 auto 60px;
}

.testimonial-subtitle{
    font-size: 14px;
    letter-spacing: 2px;
    color: #2c6ed5;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-title{
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.testimonial-title span{
    color: #2c6ed5;
}

.testimonial-desc{
    font-size: 16px;
    color: #727272;
    line-height: 1.6;
}

.testimonial-slider{
    position: relative;
}

.testimonial-card {
    position: relative;
    height: 400px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 10px 0 hsl(0deg 0% 0% / 25%);
    margin: 15px;
}

.testimonial-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.testimonial-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    position: absolute;
    background: #fff;
    margin: 20px;
    bottom: 0;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    left: 0;
    right: 0;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    position: relative;
    margin: -55px auto 15px;
    border: 10px solid #fff;
    border-radius: 50%;
}

.testimonial-avatar::before {
    content: "";
    position: absolute;
    bottom: 29px;
    right: -20px;
    background: #ffffff;
    width: 16px;
    height: 11px;
    border-top-right-radius: 18px;
    corner-right-shape: scoop;
}

.testimonial-avatar::after {
    content: "";
    position: absolute;
    bottom: 29px;
    left: -19px;
    background: #ffffff;
    width: 16px;
    height: 10px;
    border-top-left-radius: 18px;
    corner-left-shape: scoop;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-role{
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
}

.testimonial-text{
    font-size: 14px;
    color: #727272;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-rating i{
    color: #ff9d00;
    margin: 0 2px;
}

.testimonial-arrows{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
}

.testimonial-arrow {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    cursor: pointer;
    pointer-events: auto;
    transition: all .3s ease;
}

.testimonial-prev{
    left: -30px;
}

.testimonial-next{
    right: -30px;
}

.testimonial-arrow i{
    font-size: 16px;
}

/* testimonial section ends */


/* get in touch section start */

.gettouch-wrap {
    background: #ffffff;
    padding: 60px 0;
}

.gettouch-form-row .gettouch-form-col {
    margin-bottom: 20px;
}

.gettouch-input-wrap {
    position: relative;
}

.gettouch-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 4px;
}

.gettouch-input-wrap br {
    display: none;
}

.gettouch-form-row p {
    margin-bottom: 0;
}

.gettouch-form-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 6;
    color: #2b84c6;
    pointer-events: none;
}

.textarea-wrap .gettouch-form-icon {
    top: 20px;
    transform: unset !important;
}

.gettouch-input {
    width: 100%;
    height: unset;
    border-radius: 40px;
    border: 1px solid #E3DBD8;
    padding: 12px 30px 12px 15px;
    font-size: 14px;
    outline: none;
}

.gettouch-textarea {
    width: 100%;
    height: 140px;
    border-radius: 20px;
    border: 1px solid #E3DBD8;
    padding: 12px 30px 12px 15px;
    resize: none;
    font-size: 14px;
}

.gettouch-input input:focus,
.gettouch-input textarea:focus {
    outline: none;
    border-color: #2c6ed5;
    box-shadow: none;
}

.gettouch-submit {
    width: 100%;
    height: unset;
    border-radius: 40px;
    padding: 12px 15px;
    border: none;
    background: linear-gradient(90deg,#2c6ed5,#53a6db);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.gettouch-info-box{
    padding-left:50px;
}

.gettouch-tag {
    font-size: 14px;
    color: #2E7CC8;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.gettouch-tag-icon {
    width: fit-content;
    height: 10px;
    object-fit: contain;
}

.gettouch-title{
    font-size: 46px;
    line-height: 1.25;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
}

.gettouch-title span{
    color: #3b82f6;
}

.gettouch-desc{
    font-size: 16px;
    color: #727272;
    line-height: 1.7;
}

.gettouch-contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.gettouch-contact-list li{
    display:flex;
    align-items:flex-start;
    margin-bottom:22px;
}

.gettouch-icon {
    font-size: 25px;
    margin-right: 15px;
    background: linear-gradient(
        90deg,
        rgba(27, 137, 204, 1) 42%,
        rgba(88, 183, 245, 0.93) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.gettouch-contact-list small{
    display:block;
    font-size:16px;
    color:#727272;
}

.gettouch-contact-list a{
    color:#034833;
    font-weight:600;
    font-size:16px;
    text-decoration:none;
}

.gettouch-contact-list p{
    margin:0;
    font-size:16px;
    color:#034833;
    font-weight:600;
}


/* get in touch section ends */


/* footer section start  */

.footer {
    background: #fff;
    padding: 60px 0 0;
    color: #727272;
    font-size: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.footer-about, .footer-links, .footer-social-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-logo {
    width: 100px;
    margin-bottom: 30px;
}

.footer-about p {
  max-width: 320px;
  line-height: 1.7;
}

.footer h4 {
    font-size: 16px;
    color: #1e88e5;
    margin: 40px 0 20px;
    font-weight: 600;
}

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

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links ul li a {
  color: #555;
  text-decoration: none;
}

.footer-links ul li a:hover {
  color: #1e88e5;
}

.footer-social a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #555;
  text-decoration: none;
  margin-bottom: 14px;
}

.footer-social i {
  font-size: 18px;
}

.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 60px;
  padding: 20px 0;
  font-size: 14px;
}

.copy-col {
    text-align: left;
}

.policy-col {
    text-align: right;
}

.footer-bottom a {
    margin-left: 0;
    color: #555;
    text-decoration: none;
}

.footer-bottom .copy-col {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}

.footer-bottom a:hover {
  color: #1e88e5;
}


/* footer section end  */



/* inner page header section start  */

.innerpage-header {
    position: relative;
    height: 65vh;
    overflow: hidden;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

.innerpage-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    transform: translateY(-40%);
}

.about-us-boxh6#breadcrumbs {
    font-size: 16px;
}

.pageheading-middle a {
    color: #2c6ed5;
}

/* inner page header section end  */


/* inner about us page start */

.inner-about-us-wrap {
    padding: 60px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.inner-about-us-wrap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inner-about-image-depth-wrap {
    position: relative;
    padding-right: 30px;
}

.inner-about-image-depth {
    position: relative;
    display: inline-block;
    width: 100%;
}

.inner-about-image-depth img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    transition: transform 0.5s ease;
}

.inner-about-float-image {
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 300px;
    padding: 8px;
    background: #ffffff;
    border-radius: 23px;
    z-index: 4;
}

.inner-about-float-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.inner-about-exp-box {
    position: absolute;
    bottom: -60px;
    right: 250px;
    background: #2E7CC8;
    background: linear-gradient(
270deg, rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    z-index: 5;
    box-shadow: 0px 8px 15px #00000040;
}

.inner-about-exp-box h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.inner-about-exp-box span {
    font-size: 16px;
    display: block;
    margin-top: 6px;
    opacity: 0.9;
}

.inner-about-content-wrap {
    padding-left: 30px;
}

.inner-about-us-tag {
    font-size: 16px;
    color: #2E7CC8;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.inner-about-content-wrap h1 {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.inner-about-content-wrap h1 span {
    color: #2E7CC8;
}

.inner-about-content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #727272;
}


.inner-about-mv-wrap {
    padding: 60px 0;
    background: #f7f7f7;
    position: relative;
}

.inner-about-row {
    margin: 0 100px !important;
}

.inner-about-mv-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../tiss-theme/assets/img/wave-pattern.png");
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    pointer-events: none;
}

.inner-about-mv-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.inner-about-mv-header h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.inner-about-mv-header h2 span {
    color: #2E7CC8;
}

.inner-about-mv-header p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #727272;
}

.inner-about-mv-col {
    margin-bottom: 30px;
}

.inner-about-mv-item,
.mission-vision-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.mission-vision-content h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #000;
}

.mission-vision-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #00000099;
}


/* inner about us page ends */


/* inner projects page start */

.inner-project-wrap {
    padding: 60px 0;
    background: #ffffff;
}

.inner-project-header {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.inner-project-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.inner-project-title {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.inner-project-title span {
    color: #3b82f6;
}

.inner-project-desc {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 20px;
}

.inner-project-col {
    margin-bottom: 30px;
}

.inner-project-card {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}

.inner-project-image {
    position: relative;
    overflow: hidden;
}

.inner-project-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.inner-project-card:hover .inner-project-image img {
    transform: scale(1.08);
}

.inner-project-content {
    padding: 0 15px 15px;
    position: relative;
    margin-top: -40px;
}

.inner-project-card-title {
    margin-bottom: 10px;
    line-height: 1;
    background: #ffffff;
    padding: 20px 20px 0;
    max-width: 90%;
    margin-left: -20px;
}

.inner-project-card-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000d3;
    text-decoration: none;
}

.inner-project-card-title a:hover {
    color: #000000;
}

.inner-project-card-excerpt {
    margin-top: 10px;
    font-size: 14px;
    color: #727272;
    line-height: 1.6;
}

.inner-project-readmore {
    display: inline-flex;
    gap: 10px;
    background: linear-gradient(90deg,rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #ffffff;
    padding: 12px 20px;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.inner-project-readmore:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 164, 240, 0.4);
}

/* inner projects page ends */


/* inner gallery page start */

.inner-gallery-wrap {
    padding: 60px 0;
    background: #ffffff;
}

.inner-gallery-header {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.inner-gallery-title {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 5px;
}

.inner-gallery-title span {
    color: #2c6ed5;
}

.inner-gallery-desc {
    font-size: 16px;
    color: #727272;
    line-height: 1.6;
    margin-bottom: 10px;
}

.inner-gallery-gallery {
    column-count: 4;
    column-gap: 20px;
}

.inner-gallery-item {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.inner-gallery-item img {
    width: 100%;
    display: block;
    height: auto;
    transition: transform .5s ease, filter .5s ease;
}

.inner-gallery-item:hover img {
    transform: scale(1.04);
    filter: brightness(.95);
}


/* inner gallery page ends */


/* inner page blog section start  */

.inner-blog-wrapper {
    padding: 60px 0;
}

.inner-blog-col {
  margin-bottom: 25px; 
}

.inner-blog-header {
    text-align: center;
    margin-bottom: 50px;
}

.inner-blog-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
}

.inner-blog-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  border: none !important;
  height: 100%; 
}

.inner-blog-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.inner-blog-img {
  display: block;           
  width: 100%;              
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.inner-blog-date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}

.inner-blog-day {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.inner-blog-month {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #727272;
}

.inner-blog-link {
  text-decoration: none !important;
  color: inherit;
  display: flex;           
  flex-direction: column;
  height: 100%;              
}

.inner-blog-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.inner-blog-post-title {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.inner-blog-excerpt {
    margin-bottom: 15px;
    color: #6c757d;
    font-size: 16px;
}

.inner-blog-read-more {
    display: inline-flex;
    gap: 10px;
    background: linear-gradient(90deg,rgba(27, 137, 204, 1) 42%, rgba(88, 183, 245, 0.93) 100%);
    color: #ffffff;
    padding: 12px 20px;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.inner-blog-read-more:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 164, 240, 0.4);
}

.inner-blog-read-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.inner-blog-read-more:hover i {
  transform: translateX(5px);
}

.inner-blog-pagination-col {
    margin-top: 25px;
    text-align: center;
}

.inner-blog-empty {
  text-align: center;        
}

.inner-blog-pagination {
  display: inline-block;
  padding: 10px;
}

.inner-blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.inner-blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 600;
}

.inner-blog-pagination .page-numbers.current,
.inner-blog-pagination .page-numbers:hover {
  background: #FEDD56;
  color: #000;
  border-color: #FEDD56;
}


/* inner page blog section end  */


/* inner page contact us section start  */


.inner-contact-us-map-section {
    padding: 60px 0;
}

.inner-contact-section-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 60px;  
    text-align: center;
}

.inner-contact-us-map {
    width: 80%;
    height: auto;
    margin: auto;
}

.inner-contact-us-map h2 {
	font-size: 34px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;	
}

.inner-contact-us-map iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
    border-radius: 20px;
}

.inner-contact-extra-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 60px 0;
}

.inner-contact-map-card {
    width: 50%;
    height: auto;
}

.inner-contact-map-card h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin: 40px 0 30px;
    text-align: center;
}

.inner-contact-map-card iframe {
	width: 100%;
    height: 400px;
    border: 0;
    display: block;
    border-radius: 20px;
}

/* inner page contact us section end  */


/* single page service section start  */

.single-service-page {
  padding: 80px 0;
}

.single-service-image {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.single-service-featured-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.single-service-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-service-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.single-service-sidebar {
  position: sticky;
  top: 120px;
}

.single-service-related {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 15px;
}

.single-service-related-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-related-service-sidebar {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
}

.single-related-service-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.single-related-service-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 5px;
}

.single-related-service-card {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    padding: 10px;
    border-radius: 12px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-related-service-card:hover {
    box-shadow: 0px 0px 0px 2px #000000;
}

.single-related-service-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.single-related-service-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-related-service-name {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    color: #000000;
}

.single-related-service-info span {
    font-size: 14px;
    color: #00000066;
}

.single-related-service-excerpt {
    font-size: 14px;
    color: #00000099;
    margin: 0px;
}

.single-related-service-highlight {
    box-shadow: 0px 0px 0px 2px #000000;
}


/* single page service section end  */


/* single project page start */

.single-project-wrap {
    padding: 60px 0;
}

.single-project-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.single-project-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.single-project-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.single-project-image:hover img {
  transform: scale(1.04);
}

.single-project-content {
    padding-top: 30px;
}

.single-project-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000;
}

.single-project-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #00000099;
  margin-bottom: 15px;
}

.project-gallery-wrap {
    padding: 0px 0px 60px;
}

.project-gallery-header {
    text-align: left;
    margin-bottom: 40px;
}

.project-gallery-header h2 {
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.project-gallery {
    column-count: 4;
    column-gap: 20px;
}

.project-gallery-item {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.project-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.project-gallery-item:hover img {
    transform: scale(1.04);
    filter: brightness(0.95);
}

.project-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.25)
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.project-gallery-item:hover::after {
    opacity: 1;
}


/* single project page ends */



/* Single page Blog section start  */

.single-blog-page {
  padding: 60px 0;
}

.single-blog-image {
  overflow: hidden;
  border-radius: 35px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

.single-blog-featured-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.single-blog-meta {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 15px;
}

.single-blog-meta i {
  margin-right: 6px;
  color: #006db2;
}

.single-blog-title {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.single-blog-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #4a4a4a;
}

.single-blog-related {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #eee;
}

.single-blog-related-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.single-blog-related-card {
  height: 100%;
  transition: all 0.3s ease;
}

.single-blog-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.single-blog-related-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.single-blog-related-img {
  height: 200px;
  overflow: hidden;
}

.single-blog-related-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.single-blog-related-card:hover .single-blog-related-image {
  transform: scale(1.1);
}

.single-blog-related-content {
  padding: 15px;
}

.single-blog-related-content h6 {
  font-weight: 700;
  margin-bottom: 6px;
}

.single-blog-related-content small {
  display: block;
  margin-bottom: 10px;
  color: #777;
}

.single-blog-read-more {
  font-weight: 600;
  color: #006db2;
}

.single-blog-read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.single-blog-related-card:hover .single-blog-read-more i {
  transform: translateX(5px);
}


/* single page blog section end  */


@media only screen and (min-width: 300px) and (max-width: 576.5px) {

/* home page start */

/* header section start */

.header-logo img {
    width: 50px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 40px;
}
.header-button {
    display: none !important;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #2c6ed5;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 12px 20px;
    background: #ffffff00 !important;
    font-weight: 600;
    font-size: 14px;
    color: #727272;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #2c6ed5 !important;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #2c6ed5 !important;
    font-weight: 600;
}

/* header section ends */

/* banner section start */

	.banner-wrapper {
		max-height: 580px;
		min-height: 440px;
		height: 50vh;
	}
.banner-content {
    top: 30%;
    transform: translateY(-50%);
    width: 90%;
}
.banner-title {
    font-size: 26px;
}
.banner-para p {
    font-size: 16px;
    line-height: 1.6;
}
.banner-img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}

/* banner section ends */

/* about us section start */

.about-us-section {
    padding: 50px 0;
}
.about-us-images {
    margin-bottom: 40px;
}
.about-us-img-featured {
    width: 90%;
    height: 310px;
}
.about-us-img-3 {
    left: 30%;
    width: 70%;
    border: 8px solid #fff;
}
.about-us-img-2 {
    display: none;
}
.about-us-experience {
    bottom: -5px;
    left: 20px;
    padding: 15px 15px;
    border-radius: 13px;
    width: 140px;
}
.about-us-experience h3 {
    font-size: 28px;
}
.about-us-experience p {
    font-size: 12px;
}
.about-us-content {
    margin-bottom: 40px;
}
.about-us-tag {
    font-size: 14px;
}
.about-us-content h2 {
    font-size: 26px;
}
.about-us-content p {
    font-size: 14px;
    margin-bottom: 20px;
}
.about-us-box {
    margin-bottom: 20px;
}
.about-us-box h5 {
    font-size: 20px;
}
.about-us-box h5::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
}
.about-us-box p {
    margin: 0;
    font-size: 14px;
}
.about-us-btn {
    padding: 10px 15px;
    font-size: 14px;
}

/* about us section ends */

/* service section start */

.service-wrap {
    padding: 50px 0px 50px;
}
.common-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.service-title {
    font-size: 26px;
}
.service-col {
    margin-bottom: 20px;
}
.service-card {
    border-radius: 13px;
    overflow: hidden;
}
.service-card-img {
    border-radius: 0;
}
.service-card-img img {
    width: 100%;
    height: 230px;
}
.service-card-content {
    width: 100%;
    border-radius: 0;
    padding: 20px;
    position: unset;
}
.service-card-content p {
    font-size: 14px;
    padding-right: 50px;
}
.service-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
}

/* service section ends */

/* gallery section start */

.gallery-wrap {
    padding: 50px 0 50px;
}
.gallery-wrap .container-fluid {
    padding: 0 6% !important;
}
.gallery-header {
    margin-bottom: 30px;
    padding-left: 15px;
}
.gallery-main-title {
    font-size: 26px;
}
.gallery-desc {
    font-size: 14px;
}
.gallery-btn {
    padding: 12px 18px;
    font-size: 14px;
}
.gallery-main-row {
    display: flex;
    flex-direction: column;
    margin-left: -15px !important;
}
.gallery-left-main-col {
    order: 2;
}
.gallery-right-main-col {
    order: 1;
}
.gallery-left-main-col .row,
.gallery-right-row {
    margin-top: 0;
}
.gallery-item {
    width: 100%;
    margin: 20px 0 0 !important;
    height: 200px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}
.gallery-big.first-item::before, .gallery-big.first-item::after {
    display: none;
}

/* gallery section ends */

/* gallery section ends */

.brand-section {
    padding: 50px 0;
}
.brand-title {
    font-size: 26px;
}
.brand-desc {
    font-size: 14px;
}
.brand-row {
    margin-bottom: 30px;
}
.brand-card, .brand-card-reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background: #fff;
    padding: 15px;
    height: unset;
    border-radius: 20px;
}
.brand-content {
    padding: 25px 0 0;
}
.brand-image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 13px;
}
.brand-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.brand-image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 20px;
}
.brand-image {
    position: unset;
}

/* gallery section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 50px 0;
}
.testimonial-header {
    margin: 0px auto 40px;
}
.testimonial-title {
    font-size: 26px;
}
.testimonial-desc {
    font-size: 14px;
    color: #727272;
    line-height: 1.6;
}
.testimonial-slider.slick-initialized.slick-slider {
    padding: 0px 25px;
}
.testimonial-card {
    margin: 10px;
}
.testimonial-content {
    margin: 10px;
    bottom: 0;
    padding: 10px;
    border-radius: 10px;
}
.testimonial-avatar {
    margin: -50px auto 15px;
}
.testimonial-text {
    font-size: 12px;
    margin-bottom: 10px;
}
.testimonial-rating i {
    font-size: 12px;
}
.testimonial-role {
    font-size: 12px;
    margin-bottom: 5px;
}
.testimonial-arrow {
    width: 35px;
    height: 35px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-prev{
    left: -20px;
}
.testimonial-next{
    right: -20px;
}
.testimonial-arrow i{
    font-size: 12px;
}

/* testimonial section ends */

/* get in touch section start */

.gettouch-wrap {
    padding: 50px 0;
}
.gettouch-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.gettouch-title {
    font-size: 26px;
    margin-bottom: 15px;
}
.gettouch-desc {
    font-size: 14px;
}
.gettouch-contact-list li {
    margin-bottom: 15px;
}
.gettouch-icon {
    font-size: 20px;
}
.gettouch-contact-list small {
    font-size: 14px;
}
.gettouch-contact-list a {
    font-size: 14px;
}
.gettouch-wrap .row {
    display: flex;
    flex-direction: column;
}
.gettouch-form-box-col {
    order: 2;
}
.gettouch-info-col {
    order: 1;
}
.gettouch-info-box {
    padding-left: 0px;
}
.gettouch-form-box {
    margin-top: 30px;
}
.gettouch-textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    font-size: 12px;
}
.gettouch-input {
    border-radius: 8px;
    font-size: 12px;
}
.gettouch-submit {
    padding: 12px 15px;
    font-size: 14px;
}

/* get in touch section ends */

/* footer section start */

.footer {
    background: #fff;
    padding: 50px 0 0;
    color: #727272;
    font-size: 14px;
}
.footer-social-col, .footer-about, .footer-links {
    margin-bottom: 20px;
}
.footer-logo {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}
.footer-about p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 14px;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-links ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
	.footer-bottom a {
    font-size: 14px;
}
.footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
}
.policy-col, .copy-col {
    text-align: center;
}
.footer-bottom .copy-col {
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

    .innerpage-header {
        height: 25vh;
        min-height: 235px;
    }
.pageheading-middle h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
h6#breadcrumbs {
    font-size: 14px;
}
.inner-about-us-wrap {
    padding: 50px 0;
}
.inner-about-image-depth-wrap {
    margin-bottom: 60px;
}
.inner-about-image-depth img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.inner-about-float-image {
    width: 200px;
    bottom: -20px;
    padding: 5px;
    border-radius: 10px;
}
.inner-about-float-image img {
    border-radius: 8px;
}
.inner-about-exp-box {
    bottom: -40px;
    right: 150px;
    border-radius: 10px;
}
.inner-about-exp-box h3 {
    font-size: 32px;
}
.inner-about-exp-box span {
    font-size: 12px;
}
.inner-about-content-wrap {
    padding-left: 0;
}
.inner-about-content-wrap h1 {
    font-size: 26px;
}
.inner-about-content p {
    font-size: 14px;
}

.inner-about-mv-wrap {
    padding: 50px 0;
}
.inner-about-mv-header {
    margin: 0 auto 40px;
}
.inner-about-mv-header h2 {
    font-size: 26px;
}
.inner-about-mv-header p {
    font-size: 14px;
}
.inner-about-row {
    margin: 0 !important;
}
.inner-about-mv-item, .mission-vision-item {
    border-radius: 13px;
    padding: 15px;
}
.mission-vision-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.mission-vision-content p {
    font-size: 14px;
}

/* inner about us page ends */

/* single service page start */

.single-service-page {
    padding: 50px 0;
}
.single-service-image {
    margin-bottom: 30px;
    border-radius: 15px;
}
.single-service-featured-img {
    width: 100%;
    height: 450px;
}
.single-service-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.single-service-text{
    margin-bottom: 30px;
}
.single-service-text p {
    font-size: 14px;
    margin-bottom: 15px;
}
.single-related-service-sidebar {
    padding: 15px;
    border-radius: 12px;
}
.single-related-service-title {
    margin-bottom: 15px;
    font-size: 18px;
}
.single-related-service-name {
    font-size: 16px;
}

/* single service page ends */

/* inner projects page start  */

.inner-project-wrap {
    padding: 50px 0;
}
.inner-project-title {
    font-size: 26px;
}
.inner-project-desc {
    font-size: 14px;
}
.inner-project-image img {
    width: 100%;
    height: 350px;
}
.inner-project-card-title a {
    font-size: 18px;
}
.inner-project-readmore {
    padding: 12px 15px;
    font-size: 14px;
}

/* inner projects page ends */

/* single project page start */

.single-project-wrap {
    padding: 50px 0;
}
.single-project-image img {
    width: 100%;
    height: 350px;
}
.single-project-title {
    font-size: 26px;
    margin-bottom: 15px;
}
.single-project-content p {
    font-size: 14px;
}

/* single project page ends */

/* inner gallery page start */

.inner-gallery-wrap {
    padding: 50px 0;
}
.inner-gallery-title {
    font-size: 26px;
}
.inner-gallery-desc {
    font-size: 14px;
}
.inner-gallery-gallery {
    column-count: 1;
    column-gap: 20px;
}
.inner-gallery-item {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 8px;
}
.inner-gallery-item img {
    width: 100%;
    display: block;
    min-height: 200px;
    height: auto;
    object-fit: cover;
}

/* inner gallery page ends */

/* inner blog page start */

.inner-blog-wrapper {
    padding: 50px 0;
}
.inner-blog-header {
    margin-bottom: 40px;
}
.inner-blog-title {
    font-size: 26px;
}
.inner-blog-post-title {
    font-size: 18px;
}
.inner-blog-excerpt {
    font-size: 14px;
}
.inner-blog-read-more {
    padding: 12px 16px;
    font-size: 14px;
}
.single-blog-featured-img {
    width: 100%;
    height: 400px;
}
.single-blog-meta {
    font-size: 14px;
}
.single-blog-title {
    font-size: 26px;
}
.single-blog-text p {
    font-size: 14px;
    line-height: 1.6;
}

/* inner blog page ends */

/* inner contact us page start */

.inner-contact-section-title {
    font-size: 26px;
    margin-bottom: 40px;
}
.inner-contact-us-map-section {
    padding: 0px 0 50px;
}
	
.inner-contact-us-map h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
	
.inner-contact-us-map {
    width: 100%;
    height: auto;
    margin: auto;
}
	
.inner-contact-us-map iframe {
    width: 100%;
    height: 350px;
}
	
.inner-contact-extra-maps {
    display: block;
    margin: 60px 0;
}
	
.inner-contact-map-card h2 {
    font-size: 25px;
    margin: 40px 0 30px;
}
	
.inner-contact-map-card {
    width: 100%;
    height: auto;
}

/* inner contact us page ends */

}

@media only screen and (min-width: 577px) and (max-width: 767.5px) {

/* home page start */

/* header section start */

.header-logo img {
    width: 55px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 45px;
}
.header-button {
    display: none !important;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #2c6ed5;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #727272;
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #2c6ed5 !important;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #2c6ed5 !important;
    font-weight: 600;
}

/* header section ends */

/* banner section start */

.banner-wrapper {
    min-height: 700px;
}
.banner-content {
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}
.banner-title {
    font-size: 38px;
}
.banner-para p {
    font-size: 16px;
    line-height: 1.6;
}

/* banner section ends */

/* about us section start */

.about-us-section {
    padding: 50px 0;
}
.about-us-images {
    margin-bottom: 40px;
}
.about-us-img-featured {
    width: 50%;
    height: 310px;
}
.about-us-img-3 {
    left: 30%;
    width: 70%;
    border: 8px solid #fff;
}
.about-us-img-2 {
    top: 35px;
    right: 35px;
    width: 40%;
    height: 180px;
    border-radius: 15px;
}
.about-us-experience {
    bottom: 80px;
    left: 10px;
    padding: 15px 15px;
    border-radius: 13px;
    width: 140px;
}
.about-us-experience h3 {
    font-size: 32px;
}
.about-us-experience p {
    font-size: 14px;
}
.about-us-content {
    margin-bottom: 40px;
}
.about-us-tag {
    font-size: 14px;
}
.about-us-content h2 {
    font-size: 28px;
}
.about-us-content p {
    font-size: 14px;
    margin-bottom: 20px;
}
.about-us-box {
    margin-bottom: 20px;
}
.about-us-box h5 {
    font-size: 20px;
}
.about-us-box h5::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
}
.about-us-box p {
    margin: 0;
    font-size: 14px;
}
.about-us-btn {
    padding: 10px 15px;
    font-size: 14px;
}

/* about us section ends */

/* service section start */

.service-wrap {
    padding: 50px 0px 50px;
}
.common-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.service-title {
    font-size: 28px;
}
.service-col {
    margin-bottom: 20px;
}
.service-card {
    border-radius: 13px;
    overflow: hidden;
}
.service-card-img {
    border-radius: 0;
}
.service-card-img img {
    width: 100%;
    height: 230px;
}
.service-card-content {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    position: unset;
}
.service-card-content p {
    font-size: 14px;
    padding-right: 50px;
}
.service-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
}

/* service section ends */

/* gallery section start */

.gallery-wrap {
    padding: 50px 0 50px;
}
.gallery-wrap .container-fluid {
    padding: 0 6% !important;
}
.gallery-header {
    margin-bottom: 30px;
    padding-left: 15px;
}
.gallery-main-title {
    font-size: 28px;
}
.gallery-desc {
    font-size: 14px;
}
.gallery-btn {
    padding: 12px 18px;
    font-size: 14px;
}
.gallery-main-row {
    display: flex;
    flex-direction: column;
    margin-left: -15px !important;
}
.gallery-left-main-col {
    order: 2;
}
.gallery-right-main-col {
    order: 1;
}
.gallery-left-main-col .row,
.gallery-right-row {
    margin-top: 0;
}
.gallery-item {
    width: 100%;
    margin: 20px 0 0 !important;
    height: 200px !important;
    overflow: hidden !important;
    border-radius: 20px !important;
}
.gallery-big.first-item::before, .gallery-big.first-item::after {
    display: none;
}

/* gallery section ends */

/* gallery section ends */

.brand-section {
    padding: 50px 0;
}
.brand-title {
    font-size: 28px;
}
.brand-desc {
    font-size: 14px;
}
.brand-row {
    margin-bottom: 30px;
}
.brand-card, .brand-card-reverse {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background: #fff;
    padding: 15px;
    height: unset;
    border-radius: 20px;
}
.brand-content {
    padding: 25px 0 0;
}
.brand-image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 13px;
}
.brand-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.brand-image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    border-radius: 20px;
}
.brand-image {
    position: unset;
}

/* gallery section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 50px 0;
}
.testimonial-header {
    margin: 0px auto 40px;
}
.testimonial-title {
    font-size: 28px;
}
.testimonial-desc {
    font-size: 14px;
    color: #727272;
    line-height: 1.6;
}
.testimonial-slider.slick-initialized.slick-slider {
    padding: 0px 25px;
}
.testimonial-card {
    margin: 10px;
}
.testimonial-content {
    margin: 10px;
    bottom: 0;
    padding: 10px;
    border-radius: 10px;
}
.testimonial-avatar {
    margin: -50px auto 15px;
}
.testimonial-text {
    font-size: 14px;
    margin-bottom: 10px;
}
.testimonial-rating i {
    font-size: 14px;
}
.testimonial-role {
    font-size: 14px;
    margin-bottom: 5px;
}
.testimonial-arrow {
    width: 35px;
    height: 35px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-prev{
    left: -20px;
}
.testimonial-next{
    right: -20px;
}
.testimonial-arrow i{
    font-size: 14px;
}

/* testimonial section ends */

/* get in touch section start */

.gettouch-wrap {
    padding: 50px 0;
}
.gettouch-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.gettouch-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.gettouch-desc {
    font-size: 14px;
}
.gettouch-contact-list li {
    margin-bottom: 15px;
}
.gettouch-icon {
    font-size: 20px;
}
.gettouch-contact-list small {
    font-size: 14px;
}
.gettouch-contact-list a {
    font-size: 14px;
}
.gettouch-wrap .gettouch-row {
    display: flex;
    flex-direction: column;
}
.gettouch-form-box-col {
    order: 2;
}
.gettouch-info-col {
    order: 1;
}
.gettouch-info-box {
    padding-left: 0px;
}
.gettouch-form-box {
    margin-top: 30px;
}
.gettouch-textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    font-size: 14px;
}
.gettouch-input {
    border-radius: 8px;
    font-size: 14px;
}
.gettouch-submit {
    padding: 12px 15px;
    font-size: 14px;
}

/* get in touch section ends */

/* footer section start */

.footer {
    background: #fff;
    padding: 50px 0 0;
    color: #727272;
    font-size: 14px;
}
.footer-social-col, .footer-about, .footer-links {
    margin-bottom: 20px;
}
.footer-logo {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}
.footer-about p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 16px;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-links ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}
.policy-col, .copy-col {
    text-align: center;
}
.footer-bottom .copy-col {
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

.innerpage-header {
    height: 65vh;
    min-height: 400px;
}
.pageheading-middle h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
h6#breadcrumbs {
    font-size: 16px;
}
.inner-about-us-wrap {
    padding: 50px 0;
}
.inner-about-image-depth-wrap {
    margin-bottom: 60px;
}
.inner-about-image-depth img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.inner-about-float-image {
    width: 300px;
    bottom: -30px;
    padding: 5px;
    border-radius: 10px;
}
.inner-about-float-image img {
    border-radius: 8px;
}
.inner-about-exp-box {
    bottom: -40px;
    right: 250px;
    border-radius: 10px;
}
.inner-about-exp-box h3 {
    font-size: 34px;
}
.inner-about-exp-box span {
    font-size: 12px;
}
.inner-about-content-wrap {
    padding-left: 0;
}
.inner-about-content-wrap h1 {
    font-size: 28px;
}
.inner-about-content p {
    font-size: 14px;
}

.inner-about-mv-wrap {
    padding: 50px 0;
}
.inner-about-mv-header {
    margin: 0 auto 40px;
}
.inner-about-mv-header h2 {
    font-size: 28px;
}
.inner-about-mv-header p {
    font-size: 14px;
}
.inner-about-row {
    margin: 0 !important;
}
.inner-about-mv-item, .mission-vision-item {
    border-radius: 13px;
    padding: 15px;
}
.mission-vision-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.mission-vision-content p {
    font-size: 14px;
}

/* inner about us page ends */

/* single service page start */

.single-service-page {
    padding: 50px 0;
}
.single-service-image {
    margin-bottom: 30px;
    border-radius: 15px;
}
.single-service-featured-img {
    width: 100%;
    height: 350px;
}
.single-service-title {
    font-size: 28px;
    margin-bottom: 10px;
}
.single-service-text{
    margin-bottom: 30px;
}
.single-service-text p {
    font-size: 14px;
    margin-bottom: 15px;
}
.single-related-service-sidebar {
    padding: 15px;
    border-radius: 12px;
}
.single-related-service-title {
    margin-bottom: 15px;
    font-size: 18px;
}
.single-related-service-name {
    font-size: 16px;
}

/* single service page ends */

/* inner projects page start  */

.inner-project-wrap {
    padding: 50px 0;
}
.inner-project-title {
    font-size: 28px;
}
.inner-project-desc {
    font-size: 14px;
}
.inner-project-image img {
    width: 100%;
    height: 250px;
}
.inner-project-card-title a {
    font-size: 18px;
}
.inner-project-readmore {
    padding: 12px 15px;
    font-size: 14px;
}

/* inner projects page ends */

/* single project page start */

.single-project-wrap {
    padding: 50px 0;
}
.single-project-image img {
    width: 100%;
    height: 350px;
}
.single-project-title {
    font-size: 28px;
    margin-bottom: 15px;
}
.single-project-content p {
    font-size: 14px;
}

/* single project page ends */

/* inner gallery page start */

.inner-gallery-wrap {
    padding: 50px 0;
}
.inner-gallery-title {
    font-size: 28px;
}
.inner-gallery-desc {
    font-size: 14px;
}
.inner-gallery-gallery {
    column-count: 2;
    column-gap: 20px;
}
.inner-gallery-item {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 8px;
}

/* inner gallery page ends */

/* inner blog page start */

.inner-blog-wrapper {
    padding: 50px 0;
}
.inner-blog-header {
    margin-bottom: 40px;
}
.inner-blog-title {
    font-size: 28px;
}
.inner-blog-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.inner-blog-post-title {
    font-size: 18px;
}
.inner-blog-excerpt {
    font-size: 14px;
}
.inner-blog-read-more {
    padding: 12px 16px;
    font-size: 14px;
}
.single-blog-featured-img {
    width: 100%;
    height: 400px;
}
.single-blog-meta {
    font-size: 14px;
}
.single-blog-title {
    font-size: 28px;
}
.single-blog-text p {
    font-size: 14px;
    line-height: 1.6;
}

/* inner blog page ends */

/* inner contact us page start */

.inner-contact-section-title {
    font-size: 28px;
    margin-bottom: 40px;
}
.inner-contact-us-map-section {
    padding: 0px 0 50px;
}
.inner-contact-us-map {
    width: 100%;
    height: 350px;
    margin: auto;
}
.inner-contact-us-map iframe {
    width: 100%;
    height: 350px;
}
	
.inner-contact-us-map h2 {
    font-size: 26px;
}
	
.inner-contact-map-card h2 {
    font-size: 26px;
}

/* inner contact us page ends */

}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {

/* home page start */

/* header section start */

.header-logo img {
    width: 60px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 50px;
}
.header-button {
    display: none !important;
}
.header-menu {
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #2c6ed5;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #f7f7f7;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1;
    height: unset;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #727272;
    background: #ffffff00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #2c6ed5 !important;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #2c6ed5 !important;
    font-weight: 600;
}

/* header section ends */

/* banner section start */

.banner-wrapper {
    min-height: 700px;
}
.banner-content {
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}
.banner-title {
    font-size: 40px;
}
.banner-para p {
    font-size: 18px;
    line-height: 1.6;
}

/* banner section ends */

/* about us section start */

.about-us-section {
    padding: 50px 0;
}
.about-us-images {
    margin-bottom: 40px;
}
.about-us-img-featured {
    width: 50%;
    height: 310px;
}
.about-us-img-3 {
    left: 30%;
    width: 70%;
    border: 8px solid #fff;
}
.about-us-img-2 {
    top: 35px;
    right: 35px;
    width: 40%;
    height: 180px;
    border-radius: 15px;
}
.about-us-experience {
    bottom: 80px;
    left: 10px;
    padding: 15px 15px;
    border-radius: 13px;
}
.about-us-experience h3 {
    font-size: 34px;
}
.about-us-experience p {
    font-size: 16px;
}
.about-us-content {
    margin-bottom: 40px;
}
.about-us-tag {
    font-size: 14px;
}
.about-us-content h2 {
    font-size: 30px;
}
.about-us-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.about-us-box {
    margin-bottom: 20px;
}
.about-us-box h5 {
    font-size: 20px;
}
.about-us-box h5::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
}
.about-us-box p {
    margin: 0;
    font-size: 16px;
}
.about-us-btn {
    padding: 10px 15px;
    font-size: 16px;
}

/* about us section ends */

/* service section start */

.service-wrap {
    padding: 50px 0px 50px;
}
.common-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.service-title {
    font-size: 30px;
}
.service-col {
    margin-bottom: 20px;
}
.service-card {
    border-radius: 13px;
    overflow: hidden;
}
.service-card-img {
    border-radius: 0;
}
.service-card-img img {
    width: 100%;
    height: 230px;
}
.service-card-content {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    position: unset;
}
.service-card-content p {
    font-size: 16px;
    padding-right: 50px;
}
.service-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

/* service section ends */

/* gallery section start */

.gallery-wrap {
    padding: 50px 0 50px;
}
.gallery-wrap .container-fluid {
    padding: 0 6% !important;
}
.gallery-header {
    margin-bottom: 30px;
    padding-left: 15px;
}
.gallery-main-title {
    font-size: 30px;
}
.gallery-desc {
    font-size: 16px;
}
.gallery-btn {
    padding: 12px 18px;
    font-size: 16px;
}
.gallery-left-main-col .row,
.gallery-right-row {
    margin-top: 0;
}
.gallery-big.first-item::before, .gallery-big.first-item::after {
    display: none;
}

/* gallery section ends */

/* gallery section ends */

.brand-section {
    padding: 50px 0;
}
.brand-title {
    font-size: 30px;
}
.brand-desc {
    font-size: 16px;
}
.brand-row {
    margin-bottom: 30px;
}
.brand-card, .brand-card-reverse {
    display: flex;
    align-items: stretch;
    background: #fff;
    padding: 15px;
    height: unset;
    border-radius: 20px;
}

.brand-card-reverse {
    flex-direction: row-reverse;
}
.brand-content {
    padding: 0 0 0 20px;
}
.brand-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.brand-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}
.brand-image {
    position: unset;
    height: 100%;
}

/* gallery section ends */

/* testimonial section start */

.testimonial-wrap {
    padding: 50px 0;
}
.testimonial-header {
    margin: 0px auto 40px;
}
.testimonial-title {
    font-size: 30px;
}
.testimonial-desc {
    font-size: 16px;
    color: #727272;
    line-height: 1.6;
}
.testimonial-slider.slick-initialized.slick-slider {
    padding: 0px 25px;
}
.testimonial-card {
    margin: 10px;
}
.testimonial-content {
    margin: 10px;
    bottom: 0;
    padding: 10px;
    border-radius: 10px;
}
.testimonial-avatar {
    margin: -50px auto 15px;
}
.testimonial-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.testimonial-rating i {
    font-size: 16px;
}
.testimonial-role {
    font-size: 16px;
    margin-bottom: 5px;
}
.testimonial-arrow {
    width: 35px;
    height: 35px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-prev{
    left: -20px;
}
.testimonial-next{
    right: -20px;
}
.testimonial-arrow i{
    font-size: 16px;
}

/* testimonial section ends */

/* get in touch section start */

.gettouch-wrap {
    padding: 50px 0;
}
.gettouch-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.gettouch-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.gettouch-desc {
    font-size: 16px;
}
.gettouch-contact-list li {
    margin-bottom: 15px;
}
.gettouch-icon {
    font-size: 20px;
}
.gettouch-contact-list small {
    font-size: 16px;
}
.gettouch-contact-list a {
    font-size: 16px;
}
.gettouch-info-box {
    padding-left: 10px;
}
.gettouch-textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    font-size: 16px;
}
.gettouch-input {
    border-radius: 8px;
    font-size: 16px;
}
.gettouch-submit {
    padding: 12px 15px;
    font-size: 16px;
}

/* get in touch section ends */

/* footer section start */

.footer {
    background: #fff;
    padding: 50px 0 0;
    color: #727272;
    font-size: 16px;
}
.footer-social-col, .footer-about, .footer-links {
    margin-bottom: 20px;
}
.footer-logo {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}
.footer-about p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 16px;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-links ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}
.policy-col, .copy-col {
    text-align: center;
}
.footer-bottom .copy-col {
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

.innerpage-header {
    height: 65vh;
    min-height: 400px;
}
.pageheading-middle h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
h6#breadcrumbs {
    font-size: 16px;
}
.inner-about-us-wrap {
    padding: 50px 0;
}
.inner-about-image-depth-wrap {
    margin-bottom: 60px;
}
.inner-about-image-depth img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.inner-about-float-image {
    width: 300px;
    bottom: -30px;
    padding: 5px;
    border-radius: 10px;
}
.inner-about-float-image img {
    border-radius: 8px;
}
.inner-about-exp-box {
    bottom: -40px;
    right: 250px;
    border-radius: 10px;
}
.inner-about-exp-box h3 {
    font-size: 34px;
}
.inner-about-exp-box span {
    font-size: 12px;
}
.inner-about-content-wrap h1 {
    font-size: 30px;
}
.inner-about-content p {
    font-size: 16px;
}

.inner-about-mv-wrap {
    padding: 50px 0;
}
.inner-about-mv-header {
    margin: 0 auto 40px;
}
.inner-about-mv-header h2 {
    font-size: 30px;
}
.inner-about-mv-header p {
    font-size: 16px;
}
.inner-about-row {
    margin: 0 !important;
}
.inner-about-mv-item, .mission-vision-item {
    border-radius: 13px;
    padding: 15px;
}
.mission-vision-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.mission-vision-content p {
    font-size: 16px;
}

/* inner about us page ends */

/* single service page start */

.single-service-page {
    padding: 50px 0;
}
.single-service-image {
    margin-bottom: 30px;
    border-radius: 15px;
}
.single-service-featured-img {
    width: 100%;
    height: 350px;
}
.single-service-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.single-service-text{
    margin-bottom: 30px;
}
.single-service-text p {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-related-service-sidebar {
    padding: 15px;
    border-radius: 12px;
}
.single-related-service-title {
    margin-bottom: 15px;
    font-size: 22px;
}

/* single service page ends */

/* inner projects page start  */

.inner-project-wrap {
    padding: 50px 0;
}
.inner-project-title {
    font-size: 30px;
}
.inner-project-desc {
    font-size: 16px;
}
.inner-project-image img {
    width: 100%;
    height: 250px;
}
.inner-project-card-title a {
    font-size: 18px;
}
.inner-project-readmore {
    padding: 12px 15px;
    font-size: 16px;
}

/* inner projects page ends */

/* single project page start */

.single-project-wrap {
    padding: 50px 0;
}
.single-project-image img {
    width: 100%;
    height: 350px;
}
.single-project-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.single-project-content p {
    font-size: 16px;
}

/* single project page ends */

/* inner gallery page start */

.inner-gallery-wrap {
    padding: 50px 0;
}
.inner-gallery-title {
    font-size: 30px;
}
.inner-gallery-desc {
    font-size: 16px;
}
.inner-gallery-gallery {
    column-count: 2;
    column-gap: 20px;
}
.inner-gallery-item {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 8px;
}

/* inner gallery page ends */

/* inner blog page start */

.inner-blog-wrapper {
    padding: 50px 0;
}
.inner-blog-header {
    margin-bottom: 40px;
}
.inner-blog-title {
    font-size: 30px;
}
.inner-blog-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.inner-blog-post-title {
    font-size: 18px;
}
.inner-blog-excerpt {
    font-size: 16px;
}
.inner-blog-read-more {
    padding: 12px 16px;
    font-size: 16px;
}
.single-blog-featured-img {
    width: 100%;
    height: 400px;
}
.single-blog-meta {
    font-size: 16px;
}
.single-blog-title {
    font-size: 30px;
}
.single-blog-text p {
    font-size: 16px;
    line-height: 1.6;
}

/* inner blog page ends */

/* inner contact us page start */

.inner-contact-section-title {
    font-size: 30px;
    margin-bottom: 40px;
}
.inner-contact-us-map-section {
    padding: 0px 0 50px;
}
.inner-contact-us-map {
    width: 100%;
    height: 350px;
    margin: auto;
}
.inner-contact-us-map iframe {
    width: 100%;
    height: 350px;
}

.inner-contact-us-map h2 {
    font-size: 30px;
}
	
.inner-contact-map-card h2 {
    font-size: 30px;
}

	
	
/* inner contact us page ends */

}

@media only screen and (min-width: 992px) and (max-width: 1200.5px) {

/* home page start */

/* header section start */

.header-logo img {
    width: 65px;
}
.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 50px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.mega-menu-item-3074 {
    display: none !important;
}
.header-enquiry-btn a {
    gap: 8px;
    color: #ffffff;
    padding: 12px 13px;
    font-size: 14px;
}

/* header section ends */

/* banner section start */

.banner-wrapper {
    min-height: 700px;
}
.banner-content {
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
}
.banner-title {
    font-size: 40px;
}
.banner-para p {
    font-size: 18px;
    line-height: 1.6;
}

/* banner section ends */

/* about us section start */

.about-us-images {
    margin-bottom: 40px;
}
.about-us-img-featured {
    width: 50%;
    height: 310px;
}
.about-us-img-3 {
    left: 30%;
    width: 70%;
    border: 8px solid #fff;
}
.about-us-img-2 {
    top: 35px;
    right: 6%;
    width: 40%;
    height: 180px;
    border-radius: 15px;
}
.about-us-experience {
    bottom: 80px;
    left: 10px;
    padding: 15px 15px;
    border-radius: 13px;
}
.about-us-experience h3 {
    font-size: 34px;
}
.about-us-experience p {
    font-size: 16px;
}
.about-us-content {
    margin-bottom: 40px;
}
.about-us-tag {
    font-size: 14px;
}
.about-us-content h2 {
    font-size: 32px;
}
.about-us-content p {
    font-size: 16px;
    margin-bottom: 20px;
}
.about-us-box {
    margin-bottom: 20px;
}
.about-us-box h5 {
    font-size: 20px;
}
.about-us-box h5::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
}
.about-us-box p {
    margin: 0;
    font-size: 16px;
}
.about-us-btn {
    padding: 10px 15px;
    font-size: 16px;
}

/* about us section ends */

/* service section start */

.service-wrap {
    padding: 50px 0px 50px;
}
.common-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.service-title {
    font-size: 32px;
}
.service-col {
    margin-bottom: 20px;
}
.service-card {
    border-radius: 13px;
    overflow: hidden;
}
.service-card-img {
    border-radius: 0;
}
.service-card-img img {
    width: 100%;
    height: 230px;
}
.service-card-content {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    position: unset;
}
.service-card-content p {
    font-size: 16px;
    padding-right: 50px;
}
.service-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

/* service section ends */

/* gallery section start */

.gallery-wrap .container-fluid {
    padding: 0 !important;
}
.gallery-header {
    margin-bottom: 30px;
    padding-left: 85px;
}
.gallery-main-title {
    font-size: 32px;
}
.gallery-desc {
    font-size: 16px;
}
.gallery-btn {
    padding: 12px 18px;
    font-size: 16px;
}
.gallery-left-main-col .row,
.gallery-right-row {
    margin-top: 0;
}
.gallery-big.first-item::after {
    right: -60px;
}

/* gallery section ends */

/* gallery section ends */

.brand-title {
    font-size: 32px;
}
.brand-desc {
    font-size: 16px;
}
.brand-content img {
    width: 160px;
    object-fit: contain;
    height: auto;
    margin-bottom: 19px;
}

/* gallery section ends */

/* testimonial section start */

.testimonial-header {
    margin: 0px auto 40px;
}
.testimonial-title {
    font-size: 32px;
}
.testimonial-desc {
    font-size: 16px;
    color: #727272;
    line-height: 1.6;
}
.testimonial-slider.slick-initialized.slick-slider {
    padding: 0px 15px;
}
.testimonial-card {
    margin: 10px;
}
.testimonial-content {
    margin: 10px;
    bottom: 0;
    padding: 10px;
    border-radius: 10px;
}
.testimonial-avatar {
    margin: -50px auto 15px;
}
.testimonial-text {
    font-size: 16px;
    margin-bottom: 10px;
}
.testimonial-rating i {
    font-size: 16px;
}
.testimonial-role {
    font-size: 16px;
    margin-bottom: 5px;
}
.testimonial-arrow {
    width: 35px;
    height: 35px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-arrow i{
    font-size: 14px;
}

/* testimonial section ends */

/* get in touch section start */

.gettouch-tag {
    font-size: 14px;
    margin-bottom: 10px;
}
.gettouch-title {
    font-size: 32px;
    margin-bottom: 15px;
}
.gettouch-desc {
    font-size: 16px;
}
.gettouch-contact-list li {
    margin-bottom: 15px;
}
.gettouch-icon {
    font-size: 20px;
}
.gettouch-contact-list small {
    font-size: 16px;
}
.gettouch-contact-list a {
    font-size: 16px;
}
.gettouch-info-box {
    padding-left: 10px;
}
.gettouch-textarea {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    font-size: 16px;
}
.gettouch-input {
    border-radius: 8px;
    font-size: 16px;
}
.gettouch-submit {
    padding: 12px 15px;
    font-size: 16px;
}

/* get in touch section ends */

/* footer section start */

.footer {
    background: #fff;
    padding: 50px 0 0;
    color: #727272;
    font-size: 16px;
}
.footer-social-col, .footer-about, .footer-links {
    margin-bottom: 20px;
}
.footer-logo {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}
.footer-about p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 16px;
}
.footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-links ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-bottom {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

.innerpage-header {
    height: 65vh;
    min-height: 400px;
}
.pageheading-middle h2 {
    font-size: 34px;
    margin-bottom: 10px;
}
h6#breadcrumbs {
    font-size: 16px;
}
.inner-about-us-wrap {
    padding: 50px 0;
}
.inner-about-image-depth-wrap {
    margin-bottom: 60px;
}
.inner-about-image-depth img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
.inner-about-float-image {
    width: 300px;
    bottom: -30px;
    padding: 5px;
    border-radius: 10px;
}
.inner-about-float-image img {
    border-radius: 8px;
}
.inner-about-exp-box {
    bottom: -40px;
    right: 250px;
    border-radius: 10px;
}
.inner-about-exp-box h3 {
    font-size: 34px;
}
.inner-about-exp-box span {
    font-size: 12px;
}
.inner-about-content-wrap h1 {
    font-size: 32px;
}
.inner-about-content p {
    font-size: 16px;
}

.inner-about-mv-wrap {
    padding: 50px 0;
}
.inner-about-mv-header {
    margin: 0 auto 40px;
}
.inner-about-mv-header h2 {
    font-size: 32px;
}
.inner-about-mv-header p {
    font-size: 16px;
}
.inner-about-row {
    margin: 0 !important;
}
.inner-about-mv-item, .mission-vision-item {
    border-radius: 13px;
    padding: 15px;
}
.mission-vision-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.mission-vision-content p {
    font-size: 16px;
}

/* inner about us page ends */

/* single service page start */

.single-service-image {
    margin-bottom: 30px;
    border-radius: 15px;
}
.single-service-featured-img {
    width: 100%;
    height: 350px;
}
.single-service-title {
    font-size: 32px;
    margin-bottom: 10px;
}
.single-service-text{
    margin-bottom: 30px;
}
.single-service-text p {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-related-service-sidebar {
    padding: 15px;
    border-radius: 12px;
}
.single-related-service-title {
    margin-bottom: 15px;
    font-size: 22px;
}
.single-related-service-name {
    font-size: 16px;
}

/* single service page ends */

/* inner projects page start  */

.inner-project-title {
    font-size: 32px;
}
.inner-project-desc {
    font-size: 16px;
}
.inner-project-image img {
    width: 100%;
    height: 250px;
}
.inner-project-card-title a {
    font-size: 18px;
}
.inner-project-readmore {
    padding: 12px 15px;
    font-size: 16px;
}

/* inner projects page ends */

/* single project page start */

.single-project-image img {
    width: 100%;
    height: 350px;
}
.single-project-title {
    font-size: 32px;
    margin-bottom: 15px;
}
.single-project-content p {
    font-size: 16px;
}

/* single project page ends */

/* inner gallery page start */

.inner-gallery-title {
    font-size: 32px;
}
.inner-gallery-desc {
    font-size: 16px;
}
.inner-gallery-gallery {
    column-count: 3;
    column-gap: 20px;
}
.inner-gallery-item {
    break-inside: avoid;
    margin-bottom: 24px;
    border-radius: 8px;
}

/* inner gallery page ends */

/* inner blog page start */

.inner-blog-header {
    margin-bottom: 40px;
}
.inner-blog-title {
    font-size: 32px;
}
.inner-blog-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.inner-blog-post-title {
    font-size: 18px;
}
.inner-blog-excerpt {
    font-size: 16px;
}
.inner-blog-read-more {
    padding: 12px 16px;
    font-size: 16px;
}
.single-blog-featured-img {
    width: 100%;
    height: 400px;
}
.single-blog-meta {
    font-size: 16px;
}
.single-blog-title {
    font-size: 32px;
}
.single-blog-text p {
    font-size: 16px;
    line-height: 1.6;
}

/* inner blog page ends */

/* inner contact us page start */

.inner-contact-section-title {
    font-size: 32px;
    margin-bottom: 40px;
}
.inner-contact-us-map-section {
    padding: 0px 0 50px;
}
.inner-contact-us-map {
    width: 100%;
    height: 350px;
    margin: auto;
}
.inner-contact-us-map iframe {
    width: 100%;
    height: 350px;
}

/* inner contact us page ends */

}




@media only screen and (min-width: 1200px) and (max-width: 1470.5px) {
.banner-title {
    font-size: 50px;
}
	
	
}






