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

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255);
    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;
}

/*** Logo ***/

.header .logo {
    padding-top: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 0;
    line-height: 73px;
    right: 0;
    background: #0096a2;
    text-align: center;
    margin: auto;
}

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700!important;
}
.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #e8e8e9;
    -webkit-box-sizing: border-box;
}
.sp-megamenu-parent {
    float: left;
}
#sp-section-1 .col-lg-9 {
  padding-right:100px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 40px;
    line-height: 73px;
    font-size: 14px;
    margin: 0;
}
.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;
}
.header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body.home .header {
    position: fixed;
}
.header.header-sticky {
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px 1px;
    position: fixed;
}
#sp-header .container {
    max-width: 100%;
}


/*** 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,
.tp-caption a.btn-slider-2 {
  width: 180px;
    display: block;
    height: 50px;
    line-height: 50px!important;
    text-align: center;
}
.tp-caption a.btn-slider-2 {
    margin-left:50px!important;
}
.tp-caption a.btn-slider,
.tp-caption a.btn-slider-2 {
     color: #fff!important;
     display: inline-block;
     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-2 {
    background-color: rgb(0, 35, 90)!important;
    font-weight: 400;
    box-shadow: none;
}
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider-2:hover {
     border: 2px solid transparent;
     color: #ffffff!important;
    -webkit-box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important;
    box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important
}
.sppb-btn-custom {
    padding: 12px 30px;
    color: #fff;
    border:none!important;
    background-color: #ff5e14;
    border: 1px solid transparent;
    border-radius: 2px;
 }
.sppb-btn-custom:hover {
    color: #ffffff!important;
    -webkit-box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important;
    box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important
}
.at-title-right h4,
.at-title-white h4 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}
.at-title-right h4 {
    color: rgb(86, 89, 105);
}
.at-title-white h4,
.at-title-right h3 {
    color: #fff;
}
.at-title-white h3 {
    text-transform: uppercase;
}
.at-title-right h3,
.at-title-white h3 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -2px;
}
.at-title-right h3 {
    color: rgb(0, 22, 89);
}
.at-title-general {
    display: table-cell;
    vertical-align: middle;
    font-size: 130px;
    font-weight:700;
    color: #f5f6f7;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d2d2d4;
    font-size: 130px;
    color: #1e3c6f;
    -webkit-text-stroke-color: #e6e6e6;
    text-align: left;
    vertical-align: middle;
    text-transform:uppercase;
}

/*** Slider ***/
.at-slider-color span {
  color: #fff;
}

/***  Blog Service ***/
.at-title {
    position: relative;
}
.at-title h3 {
    position: absolute;
    bottom: 32px;
    font-size: 68px;
    left: 50px;
    line-height: 1em;
    font-weight: 800;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #001659;
}
.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;
}
.at-blog-service div.k2ItemsBlock ul li a {
    color: #001659;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
}
.at-blog-service div.k2ItemsBlock ul li {
    width: 31%;
    float: left;
    margin-right: 2%;
    padding: 10px;
    color: #dfd9d9;
    padding: 20px 15px 16px;
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
}
.at-blog-service div.k2ItemsBlock ul li a.moduleItemReadMore {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    margin-top: 2px;
}
.at-blog-service  div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
.at-blog-service div.k2ItemsBlock ul li a.moduleItemComments {
    border: 0;
}
.at-blog-service div.k2ItemsBlock ul .clearList {
    display: none;
}
.sp-module-content {
    display: block;
}
.at-blog-service .com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.at-blog-service .com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
.at-blog-service div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-size: 12px;
    line-height: 2.33em;
    text-transform: uppercase;
    color: #565969;
    letter-spacing: .1em;
    font-weight: 500;
}

/****** Project *****/
#at-project {
    cursor: pointer;
    position: relative;
}
.at-project-top .sppb-addon-single-image-container {
    position: absolute;
    bottom: -241px;
    left: 96px;
}
.at-project-left-sub {
    padding-left: 70px;
}
.at-project-right-sub {
    padding-top: 245px;
    left: -197px;
}
.at-project-right-sub h4,
.at-project-right-sub h3 {
    z-index: 9;
    white-space: nowrap;
    font-family: Yantramanav;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

/*** 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;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    background: rgba(0,35,90,0.9)!important;
}

/**** Project bottom ****/
.at-project-bottom-item {
  padding-top: 70px;
}
.at-project-bottom-item .sppb-img-container {
    float: left;
}
.at-project-bottom-item h3 {
    font-size: 25px;
    font-weight: 700;
}
.at-project-bottom-item .sppb-media-body {
    padding-top: 30px;
    padding-left: 20px;
}

/***** Service Feature *****/
.at-service-feature-item {
    padding: 20px 15px 16px;
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.at-service-feature-item:hover {
    cursor: pointer;
    background-color: #001659;
    border: 1px solid #001659!important;
    border-bottom: 4px solid #001659!important;
   -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.at-service-feature-item h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 0 32px;
    color: #001659;
    text-align: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.at-service-feature-item:hover h3,
.at-service-feature-item:hover h4,
.at-service-feature-item:hover .sppb-icon-inner i {
    color: #fff!important;
  -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.at-service-feature-item h4 {
    margin: 0 0 4px 32px;
    font-size: 12px;
    line-height: 2.33em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #565969;
   -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.at-service-feature-item .sppb-icon-inner {
    margin: 32px 0 0 32px;
}
.at-service-feature-item:hover .sppb-icon-inner {
    background-color: #fff;
    border-radius: 2px;
}

/**** at-explore *****/
#at-explore .sppb-btn-2 {
    background-color: rgb(0, 35, 90)!important;
    font-weight: 400;
    border:none!important;
    font-size: 15px;
    padding: 12px 30px;
}

/***** Panel *****/
#at-panel .at-panel-right .sppb-panel-modern>.sppb-panel-heading {
    background:none!important;
}
#at-panel .sppb-panel-title {
    font-size: 22px;
    font-weight: 700;
}
#at-panel .sppb-panel-modern {
    background: rgba(255, 255, 255, 0.2);
}
#at-panel .at-panel-right .sppb-column-addons {
    margin-left: -30px;
}

/***** Professional *****/
#at-professional .white h3,
#at-project .white h3 {
  color: #fff!important
}
#at-professional .white .at-title-general,
#at-project .white .at-title-general {
    -webkit-text-stroke-color: #25406b!important;
}

/*** Team ***/
.at-team-item {
    cursor: pointer;
}
.at-team-item p {
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight: 500;
}
.ts-team-info .team-name {
    color: #fff;
    padding-top:0px;
    font-size: 26px;
    font-weight: 600;
    display: block;
    text-align: left;
}
.at-team-item .ts-team-info  {
    padding-top: 20px;
}
.ts-team .ts-team-info .team-name {
    margin-top: 30px;
    line-height: 16px;
    margin-bottom: 5px;
}
.ts-team-info .team-social ul li {
    list-style: none;  
}
.ts-team-info .team-social ul {
    padding: 0;
    margin: 0;
}
.ts-team-info .team-social li em strong {
  display: none!important;
}
.team-2 .ts-team .ts-team-info .team-social li {
    margin-bottom: 10px;
    line-height: 5px;
}
.ts-team-info .team-social li.social-facebook em,
.ts-team-info .team-social li.social-google em,
.ts-team-info .team-social li.social-twitter em,
.ts-team-info .team-social li.social-linkedin em {
    font-size: 16px;
}
.ts-team-info .team-social li em {
    display: block;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.ts-team-info-top {
    position: absolute;
    background: #ec430f;
    right: 15px;
    top: 27px;
    border-radius: 2px;
    z-index: 9999;
    padding: 16px 16px 10px;
}
.ts-team-info-top:hover {
    -webkit-box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important;
    box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important;
}
.ts-team-info-top strong {
    display: none;
}
.ts-team-info-top em {
    font-size: 20px;
}
.ts-team-info .team-social {
    position: absolute;
    right: 22px;
    top: 80px;
    padding: 5px 2px;
    background:none!important;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.at-team-item:hover .team-social{
    opacity:1;
    z-index: 2;
    visibility:visible;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)};
}
.at-team-item {
    position: relative;
}
.et-team-item .sppb-img-container img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    content: "";
    background-color:#333;
    top:0;
    right: 0;
    left: 0;
    margin: auto;
}
.at-team-item .sppb-img-container {
    position:relative;
}
.at-team-item .sppb-img-container:after {
    background-color: rgba(3, 47, 115, 0.78);
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    opacity: 0;
    visibility: hidden;
}
.at-team-item:hover .sppb-img-container:after {
    opacity:1;
    visibility:visible
}
.at-team-item .sppb-img-container img:after {
    background-color: rgba(252,191,27,.7);
}

/***** 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 .skill-title h6 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
}
.skills .skill .skill-title h5 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}
.skills .skill .skill-title {
  margin-bottom:10px;
  text-align: left;
}
.skill-title p {
  margin-bottom:10px!important;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}
.skills .skill .skill-bar {
  width: 0;
  border-radius: 0px; 
  height: 8px;
  background: #00235a;
  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: 0px; 
  background: #fff!important;
  height: 8px;
  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;
  }
}

/*** Pricing ***/
.at-title-pricing .sppb-icon-container {
    float: left;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}
.at-pricing-item ul.price-top {
    padding: 0px;
    margin: 0px;
}
.at-pricing-item ul.price-top li {
    list-style: none;
}
.at-title-pricing .sppb-icon-container i {
    font-size: 25px;
}
.at-title-pricing p {
    font-size: 16px;
    padding-top: 12px;
}
.at-pricing-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 18px 59px 58px;
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-bottom: 4px solid #ff5e14;
}
#at-pricing .sppb-col-md-4:nth-child(2n) {
    margin-bottom: 60px;
    margin-top: -25px;
    padding-top: 50px;
}
.at-pricing-item ul.price-top li .price {
    color: #001659;
    font-size: 80px;
    line-height: 1em;
    letter-spacing: -.01em;
    font-weight: 800;
}
.at-pricing-item ul.price-top li .price-value {
    position: relative;
    vertical-align: super;
    bottom: 0px;
    font-size: 45px;
    line-height: 1em;
    font-weight: 600;
    color: #001659;
}
.at-pricing-item ul.price-top li .price-mouth {
    position: relative;
    display: inline-block;
    margin: 27px 0 0;
    font-size: 12px;
    left: -32px;
    line-height: 2.33em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #565969;
}
.at-pricing-item ul.price-top li .price-mouth * {
  float: left;
}
.at-pricing-item ul li strong {
    display: none!important;
}
.at-pricing-item ul li {
    line-height: 1.5;
    margin-bottom: 12px;
    color: rgba(0,0,0,0.8);
}
.at-pricing-item ul.list-unstyled {
    margin-bottom: 40px;
}
.at-pricing-item ul.list-unstyled li {
    color: #565969;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 300;
}
.at-pricing-item ul.list-unstyled li em {
    margin-right: 10px;
    font-size: 14px;
}
.at-pricing-item .price-col h4,
.at-pricing-item .price-col-2 h4 {
    font-size: 23px;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .2em;
}
.at-pricing-item a.button-pricing:hover {
    -webkit-box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important;
    box-shadow:0 10px 20px 0 rgba(0,16,42,.5)!important
}
.at-pricing-item .price-col-2 h4,
.at-pricing-item .price-col-2 ul li .price,
.at-pricing-item .price-col-2 ul li.heading strong {
    color: #f2784b!important;
}
#at-pricing .at-pricing-2 {
    border:6px solid #f2784b;
    margin-top: -24px;
}
#at-pricing .at-pricing-2 a.button-pricing {
    background:none!important;
    color: #ffffff!important;
    border: 1px solid #ffffff!important; 
}
#at-pricing .at-pricing-2 a.button-pricing:hover {
    background:#ffffff!important;
}
.at-pricing-item .price-col ul li .heading,
.at-pricing-item .price-col-2 ul li .heading {
    font-size: 30px;
    font-weight: 500;
}
.at-pricing-item .price-col h3 {
    font-size: 27px;
    color: #001659;
    line-height: 30px;
    font-weight: 700;
    margin: 29px 0 6px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#at-pricing .at-pricing-2 .price-col h4 {
    border-bottom: 1px solid #fff;
}
#at-pricing .at-pricing-sub-2 .pricing-item {
    background-color: #011e4b;
    border: 1px solid #011e4b;
    z-index: 999;
    padding: 37px 59px 58px;
    border-bottom: 4px solid #021f4c;
    box-shadow: -9px 34px 115px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -32px 32px 75px 0 rgba(0,0,0,.3);
    color: #fff;
}
#at-pricing .at-pricing-sub-2 .pricing-item h3,
#at-pricing .at-pricing-sub-2 ul.price-top li .price,
#at-pricing .at-pricing-sub-2 ul.price-top li .price-value,
#at-pricing .at-pricing-sub-2 ul.price-top li .price-mouth,
#at-pricing .at-pricing-sub-2 ul.list-unstyled li {
    color: #ffffff;
}
#at-pricing .sppb-col-md-4:nth-child(2n) {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.at-pricing-2 .price-col .heading,
.at-pricing-2 .price-col ul li {
    color: #ffffff!important;
}
.at-pricing-item a.button-pricing strong {
    display: none!important;
}
.at-pricing-item .price-col-2 a.button-pricing,
.at-pricing-item a.button-pricing {
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff!important;
    padding: 12px 30px;
    border-radius: 0px;  
}
.at-pricing-item .price-col-2 a.button-pricing:hover,
.at-pricing-item a.button-pricing:hover {
    color: #ffffff!important;
}
.at-pricing-item strong {
    font-size: 47px;
    font-weight: 500;
}
#at-pricing .at-pricing-2 {
   background: linear-gradient(135deg,rgb(79, 72, 171) 12%,rgba(133, 208, 255, 0) 60%);
   border: none!important;
}
#at-pricing .at-pricing-2:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius:0%;
    display: block;
    top: 0;
     position: absolute;
    left: 0;
    z-index:-1;
}


/*** Testimonial ***/
.at-testimonial {
  position: relative;
  z-index: 1;
}
.at-testimonial:before {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: -1;
}

/*** Blog ***/

/*** Contact ***/
.at-contact-us ul {
    padding-left: 0;
}
.at-contact-us ul li {
    list-style: none;
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
    border-top: 0px solid #ffffff !important;
}
.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;
}
.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: #333!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: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
    background: #222;
    color: #fff!important;
    text-shadow: none;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}

/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 18px;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937;
}

/*** Responsive ***/
@media (max-width: 992px) {
  #sp-logo,
  #sp-menu {
    width: 50%;
  }
  .at-slider-color i {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1199px) and (max-width: 1700px) {
   .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 15px!important;
  }
  .at-title-right h3, .at-title-white h3 {
    font-size: 40px!important;
  }
}
/* 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 6px!important;
  }
  .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: auto;
    right: -132px!important;
  }
  .tp-caption a.btn-slider-2 {
    margin-left:100px!important;
    font-size:12px!important;
 }
  .at-title-right h3, .at-title-white h3 {
    font-size: 40px!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-title-general {
      font-size: 58px!important;
  }
  .at-title h3 {
      bottom: 3px!important;
      font-size: 41px!important;
  }
  .at-project-right-sub {
      padding-top: 0px!important;
      left: 20px!important;
  }
  .at-title-right h3, .at-title-white h3 {
      font-size: 40px!important;
  }
  .at-project-sub,
  .at-project-button {
      padding-left: 20px!important;
  }
  .at-team-item .sppb-img-container {
      position: relative;
      display: block!important;
      width: 100%!important;
      max-width: 100%!important;
  }
  .at-team-item .sppb-img-container .sppb-img-responsive {
      width: 100%!important;
  }
  .tp-caption a.btn-slider-2 {
    margin-left:100px!important;
    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;
  }
    .at-team-item .sppb-img-container {
      position: relative;
      display: block!important;
      width: 100%!important;
      max-width: 100%!important;
  }
  .at-team-item .sppb-img-container .sppb-img-responsive {
      width: 100%!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
      width: 100%!important;
  }
  .at-title-general {
      font-size: 58px!important;
  }
  .at-title h3 {
      bottom: 3px!important;
      font-size: 41px!important;
  }
  .at-title-right h3, .at-title-white h3 {
      font-size: 40px!important;
  }
  .at-project-sub,
  .at-project-button {
      padding-left: 20px!important;
  }
  .at-project-right-sub {
     left: 7px!important;
      padding-right: 10px!important;
  }
  .at-title-right h4 {
      color: rgb(86, 89, 105);
      font-size: 10px;
  }
  .at-title-right h3, .at-title-white h3 {
      font-size: 29px!important;
  }
  #at-working .sppb-btn-custom {
      margin-bottom:30px!important;
  }
  #at-explore .sppb-btn-custom {
      display:block!important;
      margin-bottom:30px!important;
      text-align:center!important;
  }
  .at-team-item .sppb-img-container {
      position: relative;
      display: block!important;
      width: 100%!important;
      max-width: 100%!important;
  }
  .tp-caption a.btn-slider {
      font-size:10px!important;
      width: 70px!important;
      height: 25px!important;
      line-height: 25px!important;
  }
  .tp-caption a.btn-slider-2 {
      font-size:10px!important;
      width: 113px!important;
      height: 25px!important;
      line-height: 25px!important;
  }
  .tp-caption.small_light_white, .small_light_white {
      font-size: 9px!important;
      line-height: 20px!important;
  }
  .at-team-item .sppb-img-container {
      position: relative;
      display: block!important;
      width: 100%!important;
      max-width: 100%!important;
  }
}
