@import url("global.css?ver=1.3");
@import url('https://fonts.googleapis.com/css?family=Allura|Blinker:100,200,300,400,600,700&display=swap&subset=latin-ext');

::-webkit-input-placeholder { color: #797a7a; font-style: italic; font-size: 14px; }
::-moz-placeholder { color: #797a7a; font-style: italic; font-size: 14px; }
:-ms-input-placeholder { color: #797a7a; font-style: italic; font-size: 14px; }
:-moz-placeholder { color: #797a7a; font-style: italic; font-size: 14px; }
body { font-family: 'Blinker',sans-serif; color: #151b24; font-size: 15px; font-weight: 400; line-height: 1.2; overflow-x: hidden }
.wrapper { width: 100%; height: auto; overflow: hidden; background: #fff; position: relative; z-index: 1; }
.handwrite { font-family: 'Allura', sans-serif; color: #575757; font-size: 25px; }
section.content p { font-size: 15px; color:#585858; line-height: 26px; }
a, button, input[type="submit"], input[type="button"] { transition: all 600ms cubic-bezier(1,.11,0,.96); }


/*HEADER*/
header { position: fixed; z-index: 1000; width: 100%; left: 0; top: 0; font-size: 0; }
header.blue-header { background: #2d343d }
header.fixed.blue-header { background: transparent }
header .logo { position: relative; transition: all 0.2s ease; padding: 25px 0 25px 35px; display: inline-block; vertical-align: middle; }
header ul.nav { position: relative; transition: all 0.2s ease; display: inline-block; vertical-align: middle; padding: 0 0 0 55px; font-size: 0; margin: 0; }
header ul.nav li { display: inline-block; vertical-align: top; list-style: none; position: relative; }
header ul.nav li a { font-size: 15px; color: #fff; letter-spacing: 1px; line-height: 30px; display: inline-block; padding: 0 25px;
    transition: all 600ms cubic-bezier(1,.11,0,.96); cursor: pointer; user-select: none; z-index: 1; position: relative; overflow: hidden; }
header ul.nav li a:hover {
    color: #fff;
    transition-delay: .6s;
}
header ul.nav li a:before {
    content: '';
    position: absolute;	
    transition: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #46af94;
    transition-delay: 0s;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
header ul.nav li a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

header ul.nav li:after { content: '.'; position: absolute; right: -1px; bottom: 4px; color: #fff; font-size: 10px; }
header ul.nav li:last-child:after { content: none; }
header ul.nav li a.rectangle-link { font-size: 14px; font-style: italic; padding: 0 25px; border: 1px solid #46af94; line-height: 28px; margin-left: 25px;
transition: all 600ms cubic-bezier(1,.11,0,.96); cursor: pointer; user-select: none; z-index: 1; position: relative; overflow: hidden; }
header ul.nav li a.rectangle-link:before {
    content: none;
}
header ul.nav li a.rectangle-link:after {
    content: '';
    position: absolute;	
    transition: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    background: #46af94;
}
header ul.nav li a.rectangle-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
header .fixednavigation { position: absolute; right: 0; top: 0; z-index: 900; }
header .navigation { display: inline-block; position: relative; padding: 15px; }
header .navigation .background { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
header .navigation .background-inner { transition: all 0.4s ease; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #151b24; z-index: 0; transform: translate(0%, 101%) matrix(1, 0, 0, 1, 0, 0); }
header.fixed .navigation .background-inner { transform: translate(0%, 0) translate3d(0px,0px,0px) matrix(1, 0, 0, 1, 0, 0); }
header.fixed .navigation {  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 35px -12px }
header .navigation .down-button a { display: block; border-radius: 20px; width: 50px; height: 54px; text-align: center; line-height: 54px; color: #fff; font-size: 15px; color: #fff; position: relative; z-index: 1; }
header .navigation .login-button a { display: block; line-height: 54px; font-size: 13px; color: #fff; font-style: italic; }
header .navigation .login-button a i { line-height: 54px; font-size: 15px; color: #fff; padding-right: 7px; }
header .navigation .login-button, header .navigation .down-button, header .navigation .bars-button { display: inline-block; vertical-align: top; position: relative; z-index: 1; }
header .navigation .down-button { margin-right: 35px; margin-top: 11px; position: relative; }
header .navigation .down-button a { transition: all 600ms cubic-bezier(1,.11,0,.96); }
header .navigation .down-button a.active { color: #151b24; }
header .navigation .down-button i { line-height: 54px; }
header .navigation .login-button { margin-right: 25px; margin-top: 11px; }
header .navigation .bars-button .inner { width: 120px; height: 76px; color: #fff; background: #46af94; display: block; cursor: pointer; padding-top: 26px; }
header .navigation .bars-button .inner .nav-icon { margin: 0 auto; width: 60px; }
header .navigation .bars-button .inner .nav-icon:after, 
header .navigation .bars-button .inner .nav-icon:before, 
header .navigation .bars-button .inner .nav-icon div { background-color: #fff; border-radius: 0; content: ''; display: block; height: 2px; margin: 0 0 6px 0; transition: all .4s ease-in-out; }
header .navigation .bars-button .inner.opened .nav-icon:before { transform: translate(6px, 12px) rotate(135deg); width: 80%; }
header .navigation .bars-button .inner.opened .nav-icon:after { transform: translate(6px, -4px) rotate(-135deg); width: 80%; }
header .navigation .bars-button .inner.opened .nav-icon div { transform: scale(0); }
header.fixed .logo, header.fixed ul.nav { margin-top: -90px; }
header .fixedlogo { transition: all 0.2s ease; transition-delay: 200ms; width: 90px; height: 106px; position: absolute; left: 0; z-index: 900; top: -110px; -webkit-box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.5);  -moz-box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.5); box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.5); }
header.fixed .fixedlogo { top: 0; }
@media(max-width: 1399px) {
    header ul.nav { display: none; }
}
@media(max-width: 680px) {
    header .logo { display: none; }
    header .fixedlogo { top: 0; width: 66px; height: 78px; }
    header .fixedlogo img { width: 100%; }
    header .navigation .down-button { margin-top: 3px; }
    header .navigation .bars-button .inner { width: 90px; height: 60px; padding-top: 20px; }
    header .navigation .bars-button .inner .nav-icon { margin: 0 auto; width: 50px; }
    header .navigation .bars-button .inner.opened .nav-icon:before { transform: translate(6px, 8px) rotate(135deg); width: 80%; }
    header .navigation .bars-button .inner.opened .nav-icon:after { transform: translate(6px, -8px) rotate(-135deg); width: 80%; }
}
header .navigation .down-button .dropcontent { opacity: 1;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    border: 1px solid rgb(255,255,255);
    border-radius: 20px;
    width: 50px;
    padding-top: 52px;
    transition: all 600ms cubic-bezier(1,.11,0,.96); transition-delay: 0.6s; }
header .navigation .down-button .dropcontent ul { margin: 0; padding: 0; list-style: none; position: absolute; bottom: 0; left: 0; transition: all 600ms ease-in-out; transition-delay: 0; opacity: 0; }
header .navigation .down-button .dropcontent a { transition: all 600ms cubic-bezier(1,.11,0,.96); border: 0; width: 50px; height: auto; position: relative; display: block; position: relative; color: rgb(255,255,255);  }
header .navigation .down-button .dropcontent a i { font-size: 15px; line-height: 36px; color: rgb(255,255,255) }
header .navigation .down-button .dropcontent a:before { transition: all 600ms ease-in-out; content: attr(data-title); position: absolute; right: 50px; color: #25b99b; font-size: 15px; font-style: italic; width: 150px; text-align: right; top: 0; line-height: 36px; opacity: 0; }
header .navigation .down-button .dropcontent a:hover:before { opacity: 1; right: 65px; }
header .navigation .down-button .dropcontent.activeted { opacity: 1; top: 0; padding-top: 200px; transition-delay: 0s; background: #46af94; border: 1px solid rgb(70, 175, 148); }
header .navigation .down-button .dropcontent.activeted ul { opacity: 1; transition-delay: 0.6s; }
/*END HEADER*/

/*BIG MENU*/
.big-menu { overflow: hidden; transition: all 600ms cubic-bezier(1,.11,0,.96); transition-delay: 0.5s; background: #151b24; position: fixed; width: 60%; height: auto; top: 0; right: 0; z-index: 9999;
    transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
 }
.big-menu.opened { right: 135px; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
.big-menu .content { width: 70%; float: left; padding: 100px; transition: all 600ms cubic-bezier(1,.11,0,.96); transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; opacity: 0; }
.big-menu .content a { display: inline-block; color: #25b99b; font-size: 30px; font-style: italic; vertical-align: top; padding-right: 15px; letter-spacing: 0.25px; }
.big-menu .content .dot { line-height: 48px; }
.big-menu ul.socials { padding:0; margin: 0; list-style: none; }
.big-menu ul.socials li { position: relative; display: inline-block; vertical-align: top; margin-right: 7px; }
.big-menu ul.socials li:after { content: '.'; position: absolute; right: 0; bottom: 0; font-size: 11px; color: #fff; }
.big-menu ul.socials li:last-child:after { content: none }
.big-menu ul.socials li a { font-size: 15px; font-style: italic; color: #fff; line-height: 1; }
.big-menu ul.menu { width: 30%; float: left; padding: 100px 0; text-align: left; }
.big-menu ul.menu li { display: block; text-align: left; padding-bottom: 10px; }
.big-menu ul.menu li a { font-size: 30px; color: #25b99b; letter-spacing: 0.25px; display: block; }
.big-menu ul.menu li.login-button { padding-top: 35px; }
.big-menu ul.menu li.login-button a { font-size: 13px; color: #fff; letter-spacing: 0; font-style: italic; }
.big-menu ul.menu li.login-button a i { font-size: 15px; color: #fff; font-style: normal; }
.big-menu a { transition: all 400ms ease-in-out; transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; opacity: 0; }
.big-menu.opened ul.menu li  a { transition-delay: 1.0s; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d; opacity: 1; }
.big-menu.opened .content { transition-delay: 1.0s; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d; opacity: 1; }
.big-menu.opened .content a { transition-delay: 1.5s; transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d; opacity: 1; }

.big-menu-last-quote { top: 25px !important; }
@media(max-width: 1199px) {
    .big-menu { width: 80%; right: -81%; }
}
@media(max-width: 767px) {
    .big-menu { width: 100%; right: -101%; top: 91px; }
    .big-menu.opened { right: 0; top: 91px; }
    header .navigation .login-button { display: none }
}
@media(max-width: 680px) {
    .big-menu { width: 100%; right: -101%; top: 75px; }
    .big-menu.opened { right: 0; top: 75px; }
}
@media(max-width:991px) {
    .big-menu-last-quote { top: 20px !important; }
    .big-menu .content a { font-size: 20px; display: block; line-height: 38px; }
    .big-menu .content .dot { display: none }
    .big-menu ul.socials li { margin-bottom: 10px; width: 100%; margin-right: 0; }
    .big-menu ul.socials li a { line-height: 1; }
    .big-menu ul.socials li:after { content: none; }
    .big-menu .content { padding: 60px; }
}
@media(max-width: 567px) {
    .big-menu ul.menu {
        width: 100%;
        float: none;
        padding: 100px 0;
        text-align: center;
        position: relative;
    }
    .big-menu ul.menu li { text-align: center; }
    .big-menu .content { display: none }
}
/*END BIG MENU*/

/*HOME SLIDER*/
#home-slider { height: 100vh; position: relative }
#home-slider .carousel-inner { overflow: hidden; position: relative; }
#home-slider .carousel-inner img { position: absolute; left: 50%; top: 50%; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%); z-index: 0; }
#home-slider .shadow-first { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
#home-slider .shadow-second { position: absolute; left: 0; top: 0; height: 100%; width: 100%;  background: url(../images/home/home-slider-03.png) no-repeat left top; z-index: 1; 
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;}
#home-slider .carousel-item { position: relative; }
#home-slider .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-slider .carousel-item .content { position: absolute; left: 55px; top: 50%; transform: translateY(-50%); width: 70%; z-index: 12; }
#home-slider .carousel-item .content .rectangle-text { position: relative; display: inline-block; width: 250px; height: 270px; text-align: center; z-index: 1; }
#home-slider .carousel-item .content .rectangle-text span { line-height: 1.2; display: inline-block; text-align: left; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 20px; color: #fff; font-weight: 600; z-index: 3; transition: all 1000ms ease-in-out;}
#home-slider .carousel-item .content .rectangle-text:after { content: ''; position: absolute; width: 338px; height: 338px; border-radius: 50%; background: #46af94; left: 25px; bottom: 25px; z-index: 1; -moz-animation: scale-animation 5s infinite;
  -webkit-animation: scale-animation 5s infinite;
  animation: scale-animation 5s infinite; }
#home-slider .carousel-item .content .rectangle-text:before { content: ''; position: absolute; width: 100%; height: 100%; 
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius:25px;
	border: 1px solid rgba(255,255,255,0.5); left: 0; top: 0; z-index: 2; transition: all 0.25s ease-in-out; }
#home-slider .carousel-item .content .rectangle-text:hover:before { transform: rotate(45deg) scale(0.7); background: #fff; color: #141b24 !important;}

#home-slider .carousel-item .content .rectangle-text:hover span {color: #39a887 !important; font-style: italic;transition: all 1000ms ease-in-out; }


#home-slider .carousel-item .content .text { position: absolute; left: 265px; top: -20px; width: 100%; z-index: 4; }
#home-slider .carousel-item .content .text h3 { font-size: 100px; letter-spacing: -2px; font-weight: 100; color: #fff; line-height: 1.1; margin-bottom: 25px;
    /* text-shadow: 0 0 80px rgba(255,255,255,.5);
    background: url(../images/general/animated_text_fill.jpg) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden; */
}
#home-slider .carousel-item .content .text h3 span { font-weight: 400; }
#home-slider .carousel-item .content .text p { font-size: 20px; font-weight: 200; color: #fff; line-height: 1.2; font-style: italic; margin: 0; padding: 0 0 0 5px; }
#home-slider .carousel-item .content .text hr { margin: 30px 60px; border-top: 1px solid rgba(255,255,255,0.3); width: 50%; }
#home-slider .down-arrow { position: absolute; right: 20px; bottom: 90px; transform: rotate(270deg); color: #fff; font-size: 15px; line-height: 20px; z-index: 1; cursor: pointer }
#home-slider .down-arrow i { font-size: 20px; line-height: 20px; padding-right: 10px; position: relative; top: 4px; cursor: pointer; }
#home-slider .carousel-arrows { position: absolute; left: 15px; bottom: 15px; background: #fff; padding: 30px 70px 30px 50px; z-index: 6; }
#home-slider .carousel-arrows .contact-me { background: #fff; height: 68px; padding-right: 150px; position: relative; display: inline-block; vertical-align: top; }
#home-slider .carousel-arrows .contact-me button { background: none; border: 0; font-size: 20px; color: #151b24; font-style: italic; line-height: 68px; display: block; }
#home-slider .carousel-arrows .contact-me button i { padding-right: 10px; line-height: 68px; position: relative; top: 2px; }
#home-slider .carousel-arrows .contact-me:after { content: ''; width: 1px; height: 80px; background: #151b24; transform: rotate(45deg); position: absolute; right: 30px; top: -5px; }
#home-slider .carousel-arrows .arrows { background: #fff; display: inline-block; position: relative; vertical-align: top; padding-left: 75px; }
#home-slider .carousel-arrows .arrows a { width: 60px; height: 68px; text-align: center; line-height: 68px; cursor: pointer; color: #151b24; font-size: 20px; display: inline-block; vertical-align: top; }
#home-slider .carousel-arrows .arrows a i { line-height: 68px; }
@media(max-width: 1199px) {
    #home-slider .carousel-item .content .text h3 { font-size: 70px; }
    #home-slider .carousel-item .content .text p { font-size: 18px; }
    #home-slider .carousel-item .content .rectangle-text { width: 210px; height: 230px; }
    #home-slider .carousel-item .content .rectangle-text:after { width: 258px; height: 258px; }
    #home-slider .carousel-item .content .text { left: 235px; }
    #home-slider .carousel-arrows { padding: 20px 50px 20px 35px; }
}
@media(max-width: 991px) {
    #home-slider .carousel-item .content { width: 100%; padding-right: 110px; }
    #home-slider .carousel-item .content .text { left: 235px; padding-right: 335px; top: 50%; transform: translateY(-50%) }
    #home-slider .carousel-arrows { padding: 20px; }
    #home-slider .carousel-arrows .contact-me { height: 48px; }
    #home-slider .carousel-arrows .contact-me button { font-size: 15px; line-height: 48px; }
    #home-slider .carousel-arrows .contact-me button i { line-height: 48px; }
    #home-slider .carousel-arrows .contact-me:after { height: 60px; top: -5px; }
    #home-slider .carousel-arrows .arrows a { width: 40px; height: 48px; line-height: 68px; }
    #home-slider .carousel-arrows .arrows a i { line-height: 48px; }
    #home-slider .carousel-item .content .text h3 { font-size: 50px; font-weight: 200; }
    #home-slider .carousel-item .content .text p.text3 { display: none }
    #home-slider .carousel-item .content .text hr { display: none }
}
@media(max-width: 680px) {
    #home-slider .carousel-arrows .contact-me { padding-right: 70px; }
    #home-slider .carousel-arrows .arrows { padding-left: 0; }
    #home-slider .carousel-item .content .rectangle-text { width: 160px; height: 180px; }
    #home-slider .carousel-item .content .rectangle-text:after { width: 178px; height: 178px; }
    #home-slider .carousel-item .content .rectangle-text span { font-size: 18px; }
    #home-slider .carousel-item .content .text { left: 185px; padding-right: 285px; }
}
@media(max-width: 576px) {
    #home-slider .carousel-item .content { left: 35px; }
    #home-slider .carousel-item .content .rectangle-text { width: 130px; height: 130px; }
    #home-slider .carousel-item .content .rectangle-text:after { width: 158px; height: 158px; }
    #home-slider .carousel-item .content .rectangle-text span { font-size: 17px; }
    #home-slider .carousel-item .content .text { left: 145px; padding-right: 225px; }
    #home-slider .carousel-item .content .text h3 { font-size: 40px; font-weight: 200; }
    #home-slider .carousel-item .content .text p { font-size: 17px; }
}
/*END HOME SLIDER*/

/*OUR ENGINEERING*/
.white-bg-section { position: absolute; left: 25%; top: 0; height: 100%; right: 0; background: #fff; }
.our-engineering { position: relative; }
.our-engineering .text { width: 55%; background: #2d343d; color: #feffff; z-index: 0; padding: 80px 120px 90px 70px; }
.our-engineering .img { width: 50%; position: absolute; right: 50px; bottom: 0; z-index: 1; }
.our-engineering .text h3 a { font-size: 18px; line-height: 1.2; margin-bottom: 40px; color: #fff; display: block; }
.our-engineering .text h3 a:hover { color: #25b99b; letter-spacing: 0.3px; }
.our-engineering .text p { font-size: 15px; line-height: 1.2; }
@media(max-width: 991px) {
    .our-engineering .text { width: 100%; background: #2d343d; color: #feffff; z-index: 0; padding: 40px 40px 40px 40px; }
    .our-engineering .img { width: 100%; position: relative; right: auto; bottom: auto; z-index: 1; }
}
/*OUR ENGINEERING*/

.services-item { position: relative; }
.services-item .icon { position: relative; }
.services-item .title { position: absolute; padding-right: 120px; bottom: 0; left: 0; }
.services-item .title span { font-size: 18px; margin-top: 30px; display: block; text-align: left; color: #fff; }
.services-item .title span.number { font-weight: 100; margin: 0; }
.absolute-services { position: absolute; bottom: 0; left: 30px; }

ul.list-tree { display: block; margin: 0; padding: 0; list-style: none; }
ul.list-tree li { position: relative; }
ul.list-tree li:before { content: '-'; font-size: 14px; padding-right: 5px; font-weight: 200; color: #fff; }
ul.list-tree.dark li:before { color: #151b24; }
ul.list-tree li a { font-size: 14px; line-height: 24px; color: #fff; font-weight: 200 }
ul.list-tree.dark li a { color: #151b24; }
ul.list-tree li ul { padding-left: 30px; list-style: none; }

.references { position: relative; text-align: center; }
.references .item { display: inline-block; vertical-align: middle; margin: 20px }

.big-quote { font-size: 100px; line-height: 20px; position: relative; top: 50px; display: inline-block }
.big-quote.left { padding-right: 150px; }
.big-quote.right { padding-left: 150px; }
@media(max-width: 991px) {
    .big-quote.left { padding-right: 90px; }
    .big-quote.right { padding-left: 90px; }
    .big-menu .big-quote { font-size: 80px; }
}
@media(max-width: 576px) {
    .big-quote.left { padding-right: 20px; }
    .big-quote.right { padding-left: 20px; }
}

/*FOOTER*/
footer { position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; z-index: 0; }
footer ul.socials { padding-left: 40px; margin: 0; list-style: none; background: #46af94; height: 100px }
footer ul.socials li { position: relative; display: inline-block; vertical-align: top; margin-right: 7px; padding-right: 10px; margin-top: 37px; }
footer ul.socials li:after { content: '.'; position: absolute; right: 0; bottom: 0; font-size: 11px; color: #fff; }
footer ul.socials li:last-child:after { content: none }
footer ul.socials li a { font-size: 15px; font-style: italic; color: #fff; transition: all 400ms ease-in-out; }
footer ul.socials li a:hover { color: #151b24; }
footer .form-wrapper { width: 100%; height: 100px; background: #ebedee; text-align: right; }
footer .form-wrapper .newsletter { display: inline-block; padding-top: 30px; padding-right: 30px }
footer .form-wrapper .newsletter span { letter-spacing: 0.25px; font-style: italic; display: inline-block; font-size: 17px; line-height: 20px; vertical-align: top; text-align: left; padding-right: 15px; }
footer .form-wrapper .newsletter input[type="text"] { padding: 0 10px; font-size: 13px; display: inline-block; height: 40px; width: 240px; border: 1px dashed #151b24; vertical-align: top; background: none;  }
footer .form-wrapper .newsletter button {vertical-align: top; font-size: 14px; font-weight: 600; color: #fff; font-style: italic; line-height: 30px; margin-top: 5px; padding: 0 10px; background: #151b24; border: 0; }
footer .footer { display: block; font-size: 0; position: relative }
footer .products { display: inline-block; vertical-align: top; width: 18%; padding-top: 40px; font-size: 15px; }
footer ul.footermenu { display: inline-block; vertical-align: top; width: 30%; margin: 0; padding: 0; }
footer ul.footermenu li { display: block; padding: 0; margin: 0 0 15px 0; text-align: center; position: relative; }
footer ul.footermenu li a { width: 100px; padding-left: 10px; margin: 0 auto; display: inline-block; text-align: left; }
footer ul.footermenu li a span { display: inline-block; font-size: 20px; line-height: 25px; color: #46af94; 
    transition: all 600ms cubic-bezier(1,.11,0,.96); cursor: pointer; user-select: none; z-index: 1; position: relative; overflow: hidden; }
footer ul.footermenu li a span:before {
    content: '';
    position: absolute;	
    transition: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #46af94;
    transition-delay: 0s;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
footer ul.footermenu li a span:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

footer ul.footermenu li.afterborder a:after { content: ''; position: absolute; left: 50%; right: 0; height: 1px; background: #46af94; bottom: 45%; margin-left: 50px; }
footer ul.footermenu li.beforeborder a:after { content: ''; position: absolute; right: 50%; left: 0; height: 1px; background: #46af94; bottom: 45%; margin-right: 50px; }
footer .sitemap { width: 26%; display: inline-block; vertical-align: top; font-size: 15px; padding-left: 25px; }
footer .sitemap p a { font-size: 16px; line-height: 20px; color: #151b24; transition: all 400ms ease-in-out; }
footer .sitemap ul { display: block; margin: 0; padding: 0; list-style: none; }
footer .sitemap ul li { position: relative; }
footer .sitemap ul li:before { content: '-'; font-size: 14px; padding-right: 5px; font-weight: 200 }
footer .sitemap ul li a { font-size: 14px; line-height: 24px; color: #151b24; font-weight: 200; transition: all 400ms ease-in-out; }
footer .sitemap ul li a:hover, footer .sitemap a:hover { color: #46af94; }
footer .sitemap ul li ul { padding-left: 30px }
footer .sitemaptitle { position: absolute; left: 0; bottom: 10px; font-size: 93px; font-weight: 100; color: #151b24; opacity: 0.09 }
@media(max-width: 991px) {
    footer .form-wrapper .newsletter span { font-size: 14px; }
    footer .form-wrapper .newsletter input[type="text"] { width: 200px; padding-right: 58px; }
    footer .form-wrapper .newsletter button { position: absolute; right: 35px; }
    footer .sitemaptitle { font-size: 63px; }
    
}
@media(max-width: 767px) {
    footer .form-wrapper .newsletter button { position: relative; right: auto; }
    footer .form-wrapper { text-align: center; }
    footer .form-wrapper .newsletter { padding-right: 0; }
    footer ul.socials { padding-left: 0; text-align: center; }
    footer .form-wrapper .newsletter input[type="text"] { padding-right: 10px; }
}
@media(max-width: 576px) {
    footer .form-wrapper .newsletter input[type="text"] { width: 200px }
}
footer .fbox { margin-bottom: 30px; }
footer .fbox .sitemap { width: 50%; padding-left: 0; }
footer .fbox .products { padding-top: 0; }
footer .fbox .products, footer .fbox ul.footermenu { width: 100%; }
footer .fbox h3 a { width: auto; padding-left: 0; margin: 0 auto; display: inline-block; font-size: 20px; color: #46af94; text-align: left; }
@media(max-width: 1400px) {
    footer { position: relative; left: auto; bottom: auto; width: 100%; background: #fff; z-index: 0; }
}
.copyright-link a { color: #141b24; transition: all 0.25s ease-in-out }
.copyright-link a:hover { letter-spacing: 1px !important; }
/*END FOOTER*/

/*BREADCRUMB*/
.page-breadcrumb { position: relative; height: 400px; }
.page-breadcrumb .content { width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: 1; background: rgba(0, 0, 0, 0.70); }
.page-breadcrumb .content h1 { display: inline-block; font-weight: 100; font-size: 70px; color: #fff; font-style: italic; margin-top: 80px; }
.page-breadcrumb .content ul { display: block; padding: 0; margin: 0; list-style: none; text-align: center; font-size: 0; }
.page-breadcrumb .content ul li { display: inline-block; vertical-align: top; padding: 0 20px; position: relative; }
.page-breadcrumb .content ul li a { display: block; font-size: 16px; color: #fff; font-style: italic; font-weight: 200; }
.page-breadcrumb .content ul li:after { content: '>'; position: absolute; right: -3px; top: 0; font-size: 16px; color: #fff; font-style: italic; font-weight: 200; }
.page-breadcrumb .content ul li:last-child:after { content: none }
@media(max-width: 991px) {
    .page-breadcrumb .content h1 { font-size: 60px; margin-top: 100px; }
}
@media(max-width: 576px) {
    .page-breadcrumb .content h1 { font-size: 50px; margin-top: 130px; }
}
/*END BREADCRUMB*/

/*PROJECT ITEM*/
.project-item { background: #fff; height: 100%; padding: 12px; }
.project-item:hover { box-shadow: 0 0 30px -12px rgba(0, 0, 0, 0.3); }
.project-item figure { margin-bottom: 25px; }
.project-item h3 { padding: 0 25px; color: #151b24; font-size: 25px; }
.project-item p { padding: 0 25px; color: #151b24; font-size: 15px; font-weight: 200; }
.project-slogan { height: 100%; padding: 0 37px; }
.project-slogan i { font-size: 87px; color: #151b24; padding-bottom: 24px; }
.project-slogan p { font-size: 25px; color: #151b24; line-height: 48px; margin-bottom: 50px; }
.project-slogan h3 { font-size: 20px; font-style: italic; color: #151b24; margin-bottom: 0; }
@media(max-width: 991px) {
    .project-slogan i { font-size: 67px; }
    .project-slogan p { font-size: 18px; line-height: 38px; margin-bottom: 35px; }
    .project-slogan h3 { font-size: 15px; }
}
/*END PROJECT ITEM*/

/*PROJECT DETAIL*/
.project-detail h2 { font-size: 40px; color: #151b24; text-align: center; font-weight: 200; margin: 0 30px 0; }
.project-detail h3 { font-size: 18px; font-style: italic; color: #151b24; text-align: center; font-weight: 400; line-height: 24px; }
.project-detail p { font-size: 15px; color: #151b24; text-align: center; font-weight: 200; line-height: 24px; }
.project-detail ul { width: 100%; margin: 0; padding: 0; list-style: none; font-size: 0; text-align: center; }
.project-detail ul li { position: relative; display: inline-block; padding: 0 15px; text-align: center; }
.project-detail ul li a { font-size: 15px; color: #151b24; font-weight: 200; line-height: 24px; }
.project-detail ul li:after { content:'.'; position: absolute; right: 0; top: 0; font-size: 15px; color: #151b24; text-align: center; font-weight: 200; line-height: 24px; }
.project-detail ul li:last-child:after { content: none }
.video-overview { width: 100%; position: relative; text-align: center; margin-bottom: 22px; }
.video-overview .top, .video-overview .bottom { text-align: center; }
.video-overview .overview { width: 100%; position: relative; text-align: center; background: #151b24; height: 480px; }
/*END PROJECT DETAIL*/

/*PRODUCT ITEM*/
.product-item { position: relative; margin: 40px 0 60px 0; }
.product-item:after { content: ''; width: 70%; height: 1px; background: #ebedee; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.product-item .product-circle { width: 340px; height: 340px; position: absolute; left: 15px; top: -170px; z-index: 1; text-align: center; }
.product-item.right .product-circle { width: 340px; height: 340px; position: absolute; left: auto; right: 15px; top: -170px; z-index: 1; text-align: center; }
.product-item.right .product-circle:after, .product-item .product-circle:after { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; background: #46af94; left: 0; top: 0; z-index: 1; -moz-animation: scale-animation 5s infinite;
    -webkit-animation: scale-animation 5s infinite;
    animation: scale-animation 5s infinite; z-index: 0; }
.product-item .product-circle h2 { text-align: center; margin: 0; color: #fff; font-size: 30px; font-style: italic; position: relative; z-index: 2; }
.product-item .product-circle p { text-align: center; margin: 0; color: #fff; font-size: 17px; font-weight: 200; font-style: italic; position: relative; z-index: 2; }
.product-item .product-content { padding: 15px 0 50px 365px; }
.product-item.right .product-content { padding: 15px 365px 50px 0; }
.product-item .product-content p { font-size: 15px; font-style: italic; }
.product-item .product-content .attributes p { font-size: 15px; font-weight: 200; font-style: normal; }
.product-item .product-content .attributes h3 { font-size: 30px; font-weight: 400; font-style: normal; }
.other-products { position: relative; }
.other-products .other-product-item { position: relative; height: 100%; background: #151b24; padding: 70px 44px 30px; text-align: center; overflow: hidden; }
.other-products .other-product-item h3 { text-align: center; font-size: 25px; color: #fff; font-style: italic; font-weight: 400; }
.other-products .other-product-item span { display: block; background: #46af94; text-align: center; font-size: 14px; color: #fff; font-style: italic; font-weight: 400; line-height: 32px; }
.other-products .other-product-item p { height: 250px; width: 250px; position: relative; transform: rotate(270deg) translateY(25%); color: #fff; font-size: 20px; }
@media(max-width: 991px) {
    .product-item .product-circle { width: 210px; height: 210px; top: -105px; }
    .product-item.right .product-circle { width: 210px; height: 210px; top: -105px; }
    .product-item .product-content { padding: 15px 0 50px 225px; }
    .product-item.right .product-content { padding: 15px 225px 50px 0; }
    .other-products .other-product-item p { transform: rotate(270deg) translateY(20%); }
}
@media(max-width: 767px) {
    .product-item { margin: 40px 0 30px 0; }
    .product-item .product-circle { width: 210px; height: 210px; left: 50%; top: -105px; transform: translateX(-50%) }
    .product-item.right .product-circle { width: 210px; height: 210px; left: 50%; right: auto; top: -105px; transform: translateX(-50%) }
    .product-item .product-content { padding: 115px 0 50px 0; }
    .product-item.right .product-content { padding: 115px 0 50px 0; }
    .other-products .other-product-item p { transform: none; width: 100%; height: auto; text-align: center; padding: 20px 0 }
}
/*END PRODUCT ITEM*/

/*CONTACT*/
.contact { position: relative; padding: 15px; }
.contact .container-fluid { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select { width: 100%; height: 38px; line-height: 20px; padding: 9px 0; border: 0; border-bottom: 1px solid #46af94; color: #151b24; font-size: 15px; }
.contact-form label { font-size: 17px; font-style: italic; }
.contact-form .fb-text label { display: none; }
.contact-form .formbuilder-text label { display: none; }
.contact-form .fb-text { margin-bottom: 20px !important; }
.contact-form .formbuilder-text { margin-bottom: 20px !important; }
.contact-form .fb-select { margin-bottom: 20px !important; padding-top: 10px; }
.contact-form .formbuilder-select { margin-bottom: 20px !important; padding-top: 10px; }
.contact-form .fb-textarea { margin-bottom: 20px !important; padding-top: 10px; }
.contact-form .formbuilder-textarea { margin-bottom: 20px !important; padding-top: 10px; }
.contact-form label span { font-size: 14px; font-weight: 200; }
.contact-form textarea { width: 100%; height: auto; line-height: 20px; padding: 9px; border: 1px solid #46af94; color: #151b24; font-size: 15px; }
.contact-form button { font-size: 14px; font-weight: 600; color: #fff; font-style: italic; line-height: 30px; padding: 0 60px; background: #151b24; border: 0; }
/*END CONTACT*/

/*BLOG*/
.search-in-blog { position: relative; width: 70% }
.search-in-blog input[type="text"] { background: none; width: 100%; height: 38px; line-height: 20px; padding: 9px 0; border: 0; border-bottom: 1px solid #46af94; color: #151b24; font-size: 15px; }
.search-in-blog button { background: none; position: absolute; right: 3px; top: 10px; text-align: center; line-height: 38px; border: 0; padding: 0; margin: 0; color: #46af94; }
aside .search-in-blog { width: 100% }
/*END BLOG*/

/*BORDERBOX*/
.borderbox { height: 2px; position: absolute; left: 15px; right: 15px; top: 50%; margin-top: -8.5px; background: #d9e0e8; }
@media(max-width: 991px) {
    .borderbox { display: none; }
}
div.box { border-radius: 50%; background: #fff; border: 1px solid #d9e0e8; text-align: center; width: 100%; position: relative; z-index: 2;
transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
div.box .inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
div.box .inner i { font-size: 32px; color: #405d7b; }
div.box .inner span { display: block; color: #405d7b; font-size: 15px; font-weight: 600; padding-top: 10px; }
div.box:hover { background: #25b99b; border: 1px solid #25b99b; transform: scale(1.2); }
div.box:hover i, div.box:hover span { color: #fff; }
@media(max-width: 991px) {
    div.box:hover { transform: scale(1.1); }
}

/*DOCUMENTS AND TAGS*/
.documents { position: relative; margin-left: -15px; font-size: 0; padding: 20px 0 30px 0; }
.documents .item { transition: all 0.25s; position: relative; width: 24%; margin: 1% 0 0 1%; display: inline-block; vertical-align: top; border: 1px solid #ebedee; border-radius: 20px; }
.blog-files .documents .item { background: #fff; border: 1px solid #fff; width: 32.333%; }
.documents .item img { padding: 20px 0 20px 25px; }
.documents .item span { transition: all 0.25s; display: block; position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); padding: 20px 25px 20px 80px; font-size: 14px; color: #585858; font-style: italic; line-height: 1.2; }
.documents .item:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); background: #f4f4f5; }
.documents .item:hover span { color: #151b24; }
.col-6 .documents .item,
.col-sm-6 .documents .item,
.col-md-6 .documents .item { width: 99%; }
.col-lg-6 .documents .item,
.col-xl-6 .documents .item { width: 49%; }
@media(max-width: 1199px) {
    .col-xl-6 .documents .item { width: 32.33%; }
}
@media(max-width: 991px) {
    .documents .item { width: 32.33%; }
    .blog-files .documents .item { width: 49%; }
    .col-6 .documents .item,
    .col-sm-6 .documents .item,
    .col-md-6 .documents .item { width: 99%; }
}
@media(max-width: 767px) {
    .blog-files .documents .item { width: 99%; }
    .col-xl-6 .documents .item { width: 49%; }
    .col-6 .documents .item,
    .col-sm-6 .documents .item,
    .col-md-6 .documents .item { width: 99%; }
}

.tags { border-top: 1px solid #ebedee; font-size: 0; padding-top: 15px; }
.tags a { transition: all 0.25s; display: inline-block; background: #ebedee; font-size: 14px; font-style: italic; color: #585858; line-height: 32px; border-radius: 17.5px; margin-right: 6px; margin-bottom: 6px; vertical-align: top; padding: 0 20px; }
.tags a:hover { background: #585858; color: #ebedee; }

.blog-tags { border-top: 1px solid #fff; border-bottom: 1px solid #fff; font-size: 0; padding: 15px 0; }
.blog-tags ul { display: block; margin: 0; padding: 0; list-style: none; font-size: 0 }
.blog-tags ul li { display: inline-block; margin-right: 6px; margin-bottom: 6px; vertical-align: top; }
.blog-tags ul li a { transition: all 0.25s; display: block; background: #ebedee; font-size: 14px; font-style: italic; color: #585858; line-height: 32px; border-radius: 17.5px; padding: 0 20px; }
.blog-tags ul li a:hover { background: #585858; color: #ebedee; }
/*END DOCUMENTS AND TAGS*/

.newsbox .image { position: relative; }
.newsbox .image .date, .blog-page .blog-title .date { position: absolute; left: 0; top: 20px; width: 125px; height: auto; padding: 18px 0; background: #25b99b; z-index: 1; }
.newsbox .image .date span, .blog-page .blog-title .date span { display: block; color: #fff; line-height: 1; text-align: center; font-size: 15px; font-weight: 200; }
.newsbox .image .date span:first-child, .blog-page .blog-title .date span:first-child { font-size: 40px; line-height: 0.8 }
.newsbox .summary { margin-bottom: 1rem; }
.newsbox .summary p { margin-bottom: 0; }
.newsbox h3 a { color: #141b24; }

.blog-page article { border-right: 1px solid #fff; padding-right: 70px; }
.blog-page .blog-title { min-height: 100px; position: relative; }
.blog-page .blog-title .date { left: auto; right: 0; top: 0; }
.blog-page .blog-title h3 { padding-right: 140px; }
.blog-page .blog-content { padding: 15px 0 }
.blog-page .blog-content p { line-height: 26px; font-size: 15px; color: #585858 }
@media(max-width: 767px) {
    .blog-page article { border-right: 0; padding-right: 0; }
    .blog-page .blog-title h3 { padding-right: 110px; font-size: 23px; }
    .blog-page .blog-title .date { width: 95px; }
}
@media(max-width: 991px) {
    .blog-page article { padding-right: 25px; }
    .blog-page .blog-title h3 { font-size: 25px !important; }
}

.page-close-animation, .page-open-animation { position: fixed; left: 0; width: 100%; height: 100%; z-index: 99999; background: #151b24; transition: all 600ms cubic-bezier(1,.11,0,.96); }
.page-close-animation { top: 101%; }
.page-open-animation { top: 0; }
.page-open-animation.activeted { top: -101%; }
.page-close-animation.activeted { top: 0; }

.cursor {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(37, 185, 155, 0.3);
    border-radius: 50%;
    position: absolute;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    pointer-events: none;
    user-select: none;
    z-index: 99999999;
    top: 0;
    left: 0;
    transform: translateX(2px) translateY(2px);
    background-color: rgba(255, 255, 255, 0.3);
}
.cursor.active {
    opacity: 0.7;
    transform: translateX(2px) translateY(2px) scale(2.3);
    border: 0
}
@keyframes cursorAnim3 {
    0% {
        transform: translateX(2px) translateY(2px) scale(1);
    }
    50% {
        transform: translateX(2px) translateY(2px) scale(1.4);
    }
    100% {
        transform: translateX(2px) translateY(2px) scale(1);
        opacity: 0;
    }
}
.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid #25b99b;
}

/*SERVICES BG*/
#services { position: relative; overflow: hidden; }
.services-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff;
    animation: servicesBgAnim .5s forwards;
    animation-delay: 2.5s;
    transition: all 0.25s ease-out; }
#services h3, #services p, #services a, #services span, .services-item .title span { transition: all 0.25s ease-out; 
    animation: servicesBgAnimText .5s forwards;
    animation-delay: 2.5s; }
@keyframes servicesBgAnim { 0% { top: 0;  } 100% { top: -100%;  } }
@keyframes servicesBgAnimText { 0% { color: #151b24;  } 100% { color: #fff; } }
@-webkit-keyframes servicesBgAnim { 0% { top: 0;  } 100% { top: -100%;  } }
@-webkit-keyframes servicesBgAnimText { 0% { color: #151b24;  } 100% { color: #fff; } }
@-moz-keyframes servicesBgAnim { 0% { top: 0;  } 100% { top: -100%;  } }
@-moz-keyframes servicesBgAnimText { 0% { color: #151b24;  } 100% { color: #fff; } }
@-o-keyframes servicesBgAnim { 0% { top: 0;  } 100% { top: -100%;  } }
@-o-keyframes servicesBgAnimText { 0% { color: #151b24;  } 100% { color: #fff; } }

/*BLOG ASIDE*/
.blog-page-back { transition: all 0.25s ease-in-out; display: block; font-size: 15px; font-weight: 200; padding-bottom: 15px; line-height: 35px; border-bottom: 1px solid #fff; font-style: italic; color: #151b24 }
.blog-page-back:hover { letter-spacing: 0.2px; color: #25b99b; }

.blog-contact-form { transition: all 0.25s ease-in-out; background: #e5e0da; text-align: center; padding: 20px 0; cursor: pointer; }
.blog-contact-form i { font-size: 150px; color: #fff; line-height: 1; display: block; }
.blog-contact-form span { transition: all 0.25s ease-in-out; font-size: 14px; color: #404347; line-height: 30px; display: block; }
.blog-contact-form .link { transition: all 0.25s ease-in-out; font-size: 14px; color: #46af94; line-height: 30px; display: block; font-style: italic; margin: 0; text-align: center }
.blog-contact-form .link i { transition: all 0.25s ease-in-out; font-size: 18px; color: #46af94; line-height: 30px; display: inline-block; font-style: normal; padding-right: 2px; top: 1px; }
.blog-contact-form:hover { background: #151b24; }
.blog-contact-form:hover span, .blog-contact-form:hover a, .blog-contact-form:hover a i { color: #fff; transition-delay: 0.25s; }

.blog-newsletter form span { font-size: 17px; font-weight: 400; color: #151b24; display: block; font-style: italic; line-height: 1.1; padding-bottom: 7px; }
.blog-newsletter form p { font-size: 12.5px; font-weight: 400; color: #585858; display: block; line-height: 21px; }
.blog-newsletter form input[type="text"], .blog-newsletter form input[type="email"] { width: 100%; padding: 0 10px; font-size: 14px; display: inline-block; height: 40px; display: block; margin-bottom: 10px; border: 1px dashed #151b24; vertical-align: top; background: none;  }

.related-services { background: #151b24; padding: 24px 50px; }
.related-services h3 { color: #fff; font-size: 18px; line-height: 20px; display: block; }
.related-services .list a { color: #25b99b; font-size: 15px; line-height: 20px; display: inline-block; position: relative; }
.related-services .list a:after { content: ','; }
.related-services .list a:last-child:after { content: none; }

#home-slider { overflow: hidden; }
.contact-me-form {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
    z-index: 0;
    padding: 30px 70px 30px 50px;
    width: 100%;
    opacity: 0;
    transition-timing-function: ease-out;
	transition-duration: 0.25s;
	transition-property: transform, opacity;
	transition-delay: 0.25s, 0s;
}
.contact-me-form.active {
    transform: translateY(-90px);
    opacity: 1;
    transition-timing-function: ease-out;
	transition-duration: 0.25s;
	transition-property: transform, opacity;
	transition-delay: 0s, 0.25s;
}
@media(max-width: 1199px) {
    .contact-me-form.active {
        transform: translateY(-75px);
        opacity: 1;
    }
}
@media(max-width: 991px) {
    .contact-me-form.active {
        transform: translateY(-45px);
        opacity: 1;
        padding: 40px 20px 20px 20px;
    }
}
.contact-me-form .contact-me-close { position: absolute; right: 30px; top: 30px; font-size: 15px; color: #25b99b; z-index: 99; cursor: pointer }

.swal-modal { border-radius: 0 !important; }
.swal-button { border-radius: 0; background-color: #141b24; font-style: italic; }
.swal-button:not([disabled]):hover { background-color: #25b99b; }
.swal-button:focus { outline: none; box-shadow: none; }
.swal-button:active { background-color: #25b99b; }

.modal-header, .modal-body { padding: 2rem }
.cc-animate.cc-revoke.cc-bottom { display: none !important; }

.form-group-box { background: #151b24; }
.form-group-box label { font-size: 14px !important; color: #fff }

.fb-checkbox-group label[for="newsletter"], 
.formbuilder-checkbox-group label[for="newsletter"],
.fb-checkbox-group label[for="uyelik-sozlesmesi"] { display: none; }
.formbuilder-checkbox-group label[for="uyelik-sozlesmesi"] { display: none; }
.fb-checkbox-group label { font-size: 14px; }
.formbuilder-checkbox-group label { font-size: 14px; }

.newsletter-link { padding-right: 40px; padding-top: 37px; color: #141b24; display: inline-block; transition: all 0.25s ease-in-out; text-align : right; line-height: 25px; }
.newsletter-link i { padding-right: 8px; line-height: 25px; font-size: 21px; display: inline-block; vertical-align: top; color: #46af94; }
.newsletter-link:hover { color: #25b99b; letter-spacing: 0.2px; }

.popup-newsletter-box { padding: 40px 60px; border-top: 1px solid #ebebeb; }
.newsletter-update-link { display: inline-block; padding: 10px 20px; color: #151b24; transition: all 0.25s ease-in-out; background: #F0EBE6; }
.newsletter-update-link:hover { color: #25b99b; letter-spacing: 0.2px; }

.kvkk-item { background: #fff; text-align: center; padding: 40px 0; border-bottom: 1px solid #ebebee; }
.kvkk-item h3 { margin: 0; color: #2d343d; font-size: 16px; }
.kvkk-item i { color: #2d343d; font-size: 37px; display: inline-block; margin-bottom: 20px; }

.pretty .state { display: inline-block; vertical-align: top; }
.pretty a[data-toggle="modal"] { display: inline-block; vertical-align: top; padding-left: 10px; color: #25b99b; font-size: 17px; line-height: 17px; position: relative; z-index: 100; }
.agreement-modal section { padding: 0 !important; }

/*BLOG - NEWS*/
.en-iyi-pazarlama-black { background: #151B24; }
.bold { font-weight: bold; }
.justy-content-center { justify-content: center; }
.amazon-blue { color: #35526F; }
.turkuaz-color { color: #25b99b; }
.turkuaz-bg { background: #25b99b; }
.text-black-color { color: #585858; }
.white { color: #fff; }
.explain-area { position: relative; }
.explain-area:after { content: " "; position: absolute; left: 0; top: 0; background: url(../images/blog/left-nail.png); width: 110px; height: 70px; }
@media screen and (max-width: 991px) {  
    .explain-area:after { top: -20px; }
}
.explain-area::before { content: " "; position: absolute; right: 0; bottom: 0; background: url(../images/blog/right-nail.png); width: 110px; height: 90px; }
.marketing-four { position: relative; }
.marketing-four:after { content: " "; position: absolute; left: 0; top: 10px; width: 92px; height: 10px; background: #000; }
.marketing-four:before { content: " "; position: absolute; right: 0; top: 10px; width: 92px; height: 10px; background: #000; }
@media (min-width: 991px) and (max-width: 1199px) {
    .marketing-four:after { top: -10px; }
    .marketing-four:before {  top: -10px; }
}
.marketing-four .marketing-content { padding: 0 10px; }
@media screen and (min-width: 991px) {
    .d-flex-lg { display: flex; }
}
.second-gray { color: #707070; }
.firt-gray { color: #585858; }
.bg-one-black { background: #141920; }
.turkuaz-list { padding-top: 50px; padding-bottom: 30px; width: 100%; margin: auto; text-align: center }
@media screen and (min-width: 991px) {
    .turkuaz-list { width: 450px; }
}
.turkuaz-list ul { list-style-type: none; padding-left: 140px; line-height: 25px; }
@media screen and (max-width: 991px) {
    .turkuaz-list ul { padding-left:10px; }
}
.text-button { position: absolute; left: 50%; top: -50%; transform: translateX(-50%); } 
.text-button p { margin-bottom: 5px; color: #fff !important }
.text-button p.first { line-height: 25px; font-size: 22px }
.text-button p.second { line-height: 25px; font-size: 15px }
@media screen and (max-width: 991px) {
    .text-button { top: 0; }
    .text-button p.first { font-size: 14px !important; line-height: 14px; }
    .text-button p.second { font-size: 13px !important; line-height: 14px; }
}
.orange-amazon { background: #FFBB5D; }
/*END BLOG - NEWS*/

.absolute-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
}
.absolute-header button{
    font-size: 40px;
    margin: 0 0 0 auto !important;
    color: white;
    font-weight: 200;
}
.absolute-header button:hover{
    color: white;
}



.slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.slick-dots li{
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #151b24;
    list-style: none;
}
.slick-dots li button{
    display: none;
}
.slick-dots li.slick-active{
    background-color: #46af94;
}

.dark-blue-bg .slick-dots li{
    background-color: #46af94;
}
.dark-blue-bg .slick-dots li.slick-active{
    background-color: #fff;
}


.projx-blue-timer-title
{
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    font-size: 30px !important;
}
.projx-blue-timer-wrapper 
{
    background: #151b24 !important;
}
.projx-blue-timer-wrapper p 
{
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    padding: 15px !important;
    font-size: 35px !important;
    color: white !important;
    text-align: center !important;
}
@media(max-width: 767px) {
    .projx-blue-timer-title {
        margin-top: 30px !important;
        font-size: 25px !important;
    }
    .projx-blue-timer-wrapper p {
        font-size: 25px !important;
        padding: 15px !important;
        margin-bottom: 30px !important;
    }
}