/* general css */
 /***** Top *****/
ul.social-icons li.social-icon-pinterest,
ul.social-icons li.social-icon-linkedin,
ul.social-icons li.social-icon-instagram,
ul.social-icons li.social-icon-dribbble,
ul.social-icons li.social-icon-behance,
ul.social-icons li.social-icon-flickr,
ul.social-icons li.social-icon-vk,
ul.social-icons li.social-icon-skype,
ul.social-icons li.social-icon-whatsapp {
    display:none!important;
}
#sp-section-1 {
    padding: 10px;
    background-color: #161a33;
}
#sp-section-1 .value-text {
    color: #fff;
}
#sp-top1 ul li a,
#sp-top2 ul li a {
    color: #fff!important;
}
#sp-top1 ul.social-icons {
    float: right;
}
#sp-top-2 {
    text-align: center;
}
#sp-top2 ul li.sp-contact-email {
    display:none!important;
}
#sp-top2 ul li a:hover,
#sp-top-2 .value-text a:hover {
    color:#fff;
}

body {
    background: #fff!important;
    color: #7e8597;
    font-size: 15px;
    line-height: 1.9em;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}

/* Sticky menu */
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}
#sp-section-2 {
    left: 0;
    z-index: 999999999;
    position: relative;
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
}
.is-sticky.header-area {
    position: fixed!important;
}

/*** Logo ***/
.header-area .logo {
	  padding: 14px 0;
}
#sp-section-2 .logo {
    height: 73px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	  border-color: currentColor;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	   border-top: 1px solid #E8EEF3;	
}

/**** Button ****/
.tp-caption a.btn-slider {
     display: inline-block;
     padding:10px 50px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.sppb-btn-custom:focus,
.sppb-btn-custom:active,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider {
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
}

 /**** Title ****/
.at-title h6 {
    font-size: 14px;
    line-height: 24px;
    color: #f97534;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.at-title h3 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}
.at-title h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 20px;
    width: 50px;
    height: 1px;
    background-color: #f97534;
}
.at-title h3:after {
    position: absolute;
    content: '';
    right: -61px;
    top: 25px;
    width: 50px;
    height: 1px;
    background-color: #f97534;
}
.at-title p {
   line-height: 12px;
}

/*** Slider ***/
#at-slider .tp-simpleresponsive .caption, 
#at-slider .tp-simpleresponsive .tp-caption {
    color: #fff;
    font-size: 18px;
}
#at-slider .tp-caption.medium_light_white a:hover {
    background: #222!important;
}
#at-slider .tp-caption.large_bold_black, 
#at-slider .large_bold_black { 
    font-size: 80px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 800;
    opacity: 0;
    padding-bottom: 40px;
    margin-bottom: 35px;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.tp-caption.large_bold_black:before {
    position: absolute;
    content: '';
    left: 4px;
    bottom: 0px;
    width: 70px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #f97534;
}
.at-slider-color span {
	  color: #fff;
}
.at-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tp-caption.medium_light_white a,
.medium_light_white a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 12px 42px;
    z-index: 999;
    font-weight: 700;
    overflow:hidden;
    border-radius: 50px;
    letter-spacing:1px;
    background-color: #f97534;
    text-transform: capitalize;
}
.btn-style-two:before{
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.btn-style-two i {
    position:relative;
    margin-left:5px;
}
.btn-style-two i {
    position:relative;
    font-style:normal;
}
.btn-style-two:hover{
    position:relative;
    color:#ffffff;
}
.btn-style-two:hover::before{
    opacity: 1;
    color:#ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #161a33;
}

 a.sppb-btn-custom {
    padding: 0px;
    font-weight: 700;
    margin-left: 80px;
    cursor: pointer;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
 a.sppb-btn-custom i {
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
 a.sppb-btn-custom:hover i {
    float: left;
    padding-top: 2px;
    margin-right: 5px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}


/*** Featurre ***/
.at-feature {
    position: relative;
    padding: 45px 0px 15px;
    border-bottom: 4px solid #161a33;
}
.at-feature-item {
    cursor: pointer;
}
.at-feature-item .sppb-img-container {
    float: left;
}
.at-feature-item h4 {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}

/*** About ***/
.at-about-item h2 {
    position: relative;
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
}
.at-about-item p {
    color: #7e8597;
    font-size: 15px;
    line-height: 1.9em;
    margin-top: 35px;
    margin-bottom: 35px;
}
.at-about-item h2 span:before {
    position: absolute;
    content: '';
    left: -14px;
    top: 12px;
    border-top: 10px solid transparent;
    border-right: 15px solid #f97534;
    border-bottom: 10px solid transparent;
}
.at-about-item h2 span {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0px 15px;
    line-height: 1.9em;
    margin-left: 20px;
    display: inline-block;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
}
.at-about-sub-right {
    position: relative;
}
.at-about-sub-right strong {
    display: none;
}
.at-video {
    width: 150px;
    height: auto;
}
.at-about-content {
    position: absolute;
    bottom: 100px;
    margin-left: 178px;
}
.at-about-content h5 {
    color: #222222;
    font-weight: 700;
}
.at-about-more-sub {
    position: relative;
    margin-top: 30px;
}
.at-more-about {
    float: right;
}
.at-more-about:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 23px;
    height: 1px;
    width: 66%;
    background-color: #e2e8f0;
}
.at-more-about a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.at-more-about a i {
    margin-left: 6px;
}
.at-about .at-about-item ul li{
  list-style: none;
}
/**** 1****/
.pattern-layouts {
    position: absolute;
    left: -60px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.pattern-layouts .pattern-1 {
    position: absolute;
    content: '';
    left: -70px;
    top: -125px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-1.png) no-repeat;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}
.pattern-layouts .pattern-1{
    animation-name: rotateme; 
    animation-duration: 24s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: rotateme; 
    -webkit-animation-duration: 24s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: rotateme; 
    -moz-animation-duration: 24s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: rotateme; 
    -ms-animation-duration: 24s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: rotateme; 
    -o-animation-duration: 24s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/**** 3 ****/
 .pattern-layouts .pattern-3 {
    position: absolute;
    content: '';
    left: 0px;
    top: 100px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-3.png) no-repeat;
}
.pattern-layouts .pattern-3 {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/**** 2 *****/
.pattern-layouts .pattern-2 {
    position: absolute;
    content: '';
    right: -120px;
    top: 45px;
    width: 558px;
    height: 558px;
    display: inline-block;
    background: url(../images/pattern-2.png) no-repeat;
}
 .pattern-layouts .pattern-2 {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


/*****Industrie ******/
.at-industrie-item {
    left: 0px;
    top: 0px;
    padding: 30px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    background-color: #232a46;
}
.at-industrie-sub {
  position: relative;
  display: block;
}
.at-industrie-sub  p {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    background-color: #232a46;
}
.at-industrie-sub:hover p {
    color: #ffffff;
    opacity: 1;
    display: block;
    position: absolute;
    left: 0px;
    top: 72px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 25px;
}
.at-industrie-item h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.at-industrie-bottom {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 2px solid #232a46;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.at-industrie-sub a.sppb-btn-custom:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    display: block;
    z-index: -1;
    background-color: #f97534;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.at-industrie-sub:hover a.sppb-btn-custom:before {
  height:100%;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.at-industrie-sub a.sppb-btn-custom {
    padding: 18px 0px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/**** buttton industrie ****/
#at-industrie a.sppb-btn-custom {
    margin-left: 0px;
}
#at-industrie a.sppb-btn-custom:hover {
   color:#fff!important;
}
.at-button-industrie a.sppb-btn-custom {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 12px 50px;
    font-weight: 700;
    overflow:hidden;
    border-radius: 50px;
    letter-spacing:1px;
    background:none;
    text-transform: capitalize;
    border:2px solid rgba(255,255,255,0.10);
    font-family: 'Playfair Display', serif;
}
.at-button-industrie a.sppb-btn-custom:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.at-button-industrie a.sppb-btn-custom i {
    position:relative;
    font-style:normal;
}
#at-industrie .at-button-industrie a.sppb-btn-custom:hover {
    color:#ffffff!important;
    border-color:#f97534;
}
#at-industrie .at-button-industrie a.sppb-btn-custom:hover i {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
}
.at-button-industrie a.sppb-btn-custom:hover::before{
    opacity: 1;
    color:#ffffff!important;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #f97534;
}

/**** Service ****/
.at-service h3 {
    color: #000!important;
}
.at-service-item .sppb-img-container {
    position: relative;
    width: 100%;
}
#at-service a.sppb-btn-custom {
    margin-left: 0px;
}
#at-service .at-title h3:after {
    display: none!important;
}
.at-service-item .sppb-img-container:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22,26,51,0.90);
}
.at-service-item:hover .sppb-img-container:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.at-service-item .sppb-img-container:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(22,26,51,0.90);
}
.at-service-item:hover .sppb-img-container:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.at-service-item h3 {
    position: absolute;
    left: 30px;
    bottom: 157px;
    right: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    padding: 23px 15px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Playfair Display', serif;
}
.at-service-item h3.sppb-addon-title {
    position:absolute;
    left:30px;
    right:30px;
    color:#222222;
    font-weight:700;
    text-align:center;
    font-size:20px;
    padding:23px 15px;
    z-index:1;
    background-color:#ffffff;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.at-service-item:hover h3.sppb-addon-title {
    color:#ffffff!important;
}
.at-service-item h3.sppb-addon-title:before {
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:0%;
    height:100%;
    display:block;
    z-index:-1;
    background-color:#f97534;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.at-service-item:hover h3.sppb-addon-title:before{
    width:100%;
    color: #ffffff!important;
}
.at-service-item  p {
    margin-top: 60px;
}

/**** buttton service ****/
#at-service a.sppb-btn-custom {
    margin-left: 0px;
}
#at-service .at-button-service a.sppb-btn-custom {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 7px 28px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid rgba(101, 100, 100, 0.1);
}
.at-button-service a.sppb-btn-custom:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.at-button-service a.sppb-btn-custom i {
    position:relative;
    font-style:normal;
}
#at-service .at-button-service a.sppb-btn-custom {
    color: #222222!important;
}
#at-service .at-button-service a.sppb-btn-custom:hover {
    color:#ffffff!important;
    border-color:#f97534;
}
#at-service .at-button-service a.sppb-btn-custom:hover i {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
}
.at-button-service a.sppb-btn-custom:hover:before{
    opacity: 1;
    color:#ffffff!important;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #f97534;
}
#at-service .at-button-service {
    margin-top: 86px;
}

/**** Portfolio *****/
#at-portfolio h3 {
    color:#000;
}
#at-testimonial .at-title h3:after {
    display: none!important;
}

/*** Testimonial ***/
.at-testimonial {
	position: relative;
	z-index: 1;
}
#at-testimonial h3 {
    color:#000;
}
.at-testimonial-left .inner-box,
.at-testimonial-right .inner-box {
    position: relative;
    padding: 30px 35px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}
.at-testimonial-left .inner-box:before,
.at-testimonial-right .inner-box:before  {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    border: 1px solid #e2e8f0;
}
/*** Portfolio ***/
#at-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.at-portfolio-top {
	padding: 40px;
}
.at-portfolio-top p {
	color: #000;
}
.at-portfolio-top ul {
	padding-left: 0;
}
.at-portfolio-top ul li {
	list-style: none;
}
.at-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}

/*** Blog ***/
#at-blog .at-title h3:after {
    display: none!important;
}
.at-blog p {
	color: #fff;
}
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 31%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
    color: #dfd9d9;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    color: #333;
    padding: 4px 0;
}
div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}
#at-blog h3,
#at-blog p {
    color: #000;
}

/**** buttton blog ****/
#at-blog a.sppb-btn-custom {
    margin-left: 0px;
}
#at-blog .at-button-blog a.sppb-btn-custom {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff!important;
    padding: 7px 30px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background: none;
    text-transform: capitalize;
    border: 2px solid rgba(101, 100, 100, 0.1);
}
.at-button-blog a.sppb-btn-custom:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.at-button-blog a.sppb-btn-custom i {
    position:relative;
    font-style:normal;
}
#at-blog .at-button-blog a.sppb-btn-custom {
    color: #222222!important;
}
#at-blog .at-button-blog a.sppb-btn-custom:hover {
    color:#ffffff!important;
    border-color:#f97534;
}
#at-blog .at-button-blog a.sppb-btn-custom:hover i {
    float: right;
    margin-left: 10px;
    padding-top: 10px;
}
.at-button-blog a.sppb-btn-custom:hover:before{
    opacity: 1;
    color:#ffffff!important;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    background-color: #f97534;
}
#at-blog .at-button-blog {
    margin-top: 86px;
}

/*** Contact ***/
.at-contact-us ul {
  	padding-left: 0;
}
.at-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.at-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 120px !important;
}
.at-contact-us ul li strong {
  	display: none;
}

/*** Contact Form ***/
.at-contact-form {
    margin-left:80px;
}
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #fff!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 32%;
  	float: left;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	border: 0!important;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 14px;
    height: 50px;
    padding: 18px 30px;
    text-transform: capitalize;
    border-radius: 0px!important;
    margin-top: 23px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
#at-expert .creativecontactform_form {
    display: flex!important;
}
.form-horizontal textarea, .form-horizontal input {
    background-color: none!important;
    border: 0!important;
    text-align: center;
    color: #bebbbb!important;
    border-bottom: 1px solid!important;
    box-shadow: none!important;
}
.creativecontactform_input_element, .creativecontactform_input_element.closed:hover {
    color: #ffffff;
    height: 50px;
    font-size: 15px;
    background: #fff!important;
    border: 1px solid rgba(255,255,255,0.10)!important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.creativecontactform_input_element:hover {
    background: #161a33!important;
    border: 1px solid rgba(255,255,255,0.10)!important;
    box-shadow: none!important;
}

/***at-expert-item ****/
 .at-expert-item .sppb-icon-container,
 .at-expert-item-right .sppb-icon-container {
    float: left;
    padding-top: 10px;
 }
 .at-expert-item {
    border-right: 1px solid rgba(181, 181, 181, 0.15);
}
.creativecontactform_wrapper input.creativecontactform_send_new {
	margin-top: 21px;
    padding: 17px 30px;
}

/**** *****/
#at-newsletter {
    position: relative; 
    bottom: -60px;
    z-index: 99999999!important;
}
#at-newsletter .sppb-row {  
    padding: 35px 60px 35px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10)
}
#at-newsletter table tr {
    display: inline;
    padding-top: 20px;
}
#at-newsletter table input {
    padding: 15px 60px!important;
    border-radius: 50px;
}
#at-newsletter table .button {
    padding: 13px 30px!important;
    border-color: #fff;
}

/**** Client ****/
.at-client-item img  {
    filter: gray;
    opacity: 0.4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease; 
}
.at-client-item:hover img {
    opacity:1; 
     -webkit-filter: none;
    filter: none;
}
/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 30px;
}
#sp-footer a {
    color:#002937!important;
}

/****page ****/
body.itemid-180 .at-about-content {
    bottom: 39px;
}

/*** Responsive ***/
@media (max-width: 992px) {
    #sp-logo,
    #sp-menu {
        width: 50%;
    }
    .at-slider-color i {
        width: 45px;
        height: 45px;
    }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        padding: 0 7px!important;
    }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
    .at-slider-color i {
        width: 35px;
        height: 35px;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .at-contact-form {
        margin-left:0px!important;
    }
    #sp-top-2 .col-lg-6  {
	   width: 30%!important;
    }
    #sp-section-1 .col-lg-3,
    #sp-section-1 .col-lg-6 {
       width:32%!important;
   }
}
  /* Screen min 767px */
@media (max-width: 767px) {
    .at-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    #sp-top-2 {
        text-align: left!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .at-contact-form {
        margin-left:0px!important;
    }
    #at-expert .creativecontactform_form {
        display: initial!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    .creativecontactform_body {
        padding: 0px!important;
    }
   
   #sp-section-1 .value-text {
        color: #fff;
        font-size: 13px!important;
    }
    #sp-top1 ul.social-icons {
        float: left!important;
    }
    .at-about-content {
        bottom: 81px!important;
    }
    .at-about-sub-right {
        padding-top: 64px!important;
    }
    .at-industrie-sub {
        margin-bottom: 50px!important;
    }
    #at-portfolio .speasyimagegallery-col-xs-4 {
        width: 100%!important;
    }
    #at-portfolio .sppb-container-inner {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #at-testimonial .at-title h3:before,
    #at-testimonial .at-title p {
        display: none!important
    }
    .at-testimonial-left .inner-box:before, 
    .at-testimonial-right .inner-box:before {
        border: none!important;
    }
    #at-expert .at-title h3 {
        font-size: 24px!important;
    }
    #at-expert .at-title h3:after {
        top: 21px!important;
    }
    #at-blog .at-button-blog {
        margin-top: 5px;
        margin-bottom: 30px!important;
    }
   .creativecontactform_footer {
       padding: 0px 15px 15px 0px !important;
   }
}
 /* Screen min 480px */
@media (max-width: 480px) {
    .at-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .at-contact-form {
        margin-left:0px!important;
    }
    #at-expert .creativecontactform_form {
        display: initial!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    .creativecontactform_body {
        padding: 0px!important;
    }
   
   #sp-section-1 .value-text {
        color: #fff;
        font-size: 13px!important;
    }
    #sp-top1 ul.social-icons {
        float: left!important;
    }
    .at-about-content {
        bottom: 81px!important;
    }
    .at-about-sub-right {
        padding-top: 64px!important;
    }
    .at-industrie-sub {
        margin-bottom: 50px!important;
    }
    #at-portfolio .speasyimagegallery-col-xs-4 {
        width: 100%!important;
    }
    #at-portfolio .sppb-container-inner {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #at-testimonial .at-title h3:before,
    #at-testimonial .at-title p {
        display: none!important
    }
    .at-testimonial-left .inner-box:before, 
    .at-testimonial-right .inner-box:before {
        border: none!important;
    }
    #at-expert .at-title h3 {
        font-size: 24px!important;
    }
    #at-expert .at-title h3:after {
        top: 21px!important;
    }
    #at-blog .at-button-blog {
        margin-top: 5px;
        margin-bottom: 30px!important;
    }
   .creativecontactform_footer {
       padding: 0px 15px 15px 0px !important;
   }
}
 /* Screen min 360px */
@media (max-width: 360px) {
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    .at-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .at-contact-form {
        margin-left:0px!important;
    }
    #at-expert .creativecontactform_form {
        display: initial!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    .creativecontactform_body {
        padding: 0px!important;
    }
   
  #sp-section-1 .value-text {
        color: #fff;
        font-size: 13px!important;
    }
    #sp-top1 ul.social-icons {
        float: left!important;
    }
    .at-about-content {
        bottom: 81px!important;
    }
    .at-about-sub-right {
        padding-top: 64px!important;
    }
    .at-industrie-sub {
        margin-bottom: 50px!important;
    }
    #at-portfolio .speasyimagegallery-col-xs-4 {
        width: 100%!important;
    }
    #at-portfolio .sppb-container-inner {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #at-testimonial .at-title h3:before,
    #at-testimonial .at-title p {
        display: none!important
    }
    .at-testimonial-left .inner-box:before, 
    .at-testimonial-right .inner-box:before {
        border: none!important;
    }
    #at-expert .at-title h3 {
        font-size: 24px!important;
    }
    #at-expert .at-title h3:after {
        top: 21px!important;
    }
    #at-blog .at-button-blog {
        margin-top: 5px;
        margin-bottom: 30px!important;
    }
   .creativecontactform_footer {
       padding: 0px 15px 15px 0px !important;
   }
}
 /* Screen min 320px */
@media (max-width: 320px) {
    .at-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .at-contact-form {
        margin-left:0px!important;
    }
    #at-expert .creativecontactform_form {
        display: initial!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    .creativecontactform_body {
        padding: 0px!important;
    }
    
    #sp-section-1 .value-text {
        color: #fff;
        font-size: 13px!important;
    }
    #sp-top1 ul.social-icons {
        float: left!important;
    }
    .at-about-content {
        bottom: 81px!important;
    }
    .at-about-sub-right {
        padding-top: 64px!important;
    }
    .at-industrie-sub {
        margin-bottom: 50px!important;
    }
    #at-portfolio .speasyimagegallery-col-xs-4 {
        width: 100%!important;
    }
    #at-portfolio .sppb-container-inner {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #at-testimonial .at-title h3:before,
    #at-testimonial .at-title p {
        display: none!important
    }
    .at-testimonial-left .inner-box:before, 
    .at-testimonial-right .inner-box:before {
        border: none!important;
    }
    #at-expert .at-title h3 {
        font-size: 24px!important;
    }
    #at-expert .at-title h3:after {
        top: 21px!important;
    }
    #at-blog .at-button-blog {
        margin-top: 5px;
        margin-bottom: 30px!important;
    }
    .creativecontactform_footer {
       padding: 0px 15px 15px 0px !important;
   }
}

/**** Onepage ****/
.offcanvas .offcanvas-menu {
    visibility: visible;
    z-index: 9999;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas .body-wrapper {
    right: 0;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-first a {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.offcanvas-inner .current {
        display: none!important;
}
#sp-bottom4 .inputbox {
    width: 100%!important;
}