@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body{
    direction: ltr;
    font-family: 'PT Serif', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}

img{
    max-width: 100%;
}

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

a {
    text-decoration: none;
}

.topbar-top{
    background-color: #009500;
    padding: 15px 0;
}

.topbar-info{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 24px;
}

.topbar-info a{
    font-size: 18px;
    color: #fff;
}

.topbar-info i{
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
}

.navbar a h1 {
    font-size: 25px;
    font-weight: 700;
    color: #009500;
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar a h1 img{
    width: 47px !important;
    height: 47px !important;
}

.navbar .navbar-nav {
    padding: 19px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 19px;
    color: var(--bs-white);
    font-weight: 700;
    font-size: 18px;
    outline: none;
    transition: .4s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active  {
    color: #009500;
    transition: .4s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\F124";
    font-family: "Bootstrap-icons";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-menu{
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transfosigin: 0% 0%;
        transition: .4s;
        opacity: 0;
        background-color: #009500;
    }

    .dropdown-item{
        color: #fff;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: center;
    }
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
    background: var(--bs-dark);
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .4s;
    opacity: 1;
}

.navbar-toggler {
    background: #009500;
    color: #2A2438 !important;
    padding: 4px 12px;
    border: 2px solid #009500 !important;
}

.carousel{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    height: 100%;
}

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-indicators{
    z-index: 2 !important;
}

.carousel-control-prev {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #009500;
    border-radius: 0 30px 30px 0;
    transition: .4s;
    opacity: 1;
    border: 2px solid #2A2438 !important;
}


.carousel-control-next {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #009500;
    border-radius: 30px 0 0 30px;
    transition: .4s;
    opacity: 1;
    border: 2px solid #2A2438 !important;
}

.carousel-control-next:focus,.carousel-control-prev:focus{
    border: 0 !important;
}




.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    background-color: #2A2438 !important;
    color: #fff;
    text-decoration: none !important;
    outline: 0 !important;
    opacity: .9 !important;
    border: 2px solid #009500 !important;
    outline: none !important;
}



#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
    width: 24px;
    height: 24px;
    background: var(--bs-dark);
    border: 2px solid #009500;
    border-radius: 24px;
    margin: 0 15px 30px 15px;
}

#carouselId .carousel-indicators li.active {
    background: #009500 !important;
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 400px;
    }

    .carousel-item img {
        height: 400px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
}

.carousel-inner{
    display: flex;
}

.img-fluid{
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
}

.about{
    overflow: hidden;
    background: url(files/images/mask-1920x10800.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .about-img {
    width: 100% !important;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}

.about .about-img img{
    width: 100% !important;
}

.about .about-img::before {
    content: "";
    width: 100%;
    height: 40%;
    background: #2A2438;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px 15px 15px 15px;
}


.about .about-img::after {
    content: "";
    width: 100%;
    height: 60%;
    background: #009500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px 15px 15px 15px;
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 1;
    background-color: #2A2438 !important;
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 1;
    background-color: #2A2438 !important;
}

.about-img img {
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: -0;
    right: 0;
    padding: 34px 34px;
    text-align: center;
    border-radius: 15px;
    z-index: 1;
    animation: mymove 5s infinite;
    animation-timing-function: ease-in-out;
    border: 2px solid #009500;
}

@keyframes mymove {
    from {top: -202px;}
    to {top: 102%;}
}

.experiences h1{
    color: #009500;
    font-weight: 700;
}

.right-about{
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-about h5{
    font-size: 25px;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
}

.right-about p{
    font-size: 18px;
    color: #2A2438;
}


.core__section{
    padding: 94px 0;
    background-image: url(files/images/mask-1920x10801.png);
    background-color: #2A2438;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.core__section .row{
    display: flex;
}

.core__section__title__inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.core__section .core__section__title__inner h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #fff;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.core__section__content{
    color: #fff;
}

.core__section__content h5{
    font-size: 19px !important;
    font-weight: 700;
    color: #fff !important;
}

.core__section .core__section__content ul{
    list-style: disc !important;
}

.core__section__image strong{
    color: #fff;
}

.core__section__title h5{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.core__section__price h6{
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}

.project-block{
    padding: 94px 0;
    overflow: hidden;
    background: url(files/images/mask-1920x10800.png);
    background-size: 400px 400px;
}

.project-block-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.project-block-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.project-item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px ;
    overflow: hidden;
}

.project-item::before {
    content: "";
    width: 100%;
    height: 40%;
    background: #2A2438;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px 15px 15px 15px;
}


.project-item::after {
    content: "";
    width: 100%;
    height: 60%;
    background: #009500;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    border-radius: 15px 15px 15px 15px;
}

.project-left {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    left: -18%;
    rotate: 30deg;
    z-index: 1;
    background-color: #2A2438 !important;
}

.project-right {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    right: -18%;
    rotate: -30deg;
    z-index: 1;
    background-color: #2A2438 !important;
}

.project-item img {
    position: relative;
    width: 100% !important;
    height: 250px;
    object-fit: contain;
    z-index: 1;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-item a {
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(-360deg);
    border-radius: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    opacity: 0;
}

.project-item:hover a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    background: #009500;
    color: #fff !important;
    opacity: 1;

}

.blog{
    padding: 94px 0;
    background: url(files/images/mask-1920x10800.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.blog-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.blog-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}


.owl-stage {
		display: flex;
	}
	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	.blog-item {
		display: flex;
		flex-direction: column;
	}


.blog-item{
    display: flex;
    flex-direction: column;
}

.blog-item .rounded-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #00000007;
}

.blog-item span{
    font-weight: 700;
    color: #2A2438 !important;
}

.blog-item i{
    color: #009500 !important;
    padding-right: 4px;
}

.blog-item img{
    object-fit: cover;
    width: 100% !important;
    height: 250px !important;
}

.blog-text {
    padding: 24px;
}

.blog-text a h4{
    font-size: 19px;
    font-weight: 700;
    color: #2A2438;
}

.blog-text p{
    font-size: 18px;
    color: #060606;
}

.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #009500;
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 15px 30px 30px 15px;
}

.blog-carousel .owl-nav .owl-prev {
    box-shadow: inset 0 0 0 0 #2A2438;
    transition: .4s;
}

.blog-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 #2A2438;
    color: #fff !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #009500;
    top: -51px;
    right: 0;
    border-radius: 30px 15px 15px 30px;
}

.blog-carousel .owl-nav .owl-next {
    box-shadow: inset 0 0 0 0 #2A2438;
    transition: .4s;
}

.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 #2A2438;
    color: #fff !important;
}

.blog-bottom-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #009500;
    color: #fff;
}

.blog-bottom-content a{
    color: #fff;
}

.blog-bottom-content p{
    margin: 0 !important;
    padding: 0 !important;
}

.services{
    padding: 94px 0;
    background: url(files/images/mask-1920x10801.png);
    background-color: #2A2438;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.services-block-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.services-block-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #fff;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.services-item{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 15px 19px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -webkit-box-shadow: -7px 15px 47px -2px #009500;
    -moz-box-shadow: -7px 15px 47px -2px #009500;
    box-shadow: -7px 15px 47px -2px #009500;
}

.services-inner-icon {
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    position: relative;
    margin: 15px;
}

.services-inner-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 62px;
    top: 50%;
    left: 50%;
    transition: .4s;
}

.services-item:hover .services-inner-icon::after {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
} 

.services-item img {
    transition: .4s;
}

.services-item:hover img {
    z-index: 1;
    rotate: 360deg;
}

.services-item p{
    font-size: 18px;
    color: #fff;
}

.testimonial{
    padding: 94px 0;
    background: url(files/images/mask-1920x10800.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-block-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-block-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.testimonial-content {
    position: relative;
    width: 100%;
    background: #2A2438;
    z-index: 1;
}

.testimonial-content p{
    color: #fff;
}

.testimonial-item{
    display: flex;
    flex-direction: column;
}

.testimonial-item-cont{
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 0 0 30px;
}

.testimotional-rel-block{
    position: relative;
}

.testimotional-rel-block img{
    border-radius: 50%;
    width: 73px !important;
    height: 73px !important;
}

.testimotional-abs-block i{
    border-radius: 50%;
    color: #fff;
    background-color: #009500;
    padding: 15px;
}

.testimonial-content::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: -15px;
    rotate: 45deg;
    z-index: -5;
    background: #2A2438;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: #009500;
    color: #fff;
    font-size: 22px;
    top: 14%;
    left: 0px;
    border-radius: 30px 0 0 30px;
    box-shadow: inset 0 0 0 0 #2A2438;
    transition: .4s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 #2A2438;
    color: #009500 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
    border-radius: 0 30px 30px 0;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 #2A2438;
    color: #009500 !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    width: 15px;
    height: 15px;
    background: #2A2438;
    border-radius: 19px;
    transition: .4s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #009500;
}

.testimonial-item-cont-inner{
    margin-left: 15px;
}

.testimonial-item-cont-inner h4{
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 700;
    color: #009500;
}

.testimonial-item-cont-inner p{
    font-size: 18px;
    color: #060606;
    margin-bottom: 4px;
}

.testimotional-rating{
    display: flex;
    gap: 4px;
}

.testimotional-rating i{
    color: #009500;
}

.team{
    padding: 94px 0;
    background: url(files/images/mask-1920x10801.png);
    background-color: #2A2438;
}

.team-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.team-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #fff;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.team-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.team-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.team-content h4{
    font-size: 19px;
    font-weight: 700;
}

.team-content p{
    font-size: 18px;
}

.team-item .team-content {
    box-shadow: inset 0 0 0 0 #060606;
    transition: 1s;
    background-color: #009500;
}

.team-item:hover .team-content {
    box-shadow: inset 550px 0 0 0 #060606;
    color: #009500 !important;
}



.fos{
    padding: 94px 0;
    background: url(files/images/mask-1920x10800.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fos__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.fos__title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 50px;
    display: inline-block;
    padding: 15px;
}


.fos label{
    color: #2A2438;
}

.fos .fos__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 25px;
    padding: 0 30px;
    padding: 15px 19px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -webkit-box-shadow: -7px 15px 47px -2px #2A2438;
    -moz-box-shadow: -7px 15px 47px -2px #2A2438;
    box-shadow: -7px 15px 47px -2px #2A2438;
}

.fos .field{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding-top: 30px;
}

.fos .input-fieldcontainer_block{
    border: 2px solid #eee;
    border-radius: 4px;
    color: #333;
    height: 44px;
    padding: 15px 19px;
    transition: all 0.3s ease 0s;
}

.fos .textarea-fieldcontainer_block{
    border: 2px solid #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    padding: 15px 19px;
    height: 100px;
}

.fos .form-check{
    align-items: flex-start;
    text-align: left;
    padding-top: 5px;
    padding-left: 47px;
}

.fos .form-check a{
    text-decoration: underline;
    color: #009500;
}

.fos__btn{
    display: inline-block;
}

.part-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.part-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.part-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.part-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
}

.part-img{
    width: 100%;
    border-radius: 25px;
    background-color: #8d5f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
    padding: 15px 19px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -webkit-box-shadow: -7px 15px 47px -2px #2A2438;
    -moz-box-shadow: -7px 15px 47px -2px #2A2438;
    box-shadow: -7px 15px 47px -2px #2A2438;
}

.part-img:hover img {
    opacity: .5;
    transform: scale(1.2);
    transition: .3s;
}

.part-inner img{
    width: 122px !important;
    height: 122px !important;
    object-fit: contain;
    opacity: 1;
    transition: .3s;
}

.footer {
   padding: 47px 0;
   background: url(files/images/mask-1920x10801.png);
   background-color: #060606;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.footer-block-one{
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-footer-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.single-footer-block a img{
    width: 57px !important;
    height: 57px !important;
}

.single-footer-block a h4{
    font-size: 19px;
    font-weight: 700;
    color: #009500;
}

.footer-block-two{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-block-two h4{
    font-size: 19px;
    font-weight: 700;
    color: #009500;
}

.footer-block-two a{
    font-size: 18px;
    color: #fff;
}

.footer-block-two a:hover{
    color: #009500;
}

.footer-block-two a i{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-right: 4px;
}

.footer-block-three{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-block-three h4{
    font-size: 19px;
    font-weight: 700;
    color: #009500;
}

.footer-info-contact span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-info-contact span a{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-info-contact span a:hover{
    color: #009500;
}


.copyright-area{
    padding: 24px 0;
    background: url(files/images/mask-1920x10809.png),linear-gradient(229deg,  #2A2438 0%, #009500 80%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright-area-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-area-text p{
    padding: 0;
    margin: 0;
    color: #fff;
}

.copyright-area-priv ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.copyright-area-priv ul li a{
    color: #fff;
}

.copyright-area-priv ul li a:hover{
    color: #060606;
}

.dt-page{
    padding: 50px 0;
}


.dt-page .row{
    display: flex;
}

.dt-page__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.dt-page__title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.dt-page-block{
    display: flex;
    flex-direction: column;
}

.dt-page-block-icons{
    display: flex;
    flex-direction: column;
}

.dt-page__content h2{
    font-size: 18px;
}

.dt-page__content ul{
    list-style: disc !important;
}

.dt-page-icon-view{
    display: flex;
    justify-content: center;
    align-items: center;
}

.dt-page-icon-view i{
    font-size: 30px;
    font-weight: 700;
    color: #009500;
    padding-right: 4px;
}

.dt-page-icon-view span{
    font-size: 25px;
    font-weight: 700;
    color: #009500;
}

.dt-page-rating{
    display: flex;
    gap: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #009500;
    justify-content: center;
    align-items: center;
}



.testimonial-dt-page{
    padding: 94px 0;
    background: url(files/images/mask-1920x10809.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2A2438;
}

.testimonial-dt-page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-dt-page-title h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #fff;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.testimonial-dt-page-block{
    display: flex;
    gap: 24px;
}

.testimonial-dt-page-content {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 1;
}

.testimonial-dt-page-content p{
    color: #009500;
}

.testimonial-dt-page-item{
    display: flex;
    flex-direction: column;
}

.testimonial-dt-page-cont{
    display: flex;
    align-items: center;
    flex: 1;
    padding: 19px 0 0 30px;
    gap: 19px;
}

.testimonial-dt-page-rel img{
    object-fit: cover;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    border: 2px solid #009500;
}

.testimonial-dt-page-abs i{
    border-radius: 50%;
    color: #fff;
    background-color: #009500;
    padding: 15px;
}

.testimonial-dt-page-content::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: -15px;
    rotate: 45deg;
    z-index: -5;
    background: #fff;
}

.testimonial-dt-page-bot h4{
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.testimonial-dt-page-rating{
    display: flex;
    gap: 4px;
}

.testimonial-dt-page-rating i{
    color: #009500;
}



.contact-page{
    padding: 30px 0 60px 0;
}

.google__map{
    overflow: hidden;
}

.google__map iframe{
    display: flex;
    border: 0;
}

.contact-block-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.contact-block-title  h5{
    font-size: 25px; 
    text-align:center;
    font-weight: 700;
    color: #2A2438;
    border: 2px solid #009500;
    border-radius: 47px;
    display: inline-block;
    padding: 15px;
}

.contact-page label{
    color: #2A2438;
}

.contact-page .contact-block-c {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(38, 57, 77) 0px 24px 30px -15px;
    padding: 30px;
}

.contact-page .form-control:focus {
	border: none;
	outline: none;
	border: 2px solid #009500;
    border-left: 2px solid #009500;
}

.contact-page .form-groups .input{
    border: 2px solid #eee;
    border-radius: 4px;
    color: #333;
    height: 44px;
    padding: 15px 19px;
    transition: all 0.3s ease 0s;
}

.contact-page .field{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding-top: 30px;
}

.contact-page .form-groups .textarea{
    border: 2px solid #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    padding: 15px 19px;
    height: 100px;
}

.contact-page .form-check{
    align-items: flex-start;
    text-align: left;
    padding-top: 5px;
    padding-left: 47px;
}

.contact-page .form-check a{
    color: #009500;
}

.contact-page___btn{
    display: inline-block;
}

.contact-adress-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.contact-adress-info-block{
    background: #2A2438;
    display: flex;
    box-shadow: rgb(38, 57, 77) 0px 24px 30px -15px;
    padding: 30px;
}

.contact-adress-info-inner{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-page-adress-icon i{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.contact-adress-info-inner__content{
    color: #fff;
}

.contact-adress-info-inner__content h3{
    font-size: 19px;
    font-weight: 700;
    color: #009500;
}

.contact-adress-info-inner__content a{
    font-size: 18px;
    color: #fff;
}

.contact-adress-info-inner__content a:hover{
    color: #009500;
}



.priva{
    padding: 77px 77px;
	overflow: hidden;
}

.priva h1.priva{
    font-size: 25px;
    font-weight: 700;
}

.priva h1,h2,h3{
    font-size: 19px;
    font-weight: 700;
}

.priva  a{
    text-decoration: underline;
    color: #2A2438 !important;
}

.poli-area ol li {
    color: #2A2438 !important;
}

.priva ul{
    list-style: disc !important
}



.button-1 {
    font-size: 18px;
    background: #2A2438;
    border: 2px solid #009500;
    line-height: 1;
    padding: 15px 19px;
    color: #fff;
    transition: 0.25s;
}

.button-1:hover, .button-1:focus {
    border-color: #009500;
    color: #fff;
    border: 2px solid #2A2438;
}

.button-1:hover,
.button-1:focus {
  box-shadow: inset 0 0 0 36px #009500;
}

.button-2 {
    background: #2A2438;
    border: 2px solid #009500;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1;
    padding: 15px 15px;
    color: #fff;
    transition: 0.25s;
}

.button-2:hover, .button-2:focus {
    border-color: #009500;
    color: #fff;
    border: 2px solid #2A2438;
}


.button-2:hover, 
.button-2:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 36px transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #009500 }
}

.button-3 {
    font-size: 18px;
    background: #2A2438;
    border: 2px solid #009500;
    line-height: 1;
    padding: 15px 19px;
    color: #fff;
    transition: 0.25s;
}

.button-3:hover, .button-3:focus {
    border-color: #009500;
    color: #fff;
    border: 2px solid #2A2438;
    box-shadow: 
    inset -30px 0 0 0 #009500,
    inset 30px 0 0 0 #009500; 
}

.button-4 {
    background: #2A2438;
    border: 2px solid #009500;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1;
    padding: 15px 19px;
    color: #fff;
    transition: 0.25s;
}

.button-4:hover, .button-4:focus {
    border-color: #009500;
    color: #fff;
    border: 2px solid #2A2438;
    box-shadow: 0 0.5em 0.5em -0.4em #009500;
    transform: translateY(-0.25em);
}

.button-5 {
    font-size: 18px;
    text-align: center;
    background: #2A2438;
    border: 2px solid #009500;
    padding: 15px 19px;
    color: #fff;
    transition: 0.25s;
}

.button-5:hover, .button-5:focus {
    border-color: #009500;
    color: #fff;
    border: 2px solid #2A2438;
    box-shadow: inset 300px 0 0 0 #009500;

}

.owl-carousel{
    direction: ltr !important;
}

.carousel{
    direction: ltr !important;
}

@media (max-width: 1400px) {
    .slider .slick-prev, .slider .slick-next {
        top: 60%;
    }

    .clients-slider .slick-prev,   .clients-slider .slick-next {
        top: 80%;
    }
}


@media(max-width: 992px){

    .navigation .dropdown-menu{
        left: 0 !important;
        transform: none !important;
    }

    .footer-block-one{
        width: 100% !important;
        order: 3;
    }

    .footer-block-two{
        width: 100% !important;
        order: 2;
    }

    .footer-block-three{
        width: 100% !important;
        order: 1;
    }

    .contact-adress-info{
        width: 100% !important;
    }

    .contact-block-c{
        width: 100% !important;
    }

    .carousel-caption{
        text-align: center !important;
    }

    .footer .row{
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 19px;
    }

    .copyright-area .row{
        gap: 15px;
        text-align: center;
    }

    .fos__box{
        width: 100% !important;
    }

    .part-box{
        width: 100% !important;
    }

    .part-inner{
        width: 100% !important;
        flex-direction: column !important;
    }

    .testimonial-dt-page-block{
        flex-direction: column !important;
    }

    .testimonial-dt-page-item{
        width: 100% !important;
    }

    .contact-block-c{
        margin-top: 47px;
    }

    .project-item a {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        background: #009A44;
        color: #fff !important;
        opacity: 1;
        width: 100%;
    }
    
}


@media(max-width: 768px){
    .project-item:hover a{
        font-size: 17px !important;
    }

    .copyright-area-priv ul{
        flex-direction: column !important;
    }

    .fz-title h5{
        font-size: 19px !important;
    }

    .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next{
        display: none !important;
    }
}

@media(max-width: 700px){
    .carousel-indicators{
        display: none!important;
    }
}



@media(max-width: 600px){
    .priva {
        padding: 40px 40px;
    }

    .navbar{
        flex-direction: column !important;
    }

    .navbar button{
        width: 50%;
        margin: 15px;
    }

    .navbar .navbar-collapse{
        width: 100%;
    }

    .topbar-info{
        flex-direction: column !important;
    }

    .carousel-content h4{
        font-size: 19px;
    }

    .services-item{
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .part-img{
        flex-direction: column !important;
        gap: 0 !important;
    }
}


@media(max-width: 425px){
  
    .button-1,.button-2,.button-3,.button-4,.button-5{
        width: 100% !important;
        display: block !important;
    }
    
    
    .testimonial-item-cont{
        text-align: center;
        padding: 0;
        flex-direction: column;
        justify-content: center;
    }

    .testimonial-item-cont-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media(max-width: 375px){
  
    .priva {
        padding: 30px 30px;
    }

    .dropdown-item{
        white-space: break-spaces;
    }
}

.carousel-indicators{
    list-style: none;
}

.fos__box{
    width: 100%;
}

.services-item-dopStyle{
    align-items: center; 
    justify-content: center
}

.testimotional-abs-blockDopstyle{
    position: absolute; 
    top: 33px; 
    left: -24px;
}


.dt-page__image, .core__section__image{
    position: relative;
    float: left;
    margin: 36px;
    width: 40%;
    height: 505px;
    margin: 30px;
    border-radius: 25px;
  }
  
  .dt-page__image img, .core__section__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 992px){
    .dt-page__image, .core__section__image{
      float: none !important;
      width: 100% !important;
      margin: 0 0 30px 0 !important;
    }
  }

  @media (max-width: 575px){

    button{
        width: 100%;
    }
}
  
  
  @media (max-width: 420px){
  
    .dt-page__image, .core__section__image{
      height: auto;
    }
  
  }

  
.priva #services-details{
    padding: 0;
    background: none;
    background-color: unset;
    overflow: hidden;
}

.fos_width{
    width: 100% !important;
}

.fos_width .form{
    width: 100% !important;
}