@-webkit-keyframes simple-square-to-circle{to{-webkit-border-radius:50%}}@keyframes simple-square-to-circle{to{border-radius:50%}}@-webkit-keyframes simple-rotate{to{-webkit-transform:rotate(360deg)}}@keyframes simple-rotate{to{transform:rotate(360deg)}}@-webkit-keyframes simple-scale{to{-webkit-transform:scale(1.5)}}@keyframes simple-scale{to{transform:scale(1.5)}}@-webkit-keyframes simple-move{to{-webkit-transform:translate(50px,0)}}@keyframes simple-move{to{transform:translate(50px,0)}}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-15px)}}@-webkit-keyframes bounce2{0%,50%,to{-webkit-transform:translateY(0)}20%{-webkit-transform:translateY(-20px)}80%{-webkit-transform:translateY(-10px)}}@keyframes bounce2{0%,50%,to{transform:translateY(0)}20%{transform:translateY(-20px)}80%{transform:translateY(-10px)}}@-webkit-keyframes bounce3{0%,50%,to{-webkit-transform:translateY(0)}80%{-webkit-transform:translateY(-20px)}20%{-webkit-transform:translateY(-10px)}}@keyframes bounce3{0%,50%,to{transform:translateY(0)}80%{transform:translateY(-20px)}20%{transform:translateY(-10px)}}@-webkit-keyframes sk-three-bounce{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes menuSticky{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes menuSticky{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes section-animation-2{0%{width:0}15%{width:100%}85%{opacity:1}90%{width:100%;opacity:0}to{width:0;opacity:0}}@keyframes asFadeIn{0%{opacity:0}to{opacity:1}}@keyframes asFadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1}}@keyframes asFadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1}}@keyframes asFadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1}}@keyframes asFadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1}}@keyframes imgEffect{0%{opacity:0;transform:translatex(50%) scalex(2);filter:blur(10px)}to{opacity:1;transform:translatex(0) scalex(1);filter:blur(0)}}@keyframes asMoveFromLeft{0%{visibility:hidden;transform:translateX(-50px)}to{visibility:visible}}@keyframes asMoveFromRight{0%{visibility:hidden;transform:translateX(50px)}to{visibility:visible}}@keyframes asMoveFromTop{0%{visibility:hidden;transform:translateY(-50px)}to{visibility:visible}}@keyframes asMoveFromBottom{0%{visibility:hidden;transform:translateY(50px)}to{visibility:visible}}@keyframes asBlurIn{0%{filter:blur(20px);opacity:0}}@keyframes asBlurInLeft{0%{transform:translateX(50px);filter:blur(20px);opacity:0}}@keyframes asBlurInRight{0%{transform:translateX(-50px);filter:blur(20px);opacity:0}}@keyframes asBlurInTop{0%{transform:translateY(50px);filter:blur(20px);opacity:0}}@keyframes asBlurInBottom{0%{transform:translateY(-50px);filter:blur(20px);opacity:0}}@keyframes asZoomIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes asZoomInLeft{0%{transform:scale(5) translateX(-50%);opacity:0}}@keyframes asZoomInRight{0%{transform:scale(5) translateX(50%);opacity:0}}@keyframes asZoomInTop{0%{transform:scale(10) translateY(-50%);opacity:0}}@keyframes asZoomInBottom{0%{transform:scale(10) translateY(50%);opacity:0}}@keyframes asFlipInTop{0%{transform:perspective(600px);opacity:0}30%{transform:perspective(600px) rotateX(180deg);transform-origin:0 0;animation-timing-function:ease-out}to{transform:perspective(600px)}}@keyframes asFlipInBottom{0%{transform:perspective(600px);opacity:0}30%{transform:perspective(600px) rotateX(180deg);transform-origin:bottom;animation-timing-function:ease-out}to{transform:perspective(600px)}}@keyframes asRollFromLeft{0%{transform:translateX(-60px) perspective(600px) rotateY(180deg);opacity:0}}@keyframes asRollFromRight{0%{transform:translateX(60px) perspective(600px) rotateY(-180deg);opacity:0}}@keyframes asRollFromTop{0%{transform:translateY(-60px) perspective(600px) rotateX(180deg);opacity:0}}@keyframes asRollFromBottom{0%{transform:translateY(60px) perspective(600px) rotateX(-180deg);opacity:0}}@keyframes asRotateSkateInRight{0%{transform:scaleX(.2) translateX(100px);opacity:0}}@keyframes asRotateSkateInLeft{0%{transform:scaleX(.2) translateX(-100px);opacity:0}}@keyframes asRotateSkateInTop{0%{transform:scaleY(.2) translateY(-100px);opacity:0}}@keyframes asRotateSkateInBottom{0%{transform:scaleY(.2) translateY(100px);opacity:0}}@keyframes asPopUp{0%{visibility:hidden}50%{transform:scale(1.1);visibility:visible}}@keyframes asPopUpLeft{0%{visibility:hidden}50%{visibility:visible;transform:translateX(-20px) scale(1.1);animation-timing-function:ease-in}}@keyframes asPopUpRight{0%{visibility:hidden}50%{visibility:visible;transform:translateX(20px) scale(1.1);animation-timing-function:ease-in}}@-webkit-keyframes rippleOne{70%{box-shadow:0 0 0 20px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes rippleOne{70%{box-shadow:0 0 0 20px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes phone-icon-animate{0%,50%,to{transform:rotate(0) scale(1) skew(1deg)}10%,30%{transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{transform:rotate(25deg) scale(1) skew(1deg)}}@keyframes phone-icon-animate{0%,50%,to{transform:rotate(0) scale(1) skew(1deg)}10%,30%{transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{transform:rotate(25deg) scale(1) skew(1deg)}}.button:focus,a,a:focus,a:hover{text-decoration:none}.contact-box,.side-menu-icon,button:hover{cursor:pointer}body,p{color:var(--rr-color-text-body)}*,ul{padding:0;margin:0}.side-menu-overlay{visibility:hidden;position:fixed;right:0}:root{--rr-ff-body:'Archivo',sans-serif;--rr-ff-heading:'Titillium Web',serif;--rr-ff-p:'Archivo',sans-serif;--rr-fw-normal:normal;--rr-fw-thin:100;--rr-fw-elight:200;--rr-fw-light:300;--rr-fw-regular:400;--rr-fw-medium:500;--rr-fw-sbold:600;--rr-fw-bold:700;--rr-fw-ebold:800;--rr-fw-black:900;--rr-fs-body:16px;--rr-fs-p:16px;--rr-fs-h1:82px;--rr-fs-h2:48px;--rr-fs-h3:24px;--rr-fs-h4:20px;--rr-fs-h5:16px;--rr-fs-h6:14px;--rr-color-common-white:#ffffff;--rr-color-common-black:#000000;--rr-color-common-dark:#232323;--rr-color-heading-primary:#171717;--rr-color-text-body:#6E777D;--rr-color-theme-primary:#FF6600;--rr-color-theme-secondary:#FEDB5C;--rr-color-theme-green:#2AB97E;--rr-color-theme-yellow:#FEDB5C;--rr-color-theme-dark:#232323;--rr-color-grey-1:#F8F8F8;--rr-color-border-1:#ddd}*{box-sizing:border-box}body{font-family:var(--rr-ff-body);font-size:16px;line-height:1.625;font-weight:400}.about-section-4 .about-content-4 .section-heading-4 .section-title,.m-img img,img{max-width:100%}a,a:hover{transition:.3s ease-in-out}.slider-3 .slider-arrow-3 .slider-nav,a,a:hover,h1,h2,h3,h4,h5,h6{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}h1,h2,h3,h4,h5,h6{color:var(--rr-color-heading-primary);margin-top:0;font-weight:var(--rr-fw-sbold);line-height:1.2;transition:.3s ease-in-out}h1{font-size:var(--rr-fs-h1)}h2{font-size:var(--rr-fs-h2)}h3{font-size:var(--rr-fs-h3)}h4{font-size:var(--rr-fs-h4)}h5{font-size:var(--rr-fs-h5)}h6{font-size:var(--rr-fs-h6)}.section-heading .sub-heading,p{font-size:16px;margin-bottom:15px}p{font-family:var(--rr-ff-p);font-weight:var(--rr-fw-normal);line-height:28px}.button:focus,a:focus{outline:0}a:focus,a:hover{color:inherit}.copyright-content p span,.copyright-content ul li a:hover,.footer-items .footer-item ul li a:hover,.footer-widget .footer-list li a:hover,.header .primary-header-inner .header-menu-wrap .sub-menu li a:hover,.header .primary-header-inner .header-menu-wrap .sub-menu li.active a,.header-8 .primary-header-7 .primary-header-inner .header-right .header-contact-7 .contact-7 a:hover,.section-heading.white-content .sub-heading,.service-item:hover .service-icon svg,.side-menu-list li a:hover,a:hover{color:var(--renk1)}a,button{color:inherit;outline:0;border:0;background:0 0}button:focus{outline:0;border:0}ul{display:block}::-moz-selection{background:var(--rr-color-common-black);color:var(--rr-color-common-white);text-shadow:none}::selection{background:var(--rr-color-common-black);color:var(--rr-color-common-white);text-shadow:none}::-moz-placeholder{color:var(--rr-color-common-black);font-size:var(--rr-fs-body);opacity:1}::placeholder{color:var(--rr-color-common-black);font-size:var(--rr-fs-body);opacity:1}.header .primary-header-inner .header-menu-wrap .sub-menu li.active a:before,.header .primary-header-inner .header-menu-wrap .sub-menu li:hover a:before,.service-3 .service-item:hover:before,.w-img img{width:100%}.footer-5,.footer-6,.footer-7,.slider-section{overflow:hidden}h4.contact-5.contact-7{float:left}.z-index-1{z-index:1}.z-index-11{z-index:11}.footer-items .footer-item.item-2,.footer-items .footer-item.item-3,.slider-3 .slider-item-3,.slider-4 .slider-arrow .slider-nav,.slider-4 .slider-item-4 .slide-img-wrap,.slider-5 .slider-item-5 .slide-img-wrap,.slider-item .slider-content-wrap .slider-content{position:relative}.slider-item .slider-content-wrap .slider-content .shapes .shape{position:absolute}.bg-dark-2{background-color:var(--rr-color-common-dark)}.bg-dark-1{background-color:var(--rr-color-heading-primary)}.header-5,.header-5 .primary-header-5.fixed,.header-5 .primary-header-inner,.header-8 .primary-header-7 .primary-header-inner,.header-8 .primary-header-7.fixed,.our-service-4-bg-color{background:#f4fbf9}.section-heading-4 .sub-heading:before,.section-heading-4.heading-5 .sub-heading:after{background-color:#171717;width:80px;height:1px;position:absolute;top:50%;z-index:1;content:""}.bottom-shape,.top-shape{background-repeat:no-repeat;background-size:contain;width:468px;height:478px;position:absolute;z-index:-1}.container{max-width:1315px}.top-shape{background-position:top left;top:-200px;left:-200px}.bottom-shape{background-position:bottom right;bottom:-200px;right:-200px}.bg-color-bottom,.bg-color-top{background-color:#171719;width:100%;height:400px;z-index:-2;position:absolute;left:0}.bg-color-top{top:0}.bg-color-bottom{bottom:0}.section-heading,.section-heading-4{margin-bottom:60px}.section-heading .sub-heading{font-family:var(--rr-ff-heading);color:var(--renk1);font-weight:400;display:inline-block;text-transform:capitalize}.section-heading .section-title{font-size:48px;line-height:1.2;font-weight:600;display:block;margin-bottom:0;text-transform:inherit;letter-spacing:-1.44px;position:relative}.footer-5 .footer-widget .footer-list li a,.footer-items .footer-item span,.footer-items .footer-item ul li a,.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover li a:hover,.header .primary-header-inner .header-menu-wrap .sub-menu li.active ul li a:hover,.section-heading-4.white-content .section-title,.section-heading-4.white-content p,.section-heading.white-content .section-title,.section-heading.white-content p,.white-content h1,.white-content h2,.white-content h3,.white-content h4,.white-content h5,.white-content h6,.white-content li,.white-content p,.white-content span{color:var(--rr-color-common-white)}.footer-4 .footer-wrap-4 .footer-widget-4 .footer-list li a:hover,.footer-5 .footer-widget .footer-list li a:hover,.footer-6 .footer-top-6 .contact .content .text a:hover,.footer-6 .footer-wrap-6 .footer-widget-6 .footer-list li a:hover,.header-5 .primary-header-inner .header-right .header-contact-5 .contact-5 a:hover,.header-6 .primary-header-inner .header-right .header-contact-5 .contact-5 a:hover,.item-4 .content .title a:hover,.item-5 .content .title a:hover,.item-6 .title a:hover,.section-heading-4 .sub-heading,.section-heading-4.white-content .sub-heading{color:var(--rr-color-theme-green)}.footer-6 .footer-wrap-6 .footer-widget-6 .widget-header,.section-heading.heading-2{margin-bottom:30px}.footer-4 .footer-wrap-4 .footer-widget .widget-header-4,.section-heading.heading-2 .section-title,.service-item .service-content p{margin-bottom:25px}.section-heading-4 .sub-heading{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-bold);font-style:normal;font-size:16px;line-height:30px;letter-spacing:.16em;text-transform:uppercase;position:relative;padding-left:90px}.section-heading-4 .sub-heading:before{left:0}.about-section-5 .about-content .section-heading-4 .sub-heading,.footer-2 .footer-widget.widget-2,.footer-2 .footer-widget.widget-2 .footer-list li a,.header-2 .primary-header.fixed .primary-header-inner{padding-left:0}.about-section-5 .about-content .section-heading-4 .sub-heading::before,.footer-2 .footer-widget.widget-2 .footer-list li a:before,.header .primary-header-inner .header-menu-wrap .sub-menu li li a:before,.header-2 .primary-header-inner .header-logo,.our-service-5 .section-heading-4 .sub-heading::after,.our-service-5 .section-heading-4 .sub-heading::before,.service-3 .service-item.heading:before{display:none}.section-heading-4 .section-title{font-size:48px;line-height:1.2;font-weight:600;display:block;margin-bottom:20px;text-transform:inherit;letter-spacing:-1.44px;position:relative}.about-2 .about-img .img-content .content-right p:last-child,.about-7 .about-content-7 .section-heading .dec,.about-item-wrap .about-item p:last-child,.header .primary-header-inner .header-right .header-contact .contact,.section-heading-4 p,.service-7,.service-section-6 .service-6-title-wrap .section-heading-4,.service-section-6 .service-6-title-wrap .section-heading-4 .section-title,.side-menu-content .side-menu-item:last-child{margin-bottom:0}.section-heading-4.heading-5 .sub-heading{display:inline-block;padding-right:90px}.section-heading-4.heading-5 .sub-heading:after{right:0}.header .primary-header-inner .header-menu-wrap .sub-menu li li.active,.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover{background-color:var(--renk1)}.slider-item .slider-content-wrap{margin-top:150px}.footer-items .footer-item ul li:not(:last-of-type){margin-bottom:5px}.about-section-5 .about-thumb{margin-left:80px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.copyright-content ul li:not(:last-of-type),.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-120,.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-75{padding-top:75px}.pt-85{padding-top:85px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-125{padding-top:125px}.pt-130,.pt-140{padding-top:130px}.pt-135{padding-top:135px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-120,.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-75{padding-bottom:75px}.pb-85{padding-bottom:85px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.footer-4 .footer-wrap-4 .footer-widget-1-left{padding-left:10px}.footer-7 .footer-wrap-7 .footer-widget-left-2{padding-left:25px}.footer-widget.widget-3{padding-left:30px}.about-section-3 .about-content,.footer-4 .footer-wrap-4 .footer-widget-2-left,.footer-items .footer-item.item-2{padding-left:40px}.footer-widget.widget-2{padding-left:70px}.footer-7 .footer-wrap-7 .footer-widget-left-1{padding-left:95px}.footer-items .footer-item.item-3,.header-2 .primary-header-inner{padding-left:100px}.about-2 .about-content .about-list li:not(:last-of-type){margin-bottom:10px}.slider-item .slider-content-wrap .slider-list li:not(:last-of-type){margin-bottom:15px}.about-7 .about-content-7 .section-heading .section-title,.footer-widget .footer-list li:not(:last-of-type),.side-menu-about .side-menu-header,.side-menu-content .side-menu-header,.side-menu-list li:not(:last-of-type){margin-bottom:20px}.footer-list{margin-bottom:50px}.pt-180{padding-top:180px}.pt-90{padding-top:90px}.footer-2,.pt-80{padding-top:80px}.pt-70{padding-top:70px}.pb-180{padding-bottom:180px}.pb-90{padding-bottom:90px}.pb-80{padding-bottom:80px}.pb-70{padding-bottom:70px}.pb-272{padding-bottom:272px}.header,.header .primary-header-inner{background-color:var(--rr-color-common-white)}.header{position:relative;top:0;left:0;width:100%;z-index:99}.header .header-7{height:100px}.header .primary-header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header .primary-header-inner .header-logo img{max-width:170px}.header .primary-header-inner .header-menu-wrap{display:flex!important;align-items:center}.header .primary-header-inner .header-menu-wrap .sub-menu{margin:0;padding:0;list-style:none}.header .primary-header-inner .header-menu-wrap .sub-menu li{display:inline-block;position:relative;margin:0 10px}.header .primary-header-inner .header-menu-wrap .sub-menu li a{color:var(--rr-color-heading-primary);display:block;font-size:18px;padding:40px 0;letter-spacing:0;font-weight:700;text-transform:uppercase;position:relative;text-decoration:none;-webkit-font-smoothing:antialiased;transition:.3s ease-in-out}.header .primary-header-inner .header-menu-wrap .sub-menu li a i{font-size:13px}.header .primary-header-inner .header-menu-wrap .sub-menu li a:before{content:"";background-color:var(--renk1);width:0;height:2px;position:absolute;bottom:40px;transform:skewX(30deg);transition:.4s ease-in-out}.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover li a,.header .primary-header-inner .header-menu-wrap .sub-menu li.active ul li a{color:var(--rr-color-heading-primary)}.header .primary-header-inner .header-menu-wrap .sub-menu li ul{background-color:var(--rr-color-common-white);display:block;width:220px;padding:0;-webkit-box-shadow:0 50px 100px 0 rgba(64,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);box-shadow:0 50px 100px 0 rgba(64,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);position:absolute;left:0;top:109px;opacity:0;visibility:hidden;z-index:0;-webkit-transform:rotate3d(1,0,0,-90deg);transform:rotate3d(1,0,0,-90deg);-webkit-transform-origin:0 0;transform-origin:0 0;transition:.6s}.header .primary-header-inner .header-menu-wrap .sub-menu li:hover>ul{visibility:visible;transition:.6s;opacity:1;transform:none}.header .primary-header-inner .header-menu-wrap .sub-menu li li{display:flex;justify-content:space-between;text-align:left;position:relative;transition:.3s ease-in-out}.header .primary-header-inner .header-menu-wrap .sub-menu li li:not(:last-of-type){border-bottom:1px dashed var(--rr-color-border-1)}.header .primary-header-inner .header-menu-wrap .sub-menu li li:last-child{margin:0;border-bottom:none}.header .primary-header-inner .header-menu-wrap .sub-menu li li:hover a{color:var(--rr-color-common-black)}.header .primary-header-inner .header-menu-wrap .sub-menu li li a{display:block;height:auto;line-height:inherit;color:var(--rr-color-common-black);font-weight:600;font-size:15px;padding:15px 0;letter-spacing:0;width:100%;-webkit-font-smoothing:antialiased;margin:0}.header .primary-header-inner .header-menu-wrap .sub-menu li li a:hover{padding-left:10px;color:var(--rr-color-common-white)}.header .primary-header-inner .header-menu-wrap .sub-menu li li.active a{color:var(--rr-color-common-white)!important}.header .primary-header-inner .header-menu-wrap .sub-menu li li ul{top:0;left:100%}.header .primary-header-inner .header-right,.header .primary-header-inner .header-right .header-right-item,.side-menu-list li{display:flex;align-items:center}.header .primary-header-inner .header-right .header-contact{display:flex;align-items:center;column-gap:15px}.header .primary-header-inner .header-right .header-contact .contact span{display:block;font-family:var(--rr-ff-body);color:var(--rr-color-text-body);font-size:16px;font-weight:400;margin-bottom:5px}.header .primary-header-inner .header-right .header-contact .contact a{font-size:21px;font-weight:700}@media (min-width:993px){.header .primary-header-inner .header-right .header-right-item .mobile-side-menu-toggle{display:none}.header-2 .header-logo{position:absolute;top:50%;left:5%;transform:translateY(-50%);z-index:1}.header-2:before{background-color:var(--renk1);content:"";width:19%;height:100%;position:absolute;top:0;left:0;clip-path:polygon(0 0,80% 0,100% 100%,0 100%)}}@media (min-width:993px) and (max-width:1600px){.header-2 .header-logo{left:2%}.header-2:before{width:15%}}@media (min-width:993px) and (max-width:1170px){.header-2:before{width:17%}}.header-2 .primary-header.fixed .primary-header-inner .header-logo{display:block;position:inherit;transform:translate(0)}.header-4-5,.header-4-5 .primary-header-inner{background:var(--rr-color-common-white)!important}.header-5 .primary-header-inner .header-menu-wrap .sub-menu li a{font-size:14px;padding:44px 0}.header-5 .primary-header-inner .header-menu-wrap .sub-menu li ul,.header-6 .primary-header-inner .header-menu-wrap .sub-menu li ul{top:110px}.header-5 .primary-header-inner .header-right,.header-6 .primary-header-inner .header-right{flex-wrap:wrap;display:flex}.header-5 .primary-header-inner .header-right .header-contact-5{display:flex;align-items:center;gap:12px}.header-5 .primary-header-inner .header-right .header-contact-5 .icon,.header-6 .primary-header-inner .header-right .header-contact-5 .icon{background:var(--rr-color-theme-secondary);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%}.header-5 .primary-header-inner .header-right .header-contact-5 .contact-5 span,.header-6 .primary-header-inner .header-right .header-contact-5 .contact-5 span{font-family:var(--rr-ff-body);color:var(--rr-color-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:29px;display:block}.header-5 .primary-header-inner .header-right .header-contact-5 .contact-5 a,.header-6 .primary-header-inner .header-right .header-contact-5 .contact-5 a{font-family:var(--rr-ff-heading);color:var(--rr-color-common-dark);font-weight:var(--rr-fw-bold);font-style:normal;font-size:16px;line-height:24px;text-transform:uppercase}.item-5:hover .icon{background:var(--rr-color-theme-green)}.header-6 .primary-header-inner .header-menu-wrap .sub-menu li a{font-size:16px;padding:40px 8px;font-weight:700}.header-6 .primary-header-inner .header-right .header-contact-5{display:flex;align-items:center;gap:12px;margin-right:30px}.header-6 .primary-header-inner .header-right .header-contact-5 .icon{float:left;margin-right:8px}.header-6 .primary-header-inner .header-right .header-contact-5 .contact-5 span{line-height:25px}.header-7 .header-logo-7 .header-logo-inner{position:relative;padding-left:58px}.header-7 .header-logo-7 .header-logo-inner::before{background:#2ab97e;width:250px;height:125px;display:flex;align-items:center;justify-content:center;border-radius:0 0 10px 10px;position:absolute;content:"";top:-46px;left:0}.contact-wrap-5 .contact-media-5,.footer-section,.header-7 .header-logo-7 .header-logo-inner img,.header-8 .primary-header-7 .primary-header-inner .header-logo{position:relative;z-index:1}.header-8 .header-logo-bg-color{background:#d9d9d9;width:578px;height:100%;position:absolute;top:0;left:0;z-index:1;clip-path:polygon(0 0,86% 0,100% 300%,0 100%)}@media (max-width:1880px){.header-8 .header-logo-bg-color{width:490px}}@media (max-width:1600px){.header-2 .primary-header-inner{padding-left:200px}.header-8 .header-logo-bg-color{width:330px}.slider-6 .slider-item-6 .slider-content-wrap{margin-left:175px}}@media (max-width:1399px){.top-shape{top:-250px;left:-250px}.bottom-shape{bottom:-250px;right:-250px}.header .primary-header-inner .header-logo img{max-width:150px}.header-8 .header-logo-bg-color{width:210px}}.contact-wrap .section-heading .section-title,.header-8 .primary-header-7 .primary-header-inner .header-menu-wrap .mobile-menu-items .sub-menu li{margin:0}@media (max-width:1170px){.section-heading .section-title,.section-heading-4 .section-title{font-size:40px;max-width:480px;width:100%}.section-heading .section-title,.section-heading-4 .section-title.section-title-2{margin:0 auto}.section-heading.heading-2 .section-title{margin:0 0 25px}.header .primary-header-inner .header-logo img{max-width:150px}.header .primary-header-inner .header-menu-wrap .sub-menu li,.header-8 .primary-header-7 .primary-header-inner .header-menu-wrap .mobile-menu-items .sub-menu li{margin:0 10px}.header .primary-header-inner .header-menu-wrap .sub-menu li a{font-size:16px}.header-2 .primary-header-inner{padding-left:170px}.header-2 .primary-header-inner .header-menu-wrap .sub-menu li{margin:0 7px}.header-2 .primary-header-inner .header-menu-wrap .sub-menu li a,.header-6 .primary-header-inner .header-menu-wrap .sub-menu li a{font-size:14px}.header-6 .container{padding-left:0;padding-right:0}.header-8 .header-logo-bg-color{width:165px}.header-8 .primary-header-7 .primary-header-inner .header-logo{padding-left:15px}.slider-item{height:auto}}@media (max-width:1880px){.header-8 .primary-header-7 .primary-header-inner .header-menu-wrap .mobile-menu-items .sub-menu li{margin:0 11px}.header-8 .primary-header-7 .primary-header-inner .header-menu-wrap .mobile-menu-items .sub-menu li a{font-size:14px}}.header-8 .primary-header-7 .primary-header-inner .header-right .header-contact-7 .icon{background:var(--renk1)}.header-8 .primary-header-7 .primary-header-inner .header-right .header-contact-7 .contact-7 span{font-family:var(--rr-ff-body);font-style:normal;font-weight:400;font-size:16px;line-height:29px;color:#6e777d}.header-8 .primary-header-7 .primary-header-inner .header-right .header-contact-7 .contact-7 a{font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);font-style:normal;font-weight:700;font-size:15px;line-height:18px;text-transform:uppercase}.side-menu-icon{position:absolute;right:20px;top:25px;z-index:100;display:block}.side-menu-content .side-menu-header{font-family:var(--rr-ff-body);font-size:30px;max-width:600px;line-height:1.5;font-weight:400;width:100%}.side-menu-content .side-menu-item{display:flex;align-items:center;justify-content:space-between;padding:25px;border:1px solid transparent;transition:.3s ease-in-out;margin-bottom:30px}.side-menu-content .side-menu-item .side-menu-arrow{font-size:45px;color:var(--renk1);transform:rotate(-45deg);transition:.3s ease-in-out}.side-menu-content .side-menu-item:hover{border:1px solid var(--rr-color-border-6)}.side-menu-content .side-menu-item:hover .side-menu-arrow{transform:rotate(0)}.side-menu-overlay{background-color:rgba(0,0,0,.7);height:100%;width:0%;top:0;opacity:0;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;z-index:10}.primary-header{width:100%;position:relative}.primary-header.fixed{background-color:var(--rr-color-common-white);position:fixed;left:0;top:0;animation-name:menuSticky;-webkit-animation-name:menuSticky;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease;-webkit-animation-timing-function:ease;box-shadow:0 1px 3px 0 rgba(17,17,17,.1);z-index:99}@media only screen and (max-width:992px){.bottom-shape,.header .primary-header-inner .header-menu-wrap .sub-menu,.side-menu-icon,.side-menu-overlay,.top-shape{display:none}.section-heading,.section-heading-4{margin-bottom:30px}.section-heading .section-title,.section-heading-4 .section-title{font-size:32px}.pt-140,.pt-180,.pt-70,.pt-80,.pt-90{padding-top:70px}.pt-120{padding-top:20px}.pb-180,.pb-70,.pb-80,.pb-90{padding-bottom:70px}.pb-120{padding-bottom:20px}.md-pb-30{padding-bottom:30px}.md-pb-40{padding-bottom:40px}.md-pb-50{padding-bottom:50px}.header{position:inherit;height:auto!important}.header .primary-header-inner{padding:20px 0}.header .primary-header-inner .header-right .header-contact{margin-right:40px}.header .primary-header-inner .header-right .header-right-item{line-height:1;padding:15px}.header-2 .primary-header-inner{padding-left:0}.header-2 .primary-header-inner .header-logo{display:block}.header-7 .header-logo-7 .header-logo-inner::before{height:102px;border-radius:0}.mobile-side-menu .header-right{display:none!important}.mobile-side-menu,.mobile-side-menu-overlay{height:100%;position:fixed;top:0;right:0;display:block}.mobile-side-menu{background-color:var(--rr-color-common-white);overflow-y:auto;width:80%;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);z-index:100;padding:40px;-webkit-transition:transform .5s;-o-transition:transform .5s;transition:transform .5s;backface-visibility:hidden}.mobile-side-menu .side-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.mobile-side-menu .side-menu-head a img{max-width:120px}.mobile-side-menu .side-menu-head .mobile-side-menu-close{position:fixed;top:35px;right:40px;color:var(--rr-color-heading-primary);font-size:17px;height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid var(--rr-color-border-1)}.mobile-side-menu .side-menu-head .mobile-side-menu-close:hover{background-color:var(--renk1);color:var(--rr-color-common-white)}.mobile-side-menu .side-menu-wrap{overflow:hidden;margin-bottom:50px}.mobile-side-menu .list-header,.mobile-side-menu p{color:var(--rr-color-common-white);margin-bottom:50px}.mobile-side-menu .list-header{font-family:var(--rr-ff-body);font-weight:400;margin-bottom:30px}.mobile-side-menu .side-menu-list li{font-family:var(--rr-ff-heading);font-size:18px;font-weight:600;color:var(--rr-color-heading-primary)}.mobile-side-menu .side-menu-list li a,.mobile-side-menu .side-menu-list li span{color:var(--rr-color-heading-primary);margin-left:10px;font-size:18px}.mobile-side-menu .side-menu-list li i{margin-right:10px}.mobile-side-menu-overlay{background-color:rgba(0,0,0,.7);width:0%;opacity:0;visibility:hidden;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;z-index:10}.slider-item .slider-content-wrap{margin-top:80px;margin-bottom:50px}.slider-item .slider-content-wrap .slider-content-inner{padding-right:50px}}@media only screen and (max-width:992px) and (max-width:767px){.mobile-side-menu{padding:40px 20px;width:100%;max-width:320px}.mobile-side-menu .side-menu-head .mobile-side-menu-close{right:16px}}.slider-item{position:relative;overflow:hidden;z-index:2}.slider-item .slider-content-wrap .slider-content .shapes .shape.shape-1{top:0;right:-40px}.slider-item .slider-content-wrap .slider-content .shapes .shape.shape-2{top:30%;left:-40px}.slider-item .slider-content-wrap .slider-content .shapes .shape.shape-3{top:36%;right:20%}.slider-item .slider-content-wrap .slider-content-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:30px}.slider-item .slider-content-wrap .slider-list{margin-bottom:50px;list-style:none}.slider-item .slider-content-wrap .slider-list li{color:var(--rr-color-common-white);font-size:16px;font-weight:400;display:flex;align-items:center}.slider-item .slider-content-wrap .slider-list li i{color:var(--renk1);margin-right:15px;font-size:18px}.slider-item .slider-img{height:100%;width:100%;position:absolute;bottom:0}.slider-item .slider-img .bg-img{position:absolute;bottom:20px;left:85px}.slider-item .slider-img .slider-men{width:100%;position:absolute;bottom:0;right:24%;text-align:center}.slider-2 .slider-item .slide-img-wrap{height:830px}.slider-2 .slider-item .slide-img-wrap img,.slider-3 .slider-item-3 .slide-img-wrap img,.slider-4 .slider-item-4{width:100%;height:100%;object-fit:cover}.slider-2 .slider-item .slider-content-wrap{left:-100px;margin-top:0}.slider-2 .slider-item .slider-content-wrap .slider-content{background:linear-gradient(90deg,#0f1b24 .39%,rgba(15,27,36,0) 99.62%);padding:60px 100px}.slider-3 .slider-item-3 .left-shape{position:absolute;top:0;left:0;display:flex;height:100%}.slider-3 .slider-item-3 .slide-img-wrap{height:824px;position:relative}.slider-3 .slider-item-3 .slide-img-wrap::before,.slider-4 .slider-item-4 .slide-img-wrap::before,.slider-5 .slider-item-5 .slide-img-wrap::before{background:linear-gradient(90deg,#171717 0,rgba(23,23,23,.96) 18.47%,rgba(23,23,23,0) 100%);background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;width:100%;height:100%;content:"";top:0;left:0}.slider-3 .slider-item-3 .slider-content-wrap,.slider-4 .slider-item-4 .slider-content-wrap,.slider-5 .slider-item-5 .slider-content-wrap{max-width:100%;width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);margin-top:0}.slider-3 .slider-item-3 .slider-content-3 .sub-title{font-family:var(--rr-ff-heading);color:var(--rr-color-theme-green);font-weight:var(--rr-fw-bold);font-style:normal;font-size:16px;line-height:24px;text-transform:uppercase;margin-bottom:11px;position:relative}.about-content-6 .section-heading-4 .sub-heading-6::before,.slider-3 .slider-item-3 .slider-content-3 .sub-title::before{background:var(--rr-color-theme-green);position:absolute;height:1px;width:177px;content:"";bottom:-1px;left:0}.slider-3 .slider-item-3 .slider-content-3 .title{font-family:var(--rr-ff-heading);color:var(--rr-color-common-white);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:60px;line-height:70px;letter-spacing:-1.8px;margin-bottom:20px}.slider-3 .slider-item-3 .slider-content-3 .dec,.slider-5 .slider-item-5 .slider-content-5 .dec{font-family:var(--rr-ff-body);color:#ddd;font-style:normal;font-weight:var(--rr-fw-regular);font-size:16px;line-height:29px;margin-bottom:0}.slider-3 .slider-arrow-3 .slider-nav{background:var(--rr-color-theme-green);color:var(--rr-color-common-white);backdrop-filter:inherit;height:56px;width:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:100px;z-index:10;transition:.3s ease-in-out}.service-item .service-content .service-icon svg,.service-item .service-thumb img{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.slider-3 .slider-arrow-3 .slider-nav:hover{background:var(--rr-color-theme-secondary);color:var(--rr-color-heading-primary)}.slider-3 .slider-arrow-3 .slider-next{left:auto;right:100px}.slider-4 .slider-item-4{position:relative;min-height:inherit;background-repeat:no-repeat;background-size:cover;height:auto}.about-2 .about-img:before,.slider-4 .slider-item-4::before{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.slider-4 .slider-item-4::before{background:linear-gradient(90deg,#171717 -2.24%,rgba(23,23,23,0) 60.76%);background-position:center;background-repeat:no-repeat;background-size:cover}.slider-4 .slider-item-4 .right-shape{position:absolute;bottom:-2px;right:0;z-index:1;display:flex}.slider-5 .slider-item-5 .slider-content-5 .sub-title{font-family:var(--rr-ff-heading);color:var(--rr-color-theme-green);font-weight:var(--rr-fw-bold);font-style:normal;font-size:16px;line-height:24px;text-transform:uppercase;text-decoration:underline}.slider-5 .slider-item-5 .slider-content-5 .title{font-family:var(--rr-ff-heading);color:var(--rr-color-common-white);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:60px;line-height:70px;letter-spacing:-1.8px}.slider-4 .slider-arrow{display:flex;align-items:center;flex-direction:column;row-gap:20px;position:absolute;top:50%;left:80px;transform:translateY(-50%);z-index:5}.slider-4 .slider-arrow .slider-nav.slider-prev{right:auto;left:0}.slider-4 .slider-arrow .slider-nav.slider-next{right:0}.slider-5 .slider-item-5{position:relative;min-height:inherit}.slider-5 .slider-item-5 .right-shape{position:absolute;width:auto;height:100%;bottom:0;left:0;z-index:1;display:flex}.about-thumb-7 .media img,.contact-section-5 .contact-5-shape img{width:100%;height:100%}.about-img-wrap{display:grid;grid-template-columns:235px 1fr;grid-gap:24px;max-width:585px;width:100%}.about-img-wrap .left-img{display:flex;flex-direction:column;align-items:end;justify-content:end;row-gap:24px}.about-img-wrap .right-img .img-item{height:100%}.about-img-wrap .right-img .img-item img{height:100%;object-fit:cover}.about-item-wrap{display:flex;align-items:center;flex-wrap:wrap;row-gap:20px;column-gap:40px;margin-bottom:40px}.about-item-wrap .about-item{padding-left:20px;border-left:3px solid var(--renk1)}.about-item-wrap .about-item .about-icon{width:40px;height:40px;margin-bottom:20px}.about-item-wrap .about-item .title{font-size:24px;font-weight:700;margin-bottom:15px}.about-2 .about-img{position:relative;z-index:1;max-width:520px;width:100%;margin:0 auto}.about-2 .about-img:before{background-color:transparent;border:10px solid var(--renk1);transform:rotate(-5deg)}.about-2 .about-img .img-content{background-color:var(--rr-color-grey-1);position:absolute;bottom:50px;left:-40px;display:flex;align-items:center;column-gap:15px;padding:15px 20px}.about-2 .about-img .img-content .content-right .title{margin-bottom:15px;font-weight:700}.about-2 .about-img .img-content .content-right p{line-height:1.6}.about-2 .about-content .about-list{list-style:none;margin-bottom:40px}.about-2 .about-content .about-list li{font-family:var(--rr-ff-heading);display:flex;align-items:center;color:var(--rr-color-text-body);text-transform:uppercase;font-weight:700}.about-2 .about-content .about-list li i{color:var(--renk1);margin-right:10px}.about-section-3 .about-thumb{position:relative;max-width:630px;width:100%}.about-section-3 .about-thumb .about-thumb-content{background-color:var(--rr-color-common-white);padding:25px 20px;display:flex;align-items:center;column-gap:15px;position:absolute;bottom:20px;left:20px}.about-section-3 .about-thumb .about-thumb-content .user,.about-section-5 .about-thumb .about-thumb-content .user{background-color:var(--renk1);height:55px;width:55px;display:flex;align-items:center;justify-content:center;border-radius:50%}.about-section-4{position:relative;overflow:hidden}.about-section-4 .shapes .left-shape{position:absolute;width:100%;height:100%;top:68px;left:20px;z-index:-1}.about-section-4 .shapes .right-shape{position:absolute;bottom:-45px;right:-165px}.about-section-4 .about-content-4 .about-item-4{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:15px}.about-section-4 .about-content-4 .about-item-4 .content{font-family:var(--rr-ff-heading);color:var(--rr-color-common-dark);font-style:normal;font-weight:400;font-size:16px;line-height:16px;text-transform:capitalize;list-style:none;display:flex;align-items:center;gap:8px}.about-section-4 .about-content-4 .about-item-4 .content i{color:var(--rr-color-theme-green);border:1px solid var(--rr-color-theme-green);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.about-section-4 .about-media{position:relative;margin-left:155px;max-width:590px}.about-section-4 .about-media .img-1{width:340px;height:601px;border-radius:150px}.about-section-4 .about-media .img-2,.about-section-4 .about-media .img-3{width:215px;height:201px;position:absolute;right:0;border-radius:89px}.about-section-4 .about-media .img-3{height:365px;border-radius:85px;bottom:0;display:flex}.about-section-5 .about-thumb img{border-radius:20px}.about-section-5 .about-thumb .about-thumb-content{border:8px solid var(--rr-color-common-white);width:100%;max-width:285px;border-radius:20px;display:flex;align-items:center;position:absolute;bottom:-70px;left:-80px}@media (max-width:1399px){.about-section-5 .about-thumb .about-thumb-content,.slider-2 .slider-item .slider-content-wrap,.slider-item .slider-img .bg-img{left:0}.slider-item .slider-img .slider-men{right:22%}.slider-6 .slider-item-6{min-height:0;height:630px}.about-section-4 .shapes .left-shape{display:none}.about-section-4 .about-content-4 .about-item-4{justify-content:inherit;gap:50px;row-gap:15px}.about-section-4 .about-media{margin-left:50px}.about-section-4 .about-media .img-2,.about-section-4 .about-media .img-3{right:40px}.about-section-5 .about-thumb,.about-section-6 .about-content-6{margin-left:0}}.about-section-5 .about-thumb .about-thumb-content img{border-radius:11px}.about-section-5 .about-content{margin-left:-15px}@media (max-width:1170px){.slider-item .slider-content-wrap .slider-content .shapes .shape.shape-1{right:60px}.slider-item .slider-img{position:inherit;display:flex;align-items:center;justify-content:center}.slider-item .slider-img .bg-img{position:inherit}.slider-item .slider-img .slider-men{right:inherit}.slider-4 .slider-arrow{left:40px}.about-2 .about-content{padding-left:30px}.about-section-4 .about-media{margin-left:0;max-width:900px;text-align:center}.about-section-5 .about-thumb{margin-left:80px}.about-section-5 .about-thumb .about-thumb-content{left:-80px}.about-section-5 .about-content{margin-left:0}.contact-wrap-5{margin:0}}.about-section-5 .about-content .dec{font-family:var(--rr-ff-body);font-weight:var(--rr-fw-regular);color:#6e777d;font-style:normal;font-size:16px;line-height:29px;margin-bottom:0}.about-section-5 .section-heading-4 .sub-heading,.our-service-5 .section-heading-4 .sub-heading{letter-spacing:0}.item-4,.item-5 .icon{background:var(--rr-color-common-white)}.about-section-6 .about-media-6 .about-thumb-6{margin-left:0}.about-section-6 .about-media-6 .about-thumb-6 img{object-fit:cover}.about-section-6 .about-media-6 .about-thumb-6 .about-thumb-content{left:40px;bottom:-198px;border:0;max-width:301px}.about-section-6 .about-media-6 .about-thumb-6 .about-thumb-content img{width:100%;height:100%;border-radius:20px;object-fit:cover}.about-section-6 .about-media-6 .about-thumb-6 .right-item{background:var(--rr-color-theme-green);position:absolute;right:53px;bottom:-198px;padding:35px;display:flex;align-items:center;justify-content:start;flex-direction:column;border-radius:20px}.about-section-6 .about-media-6 .about-thumb-6 .right-item .title{font-family:var(--rr-ff-heading);color:var(--rr-color-common-white);font-style:normal;font-weight:700;font-size:48px;line-height:58px;text-align:center;letter-spacing:-1.44px;margin-bottom:8px}.about-section-6 .about-media-6 .about-thumb-6 .right-item .title span{font-family:var(--rr-ff-heading)}.about-section-6 .about-media-6 .about-thumb-6 .right-item .dec{font-family:var(--rr-ff-heading);font-style:normal;font-weight:700;font-size:15px;line-height:18px;text-align:center;text-transform:uppercase;color:#f4fbf9;margin-bottom:0}.about-content-6{margin-top:22px}.about-content-6 .section-heading-4 .sub-heading-6{font-family:var(--rr-ff-heading);margin-bottom:11px;position:relative;font-style:normal;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#2ab97e}.about-7 .about-content-7 .about-list-7 li,.item-4 .content .title{font-size:24px;line-height:36px;font-style:normal;font-family:var(--rr-ff-heading);letter-spacing:-.72px}.about-content-6 .section-heading-4 .sub-heading-6::before{width:159px}.about-thumb-7,.item-4,.item-5 .top-img,.item-6,.our-service-4,.service-2,.service-3 .service-item{position:relative}.about-content-6 .section-heading-4 .section-title{margin-bottom:24px}@media (max-width:1399px){.about-content-6{margin-top:0}.about-thumb-7 .shapes .shape-2{display:none}.contact-wrap-5{margin:0}}.about-7 .about-content-7 .section-heading .sub-heading{font-family:var(--rr-ff-heading);color:var(--renk1);font-style:normal;font-weight:400;font-size:16px;line-height:16px;text-transform:capitalize;margin-bottom:10px}.about-7 .about-content-7 .about-list-7{margin-bottom:44px}.about-7 .about-content-7 .about-list-7 li{color:var(--rr-color-heading-primary);font-weight:600;margin-bottom:0;text-transform:capitalize}.about-7 .about-content-7 .about-list-7 li:not(:last-of-type){margin-bottom:16px}.about-thumb-7{max-width:634px;width:100%;margin-bottom:80px}.about-thumb-7 .media{max-width:474px;width:100%;height:100%;margin-left:60px}.about-thumb-7 .shapes .shape-1{position:absolute;top:0;left:0}.about-thumb-7 .shapes .shape-1 img{-webkit-animation:2s linear 2s infinite alternate bounce2;animation:2s linear 2s infinite alternate bounce2}.about-thumb-7 .shapes .shape-2{position:absolute;bottom:-60px;right:51px}@media only screen and (max-width:992px){.slider-item.item-2{height:auto;min-height:auto}.slider-item.item-2 .slider-content-wrap{margin:80px 0}.slider-3 .slider-arrow-3{display:none}.slider-6 .slider-item-6 .slider-content-wrap{margin-left:0}.slider-6 .slider-item-6 .slider-content-wrap .slider-content-inner{padding-right:0}.about-2 .about-img{margin-bottom:40px}.about-2 .about-content,.about-section-3 .about-content{padding-left:0}.about-section-5 .about-content{margin-top:60px}.about-section-6 .about-media-6 .about-thumb-6 img{width:100%;height:400px}.about-section-6 .about-content-6{margin-top:200px}.about-7 .about-content-7{margin-top:90px}.about-thumb-7{margin:0 auto}.about-thumb-7 .shapes .shape-2{display:inherit}}.about-thumb-7 .shapes .shape-2 img{-webkit-animation:2s linear 2s infinite alternate bounce3;animation:2s linear 2s infinite alternate bounce3}.about-thumb-7 .shapes .shape-3{position:absolute;bottom:-80px;left:72px}.about-thumb-7 .shapes .shape-3 img{-webkit-animation:2s linear 2s infinite alternate bounce;animation:2s linear 2s infinite alternate bounce}.service-item .service-content{text-align:center;padding:50px 40px;border:1px solid var(--rr-color-border-1)}.service-item .service-content .service-icon{height:65px;width:65px;margin:0 auto 15px}.service-item .service-content .service-icon svg{color:var(--rr-color-heading-primary);transition:.3s ease-in-out}.service-item .service-content .title{font-weight:700;margin-bottom:20px}#scrollup,.service-item .service-thumb{height:250px;overflow:hidden}.service-item .service-thumb img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);object-fit:cover;object-position:center;width:100%;height:100%;transform:scale(1);transition:.3s ease-in-out}.service-item:hover .service-thumb img{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}.service-2{margin-bottom:-150px;z-index:2}.service-3 .service-item{text-align:left;transition:.3s ease-in-out}.service-3 .service-item:before{background-color:var(--renk1);content:"";width:0%;height:5px;position:absolute;top:0;left:0;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-ms-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.item-5,.item-5 .icon,.service-3 .service-item,.service-3 .service-item .service-content,.service-3 .service-item .service-content .service-icon img{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.service-3 .service-item .service-content{text-align:left;border:2px solid rgba(221,221,221,.3);transition:.3s ease-in-out}.service-3 .service-item .service-content .service-icon{background-color:rgba(255,102,0,.1);height:80px;width:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 25px}.service-3 .service-item .service-content .service-icon img{opacity:.65;transition:.3s ease-in-out}.service-3 .service-item.heading .service-content{text-align:left;padding:0;border:0}.service-3 .service-item:hover{box-shadow:0 0 20px 0 rgba(19,16,34,.1);border:0}.service-3 .service-item:hover .service-content{border:2px solid transparent}.service-3 .service-item:hover .service-content .service-icon img{opacity:1}.service-3 .service-item:hover.heading{box-shadow:none}.service-3 .service-item:hover.heading .service-content{border:0}.our-service-4{overflow:hidden;padding-bottom:207px}.our-service-4 .shapes .right-shape{position:absolute;top:-300px;right:-260px}.item-4{border-radius:20px}.item-4 .top-img{height:211px}.item-4 .top-img img,.item-5 .top-img img{width:100%;height:100%;border-radius:20px 20px 0 90px;object-fit:cover}.item-4 .top-img .icon{background:var(--rr-color-theme-green);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:40%;left:12%}.item-4 .content{padding:40px 30px 30px}.item-4 .content .title{color:var(--rr-color-heading-primary);font-weight:var(--rr-fw-bold);margin-bottom:10px}.item-4 .content .dec,.item-5 .content .dec{font-family:var(--rr-ff-body);color:var(--rr-color-text-body);font-weight:var(--rr-fw-regular);font-style:normal;font-size:16px;line-height:29px;margin-bottom:20px}.item-5{background:#f4fbf9;border-radius:0 0 20px 20px}.item-5 .top-img{height:309px}.item-5 .top-img img{border-radius:20px 20px 0 0;clip-path:polygon(0 0,100% 0,100% 100%,0 71%)}.item-5,.item-5 .icon{transition:.3s ease-in-out}.item-5 .icon{width:112px;height:112px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:190px;left:40px}.item-5 .content{padding:0 30px 40px;border-radius:0 0 20px 20px}.contact-wrap-5,.item-6,.item-6 .icon{border-radius:20px}.item-5 .content .title{color:var(--rr-color-heading-primary);font-weight:var(--rr-fw-bold);font-style:normal;font-size:23px;line-height:36px;letter-spacing:-.72px;margin-bottom:0}.item-5:hover .icon svg path{stroke:var(--rr-color-common-white)}.service-section-6 .service-6-title-wrap{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;margin-bottom:60px;row-gap:20px;column-gap:15px}.service-section-6 .service-6-title-wrap .section-heading-4 .sub-heading-6{font-family:var(--rr-ff-heading);position:relative;font-style:normal;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#2ab97e;margin-bottom:11px}.footer-4 .footer-wrap-4 .footer-widget p,.footer-5 .footer-widget .dec,.footer-6 .footer-wrap-6 .footer-widget-6 .dec,.item-6 .dec,.service-section-6 .service-6-title-wrap .dec{font-weight:400;line-height:29px;font-style:normal}.service-section-6 .service-6-title-wrap .section-heading-4 .sub-heading-6::before{background:var(--rr-color-theme-green);position:absolute;height:1px;width:94px;content:"";bottom:-1px;left:0}.service-section-6 .service-6-title-wrap .dec{font-family:var(--rr-ff-body);color:#6e777d;font-size:16px;margin-bottom:0}.item-6{box-shadow:0 0 60px rgba(0,0,0,.05);background:#fff;padding:40px;overflow:hidden}.item-6 .shape{position:absolute;top:0;right:0}.footer-6 .footer-top-6 .contact .content .icon,.item-6 .icon{background:var(--rr-color-theme-secondary);display:flex;align-items:center;justify-content:center}.item-6 .icon{width:80px;height:80px;margin-bottom:50px}.footer-5 .footer-widget-5 h3,.item-6 .title a{font-family:var(--rr-ff-heading);font-style:normal;font-weight:700;line-height:36px;margin-bottom:0}.item-6 .title a{color:var(--rr-color-common-dark);font-size:30px;text-transform:capitalize}.item-6 .dec{font-family:var(--rr-ff-body);font-size:17px;color:#6e777d;margin-bottom:20px;margin-top:15px}.footer-items .footer-item ul,.footer-widget .footer-list{list-style:none}.footer-5 .shape-5,.footer-7 .shape-7{position:absolute;bottom:0;left:0;z-index:-1}.bg-color{background-color:var(--rr-color-heading-primary);height:45%;width:100%;position:absolute;top:0;left:0;z-index:-1}.footer-5 .footer-widget .dec,.footer-6 .footer-wrap-6 .footer-widget-6 .dec{font-family:var(--rr-ff-body);color:var(--rr-color-common-white);font-size:16px}.side-menu-about{margin:50px 0}.side-menu-about p{margin:25px 0}.side-menu-header h3{font-size:30px;line-height:1;font-weight:600}.side-menu-list{margin:25px 0 35px}.side-menu-list li i{background-color:var(--renk1);font-size:12px;color:var(--rr-color-common-white);width:30px;height:30px;line-height:30px;text-align:center;border-radius:5px;transition:.2s ease-in-out}.side-menu-list li:hover i{background-color:var(--renk1);color:#fff}.side-menu-list li p{padding-left:10px;margin-bottom:0}.side-menu-list li a{font-size:16px;color:var(--rr-color-text-body);padding-left:10px}.footer-6 .footer-wrap-6 .footer-widget-6 .dec{margin-bottom:0}.footer-6 .footer-top-6 .contact .content .text a,.footer-items .footer-item ul li{color:var(--rr-color-common-white);font-size:16px;font-weight:400}.copyright-content p,.copyright-content ul li a,.footer-widget p{color:rgba(255,255,255,.8)}.footer-6 .footer-wrap-6 .footer-widget-6 .footer-list li a{font-size:15px}.contact-wrap{background-color:var(--rr-color-grey-1);padding:60px;align-items:end}.copyright-content,.copyright-content ul,.footer-top{align-items:center;display:flex}.contact-section-5{background:#171717;position:relative;overflow:hidden}.contact-section-5 .contact-5-shape{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:top;top:0;left:0}.contact-wrap-5,.footer-5 .copyright-area{background:#232323}.contact-wrap-5{padding:60px 40px 60px 60px;position:relative;z-index:1}@media only screen and (max-width:992px){.contact-wrap-5{padding:30px;margin:0}}.contact-wrap-5 .contact-media-5 img{max-width:560px;width:100%;height:100%;border-radius:20px}.footer-section .shape{position:absolute;bottom:0;right:0;z-index:-1}.footer-wrap-7{padding-top:50px;padding-bottom:50px}.footer-top{justify-content:space-between;column-gap:60px;row-gap:30px;margin-bottom:50px;padding:30px 0;border-bottom:2px solid var(--rr-color-common-dark)}.copyright-content p,.copyright-content ul li a,.footer-4 .footer-wrap-4 .footer-widget p,.footer-widget .footer-list li a{font-family:var(--rr-ff-body);font-size:16px}.footer-widget .widget-header{color:var(--rr-color-common-white);font-size:24px;font-weight:700;margin-bottom:35px}.footer-widget .footer-list li a{color:rgba(255,255,255,.8);font-weight:400;line-height:1}.footer-widget.widget-2 .footer-list li a{position:relative;padding-left:30px}.footer-widget.widget-2 .footer-list li a:before{background-image:none;font-family:"Font Awesome 6 Pro";font-size:14px;font-weight:700;content:"\f324";color:var(--renk1);position:absolute;top:50%;left:0;transform:translateY(-50%);transition:.3s ease-in-out;cursor:pointer}.copyright-content{justify-content:space-between;width:100%;margin-top:50px;padding:15px 0;border-top:2px solid var(--rr-color-common-dark)}.copyright-content p{margin:0}.copyright-content ul{list-style:none;flex-wrap:wrap;row-gap:10px}.copyright-content ul li a{line-height:1}.copyright-content-4{border-top:1px solid #393939;padding:25px 0;margin-top:0}.footer-2 .footer-widget .footer-list-wrap{display:flex;align-items:center;column-gap:40px}.footer-4 .footer-wrap-4{margin-bottom:88px}.footer-4 .footer-wrap-4 .footer-widget p{color:#ddd;margin-bottom:0}.footer-4 .footer-wrap-4 .footer-widget-4 .footer-list li a{color:#ddd}.footer-4 .footer-wrap-4 .footer-widget-4-left{padding-left:96px}.footer-5 .footer-wrap-5 .footer-widget-1-left{padding-left:47px}.footer-5 .footer-wrap-5 .footer-widget-2-left{padding-left:72px}.footer-6 .footer-top-6 .contact .content{display:flex;align-items:center;gap:15px}.footer-6 .footer-top-6 .contact .content .text span{font-family:var(--rr-ff-heading);font-weight:600;line-height:28px;font-style:normal;font-size:20px;color:var(--rr-color-common-white);opacity:.9;display:block}.footer-5 .footer-widget-5 h3{color:#ddd;font-size:24px;letter-spacing:-.72px}.footer-5 .copyright-area .copyright-content{justify-content:center;border:0}.footer-items{background-color:var(--rr-color-common-dark);padding:20px 35px;margin-bottom:90px;align-items:center}.footer-items .footer-item{display:grid;align-items:center;grid-template-columns:45px 1fr;grid-gap:15px;position:relative}.footer-items .footer-item.item-2:before,.footer-items .footer-item.item-3:before{background-color:rgba(255,255,255,.2);content:"";width:2px;height:100%;position:absolute;top:0}.footer-items .footer-item.item-3:before{left:0}.footer-items .footer-item.item-2:before{left:-50px}.footer-6 .shape-6{position:absolute;bottom:0;left:0;z-index:-1;opacity:.03}.footer-6 .footer-top-6{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:20px;padding-bottom:70px;column-gap:20px;border-bottom:1px solid #232323}.footer-6 .footer-top-6 .contact{display:flex;align-items:center;gap:60px}.footer-6 .footer-top-6 .contact .content .icon{width:52px;height:52px;border-radius:50%}.footer-6 .footer-top-6 .contact .content .text a{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;font-family:var(--rr-ff-body);font-style:normal;line-height:29px;transition:.3s ease-in-out}.scroll-to-top,.scroll-to-top:hover{text-decoration:none;transition:.3s ease-in-out}.footer-6 .footer-wrap-6{margin-bottom:80px;margin-top:52px}.footer-6 .footer-wrap-6 .footer-widget-1-left{padding-left:53px}@media (max-width:1170px){.footer-widget.widget-2 .footer-list li a{font-size:14px;padding-left:17px}.footer-widget.widget-2 .footer-list li a:before{font-size:10px}.footer-items .footer-item.item-2:before,.footer-items .footer-item.item-3:before{display:none}.footer-4 .footer-wrap-4 .footer-widget-1-left,.footer-4 .footer-wrap-4 .footer-widget-2-left,.footer-4 .footer-wrap-4 .footer-widget-4-left,.footer-5 .footer-wrap-5 .footer-widget-1-left,.footer-6 .footer-wrap-6 .footer-widget-1-left{padding-left:0}.footer-items .footer-item{grid-template-columns:1fr}}#scrollup{width:45px;height:45px;position:fixed;bottom:45px;right:5px;z-index:999}.scroll-to-top{width:100%;height:100%;text-align:center;background-color:var(--renk1);font-size:20px;padding:0;line-height:40px;color:var(--rr-color-common-white);border-radius:5px;outline:0;transform:translateY(150%)}.scroll-to-top:hover{opacity:.8}@media only screen and (max-width:767px){.section-heading .section-title,.section-heading-4 .section-title{font-size:32px}.section-heading-4 .sub-heading:before{display:none;padding-left:0}.footer-items .footer-item.item-2,.footer-items .footer-item.item-3,.section-heading-4 .sub-heading{padding-left:0}.section-heading-4.heading-5 .sub-heading,.slider-2 .slider-item .slider-content-wrap .slider-content-inner{padding-right:0}.about-thumb-7 .shapes .shape-1,.about-thumb-7 .shapes .shape-2,.about-thumb-7 .shapes .shape-3,.footer-5 .shape-5,.footer-6 .shape-6,.footer-7 .shape-7,.header .primary-header-inner .header-right .header-contact,.section-heading-4.heading-5 .sub-heading:after,.slider-4 .slider-arrow,.slider-item .slider-content-wrap .slider-content .shapes{display:none}.pt-140,.pt-180{padding-top:50px}.pt-120{padding-top:20px}.pt-70,.pt-80,.pt-90{padding-top:60px}.pb-180,.pb-70,.pb-80,.pb-90{padding-bottom:60px}.pb-120{padding-bottom:20px}.header .primary-header-inner .header-right .header-logo img{width:90px}.header-7 .header-logo-7 .header-logo-inner::before{height:96px;border-radius:0}.slider-item{height:1100px}.slider-item .slider-content-wrap{margin-bottom:90px}.slider-item .slider-content-wrap .slider-content-inner{flex-direction:column;align-items:baseline;row-gap:50px}.slider-2 .slider-item .slider-content-wrap .slider-content{padding:50px 30px}.slider-2 .slider-item .slide-img-wrap{height:650px}.slider-4 .slider-item-4 .right-shape{right:-300px}.slider-6 .slider-item-6{min-height:0;height:600px}.slider-6 .slider-item-6 .slider-content-wrap .slider-content-inner .slider-content-6 .title{font-size:36px;line-height:46px}.about-img-wrap{grid-template-columns:135px 1fr}.about-2 .about-img .img-content{left:0}.about-2 .about-img .img-content .content-right .title{font-size:18px}.about-2 .about-img .img-content .content-right p{font-size:14px}.about-section-4 .about-media{margin-left:0;text-align:center;display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center}.about-section-4 .about-media .img-1{height:530px}.about-section-4 .about-media .img-2,.about-section-4 .about-media .img-3{width:100%;max-width:100%;position:inherit;left:0;right:0;object-fit:cover}.about-section-5 .about-content{margin-top:60px}.about-section-6 .about-media-6 .about-thumb-6 .about-thumb-content{left:0;bottom:0}.about-section-6 .about-media-6 .about-thumb-6 .about-thumb-content img{width:100%}.about-7 .about-content-7{margin-top:10px}.service-3 .service-item .service-content{padding:40px 20px}.contact-wrap{padding:10px 20px}.contact-wrap-5{padding:20px;margin:0}.footer-top{flex-wrap:wrap}.copyright-content ul,.footer-top{justify-content:center}.footer-items{row-gap:40px;padding:50px 30px}}.fixed-buttons .button1,.fixed-buttons .button2{box-shadow:rgba(0,0,0,.16) 0 2px 3px 0,rgba(0,0,0,.11) 0 0 4px 0,rgba(0,0,0,.13) 1px 0 2px 0;color:#fff;display:block;font-size:15px;font-weight:600;letter-spacing:-.2px;padding:6px;text-align:center;white-space:nowrap}.footer-7 .footer-wrap-7 .footer-widget-7{padding:38px;background:#232323}@media only screen and (max-width:992px){.footer-section .footer-wrap{margin-bottom:20px}.footer-top{column-gap:30px}.footer-5 .footer-wrap-5 .footer-widget-2-left,.footer-7 .footer-wrap-7 .footer-widget-left-1,.footer-7 .footer-wrap-7 .footer-widget-left-2,.footer-widget.widget-2,.footer-widget.widget-3{padding-left:0}.copyright-content{margin-top:0;flex-direction:column-reverse;row-gap:10px;padding:40px 0}.footer-6 .footer-top-6 .contact{gap:30px;flex-wrap:wrap;row-gap:20px}.footer-7 .footer-wrap-7{margin-bottom:0}}.footer-7 .copyright-area-7{border-top:1px solid var(--rr-color-common-dark)}.footer-7 .copyright-area-7 .copyright-content{border-top:none;margin-top:0}.blog-details-content h2{font-size:26px}.anasayfa-yazi h1{font-size:24px}.anasayfa-yazi h2{font-size:20px}.anasayfa-yazi h3{font-size:16px}.fixed-buttons{position:fixed;bottom:0;width:100%;padding:4px;display:flex;gap:8px;z-index:5}.fixed-buttons .button1{background-color:#fb1f1f;flex:1}.fixed-buttons .button2{background-color:#25d366;flex:1}@media (min-width:1132px){.d-lg-none{display:none!important}}@media (max-width:1131px){.header-6 .primary-header-inner .header-right .header-contact-5{display:none!important}}.page-header{background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:relative;z-index:1}.page-header .overlay{background-color:rgba(23,23,23,.8);width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.blog-details-thumb .post-meta,.contact-box{background-color:var(--rr-color-common-white);box-shadow:0 0 20px 0 rgba(19,16,34,.1)}.page-header .page-header-content{padding:60px 0}.page-header .page-header-content .title{font-size:24px;font-weight:700;line-height:1;text-align:center;margin-bottom:0}.blog-details-thumb img{width:100%;object-fit:cover}.blog-details-thumb .post-meta{list-style:none;display:inline-flex;align-items:center;column-gap:20px;padding:15px 30px;position:absolute;bottom:-30px;left:30px;flex-wrap:wrap;row-gap:10px}.blog-details-thumb .post-meta li,.sidebar-widget .sidebar-post .post-content .post-meta li{display:flex;align-items:center;column-gap:10px}.blog-details-content,.sidebar-widget{padding:40px 30px;box-shadow:0 0 20px 0 rgba(19,16,34,.1)}.blog-details-content .details-title{font-size:30px;font-weight:700;margin-bottom:20px;text-transform:capitalize}.blog-details-content .blog-details-wrap,.blog-details-content .details-list-wrap{display:flex;align-items:center;column-gap:70px;flex-wrap:wrap;row-gap:15px}.blog-details-content .details-list-wrap li,.blog-details-content .next-prev-wrap .post-btn a{display:flex;align-items:center;column-gap:10px;font-size:16px;font-weight:400}.blog-details-content blockquote{background-color:var(--rr-color-grey-1);padding:40px 30px;position:relative;border-bottom:3px solid var(--renk1);margin:40px 0}.blog-details-content blockquote .quote{position:absolute;top:40px;right:30px}.blog-details-content .blog-details-wrap ul li,.blog-details-content .tags .tag,.blog-details-content blockquote .author{font-size:24px;font-weight:700;color:var(--rr-color-heading-primary)}.blog-details-content blockquote span{display:block;margin-bottom:30px}.blog-details-content .blog-details-wrap{column-gap:30px;margin:30px 0;row-gap:30px}.blog-details-content .blog-details-wrap ul li{font-family:var(--rr-ff-heading);display:flex;align-items:center;column-gap:10px;font-size:16px;text-transform:uppercase}.blog-details-content .tags{display:flex;align-items:center;margin:50px 0}.blog-details-content .tags .tag{margin-bottom:0}.blog-details-content .tags ul{margin-left:40px;flex-wrap:wrap;row-gap:15px}.blog-details-content .tags ul li a{font-size:16px;font-weight:400;color:var(--rr-color-text-body);padding:6px 20px;border:1px solid var(--rr-color-border-1)}.blog-details-content .next-prev-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:15px;padding:15px 0;border-top:1px solid var(--rr-color-border-1);border-bottom:1px solid var(--rr-color-border-1);margin:50px 0 70px}.blog-details-content .next-prev-wrap .post-btn a{font-weight:600;text-transform:uppercase}.blog-details-content .next-prev-wrap .social-list,.blog-details-content .tags ul{display:flex;align-items:center;column-gap:15px;list-style:none}.blog-details-content .next-prev-wrap .social-list li a{color:var(--rr-color-heading-primary);font-size:15px}.blog-details-content .blog-form .form-group .form-control{color:var(--rr-color-text-body);box-shadow:none;border:0;border-bottom:1px solid var(--rr-color-border-1);padding:15px 15px 15px 0;margin-bottom:30px;border-radius:0}.blog-details-content .blog-form .form-group .form-control::-webkit-input-placeholder{color:var(--rr-color-text-body)}.blog-details-content .blog-form .form-group .form-control:-moz-placeholder{color:var(--rr-color-text-body)}.blog-details-content .blog-form .form-group .form-control::-moz-placeholder{color:var(--rr-color-text-body)}.blog-details-content .blog-form .form-group .form-control:-ms-input-placeholder{color:var(--rr-color-text-body)}.blog-details-content .blog-form .form-group .form-control option{padding:10px}.blog-details-content .blog-form .submit-btn .rr-primary-btn{width:100%;text-align:center;justify-content:center}.sidebar-widget .search-form .form-control{border:0;border-bottom:1px solid var(--rr-color-border-1);border-radius:0;box-shadow:none;padding-left:0;padding-right:30px}.sidebar-widget .search-form .search-btn{color:var(--renk1);position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.sidebar-widget .widget-title{font-size:30px;font-weight:700;display:inline-block;margin-bottom:30px}.sidebar-widget .category-list li{display:flex;align-items:center;font-family:var(--rr-ff-body);font-size:16px;font-weight:400;padding-bottom:5px;border-bottom:1px solid var(--rr-color-border-1)}.sidebar-widget .category-list li i{color:var(--renk1);padding-right:10px}.sidebar-widget .tags li a{font-family:var(--rr-ff-body);font-size:16px;font-weight:400;padding:5px 15px;border:1px solid var(--rr-color-border-1)}.footer-top .social-list li a:hover,.sidebar-widget .tags li a:hover{background-color:var(--renk1);color:var(--rr-color-common-white);border:1px solid var(--renk1)}.sidebar-widget .sidebar-post{background-color:var(--rr-color-grey-1);display:grid;align-items:center;grid-template-columns:82px 1fr;grid-gap:0}.contact-box .content .contact-info,.sidebar-widget .sidebar-post .post-content .post-meta{display:flex;align-items:center;column-gap:20px;flex-wrap:wrap;row-gap:5px}.sidebar-widget .sidebar-post .post-content .title{font-size:16px;margin-bottom:10px;font-weight:700;text-transform:uppercase;line-height:1.4}.sticky-widget{position:-webkit-sticky;position:sticky;top:150px}.contact-box{padding:30px 25px;display:grid;align-items:center;grid-template-columns:60px 1fr;grid-gap:20px}.contact-box:hover{background-color:#ccc}section.blog-details ul li{margin-left:0;margin-bottom:8px}.contact-box .icon{background-color:rgba(255,102,0,.1);color:var(--renk1);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%}.contact-box .content .contact-info{column-gap:10px}.contact-section-4{margin-bottom:-175px;position:relative;z-index:2}.contact-wrapper-4{background:var(--rr-color-theme-green);border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:60px 80px;flex-wrap:wrap;column-gap:20px;row-gap:20px}.contact-wrapper-4 .contact-content-4 .title{font-family:var(--rr-ff-heading);color:var(--rr-color-common-white);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:48px;line-height:58px;letter-spacing:-1.44px;margin-bottom:33px}.blog-details-content h1,.post-card.blog-page .post-content .title{font-size:30px}@media only screen and (max-width:575px){.about-thumb-7 .media{display:none;margin-left:0}}@media only screen and (max-width:767px){.about-thumb-7 .media{margin-left:0}}@media only screen and (max-width:992px){.header .primary-header-inner .header-right .header-right-item{line-height:1}}.header .primary-header-inner .header-right .header-right-item .mobile-side-menu-toggle{color:var(--rr-color-heading-primary);font-size:30px}@media (min-width:993px){.header .primary-header-inner .header-right .header-right-item .mobile-side-menu-toggle{display:none}}.mobile-side-menu,.mobile-side-menu-overlay{display:none}@media only screen and (max-width:992px){.mobile-side-menu{background-color:var(--rr-color-common-white);position:fixed;overflow-y:auto;top:0;right:0;width:80%;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);height:100%;display:block;z-index:100;padding:40px;-webkit-transition:transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;backface-visibility:hidden}}@media only screen and (max-width:992px) and (max-width:767px){.mobile-side-menu{padding:40px 20px;width:100%;max-width:320px}}@media only screen and (max-width:992px){.mobile-side-menu.is-open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mobile-side-menu .side-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.mobile-side-menu .side-menu-head a img{max-width:120px}.mobile-side-menu .side-menu-head .mobile-side-menu-close{position:fixed;top:35px;right:40px;color:var(--rr-color-heading-primary);font-size:17px;height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid var(--rr-color-border-1)}}@media only screen and (max-width:992px) and (max-width:767px){.mobile-side-menu .side-menu-head .mobile-side-menu-close{right:16px}}@media only screen and (max-width:992px){.mobile-side-menu .side-menu-head .mobile-side-menu-close:hover{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white)}.mobile-side-menu .side-menu-wrap{overflow:hidden;margin-bottom:50px}.mobile-side-menu .list-header,.mobile-side-menu p{color:var(--rr-color-common-white);margin-bottom:50px}.mobile-side-menu .list-header{font-family:var(--rr-ff-body);font-weight:400;margin-bottom:30px}.mobile-side-menu .side-menu-list li{font-family:var(--rr-ff-heading);font-size:18px;font-weight:600;color:var(--rr-color-heading-primary)}.mobile-side-menu .side-menu-list li a,.mobile-side-menu .side-menu-list li span{color:var(--rr-color-heading-primary);margin-left:10px;font-size:18px}.mobile-side-menu .side-menu-list li i{margin-right:10px}.mobile-side-menu .mean-bar{background-color:transparent;min-height:auto;padding:0}.mobile-side-menu .mean-bar .meanmenu-reveal{display:none!important}.mobile-side-menu .mean-bar .mean-nav{background-color:transparent;margin-top:0;padding-top:20px}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul{display:block!important}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li{position:relative;float:none;display:block;width:auto}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li:not(:last-of-type){margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--rr-color-border-1)}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a{color:var(--rr-color-heading-primary);font-size:18px;font-weight:600;line-height:1;border-top:none;padding:0;float:none}}@media only screen and (max-width:992px) and (max-width:767px){.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a{font-size:18px}}@media only screen and (max-width:992px){.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);position:absolute;padding:0;top:-3px;right:0;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand:after,.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand:before{font-size:14px;font-family:"Font Awesome 6 Pro";font-weight:900}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand:before{content:"+"}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand.mean-clicked{background-color:var(--rr-color-heading-primary);color:var(--rr-color-common-white)}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand.mean-clicked:after{content:"\f068"}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand i,.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li a.mean-expand.mean-clicked:before{display:none}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li ul{padding:0 0 0 30px;margin-top:20px}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li ul li:not(:last-of-type){padding-bottom:15px;margin-bottom:15px}.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li ul li a{padding:0;font-size:16px;font-weight:500;text-transform:capitalize}}@media only screen and (max-width:992px) and (max-width:767px){.mobile-side-menu .mean-bar .mean-nav.mean-nav>ul li ul li a{font-size:14px}}@media only screen and (max-width:992px){.mobile-side-menu-overlay{background-color:rgba(0,0,0,.7);height:100%;width:0%;position:fixed;top:0;right:0;opacity:0;visibility:hidden;-webkit-transition:all 600ms ease;-o-transition:all 600ms ease;transition:all 600ms ease;z-index:10;display:block}.mobile-side-menu-overlay.is-open{width:100%;opacity:.5;visibility:visible;cursor:url(../img/cancel.png),auto}}