@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth; /* Enables smooth scrolling */
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

p {
    margin-bottom: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

.v_a_img {
    vertical-align: middle;
}

hr {
    border: 0.5px solid #f1f1f1;
}

.brd_btm {
    border-bottom: 1px solid #c3c3c3;
}

.ps-rlt {
    position: relative;
}

.airplane1 {
    position: absolute;
    width: 8%;
    top: 5%;
    right: 0;
    animation: mymove2 9s infinite alternate;
    /* animation-direction: alternate; */
    animation-timing-function: ease;
}

@keyframes mymove2 {
    from {
        right: 0px;
    }

    to {
        right: 700px;
        /* rotate: 180deg; */
    }
}

/* grid */
.grid {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    grid-template-rows: 37vh 37vh;
    gap: 10px;
    grid-template-areas:
        "item1 item2 item3"
        "item1 item2 item4"
    ;
}

.item1 {
    grid-area: item1;
}

.item2 {
    grid-area: item2;
}

.item3 {
    grid-area: item3;
}

.item4 {
    grid-area: item4;
}


.img-txt {
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    width: 69%;
    background-color: rgba(255, 255, 255, 0.60);
    padding: 10px;
}

.centered1 {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    /* opacity: 0; */
}

/* .rel:hover .centered1 {
    opacity: 1;
} */

.rel {
    position: relative;
}


.s_icon {
    width: fit-content;
    float: right;

}

.margin-text {
    margin: 0.5% 0%;
}

.fa-twitter,
.fa-linkedin,
.fa-facebook-square {
    font-size: 18px !important;
    color: #000;
}




.red_more {
    font-size: 17px;
    background-color: #ffba00;
    display: inline-block;
    padding: 1% 2%;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.btn2 {
    color: #fff;
    font-weight: 500;
}

.quote {
    width: 130px;
    float: right;
    margin: 0% 0%;
    background-color: #006d8b;
    border-radius: 5px;
}

.quote_btn {
    width: 100%;
    padding: 6% 7%;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: all .5s;
}

.img {
    width: 100%;
    display: block;
}

.min-h {
    /* min-height: 500px; */
    /* border: 1px solid #00000047; */
    border-radius: 8px;
}

.con-img {
    min-height: 250px;
    width: 100%;
}

.txt-con p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #818181;
    margin: 1%;
}


.txt-con h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    color: #000000;
    margin: 1%;
    text-transform: uppercase;
}

.txt-con h2 span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #737373;
    /* margin: 1%; */
}

.txt-con {
    padding: 4%;
    /* margin: -12% 0%; */
    background-color: #fff;
}

.brd_botm {
    border-bottom: 0.2px solid rgba(0, 0, 0, 0.2);
}

.call_em {
    width: 786px;
    float: left;
    margin: 0% 0%;
}

.email {
    width: fit-content;
    float: left;
    padding: 1%;
    border-right: 0.2px solid rgba(0, 0, 0, 0.2);
}

.call_em_txt {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
}

.fa,
.fa-instagram {
    font-size: 16px !important;
    color: #000;
}

.call {
    width: fit-content;
    float: left;
    padding: 1%;
}


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet {
	width: 100%;
	margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: -18px;
}

.bullet ul li {
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    padding: 14px 0;
    text-align: justify;
}



/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/

.port_txt h2 {
    font-size: 40px!important;
    line-height: 150%!important;
    letter-spacing: -1px!important;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 700!important;
    color: #000!important;
    text-align: left!important;
    margin: 0%!important;
}

.port_txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #21b499;
    text-align: left;
    margin: 0% 0% 0% !important;
}

.column{
flex-direction: column !important;

}
.nav li.active a {
    border-bottom: 2px solid white;
    color: black;
}

/* Initially hide the "Read More" link */
.portfolio-img {
    position: relative;
}

.portfolio-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0000003f;
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
}

.portfolio-img:hover::before {
    visibility: visible;
    opacity: 1;
}

.read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
}


.read-more a{
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.portfolio-img:hover .read-more {
    visibility: visible;
    opacity: 1;
}


.flex22{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mrg-top{
    margin-top: -53px;
}

.btn{
    display: flex !important;
    justify-content: center !important;
    background-color: transparent !important;
    flex-wrap: wrap;
}

.btn ul{
    display: flex;
    justify-content: center;
    gap: 0px 10px;
    flex-wrap: wrap;
}

.btn ul li  {
    width: 130px;
    padding: 8px 0px;
    background-color: transparent;
    margin: 1.5% 0%;
    text-align: center;
    border-radius: 50px;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    line-height: 140%;
    letter-spacing: .3px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.btn ul li a{
    color: #888; 
}
.btn ul li a:hover{
    color: #000; 
}
.btn ul li:hover {
       color: #000;
}

.btn ul li.active {
    background-color: #2fb297; /* Active tab background color */
    color: white; /* Text color for active tab */
}

/* Ensure active state is retained on hover */
.btn ul li.active:hover {
    background-color: #2fb297; /* Keep active background color on hover */
    color: white; /* Keep active text color on hover */
}

.col_sm33 {
    display: none; /* Initially hide all items */
    opacity: 0; /* Start hidden */
    transform: translateY(20px); /* Start from below */
    transition: opacity 0.6s ease, transform 0.6s ease; /* Smooth transition for opacity and transform */
}

.col_sm33.show {
    display: block; /* Show items */
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Slide to original position */
}

.col_sm33.hide {
    opacity: 0; /* Fade out */
    transform: translateY(20px); /* Slide down */
}




/* Fade-in from right animation */
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%); /* Start off-screen to the right */
    }
    to {
        opacity: 1;
        transform: translateX(0); /* End at normal position */
    }
}

/* Fade-out to left animation */
@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0); /* Start at normal position */
    }
    to {
        opacity: 0;
        transform: translateX(-100%); /* End off-screen to the left */
    }
}



.img {
    width: 100%;
    display: block;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.block {
    display: none;
    animation-name: bounce;
}

.none {
    display: none;
    animation-name: bounce;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.none {
    display: none;
    animation-name: bounce;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

figure {
    width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

/* Shine */
.hover01 figure {
	position: relative;
}
.hover01 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover01 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




.side-navbar {
    padding: 40px 0 ;
    position: fixed;
}
.side-navbar img{
    width: 150px;
    height: auto;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin: 0 auto;
}

.side-navbar h2{
    margin-bottom: 0 !important;
}

.side-navbar h2 a{
font-size: 24px;
    font-weight: 900;
    color: #000;
    line-height: 140%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0 !important;
    letter-spacing: 0.2px;
    font-family: "Merriweather", serif;
}

.side-navbar ul{
    margin: 35px 0;
    text-align: center;
}

.side-navbar ul li{
    padding: 7px 0;
}

.side-navbar a{
    font-size: 17px;
    color: #404040;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Poppins', sans-serif;
}

.side-navbar a {
    font-size: 17px;
    color: #404040;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Poppins', sans-serif;
    text-decoration: none; /* Remove underline */
}

.flex22{
    display: flex;
}


.grid22{
    display: grid;
}
.side-navbar .social-links{
    display: flex;
    justify-content: center;
    column-gap: 11px;
    margin-top: 56px;
    position: fixed;
    bottom: 40px;
}
.side-navbar .fa-brands {
    background: #2fb297;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px !important;
    width: 35px;
    height: 35px;
} 

.side-navbar .fa-brands:hover{
    background: #000;
}

.hidden {
    display: none; /* Initially hidden */
}

#hiddenSection {
    padding: 3%;
    opacity: 0; /* Start hidden */
    transform: translateY(20px); /* Move down slightly */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Smooth transition */
}

#hiddenSection.visible {
    display: block; /* Show the element */
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Move back to original position */
}



.welcome_sub {
    padding: 0% 0% 0% 7%;
}
.welcome h2{
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
}

.welcome span{
    color: #8d531f;
}
.welcome p{
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 0;
	font-weight: 500;
	color: #000;
	font-family: "Nunito", sans-serif;
	padding: 14px 0;
}

.welcome h6{
    font-size: 15px; 
    margin: 14px 0;
    font-family: 'Poppins', sans-serif;

}

.welcome h6 a{
    background: #000000;
    padding: 11px;
    font-size: 14px; 
    border-radius: 8px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}

.welcome h6 a:hover{
    background: rgb(34, 34, 34);
}

.comm-ser-txt span {
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #515c6a;
    font-family: "Nunito", sans-serif;
    padding: 14px 0;
    text-align: justify;
}

#about {
    min-height: 95vh;
}


.about_sub{
    padding: 5% 3%;
    position: relative;
}


.short-img .img2{
    width: 46%;
    position: absolute;
    box-shadow: 2px 20px 30px 0px rgb(20 20 20 / 20%);
    left: 68%;
    bottom: -60px;
}


.about h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    margin: 0 !important;
}




.about span{
    color: #8d531f;
}
.about p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    padding: 14px 0;
    text-align: justify;
}

.about h6{
    font-size: 15px; 
    margin: 14px 0;
    font-family: 'Poppins', sans-serif;

}

.about h5{
    font-size: 15px; 
    margin: 14px 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}

.about h6 a{
    border: 1px solid #2fb297;
    padding: 11px 18px;
    border-radius: 8px;
    color: #48505a;
}

.about img{
    border-radius: 6px;
    width: 94%;
}

.about_sub:before{
    content: "";
    position: absolute;
    top: 55px;
    left: 20%;
    right: 0;
    bottom: 3px;
    border: 4px solid #8d531f;
    z-index: -9;
    width: 78%;
    height: 90%;
}

.test {
    padding: 5%;
}

.test h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.test h6{
    text-align: center;
    font-size: 37px;
    color: #2fb297;
    line-height: 140%;
    margin: 13px 0;
}

.test h3{
    font-size: 17px;
    text-align: center;
    padding: 3% 18%;
    line-height: 140%;
    font-weight: 400;

}

.test span{
    font-size: 15px;
}
.test p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding: 0 25%;
    text-align: center;
}
.test img{
    width: 120px !important;
    height: auto!important;
    border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    -webkit-border-radius: 100px!important;
    margin: 0 auto!important;   
    border: none !important;
}

.media-coverage {
    padding: 5%;
}

.media-coverage h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.media-coverage-sub h3{
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0px;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: #000;
    text-align: left;
     background: #f3f3f3;
    padding: 3px 10px;
}

.content-box{
    background: #f3f3f3;
    min-height: 51px;   
}

.content-box1{
    background: #f3f3f3;
    padding: 14px 0;
    min-height: 111px;
}

.media-coverage-sub{
    border: 1px solid #ccc;
}

.community-service-sub h2{
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: left;
    margin: 16px 0 0 !important;
}

.community-service{
    padding: 5%;
}

.community-service h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}


.community-service-sub h2{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 16px 0 0 !important;
}

.community-service-sub p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #515c6a;
    font-family: "Nunito", sans-serif;
    padding: 14px 0;
    text-align: justify;
}

.art {
padding: 11.5% 5%;
}


.art h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: center; 
}

.art p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    padding: 14px 0;
    text-align: justify;
}

.art span{
    font-weight: 700;
}

.popup h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.popup h3{
    font-size: 24px;
    margin-bottom: 12px !important;
    line-height: 140%;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding: 0 2%;
    text-align: left;
}

.popup h4{
    font-size: 17px;
    line-height: 183%;
    margin-top: 0;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    padding: 0 2%;
    margin: 0 !important;
}


.popup p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #515c6a;
    font-family: 'Poppins', sans-serif;
    padding: 2%;
    text-align: justify;
}


.services {
    padding: 5%;
}

.services h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.services p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #515c6a;
    font-family: 'Poppins', sans-serif;
    padding: 0 23%;
    text-align: center;
}

.services .icon{
    padding: 3px 0;
}
.services .fa-solid{
    font-size: 33px;
    display: block;
    text-align: center;
    padding: 20px 19px;
    width: 80px;
    height: 80px;
    border: 1px solid #2eb196;
    border-radius: 50%;
    color: #2eb196;
}

.services .fa-regular{
    font-size: 33px;
    display: block;
    text-align: center;
    padding: 20px 19px;
    width: 80px;
    height: 80px;
    border: 1px solid #2eb196;
    border-radius: 50%;
    color: #2eb196;
}


.services_sub{
    padding-top: 10px;
}

.services_sub h2{
    font-size: 20px;
    margin-bottom: 0 !important;
    line-height: 30px;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
}

.services_sub p{
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 300;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding: 0;
}

.freelancer h2{      
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 140%;
        letter-spacing: -1px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
}

.freelancer h6 a{
    background: #2fb297;
        padding: 11px;
        border-radius: 8px;
        color: #fff;

}

.freelancer h6{
        font-size: 15px; 
        margin: 14px 0;
        font-family: 'Poppins', sans-serif;
        text-align: center;
}
.port2{
    display: none;
}

.port2 h5{
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    color: #2fb297;
    line-height: 140%;
    margin: 0 !important;
}

.port2 h2{      
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.port2 h6 a{
background: #2fb297;
    padding: 11px;
    border-radius: 8px;
    color: #fff;

}

.port2 h6{
    font-size: 15px; 
    margin: 14px 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


.port h5{
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    color: #2fb297;
    line-height: 140%;
    margin: 0 !important;
}

.port h2{      
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.port h6 a{
background: #2fb297;
    padding: 11px;
    border-radius: 8px;
    color: #fff;

}

.port h6{
    font-size: 15px; 
    margin: 14px 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


.section {
    padding: 30px 0;
    color: #333;
  }
  
  .section .top-side {
    text-align: center;
  }
  
  .section .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
  }
  
  .section .top-side .title:after {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
  }
  
  .section .top-side h2 {
    font-weight: 700;
  }
  
  .section.portfolio .filters {
    text-align: center;
    margin-top: 50px;
  }
  
  .section.portfolio .filters ul {
    padding: 0;
  }
  
  .section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
  }
  
  .section.portfolio .filters ul li:after {
    content: '';
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
  }
  
  .section.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
  }
  
  .section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
  }
  
  .section.portfolio .filters-content {
    margin-top: 50px;
  }
  
  .section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
  }
  
  .section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
  }
  
  .section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
  }
  
  .section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }
  
  .section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
  }
  
  .section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
  }
  
  .section.portfolio .filters-content .item img {
    width: 100%;
  }


  .blog {
    padding: 5%;
}

.blog h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.blog p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0 23%;
    text-align: center;
}

.blog .icon{
    padding: 3px 0;
}
.blog .fa-solid{
    font-size: 33px;
    display: block;
    text-align: center;
    padding: 20px 19px;
    width: 80px;
    height: 80px;
    border: 1px solid #2eb196;
    border-radius: 50%;
    color: #2eb196;
}

.blog .fa-regular{
    font-size: 33px;
    display: block;
    text-align: center;
    padding: 20px 19px;
    width: 80px;
    height: 80px;
    border: 1px solid #2eb196;
    border-radius: 50%;
    color: #2eb196;
}

/* .blog img{
    border-radius: 6px;
} */
  
.img_section{
    position: relative;
}

.inner{
    position: absolute;
    background: #2fb297;
    width: 80%;
    border-radius: 3px;
color: #fff;
    top: 86%;
    left: 10%;
    padding: 9px;
    font-size: 15px;
}

.blog_sub h2{
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #fff;
    text-align: left;
    margin: 16px 0 0 !important;
}

.blog_sub p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 14px;
    font-weight: 300;
    color: #fff;
    font-family: "Nunito", sans-serif;
    padding: 0 1%;
    text-align: left;
}


.contact {
    padding: 5%;
}

.contact h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.contact p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding: 0 25%;
    text-align: center;
}

fieldset{
    text-align: center !important;
}


.contact .fa-solid{
    color: #2fb297;
    font-size: 33px;
    text-align: center;

}

.cont{
    text-align: center;
}


.cont h3{
    color: #2fb297;
    font-size: 18px;
    margin-top: 9px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.cont h5{
    font-size: 17px;
    color: #535d6b;
    font-family: 'Poppins', sans-serif;
}

.cont h5 a{
    font-size: 17px;
    color: #535d6b;
    font-family: 'Poppins', sans-serif;
}

.copyright{
    padding: 13px 73px;
}

.copyright p{
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    line-height: 140%;
    text-align: center;
}

/*--------------------------------------------------------------
New Css End
--------------------------------------------------------------*/

.col_sm5-1 {
    width: 10%;
    margin: 1%; 
    float: right;
}

.bg1 {
    background: url(../images/bg-1.jpg);
    display: flex;
    justify-content: center;
}


.bg3 {
    background: url(../images/bg3.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}


.bg4 {
    background: #f6f6f6;
}

.bg5 {
    background: #14b9d5;
}

.slide2-carousel>.owl-nav>.owl-prev>.bi-chevron-left,
.slide2-carousel>.owl-nav>.owl-next>.bi-chevron-right {
    color: #000 !important;
}

.slide-carousel>.owl-nav>.owl-prev>.bi-chevron-left,
.slide-carousel>.owl-nav>.owl-next>.bi-chevron-right {
    color: #000 !important;
}

.bi-chevron-left,
.bi-chevron-right {
    /* color: #fff !important; */
}

.owl-prev:hover .bi-chevron-left,
.owl-next:hover .bi-chevron-right {
    color: #000 !important;
}

.fa-facebook,
.fa-instagram {
    color: #000;
    font-size: 18px !important;
    cursor: pointer;
}

.hello {
    color: #000;
    font-size: 38px !important;
    cursor: pointer;
}

.wel_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
    padding: 0% 1% 0.5% 0%;
    text-align: left;
    margin: 0% !important;
}

.wel_txt p {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: justify;
    padding: 1% 0% 0% !important;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}

.pad p {
    padding: 0 1%;
}

.bg3 {
    background-color: #e3f3ff;
}

.bg_clr5 {
    background-color: #d6f2ff;
}


.txt10 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #000;
    margin: 0%;
}

.he {
    background: #0c0d5326;
    border-radius: 10px;
    padding: 3%;
    min-height: 300px;
}

.he3 {
    border-radius: 10px;
}

.brd1 {
    border-radius: 8px;
    padding: 3%;
    box-shadow: rgb(12 13 83 / 38%) 3px 3px 6px 0px inset, rgb(255 255 255) -3px -3px 6px 1px inset;
}

.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin: 1% 0;
    height: 14px;
}

.progress-bar {
    width: 100%;
    height: 30px;
    appearance: none;
    border-radius: 5px;
    width: 80% !important;
}

/*--------------------------------------------------------------
New Css End
--------------------------------------------------------------*/


/*------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.contact_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 1% 0%;
    color: #122a5a;
}

.cont_col_sm3 {
    width: 98%;
    float: left;
    margin: 1%;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 25px;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}



.cont_icn {
    width: 22%;
    float: left;
    margin: 2% auto 1%;
}

.cont_icn i {
    font-size: 40px;
    color: #005098;
}

.cont_txt_main {
    width: 75%;
    float: right;
    margin: 1%;
}

.cont_txt_main h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    padding: 3% 1% 2%;
    text-align: left;
    margin-bottom: 0 !important;
}

.cont_txt_main p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    min-height: 80px;
}

.ab_shawdo {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.col_sm8_1 {
	width: 59%;
	float: left;
}

.col_sm88_1 {
    width: 39%;
    margin: 1% 1%;
    float: left;
}

.padd {
    padding-left: 1%;
    padding-top: 2%;
}

.sculpture-bg {
    background-color: #e3ecf3;
}

.painting-bg {
    background-color: #ddded9b0;
}

.portrait-bg {
    background-color: #e7e5d067;
}

.illustrat-bg {
    background-color: #dbdbdb8f;
}
.tribal-bg{
    background-color: #f9d1c7a1;
}
.gauche-bg{
    background-color: #dfe0d88c;
}
.still-bg{
    background-color: #d5e0df;
}
.modern-bg{
    background-color: #fde5e5ab;
}
.object-bg{
    background:#fcf0da87;
}
.photo-bg{
    background-color: #c8cac570;
}
.work-bg{
    background-color: #e5eef5;
}
.gallery_txt h1 {
    font-family: 'Poppins', sans-serif;
    color: #0f0b56;
    font-size: 27px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 600;
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
    width: 100%;
    z-index: 999999;
    position: relative;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.top22 {
    width: 80%;
    margin: 0 auto;
    max-width: 1600px;
}


.top23 {
    width: 75%;
    margin: 0 auto;
    max-width: 1600px;
}


.logo {
    width: 300px;
    float: left;
    margin: 0.7% 0%;
}


.logo a p {
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    color: #000;
}

.logo2 {
    width: 90px;
    float: right;
    margin-top: 0%;
    margin-bottom: 0.5%;
}

.logo3 {
    width: 90px;
    float: right;
    margin-top: 0%;
    margin-bottom: 0.5%;
}

.logo4 {
    width: 300px;
    float: left;
    margin: 1%;
}


.logo1 {
    width: 220px;
    margin: 0 auto;
}

.top_right {
    width: 780px;
    float: right;
}

.navbarrr {
    width: fit-content;
    float: left;
    margin-top: 1%;
    margin-bottom: 0.5%;
}


.logo_rigt {
    width: fit-content;
    float: right;
    margin: 0%;
}

.logo_rigt2 {
    width: 600px;
    float: right;
    margin-top: 0%;
    margin-bottom: 0%;
}

.bg_clr1 {
    background-color: #f8f8f8;
}

.bg_clr2{
    background: url(../images/bg2.jpg);
    padding:5%;
}

.bg_clr3{
    background-color: #d1f3e5;
}

.bg_clr77 {
    background-color: #016c8c38;
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 100px;
        right: 10px;
        font-size: 22px;
    }
}


/*about css*/

.about_txt h1 {
    font-family: 'Poppins', sans-serif;
    color: #0f0b56;
    font-size: 27px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 600;
}

.about_txt p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 17px;
    text-align: justify;
    margin: 1% !important;
    font-weight: 400;
}


.about_txt1 p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    text-align: center;
    margin: 1% !important;
    font-weight: 400;
}

/*about css end*/


/*counter*/
.counter2 {
    width: 98%;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.counter2 h1 {
    font-family: 'Hind Guntur', sans-serif;
    font-size: 17px;
    line-height: 120%;
    color: #0f0b56;
    font-weight: 600;
}

.counter2 {
    /* width: 18%; */
    /* float: none; */
    /* margin: 1%; */
    text-align: center;
    padding: 1% 0% 1% 0%;
}

.counter2 h1 span {
    font-family: 'Hind Guntur', sans-serif;
    color: #0f0b56;
    font-weight: 700;
    font-size: 32px;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
    width: 100%;
}

.link {
    text-decoration: none;
    color: #fff;
}

.link:hover {
    text-decoration: none;
    color: rgb(204, 204, 204);
}

.link2 {
    text-decoration: none;
    color: #0f0b56;
}

.link4 {
    text-decoration: none;
    color: #fff;
}


.link3 {
    text-decoration: none;
    color: #000 !important;
}



/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm1-1 {
    width: 100%;
    /* margin: 1%; */
}

.col_sm11 {
    width: 98%;
    margin: 1%;
    float: left;
}


.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_1 {
    width: 48%;
    float: right;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm33 {
    width: 30%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 44%;
    margin: 1%;
    float: left;
}

.col_sm14 {
    width: 16%;
    float: left;
    height: 100%;
    min-width: 295px;
    z-index: 9999;
}

.col_sm144{
    width: 84% !important;
    float: right;
    overflow: hidden;
}



.col_sm444 {
    width: 50%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14.6%;
    margin: 1%;
    float: left;
}

.col_sm7 {
    width: 13.2%;
    margin: 0.5%;
    float: left;
}

.col_sm8 {
    width: 39%;
    margin: 1%;
    float: left;
}

.col_sm88 {
    width: 57%;
    margin: 1%;
    float: left;
}

.col_sm11 {
    width: 36%;
    margin: 1%;
    float: left;
}

.col_sm111 {
    width: 60%;
    margin: 1%;
    float: left;
}


.col_sm889 {
    width: 68%;
    margin: 1%;
    float: left;
}


.col_sm9 {
    width: 16%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 80%;
    margin: 1%;
    float: left;
}

.col_sm10 {
    width: 60%;
    float: left;
    margin: 1%;
}

.col_sm100 {
    width: 35%;
    float: left;
    margin: 1%;
}


.col_sm12 {
    width: 74%;
    float: left;
    margin: 1%;
}

.col_sm122 {
    width: 22%;
    float: left;
    margin: 1%;
}

/*------------------------------------------
footer
------------------------------------------*/

.foot_icon {
    color: #000;
    font-size: 17px;
}

.footer_brd {
    border-right: 1px solid #d93b3863;
}

.ftr_menu ul li a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 240%;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.dis_none {
    display: none !important;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.bg_clr6 {    background: #000;
}


.bg_img1 {
    background-image: url(../images/bg-img2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg_img2 {
    background-image: url(../images/bg-img3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg_img3 {
    background-image: url(../images/img-3.jpg);
    background-size: cover;
    background-position: center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img4 {
    background-image: url(../images/img-4.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img5 {
    background-image: url(../images/img-5.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img6 {
    background-image: url(../images/img-6.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img7 {
    background-image: url(../images/img-7.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img8 {
    background-image: url(../images/img-8.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 420px;
    border-radius: 10px;
    transition: all .3s linear;
    overflow: hidden;
}

.bg_img33 {
    background-image: url(../images/bg-img4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.indian_holidy_txt p {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: justify;
    padding: 5% 7% 0% !important;
    font-family: 'Poppins', sans-serif;
    line-height: 160%;
}




.counter-bg {
    background-color: #f0efff;
}


.counter-bg1 {
    background-color: #f1f1f1;
}

.about-bg {
    background-image: url(../images/bgg3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.abt-img {
    border-radius: 10px;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/


.ftr_txt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 10% 0%;
    color: #000;
}

.ftr_txt3 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0% 0% 0% 0%;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.ftr_txt h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0% 0% 2% 0%;
    color: #000;
}

.ftr_txt p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 1% 5% 0% 0%;
    line-height: 160%;
    color: #000;
    text-align: justify;
}

.ftr_lt_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #fff;
    margin: 0;
}

.ftr_right {
    text-align: right;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 35px;
    height: 38px;
    position: fixed;
    right: 1%;
    bottom: 3%;
    transition-duration: 1s;
    background-image: url('../images/top-b.jpg');
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 999;
    background-size: 100% 100%;
}

.top_arrow:hover {
    width: 35px;
    height: 38px;
    position: fixed;
    right: 1%;
    transition-duration: 1s;
    bottom: 3%;
    cursor: pointer;
    background-image: url('../images/top-b.jpg');
    background-size: 100% 100%;
}

.project-box2{
    background: #ffffff8c;
}

.project-box2 h2{
    font-size: 24px !important;
    line-height: 140%;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    margin: 1% !important;
    text-align: center;
}

.project-box2 p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    text-align: justify;
    padding: 3%;
}



.project-box{
    background: #ffffff8c;
    display: flex;
    align-items: center;
    margin: 1%;
    flex-wrap: wrap;
}

.project-box h2{
    font-size: 24px !important;
    line-height: 140%;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    margin: 0 !important;
    text-align: left !important;
}

.project-box p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    text-align: justify;
    padding: 0;
}

.project-flex{
    display: flex;
    flex-wrap: wrap;
}

.internship-flex{
    display: flex;
    flex-wrap: wrap;
}
.about_sub {
    padding: 5% 0 0% 5%;
}

.about_sub2{
    padding: 5% 5% 0 0;
}


.internship{
    background: url(../images/bg4.jpg);
    padding: 5%;
}
.internship h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.internship-sub{
    background: #ffffff8c;
}

.internship-sub h2{
font-size: 24px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    margin: 0 !important;
    text-align: left;
    padding: 0 2%;
}

.internship-sub p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    text-align: justify;
    padding: 0 2%;
}

.internship-sub img{
    width: 17%;
    padding: 2%;
}


.art{
    background: url(../images/bg5.jpg);
    padding: 5%;
}

.art_sub{
    padding: 5% 0 0% 5%;
    position: relative;
}

.art_sub2{
    padding: 5% 0 0% 5%;
    position: relative;
}

.art_sub:before{
    content: "";
    position: absolute;
    top: 53px;
    left: 16%;
    right: 0;
    bottom: 3px;
    border: 4px solid #8d531f;
    z-index: -9;
    width: 86%;
    height: 67%;
}

.art_sub2 h2{
    font-size: 24px !important;
    line-height: 140%;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    margin: 0 !important;
    text-align: left !important;
}


.awards{
    background: url(../images/bg6.jpg);
    padding: 5%;
}  

.awards h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.awards-box{
    background: #ffffff8c;
}

.awards h3{
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 140%;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: left;
}

.awards-img img{
    height: 36vh;
    object-fit: cover;
}

.awards p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    text-align: justify;
    padding: 0;
}

.awards-sub{
    background: #ffffff8c;
    margin: 1%;
    padding: 1%;

}

.awards-sub a{
    color: #905333;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}

.awards-sub a:hover{
    color: #bb5620;
}

.awards-flex{
    display: flex;
    flex-wrap: wrap;
}



.beyond{
    background: url(../images/bg7.jpg);
    padding: 5%;
}  

.beyond h2{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 140%;
    letter-spacing: -1px;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.beyond--box{
    background: #ffffff8c;
}

.beyond h3{
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 140%;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: left;
}

.beyond h4{
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 140%;
    font-family: "Merriweather", serif;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.beyond-img img{
    height: 36vh;
    object-fit: cover;
}

.beyond p{
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 400;
    color: #000;
    font-family: "Nunito", sans-serif;
    text-align: justify;
    padding: 0;
}

.beyond-sub{
    background: #ffffff8c;
    margin: 1%;
    padding: 1%;

}

.beyond-flex{
    display: flex;
    flex-wrap: wrap;
}

.btn2 a{
    background: #000000;
    padding: 11px;
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
}


.btn2 a:hover{
    background: #000000e7;
}


@media only screen and (max-width:1600px) {

    .port-martgin{
        margin-bottom: 4%;;
    }
    .col_sm144 {
        width: 82% !important;
    }

    .txt9 p span {
        margin-right: 16% !important;
    }

    .inner {
        top: 83%;
    }

    .about_sub {
        padding: 5% 5%;
    }
}


@media only screen and (max-width:1500px){
    .col_sm14 {
        width: 260px;
        min-width: 260px;
    }

    .col_sm144 {
        width: 83% !important;
    }
    
}



@media only screen and (max-width:1400px) {
    

    .footer_brd {
        min-height: 273px;
    }

    .popu_dest h6 {
        padding: 0% 1% 0.5% 3%;
    }

    .tra_act h6 {
        padding: 0% 1% 0.5% 4%;
    }

    .footer_bg {
        height: 100vh;
    }

    .tra_act h6::before {
        left: 41% !important;
    }

    .txt9 p span {
        margin-right: 18% !important;
    }

    .call_em_txt {
        font-size: 17px;
    }

    .call_em_txt .fa {
        padding: 7px 7px;
        /* margin: 3% 0%; */
    }

    .inner {
        top: 69%;
    }

    .side-navbar {
        padding: 6px 0;
    }
}


@media only screen and (max-width:1300px) {
    .txt9 p span {
        margin-right: 19% !important;
    }

    .inner {
        top: 68%;
    }



}


@media only screen and (max-width:1150px) {
    .txt9 p span {
        margin-right: 23% !important;
    }


    .col_sm6 {
        min-height: 182px;
    }

    .col_sm144 {
        width: 75% !important;
    }

}


@media only screen and (max-width:1125px) {
    .top {
        width: 98%;
    }

    .top2 {
        width: 96%;
    }
}

@media only screen and (max-width:960px) {
    .col_sm14{
        width: 100%;
        position: static;
    
    }
    .col_sm2 {
        width: 98%;
    }

    .col_sm12 {
        width: 98%;
    }

    .col_sm122 {
    width: 98%;
}

    .col_sm144{
        width: 100% !important;
    
    }

    .flex {
        display: grid;
    }

    .top2 {
        margin: 0;
    }


    .side-navbar h2{
        display: none;
    }


    #cssmenu>ul>li>a {
        padding: 4px 0px;
    }

    .cover_img {
        height: 593px;
    }

    .call_em_txt {
        margin: -4px 0px;
        padding: 0%;
    }

    .inner {
        top: 62%;
    }

    #contactForm textarea {
        min-height: 20vh;
    }

    .navbarrr {
        width: 100% !important;
        float: none !important;
        margin: 0% auto !important;
        background-color: transparent !important;
    }

    .top_main {
        width: 100%;
        position: static;
    }

    .side-navbar img {
        width: 100px;
    }

    .flex22 {
        flex-direction: row;
    }

}


@media only screen and (max-width:999px) {

    .offer_txt h2 {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width:960px) {

    .art-sub{
        min-height: 319px;
}
.top2 {
    width: 98%;
}

.blog_sub{
    min-height: 792px;
}

.col_sm2_1 {
    width: 69%;
}

    .side-navbar .social-links {
        z-index: 9999999;
        left: 10px;
    }

    .col_sm3{
        float: left;
    }


    .inner {
        top: 85%;
    }


    .side-navbar {
        padding: 15px 0;
    }

    .bg_clr1 {
        background-color: #fff;
    }

    .cover_img_flex {
        flex-direction: column;
    }

    .cover_img {
        width: 100%;
    }

    .content2 {
        width: 100%;
        padding: 4% 5% 4% 3%;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 37vh);
        grid-template-areas:
            "item1 item2"
            "item1 item2"
            "item3 item4"
            "item3 item4"
        ;
    }

    .logo1 {
        width: 350px;
        margin: 0 auto;
    }

    .brd_botm {
        display: none;
    }




    .logo2,
    .logo3 {
        display: none;
    }

    .col_sm6 {
        width: 23%;
    }

    .slide-carousel .owl-nav {
        position: static !important;
        margin: 34px 41.5% !important;
    }

    .testimonial-carousel .owl-nav {
        margin: 34px 41.6% !important;
        position: static !important;
    }

    .txt9 p span {
        margin-right: 1% !important;
    }

    .dis_none {
        display: block !important;
    }

    .logo {
        float: none;
        display: none;
    }

    .logo_rigt {
        width: 100% !important;
        float: none;
        margin: 0 auto !important;
    }

    .top {
        width: 100%;
    }

    .navbarrr {
        width: 100% !important;
        float: none !important;
        margin: 0% auto !important;
        background-color: transparent !important;
    }

    .top_main {
        width: 100%;
        position: static;
    }

    .call {
        display: none;
    }

    .col_sm111 {
        width: 98%;
    }

    .col_sm11 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm88 {
        width: 98%;
    }

    .col_sm3 {
        width: 48%;
    }

    .foot_bg {
        display: block;
    }

    .ftr_txt3 h1 {
        margin: 0;
    }

    .ftr_menu ul {
        margin-left: 0;
    }

    .footer_brd {
        min-height: 0;
    }

    .footer_bg {
        height: auto;
    }

    .welcome h6::before {
        position: static;
        margin-right: 0;
    }

    .welcome h6 {
        padding: 0;
    }

    .popu_dest h6::before {
        position: static;
        margin-right: 0;
    }

    .popu_dest h6 {
        padding: 0;
    }

    .tra_act h6::before {
        position: static !important;
        margin-right: 0 !important;
    }

    .tra_act h6 {
        padding: 0;
    }
}

@media only screen and (max-width:800px) {
    .mrg-top {
        margin-top: -29px;
    }

    .footer_brd {
        border-right: 0px solid transparent;
    }

    .left_border_radius {
        padding: 0px 10px;
    }

    .right_border_radius {
        padding: 0px 10px;
    }

    .right_border_radius img {
        margin-top: 5px !important;
    }

    .ftr_txt3 h1 {
        margin: 0% 0% 4% 0%;
    }

    .ftr_menu ul {
        margin-left: 0%;
    }


    .ftr_txt h1 {
        margin: 4% 0%;
    }

    .ftr_right {
        text-align: right;
    }
.ftr_lt_txt {
    text-align: right;
}

    .col_sm5 {
        width: 48%;
    }

    .short-img .img2 {
        left: 53%;
    }

    .col_sm3 {
        width: 98%;
        float: left !important;
        margin: 1%;
    }

    .col_sm4 {
        width: 100%;
    }

    .col_sm2 {
        width: 98%;
    }
}



@media only screen and (max-width:600px) {
    .col_sm2_1 {
        width: 98%;
    }

    .bg1 {
        flex-wrap: wrap;
    }


    .col_sm88_1{
        width: 100%;
    }

    .col_sm8_1{
        width: 100%;
    }
    .col_sm12 {
        width: 79%;
    }

    .services p {
        padding: 0 1%;
    }

    .col_sm6 {
        width: 31%;
    }

    .txt9 p {
        margin: 7%;
    }

    .txt9 p span {
        display: none;
    }

    .inner {
        top: 89%;
    }

    .btn ul li {
        width: 107px;
        font-size: 13px;
    }

    .blog p {
        padding: 0 3%;
    }

    .about p {
        padding: 0 3%;
    }


    .test p {
        padding: 0 3%;
    }

    .contact p {
        padding: 0 3%;
    }



    .copyright {
        padding: 12px 5px;
    }

    .copyright p {
        font-size: 13px;
    }

    
}

@media only screen and (max-width:500px) {
    .call {
        margin: 2% 0%;
    }

    .email {
        margin: 2% 0%;
    }

    .call {
        width: 200px;
    }

    .call_em {
        width: 355px;
    }

    .col_sm6 {
        width: 48%;
    }
}



@media only screen and (max-width:470px) {
    .slide-carousel .owl-nav {
        margin: 1% auto !important;
    }


    .txt9 h2 {
        font-size: 24px;
    }

    .testimonial-carousel .owl-nav {
        margin: 0% !important;
    }

    .col_sm7 {
        width: 48%;
        margin: 1%;
        float: left;
    }
}

@media only screen and (max-width:400px) {

    .col_sm5 {
        width: 98%;
    }


    .txt9 h2 {
        font-size: 28px;
        margin-bottom: -29px !important;
    }

    .txt h2 {
        font-size: 28px;
    }

    .txt p {
        font-size: 15px;
    }

    .col_sm5-1 {
        width: 18%;
    }


}

@media only screen and (max-width:360px) {
    .call_em {
        width: 320px;
    }

}
