:root{
    --primary-color:#222b51;
    --secondary-color:#FAFAFB;
    --text-color:#666666;
    --accent-color:#47843f;
    --accent-secondary-color:#47843f;
    --white-color:#FFFFFF;
    --divider-color:#E6E6EB;
    --dark-divider-color:#FFFFFF1A;
    --error-color:rgb(230, 87, 87);
    --default-font:"DM Sans",serif;
    --accent-font:"Poppins",serif
}
body{
    font-family:var(--default-font);
    font-size:16px;
    font-weight:400;
    line-height:1.1em;
    background-color:var(--white-color);
    color:var(--text-color)
}
p{
    line-height:1.6em;
    margin-bottom:1.5em
}
h1,h2,h3,h4,h5,h6{
    font-family:var(--accent-font);
    margin:0;
    font-weight:600;
    line-height:1.2em;
    color:var(--primary-color)
}
figure{
    margin:0
}
img{
    max-width:100%
}
a{
    text-decoration:none
}
a:hover{
    text-decoration:none;
    outline:0
}
a:focus{
    text-decoration:none;
    outline:0
}
body,html{
    width:100%;
    overflow-x:clip
}
.container{
    max-width:1300px
}
.container,.container-lg,.container-md{
    padding-right:15px;
    padding-left:15px
}
.image-anime{
    position:relative;
    overflow:hidden
}
.image-anime:after{
    content:"";
    position:absolute;
    width:200%;
    height:0%;
    left:50%;
    top:50%;
    background-color:rgba(255,255,255,.3);
    transform:translate(-50%,-50%) rotate(-45deg);
    z-index:1
}
.image-anime:hover:after{
    height:250%;
    transition:all .6s linear;
    background-color:transparent
}
.reveal{
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    visibility:hidden;
    overflow:hidden
}
.reveal img{
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transform-origin:left;
    transform-origin:left
}
.row{
    margin-right:-15px;
    margin-left:-15px
}
.row>*{
    padding-right:15px;
    padding-left:15px
}
.btn-default{
    position:relative;
    display:inline-block;
    background:linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 50%,var(--accent-color) 100%);
    background-size:200% auto;
    color:var(--white-color);
    font-size:16px;
    font-weight:500;
    line-height:1em;
    border:none;
    padding:17px 46px 17px 16px;
    transition:all .4s ease-in-out;
    overflow:hidden;
    z-index:0
}
.btn-default:hover{
    background-position:right center
}
.btn-default::before{
    content:'';
    position:absolute;
    top:50%;
    bottom:0;
    right:16px;
    transform:translateY(-50%);
    background-image:url(../images/arrow-white.svg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:24px;
    height:24px;
    transition:all .4s ease-in-out
}
.btn-default:hover::before{
    transform:translateY(-50%) rotate(45deg)
}
.preloader{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    background:linear-gradient(90deg,var(--white-color) 0,var(--white-color) 100%);
    display:flex;
    align-items:center;
    justify-content:center
}
.loading,.loading-container{
    height:130px;
    position:relative;
    width:130px;
    border-radius:100%
}
.loading-container{
    margin:40px auto
}
.loading{
    border:1px solid transparent;
    border-color:transparent var(--accent-color) transparent var(--accent-color);
    animation:rotate-loading 1.5s linear 0s infinite normal;
    transform-origin:50% 50%
}
.loading-container .loading,.loading-container:hover .loading{
    transition:all .5s ease-in-out
}
#loading-icon{
    position:absolute;
    top:50%;
    left:50%;
    width:100px;
    max-width:200px;
    transform:translate(-50%,-50%)
}
@keyframes rotate-loading{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.section-row{
    margin-bottom:80px
}
.section-row .section-title{
    margin:0
}
.section-title-content p{
    margin-bottom:20px
}
.section-title-content p:last-child{
    margin-bottom:0
}
.section-row .section-btn{
    text-align:end
}
.section-title{
    position:relative;
    margin-bottom:40px;
    z-index:1
}
.section-title h3{
    position:relative;
    display:inline-block;
    font-size:16px;
    font-weight:400;
    line-height:1.2em;
    text-transform:capitalize;
    color:var(--primary-color);
    padding-left:18px;
    margin-bottom:10px
}
.section-title h3::before{
    content:'';
    position:absolute;
    top:5px;
    left:0;
    background:var(--accent-secondary-color);
    border-radius:50%;
    width:8px;
    height:8px
}
.section-title h1{
    font-size:60px;
    margin-bottom:0
}
.section-title h2{
    font-size:46px;
    margin-bottom:0
}
.section-title h2 span{
    background-image:linear-gradient(90deg,var(--accent-color) 17.66%,var(--accent-secondary-color) 90.75%);
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.section-title p{
    margin-top:20px;
    margin-bottom:0
}
.section-title.dark-section h1,.section-title.dark-section h2,.section-title.dark-section h3,.section-title.dark-section p{
    color:var(--white-color)
}
.help-block.with-errors ul{
    margin:0;
    text-align:left
}
.help-block.with-errors ul li{
    color:var(--error-color);
    font-weight:500;
    font-size:14px
}
.topbar{
    background:var(--primary-color);
    padding:8px 0
}
.topbar-contact-info ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:30px
}
.topbar-contact-info ul li a{
    font-size:14px;
    color:var(--white-color);
    display:flex;
    align-items:center;
    transition:all .3s ease-in-out
}
.topbar-contact-info ul li a:hover{
    color:var(--accent-secondary-color)
}
.topbar-contact-info ul li a i{
    font-size:14px;
    color:inherit;
    margin-right:8px
}
header.main-header{
    position:relative;
    background-color:var(--white-color);
    z-index:100
}
header.main-header .header-sticky{
    position:relative;
    top:0;
    z-index:100
}
.navbar{
    padding:25px 0;
    align-items:center
}
.navbar-brand{
    padding:0;
    margin:0
}
.main-menu .nav-menu-wrapper{
    flex:1;
    text-align:center;
    margin:0 20px
}
.main-menu .nav-menu-wrapper>ul{
    align-items:center;
    display:inline-flex
}
.main-menu ul li{
    margin:0;
    position:relative
}
.main-menu ul li a{
    font-size:16px;
    font-weight:500;
    line-height:1.2em;
    padding:14px 15px!important;
    color:var(--text-color);
    text-transform:capitalize;
    transition:all .3s ease-in-out
}
.main-menu ul li a:focus,.main-menu ul li a:hover{
    color:var(--accent-secondary-color )
}
.main-menu ul ul{
    visibility:hidden;
    opacity:0;
    transform:scaleY(.8);
    transform-origin:top;
    padding:0;
    margin:0;
    list-style:none;
    width:230px;
    border-radius:0;
    position:absolute;
    left:0;
    top:100%;
    background:linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 100%);
    transition:all .3s ease-in-out;
    text-align:left
}
.main-menu ul ul ul{
    left:100%;
    top:0;
    text-align:left
}
.main-menu ul li:hover>ul{
    visibility:visible;
    opacity:1;
    transform:scaleY(1);
    padding:5px 0
}
.main-menu ul ul li{
    margin:0;
    padding:0
}
.main-menu ul ul li a{
    color:var(--white-color);
    padding:8px 20px!important;
    transition:all .3s ease-in-out
}
.main-menu ul li:hover>ul{
    visibility:visible;
    opacity:1;
    transform:scaleY(1);
    padding:5px 0
}
.main-menu ul ul li a:focus,.main-menu ul ul li a:hover{
    color:var(--primary-color);
    background-color:transparent;
    padding:8px 20px 8px 23px!important
}
.navbar-toggle,.responsive-menu{
    display:none
}
.responsive-menu{
    top:0;
    position:relative
}
.slicknav_btn{
    background:linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 100%);
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    margin:0;
    border-radius:0
}
.slicknav_icon .slicknav_icon-bar{
    display:block;
    width:100%;
    height:3px;
    width:22px;
    background-color:var(--white-color);
    border-radius:6px;
    margin:4px auto!important;
    transition:all .1s ease-in-out
}
.slicknav_icon .slicknav_icon-bar:first-child{
    margin-top:0!important
}
.slicknav_icon .slicknav_icon-bar:last-child{
    margin-bottom:0!important
}
.slicknav_menu{
    position:absolute;
    width:100%;
    padding:0;
    background:linear-gradient(to right,var(--accent-color) 0,var(--accent-secondary-color) 100%)
}
.slicknav_menu ul{
    margin:5px 0
}
.slicknav_menu ul ul{
    margin:0
}
.slicknav_nav .slicknav_row,.slicknav_nav li a{
    position:relative;
    font-size:16px;
    font-weight:500;
    text-transform:capitalize;
    padding:8px 20px;
    color:var(--white-color);
    line-height:normal;
    margin:0;
    border-radius:0!important;
    transition:all .3s ease-in-out
}
.slicknav_nav .slicknav_row:hover,.slicknav_nav a:focus,.slicknav_nav a:hover{
    background-color:transparent;
    color:var(--primary-color)
}
.slicknav_menu ul ul li a{
    padding:8px 20px 8px 30px
}
.hero{
    position:relative;
    background:url(../images/hero-bg.jpg) no-repeat;
    background-position:center center;
    background-size:cover;
    padding:120px 0
}
.hero::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 51.13%,rgba(226,64,59,.02) 63.85%);
    opacity:82%;
    height:100%;
    width:100%;
    z-index:1
}
.hero.hero-slider-layout{
    background:0 0;
    padding:0
}
.hero.hero-slider-layout .hero-slide{
    position:relative;
    padding:120px 0
}
.hero.hero-slider-layout .hero-slide::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(90deg,#222b5180 0,#222b5180 51.13%,rgba(226,64,59,.02) 63.85%);
    opacity:82%;
    width:100%;
    height:100%;
    z-index:1
}
.hero.hero-slider-layout .hero-slide .hero-slider-image{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0
}
.hero.hero-slider-layout .hero-slide .hero-slider-image img{
    width:100%;
    height:100%;
    object-fit:cover
}
.hero.hero-slider-layout .hero-pagination{
    position:absolute;
    bottom:50px;
    text-align:left;
    padding-left:calc(((100vw - 1300px)/ 2));
    z-index:2
}
.hero-content{
    position:relative;
    z-index:2
}
.hero-content .section-title.dark-section h3::before{
    background:var(--white-color)
}
.hero-body{
    display:flex;
    flex-wrap:wrap;
    gap:40px
}
.hero-footer{
    display:inline-block;
    border:1px solid var(--dark-divider-color);
    padding:25px 30px;
    margin-top:55px
}
.hero-footer ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:30px 50px
}
.hero-footer ul li{
    color:var(--white-color);
    text-transform:capitalize
}
.hero-footer ul li img{
    width:100%;
    max-width:20px;
    margin-right:10px
}
.about-us{
    padding:100px 0
}
.about-us-images{
    position:relative;
    padding:20px 240px 165px 30px;
    margin-right:35px
}
.about-image-1{
    transform:rotate(-10deg)
}
.about-image-1 figure,.about-image-2 figure{
    display:block
}
.about-image-1 img,.about-image-2 img{
    width:100%;
    aspect-ratio:1/1.162;
    object-fit:cover
}
.about-image-2{
    position:absolute;
    bottom:40px;
    right:50px;
    transform:rotate(17deg);
    width:100%;
    max-width:290px
}
@keyframes infiniterotate{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(360deg)
    }
}
.about-us-body{
    display:flex;
    gap:30px 50px;
    flex-wrap:wrap
}
.about-body-item{
    width:calc(50% - 25px);
    display:flex;
    align-items:center
}
.about-body-item .icon-box{
    margin-right:20px
}
.icon-box i{
    font-size:30px;
    color:var(--accent-color)
}
.about-body-item .icon-box img{
    width:100%;
    max-width:50px
}
.about-body-item-content{
    width:calc(100% - 70px)
}
.about-body-item-content h3{
    font-size:16px;
    line-height:1.5em;
    text-transform:capitalize
}
.about-us-footer{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:30px;
    border-top:1px solid var(--divider-color);
    margin-top:40px;
    padding-top:40px
}
.about-us-footer-counter{
    width:calc(27% - 20px)
}
.about-us-footer-counter h2{
    font-size:80px;
    font-weight:700;
    line-height:1em;
    background-image:linear-gradient(90deg,var(--accent-color) 17.66%,var(--accent-secondary-color) 90.75%);
    background-clip:text;
    -webkit-text-fill-color:transparent
}
.about-us-footer-content{
    width:calc(45% - 20px)
}
.about-us-footer-content h3{
    font-size:18px;
    line-height:1.5em
}
.about-us-footer-button{
    width:calc(28% - 20px);
    text-align:end
}
.our-services{
    background-color:var(--secondary-color);
    padding:100px 0
}
.service-item-list{
    display:flex;
    flex-wrap:wrap;
    border-left:1px solid var(--dark-divider-color)
}
.service-item{
    position:relative;
    width:25%;
    border:1px solid var(--dark-divider-color);
    border-top-width:0;
    border-left-width:0
}
.service-item:nth-of-type(-n+4){
    border-top-width:1px
}
.service-image a,.service-image a figure{
    position:relative;
    display:block
}
.service-image a::before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(360deg,rgba(1,5,53,.8) 0,rgba(1,5,53,0) 50%);
    height:100%;
    width:100%;
    z-index:1
}
.service-image a figure::before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(.07deg,#47843f80 .06%,#222b5180 99.94%);
    height:0;
    width:100%;
    transition:all .4s ease-in-out;
    z-index:1
}
.service-item:hover .service-image a figure::before{
    height:100%
}
.service-image img{
    width:100%;
    aspect-ratio:1/1.34;
    object-fit:cover;
    transition:all .4s ease-in-out
}
.service-item:hover .service-image img{
    transform:scale(1.05)
}
.service-content{
    position:absolute;
    right:40px;
    left:40px;
    bottom:40px;
    transform:translateY(50px);
    transition:all .4s ease-in-out;
    z-index:1
}
.service-item:hover .service-content{
    transform:translateY(0)
}
.service-title img{
    width:100%;
    max-width:55px;
    margin-bottom:25px
}
.service-title h3{
    font-size:20px;
    color:var(--white-color);
    text-transform:capitalize
}
.service-title h3 a{
    color:inherit
}
.service-title i{
    color:var(--white-color);
    font-size:30px;
    margin-bottom:20px;
    max-width:55px
}
.service-body{
    opacity:0;
    visibility:hidden;
    transition:all .4s ease-in-out
}
.service-item:hover .service-body{
    opacity:1;
    visibility:visible;
    margin-top:15px
}
.service-body p{
    color:var(--white-color);
    margin-bottom:0
}
.scrolling-content{
    flex-shrink:0;
    display:flex;
    gap:var(--gap);
    min-width:100%;
    animation:scroll 80s linear infinite
}
@keyframes scroll{
    from{
        transform:translateX(0)
    }
    to{
        transform:translateX(calc(-100% - var(--gap)))
    }
}
.why-choose-us{
    padding:50px 0 100px
}
.why-choose-list ul{
    list-style:disc;
    margin:0;
    padding-left:20px
}
.why-choose-list ul li{
    color:var(--primary-color);
    text-transform:capitalize;
    line-height:normal;
    margin-bottom:15px
}
.why-choose-list ul li::marker{
    font-size:18px;
    color:var(--accent-secondary-color)
}
.why-choose-list ul li:last-child{
    margin-bottom:0
}
.why-choose-btn{
    margin-top:40px
}
.why-choose-image{
    margin:0 17px
}
.why-choose-image figure{
    display:block
}
.why-choose-image img{
    width:100%;
    aspect-ratio:1/1.416;
    object-fit:cover
}
.why-choose-author-info,.why-choose-author-skillbar{
    margin-bottom:60px
}
.why-choose-author-info h3{
    font-size:20px;
    line-height:1.4em;
    margin-bottom:30px
}
.why-choose-author-info p:last-child{
    margin-bottom:0
}
.skills-progress-bar{
    margin-bottom:30px
}
.skills-progress-bar:last-child{
    margin-bottom:0
}
.skills-progress-bar .skillbar .skill-data{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px
}
.skills-progress-bar .skill-data .skill-title{
    text-transform:capitalize
}
.skills-progress-bar .skill-data .skill-no{
    color:var(--primary-color);
    margin-left:20px
}
.skills-progress-bar .skillbar .skill-progress{
    width:100%;
    height:8px;
    background:var(--divider-color);
    position:relative
}
.skills-progress-bar .skill-progress .count-bar{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    background:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 100%)
}
.why-choose-author-box{
    display:flex;
    align-items:center
}
.why-choose-author-image{
    margin-right:15px
}
.why-choose-author-image figure{
    display:block;
    border-radius:50%
}
.why-choose-author-image img{
    width:100%;
    max-width:70px;
    border-radius:50%
}
.how-we-work{
    background:url(../images/how-we-work-bg-image.png),var(--primary-color);
    background-repeat:repeat-y;
    background-position:left top;
    background-size:auto;
    padding:100px 0
}
.work-counter-list{
    display:flex;
    flex-wrap:wrap;
    gap:40px 100px;
    border-bottom:1px solid var(--dark-divider-color);
    margin-bottom:60px;
    padding-bottom:60px
}
.work-counter-list-item{
    width:calc(25% - 75px)
}
.work-counter-item-header{
    display:flex;
    margin-bottom:30px
}
.work-counter-item-header .icon-box{
    margin-right:20px
}
.work-counter-item-header .icon-box img{
    width:100%;
    max-width:50px;
    transition:all .4s ease-in-out
}
.work-counter-list-item:hover .icon-box img{
    filter:brightness(0) invert(1)
}
.work-counter-item-no h2{
    font-size:46px;
    color:var(--white-color)
}
.work-counter-item-content p{
    color:var(--white-color);
    margin-bottom:0
}
.how-work-image figure{
    display:block
}
.how-work-image img{
    width:100%;
    aspect-ratio:1/1.078;
    object-fit:cover
}
.our-achivements{
    padding:100px 0
}
.achivement-image{
    margin-right:20px
}
.achivement-image figure{
    display:block
}
.achivement-image img{
    width:100%;
    aspect-ratio:1/.884;
    object-fit:cover
}
.faq-accordion .accordion-item{
    border-bottom:1px solid var(--divider-color);
    margin-bottom:40px;
    padding-bottom:40px
}
.faq-accordion .accordion-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none
}
.faq-accordion .accordion-header .accordion-button{
    font-size:20px;
    font-weight:600;
    line-height:1.4em;
    text-transform:capitalize;
    color:var(--primary-color);
    padding-right:40px;
    transition:all .3s ease-in-out
}
.faq-accordion .accordion-button:not(.collapsed){
    margin-bottom:15px
}
.faq-accordion .accordion-item .accordion-button.collapsed::after,.faq-accordion .accordion-item .accordion-button::after{
    position:absolute;
    right:5px;
    top:2px;
    background-color: #47843f; /* istediğin yeşil */
    -webkit-mask: url(../images/arrow-gradient.svg) no-repeat center;
    mask: url(../images/arrow-gradient.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-position:center center;
    background-size:cover;
    height:24px;
    width:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s ease-in-out
}
.faq-accordion .accordion-button:not(.collapsed)::after{
    transform:rotate(45deg)
}
.accordion-item .accordion-body{
    padding-right:35px
}
.accordion-item .accordion-body li{
    margin-bottom:15px
}
.accordion-item .accordion-body li:last-child{
    margin-bottom:0
}
.our-team{
    background:linear-gradient(180deg,var(--secondary-color) 70%,var(--white-color) 30%);
    padding:100px 0
}
.our-company-slider{
    border-bottom:1px solid var(--divider-color);
    margin-bottom:60px;
    padding-bottom:60px
}
.our-company-slider .company-logo{
    text-align:center
}
.our-company-slider .company-logo img{
    width:auto;
    max-height:50px
}
.team-item{
    position:relative;
    height:calc(100% - 30px);
    margin-bottom:30px
}
.team-image a,.team-image a figure{
    display:block
}
.team-image a img{
    width:100%;
    aspect-ratio:1/1.205;
    object-fit:cover;
    transition:all .4s ease-in-out
}
.team-item:hover .team-image a img{
    transform:scale(1.1)
}
.team-body{
    position:absolute;
    bottom:25px;
    left:80px;
    right:0;
    display:flex;
    align-items:center;
    background:var(--white-color);
    padding:20px 25px;
    z-index:1
}
.team-body::before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 100%);
    height:0;
    width:100%;
    transition:all .4s ease-in-out
}
.team-item:hover .team-body::before{
    height:100%
}
.team-content{
    position:relative;
    width:calc(100% - 60px);
    z-index:1
}
.team-content h3{
    font-size:20px;
    text-transform:capitalize;
    margin-bottom:10px;
    transition:all .4s ease-in-out
}
.team-content h3 a{
    color:inherit
}
.team-content p{
    text-transform:capitalize;
    margin-bottom:0;
    transition:all .4s ease-in-out
}
.team-item:hover .team-content h3,.team-item:hover .team-content p{
    color:var(--white-color)
}
@keyframes border-zooming{
    100%{
        transform:scale(1);
        opacity:0
    }
}
@keyframes testimonialbgmove{
    from{
        background-position:left center
    }
    to{
        background-position:left 100vw center
    }
}
.author-image{
    margin-right:15px
}
.author-image figure{
    display:block;
    border-radius:50%
}
.author-image img{
    max-width:70px;
    border-radius:50%
}
.post-item-content{
    margin-bottom:25px
}
.post-item-content h3{
    font-size:20px;
    font-weight:600;
    line-height:1.5em;
    margin-bottom:10px
}
.post-item-content h3 a{
    color:inherit
}
.post-item-content p{
    margin:0
}
.main-footer{
    background:url(../images/footer-bg-image.png),var(--primary-color);
    background-repeat:no-repeat;
    background-position:left center;
    background-size:auto;
    padding:100px 0 0
}
.contact-footer{
    width:100%
}
.contact-footer ul{
    list-style:none;
    padding:0;
    margin:0
}
.contact-footer ul li{
    display:flex
}
.contact-footer ul li i{
    margin-right:10px;
    color:var(--accent-color)
}
.contact-footer ul li p{
    color:#fff
}
.contact-brands{
    width:100%;
    max-width:475px
}
.contact-brands p{
    font-size:20px;
    color:var(--white-color);
    margin-bottom:60px
}
.contact-brands ul{
    list-style:none;
    padding:0;
    margin:0
}
.contact-brands ul li{
    position:relative;
    display:inline-block;
    margin-right:20px;
    transition:all .3s ease-in-out
}
.contact-brands ul li:last-child{
    margin:0
}
.contact-brands ul li a{
    display:block;
    color:var(--white-color);
    transition:all .3s ease-in-out
}
.contact-brands ul li:hover a{
    color:var(--accent-secondary-color)
}
.contact-brands ul li a i{
    font-size:20px;
    color:inherit
}
.footer-links h3{
    font-size:20px;
    color:var(--white-color);
    text-transform:capitalize;
    margin-bottom:30px
}
.footer-links ul{
    margin:0;
    padding:0;
    list-style:none
}
.footer-links ul li{
    color:var(--white-color);
    line-height:normal;
    margin-bottom:12px;
    transition:all .3s ease-in-out
}
.footer-links ul li:hover{
    color:var(--accent-secondary-color)
}
.footer-links ul li:last-child{
    margin-bottom:0
}
.footer-links ul li a{
    color:inherit
}
.footer-logo img{
    width:100%;
    max-width:200px
}
.footer-copyright{
    border-top:1px solid var(--dark-divider-color);
    border-bottom:1px solid var(--dark-divider-color);
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
    margin-bottom:50px;
    padding:10px
}
.footer-copyright-text p{
    color:var(--white-color);
    margin-bottom:0
}
.footer-copyright-text a{
    color:var(--white-color)
}
.footer-copyright-text a:hover{
    color:var(--accent-color);
    transition-duration:.5s
}
@keyframes gotoparrowmove{
    0%{
        transform:translateY(3px)
    }
    100%{
        transform:translateY(-3px)
    }
}
.page-header{
    position:relative;
    background:url(../images/page-header-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:150px 0
}
.page-header::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(90deg,#1956c1 0,#d44245 34.36%,rgba(226,64,59,.02) 86.08%);
    opacity:82%;
    width:100%;
    height:100%;
    z-index:0
}
.page-header-box{
    position:relative;
    z-index:1
}
.page-header-box h1{
    display:inline-block;
    color:var(--white-color);
    font-size:60px;
    font-weight:600;
    line-height:1.2em;
    margin-bottom:15px
}
.our-team.about-page-team{
    background:var(--white-color)
}
.faq-img figure{
    display:block
}
.faq-img img{
    width:100%;
    aspect-ratio:1/.9;
    object-fit:cover
}
.page-services{
    padding:100px 0
}
.page-services .service-item-list{
    gap:30px
}
.page-services .service-item-list .service-item{
    width:calc(25% - 22.5px);
    border:none
}
.service-why-choose-box{
    margin-top:60px
}
.page-pagination{
    margin-top:30px;
    text-align:center
}
.page-pagination ul{
    justify-content:center;
    padding:0;
    margin:0
}
.page-pagination ul li a,.page-pagination ul li span{
    display:flex;
    text-decoration:none;
    justify-content:center;
    align-items:center;
    background:var(--secondary-color);
    color:var(--primary-color);
    border-radius:0;
    width:40px;
    height:40px;
    margin:0 5px;
    font-weight:600;
    line-height:1em;
    transition:all .3s ease-in-out
}
.page-pagination ul li a:hover{
    background:var(--primary-color);
    color:var(--white-color)
}
.post-image{
    position:relative;
    margin-bottom:30px
}
.post-image figure{
    display:block;
    overflow:hidden
}
.post-image img{
    width:100%;
    aspect-ratio:1/.5;
    object-fit:cover
}
.post-content{
    width:100%;
    max-width:1100px;
    margin:0 auto
}
.page-team{
    padding:100px 0 70px
}
.team-contact-form{
    width:calc(50% - 20px)
}
.team-contact-form{
    background-color:var(--secondary-color);
    padding:40px
}
.page-contact-us{
    padding:0 100px 100px 50px
}
.contact-us-box{
    background-color:var(--secondary-color);
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    height:100%
}
.contact-us-form{
    padding:80px
}
.form-control:focus{
    border-color:var(--accent-color);
    box-shadow:0 0 8px #47843f50
}
.contact-form .form-control{
    font-size:16px;
    font-weight:400;
    line-height:1.5em;
    color:var(--text-color);
    background:var(--white-color);
    padding:18px 20px;
    outline:0
}
.contact-form .form-control::placeholder{
    color:var(--text-color)
}
.contact-form .btn-default{
    width:100%;
    padding:17px
}
.contact-form .btn-default::before{
    display:none
}
.contact-info{
    padding:50px 0 70px
}
.contact-info-item{
    position:relative;
    background-color:var(--secondary-color);
    height:calc(100% - 30px);
    padding:50px;
    margin-bottom:30px
}
.contact-info-item:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:0;
    background:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 100%);
    z-index:0;
    transition:all .4s ease-in-out
}
.contact-info-item:hover:after{
    top:auto;
    height:100%
}
.contact-info-item .icon-box{
    position:relative;
    width:60px;
    height:60px;
    background:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    transition:all .4s ease-in-out;
    z-index:1
}
.contact-info-item .icon-box:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:0;
    background:var(--white-color);
    z-index:0;
    transition:all .4s ease-in-out
}
.contact-info-item:hover .icon-box:after{
    top:auto;
    height:100%
}
.contact-info-item .icon-box img{
    position:relative;
    width:100%;
    max-width:30px;
    transition:all .4s ease-in-out;
    z-index:1
}
.contact-info-item:hover .icon-box img{
    filter:brightness(0) invert(0)
}
.contact-info-content{
    position:relative;
    z-index:1
}
.contact-info-content h2{
    font-size:22px;
    text-transform:capitalize;
    margin-bottom:15px;
    transition:all .4s ease-in-out
}
.contact-info-content p{
    margin-bottom:35px;
    transition:all .4s ease-in-out
}
.contact-info-content h3{
    font-size:16px;
    font-weight:500;
    background-image:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 100%);
    background-clip:text;
    -webkit-text-fill-color:transparent;
    transition:all .4s ease-in-out
}
.contact-info-content h3 a{
    color:inherit;
    text-decoration:underline
}
.contact-info-item:hover .contact-info-content h2{
    color:var(--white-color)
}
.contact-info-item:hover .contact-info-content p{
    color:var(--white-color);
    opacity:80%
}
.contact-info-item:hover .contact-info-content h3{
    -webkit-text-fill-color:var(--white-color)
}
.google-map-iframe,.google-map-iframe iframe{
    height:600px;
    width:100%
}
.popup {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 0%;
    height: 0%;
    transform: translateY(-50%);
    background: #fff;
    overflow: auto;
    z-index: 10005;
}

.popup .content {
    padding: 30px 20px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
}

.popup .content h2{
    color: var(--primary-color);
    font-size: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.popup .popup-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px #006b9b solid;
    padding: 8px;
    background-color: #006b9b;
    color: white;
    font-weight: bolder;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup-close-btn:hover {
    -webkit-transform: scale(1.2) rotate(90deg);
    ;
    transform: scale(1.2) rotate(90deg);
    ;
}

.popup .content h1 {
    font-size: 40px;
    color: #555 !important;
    margin: 20px 0px;
}

.popup .content p {
    margin-bottom: 25px;
    color: #555;
}

#content-header {
    margin-bottom: 40px;
}

.content li {
    list-style: none;
}

.content h4 {
    font-size: 20px;
}

.content ul li p {
    margin-bottom: 30px;
}

.popup.active {
    animation: popupAnimation 1500ms ease-in-out forwards;
}

.popup.passive {
    animation: popupclose 1500ms ease-in-out backwards;
}

.popup.active .content {
    opacity: 1;
    transition: all 300ms ease-in-out 1500ms;
}

.contact-footer a {
    margin-bottom: 1.5rem;
    text-decoration: none;
    color: #fff;
}

.daten-schutz p {
    margin-top: 10px;
}

@keyframes popupAnimation {
    0% {
        width: 0%;
        height: 0%;
        background-color: red;
    }

    50% {
        width: 100%;
        height: 10px;
        background-color: green;
    }

    80% {
        background-color: #006b9b;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes popupclose {
    100% {
        width: 0%;
        height: 0%;
    }

    50% {
        width: 100%;
        height: 2px;
    }

    0% {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .service-title h3 {
        margin-bottom: 20px;
    }
    .main-footer {
        text-align: center;
    }
}
@media only screen and (max-width:991px){
    .topbar-contact-info ul{
        gap:20px
    }
    .navbar{
        padding:20px 0
    }
    .slicknav_nav li,.slicknav_nav ul{
        display:block
    }
    .navbar-toggle,.responsive-menu{
        display:block
    }
    .header-btn{
        display:none
    }
    .btn-default{
        padding:14px 42px 14px 14px
    }
    .btn-default::before{
        right:14px;
        width:22px;
        height:22px
    }
    .section-row{
        margin-bottom:40px
    }
    .section-title-content{
        margin-top:15px
    }
    .section-row .section-btn{
        text-align:left;
        margin-top:15px
    }
    .section-title{
        margin-bottom:30px
    }
    .section-title h1{
        font-size:45px
    }
    .section-title h2{
        font-size:36px
    }
    .section-title p{
        margin-top:15px
    }
    .hero{
        padding:80px 0
    }
    .hero.hero-slider-layout .hero-slide{
        padding:80px 0
    }
    .hero.hero-slider-layout .hero-pagination{
        bottom:30px;
        padding-left:15px
    }
    .hero-footer{
        padding:15px 20px;
        margin-top:40px
    }
    .about-us{
        padding:50px 0
    }
    .about-us-images{
        width:100%;
        max-width:75%;
        margin:0 auto 30px;
        padding:20px 225px 140px 30px
    }
    .about-image-2{
        max-width:270px
    }
    .about-us-body{
        gap:20px
    }
    .about-body-item{
        width:calc(50% - 10px)
    }
    .about-body-item .icon-box{
        margin-right:10px
    }
    .about-body-item .icon-box img{
        max-width:35px
    }
    .about-body-item-content{
        width:calc(100% - 45px)
    }
    .about-us-footer{
        margin-top:30px;
        padding-top:30px
    }
    .about-us-footer-counter h2{
        font-size:60px
    }
    .about-us-footer-counter{
        width:calc(22% - 20px)
    }
    .about-us-footer-content{
        width:calc(50% - 20px)
    }
    .our-services{
        padding:50px 0
    }
    .service-item{
        width:50%
    }
    .service-item:nth-of-type(-n+4){
        border-top-width:0
    }
    .service-item:nth-of-type(-n+2){
        border-top-width:1px
    }
    .service-image img{
        aspect-ratio:1/1.1
    }
    .service-content{
        right:30px;
        left:30px;
        bottom:30px
    }
    .service-title img{
        max-width:45px;
        margin-bottom:15px
    }
    .service-item:hover .service-body{
        margin-top:10px
    }
    .why-choose-us{
        padding:25px 0 50px
    }
    .why-choose-content{
        margin-bottom:30px
    }
    .why-choose-list ul li{
        margin-bottom:10px
    }
    .why-choose-btn{
        margin-top:30px
    }
    .why-choose-image{
        margin:0
    }
    .why-choose-image img{
        aspect-ratio:1/1.133
    }
    .why-choose-author-info,.why-choose-author-skillbar{
        margin-bottom:30px
    }
    .why-choose-author-info h3{
        margin-bottom:20px
    }
    .skills-progress-bar{
        margin-bottom:20px
    }
    .how-we-work{
        padding:50px 0
    }
    .work-counter-list{
        gap:30px 40px;
        margin-bottom:30px;
        padding-bottom:30px
    }
    .work-counter-list-item{
        text-align:center;
        width:calc(25% - 30px)
    }
    .work-counter-item-header{
        display:block;
        margin-bottom:10px
    }
    .work-counter-item-header .icon-box{
        margin:0 0 10px 0
    }
    .work-counter-item-no{
        width:100%
    }
    .work-counter-item-no h2{
        font-size:36px
    }
    .how-work-content{
        margin-bottom:30px
    }
    .how-work-image img{
        aspect-ratio:1/.7;
        object-position:top center
    }
    .our-achivements{
        padding:50px 0
    }
    .achivement-image{
        margin:0 0 30px 0
    }
    .achivement-image img{
        aspect-ratio:1/.7;
        object-position:top center
    }
    .faq-accordion .accordion-item{
        margin-bottom:20px;
        padding-bottom:20px
    }
    .faq-accordion .accordion-button:not(.collapsed){
        margin-bottom:10px
    }
    .faq-accordion .accordion-item .accordion-button.collapsed::after,.faq-accordion .accordion-item .accordion-button::after{
        top:4px;
        height:18px;
        width:18px
    }
    .our-team{
        padding:50px 0
    }
    .our-company-slider{
        margin-bottom:30px;
        padding-bottom:30px
    }
    .team-body{
        left:60px;
        padding:15px 20px
    }
    .post-item-content{
        margin-bottom:20px
    }
    .main-footer{
        padding:50px 0 0
    }
    .about-footer{
        max-width:100%;
        margin-right:30px
    }
    .about-footer p{
        font-size:18px;
        margin-bottom:30px
    }
    .footer-links h3{
        margin-bottom:20px
    }
    .footer-copyright{
        padding:30px 0
    }
    .page-header{
        padding:80px 0
    }
    .page-header-box h1{
        font-size:45px;
        margin-bottom:10px
    }
    .faq-img img{
        aspect-ratio:1/.7
    }
    .page-services{
        padding:50px 0 30px
    }
    .page-services .service-item-list .service-item{
        width:calc(50% - 15px)
    }
    .service-why-choose-box{
        margin-top:30px
    }
    .page-pagination{
        margin-top:10px
    }
    .post-image{
        margin-bottom:20px
    }
    .page-team{
        padding:50px 0 20px
    }
    .team-contact-form{
        width:100%
    }
    .team-contact-form{
        padding:30px
    }
    .page-contact-us{
        padding:50px 0 25px
    }
    .contact-us-form,.contact-us-image{
        width:100%
    }
    .contact-us-form{
        padding:50px
    }
    .contact-form .form-control{
        padding:12px 15px
    }
    .contact-us-image,.contact-us-image figure,.contact-us-image img{
        height:auto
    }
    .contact-us-image img{
        aspect-ratio:1/.9
    }
    .contact-info{
        padding:25px 0 20px
    }
    .contact-info-item{
        padding:30px
    }
    .contact-info-item .icon-box{
        width:50px;
        height:50px;
        margin-bottom:20px
    }
    .contact-info-item .icon-box img{
        max-width:26px
    }
    .contact-info-content h2{
        font-size:20px;
        margin-bottom:10px
    }
    .contact-info-content p{
        margin-bottom:20px
    }
    .google-map-iframe,.google-map-iframe iframe{
        height:450px
    }
}
@media only screen and (max-width:767px){
    .topbar-contact-info ul{
        justify-content:center
    }
    .section-title h1{
        font-size:28px
    }
    .section-title h2{
        font-size:26px
    }
    .hero::before{
        background:linear-gradient(90deg,var(--accent-color) 0,var(--accent-secondary-color) 100%,rgba(226,64,59,.02) 0)
    }
    .hero-body{
        gap:15px 40px
    }
    .hero-footer{
        width:100%;
        padding:15px;
        margin-top:30px
    }
    .hero-footer ul{
        justify-content:center;
        gap:20px 25px
    }
    .hero-footer ul li{
        display:flex;
        flex-direction:column;
        justify-content:center;
        font-size:14px
    }
    .hero-footer ul li img{
        margin:0 auto;
        margin-bottom:8px
    }
    .about-us-images{
        max-width:100%;
        padding:15px 100px 130px 20px
    }
    .about-image-2{
        max-width:200px;
        bottom:25px;
        right:30px
    }
    .about-body-item{
        width:100%
    }
    .about-body-item .icon-box{
        margin-right:5px
    }
    .about-body-item .icon-box img{
        max-width:30px
    }
    .about-body-item-content{
        width:100%
    }
    .about-us-footer{
        gap:20px
    }
    .about-us-footer-counter{
        width:calc(28% - 10px)
    }
    .about-us-footer-counter h2{
        font-size:40px
    }
    .about-us-footer-content{
        width:calc(72% - 10px)
    }
    .about-us-footer-content h3{
        font-size:16px
    }
    .about-us-footer-button{
        text-align:left;
        width:100%
    }
    .service-item{
        width:100%
    }
    .service-item:nth-of-type(-n+2){
        border-top-width:0
    }
    .service-item:nth-of-type(-n+1){
        border-top-width:1px
    }
    .service-image img{
        aspect-ratio:1/.95
    }
    .service-content{
        right:20px;
        left:20px;
        bottom:20px
    }
    .service-title h3{
        font-size:18px
    }
    .why-choose-list ul li{
        font-size:14px
    }
    .why-choose-image{
        margin-bottom:30px
    }
    .why-choose-author-info h3{
        font-size:18px
    }
    .work-counter-list{
        gap:20px
    }
    .work-counter-list-item{
        width:calc(50% - 10px)
    }
    .work-counter-item-header .icon-box img{
        max-width:40px
    }
    .work-counter-item-no h2{
        font-size:26px
    }
    .how-work-image img{
        aspect-ratio:1/.9;
        object-position:center center
    }
    .achivement-image img{
        aspect-ratio:1/.884;
        object-position:center center
    }
    .faq-accordion .accordion-header .accordion-button{
        font-size:18px;
        padding-right:30px
    }
    .faq-accordion .accordion-item .accordion-button.collapsed::after,.faq-accordion .accordion-item .accordion-button::after{
        height:14px;
        width:14px
    }
    .faq-accordion .accordion-item .accordion-body{
        padding:0
    }
    .section-row .section-title{
        text-align:center
    }
    .team-image a img{
        aspect-ratio:1/1.15
    }
    .team-body{
        padding:15px
    }
    .team-content{
        width:calc(100% - 50px)
    }
    .team-content h3{
        font-size:18px;
        margin-bottom:5px
    }
    .author-image{
        margin-right:10px
    }
    .author-image img{
        max-width:60px
    }
    .post-item-content h3{
        font-size:18px
    }
    .about-footer{
        margin:0 0 30px 0
    }
    .about-footer p{
        font-size:16px;
        margin-bottom:20px
    }
    .footer-links{
        margin-bottom:30px;
        text-align: left;
        margin-top: 35px;
    }
    .footer-links h3{
        font-size:18px
    }
    .footer-logo{
        text-align:center;
        margin-bottom:15px
    }
    .footer-logo img{
        max-width:170px
    }
    .footer-copyright{
        padding:15px 0;
        display:block;
        text-align:center
    }
    .page-header-box h1{
        font-size:28px;
        margin-bottom:5px
    }
    .faq-img img{
        aspect-ratio:1/.9
    }
    .page-services .service-item-list .service-item{
        width:100%
    }
    .post-image img{
        aspect-ratio:1/.7
    }
    .team-contact-form{
        padding:20px
    }
    .contact-us-form{
        padding:20px
    }
    .contact-info-item{
        padding:20px
    }
    .contact-info-item .icon-box{
        margin-bottom:15px
    }
    .contact-info-content h2{
        font-size:18px;
        margin-bottom:5px
    }
    .contact-info-content p{
        margin-bottom:15px
    }
    .google-map-iframe,.google-map-iframe iframe{
        height:350px
    }
}
