@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: 'Exo 2', 'PT Sans', sans-serif;
	font-optical-sizing: auto;
}


/* Header-section */
header {
    /* background-color: white !important; */
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.logo-box {
    width: fit-content;
    height: 100px;
    /* margin: 20px 0; */
	/*background-color: rgba(255,255,255,1);*/
    /*border-radius: 0 0 10px 10px;*/
	/* transform: translateY(0); */
	transition: all 0.3s ease;
}

.logo-box a img {
    width: 320px;
    height: 100%;
    object-fit: contain;
	/*padding: 10px;*/
    /* filter: brightness(100) grayscale(1); */
	transition: all 0.3s ease;
}

.mainnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

.navlinks {
    display: flex;
    align-items: center;
    margin: 0;
}

.navlinks ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    padding-left: 0;
}

.navlinks ul li {
    list-style-type: none;
}

.navlinks ul li a {
    text-decoration: none;
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    font-weight: 500;
    line-height: 35px;
	white-space: nowrap !important;
}

.number {
    display: flex;
    gap: 12px;
    border-radius: 25px;
    background: transparent;
    color: #54c4dc;
    border-radius: 35px;
    font-weight: 700;
    transition: 0.3s;
    align-items: center;
}

.number-info {
    color: white;
    font-size: 18px;
    text-decoration: none;

    display: flex;
    flex-direction: column;
    z-index: 222;
}

.number-info a {
    text-decoration: none;
    color: #54c4dc;
    font-size: 17px;
    font-weight: 500;


}

.number:hover .number-info a {
    color: white !important;
}

/* Alt kateqoriyalar */
.dropdawn {
    position: relative;
    z-index: 3;
}

.dropdawn i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg) translateY(2px);
    margin-left: 4px;
}

.dropdawn-services {
    position: absolute;
    flex-direction: column;
    top: 100px;
    left: 0;
    padding: 0;
    background-color: rgba(67, 61, 61, 0.75);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    gap: 0 !important;
	/* border-radius: 10px; */
}

.dropdawn-services li {
    display: inline;
    color: #fff;
    white-space: nowrap !important;
    padding: 5px 20px !important;
    width: 100%;
    justify-content: center;
}

.dropdawn:hover .dropdawn-services {
    visibility: visible;
    opacity: 1;
    top: 35px;
}

.dropdawn:hover i {
    transform: rotateZ(0deg);
}

.dropdawn .dropdawn-services li:hover {
    background-color: #222;
    color: #f6f611 !important;
    width: 100% !important;
}

.dropdawn-services li a {
    display: inline;
    white-space: nowrap;
    font-size: 18px !important;
    margin-top: 0px !important;
    color: #fff !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}

.dropdawn .dropdawn-services li:hover a {
    display: flex;
    z-index: 222222222;
    color: white !important;
    width: 100% !important;

}






/* Button hamburger */


.checkboxtoggler {
    width: 2.2em;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    cursor: pointer;
	margin: 0 -10px;
}

.line-1 {
    background: #fffdfd;
    height: 0.3em;
    border-radius: 10em;
    transition-duration: 500ms;
}

.line-2 {
    background: #fefefe;
    height: 0.3em;
    border-radius: 10em;
    transition-duration: 500ms;
}

.line-3 {
    background: #ffffff;
    height: 0.3em;
    border-radius: 10em;
    transition-duration: 500ms;
}

#toggleChecker {
    height: 3em;
    width: 100%;
    display: none;
}

#toggleChecker:checked+#togglerLable .checkboxtoggler .line-1 {
    -webkit-transform: rotate(45deg) translateY(0.7em) translateX(0.7em);
    -ms-transform: rotate(45deg) translateY(0.7em) translateX(0.7em);
    transform: rotate(45deg) translateY(0.7em) translateX(0.7em);
    background: rgb(0, 0, 0);
}

#toggleChecker:checked+#togglerLable .checkboxtoggler .line-2 {
    -webkit-transform: rotate(-45deg) translateY(0em) translateX(0.1em);
    -ms-transform: rotate(-45deg) translateY(0em) translateX(0.1em);
    transform: rotate(-45deg) translateY(0em) translateX(0.1em);
    background: rgb(0, 0, 0);
}

#toggleChecker:checked+#togglerLable .checkboxtoggler .line-3 {
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(0, 0, 0);
}

/* Hambuger */
.hamicon {
    display: none;
}

.hamimg {
    display: none;
}

.calltoaction {
    display: none;
}

.fisrt-colto {
    display: block;
}

@media screen and (max-width:992px) {
    .calltoaction {
        display: none;
    }

    .fisrt-colto {
        display: block;
    }

    .ham-img {

        height: 150px;
    }

    .hamimg {
        display: block;
        max-width: 250px !important;

    }

    nav ul.hamburger {
        position: fixed;
        flex-direction: column;
        width: 90%;
        height: 100%;
        background: rgb(255, 255, 255);

        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(60, 39, 0, 0.1);
        top: 0px;
        justify-content: center;
        align-items: center;
        right: -200%;
        z-index: 2;
        transition: 0.5s;
        gap: 15px;
    }

    nav ul.hamburger.active {
        right: 0 !important;
    }

    nav ul.hamburger li a {
        color: black !important;
        font-size: 18px;
        text-shadow: 1px 1px rgb(0 0 0 / 16%);
        font-weight: 500;
        text-align: start;
    }

    nav ul.hamburger li a {
        color: black !important;
        font-size: 18px;
        text-shadow: 1px 1px rgb(0 0 0 / 16%);
        font-weight: 500;
        text-align: start;
    }

    .hamicon {
        display: flex;
        gap: 6px;
        width: 30px;
        flex-direction: column;
        position: relative;
        z-index: 44444422222244444444;

    }

    .hamicon.active line {
        background-color: rgb(0, 0, 0) !important;
        z-index: 2222222222222;
    }



}

/* Slider secion */
.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider {
    position: relative;
    overflow: hidden;
}

.main-slider::after {
    content: "";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none;
    inset: 0;
    position: absolute;
    z-index: 2;
}

.swiper-icon {
    --swiper-theme-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: var(--swiper-pagination-left, 50px);
    right: var(--swiper-pagination-right, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);


}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}

.slider-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2222;
    line-height: 150%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: start;


}

.slider-info h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 150%;
    max-width: 800px;
    text-shadow: 2px 2px 2px #000;
}

.slider-info p {
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 300;
    font-size: 22px;
    max-width: 800px;
    line-height: 150%;
    text-shadow: 2px 2px 2px #000;
}

.abutton {
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    color: white;
    padding: 5px 35px !important;
    border: 1px solid white;
    border-radius: 25px;
    font-weight: 500;
    transition: 0.5s;
    font-size: 15px;
    margin-top: 25px;
}

.abutton:hover {
    backdrop-filter: blur(10px);
    color: white;
}

.about-video {
    object-fit: cover;
    position: relative;
    box-shadow: 0px 10px 26px 0px #c6c6c6;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    box-shadow: 0px 10px 26px 0px #c6c6c6;
	border-radius: 20px;
}

.about-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);
    z-index: 1;
}

/* About us */

.about-us {
    margin: 50px 0;
    /* background-color: white; */
}

.azgp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.azgp span {
    position: absolute;
    font-size: 24em;
    z-index: 2;
    color: #54c4dc;
    /* top: -115px; */
    width: 100%;
    text-align: center;
    font-weight: 900;
    opacity: 0.1;
}

.about-img {
    width: 490px;
    height: 380px;
    position: relative;
    @media screen and (max-width:992px) {
        height: 200px;
    }
}

.about-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    /* height: 40px; */
    background-color: white;
    box-shadow: 0px 5px 20px rgba(232, 232, 232, 0.7);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    position: absolute;
    top: -30px;
    padding: 20px;
	z-index: 1;
}

.info-1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
}

.info2 {
    color: #59595980;
    font-size: 14px;
}

.about-content {
    position: relative;
}

.about-img .about-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about {
    align-items: center;
    justify-content: center;
	gap: 50px;
    @media screen and (max-width:992px) {
        gap: 0;
    }
}

.about-content span {
    font-size: 19px;
    line-height: 150%;
    color: #595959;
    margin-top: 20px;
    margin-top: 20px;
}

.about-content h2 {
    font-size: 45px;
    font-weight: 700;
}

.about-content h4 {
    font-size: 20px;
    color: #2B2B2B;
}

.about-content {
    display: flex;
    flex-direction: column;

}






/* Services */
.services {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(42,32,32,1) 65%, rgba(39,29,29,1) 78%);
    width: 100%;
    padding-bottom: 50px;
}



.ser-main {
    position: absolute;
    top: 0;
    z-index: 22222;
}


.services-head {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 50px 0 60px 0;
}

.services-head h4 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}

.services-head span {
    font-size: 17px;
}

.services-main::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: linear-gradient(to top, #a37604e8 14%, rgb(0 0 0 / 10%) 44%, rgb(240 240 240 / 10%) 100%) !important;
    border-radius: 12px;
	z-index: 6;
}

.services-main{
    height: 390px !important;
	overflow: hidden;
	cursor: pointer;
}

.services-main img {
	filter: brightness(80%);
}

.services-main:hover img {
	transform: scale(1.1);
	filter: brightness(100%);
}

.services-h2{
    font-size: 24px;
    text-shadow: 2px 2px 2px #000;

}

.img-container {
	overflow:hidden;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}


/* Projects */
.projects {
    padding-bottom: 50px;
	background: rgb(0,0,0);
	background: linear-gradient(rgba(29, 32, 28, 0.8), rgb(0 0 0 / 83%)), url(/templates/azgp/images/projectsbg.jpg);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	height: 100%;
}

.projects .services-head {
    padding: 110px 0 60px 0;
}

.item {
    /* height: 254px; */
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.item a {
    text-decoration: none !important;
}

.div-ul-img {
    border-radius: 20px;
    height: 300px;
}

.div-ul-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
	border-radius: 20px;
	overflow: hidden;
	filter: brightness(70%);
	transition: all 0.2s ease;
}

.div-ul-img img:hover {
    filter: brightness(100%);
}

.div-ul-img::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .3) 100%);
    pointer-events: none;
    inset: 0;
    position: absolute;
    z-index: 2;
    height: 300px;
	border-radius: 20px;
}

.owl-dots,
.owl-nav {
    display: none;
}

.services-span {
    position: absolute;
    z-index: 15;
    bottom: 30px;
    left: 24px;
    right: 24px;
    border-top: 1px solid hsl(0, 0%, 100%);
    padding-top: 12px;
    color: #fff;
    margin-bottom: 0;
    font-size: 19px;
}

.info h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    margin-left: 23px;
}

/* news */

.main-col-1-1 {
    height: 500px;
    background-color: #000;
}

.first-row {
    row-gap: 20px;
}

.main-col-1-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-col-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-col-1 a {
    position: relative;
}

.main-col-2 a {
    position: relative;
}

.main-col-1-1::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    background: linear-gradient(to top, #a37604e8 14%, rgb(0 0 0 / 10%) 44%, rgb(240 240 240 / 10%) 100%) !important;
    border-radius: 12px;
}

.main-col-3::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;

    background: linear-gradient(to top, #a37604e8 14%, rgb(0 0 0 / 10%) 44%, rgb(240 240 240 / 10%) 100%) !important;
    border-radius: 12px;
}

.main-col-1-1,
.main-col-3 {
    position: relative;
	border-radius: 12px;
}

.main-col-1-1-info {
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    z-index: 1111;
    color: white !important;
}

.main-col-1-1-info h6 {
    font-size: 22px;
    line-height: 150%;
}

.second-col a {
    text-decoration: none;
    color: black !important;
}

.main-col-3 {
    /* padding: 20px !important; */
    background-color: #595959;
    height: 200px;
}

.second-row {
    row-gap: 20px !important;
}

.second-col-1 {
    height: 226px;
    /* background-color: #000000; */
    box-shadow: 0px 10px 26px 0px #c6c6c6;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 60px;
	overflow: hidden;

}

.second-col-1:hover {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-bottom: 1px solid black;
}

.second-col-1 span {
    font-size: 19px;
}

.second-col-1 h5 {
    font-size: 24px;

}

.main-col-1-1 img,
.main-col-3 img {
    transition: 0.3s ease-in !important;
}

.main-col-1-1,
.main-col-3 {
    overflow: hidden;
}

.main-col-1:hover img {
    transform: scale(1.1);
}

.main-col-3:hover img {
    transform: scale(1.1);
}

/* Partners */
#partners {
    padding: 40px 0px;
	overflow: hidden;
}

.partner-top {
    display: flex;
}

.partner-top2 {
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.partner-top2 h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0px;
}

.partner-row {
    margin: 0px;
    column-gap: 0px;
    justify-content: center;
}

.col5 {
    padding-left: 5px;
    padding-right: 5px;
    height: 130px;
    margin-bottom: 10px;
}

.col6 {
    display: flex;
    align-items: flex-end;
}

.partner-row {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
}

.partner-logo {
    height: 130px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.8;
}

.partner-logo:hover {
    opacity: 1;
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* Call to action */
.call-to-action {
    position: relative;
    padding: 50px 0;
	/* background: rgb(0,0,0); */
	/* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(42,32,32,1) 65%, rgba(39,29,29,1) 78%); */
	background: rgb(0,0,0);
	background: linear-gradient(rgba(29, 32, 28, 0.8), rgb(0 0 0 / 50%)), url(/templates/azgp/images/videobg.webp);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	height: 100%;
}

.call-to-action::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(24, 24, 24, 0.35) 0%, #171717 100%);
    background: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.35) 0%, #171717 100%);
    background: linear-gradient(0deg, rgba(24, 24, 24, 0.35) 0%, #171717 100%);
}

.call a {
    text-decoration: none;
    color: #fff;
}

.cal-to {
    position: relative;
    display: flex;
    justify-content: space-between;
    /* height: 300px; */
    align-items: center;
	border-radius: 10px;
    padding: 40px;
    z-index: 5;
}

.cal-to img {
    height: 100%;
    object-fit: contain;
    max-width: 200px;
}

.text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text h6 {
    font-size: 40px;
}

.text span {
    font-size: 22px;

}

.button-span {
    font-size: 15px !important;
}

.button__text {
    text-transform: uppercase;
}

.button {
    text-decoration: none;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    color: #121212;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.button-decor {
    position: absolute;
    inset: 0;
    background-color: var(--clr);
    transform: translateX(-100%);
    transition: transform .3s;
    z-index: 0;
}

.button-content {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.button__icon {
    width: 48px;
    height: 40px;
    background-color: var(--clr);
    display: grid;
    place-items: center;
}

.button__text {
    display: inline-block;
    transition: color .2s;
    padding: 2px 1.5rem 2px;
    padding-left: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
}

.button:hover .button__text {
    color: #fff;
}

.button:hover .button-decor {
    transform: translate(0);
}

/* Footer */

.wrapper {
    display: inline-flex;
    list-style: none;
    height: 120px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    justify-content: center;
    align-items: center;
}

.wrapper .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .icon:hover svg {

    color: white !important;
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1da1f2;
    color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #fff;
}

.footer-first-div p {
    font-size: 19px;
    margin-bottom: 0;
}

.number-p a {
    text-decoration: none;
    color: #000;
    font-size: 19px;
}

footer {
    border-top: 1px solid #e6ecf2;
}

.bottom-info p {
    font-size: 14px;
}

.bottom-info a {
	margin-left: 5px;
	line-height: 1;
}

.bottom-info a img {
	width: 70px;
	vertical-align: middle;
}

/*
b {
    font-size: 16px;
    margin-right: 10px;
}
*/

.footer-nav {
    gap: 20px;
    margin-top: 30px;
}

.footer-nav li a {
    font-size: 19px;
    text-decoration: none;
    color: black;
}

/* Dropdawn header */
#header.active {
    background-color: #ffffff !important;

    z-index: 10;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

#header.active .line {
    background-color: black !important;


}

#header.active nav ul li a {
    color: #000000;
    text-shadow: none;
}

#header.active .logo-box {
	background-color: transparent;
}

#header.active .logo-box img {
    filter: none;
	padding: 0;
}

#header.active .hamicon span {
    background-color: #000;
}


/* Contact page  - okey - responsive */

.contact-row {
	background-color: rgb(36, 38, 40) !important;
	border-radius: 16px;
	align-items: center;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
    color: #fff;
}

.contact-head {
    display: flex;
    align-items: flex-start;
}

.contact-head h3 {
    margin: 0px !important;
    font-size: 40px;
    font-weight: bold;
}

.contact-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* background-color: rgb(243, 245, 249); */
	margin: 0 !important;
	padding: 0 !important;
	height: 500px;
}

.contact-inner {
    display: flex;
    flex-direction: column;
	justify-content: center;
    line-height: 1.5;
    padding: 14px;
    background-color: #222;
    gap: 5px;
    border-radius: 9px;
    height: 100%;
	margin: 0;
}

.contact-inner a,
.contact-inner span {
    color: #fff;
    font-size: 19px;
	text-decoration: none;
	font-weight: bold;
}

.contact-head-fisrt,
.contact-second {
    font-size: 19px;
}

.contact-info {
    padding: 20px !important;
}

.cordinat-span,
.cordinat-p,
.cordinat-span {
    font-size: 14px;

}

.contact-head {
    margin-bottom: 20px;
}

#map {
    margin-top: -0px !important;
    /* background-color: rgb(243, 245, 249) !important; */
    background-image: none !important;
    display: flex;
    align-items: center;
    width: 100%;
	margin: 0 !important;
	flex-grow: 1;
}

@media screen and (max-width:568px) {
    .contact-head h3 {
        font-size: 30px !important;
    }


    .contact-info {
        font-size: 13px;
    }

    .contact-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        line-height: 1.5;
        padding: 25px;
        margin: 0px;
        background-color: #222;
        gap: 17px;
        border-radius: 16px;
    }

    .contact-head {
        display: flex;
        align-items: center;
        justify-content: center;

    }


}

@media screen and (max-width:400px) {
    .contact-head h3 {
        font-size: 30px !important;
    }

    .contact-head-fisrt,
    .contact-second {
        font-weight: bold;
        font-size: 17px;
    }

    .contact-info {
        font-size: 13px;
    }

    .contact-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        line-height: 1.5;
        padding: 25px;
        margin: 0px;
        background-color: #222;
        gap: 17px;
        border-radius: 16px;
    }

    .contact-head {
        display: flex;
        align-items: center;
        justify-content: center;

    }


}

/* blog-box - okey- responsive */

.main-row {
    padding: 0;
    /* column-gap: 10px; */
    /* row-gap: 10px; */
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;

}

.blog-col-in-1,.services-main {
    /* width: 300px; */
    height: 320px;
    position: relative;
    padding: 0;
    border-radius: 20px;
    transition: 0.3s;
    padding: 10px;
}

.blog-col-in-1 img,.services-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
	transition: all 0.3s linear;
}

.blog-col-in-1 a::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;

}

.blog-head-in {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;

}

.blog-head-in h6 {
    font-size: 14px !important;
    padding: 5px 20px;
    background-color: white;
    color: black;
    border-radius: 10px;
}

.blog-bottom-in {
    position: absolute;
    bottom: 30px;
    color: white;
    text-decoration: none;
    padding: 0 15px;
	z-index: 6;
}

.blog-bottom-in h2 {
	font-size: 1.6rem;
}

.blog-col-in-1,.services-main:hover {
    transform: translateY(-10px);
}

/* Blog-in - okey- responsive */
.blog-img {
    width: 100%;
    height: 60vh;
    margin-bottom: 30px;
    @media screen and (max-width: 992px) {
        height: 30vh;
    }
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-info p {
    font-size: 19px;
    margin-bottom: 30px;
}

/* Services-in - okey -  responsive */
.ser-row {
    display: flex;
    justify-content: center;
    margin-top: 30px;
	/* gap: 30px; */
}

.head-photo {
    width: 100%;
    height: 250px;
    position: relative;
}

.head-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.service-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    top: 50%;
    transform: translate(0, -50%);
	text-align: center;
	width: 100%;
}

.services-h {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    /* white-space: nowrap; */
    text-shadow: 1px 1px 0px #000;
}

.head-photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(270deg, #e9ffd459, #000);
}

.services-info {
    margin-top: 20px;
    font-size: 17px;
}

.services-info p {

    font-size: 17px;
    text-align: justify;
}

.ser-img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sera {
    font-size: 19px;
    text-decoration: none;
    color: #fff;
    padding: 7px 17px;
    width: 100%;
    display: inline-block;
}

.left-ser {
    background-color: rgb(55 55 55);
    border-radius: 20px;
    padding: 20px;
}

.ser-left p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;

}

.ser-li {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    border-radius: 20px;
    transition: 0.4s;
}

.ser-ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
}

.sera:hover {
    color: white
}

.ser-li:hover {
    background-color: #6E6E6E;
}

.new-sec {
    display: flex;
    flex-direction: column;
    background-color: rgb(55 55 55);
    padding: 20px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.new-sec a {
    color: #fff;
    font-size: 23px !important;
    font-weight: bold;
    text-decoration: none;
}

.new-sec span {

    font-size: 19px !important;
    font-weight: 400;
}

@media(max-width:992px) {
    .services-h {
        font-size: 30px !important;

    }

    .ser-row {
        flex-direction: column-reverse;
    }
	
	.logo-box a img {
		width: 220px;
	}
}

@media(max-width:992px) {
    .services-h {
        font-size: 30px !important;
    }
	
	#map {
		height: calc(30vh);
	}
	
	.contact-col {
		height: 100%;
	}
}

@media(min-width:992px) {
	.partner-row {
		column-gap: 10px;
	}
}


/* Gallery - okey - responsive */
.photos-row {
    row-gap: 20px;
}

.photos-img {
    max-width: 500px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}

.photos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.photos-img img:hover {
    transform: scale(1.1);
}

/* History */

.history-img {
    width: 100%;
    height: 390px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.history-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 10px 26px 0px #c6c6c6;
}

.history-img p {
    font-size: 19px;
    margin-bottom: 30px;
}

/* .history-info {
    padding: 0 40px;
} */

.history-info p {
    font-size: 19px;
}

.history-2 {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 40px;
    flex-direction: column;
}

.history-in {
    max-width: 700px;
    /* max-height: 300px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.history-in img {
    width: 600px;
    height: 290px;
    object-fit: cover;
    box-shadow: 0px 10px 26px 0px #c6c6c6;

}

.history-span {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.history {
    justify-content: center;
}

.ceo-info {
    margin-top: 30px;
}

.info1,
.info {
    font-size: 19px;
    margin: 0;
}

.mission {
    font-size: 19px;
    font-weight: 700;
}

/* Magic Button - in */

.modal-backdrop.show {
	z-index: 10;
}

.modal-dialog {
    max-width: 600px !important;
}

.textarea.form-control {
    font-size: 19px;
}

.modal-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    border-bottom: none !important;
	margin-top: 50px !important;
}

.modal-header span {
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    color: #595959 !important;
    text-transform: none;
    font-weight: 500;
}

.modal-header h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    margin: 0;
}

.modal-header img {
    width: 50%;
}

.form-control {
    border: none !important;
    border-bottom: 1px solid black !important;
    height: 100%;
	border-radius: 0;
	padding: 10px 0;
}

.modal .form-control:focus {
    border-color: none !important;
    /* Darker blue border on focus */
    box-shadow: none;
}

.col-form-label {
    font-weight: 500 !important;
    font-size: 17px;
    color: rgba(0,0,0,0.8);
}

.modal-body {
    padding: 15px 90px !important;
    z-index: 22222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-footer {
    border: none !important;
    justify-content: center;
    margin-bottom: 30px;
}

.btn-primary {
    width: 300px !important;
    height: 40px;
    background-color: #00ad54;
    color: white;
    font-weight: 500;
    border: none !important;
    border-radius: 20px;
    font-size: 19px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #64ab0ec7;

}

.btn-close {
    display: none;
}

/* Projects-box - okey-responsive */

.project-col-in a::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;

    background: linear-gradient(to top, #a37604e8 14%, rgb(0 0 0 / 10%) 44%, rgb(240 240 240 / 10%) 100%) !important;
    border-radius: 12px;
}

/* Project - in - responsive */

.project-info-1 {
    display: flex;
	/*
    justify-content: center;
    align-items: center;
    */
	flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}

.project-head {
    font-size: 32px;
}

.project-bottom {
    font-size: 22px;
    line-height: 150%;
    text-align: justify;
}

/* Main-page responsive */

@media (max-width:1200px) {
    .slider-info p {
        font-size: 19px;
    }

    .slider-info h1 {
        font-size: 32px;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .text h6 {
        font-size: 35px;
    }

    .text span {
        font-size: 20px;
    }

    .footer-nav li a {
        font-size: 16px;
    }

    .footer-first-div p {
        font-size: 16px;
    }
	
	.project-bottom {
		font-size: 16px;
		line-height: 150%;
		text-align: left;
	}
}

@media (max-width:992px) {
    .about-content {
        margin-top: 30px;
    }

    .about-img {
        width: 100%;
    }

    .about-content h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .about-content span {
        margin: 0;
    }

    .services-head {
		font-size: 20px !important;
    }
	
	.services-head h4 {
		font-size: 20px !important;
		font-weight: 700;
	}

    .services {
        padding: 0;
    }

    .text span {
        font-size: 17px;
    }

    .py-3 {
        padding: 0;
    }

    .wrapper {
        height: 0;
    }

    .bottom-info p {
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 10px;
    }

    .blog-2-col {
        display: none;
    }
	
	.main-img{
		height: 50% !important;
		padding-left: 20px;
		padding-right: 20px;
		
	}
	.main-img img{
		height: 50% !important;
	}


}

@media(max-width: 980px) {
	.dropdawn-services {
		display: none !important;
	}
}

@media (max-width:768px) {

    .slider-info h1 {
        font-size: 24px;
    }

    .slider-info p {
        font-size: 16px;
    }

    .about-info {
        left: 0;
        padding: 10px;
    }


    .about-content {
        margin-top: 30px;
    }

    .about-content h4 {
        font-size: 18px;
    }

    .about-content span {
        font-size: 16px;
    }

    .about-content h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    /*.projects {*/
    /*    padding: 0;*/
    /*}*/


    .text span {
        font-size: 14px;
    }

    .services-head span {
        font-size: 15px;
    }
	
	.services-head h4 {
		font-size: 20px!important;
		font-weight: 700;
	}

    .cal-to img {
        max-width: 100px;
    }

    .text h6 {
        font-size: 22px;
    }

    .button__icon {
        height: 30px;
    }

    .text {
        gap: 10px;
    }

    .cal-to {
        padding: 0 20px;
    }

    .footer-nav {
        justify-content: center !important;
    }

    .bottom {
        text-align: center;
    }







}


/* Carier -box - okey - responsive */

.service-row {
    display: flex;
    /*justify-content: center;*/
    row-gap: 10px;
    column-gap: 10px;
    padding-bottom: 40px;
}
.services-head {
    position: relative;
}
.services-head h2 {
    font-size: 36px;
    font-weight: 700;
}
.services-head p {
    margin-bottom: 0;
}
.services-main-1 {
	overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
    width: 360px !important;
    transition: 0.1s;
    border-radius: 10px;

}
/* .services-main-1:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
} */
.services-main-1 a {
    text-decoration: none !important;
    color: #000;
}
/* .services-main-1 a:hover {
    color: black;
} */

.background-ser {
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, #65AB0E 0%, #B3E042 100%);
    opacity: 0.8;
    filter: blur(35px);
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: ser 2s ease infinite;

}
.services-box-1 {
    padding: 30px;
	overflow: hidden;
}
.ser-img-1 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5FFE9;
    border-radius: 50%;
}
.ser-img-1 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 10px;

}
.ser-content {
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.ser-head-one {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 400;
    margin-top: 20px;
}
.services-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;

}
.services-ul p,.services-ul span{
    margin: 0;
    font-size: 22px;
    
}
.services-span-one{
	position: relative;
    font-size: 17px;
}
.carier-a{
    color: black;
}

/* Carier - in - okey - responsive */

.main-img{
    max-width: 100%;
    height: 400px;
    
}
.main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 10px 26px 0px #c6c6c6;
    border-radius: 20px;
}
.career-li{
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}
.career-li p{
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 !important;
}
.career-in-ul{
    padding: 0;
}
.career-left{
    background-color: white;
}
.car-li{
    margin-top: 20px;
}
.describe{
    font-size: 22px;
    font-weight: 400 !important;
    border-bottom: 2px solid black;
}
.describe-1{
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.describe-2,.describe-3{
    font-size: 19px;
}
.career-title{
    display: flex;
    justify-content: left;
    font-size: 28px;
}

img {
	cursor: pointer;
}

ul,ol {
	padding-left: 0;
}

.services-info li,
.project-info-1 li,
.ser-content li,
.ser-row li {
    position: relative;
}

.leftservices li {
	list-style: none;
    background-color: #222;
}

.services-info li::before,
.project-info-1 li::before,
.ser-content li::before,
.ser-row li::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url("../images/listicon.png");
    background-size: 100%;
	background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
	padding: 0;
}

.leftservices li::before {
	display: none;
}

.services-span-one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4));
}

.lang-menu {
	position: relative;
	display: inline-block;
}

.lang-menu img {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	object-fit: cover;
	margin: 10px 0;
}

.lang-menu-content {
    visibility: hidden;
	position: absolute;
	left: -8px;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 10px;
	z-index: 1;
	border-radius: 10px;
	width: fit-content;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.3s ease;
}

.lang-menu:hover .lang-menu-content,
.lang-menu span:hover + .lang-menu-content,
.lang-menu span>img:hover + .lang-menu-content {
    visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1300px) {
	.fisrt-colto {
		display: none;
	}
	
	.mainnav {
		gap: 20px;
	}
}

@media (max-width: 992px) {
    .lang-menu {
    	margin: auto;
    	width: 100%;
    }
    
    .ser-img {
        width: 100%;
        height: 200px;
    }
    
    .ser-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .dropdawn i {
        display: none;
    }
}

.page-bg {
    background: #222;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.page-bg .page-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
}

.page-bg .page-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* filter: brightness(0.9); */
    filter: contrast(0.9);
}

.page-bg .page-head {
    position: absolute;
    top: 75%;
    color: rgba(117, 237, 47, 0.699);
    z-index: 5;
    width: auto;
}

.page-bg .page-head h2 {
    font-size: 2.5rem;
}

.page-bg::before,
.page-bg .page-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.35) 0%, #181818 100%);
    background: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.35) 0%, #181818 100%);
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.35) 50%, #181818 100%);
    z-index: 5;
}

@media screen and (max-width:992px) {
    .page-bg .page-head h2 {
        font-size: 1.4rem;
    }
    
    .uni-img img {
        width: 100%;
    }
    
    .bottom-info {
        display: block !important;
    }
}

.dropdawn i {
    font-size: 11px;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 4px;
}