/* general css */
body {
  background: #fff!important;
}

/* 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;
}
/**** Top header ****/
#sp-top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff!important;
    color: #000!important;
    border: solid 1px rgba(235, 235, 235, 0.2);
}
#sp-top-bar a {
    color: #fff!important;
    font-size: 12px;
}

/*** Logo ***/
.header-area .logo {
	  padding: 14px 0;
}

/*** Menu ***/
body .sp-megamenu-parent > li > a {
    color: #ffffffc1;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
body #sp-top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #000!important;
    color: #fff!important;
}
body #sp-header {
    background: #008ad1d1;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: white;
}.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active > a {
  color: white!important;
}
#sp-header {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.0)!important;
}
.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li:hover > a:before {
	   border-color: currentColor;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
#offcanvas-toggler > .fa {
    color: #ffffff!important;
}

/*** 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,
.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;
 }
 .lt-title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
 }
.sppb-btn-custom {
   padding: 20px 50px;
   border-radius:0px!important;
}
.sppb-btn-custom:hover {
  background:none!important;
   color:#000;
}

/*** Slider ***/
#at-slider a.slider-btn-2 {
    letter-spacing: 2px;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 30px;
    margin-left:30px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
#at-slider a.slider-btn-1 {
    letter-spacing: 2px;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
}
.at-slider .tp-button {
    position: relative;
    letter-spacing: 3px;
    text-shadow: none!important;
    color: #083061!important;
}
#at-slider a.slider-btn-1:hover {
	background:none!important;
	border:1px solid #fff;
}
.at-slider .tp-button:hover {
	  color: #fff!important;
}
.at-slider .tp-button i {
	  margin-left: 10px;
}
.at-slider-content h4 {
    font-size: 40px;
    color: #ffb923;
    line-height: 60px;
    display: block;
    margin-bottom: 8px;
}
.at-slider-content h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.at-slider-content p {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
}
#at-slider strong {
	display:none;
}

/*** Offer ***/
.at-offer-item {
    margin-bottom: 60px;
}
.at-offer-item .sppb-icon .sppb-icon-container {
    float: left;
}
.at-offer-item .sppb-icon .sppb-icon-container {
    background: #fff;

    border-radius: 50px;
}
.at-offer-item .sppb-icon .sppb-icon-container i {
    font-size: 25px;
}
.at-offer-item .sppb-icon .sppb-icon-container i {
        font-size: 1.5rem;
        color: #060606;
        position: relative;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 65px;
        padding: 5px;
        margin: 3px;
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

.at-offer-item .sppb-icon .sppb-icon-container i:after {
        content: "";
        width: 100%;
        height: 100%;
        line-height: 100%;
        border: solid 2px;
        transform: scale(0.8);
        position: absolute;
        top: -0.1px;
        left: -0.5px;
        border-radius: 50%;
        transition: all 0.3s ease;
}
.at-offer-item .sppb-icon .sppb-icon-container i:hover:after {
        transform: scale(1);
}
.at-offer-item .sppb-media-body {
    margin-left: 90px;
}
.dashed-line {
    position: absolute;
    height: 60%;
    width: 1px;
    left: 38px;
    z-index: -1;
    top: 0;
    border: dashed 0px #1b1b1b;
    border-right-width: 1px;
}
.at-offer-item h3 {
    font-size: 18px; font-weight: 700;
}
.at-offer-item {
    margin-bottom: 60px;
}
.at-offer-item .sppb-icon .sppb-icon-container {
    float: left;
}
.at-offer-item .sppb-icon .sppb-icon-container {
    background: #fff;
    float:left;
    border-radius: 50px;
}
.at-offer-item .sppb-icon .sppb-icon-container i {
    font-size: 25px;
}
/**** About *****/
.at-about-content-img {
   max-width: 100%;
    position: absolute;
    left: -79px;
    top: -37px;
    z-index: -1;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}

/*** Effect shapes ***/
.at-amazing .clearfix
.at-amazing .clearfix .shapes-box {
    width: 100%;
    height: 100%;
}
.shapes-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 900px;
    width: 100%;
}
.shapes-box span {
    position: absolute;
}
.shapes-box span b {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 20px 24px 0px currentColor;
    display: inline-block;
    opacity: 0.5;
}
.shapes-box span b.green {
    color: green;
    background: green;
}
.shapes-box span b.yellow {
    color: yellow;
    background: yellow;
}
.shapes-box span b.pink {
    color: pink;
    background: pink;
}
.shapes-box span b.blue {
    color: blue;
    background: blue;
}
.shapes-box span:nth-child(1) {
    left: 4.8%;
    top: 4.5%;
}
.shapes-box span:nth-child(2) {
    left: 9.6%;
    top: 27.2%;
}
.shapes-box span:nth-child(3) {
    left: 8.8%;
    bottom: 16%;
}
.shapes-box span:nth-child(4) {
    left: 25%;
    bottom: 21%;
}
.shapes-box span:nth-child(5) {
    right: 35%;
    top: 6.6%;
}
.shapes-box span:nth-child(6) {
    right: 18%;
    bottom: 30%;
}
.shapes-box span:nth-child(7) {
    right: 10%;
    top: 50%;
}
.shapes-box span:nth-child(8) {
    right: 11.8%;
    top: 33%;
}
.shapes-box span:nth-child(9) {
    right: 15%;
    top: 10%;
}
.shapes-box span:nth-child(10) {
    right: 25%;
    bottom: 33%;
}

/*** amazing  ****/
.at-amazing-item .sppb-icon .sppb-icon-container i {
        font-size:25px;
        position: relative;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        line-height: 65px;
        padding: 5px;
        margin: 3px;
        transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}
.at-amazing-item .sppb-icon .sppb-icon-container i:after {
        content: "";
        width: 100%;
        height: 100%;
        line-height: 100%;
        border: solid 2px;
        transform: scale(0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        border-radius: 50%;
        transition: all 0.3s ease;
}
.at-amazing-item .sppb-icon .sppb-icon-container :hover:after {
        transform: scale(1);
        box-shadow: 10px 0 5px rgba(0, 0, 0, 0.11), 6px 0 6px rgba(0, 0, 0, 0.16);
}

/***** Skill ****/
.skills {
    border-radius: 50px;
    text-align: right;
    color: #000;
    position: relative;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
}
#at-skill .sppb-text-center .sppb-img-responsive {
    border-radius: 5px;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
   width: 100%;
   float: left;
}
.skills .skill {
   margin-bottom: 40px;
}
.skills .skill .skill-title {
   color: #fff;
   letter-spacing: 3px;
   margin-bottom: 10px;
   font-weight: 600;
   font-size: 12px;
   text-align: left;
}
.skills .skill .skill-bar {
   width: 0;
   border-radius: 5px;
   height: 6px;
   background: #dddddd;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
   width: 100%;
}
.skills .skill .skill-bar span {
   float: left;
   width: 0%;
   border-radius: 6px;
   background: #0d2f5d!important;
   height: 6px;
   position: relative;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
   float: left;
   width: 100%;
   position: relative;
   text-align: right;
   opacity: 0;
   font-size: 14px;
   color: #fff;
   font-weight: 600;
   top: -23px;
}
#at-skill .sppb-addon-single-image-container::before {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
#at-skill .sppb-addon-single-image-container:hover::before {
  cursor: pointer;
  -webkit-animation: circle .65s;
  animation: circle .65s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.at-title-work ul strong {
    display: none!important;
}
.at-title-work h1 {
    font-size: 40px;
    font-weight: 600;
}
.at-title-work p {
    font-size: 17px;
    color: #000;
    line-height: 25px
}
.at-title-work ul li {
    line-height: 30px;
}
.at-title-work ul li em {
    margin-right: 10px;
}
#at-work span.sppb-icon-inner i {
    color: #333;
    line-height: 109px;
    width: 90px;
    height: 90px;
}
#at-work span.sppb-icon-inner {
    background-color: #fff!important;
    border-radius: 50%;
    height: 105px;
    width: 105px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 112px;
}
.at-work-video i:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 90%)!important;
}
#at-work-bottom {
    top: -80px;
}

/**** Review ****/
.at-review-sub {
    background: #fff;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 40px 20px;
}
#at-review .sppb-addon-testimonial-client {
    padding-top: 16px;
}
#at-work .work-app {
  display:inline-block;
  width:100%;
}

/**** Skill ****/
.at-faq,
.at-skill {
  background-image: -webkit-linear-gradient( -18deg, rgb(60,0,122) 0%, rgb(164,78,141) 100%);
}
/**** Team ****/
.at-team .at-team-item {
    overflow: hidden;
}
.at-team .at-team-item:hover .sppb-img-container:before {
    bottom: 0;
}
.at-team .at-team-item:hover .at-team-bottom {
    bottom: 0;
}
.at-team .sppb-addon-content {
    position: relative;
}
.at-team .sppb-addon-text .at-team-top {
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #fff;
    width: 104%;
    padding-top: 18px;
    padding-right: 36px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.at-team .at-team-item:hover .at-team-top {
    color: #fff;
 }
.at-team .sppb-addon-text .at-team-top h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    width: 50%;
    float: left;
}
.at-team .sppb-addon-text .at-team-top h4 {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-top: 6px;
}
.at-team .sppb-addon-text .at-team-bottom {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
    padding-top: 18px;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.at-team .sppb-img-container:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.at-team .sppb-addon-text .at-team-bottom ul {
    list-style-type: none;
    margin-top: 39%;
    margin-left: 24px;
    z-index: 999;
}
.at-team .sppb-addon-text .at-team-bottom ul li {
    float: left;
    margin-left: 12px;
    width: 14%;
    padding: 10px 10px;
    background: #fff;
}
.at-team .sppb-addon-text .at-team-bottom ul li:hover {
    cursor: pointer;
}
.at-team .sppb-addon-text .at-team-bottom ul li strong {
    display: none;
}
.at-team .at-team-item .sppb-addon-content .sppb-img-container {
    width: 100% !important;
}
.at-team .at-team-item .sppb-addon-content .sppb-img-container img {
    width: 100% !important;
}

/*** Portfolio ***/
#at-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.at-portfolio p {
	color: #fff;
}
.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 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;
}
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%;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    color: #333;
}

/*** Contact ***/
.at-get-item {
    background: #f2f2ff;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 15px;
    margin-top: 40px;
}
.at-get-item2 {
    background: #f2f2ff;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-box-shadow: none;
    box-shadow: -4px 9px 15px 5px rgba(168,168,168,1);
    padding: 50px 15px;
    margin-top: 40px;
}
.at-get-item h3 {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 19px;
}
.at-get-item2 h3 {
    font-weight: 700;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 19px;
}
.at-contact-sub {
    margin-top: 100px;
    padding: 40px 40px 30px;
    background: #f4f4f4;
    -webkit-box-shadow: 10px 17px 30px rgba(99, 117, 138, 0.15);
    box-shadow: 10px 17px 30px rgba(99, 117, 138, 0.15);
    position: relative;
    z-index: 2;
    text-align: center;
}
.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 0px !important;
}
.at-contact-us ul li strong {
  	display: none;
}

/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creative_timing_text-area {
    display: inline-block;
    width: 100%;
}
.creativecontactform_footer {
    text-align: center;
}
.creativecontactform_header {
  	display: none!important;
}
.creativecontactform_field_box:nth-child(3) {
  	clear: left;
}
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;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 30px;
}
.creativecontactform_input_element:hover,
.creativecontactform_input_element:focus,
.creativecontactform_input_element.focused {
	background-color: #ffffff !important;
	-moz-box-shadow:  0px 0px 10px 2px  #d4d4d400 !important;
	-webkit-box-shadow:  0px 0px 10px 2px  #d4d4d400 !important;
	box-shadow:  0px 0px 10px 2px  #d4d4d417 !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #eae9e9 !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(1) {
  	width: 48%;
  	float: left;
  	margin-right: 2%;
}
.creativecontactform_field_box:nth-child(2) {
  	width: 50%;
  	float: left;
}
.creativecontactform_field_box:nth-child(3) {
  	width: 48%;
  	float: left;
  	margin-right: 2%;
}
.creativecontactform_error .creativecontactform_field_name, .creativecontactform_error .creativecontactform_field_name:hover {
    color: #c70808 !important;
    text-shadow: none !important;
}
.creativecontactform_field_box:nth-child(4) {
  	width: 50%;
  	float: left;
}
.creativecontactform_input_element {
    width: 100% !important;
    height: 50px;
    margin-bottom: 30px;
    border:none!important;
    background: #1E2256!important;
}
.creativecontactform_input_element input, .creativecontactform_input_element textarea, .creativecontactform_input_element {
    font-size: 14px !important;
    color: #fff !important;
    text-decoration: none !important;
   text-shadow: none !important;
}
.creativecontactform_input_element input:hover, .creativecontactform_input_element input:focus, .creativecontactform_input_element textarea:hover, .creativecontactform_input_element textarea:focus, .creativecontactform_input_element.focused input, .creativecontactform_input_element.focused textarea {
    color: #ffffff !important;
    text-shadow: none !important;
}
.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;
    padding: 15px 54px;
    text-transform: uppercase;
    border-radius: 0px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
.creativecontactform_send, .creativecontactform_send_new, .creative_fileupload {
    float: initial!important;
    text-align:center!important;
}
.creativecontactform_input_element:hover,
.creativecontactform_input_element:focus,
.creativecontactform_input_element.focused {
	background-color: rgba(47, 33, 33, 0) !important;
}

/**** Get in ****/
#at-get h3 {
  	color:#fff;
}
.at-get-item-1 i {
    color: #7E7AFF;
    margin-bottom: 20px;
}
.at-get-item-1 {
	border-bottom: 4px solid #7E7AFF;
    padding: 80px 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.4);
}
.at-get-item-2 i {
    color: #24E271;
    margin-bottom: 20px;
}
.at-get-item-2 {
	border-bottom: 4px solid #24E271;
    padding: 80px 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.4);
}
.at-get-item-3 i {
    color: #FE8264;
    margin-bottom: 20px;
}
.at-get-item-3 {
	border-bottom: 4px solid #FE8264;
    padding: 80px 30px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(222, 222, 222, 0.4);
}
.at-get-item-1 p,
.at-get-item-2 p,
.at-get-item-3 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #5e629c;
    margin-bottom: 0px;
}
#at-get-bottom .sppb-row {
    margin-top: -90px;
}


/*** 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: 20px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937!important;
}

/*** 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;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
	.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-slider-content h1 {
    font-size: 28px!important;
    line-height: 47px!important;
    margin-bottom: 2px!important;
}
#at-slider a.slider-btn-2 {
    margin-top: 26px!important;
    margin-bottom: 28px!important;
}
.at-work-video {
	padding-left: 100px!important;
}
.creativecontactform_field_name {
    font-size: 10px !important;
}
.at-get-item-1,
.at-get-item-2 {
	margin-bottom: 30px!important;
}
#at-get-bottom .sppb-row {
    margin-top: 60px!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-slider-content h1 {
    font-size: 28px!important;
    line-height: 47px!important;
    margin-bottom: 2px!important;
}
#at-slider a.slider-btn-2 {
    margin-left: 0px!important;
    margin-top: 26px!important;
    margin-bottom: 40px!important;

}
.at-work-video {
	padding-left: 100px!important;
}
.creativecontactform_field_name {
    font-size: 10px !important;
}
.at-get-item-1,
.at-get-item-2 {
	margin-bottom: 30px!important;
}
#at-get-bottom .sppb-row {
    margin-top: 60px!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-slider-content h1 {
    font-size: 28px!important;
    line-height: 47px!important;
    margin-bottom: 2px!important;
}
#at-slider a.slider-btn-2 {
    margin-left: 0px!important;
    margin-top: 26px!important;
    margin-bottom: 40px!important;

}
.at-work-video {
	padding-left: 100px!important;
}
.creativecontactform_field_name {
    font-size: 10px !important;
}
.at-get-item-1,
.at-get-item-2 {
	margin-bottom: 30px!important;
}
#at-get-bottom .sppb-row {
    margin-top: 60px!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-slider-content h1 {
    font-size: 28px!important;
    line-height: 47px!important;
    margin-bottom: 2px!important;
}
#at-slider a.slider-btn-2 {
    margin-left: 0px!important;
    margin-top: 26px!important;
    margin-bottom: 40px!important;

}
.at-work-video {
	padding-left: 100px!important;
}
.creativecontactform_field_name {
    font-size: 10px !important;
}
.at-get-item-1,
.at-get-item-2 {
	margin-bottom: 30px!important;
}
#at-get-bottom .sppb-row {
    margin-top: 60px!important;
}
}
/*custom css from here*/

@media only screen and (max-width: 600px) {


  .sppb-addon-content{

    padding-left:20px;

  }
  .at-get-item{

    background: white;!important

  }
  .at-get-item2{

    box-shadow: none;
    background: white;

  }
  .at-get-item3{

    background: white;!important

  }
  
  .logo-image-phone.d-inline-block.d-lg-none{
    
    height: 50px;
    
    
  }
  
  .sppb-addon h3,h1,p{
    
    text-align:center;
    
  }
  
  .btn-area{
    
    text-align:center;
    
  }
  
  #sppb-addon-1557731505557{
    
    padding-right: 50px!important;
    padding-left: 50px!important;
    
  }
  
  .sppb-text-left{
    
    text-align:center;
    
  }
  #sp-bottom{
    
    text-align:center;
    
  }
  
}

@media only screen and (min-width: 600px) {

ul.menu li a{
  
  color: white!important;
  
}

}