/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*
	01 - GLOBAL
	02 - PRELOADER
	03 - MAIN MENU
	04 - BANNER
	05 - INFO BLOCKS
	06 - ABOUT
	07 - HEADLINES
	08 - WORKS
	09 - SERVICES
	10 - SKILLS
	11 - INFORMATIONS
	12 - HOW I WORK
	13 - TEAM
	14 - CTA
	15 - TESTIMONIALS
	16 - PRICE
	17 - BLOG
	18 - CONTACTS
	19 - FOOTER
	20 - BLOG PAGE
	21 - SINGLE BLOG PAGE

*/
/*-------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto; }

/*--------------------------------------------------------------------------------------*/
/* TEXT SETTING */
/*--------------------------------------------------------------------------------------*/
/* fonts */
.ubun{font-family: 'Ubuntu', sans-serif;}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #727C87; 
  background:url(../img/body-bg1.jpg) no-repeat center top; background-size:100% auto;
  }
  .about-body{background:url(../img/about-banner.jpg) no-repeat left top; background-size:100% auto;}
  .team-body{background:url(../img/team-culture-bg.jpg) no-repeat left top; background-size:100% auto;}
  .rpo-body{background:url(../img/rpo-banner.jpg) no-repeat left top; background-size:100% auto;}
  .twm-body{background:url(../img/total-workforce-banner.jpg) no-repeat left top; background-size:100% auto;}
  .staffing-body{background:url(../img/staffing-banner.jpg) no-repeat left top; background-size:100% auto;}
  .process-body{background:url(../img/process-banner.jpg) no-repeat left top; background-size:100% auto;}
  .edge-body{background:url(../img/edge-banner.jpg) no-repeat left top; background-size:100% auto;}
  .retail-body{background:url(../img/retail-banner.jpg) no-repeat left top; background-size:100% auto;}  
  .consumer-body{background:url(../img/consumer-banner.jpg) no-repeat left top; background-size:100% auto;} 
  .role-tech-body{background:url(../img/role-of-technology.jpg) no-repeat left top; background-size:100% auto;}  
  .contact-body{background:url(../img/contact-banner.jpg) no-repeat left top; background-size:100% auto;}
  .technology-body{background:url(../img/technology-banner.jpg) no-repeat left top; background-size:100% auto;}
  .thank-body{background:url(../img/thank-banner.jpg) no-repeat left top; background-size:100% auto;}
  .recruiter-body{background:url(../img/recruiter-banner.jpg) no-repeat left top; background-size:100% auto;}

/*---------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*--------------------------------------------------------------------------------------*/
.overlay {
  position: relative; }
  .overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 30, 34, 0.0); }

.overlay-2 {
  position: relative; }
  .overlay-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); }

.f-c-1 {
  color: #0070ba; }

.t-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.t-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative; }

*, *:before, *:after {
  box-sizing: inherit; }

/* extends */
.wpc-trans {
  -webkit-transition: all ease .3s;
  transition: all ease .3s; }

.container-fluid {
  min-width: 280px; }

.container {
  min-width: 280px; }

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.no-padd {
  padding: 0 !important; }

/* background colors */
.bg-c-1 {
  background: #F5F5F5; }

.bg-c-2 {
  background: white; }

/* background image settings */
.s-back-switch {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

/* eq columns 1 */
.eq-row {
  overflow: hidden; }

.eq-col {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

/* eq columns 2 */
.a-col-half {
  width: 50%;
  float: left; }

.a-col-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.a-col-img.right {
  left: 50%; }

.a-col-text {
  margin-left: 50%; }

/* eq columns 3 */
.a-eq-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.a-eq-cell {
  display: table-cell;
  width: 50%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Custom paddings/margins */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.padd-220 {
  padding: 220px 0px; }

.padd-15 {
  padding: 0px 15px; }

.padd-30 {
  padding: 0px 30px; }

.padd-45 {
  padding: 0px 45px; }

.marg-lg-b0 {
  margin-bottom: 0px; }

.marg-lg-b5 {
  margin-bottom: 5px; }

.marg-lg-b10 {
  margin-bottom: 10px; }

.marg-lg-b15 {
  margin-bottom: 15px; }

.marg-lg-b20 {
  margin-bottom: 20px; }

.marg-lg-b25 {
  margin-bottom: 25px; }

.marg-lg-b30 {
  margin-bottom: 30px; }

.marg-lg-b35 {
  margin-bottom: 35px; }

.marg-lg-b40 {
  margin-bottom: 40px; }

.marg-lg-b45 {
  margin-bottom: 45px; }

.marg-lg-b50 {
  margin-bottom: 50px; }

.marg-lg-b55 {
  margin-bottom: 55px; }

.marg-lg-b60 {
  margin-bottom: 60px; }

.marg-lg-b65 {
  margin-bottom: 65px; }

.marg-lg-b70 {
  margin-bottom: 70px; }

.marg-lg-b75 {
  margin-bottom: 75px; }

.marg-lg-b80 {
  margin-bottom: 80px; }

.marg-lg-b85 {
  margin-bottom: 85px; }

.marg-lg-b90 {
  margin-bottom: 90px; }

.marg-lg-b95 {
  margin-bottom: 95px; }

.marg-lg-b100 {
  margin-bottom: 100px; }

.marg-lg-b115 {
  margin-bottom: 115px; }

.marg-lg-b140 {
  margin-bottom: 140px; }

.marg-lg-t0 {
  margin-top: 0px; }

.marg-lg-t5 {
  margin-top: 5px; }

.marg-lg-t10 {
  margin-top: 10px; }

.marg-lg-t15 {
  margin-top: 15px; }

.marg-lg-t20 {
  margin-top: 20px; }

.marg-lg-t25 {
  margin-top: 25px; }

.marg-lg-t30 {
  margin-top: 30px; }

.marg-lg-t35 {
  margin-top: 35px; }

.marg-lg-t40 {
  margin-top: 40px; }

.marg-lg-t45 {
  margin-top: 45px; }

.marg-lg-t50 {
  margin-top: 50px; }

.marg-lg-t55 {
  margin-top: 55px; }

.marg-lg-t60 {
  margin-top: 60px; }

.marg-lg-t65 {
  margin-top: 65px; }

.marg-lg-t70 {
  margin-top: 70px; }

.marg-lg-t75 {
  margin-top: 75px; }

.marg-lg-t80 {
  margin-top: 80px; }

.marg-lg-t85 {
  margin-top: 85px; }

.marg-lg-t90 {
  margin-top: 90px; }

.marg-lg-t95 {
  margin-top: 95px; }

.marg-lg-t100 {
  margin-top: 100px; }

.marg-lg-t105 {
  margin-top: 105px; }

.marg-lg-t110 {
  margin-top: 110px; }

.marg-lg-t115 {
  margin-top: 115px; }

.marg-lg-t120 {
  margin-top: 120px; }

.marg-lg-t125 {
  margin-top: 125px; }

.marg-lg-t130 {
  margin-top: 130px; }

.marg-lg-t135 {
  margin-top: 135px; }

.marg-lg-t140 {
  margin-top: 140px; }

.marg-lg-t145 {
  margin-top: 145px; }

.marg-lg-t150 {
  margin-top: 150px; }

.marg-lg-t155 {
  margin-top: 155px; }

.marg-lg-t175 {
  margin-top: 175px; }

@media screen and (max-width: 1199px) {
  .marg-md-b0 {
    margin-bottom: 0px !important; }
  .marg-md-b5 {
    margin-bottom: 5px !important; }
  .marg-md-b10 {
    margin-bottom: 10px !important; }
  .marg-md-b15 {
    margin-bottom: 15px !important; }
  .marg-md-b20 {
    margin-bottom: 20px !important; }
  .marg-md-b25 {
    margin-bottom: 25px !important; }
  .marg-md-b30 {
    margin-bottom: 30px !important; }
  .marg-md-b35 {
    margin-bottom: 35px !important; }
  .marg-md-b40 {
    margin-bottom: 40px !important; }
  .marg-md-b45 {
    margin-bottom: 45px !important; }
  .marg-md-b50 {
    margin-bottom: 50px !important; }
  .marg-md-b55 {
    margin-bottom: 55px !important; }
  .marg-md-b60 {
    margin-bottom: 60px !important; }
  .marg-md-b65 {
    margin-bottom: 65px !important; }
  .marg-md-b70 {
    margin-bottom: 70px !important; }
  .marg-md-b75 {
    margin-bottom: 75px !important; }
  .marg-md-b80 {
    margin-bottom: 80px !important; }
  .marg-md-b85 {
    margin-bottom: 85px !important; }
  .marg-md-b90 {
    margin-bottom: 90px !important; }
  .marg-md-b95 {
    margin-bottom: 95px !important; }
  .marg-md-b100 {
    margin-bottom: 100px !important; }
  .marg-md-b140 {
    margin-bottom: 140px !important; }
  .marg-md-t0 {
    margin-top: 0px !important; }
  .marg-md-t5 {
    margin-top: 5px !important; }
  .marg-md-t10 {
    margin-top: 10px !important; }
  .marg-md-t15 {
    margin-top: 15px !important; }
  .marg-md-t20 {
    margin-top: 20px !important; }
  .marg-md-t25 {
    margin-top: 25px !important; }
  .marg-md-t30 {
    margin-top: 30px !important; }
  .marg-md-t35 {
    margin-top: 35px !important; }
  .marg-md-t40 {
    margin-top: 40px !important; }
  .marg-md-t45 {
    margin-top: 45px !important; }
  .marg-md-t50 {
    margin-top: 50px !important; }
  .marg-md-t55 {
    margin-top: 55px !important; }
  .marg-md-t60 {
    margin-top: 60px !important; }
  .marg-md-t65 {
    margin-top: 65px !important; }
  .marg-md-t70 {
    margin-top: 70px !important; }
  .marg-md-t75 {
    margin-top: 75px !important; }
  .marg-md-t80 {
    margin-top: 80px !important; }
  .marg-md-t85 {
    margin-top: 85px !important; }
  .marg-md-t90 {
    margin-top: 90px !important; }
  .marg-md-t95 {
    margin-top: 95px !important; }
  .marg-md-t100 {
    margin-top: 100px !important; }
  .marg-md-t140 {
    margin-top: 140px !important; }
  .no-padd-md {
    padding-left: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 991px) {
  .marg-sm-b0 {
    margin-bottom: 0px !important; }
  .marg-sm-b5 {
    margin-bottom: 5px !important; }
  .marg-sm-b10 {
    margin-bottom: 10px !important; }
  .marg-sm-b15 {
    margin-bottom: 15px !important; }
  .marg-sm-b20 {
    margin-bottom: 20px !important; }
  .marg-sm-b25 {
    margin-bottom: 25px !important; }
  .marg-sm-b30 {
    margin-bottom: 30px !important; }
  .marg-sm-b35 {
    margin-bottom: 35px !important; }
  .marg-sm-b40 {
    margin-bottom: 40px !important; }
  .marg-sm-b45 {
    margin-bottom: 45px !important; }
  .marg-sm-b50 {
    margin-bottom: 50px !important; }
  .marg-sm-b55 {
    margin-bottom: 55px !important; }
  .marg-sm-b60 {
    margin-bottom: 60px !important; }
  .marg-sm-b65 {
    margin-bottom: 65px !important; }
  .marg-sm-b70 {
    margin-bottom: 70px !important; }
  .marg-sm-b75 {
    margin-bottom: 75px !important; }
  .marg-sm-b80 {
    margin-bottom: 80px !important; }
  .marg-sm-b85 {
    margin-bottom: 85px !important; }
  .marg-sm-b90 {
    margin-bottom: 90px !important; }
  .marg-sm-b95 {
    margin-bottom: 95px !important; }
  .marg-sm-b100 {
    margin-bottom: 100px !important; }
  .marg-sm-b140 {
    margin-bottom: 140px !important; }
  .marg-sm-t0 {
    margin-top: 0px !important; }
  .marg-sm-t5 {
    margin-top: 5px !important; }
  .marg-sm-t10 {
    margin-top: 10px !important; }
  .marg-sm-t15 {
    margin-top: 15px !important; }
  .marg-sm-t20 {
    margin-top: 20px !important; }
  .marg-sm-t25 {
    margin-top: 25px !important; }
  .marg-sm-t30 {
    margin-top: 30px !important; }
  .marg-sm-t35 {
    margin-top: 35px !important; }
  .marg-sm-t40 {
    margin-top: 40px !important; }
  .marg-sm-t45 {
    margin-top: 45px !important; }
  .marg-sm-t50 {
    margin-top: 50px !important; }
  .marg-sm-t55 {
    margin-top: 55px !important; }
  .marg-sm-t60 {
    margin-top: 60px !important; }
  .marg-sm-t65 {
    margin-top: 65px !important; }
  .marg-sm-t70 {
    margin-top: 70px !important; }
  .marg-sm-t75 {
    margin-top: 75px !important; }
  .marg-sm-t80 {
    margin-top: 80px !important; }
  .marg-sm-t85 {
    margin-top: 85px !important; }
  .marg-sm-t90 {
    margin-top: 90px !important; }
  .marg-sm-t95 {
    margin-top: 95px !important; }
  .marg-sm-t100 {
    margin-top: 100px !important; }
  .marg-sm-t140 {
    margin-top: 140px !important; }
  .no-padd-sm {
    padding-left: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 767px) {
  .marg-xs-b0 {
    margin-bottom: 0px !important; }
  .marg-xs-b5 {
    margin-bottom: 5px !important; }
  .marg-xs-b10 {
    margin-bottom: 10px !important; }
  .marg-xs-b15 {
    margin-bottom: 15px !important; }
  .marg-xs-b20 {
    margin-bottom: 20px !important; }
  .marg-xs-b25 {
    margin-bottom: 25px !important; }
  .marg-xs-b30 {
    margin-bottom: 30px !important; }
  .marg-xs-b35 {
    margin-bottom: 35px !important; }
  .marg-xs-b40 {
    margin-bottom: 40px !important; }
  .marg-xs-b45 {
    margin-bottom: 45px !important; }
  .marg-xs-b50 {
    margin-bottom: 50px !important; }
  .marg-xs-b55 {
    margin-bottom: 55px !important; }
  .marg-xs-b60 {
    margin-bottom: 60px !important; }
  .marg-xs-b65 {
    margin-bottom: 65px !important; }
  .marg-xs-b70 {
    margin-bottom: 70px !important; }
  .marg-xs-b75 {
    margin-bottom: 75px !important; }
  .marg-xs-b80 {
    margin-bottom: 80px !important; }
  .marg-xs-b85 {
    margin-bottom: 85px !important; }
  .marg-xs-b90 {
    margin-bottom: 90px !important; }
  .marg-xs-b95 {
    margin-bottom: 95px !important; }
  .marg-xs-b100 {
    margin-bottom: 100px !important; }
  .marg-xs-b140 {
    margin-bottom: 140px !important; }
  .marg-xs-t0 {
    margin-top: 0px !important; }
  .marg-xs-t5 {
    margin-top: 5px !important; }
  .marg-xs-t10 {
    margin-top: 10px !important; }
  .marg-xs-t15 {
    margin-top: 15px !important; }
  .marg-xs-t20 {
    margin-top: 20px !important; }
  .marg-xs-t25 {
    margin-top: 25px !important; }
  .marg-xs-t30 {
    margin-top: 30px !important; }
  .marg-xs-t35 {
    margin-top: 35px !important; }
  .marg-xs-t40 {
    margin-top: 40px !important; }
  .marg-xs-t45 {
    margin-top: 45px !important; }
  .marg-xs-t50 {
    margin-top: 50px !important; }
  .marg-xs-t55 {
    margin-top: 55px !important; }
  .marg-xs-t60 {
    margin-top: 60px !important; }
  .marg-xs-t65 {
    margin-top: 65px !important; }
  .marg-xs-t70 {
    margin-top: 70px !important; }
  .marg-xs-t75 {
    margin-top: 75px !important; }
  .marg-xs-t80 {
    margin-top: 80px !important; }
  .marg-xs-t85 {
    margin-top: 85px !important; }
  .marg-xs-t90 {
    margin-top: 90px !important; }
  .marg-xs-t95 {
    margin-top: 95px !important; }
  .marg-xs-t100 {
    margin-top: 100px !important; }
  .marg-xs-t140 {
    margin-top: 140px !important; }
  .no-padd-xs {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
  cursor: ew-resize;
  margin: 0 auto;
  height: inherit;
  float: left; }

.swiper-slide {
  float: left;
  height: inherit;
  position: relative; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS  */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.a-btn {
  border: 2px solid #fff;
  font-size: 15px;
  letter-spacing: -.3px;
  color: #fff;
  padding: 8px 20px 8px 6px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 40px 40px; }
  .a-btn:hover {
    color: #0070ba;
    text-decoration: none; }
  .a-btn i {
    background-color: #0070ba;
    color: white;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 20px 20px; }

/*----------------------------------------------------------*/
/*----------------------Search popup-----------------------*/
.search-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }

.search-popup.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1); }
  .search-popup.open .input-field {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    padding-bottom: 20px;
    display: inline-block; }
  .search-popup.open .input-field:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 5;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }
  .search-popup.open .input-field:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -105%;
    width: 100%;
    height: 2px;
    background: #333;
    z-index: 5;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; }
  .search-popup.open .input-field.active:before {
    right: -105%; }
  .search-popup.open .input-field.active:after {
    left: 0px; }
  .search-popup.open .input-field .input {
    position: absolute;
    left: 0px;
    background: none;
    color: #fff;
    width: 100%;
    padding-right: 50px;
    border: none; }
  .search-popup.open .input-field .wraper {
    position: relative;
    width: 100%; }
  .search-popup.open .search-form {
    position: relative;
    width: 100%;
    background: #333;
    padding: 90px;
    top: 30px; }
  .search-popup.open .search-form .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 45px; }
  .search-popup.open .submit {
    color: #909090;
    position: relative;
    float: right; }
    .search-popup.open .submit:hover {
      color: #0070ba; }
  .search-popup.open .submit input {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    z-index: 50;
    padding: 0px;
    background-color: transparent;
    border: none; }
  .search-popup.open .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #787878;
    color: white;
    text-align: center;
    line-height: 40px;
    opacity: .7;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .search-popup.open .close:hover {
      background-color: #0070ba;
      opacity: 1; }
  .search-popup.open .close span {
    font-size: 24px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    display: block;
    font-family: Helvetica,sans-serif; }

.search-popup .vertical-align {
  width: 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*html, body {
  overflow-x: hidden !important; }*/

* {
  outline: none !important; }

.overflow {
  overflow: hidden !important; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRELOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.preload-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999; }

.a-preload {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0); }

.cssload-container {
  display: block;
  margin: auto; }

.cssload-loading {
  width: 86px;
  height: 86px; }

.cssload-loading i {
  width: 86px;
  height: 86px;
  display: inline-block;
  background: #090c11;
  border-radius: 50%;
  position: absolute; }

.cssload-loading i:nth-child(1) {
  transform: translate(-144px, 0);
  -o-transform: translate(-144px, 0);
  -ms-transform: translate(-144px, 0);
  -webkit-transform: translate(-144px, 0);
  -moz-transform: translate(-144px, 0);
  animation: cssload-loading-ani1 1.15s linear infinite;
  -o-animation: cssload-loading-ani1 1.15s linear infinite;
  -ms-animation: cssload-loading-ani1 1.15s linear infinite;
  -webkit-animation: cssload-loading-ani1 1.15s linear infinite;
  -moz-animation: cssload-loading-ani1 1.15s linear infinite; }

.cssload-loading i:nth-child(2) {
  background: #0070ba;
  transform: translate(144px, 0);
  -o-transform: translate(144px, 0);
  -ms-transform: translate(144px, 0);
  -webkit-transform: translate(144px, 0);
  -moz-transform: translate(144px, 0);
  animation: cssload-loading-ani2 1.15s linear infinite;
  -o-animation: cssload-loading-ani2 1.15s linear infinite;
  -ms-animation: cssload-loading-ani2 1.15s linear infinite;
  -webkit-animation: cssload-loading-ani2 1.15s linear infinite;
  -moz-animation: cssload-loading-ani2 1.15s linear infinite; }

@keyframes cssload-loading-ani1 {
  25% {
    z-index: 2; }
  50% {
    -webkit-transform: translate(144px, 0) scale(1);
    transform: translate(144px, 0) scale(1); }
  75% {
    -webkit-transform: translate(0, 0) scale(0.75);
    transform: translate(0, 0) scale(0.75); }
  100% {
    -webkit-transform: translate(-144px, 0) scale(1);
    transform: translate(-144px, 0) scale(1); } }

@-webkit-keyframes cssload-loading-ani1 {
  25% {
    z-index: 2; }
  50% {
    -webkit-transform: translate(144px, 0) scale(1); }
  75% {
    -webkit-transform: translate(0, 0) scale(0.75); }
  100% {
    -webkit-transform: translate(-144px, 0) scale(1); } }

@keyframes cssload-loading-ani2 {
  25% {
    -webkit-transform: translate(0, 0) scale(0.75);
    transform: translate(0, 0) scale(0.75); }
  50% {
    -webkit-transform: translate(-144px, 0) scale(1);
    transform: translate(-144px, 0) scale(1); }
  75% {
    z-index: 2; }
  100% {
    -webkit-transform: translate(144px, 0) scale(1);
    transform: translate(144px, 0) scale(1); } }

@-webkit-keyframes cssload-loading-ani2 {
  25% {
    -webkit-transform: translate(0, 0) scale(0.75); }
  50% {
    -webkit-transform: translate(-144px, 0) scale(1); }
  75% {
    z-index: 2; }
  100% {
    -webkit-transform: translate(144px, 0) scale(1); } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.a-header {
  width: 100%;
  position: fixed;
  z-index: 9998;
  padding-top: 38px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .a-header.scroll {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.8); box-shadow: 0 0 15px 0 #cccccc;}
    .a-header.scroll .inner-wrap.style-1 {
      padding: 28px 20px 0px; }

.logo-wrap {
  float: left;
  display: table-cell;
  vertical-align: middle; }

.logo {
  font-size: 22px;
  color: white;
  font-family: 'Montserrat-Regular', sans-serif; }
  .logo:hover, .logo:visited {
    text-decoration: none;
    color: white; }
  .logo img {
    max-height: 75px;
    margin-bottom: 0;
    margin-top: -30px; 
	max-width:150px;
	width: 100%;}

.a-header.scroll .logo img {
  margin-top: -10px; }

.header-folow {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
  top: 2px; }
  .header-folow .serch-button {
    color: #090C11;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .header-folow .serch-button:hover {
      color: #0070ba; }

.inner-wrap {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 28px 20px 13px;
  display: table;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.inner-wrap.style-1 {
  padding: 28px 20px 30px; }

.wpc-navigation {
  position: relative;
  min-height: 40px;
  display: table-cell;
  vertical-align: middle; }

.main-menu {
  padding: 2px 35px 2px 10px;
  margin: 0;
  text-align: right; }

.sub-menu li a {
  padding: 8px 10px; font-size:13px; border-bottom: 1px solid rgba(255,255,255,0.3)}
.sub-menu li{padding-right: 0 !important;}

.menu-item {
  cursor: pointer; }

.menu-item a {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 600;
  }

.main-menu > li.active::after,
.main-menu > li:hover::after {
  background-color: #0070ba; }

.main-menu li.active > a,
.main-menu li:hover > a {
  color: #0070ba; }

.main-menu > li {
  padding-bottom: 29px; }
  .main-menu > li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 30px;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.main-menu > li {
  margin-left: 21px; }

.main-menu li {
  display: inline-block;
  padding-right: 5px;
  position: relative; }

.main-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 170px;
  min-width: 170px;
  text-align: left;
  padding: 0;
  margin-top: 28px; }
  .main-menu .sub-menu .menu-item {
    margin-left: 0;
    padding: 15px 5px;
    min-width: 120px;
    text-align: left; }
.main-menu .sub-menu li a{font-size:14px;}
.main-menu .sub-menu li{max-width:100%; padding-right: 0; text-overflow: ellipsis;}

.main-menu .current-menu-parent a,
.main-menu .current-menu-item a {
  color: #000; }

.inner-wrap.style-1 .menu-item:hover::after {
  background-color: transparent; }

.inner-wrap.style-1 .menu-item:hover a::before {
  background-color: #0070ba; }

.inner-wrap.style-1 .main-menu > li.active::after {
  background-color: transparent; }

.inner-wrap.style-1 .main-menu > li.active a::before {
  background-color: #0070ba; }

.inner-wrap.style-1 .main-menu .sub-menu li {
  display: block; }

.inner-wrap.style-1 .main-menu .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0; }

.inner-wrap.style-1 .nav-menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  display: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 3px; }

.inner-wrap.style-1 .wpc-navigation.active .nav-menu-icon i {
  background: none; }

.inner-wrap.style-1 .wpc-navigation.active .nav-menu-icon i:before {
  top: 0;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.inner-wrap.style-1 .wpc-navigation.active .nav-menu-icon i:after {
  top: 0;
  width: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.inner-wrap.style-1 .nav-menu-icon i:before, .inner-wrap.style-1 .nav-menu-icon i:after {
  content: '';
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out; }

.inner-wrap.style-1 .nav-menu-icon i:before {
  top: -7px; }

.inner-wrap.style-1 .nav-menu-icon i:after {
  bottom: -7px; }

.inner-wrap.style-1 .nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: white; }

.inner-wrap.style-1 .nav-menu-icon {
  display: block; }

.inner-wrap.style-1 .main-menu {
  opacity: 0; }

.inner-wrap.style-1 .wpc-navigation.active .main-menu {
  opacity: 1;
  width: 100%;
  height: auto; }

.inner-wrap.style-1 .menu-item-has-children > a span {
  display: inline-block; }

.menu-item-has-children.active > .sub-menu {
  position: absolute !important; }

.menu-item-has-children > a span {
  margin-left: 10px; }

@media only screen and (max-width: 992px) {
  .a-header.scroll .inner-wrap {
    padding: 25px 15px 15px; }
  .inner-wrap {
    position: relative;
    padding: 25px 15px 15px;
    background-color: #fff; }
  .wpc-navigation {
    position: static; }
  .main-menu {
    position: fixed;
    top: 67px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 20px 0;
    overflow-y: auto; }
    .main-menu li {
      display: block;
      padding-right: 0; }
    .main-menu li a {
      display: block;
      color: #090C11; }
    .main-menu .menu-item {
      text-align: left;
      margin-left: 0; }
      .main-menu .menu-item a {
        padding: 10px 0;
        padding-left: 15px; }
  .wpc-navigation .main-menu li > .sub-menu {
    left: 0;
    background-color: #262A2B;
    position: relative;
    padding:0;}
    .wpc-navigation .main-menu li > .sub-menu a {
      color: #fff; }
    .wpc-navigation .main-menu li > .sub-menu li {
      padding: 0; }
  .main-menu li > .sub-menu {
    margin-top: 15px; }
  .main-menu li > .sub-menu::before {
    
    position: absolute;
    height: 3px;
    width: 70px;
    left: 0;
    top: 46px;
    background: #8B8B8B; }
  .inner-wrap .main-menu .sub-menu .sub-menu {
    position: relative;
    left: 0;
    padding: 20px 0;
    background-color: #222222; }
    .inner-wrap .main-menu .sub-menu .sub-menu li {
      padding: 0; }
  .inner-wrap .wpc-navigation nav .nav-menu-icon {
    position: absolute;
    width: 30%;
    text-align: right;
    right: 20px;
    margin-top: 3px; }
  .inner-wrap nav .main-menu {
    display: block; }
  .inner-wrap nav .main-menu {
    display: block; }
  .inner-wrap .wpc-navigation .main-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .inner-wrap .wpc-navigation.active .main-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.sub-menu a {
  line-height: 20px; }

.inner-wrap.style-2 .logo {
  color: #090C11; }
  .inner-wrap.style-2 .logo:hover {
    color: #090C11; }

.inner-wrap.style-2 .main-menu > li.active > a, .inner-wrap.style-2 .main-menu > li:hover > a {
  color: #0070ba !important; }

.inner-wrap.style-2 .menu-item a {
  font-family: 'Montserrat-Light', sans-serif; }

.inner-wrap.type-2 .menu-item a {
  color: #090C11; }

.inner-wrap.type-2 .main-menu .sub-menu li {
  display: block; }

.inner-wrap.type-2 .main-menu .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0; }
.third-drop{top:-30px !important;}

.inner-wrap.type-2 .nav-menu-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  display: none;
  cursor: pointer; }

.inner-wrap.type-2 .wpc-navigation.active .nav-menu-icon i {
  background: none; }

.inner-wrap.type-2 .wpc-navigation.active .nav-menu-icon i:before {
  top: 0;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.inner-wrap.type-2 .wpc-navigation.active .nav-menu-icon i:after {
  top: 0;
  width: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.inner-wrap.type-2 .nav-menu-icon i:before, .inner-wrap.type-2 .nav-menu-icon i:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #090C11;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out; }

.inner-wrap.type-2 .nav-menu-icon i:before {
  top: -7px; }

.inner-wrap.type-2 .nav-menu-icon i:after {
  bottom: -7px; }

.inner-wrap.type-2 .nav-menu-icon i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #090C11; }

.inner-wrap.type-2 .menu-item-has-children > a span {
  display: none; }

.inner-wrap.type-2 .wpc-navigation.active .main-menu {
  display: block;
  width: 100%;
  height: auto; }

.inner-wrap.type-2 .menu-item-has-children > a span {
  display: inline-block; }

.inner-wrap.type-2 .menu-item-has-children.active > .sub-menu {
  position: static; }

@media screen and (max-width: 992px) {
  .inner-wrap.type-2 .nav-menu-icon {
    display: block; }
  .inner-wrap.type-2 .main-menu {
    width: 100%; } }

.inner-wrap.style-3 .main-menu > li > a,
.inner-wrap.style-4 .main-menu > li > a {
  position: relative;
  z-index: 9999;
  text-decoration: none;}

.inner-wrap.style-3 .logo {
  color: black; }
  .inner-wrap.style-3 .logo:hover {
    color: black; }

.inner-wrap.style-3 .menu-item a {
  color: white; }

.inner-wrap.style-3 .main-menu li:hover > a,
.inner-wrap.style-3 .main-menu li.active > a {
  color: #fff; }

.inner-wrap.style-3 .main-menu > li::after {
  background-color: transparent; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-wrap {
  padding: 290px 0 325px; }

.banner-wrap.style-1 .a-btn {
  padding: 8px 34px 8px 6px; }

.video-iframe {
  width: 100%; }

.video-iframe, .close-btn {
  display: none; }

.close-btn {
  color: white;
  right: 30px;
  font-size: 16px;
  padding: 7px 13px;
  position: absolute;
  top: 10px;
  z-index: 9999;
  cursor: pointer;
  display: none;
  background-color: grey;
  border: none;
  font-family: 'Montserrat-Hairline', sans-serif; }

.video-iframe {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: none; }

.banner-content {
  color: #0a0a0a;
  width: 100%;
  max-width: 550px;
  margin: auto; }
  .banner-content .b-title {
    font-size: 36px;
    letter-spacing: -.1px;
    line-height: 43px;
    margin-bottom: 25px;
    font-family: 'Montserrat-SemiBold', sans-serif; }
  .banner-content .b-descr {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;}
  .banner-content .a-btn.style-1 {
    border: 3px solid #fff;
    border-radius: 15px;
    color: #fff;
    background-color: #0070ba;
    font-size: 22px;
    font-weight: 600;}


.banner-wrap.style-2 .banner-content {
  max-width: 700px; }
  .banner-wrap.style-2 .banner-content .b-title {
    line-height: 47px; }
  .banner-wrap.style-2 .banner-content .a-btn {
    padding: 15px 30px 15px 6px;
    margin-right: 25px;
    font-size: 14px;
    letter-spacing: -.1px; }
    .banner-wrap.style-2 .banner-content .a-btn i {
      background-color: #0070ba;
      margin-right: 27px;
      color: white; }
  .banner-wrap.style-2 .banner-content .b-btn {
    color: white;
    border-bottom: 1px solid #8D8586;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
    .banner-wrap.style-2 .banner-content .b-btn:hover {
      text-decoration: none;
      border-color: #0070ba;
      color: #0070ba; }

.banner-wrap.style-3 {
  padding: 313px 0 120px; }
  .banner-wrap.style-3 .banner-content {
    max-width: 1135px;
    margin: 0;
    padding: 15px; }
  .banner-wrap.style-3 .banner-content .b-title {
    font-size: 57px;
    text-transform: uppercase;
    color: #090C11;
    line-height: 64px;
    letter-spacing: -1.3px;
    font-family: 'Montserrat-Bold', sans-serif; }
  .banner-wrap.style-3 .banner-content .b-descr {
    font-size: 16px;
    letter-spacing: .4px;
    color: #090C11;
    font-family: 'Montserrat-Light', sans-serif; }
  .banner-wrap.style-3 .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 7px;
    background-color: #090C11;
    margin: 4.5px 0 4.5px auto;
    cursor: pointer;
    margin-right: 14px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-top: 55px; }
  .banner-wrap.style-3 .swiper-active-switch {
    height: 7px;
    width: 48px;
    background-color: #0070ba; }
  .banner-wrap.style-3 .swiper-container .pagination {
    display: inline-block;
    text-align: center;
    padding: 15px; }

.banner-wrap.style-4 {
  padding: 290px 0 150px; }
  .banner-wrap.style-4 .banner-content .b-title {
    font-size: 43px;
    line-height: 46px;
    margin-bottom: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800; }
  .banner-wrap.style-4 .banner-content .b-descr {
    margin-bottom: 20px; }
  .banner-wrap.style-4 .a-btn {
    margin-bottom: 32px;
    padding: 20px 25px; }
  .banner-wrap.style-4 .swiper-pagination-switch {
    display: block !important;
    width: 25px;
    height: 6px;
    background-color: #333;
    margin: 9px 0 9px auto;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .banner-wrap.style-4 .swiper-active-switch {
    height: 6px;
    width: 44px;
    background-color: #0070ba; }
  .banner-wrap.style-4 .swiper-container .pagination {
    position: absolute;
    right: 0px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/*------------------------------------------------------------------------------------------------------------------------------*/
/* INFO BLOCKS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.service-block {
  width: 100%;
  max-width: 370px;
  margin: auto;
  position: relative;
  padding: 20px 0; }
  .service-block.style-1 {
    margin-top: -80px; }
  .service-block .img-wrap {
    height: 160px;
    width: 100%; }
  .service-block .service-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
    margin: 30px 0 15px;}
  .service-block .service-descr {
    font-size: 16px;
    line-height: 22px;  
	  color:#000;}
    .service-block .service-descr a{color: #0070ba; font-weight: 600;}
  .service-block::after {
    content: '';
    position: absolute;
    width: 44px;
    height: 6px;
    border-radius: 3px;
    background-color: #E8E8E8;
    bottom: -6px;
    left: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .service-block:hover::after {
    background-color: #0070ba; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ABOUT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about-content .img-wrap {
  width: 37%; }

.about-content .descr {
  /*background-image: url(../img/bg_1.jpg);*/
  background-color:rgba(11, 11, 11, 0.8);
  padding: 105px 75px;
  width: 63%; }

.about-content .title {
  color: #fff;
  font-size: 26px;
  letter-spacing: -.4px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Montserrat-SemiBold', sans-serif; }
  .about-content .title::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 3px;
    width: 16px;
    background-color: #fff; }

.about-content .subtitle {
  color: #fff;
  font-size: 16px;
  letter-spacing: -.4px;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Montserrat-SemiBold', sans-serif; }
  .about-content .title::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 3px;
    width: 16px;
    background-color: #fff; }
	
.about-content .text {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 25px;
  font-family: "Montserrat-Regular";}

.about-wrap {
  padding: 100px 0; }
  .about-wrap .swiper-pagination-switch {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #090C11;
    border-radius: 3px;
    margin: 4.5px 0 4.5px auto;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .about-wrap .swiper-active-switch {
    height: 6px;
    width: 43px;
    background-color: #0070ba; }
  .about-wrap .swiper-container .pagination {
    position: absolute;
    right: -8px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.about-content-wrap {
  margin: 0 8px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADLINES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.headlines {
  color: #0a0a0a;
  font-size: 26px;
  letter-spacing: -.4px;
  position: relative;
  line-height: 36px;
  font-family: 'Montserrat-SemiBold', sans-serif; }
  .headlines::before {
    display: inline-block;
    vertical-align: baseline;
    height: 3px;
    width: 16px;
    background-color: #fff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* WORKS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.filter-wrap li {
  display: inline-block;
  margin-right: 8px; }

.filter-wrap .but {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #727C87;
  font-family: 'Montserrat-Light', sans-serif;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .filter-wrap .but:hover, .filter-wrap .but.activbut {
    color: #0070ba; }

.portfolio .hide-item {
  display: none; }

.portfolio .item-inner {
  position: relative;
  overflow: hidden; }
  .portfolio .item-inner:hover .item-info {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.portfolio .item-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 30px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .portfolio .item-info .title {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Montserrat-Regular', sans-serif; }
  .portfolio .item-info .text {
    font-size: 12px;
    color: #B6B6B6;
    font-family: 'Montserrat-Light', sans-serif; }
  .portfolio .item-info .p-open {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 32px;
    color: white;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
    .portfolio .item-info .p-open:hover {
      color: #0070ba;
      text-decoration: none; }
    .portfolio .item-info .p-open:focus, .portfolio .item-info .p-open:visited {
      text-decoration: none; }

.mfp-wrap {
  z-index: 9999 !important; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SERVICES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.services .icon-wrap {
  height: 67px;
  width: 67px;
  border: 1px solid #0070ba;
  border-radius: 3px;
  float: left;
  position: relative;
  margin-right: 27px; }
  .services .icon-wrap .icon {
    background-color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
    height: 65px;
    width: 65px;
    border: 3px solid #fff; 
	border-radius:3px;}
  .services .icon-wrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #323e48;
    font-size: 24px; }

.services:hover .icon {
  border: 3px solid white; }

.services .descr {
  overflow: hidden; }
  .services .descr .title {
    margin-bottom: 15px;
    font-size: 19px;
    color: #0a0a0a;
    margin-top: -2px;
    font-family: 'Montserrat-SemiBold', sans-serif; }
  .services .descr .text {
    color: #0f1419;
    font-size: 13px;
    line-height: 18px;
    font-family: "Montserrat-Regular";}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SKILLS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.skill-block .title {
  font-size: 14px;
  letter-spacing: .2px;
  color: #090C11;
  font-family: 'Montserrat-SemiBold', sans-serif;
  margin-bottom: 10px; }

.skill-block .rate {
  font-size: 12px;
  color: #727C87;
  font-family: 'Montserrat-UltraLight', sans-serif; }

.skill-block .skill-line {
  margin-top: 20px;
  position: relative;
  height: 9px;
  background: #F5F5F5;
  border-radius: 3px; }

.skill-block .skill-line .line-fill {
  position: relative;
  height: 9px;
  width: 0;
  background: #0070ba;
  -webkit-transition: all ease-out 2s;
  transition: all ease-out 2s;
  border-radius: 3px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* INFORMATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.information-wrap {
  padding-bottom: 100px;
  position: relative; background-color: #f6f8f8; }
  .information-wrap .img-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .1; }
  .information-wrap .img-wrap {
    border: 9px solid white;
    box-shadow: 0 0 43px 0 rgba(25, 26, 45, 0.16); }
  .information-wrap .content {
    padding: 0 35px 0 0; }
  .information-wrap .text {
    font-size: 16px;
    color: #1a1919;
    line-height: 24px;}
  .information-wrap .facts {
    background-color: transparent; display: inline-block; width: 100%; margin-top: 15px;}
  .information-wrap .item {
    color: #00358B;
    padding: 20px 10px 24px;
    font-size: 30px; width: 20%; float: left; text-align: center;}
    .information-wrap .item i {
      margin-right: 16px; }
    .information-wrap .item .title {
      margin-top: 10px;
      font-size: 16px;}
    .information-wrap .item .counter {
      display: inline-block;
      font-size: 40px; font-weight: 700;
      font-family: 'Ubuntu', sans-serif;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HOW I WORK */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.howiwork-wrap {
  padding: 105px 0; }
  .howiwork-wrap .headlines {
    color: white; }
    .howiwork-wrap .headlines::before {
      background-color: #fff; }

.services.style-2:hover .icon-wrap {
  border-color: #0070ba;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.services.style-2:hover .icon {
  background-color: #0070ba; }
  .services.style-2:hover .icon i {
    color: white; }

.services.style-2:hover .title.style-1::before {
  border-bottom-color: #0070ba; }

.services.style-2 .icon-wrap {
  height: 56px;
  width: 56px;
  padding: 5px;
  border-color: #fff; }
  .services.style-2 .icon-wrap i {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 16px;
    color: black; }

.services.style-2 .icon {
  height: 100%;
  width: 100%;
  border: none;
  background-color: #fff; }

.services.style-2 .title {
  color: white;
  letter-spacing: .3px;
  position: relative;
  display: inline-block;
  padding-right: 30px; }

.services.style-2 .title.style-1::before {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
  height: 1px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 100%;
  border-bottom: 2px dashed white; }

.services.style-2 .text {
  color: white;
  letter-spacing: -.2px;
  max-width: 230px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TEAM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.team-wrap {
  margin: 0 15px; }
  .team-wrap .img-wrap {
    box-shadow: 0 0 0 1px #EAEAEA;
    border: 10px solid white;
    margin: 2px;
    position: relative;
    overflow: hidden; }
  .team-wrap .t-about {
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    line-height: 26px;
    color: white;
    background-color: rgba(77, 130, 248, 0.94);
    box-sizing: border-box;
    background-clip: padding-box;
    border: 10px solid transparent;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
    .team-wrap .t-about .a-title {
      margin-top: 40px;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 8px;
      font-family: 'Montserrat-SemiBold', sans-serif; }
    .team-wrap .t-about .text {
      font-size: 12px;
      font-style: italic;
      letter-spacing: .2px;
      line-height: 25px;
      font-family: 'Montserrat-Hairline', sans-serif; }
  .team-wrap:hover .t-about {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .team-wrap .title {
    font-size: 16px;
    color: #090C11;
    margin-top: 29px;
    font-family: 'Montserrat-SemiBold', sans-serif; }
  .team-wrap .descr {
    font-size: 12px;
    letter-spacing: -.2px;
    margin-top: 10px;
    font-family: 'Montserrat-Hairline', sans-serif;
    color: #727C87; }

.swiper-wrap {
  position: relative; }
  .swiper-wrap .swiper-outer-left,
  .swiper-wrap .swiper-outer-right {
    position: absolute;
    height: 6px;
    background-color: #E8E8E8;
    width: 29px;
    top: -89px;
    right: 15px;
    cursor: pointer;
    border-radius: 3px; }
  .swiper-wrap .swiper-outer-left {
    width: 43px;
    background-color: #0f1419;
    right: 55px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CTA */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.cta-content {
  padding: 70px 30px; }
  .cta-content .text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 29px;
    font-family: 'Montserrat-UltraLight', sans-serif;
    color: #727C87; }
  .cta-content .a-btn {
    padding: 15px 20px 15px 6px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TESTIMONIALS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.testimonials-wrap {
  padding: 100px 0; }
  .testimonials-wrap .headlines {
    color: #0a0a0a;
    font-size: 25px;
    letter-spacing: .2px; }
    .testimonials-wrap .headlines::before {
      background-color: #fff; }
  .testimonials-wrap .swiper-outer-left {
    right: 80px; }
  .testimonials-wrap .swiper-outer-right {
    right: 40px; }

.testimonial-wrap {
  margin: 0 15px;
  padding-top: 40px; }
  .testimonial-wrap .testimonial {
    padding: 55px 30px 35px;
    background-color: #fff;
    position: relative; }
  .testimonial-wrap .img-wrap img {
    border-radius: 50%;
    height: 75px;
    width: 75px; }
  .testimonial-wrap .img-wrap {
    position: absolute;
    left: 28px;
    top: -38px; }
  .testimonial-wrap .icon-wrap {
    position: absolute;
    right: 15px;
    top: -5px; }
    .testimonial-wrap .icon-wrap i {
      font-size: 115px;
      color: #EBEBEB; }
  .testimonial-wrap .title {
    font-size: 15px;
    letter-spacing: -.3px;
    color: #090C11;
    font-family: 'Montserrat-SemiBold', sans-serif; }
  .testimonial-wrap .descr {
    margin: 10px 0 23px;
    font-size: 12px;
    letter-spacing: -.2px;
    font-family: 'Montserrat-Hairline', sans-serif;
    color: #727C87; }
  .testimonial-wrap .text {
    font-size: 12px;
    color: #727C87;
    font-style: italic;
    line-height: 24px;
    letter-spacing: .2px;
    font-family: 'Montserrat-Light', sans-serif; }

.customers {
  width: 100%;
  text-align: center; }
  .customers .item {
    display: inline-block;
    margin: 0 43px; }
  .customers .item img {
    height: 60px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.price-block {
  border: 1px solid #EAEAEA;
  max-width: 270px;
  width: 100%;
  margin: auto; }
  .price-block:hover .price-wrap {
    background-color: #0070ba;
    box-shadow: 0 0 0 8px #0070ba; }
  .price-block:hover .title,
  .price-block:hover .price,
  .price-block:hover .descr {
    color: white; }
  .price-block:hover .a-btn {
    border-color: #0070ba;
    color: #0070ba; }
    .price-block:hover .a-btn i {
      background-color: #0070ba; }
  .price-block .price-wrap {
    border: 3px solid #fff;
    box-shadow: 0 0 0 8px #F1F1F1;
    box-sizing: border-box;
    margin: 8px;
    background-clip: padding-box;
    text-align: center;
    padding: 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .price-block .title {
    font-size: 11px;
    letter-spacing: .4px;
    margin-bottom: 13px;
    color: #090C11;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold', sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .price-block .price {
    color: #090C11;
    font-size: 14px;
    letter-spacing: -.2px;
    margin-bottom: 17px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
    .price-block .price .price-num {
      font-size: 34px;
      letter-spacing: 1px;
      font-family: 'Montserrat-Regular', sans-serif; }
  .price-block .descr {
    font-size: 12px;
    color: #090C11;
    letter-spacing: .3px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
  .price-block .list {
    padding-left: 32px;
    margin-bottom: 40px;
    margin-top: 45px; }
  .price-block .item {
    font-size: 12px;
    color: #666766;
    position: relative;
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 22px;
    letter-spacing: .2px; }
    .price-block .item::before {
      position: absolute;
      content: '-';
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #666766;
      left: -13px; }
  .price-block .a-btn {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 15px 20px 15px 6px;
    letter-spacing: -.4px;
    margin-bottom: 37px; }
    .price-block .a-btn i {
      background-color: #090C11;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.blog-container {
  background-color: transparent; }
  .blog-container .swiper-outer-left {
    right: 80px; }
  .blog-container .swiper-outer-right {
    right: 40px; }

.main-post {
  background-color: #fff;
  margin: 0 15px; 
  box-shadow:0 0 6px 1px #ccc;}
  .main-post:hover .entry-title {
    color: #0070ba; }
  .main-post .img-wrap {
    display: block; }
  .main-post .entry-header {
    border-bottom: 2px solid #F5F5F5;
    padding: 25px 25px 20px; }
  .main-post .entry-title a {
    font-size: 18px;
    line-height: 27px;
    color: #090C11;
    font-family: 'Montserrat-SemiBold', sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .main-post .entry-title a:hover {
      color: #0070ba; }
  .main-post .entry-descr {
    margin-top: 5px; }
    .main-post .entry-descr li {
      font-size: 12px;
      line-height: 2;
      color: #646E80;
      display: inline-block;
      font-family: 'Montserrat-Light', sans-serif; }
    .main-post .entry-descr li:first-child {
      border-right: 1px solid #646E80;
      padding-right: 7px; }
    .main-post .entry-descr li:nth-child(2) {
      padding-left: 3px; }
      .main-post .entry-descr li:nth-child(2) a {
        color: #323e48;
        text-decoration: underline;
        letter-spacing: -.4px;
        padding-left: 3px; }
  .main-post .entry-content {
    padding: 20px 25px 30px;
    font-size: 12px;
    line-height: 20px;
    color: #646E80;
    font-family: 'Montserrat-Light', sans-serif; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CONTACTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.contact-info {
  padding: 0; margin-top: 30px; }
  .contact-info .text {
    font-size: 15px;
    font-weight: 600; line-height: 22px;}
  .contact-info .item {
    display: inline-block;
    background-color: rgba(0, 112, 186, 1);
    color: white;
    width: 270px;
    padding: 20px 18px;
    background-clip: padding-box;
    margin-right: 6px;
    border-radius: 6px;}
    .contact-info .item a {
      color: white;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .contact-info .item a:hover {
        text-decoration: none;
        color: #fff; }
    .contact-info .item .i-wrap {
      position: relative; }
  .contact-info .icon-wrapper {
    float: left;
    margin-right: 15px; }
    .contact-info .icon-wrapper i {
      line-height: 1.6; }

.wpc-map {
  height: 485px; }

.wpc-map-wrapper {
  position: relative; }

.form-2-container {
  margin-top:20px;
  margin-bottom: 35px;
  width: 100%; }

.form-2-wrapper {
  position: relative;
  background-color: rgba(255,255,255,0.8);
  border: 3px solid #0070ba;
  border-radius: 3px;
  padding: 30px 25px 35px;
  width: 100%; }
  .form-2-wrapper .headlines {
    font-size: 22px;
    line-height: 28px;
  	color:#2b2b2b;
    line-height: 26px; font-family: 'Ubuntu', sans-serif; font-weight: 600; margin-bottom: 15px;\
    }
    

.form-2 .form-input,
.form-2 .form-textarea {
  width: 25%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #090C11;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
  vertical-align: bottom;
  height: 37px;
  margin-right: 20px; }
  .form-2 .form-input::-webkit-input-placeholder,
  .form-2 .form-textarea::-webkit-input-placeholder {
    color: #6C737A;
    font-size: 14px;
    letter-spacing: -.4px;
    -webkit-transition: all 30ms ease-in-out;
    transition: all 30ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
  .form-2 .form-input::-moz-placeholder,
  .form-2 .form-textarea::-moz-placeholder {
    color: #6C737A;
    font-size: 14px;
    letter-spacing: -.4px;
    -webkit-transition: all 30ms ease-in-out;
    transition: all 30ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
  .form-2 .form-input:-ms-input-placeholder,
  .form-2 .form-textarea:-ms-input-placeholder {
    color: #6C737A;
    font-size: 14px;
    letter-spacing: -.4px;
    -webkit-transition: all 30ms ease-in-out;
    transition: all 30ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
  .form-2 .form-input:-moz-placeholder,
  .form-2 .form-textarea:-moz-placeholder {
    color: #6C737A;
    font-size: 14px;
    letter-spacing: -.4px;
    -webkit-transition: all 30ms ease-in-out;
    transition: all 30ms ease-in-out;
    font-family: 'Montserrat-Light', sans-serif; }
  .form-2 .form-input:hover, .form-2 .form-input:focus,
  .form-2 .form-textarea:hover,
  .form-2 .form-textarea:focus {
    border-bottom: 1px solid #0070ba; }
    .form-2 .form-input:hover::-webkit-input-placeholder, .form-2 .form-input:focus::-webkit-input-placeholder,
    .form-2 .form-textarea:hover::-webkit-input-placeholder,
    .form-2 .form-textarea:focus::-webkit-input-placeholder {
      color: #0070ba; }
    .form-2 .form-input:hover::-moz-placeholder, .form-2 .form-input:focus::-moz-placeholder,
    .form-2 .form-textarea:hover::-moz-placeholder,
    .form-2 .form-textarea:focus::-moz-placeholder {
      color: #0070ba; }
    .form-2 .form-input:hover:-ms-input-placeholder, .form-2 .form-input:focus:-ms-input-placeholder,
    .form-2 .form-textarea:hover:-ms-input-placeholder,
    .form-2 .form-textarea:focus:-ms-input-placeholder {
      color: #0070ba; }
    .form-2 .form-input:hover:-moz-placeholder, .form-2 .form-input:focus:-moz-placeholder,
    .form-2 .form-textarea:hover:-moz-placeholder,
    .form-2 .form-textarea:focus:-moz-placeholder {
      color: #0070ba; }

.form-2 .form-textarea {
  resize: none;
  width: 262px; }

.form-2 .form-submit {
  background-color: #0070ba;
  padding: 10px 30px; 
  color: #fff;
  border-radius: 5px;
  }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
  background-color: #090C11;
  color: white; }
  .footer .f-title a,
  .footer .f-title a:visited {
    color: white;
    text-decoration: none; }
    .footer .f-title a:hover .footer .f-title a:focus,
    .footer .f-title a:visited:hover .footer .f-title a:focus, .footer .f-title a:hover
    .footer .f-title a:visited:focus,
    .footer .f-title a:visited:hover
    .footer .f-title a:visited:focus {
      color: white;
      text-decoration: none; }
  .footer .f-title {
    font-size: 16px;
    margin-bottom: 40px;}
    .footer .f-title.style-1 {
      margin-bottom: 20px;
      font-size: 24px;
      font-family: 'Montserrat-Regular', sans-serif; }
      .footer .f-title.style-1 img {
        height: 45px; }
  .footer .f-text {
    font-size: 14px;
    line-height: 24px;}
  .footer .f-links {
    float: left;
    padding: 0;
    padding-left: 40px;
    position: relative; }
    .footer .f-links.type-1 {
      padding-right: 50px;
      padding-left: 0; }
      .footer .f-links.type-1::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 80%;
        width: 1px;
        background-color: #0C1626; }
    .footer .f-links .item a {
      font-size: 12px;
      letter-spacing: -.1px;
      line-height: 28px;
      color: white;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      font-family: 'Montserrat-UltraLight', sans-serif; }
      .footer .f-links .item a:hover {
        color: #0070ba; }
  .footer .f-btn {
    text-transform: uppercase;
    color: white;
    background-color: #0070ba;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #0070ba;
    padding: 10px 18px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
    .footer .f-btn:hover {
      background-color: transparent;
      text-decoration: none; }
    .footer .f-btn.style-2 {
      font-size: 11px;
      border-radius: 3px;
      padding: 15px 33px;
      margin-top: 17px; }
  .footer .f-form {
    margin-top: 49px; }
    .footer .f-form .input-wrap {
      position: relative;
      display: inline-block; }
      .footer .f-form .input-wrap .icon {
        position: absolute;
        right: 11px;
        font-size: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .footer .f-form .f-input {
      background: transparent;
      border: 1px solid white;
      border-radius: 3px;
      padding: 15px 17px;
      font-size: 12px;
      width: 245px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .footer .f-form .f-input:focus {
        border-color: #0070ba; }
      .footer .f-form .f-input::-webkit-input-placeholder {
        font-size: 12px;
        color: white;
        letter-spacing: .2px;
        font-family: 'Montserrat-UltraLight', sans-serif; }
      .footer .f-form .f-input::-moz-placeholder {
        font-size: 12px;
        color: white;
        letter-spacing: .2px;
        font-family: 'Montserrat-UltraLight', sans-serif; }
      .footer .f-form .f-input:-ms-input-placeholder {
        font-size: 12px;
        color: white;
        letter-spacing: .2px;
        font-family: 'Montserrat-UltraLight', sans-serif; }
      .footer .f-form .f-input:-moz-placeholder {
        font-size: 12px;
        color: white;
        letter-spacing: .2px;
        font-family: 'Montserrat-UltraLight', sans-serif; }
  .footer .copyright {
    font-size: 12px;
    color: #8C8C8C;}
  .footer .social {
    text-align: right; }
    .footer .social li {
      display: inline-block; }
    .footer .social li a {
      text-transform: uppercase;
      color: white;
      font-size: 10px;
      margin-left: 13px;}
      .footer .social li a:hover {
        color: #0070ba; }
  .footer .b-footer {
    padding: 30px 0 25px;
    border-top: 1px solid #0C1626; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BLOG PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-wrap.blog {
  padding: 140px 0 65px; }
  .banner-wrap.blog .banner-content {
    width: auto;
    max-width: 100%;
    padding: 0 20px; }
    .banner-wrap.blog .banner-content .b-title {
      font-size: 26px;
      letter-spacing: .6px;
      margin-bottom: 8px; }
    .banner-wrap.blog .banner-content .b-descr {
      font-size: 12px;
      letter-spacing: 1px; }

.a-prod-pagination {
  margin-top: 20px;
  margin-bottom: 10px; }
  .a-prod-pagination ul li {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    margin-right: 4.5px; }
    .a-prod-pagination ul li.active a,
    .a-prod-pagination ul li:hover a {
      background-color: #0070ba;
      color: white;
      text-decoration: none; }
  .a-prod-pagination ul li a {
    color: #DFDFDF;
    display: block;
    padding: 10px 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1px;
    font-family: 'Montserrat-Light', sans-serif; }

.widget_search .search-form {
  position: relative; }
  .widget_search .search-form label {
    display: block;
    max-width: 100%; }

.widget_search .search-field {
  width: 100%;
  border: none;
  background-color: #fff;
  display: block;
  padding: 25px 45px 25px 25px;
  font-size: 12px;
  letter-spacing: .2px;
  font-family: 'Montserrat-Hairline', sans-serif; }
  .widget_search .search-field::-webkit-input-placeholder {
    font-size: 12px;
    letter-spacing: .2px;
    font-family: 'Montserrat-Hairline', sans-serif; }
  .widget_search .search-field::-moz-placeholder {
    font-size: 12px;
    letter-spacing: .2px;
    font-family: 'Montserrat-Hairline', sans-serif; }
  .widget_search .search-field:-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: .2px;
    font-family: 'Montserrat-Hairline', sans-serif; }
  .widget_search .search-field:-moz-placeholder {
    font-size: 12px;
    letter-spacing: .2px;
    font-family: 'Montserrat-Hairline', sans-serif; }

.widget_search .search-submit {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px; }
  .widget_search .search-submit:hover {
    color: #0070ba; }

.widget_recent_entries {
  background-color: #fff;
  padding: 25px 25px 15px;
  margin-top: 30px; }

.widget-title {
  color: #090C11;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 28px;
  font-family: 'Montserrat-SemiBold', sans-serif; }
  .widget-title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #0070ba;
    bottom: 0;
    left: 0; }

.recent-post {
  display: block;
  clear: both;
  margin-bottom: 17px; }
  .recent-post .img-wrap {
    height: 57px;
    width: 57px;
    display: block;
    float: left;
    margin-right: 20px; }
  .recent-post .descr {
    overflow: hidden; }
    .recent-post .descr .title {
      font-size: 14px;
      margin-top: 8px;
      color: #090C11;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      margin-bottom: 10px;
      display: block;
      letter-spacing: .3px;
      font-family: 'Montserrat-Regular', sans-serif; }
      .recent-post .descr .title:hover {
        text-decoration: none;
        color: #0070ba; }
    .recent-post .descr .date {
      font-size: 12px;
      color: #818B9D;
      font-family: 'Montserrat-UltraLight', sans-serif; }

.widget_categories {
  margin-top: 30px;
  background-color: #fff;
  padding: 25px 25px 15px; }
  .widget_categories .widget-title {
    padding-bottom: 17px; }
  .widget_categories .cat {
    display: block;
    width: 47%;
    float: left; }
    .widget_categories .cat .cat-item {
      display: block;
      margin-bottom: 15px; }
    .widget_categories .cat .cat-item a {
      font-size: 14px;
      letter-spacing: .9px;
      color: #090C11;
      font-family: 'Montserrat-SemiBold', sans-serif;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .widget_categories .cat .cat-item a:hover {
        color: #0070ba;
        text-decoration: none; }

.widget_adversting {
  margin-top: 30px; }
  .widget_adversting .img-wrapper {
    position: relative;
    display: block;
    background-size: cover; }
  .widget_adversting .text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 31px;
    color: white;
    line-height: 36px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SINGLE BLOG PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.single-post .img-wrap {
  display: block; }

.single-post .entry-title a {
  font-size: 24px;
  letter-spacing: .6px; }

.single-post .entry-header {
  margin-top: 15px;
  padding: 25px; }

.single-post .entry-descr {
  margin-top: 15px; }

.single-post .entry-content {
  padding: 30px 25px;
  font-family: 'Montserrat-UltraLight', sans-serif;
  font-size: 13px;
  letter-spacing: -.1px;
  line-height: 29px; }

.single-post .blockquote {
  padding: 6px 20px 6px;
  margin: 25px auto;
  font-size: 13px;
  line-height: 29px;
  color: #646E80;
  letter-spacing: -.1px;
  font-style: italic;
  position: relative;
  font-family: 'Montserrat-Light', sans-serif; }
  .single-post .blockquote::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: #0070ba;
    left: 0;
    top: 0; }

.form-blog {
  padding: 35px 30px;
  background-color: #fff;
  margin: 40px auto; }
  .form-blog label {
    width: 100%;
    color: #090C11;
    font-size: 12px; }
    .form-blog label sup {
      font-size: 10px; }

.form-blog .form-title {
  font-size: 19px;
  letter-spacing: .5px;
  color: #090C11;
  position: relative;
  padding-bottom: 20px;
  font-family: 'Montserrat-SemiBold', sans-serif; }
  .form-blog .form-title::after {
    content: '';
    width: 48px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0070ba; }

.form-blog .form-input {
  width: 100%;
  background-color: #F4F4F4;
  padding: 20px 22px;
  font-size: 12px;
  letter-spacing: -.1px;
  border: none;
  color: #F7F7F7;
  margin-top: 15px;
  font-family: 'Montserrat-UltraLight', sans-serif; }

.form-blog .form-textarea {
  display: block;
  background-color: #F7F7F7;
  height: 155px;
  width: 100%;
  padding: 20px 22px;
  resize: none;
  border: none;
  margin-top: 15px; }

.form-blog .btn-submit {
  display: inline-block;
  background-color: #0070ba;
  border: 1px solid #0070ba;
  padding: 19px 45px;
  color: white;
  font-size: 16px;
  letter-spacing: .2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }
  .form-blog .btn-submit:hover {
    background-color: transparent;
    color: #0070ba; }

.comments-area {
  padding: 40px 30px 0;
  background-color: #fff; }

.comment-list {
  margin-top: 60px; }

.comments-area .comments-title {
  font-size: 20px;
  letter-spacing: -.1px;
  color: #090C11;
  font-family: 'Montserrat-SemiBold', sans-serif; }

.comments-area ol {
  list-style: none; }

.comment-body {
  margin-top: 44px;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8; }
  .comment-body::before {
    position: absolute;
    content: '';
    top: 0;
    left: -30px;
    width: 5px;
    height: 50px;
    background-color: #0070ba; }

.comment-body .comment-author {
  float: left; }

.comment-body .comment-author a {
  font-size: 14px;
  letter-spacing: -.5px;
  margin-right: 23px;
  color: #090C11;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative; }
  .comment-body .comment-author a:hover {
    color: #0070ba;
    text-decoration: none; }
  .comment-body .comment-author a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 3px;
    background-color: #727C87;
    top: 10px;
    right: -15px; }

.comment-body .comment-author img {
  float: left;
  margin-right: 17px;
  height: 50px;
  width: 50px; }

.comment-body .comment-metadata a {
  font-size: 10px;
  letter-spacing: .4px;
  color: #AFAFAF;
  margin-top: 9px;
  line-height: 20px;
  font-family: 'Montserrat-Regular', sans-serif; }

.comment-body .comment-content {
  float: right;
  margin-top: -21px;
  overflow: hidden;
  font-size: 13px;
  line-height: 26px;
  padding-left: 67px;
  color: #878787;
  letter-spacing: -.2px;
  font-family: 'Montserrat-UltraLight', sans-serif; }

.comment-body .reply {
  clear: both;
  margin-left: 67px; }

.comment-body .reply a {
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: -.5px;
  color: #090C11;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: 'Montserrat-SemiBold', sans-serif; }
  .comment-body .reply a:hover {
    text-decoration: none;
    color: #0070ba; }

.children li {
  padding-left: 40px; }

.children li .comment-body::before {
  left: -70px; }

.comment-body {
  margin-top: 25px;
  position: relative;
  padding-bottom: 23px;
  border-bottom: 1px solid #e8e8e8; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .footer .f-links {
    width: 50%; }
  .footer .f-form .input-wrap {
    display: block; }
  .footer .f-form .f-input {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .inner-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .a-header.scroll .inner-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .information-wrap {
    padding-bottom: 0; }
  .form-2-wrapper {
    width: 90%; }
    .form-2-wrapper .form-submit {
      margin-top: 25px; }
    .form-2-wrapper .form-input {
      width: 25%; }
    .form-2-wrapper .form-textarea {
      width: 40%; } }
@media(min-width: 983px) and (max-width: 1400px){
	.inner-wrap.style-3 .main-menu {
	  margin-left:20% !important; }
}
@media only screen and (min-width: 993px) {
  .inner-wrap.style-1 .main-menu {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .inner-wrap.style-1 .wpc-navigation.active .main-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .inner-wrap.type-2 .main-menu li:hover > .sub-menu {
    display: block; }
  .main-menu li:hover > .sub-menu {
    display: block; }
  .menu-item-has-children > a span {
    display: none !important; }
  .inner-wrap.style-1 .menu-item > a::before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    height: 1px;
    width: 30px;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .inner-wrap.style-1 .nav-menu-icon {
    margin-top: -10px; }
  .sub-menu::before {
    content: '';
    height: 100px;
    z-index: 9999;
    width: 300px;
    position: absolute;
    top: -100%; }
  .inner-wrap.style-1 .nav-menu-icon.active {
    margin-top: -10px; }
  .a-header.scroll.style-2 {
    background-color: transparent;
    padding-top: 15px; }
  .main-menu > li::after {
    bottom: 0; }
  .inner-wrap.style-2 {
    background-color: #fff;
    padding: 28px 20px 0px;
    border-radius: 35px 35px; }
    .inner-wrap.style-2 .main-menu > li::after {
      bottom: -2px; }
    .inner-wrap.style-2 .main-menu .sub-menu {
      background-color: #fff; }
      .inner-wrap.style-2 .main-menu .sub-menu li {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .inner-wrap.style-2 .main-menu .sub-menu li:hover {
        background-color: #090C11; }
        .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
          color: white; }
  .inner-wrap.style-4 .main-menu > li,
  .inner-wrap.style-3 .main-menu > li {
    padding-bottom: 13px;
    position: relative; }
    .inner-wrap.style-4 .main-menu > li::before,
    .inner-wrap.style-3 .main-menu > li::before {
      content: '';
      position: absolute;
      height: 110px;
      width: 100%;
      left: 0;
      bottom: -100%; }
  .inner-wrap.style-4 .main-menu .sub-menu,
  .inner-wrap.style-3 .main-menu .sub-menu {
    background: #0070ba;}
  .inner-wrap.style-2 .main-menu li > .sub-menu {
    border-radius: 0 0 20px 20px; }
  .inner-wrap.style-4 {
    padding-bottom: 0; }
    .inner-wrap.style-4 .main-menu > li {
      padding-bottom: 26px; }
  .a-header.style-3 .color-logo{display:none;}
  .a-header.style-3 .white-logo{display:block;}
  .a-header.style-3.scroll .inner-wrap.style-3 .bg-header::before{border-width:72px 35px 0px 0;}
  .a-header.style-3.scroll {
    background-color: rgba(255, 255, 255, 1);}
	.a-header.style-3.scroll .inner-wrap{padding:18px 20px 7px;}
	.a-header.style-3.scroll .color-logo{display:block;}
	.a-header.style-3.scroll .white-logo{display:none;}
  .inner-wrap.style-3 {
    position: relative; }
    .inner-wrap.style-3 .bg-header {
      position: absolute;
      background-color: #0070ba;
      top: 0;
      right: 0;
      height: 101%;
      z-index: -1; 
      background: radial-gradient(circle, #0095d9, #00358b);}
      .inner-wrap.style-3 .bg-header::before {
        position: absolute;
        top: 1px;
        left: -35px;
        content: ' ';
        display: block;
        width: 0;
        height: 99%;
        border-style: solid;
        border-width: 73px 35px 0px 0;
        border-color: transparent #00358b transparent transparent; }
    .inner-wrap.style-3 .main-menu {
      display: inline-block;
      float: left;
	  
          margin-left:30%;
 }
  .a-header.style-4 {
    padding-top: 0px; }
    .a-header.style-4 .inner-wrap.type-2 {
      border-bottom: 1px solid #282828;
      position: relative; }
      .a-header.style-4 .inner-wrap.type-2::after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #2D3033;
        bottom: -2px;
        right: 0; }
    .a-header.style-4.scroll .inner-wrap.type-2::after {
      background-color: transparent; }
    .a-header.style-4 .main-menu {
      padding: 2px 10px; }
    .a-header.style-4 .main-menu > li::after {
      height: 3px;
      width: 60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .a-header.style-4 .inner-wrap.type-2 li a {
      color: white; }
    .a-header.style-4 .inner-wrap.type-2 li:hover > a,
    .a-header.style-4 .inner-wrap.type-2 li.active > a {
      color: #0070ba; } }

@media only screen and (max-width: 992px) {
  .a-header.scroll .inner-wrap {
    padding: 20px 20px 10px !important; }
  .a-header.scroll .inner-wrap.style-2 {
    padding: 25px 15px 15px !important; }
  .inner-wrap.style-3 .logo,
  .inner-wrap.style-4 .logo {
    color: white; }
  .inner-wrap.style-3 .nav-menu-icon i,
  .inner-wrap.style-4 .nav-menu-icon i {
    background-color: #000; }
    .inner-wrap.style-3 .nav-menu-icon i::before, .inner-wrap.style-3 .nav-menu-icon i::after,
    .inner-wrap.style-4 .nav-menu-icon i::before,
    .inner-wrap.style-4 .nav-menu-icon i::after {
      background-color: #000; }
  .on-d {
    display: block !important; }
  .main-menu > li {
    padding-bottom: 10px; }
  .menu-item-has-children.active > .sub-menu {
    position: static !important; }
  .logo img {
    max-height: inherit; }
  .bg-header {
    display: none; }
  .inner-wrap.style-1 {
    padding: 23px 20px 23px; }
  .inner-wrap {
    padding: 10px 20px 10px; }
  .inner-wrap.style-2 .wpc-navigation nav .nav-menu-icon {
    position: relative;
    right: 15px; }
  .inner-wrap.style-3 .wpc-navigation nav .nav-menu-icon,
  .inner-wrap.style-4 .wpc-navigation nav .nav-menu-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .main-menu {
    display: block !important; }
  .main-menu > li > a {
    color: black !important; }
  .a-header.scroll .inner-wrap.style-1 {
    padding: 23px 20px 25px; }
  .inner-wrap.style-2 {
    background-color: #fff;
    padding: 25px 15px 15px; }
    .inner-wrap.style-2 .wpc-navigation {
      width: 100%;
      padding-right: 20px; }
  .a-header {
    padding-top: 0; }
  .header-folow {
    float: right;
    right: 15px;
    position: absolute;
    bottom: auto;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menu-item.menu-item-has-children.active::after {
    background-color: transparent; } }

@media only screen and (max-width: 991px) {
  .service-block.style-1 {
    margin-top: 0; }
  .facts {
    text-align: center; }
    .facts .item {
      display: inline-block; }
  .information-wrap .content {
    padding-bottom: 30px; }
  .services.style-2 .title.style-1::before {
    content: none; }
  .cta-content {
    padding: 0 30px; }
  .customers .item {
    margin: 0 20px; }
  .contact-info {
    text-align: center; }
    .contact-info .item {
      text-align: left; }
    .contact-info li:nth-child(1),
    .contact-info li:nth-child(2) {
      margin-bottom: 10px; }
  .main-post {
    max-width: 370px;
    margin: auto; }
  .main-post.single-post {
    max-width: 100%; }
  .a-prod-pagination {
    text-align: center; }
  .sm-padd {
    padding: 0 15px !important; } }

@media only screen and (max-width: 820px) {
  .form-2-wrapper .form-submit {
    margin-top: 25px; }
  .form-2-wrapper .form-input {
    width: 49%;
    margin: auto 2px 20px; }
  .form-2-wrapper .form-textarea {
    width: 100%;
    margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .banner-wrap {
    padding: 190px 0 50px !important; } }

@media only screen and (max-width: 767px) {
  .banner-wrap.style-3 .banner-content {
    padding: 0 !important; }
  .xs-padd {
    padding: 0 15px !important; }
  .services.style-2 .text {
    max-width: 100%; }
  .services.style-2 {
    margin-bottom: 30px; }
  .banner-content .b-descr {
    line-height: 26px; }
  .swiper-wrap .swiper-outer-left, .swiper-wrap .swiper-outer-right {
    top: -23px; }
  .customers {
    text-align: center; }
    .customers .item {
      margin: auto;
      padding: 0 20px;
      margin-bottom: 20px; }
  .footer .copyright {
    text-align: center;
    margin-bottom: 20px; }
  .footer .social {
    text-align: center; }
  .banner-wrap.style-4 .banner-content .b-title {
    line-height: 1.2; }
  .banner-wrap.style-4 .pagination {
    position: static !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0px auto 0px;
    text-align: center;
    width: 100%; }
    .banner-wrap.style-4 .pagination .swiper-pagination-switch {
      display: inline-block !important;
      margin-right: 10px; }
  .banner-wrap.blog {
    padding: 100px 0 100px !important; }
  .a-prod-pagination li {
    margin-bottom: 15px; } }

@media only screen and (max-width: 727px) {
  .form-2-wrapper .form-input {
    width: 100%;
    margin: 10px 0; } }

@media (max-width: 770px) and (min-width: 601px){
.contact-info .item {
    width: 47% !important;
    padding: 14px 10px;
}
}
@media only screen and (max-width: 600px) {
  .about-content .descr {
    padding: 50px 25px; }
  .about-wrap {
    padding: 50px 0; }
  .filter-wrap {
    text-align: center; }
    .filter-wrap li {
      margin-bottom: 20px; }
  .cta-content {
    padding: 0; }
  .footer .social li {
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .search-popup.open .search-form {
    padding: 30px; }
  .banner-content .b-title {}
  .banner-wrap {}
  .banner-wrap.style-3 .banner-content .b-title {
    line-height: 40px; }
  .banner-wrap.style-3 .swiper-pagination-switch {
    margin-top: 20px; }
  .headlines {
    text-align: center;
    font-size: 22px !important; }
  .but-wrap {
    text-align: center; }
  .howiwork-wrap {
    padding: 50px 0 40px; }
  .customers {
    text-align: center; }
    .customers li a {
      display: inline-block; }
    .customers .item {
      text-align: center;
      padding: 0 5px; }
  .comment-body .comment-author {
    float: none; }
  .comment-body .comment-content {
    padding-left: 0;
    margin-top: 10px; }
  .comment-body .reply {
    margin-left: 0; }
  .recent-post .descr .title {
    line-height: 20px;
    margin-top: 0; }
  .form-blog .btn-submit {
    padding: 19px 42px; }
  .form-2-wrapper .headlines {
    text-align: left; }
.captch{ margin:4% 0%;width:92%;}
.form-textarea{margin-bottom:4%;}
.rc-anchor-light{width:92%;}

	}
@media only screen and (max-width: 360px) {
	.rc-anchor-light{width:92%;}
}
@media only screen and (max-width: 320px) {
  .banner-content .b-title {
    font-size: 26px !important; }
  .main-post .entry-descr,
  .single-post .entry-title,
  .single-post .entry-content {
    text-align: center; }
  .main-post .entry-descr li:first-child {
    border-right: none; }
  .single-post .entry-header,
  .single-post .entry-content {
    padding: 20px; } 
.rc-anchor-light{width:92%;}	
}

/*------------------------------------------------------------------
[Table of contents]

1.  change color menu
2. change color menu theme-1
3. change color menu theme-2
4. change color menu theme-3
5. change color menu theme-4
6. change color menu theme-5
7. change color menu theme-6
8. change color menu theme-7
9. change color menu theme-8


-------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
.wpc-fluid {
  width: 100%; }

@media (min-width: 1200px) {
  .wpc-no-fluid {
    width: 1200px;
    /* height: 100%; */
    margin-left: auto;
    background: red;
    margin-right: auto; } }

.wpc-no-fluid body {
  width: 1200px;
  background-color: #fff;
  height: 100%; }

.bge-1 {
  background-color: #000; }

.bg-white.color-4.header-style-2 nav > ul > li.active > a {
  color: #fff; }

.bg-1 {
  background-color: #0070ba; }

.bg-2 {
  background-color: #2b8aad; }

.bg-3 {
  background-color: #4ec07b; }

.bg-4 {
  background-color: #de442f; }

.bg-5 {
  background-color: #d7ce3d; }

.bg-6 {
  background-color: #c951a3; }

.bg-7 {
  background-color: #707af5; }

.bg-8 {
  background-color: #234f6e; }

.bg-9 {
  background-color: #4f1d76; }

.bg-10 {
  background-color: #30731b; }

.wpc-style-page {
  position: fixed;
  width: 270px;
  height: 100%;
  right: -270px;
  background: #fff;
  z-index: 4000;
  text-align: center;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
  transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095); }

.wrappers {
  height: 100%;
  padding: 15px 22px;
  overflow-y: auto; }

.wrappers h4 {
  background-color: #7f3030;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px; }

.site-logo {
  margin-bottom: 40px;
  display: block; }
  .site-logo img {
    width: 70%; }

.wpc-style-page.slide-right {
  right: 0px; }

.conf-logo {
  margin: 15px 0px; }

.wpc-color-block {
  width: 100%;
  max-width: 225px;
  text-align: center; }

.wpc-style-page h5 {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; }

.wpc-style-page h5 {
  position: relative;
  letter-spacing: 2px;
  margin: 35px 0 10px;
  line-height: 35px; }

.wpc-style-page h5:after,
.wpc-style-page h5:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 17px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: lightgrey; }

.wpc-style-page h5:after {
  top: 0; }

.wpc-style-page h5:before {
  bottom: 0; }

.wpc-font-style {
  margin-top: 20px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

.wpc-font-style label {
  padding-bottom: 0;
  color: #686868;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase; }

.wpc-font-style h5 {
  margin-bottom: 15px; }

.wpc-font-style input {
  width: 100%;
  min-height: 35px;
  padding: 0 10px; }

.wpc-font-style-item {
  padding-top: 5px; }

.entry {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  position: relative;
  float: left;
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in; }

.entry:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: -5px;
  top: -5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.conf-button {
  position: absolute;
  width: 42px;
  height: 75px;
  left: -42px;
  top: 215px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 2px 0px 0px 2px;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1); }

.conf-button i {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: transparent url("../../chicago/img/changeMenu/spritesheet.png") 0 0 no-repeat;
  display: block;
  margin: 12px auto;
  width: 22px;
  height: 22px;
  background-position: -5px -5px; }

.conf-button i:hover {
  -webkit-transform: rotate(230deg);
  transform: rotate(230deg); }

.conf-button a {
  background: transparent url("../../chicago/img/changeMenu/spritesheet.png") 0 0 no-repeat;
  display: block;
  margin: 12px auto;
  width: 18px;
  height: 24px;
  margin-top: -5px;
  background-position: -37px -5px; }

.entry.active:before {
  opacity: 1; }

.entry:hover:before {
  opacity: 1; }

.wpc-style-page .input-entry.color-3 .checkbox-text {
  position: relative;
  float: left;
  padding-top: 0px; }

.item-block.style-3 {
  border-radius: 5px; }

.hotel-img .img-responsive {
  border-radius: 5px; }

.style-5.hover-blue-3.background-block {
  border-radius: 5px; }

.tour-block-s-5 .res-img {
  border-radius: 5px; }

.link-dr-blue:hover {
  color: #fff; }

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center; }

.offers-arrow.color-4 span {
  color: #fff; }

.offers-arrow.color-4:hover span {
  color: #222; }

.low-pad.input-style-1 input {
  padding-left: 20px; }

.drop-wrap-s-4 .drop span {
  top: 50px; }

body[data-color="theme-4"] .date-f {
  color: #66BB6A; }

body[data-color="theme-4"] .bg-dark.type-2 .contact-info i {
  color: #66BB6A; }

body[data-color="theme-4"] .footer-share a:hover {
  color: #66BB6A; }

body[data-color="theme-4"] .tags-b:before {
  background: #66BB6A; }

body[data-color="theme-4"] .link-red:hover {
  color: #66BB6A; }

body[data-color="theme-4"] .menu-3 nav > ul > li > .dropmenu {
  border-top: 2px solid #66BB6A; }

body[data-color="theme-4"] .menu-3 nav > ul > li.active {
  border-top: 3px solid #66BB6A; }

body[data-color="theme-4"] .menu-3 nav > ul > li.active > a {
  color: #66BB6A; }

body[data-color="theme-4"] .check-option.active span {
  background: #ddbe5c;
  border: 1px solid #ddbe5c; }

body[data-color="theme-4"] .check-option:hover span {
  background: #ddbe5c;
  border: 1px solid #ddbe5c; }

body[data-color="theme-4"] .accordeon-entry.active h5,
body[data-color="theme-4"] .accordeon-entry h5:hover {
  background: #ddbe5c; }

body[data-color="theme-4"] .accordeon-entry h5:after {
  background: #ddbe5c; }

.header-style a {
  margin-bottom: 7px;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 5px;
  border: 1px solid transparent; }

.header-style a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in; }

.header-style a img {
  width: 100%;
  height: auto; }

.header-style a:hover:before {
  opacity: 1; }

.header-style a.active:before {
  opacity: 1; }

.wpc-change-grid {
  text-align: center; }

.wpc-change-grid h5 {
  margin-top: 30px;
  margin-bottom: 20px; }

.check-option {
  display: inline-block;
  width: 45%;
  margin-right: 2%; }

.check-option span {
  width: 100%;
  display: inline-block;
  padding: 0px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  background-color: #e8e8e8;
  border: 1px solid #E0DEDE;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in; }

.check-option span:hover {
  background: #d0ae5e;
  border: 1px solid #d0ae5e;
  color: #fff; }

.check-option:last-child {
  margin-right: 0px; }

.check-option.active span {
  background: #d0ae5e;
  border: 1px solid #d0ae5e;
  color: #fff; }

.dark-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.demo-layer .vertical-align {
  display: none; }

.main-wraper.color-2 .demo-title {
  color: #fff; }

.conf-button h6 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  font-size: 12px;
  margin-top: 20px;
  line-height: 1;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.entry.active:before {
  opacity: 1; }

.wpc-home-link {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }

.wpc-home-link h5 {
  margin-bottom: 0px; }

.wpc-home-link-item {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.wpc-home-link-item:hover {
  opacity: .8; }

.wpc-home-link-item span {
  text-transform: uppercase;
  color: #686868;
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px; }

.wpc-home-link-item img {
  width: 100%; }

.wpc-img-style {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto; }

.wpc-img-style h5 {
  margin-bottom: 10px; }

.wpc-img-style a {
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: left;
  background-size: 100%;
  box-sizing: border-box;
  margin: 10px;
  border: 1px solid rgba(224, 224, 244, 0.7);
  position: relative; }

.wpc-img-style a:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  position: absolute;
  top: -6px;
  left: -6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.wpc-img-style a:hover:after {
  opacity: 1; }

.wpc-img-style a.active:after {
  opacity: 1; }

.wpc-bg-body {
  background-size: cover !important;
  background-attachment: fixed !important; }

/*--------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------*/
.theme-1 .skill-block .skill-line .line-fill,
.theme-1 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-1 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-1 .service-block:hover::after,
.theme-1 .about-wrap .swiper-active-switch,
.theme-1 .a-btn i,
.theme-1 .information-wrap .facts,
.theme-1 .services .icon-wrap .icon,
.theme-1 .services.style-2:hover .icon,
.theme-1 .swiper-wrap .swiper-outer-left,
.theme-1 .team-wrap .t-about,
.theme-1 .price-block:hover .price-wrap,
.theme-1 .price-block:hover .a-btn i,
.theme-1 .contact-info .item,
.theme-1 .form-2-wrapper .headlines::after,
.theme-1 .footer .f-btn,
.theme-1 .cssload-loading i:nth-child(2),
.theme-1 .main-menu > li.active::after,
.theme-1 .main-menu > li:hover::after,
.theme-1 .banner-wrap.style-3 .swiper-active-switch,
.theme-1 .search-popup.open .close:hover,
.theme-1 .banner-wrap.style-4 .swiper-active-switch,
.theme-1 .widget-title::after,
.theme-1 .a-prod-pagination ul li.active a,
.theme-1 .a-prod-pagination ul li:hover a,
.theme-1 .single-post .blockquote::before,
.theme-1 .form-blog .form-title::after,
.theme-1 .form-blog .btn-submit,
.theme-1 .comment-body::before,
.theme-1 .banner-content .a-btn.style-1 i {
  background-color: #0070ba; }

.theme-1 .banner-content .a-btn.style-1:hover,
.theme-1 .price-block:hover .a-btn,
.theme-1 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #0070ba !important;
  border-color: #0070ba; }

.theme-1 .services .icon-wrap,
.theme-1 .services .icon-wrap .icon,
.theme-1 .services:hover .icon,
.theme-1 .services.style-2:hover .icon-wrap,
.theme-1 .footer .f-btn,
.theme-1 .form-2 .form-submit:hover,
.theme-1 .form-blog .btn-submit {
  border-color: #0070ba; }

.theme-1 .services.style-2:hover .title.style-1::before,
.theme-1 .form-2 .form-input:hover,
.theme-1 .form-2 .form-input:focus,
.theme-1 .form-2 .form-textarea:hover,
.theme-1 .form-2 .form-textarea:focus {
  border-bottom-color: #0070ba; }

.theme-1 .information-wrap .item {
  border-bottom-color: #afc7fc; }

.theme-1 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #0070ba; }

.theme-1 .services:hover .icon {
  border: 3px solid white; }

.theme-1 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-1 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-1 .footer .f-btn:hover,
.theme-1 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-1 nav .main-menu li.active > a,
.theme-1 nav .main-menu li:hover > a,
.theme-1 .banner-content .a-btn.style-1 i .theme-1 .filter-wrap .but:hover,
.theme-1 .filter-wrap .but.activbut,
.theme-1 .portfolio .item-info .p-open:hover,
.theme-1 .a-btn:hover,
.theme-1 .main-post .entry-title a:hover .theme-1 .main-post .entry-descr li:nth-child(2) a,
.theme-1 .footer .f-links .item a:hover,
.theme-1 .footer .social li a:hover,
.theme-1 .a-btn:hover,
.theme-1 .footer .f-links .item a:hover,
.theme-1 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-1 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-1 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-1 .inner-wrap.style-3 .main-menu li.active > a,
.theme-1 .f-c-1,
.theme-1 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-1 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-1 .banner-content .a-btn.style-1 i,
.theme-1 .recent-post .descr .title:hover,
.theme-1 .widget_search .search-submit:hover,
.theme-1 .widget_categories .cat .cat-item a:hover,
.theme-1 .main-post .entry-title a:hover,
.theme-1 .main-post .entry-descr li:nth-child(2) a,
.theme-1 .form-blog .btn-submit:hover,
.theme-1 .comment-body .comment-author a:hover,
.theme-1 .comment-body .reply a:hover,
.theme-1 .filter-wrap .but:hover,
.theme-1 .filter-wrap .but.activbut,
.theme-1 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-1 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-1 .header-folow .serch-button:hover,
.theme-1 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #0070ba !important; }

.theme-1 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-1 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-1 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-1 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #0070ba !important; }

.theme-1 .form-2 .form-input:hover::-moz-placeholder,
.theme-1 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-1 .form-2 .form-input:focus::-moz-placeholder,
.theme-1 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #0070ba !important; }

.theme-1 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-1 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-1 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-1 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #0070ba !important; }

.theme-1 .form-2 .form-input:hover::placeholder,
.theme-1 .form-2 .form-textarea:hover::placeholder,
.theme-1 .form-2 .form-input:focus::placeholder,
.theme-1 .form-2 .form-textarea:focus::placeholder {
  color: #0070ba !important; }

.theme-1 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-1 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-2 .skill-block .skill-line .line-fill,
.theme-2 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-2 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-2 .service-block:hover::after,
.theme-2 .about-wrap .swiper-active-switch,
.theme-2 .a-btn i,
.theme-2 .information-wrap .facts,
.theme-2 .services .icon-wrap .icon,
.theme-2 .services.style-2:hover .icon,
.theme-2 .swiper-wrap .swiper-outer-left,
.theme-2 .team-wrap .t-about,
.theme-2 .price-block:hover .price-wrap,
.theme-2 .price-block:hover .a-btn i,
.theme-2 .contact-info .item,
.theme-2 .form-2-wrapper .headlines::after,
.theme-2 .footer .f-btn,
.theme-2 .cssload-loading i:nth-child(2),
.theme-2 .main-menu > li.active::after,
.theme-2 .main-menu > li:hover::after,
.theme-2 .banner-wrap.style-3 .swiper-active-switch,
.theme-2 .search-popup.open .close:hover,
.theme-2 .banner-wrap.style-4 .swiper-active-switch,
.theme-2 .widget-title::after,
.theme-2 .a-prod-pagination ul li.active a,
.theme-2 .a-prod-pagination ul li:hover a,
.theme-2 .single-post .blockquote::before,
.theme-2 .form-blog .form-title::after,
.theme-2 .form-blog .btn-submit,
.theme-2 .comment-body::before,
.theme-2 .banner-content .a-btn.style-1 i {
  background-color: #2b8aad; }

.theme-2 .banner-content .a-btn.style-1:hover,
.theme-2 .price-block:hover .a-btn,
.theme-2 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #2b8aad !important;
  border-color: #2b8aad; }

.theme-2 .services .icon-wrap,
.theme-2 .services .icon-wrap .icon,
.theme-2 .services:hover .icon,
.theme-2 .services.style-2:hover .icon-wrap,
.theme-2 .footer .f-btn,
.theme-2 .form-2 .form-submit:hover,
.theme-2 .form-blog .btn-submit {
  border-color: #2b8aad; }

.theme-2 .services.style-2:hover .title.style-1::before,
.theme-2 .form-2 .form-input:hover,
.theme-2 .form-2 .form-input:focus,
.theme-2 .form-2 .form-textarea:hover,
.theme-2 .form-2 .form-textarea:focus {
  border-bottom-color: #2b8aad; }

.theme-2 .information-wrap .item {
  border-bottom-color: #65bad9; }

.theme-2 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #2b8aad; }

.theme-2 .services:hover .icon {
  border: 3px solid white; }

.theme-2 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-2 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-2 .footer .f-btn:hover,
.theme-2 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-2 nav .main-menu li.active > a,
.theme-2 nav .main-menu li:hover > a,
.theme-2 .banner-content .a-btn.style-1 i .theme-2 .filter-wrap .but:hover,
.theme-2 .filter-wrap .but.activbut,
.theme-2 .portfolio .item-info .p-open:hover,
.theme-2 .a-btn:hover,
.theme-2 .main-post .entry-title a:hover .theme-2 .main-post .entry-descr li:nth-child(2) a,
.theme-2 .footer .f-links .item a:hover,
.theme-2 .footer .social li a:hover,
.theme-2 .a-btn:hover,
.theme-2 .footer .f-links .item a:hover,
.theme-2 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-2 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-2 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-2 .inner-wrap.style-3 .main-menu li.active > a,
.theme-2 .f-c-1,
.theme-2 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-2 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-2 .banner-content .a-btn.style-1 i,
.theme-2 .recent-post .descr .title:hover,
.theme-2 .widget_search .search-submit:hover,
.theme-2 .widget_categories .cat .cat-item a:hover,
.theme-2 .main-post .entry-title a:hover,
.theme-2 .main-post .entry-descr li:nth-child(2) a,
.theme-2 .form-blog .btn-submit:hover,
.theme-2 .comment-body .comment-author a:hover,
.theme-2 .comment-body .reply a:hover,
.theme-2 .filter-wrap .but:hover,
.theme-2 .filter-wrap .but.activbut,
.theme-2 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-2 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-2 .header-folow .serch-button:hover,
.theme-2 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #2b8aad !important; }

.theme-2 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-2 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-2 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-2 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #2b8aad !important; }

.theme-2 .form-2 .form-input:hover::-moz-placeholder,
.theme-2 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-2 .form-2 .form-input:focus::-moz-placeholder,
.theme-2 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #2b8aad !important; }

.theme-2 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-2 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-2 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-2 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #2b8aad !important; }

.theme-2 .form-2 .form-input:hover::placeholder,
.theme-2 .form-2 .form-textarea:hover::placeholder,
.theme-2 .form-2 .form-input:focus::placeholder,
.theme-2 .form-2 .form-textarea:focus::placeholder {
  color: #2b8aad !important; }

.theme-2 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-2 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-3 .skill-block .skill-line .line-fill,
.theme-3 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-3 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-3 .service-block:hover::after,
.theme-3 .about-wrap .swiper-active-switch,
.theme-3 .a-btn i,
.theme-3 .information-wrap .facts,
.theme-3 .services .icon-wrap .icon,
.theme-3 .services.style-2:hover .icon,
.theme-3 .swiper-wrap .swiper-outer-left,
.theme-3 .team-wrap .t-about,
.theme-3 .price-block:hover .price-wrap,
.theme-3 .price-block:hover .a-btn i,
.theme-3 .contact-info .item,
.theme-3 .form-2-wrapper .headlines::after,
.theme-3 .footer .f-btn,
.theme-3 .cssload-loading i:nth-child(2),
.theme-3 .main-menu > li.active::after,
.theme-3 .main-menu > li:hover::after,
.theme-3 .banner-wrap.style-3 .swiper-active-switch,
.theme-3 .search-popup.open .close:hover,
.theme-3 .banner-wrap.style-4 .swiper-active-switch,
.theme-3 .widget-title::after,
.theme-3 .a-prod-pagination ul li.active a,
.theme-3 .a-prod-pagination ul li:hover a,
.theme-3 .single-post .blockquote::before,
.theme-3 .form-blog .form-title::after,
.theme-3 .form-blog .btn-submit,
.theme-3 .comment-body::before,
.theme-3 .banner-content .a-btn.style-1 i {
  background-color: #4ec07b; }

.theme-3 .banner-content .a-btn.style-1:hover,
.theme-3 .price-block:hover .a-btn,
.theme-3 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #4ec07b !important;
  border-color: #4ec07b; }

.theme-3 .services .icon-wrap,
.theme-3 .services .icon-wrap .icon,
.theme-3 .services:hover .icon,
.theme-3 .services.style-2:hover .icon-wrap,
.theme-3 .footer .f-btn,
.theme-3 .form-2 .form-submit:hover,
.theme-3 .form-blog .btn-submit {
  border-color: #4ec07b; }

.theme-3 .services.style-2:hover .title.style-1::before,
.theme-3 .form-2 .form-input:hover,
.theme-3 .form-2 .form-input:focus,
.theme-3 .form-2 .form-textarea:hover,
.theme-3 .form-2 .form-textarea:focus {
  border-bottom-color: #4ec07b; }

.theme-3 .information-wrap .item {
  border-bottom-color: #99dbb3; }

.theme-3 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #4ec07b; }

.theme-3 .services:hover .icon {
  border: 3px solid white; }

.theme-3 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-3 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-3 .footer .f-btn:hover,
.theme-3 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-3 nav .main-menu li.active > a,
.theme-3 nav .main-menu li:hover > a,
.theme-3 .banner-content .a-btn.style-1 i .theme-3 .filter-wrap .but:hover,
.theme-3 .filter-wrap .but.activbut,
.theme-3 .portfolio .item-info .p-open:hover,
.theme-3 .a-btn:hover,
.theme-3 .main-post .entry-title a:hover .theme-3 .main-post .entry-descr li:nth-child(2) a,
.theme-3 .footer .f-links .item a:hover,
.theme-3 .footer .social li a:hover,
.theme-3 .a-btn:hover,
.theme-3 .footer .f-links .item a:hover,
.theme-3 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-3 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-3 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-3 .inner-wrap.style-3 .main-menu li.active > a,
.theme-3 .f-c-1,
.theme-3 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-3 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-3 .banner-content .a-btn.style-1 i,
.theme-3 .recent-post .descr .title:hover,
.theme-3 .widget_search .search-submit:hover,
.theme-3 .widget_categories .cat .cat-item a:hover,
.theme-3 .main-post .entry-title a:hover,
.theme-3 .main-post .entry-descr li:nth-child(2) a,
.theme-3 .form-blog .btn-submit:hover,
.theme-3 .comment-body .comment-author a:hover,
.theme-3 .comment-body .reply a:hover,
.theme-3 .filter-wrap .but:hover,
.theme-3 .filter-wrap .but.activbut,
.theme-3 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-3 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-3 .header-folow .serch-button:hover,
.theme-3 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #4ec07b !important; }

.theme-3 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-3 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-3 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-3 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #4ec07b !important; }

.theme-3 .form-2 .form-input:hover::-moz-placeholder,
.theme-3 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-3 .form-2 .form-input:focus::-moz-placeholder,
.theme-3 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #4ec07b !important; }

.theme-3 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-3 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-3 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-3 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #4ec07b !important; }

.theme-3 .form-2 .form-input:hover::placeholder,
.theme-3 .form-2 .form-textarea:hover::placeholder,
.theme-3 .form-2 .form-input:focus::placeholder,
.theme-3 .form-2 .form-textarea:focus::placeholder {
  color: #4ec07b !important; }

.theme-3 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-3 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-4 .skill-block .skill-line .line-fill,
.theme-4 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-4 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-4 .service-block:hover::after,
.theme-4 .about-wrap .swiper-active-switch,
.theme-4 .a-btn i,
.theme-4 .information-wrap .facts,
.theme-4 .services .icon-wrap .icon,
.theme-4 .services.style-2:hover .icon,
.theme-4 .swiper-wrap .swiper-outer-left,
.theme-4 .team-wrap .t-about,
.theme-4 .price-block:hover .price-wrap,
.theme-4 .price-block:hover .a-btn i,
.theme-4 .contact-info .item,
.theme-4 .form-2-wrapper .headlines::after,
.theme-4 .footer .f-btn,
.theme-4 .cssload-loading i:nth-child(2),
.theme-4 .main-menu > li.active::after,
.theme-4 .main-menu > li:hover::after,
.theme-4 .banner-wrap.style-3 .swiper-active-switch,
.theme-4 .search-popup.open .close:hover,
.theme-4 .banner-wrap.style-4 .swiper-active-switch,
.theme-4 .widget-title::after,
.theme-4 .a-prod-pagination ul li.active a,
.theme-4 .a-prod-pagination ul li:hover a,
.theme-4 .single-post .blockquote::before,
.theme-4 .form-blog .form-title::after,
.theme-4 .form-blog .btn-submit,
.theme-4 .comment-body::before,
.theme-4 .banner-content .a-btn.style-1 i {
  background-color: #de442f; }

.theme-4 .banner-content .a-btn.style-1:hover,
.theme-4 .price-block:hover .a-btn,
.theme-4 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #de442f !important;
  border-color: #de442f; }

.theme-4 .services .icon-wrap,
.theme-4 .services .icon-wrap .icon,
.theme-4 .services:hover .icon,
.theme-4 .services.style-2:hover .icon-wrap,
.theme-4 .footer .f-btn,
.theme-4 .form-2 .form-submit:hover,
.theme-4 .form-blog .btn-submit {
  border-color: #de442f; }

.theme-4 .services.style-2:hover .title.style-1::before,
.theme-4 .form-2 .form-input:hover,
.theme-4 .form-2 .form-input:focus,
.theme-4 .form-2 .form-textarea:hover,
.theme-4 .form-2 .form-textarea:focus {
  border-bottom-color: #de442f; }

.theme-4 .information-wrap .item {
  border-bottom-color: #ec9387; }

.theme-4 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #de442f; }

.theme-4 .services:hover .icon {
  border: 3px solid white; }

.theme-4 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-4 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-4 .footer .f-btn:hover,
.theme-4 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-4 nav .main-menu li.active > a,
.theme-4 nav .main-menu li:hover > a,
.theme-4 .banner-content .a-btn.style-1 i .theme-4 .filter-wrap .but:hover,
.theme-4 .filter-wrap .but.activbut,
.theme-4 .portfolio .item-info .p-open:hover,
.theme-4 .a-btn:hover,
.theme-4 .main-post .entry-title a:hover .theme-4 .main-post .entry-descr li:nth-child(2) a,
.theme-4 .footer .f-links .item a:hover,
.theme-4 .footer .social li a:hover,
.theme-4 .a-btn:hover,
.theme-4 .footer .f-links .item a:hover,
.theme-4 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-4 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-4 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-4 .inner-wrap.style-3 .main-menu li.active > a,
.theme-4 .f-c-1,
.theme-4 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-4 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-4 .banner-content .a-btn.style-1 i,
.theme-4 .recent-post .descr .title:hover,
.theme-4 .widget_search .search-submit:hover,
.theme-4 .widget_categories .cat .cat-item a:hover,
.theme-4 .main-post .entry-title a:hover,
.theme-4 .main-post .entry-descr li:nth-child(2) a,
.theme-4 .form-blog .btn-submit:hover,
.theme-4 .comment-body .comment-author a:hover,
.theme-4 .comment-body .reply a:hover,
.theme-4 .filter-wrap .but:hover,
.theme-4 .filter-wrap .but.activbut,
.theme-4 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-4 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-4 .header-folow .serch-button:hover,
.theme-4 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #de442f !important; }

.theme-4 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-4 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-4 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-4 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #de442f !important; }

.theme-4 .form-2 .form-input:hover::-moz-placeholder,
.theme-4 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-4 .form-2 .form-input:focus::-moz-placeholder,
.theme-4 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #de442f !important; }

.theme-4 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-4 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-4 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-4 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #de442f !important; }

.theme-4 .form-2 .form-input:hover::placeholder,
.theme-4 .form-2 .form-textarea:hover::placeholder,
.theme-4 .form-2 .form-input:focus::placeholder,
.theme-4 .form-2 .form-textarea:focus::placeholder {
  color: #de442f !important; }

.theme-4 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-4 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-5 .skill-block .skill-line .line-fill,
.theme-5 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-5 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-5 .service-block:hover::after,
.theme-5 .about-wrap .swiper-active-switch,
.theme-5 .a-btn i,
.theme-5 .information-wrap .facts,
.theme-5 .services .icon-wrap .icon,
.theme-5 .services.style-2:hover .icon,
.theme-5 .swiper-wrap .swiper-outer-left,
.theme-5 .team-wrap .t-about,
.theme-5 .price-block:hover .price-wrap,
.theme-5 .price-block:hover .a-btn i,
.theme-5 .contact-info .item,
.theme-5 .form-2-wrapper .headlines::after,
.theme-5 .footer .f-btn,
.theme-5 .cssload-loading i:nth-child(2),
.theme-5 .main-menu > li.active::after,
.theme-5 .main-menu > li:hover::after,
.theme-5 .banner-wrap.style-3 .swiper-active-switch,
.theme-5 .search-popup.open .close:hover,
.theme-5 .banner-wrap.style-4 .swiper-active-switch,
.theme-5 .widget-title::after,
.theme-5 .a-prod-pagination ul li.active a,
.theme-5 .a-prod-pagination ul li:hover a,
.theme-5 .single-post .blockquote::before,
.theme-5 .form-blog .form-title::after,
.theme-5 .form-blog .btn-submit,
.theme-5 .comment-body::before,
.theme-5 .banner-content .a-btn.style-1 i {
  background-color: #d7ce3d; }

.theme-5 .banner-content .a-btn.style-1:hover,
.theme-5 .price-block:hover .a-btn,
.theme-5 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #d7ce3d !important;
  border-color: #d7ce3d; }

.theme-5 .services .icon-wrap,
.theme-5 .services .icon-wrap .icon,
.theme-5 .services:hover .icon,
.theme-5 .services.style-2:hover .icon-wrap,
.theme-5 .footer .f-btn,
.theme-5 .form-2 .form-submit:hover,
.theme-5 .form-blog .btn-submit {
  border-color: #d7ce3d; }

.theme-5 .services.style-2:hover .title.style-1::before,
.theme-5 .form-2 .form-input:hover,
.theme-5 .form-2 .form-input:focus,
.theme-5 .form-2 .form-textarea:hover,
.theme-5 .form-2 .form-textarea:focus {
  border-bottom-color: #d7ce3d; }

.theme-5 .information-wrap .item {
  border-bottom-color: #e8e392; }

.theme-5 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #d7ce3d; }

.theme-5 .services:hover .icon {
  border: 3px solid white; }

.theme-5 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-5 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-5 .footer .f-btn:hover,
.theme-5 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-5 nav .main-menu li.active > a,
.theme-5 nav .main-menu li:hover > a,
.theme-5 .banner-content .a-btn.style-1 i .theme-5 .filter-wrap .but:hover,
.theme-5 .filter-wrap .but.activbut,
.theme-5 .portfolio .item-info .p-open:hover,
.theme-5 .a-btn:hover,
.theme-5 .main-post .entry-title a:hover .theme-5 .main-post .entry-descr li:nth-child(2) a,
.theme-5 .footer .f-links .item a:hover,
.theme-5 .footer .social li a:hover,
.theme-5 .a-btn:hover,
.theme-5 .footer .f-links .item a:hover,
.theme-5 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-5 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-5 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-5 .inner-wrap.style-3 .main-menu li.active > a,
.theme-5 .f-c-1,
.theme-5 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-5 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-5 .banner-content .a-btn.style-1 i,
.theme-5 .recent-post .descr .title:hover,
.theme-5 .widget_search .search-submit:hover,
.theme-5 .widget_categories .cat .cat-item a:hover,
.theme-5 .main-post .entry-title a:hover,
.theme-5 .main-post .entry-descr li:nth-child(2) a,
.theme-5 .form-blog .btn-submit:hover,
.theme-5 .comment-body .comment-author a:hover,
.theme-5 .comment-body .reply a:hover,
.theme-5 .filter-wrap .but:hover,
.theme-5 .filter-wrap .but.activbut,
.theme-5 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-5 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-5 .header-folow .serch-button:hover,
.theme-5 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #d7ce3d !important; }

.theme-5 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-5 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-5 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-5 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #d7ce3d !important; }

.theme-5 .form-2 .form-input:hover::-moz-placeholder,
.theme-5 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-5 .form-2 .form-input:focus::-moz-placeholder,
.theme-5 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #d7ce3d !important; }

.theme-5 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-5 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-5 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-5 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #d7ce3d !important; }

.theme-5 .form-2 .form-input:hover::placeholder,
.theme-5 .form-2 .form-textarea:hover::placeholder,
.theme-5 .form-2 .form-input:focus::placeholder,
.theme-5 .form-2 .form-textarea:focus::placeholder {
  color: #d7ce3d !important; }

.theme-5 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-5 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-6 .skill-block .skill-line .line-fill,
.theme-6 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-6 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-6 .service-block:hover::after,
.theme-6 .about-wrap .swiper-active-switch,
.theme-6 .a-btn i,
.theme-6 .information-wrap .facts,
.theme-6 .services .icon-wrap .icon,
.theme-6 .services.style-2:hover .icon,
.theme-6 .swiper-wrap .swiper-outer-left,
.theme-6 .team-wrap .t-about,
.theme-6 .price-block:hover .price-wrap,
.theme-6 .price-block:hover .a-btn i,
.theme-6 .contact-info .item,
.theme-6 .form-2-wrapper .headlines::after,
.theme-6 .footer .f-btn,
.theme-6 .cssload-loading i:nth-child(2),
.theme-6 .main-menu > li.active::after,
.theme-6 .main-menu > li:hover::after,
.theme-6 .banner-wrap.style-3 .swiper-active-switch,
.theme-6 .search-popup.open .close:hover,
.theme-6 .banner-wrap.style-4 .swiper-active-switch,
.theme-6 .widget-title::after,
.theme-6 .a-prod-pagination ul li.active a,
.theme-6 .a-prod-pagination ul li:hover a,
.theme-6 .single-post .blockquote::before,
.theme-6 .form-blog .form-title::after,
.theme-6 .form-blog .btn-submit,
.theme-6 .comment-body::before,
.theme-6 .banner-content .a-btn.style-1 i {
  background-color: #c951a3; }

.theme-6 .banner-content .a-btn.style-1:hover,
.theme-6 .price-block:hover .a-btn,
.theme-6 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #c951a3 !important;
  border-color: #c951a3; }

.theme-6 .services .icon-wrap,
.theme-6 .services .icon-wrap .icon,
.theme-6 .services:hover .icon,
.theme-6 .services.style-2:hover .icon-wrap,
.theme-6 .footer .f-btn,
.theme-6 .form-2 .form-submit:hover,
.theme-6 .form-blog .btn-submit {
  border-color: #c951a3; }

.theme-6 .services.style-2:hover .title.style-1::before,
.theme-6 .form-2 .form-input:hover,
.theme-6 .form-2 .form-input:focus,
.theme-6 .form-2 .form-textarea:hover,
.theme-6 .form-2 .form-textarea:focus {
  border-bottom-color: #c951a3; }

.theme-6 .information-wrap .item {
  border-bottom-color: #e19fcc; }

.theme-6 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #c951a3; }

.theme-6 .services:hover .icon {
  border: 3px solid white; }

.theme-6 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-6 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-6 .footer .f-btn:hover,
.theme-6 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-6 nav .main-menu li.active > a,
.theme-6 nav .main-menu li:hover > a,
.theme-6 .banner-content .a-btn.style-1 i .theme-6 .filter-wrap .but:hover,
.theme-6 .filter-wrap .but.activbut,
.theme-6 .portfolio .item-info .p-open:hover,
.theme-6 .a-btn:hover,
.theme-6 .main-post .entry-title a:hover .theme-6 .main-post .entry-descr li:nth-child(2) a,
.theme-6 .footer .f-links .item a:hover,
.theme-6 .footer .social li a:hover,
.theme-6 .a-btn:hover,
.theme-6 .footer .f-links .item a:hover,
.theme-6 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-6 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-6 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-6 .inner-wrap.style-3 .main-menu li.active > a,
.theme-6 .f-c-1,
.theme-6 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-6 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-6 .banner-content .a-btn.style-1 i,
.theme-6 .recent-post .descr .title:hover,
.theme-6 .widget_search .search-submit:hover,
.theme-6 .widget_categories .cat .cat-item a:hover,
.theme-6 .main-post .entry-title a:hover,
.theme-6 .main-post .entry-descr li:nth-child(2) a,
.theme-6 .form-blog .btn-submit:hover,
.theme-6 .comment-body .comment-author a:hover,
.theme-6 .comment-body .reply a:hover,
.theme-6 .filter-wrap .but:hover,
.theme-6 .filter-wrap .but.activbut,
.theme-6 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-6 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-6 .header-folow .serch-button:hover,
.theme-6 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #c951a3 !important; }

.theme-6 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-6 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-6 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-6 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #c951a3 !important; }

.theme-6 .form-2 .form-input:hover::-moz-placeholder,
.theme-6 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-6 .form-2 .form-input:focus::-moz-placeholder,
.theme-6 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #c951a3 !important; }

.theme-6 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-6 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-6 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-6 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #c951a3 !important; }

.theme-6 .form-2 .form-input:hover::placeholder,
.theme-6 .form-2 .form-textarea:hover::placeholder,
.theme-6 .form-2 .form-input:focus::placeholder,
.theme-6 .form-2 .form-textarea:focus::placeholder {
  color: #c951a3 !important; }

.theme-6 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-6 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-7 .skill-block .skill-line .line-fill,
.theme-7 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-7 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-7 .service-block:hover::after,
.theme-7 .about-wrap .swiper-active-switch,
.theme-7 .a-btn i,
.theme-7 .information-wrap .facts,
.theme-7 .services .icon-wrap .icon,
.theme-7 .services.style-2:hover .icon,
.theme-7 .swiper-wrap .swiper-outer-left,
.theme-7 .team-wrap .t-about,
.theme-7 .price-block:hover .price-wrap,
.theme-7 .price-block:hover .a-btn i,
.theme-7 .contact-info .item,
.theme-7 .form-2-wrapper .headlines::after,
.theme-7 .footer .f-btn,
.theme-7 .cssload-loading i:nth-child(2),
.theme-7 .main-menu > li.active::after,
.theme-7 .main-menu > li:hover::after,
.theme-7 .banner-wrap.style-3 .swiper-active-switch,
.theme-7 .search-popup.open .close:hover,
.theme-7 .banner-wrap.style-4 .swiper-active-switch,
.theme-7 .widget-title::after,
.theme-7 .a-prod-pagination ul li.active a,
.theme-7 .a-prod-pagination ul li:hover a,
.theme-7 .single-post .blockquote::before,
.theme-7 .form-blog .form-title::after,
.theme-7 .form-blog .btn-submit,
.theme-7 .comment-body::before,
.theme-7 .banner-content .a-btn.style-1 i {
  background-color: #707af5; }

.theme-7 .banner-content .a-btn.style-1:hover,
.theme-7 .price-block:hover .a-btn,
.theme-7 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #707af5 !important;
  border-color: #707af5; }

.theme-7 .services .icon-wrap,
.theme-7 .services .icon-wrap .icon,
.theme-7 .services:hover .icon,
.theme-7 .services.style-2:hover .icon-wrap,
.theme-7 .footer .f-btn,
.theme-7 .form-2 .form-submit:hover,
.theme-7 .form-blog .btn-submit {
  border-color: #707af5; }

.theme-7 .services.style-2:hover .title.style-1::before,
.theme-7 .form-2 .form-input:hover,
.theme-7 .form-2 .form-input:focus,
.theme-7 .form-2 .form-textarea:hover,
.theme-7 .form-2 .form-textarea:focus {
  border-bottom-color: #707af5; }

.theme-7 .information-wrap .item {
  border-bottom-color: #cfd3fc; }

.theme-7 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #707af5; }

.theme-7 .services:hover .icon {
  border: 3px solid white; }

.theme-7 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-7 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-7 .footer .f-btn:hover,
.theme-7 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-7 nav .main-menu li.active > a,
.theme-7 nav .main-menu li:hover > a,
.theme-7 .banner-content .a-btn.style-1 i .theme-7 .filter-wrap .but:hover,
.theme-7 .filter-wrap .but.activbut,
.theme-7 .portfolio .item-info .p-open:hover,
.theme-7 .a-btn:hover,
.theme-7 .main-post .entry-title a:hover .theme-7 .main-post .entry-descr li:nth-child(2) a,
.theme-7 .footer .f-links .item a:hover,
.theme-7 .footer .social li a:hover,
.theme-7 .a-btn:hover,
.theme-7 .footer .f-links .item a:hover,
.theme-7 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-7 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-7 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-7 .inner-wrap.style-3 .main-menu li.active > a,
.theme-7 .f-c-1,
.theme-7 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-7 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-7 .banner-content .a-btn.style-1 i,
.theme-7 .recent-post .descr .title:hover,
.theme-7 .widget_search .search-submit:hover,
.theme-7 .widget_categories .cat .cat-item a:hover,
.theme-7 .main-post .entry-title a:hover,
.theme-7 .main-post .entry-descr li:nth-child(2) a,
.theme-7 .form-blog .btn-submit:hover,
.theme-7 .comment-body .comment-author a:hover,
.theme-7 .comment-body .reply a:hover,
.theme-7 .filter-wrap .but:hover,
.theme-7 .filter-wrap .but.activbut,
.theme-7 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-7 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-7 .header-folow .serch-button:hover,
.theme-7 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #707af5 !important; }

.theme-7 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-7 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-7 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-7 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #707af5 !important; }

.theme-7 .form-2 .form-input:hover::-moz-placeholder,
.theme-7 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-7 .form-2 .form-input:focus::-moz-placeholder,
.theme-7 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #707af5 !important; }

.theme-7 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-7 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-7 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-7 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #707af5 !important; }

.theme-7 .form-2 .form-input:hover::placeholder,
.theme-7 .form-2 .form-textarea:hover::placeholder,
.theme-7 .form-2 .form-input:focus::placeholder,
.theme-7 .form-2 .form-textarea:focus::placeholder {
  color: #707af5 !important; }

.theme-7 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-7 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-8 .skill-block .skill-line .line-fill,
.theme-8 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-8 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-8 .service-block:hover::after,
.theme-8 .about-wrap .swiper-active-switch,
.theme-8 .a-btn i,
.theme-8 .information-wrap .facts,
.theme-8 .services .icon-wrap .icon,
.theme-8 .services.style-2:hover .icon,
.theme-8 .swiper-wrap .swiper-outer-left,
.theme-8 .team-wrap .t-about,
.theme-8 .price-block:hover .price-wrap,
.theme-8 .price-block:hover .a-btn i,
.theme-8 .contact-info .item,
.theme-8 .form-2-wrapper .headlines::after,
.theme-8 .footer .f-btn,
.theme-8 .cssload-loading i:nth-child(2),
.theme-8 .main-menu > li.active::after,
.theme-8 .main-menu > li:hover::after,
.theme-8 .banner-wrap.style-3 .swiper-active-switch,
.theme-8 .search-popup.open .close:hover,
.theme-8 .banner-wrap.style-4 .swiper-active-switch,
.theme-8 .widget-title::after,
.theme-8 .a-prod-pagination ul li.active a,
.theme-8 .a-prod-pagination ul li:hover a,
.theme-8 .single-post .blockquote::before,
.theme-8 .form-blog .form-title::after,
.theme-8 .form-blog .btn-submit,
.theme-8 .comment-body::before,
.theme-8 .banner-content .a-btn.style-1 i {
  background-color: #234f6e; }

.theme-8 .banner-content .a-btn.style-1:hover,
.theme-8 .price-block:hover .a-btn,
.theme-8 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #234f6e !important;
  border-color: #234f6e; }

.theme-8 .services .icon-wrap,
.theme-8 .services .icon-wrap .icon,
.theme-8 .services:hover .icon,
.theme-8 .services.style-2:hover .icon-wrap,
.theme-8 .footer .f-btn,
.theme-8 .form-2 .form-submit:hover,
.theme-8 .form-blog .btn-submit {
  border-color: #234f6e; }

.theme-8 .services.style-2:hover .title.style-1::before,
.theme-8 .form-2 .form-input:hover,
.theme-8 .form-2 .form-input:focus,
.theme-8 .form-2 .form-textarea:hover,
.theme-8 .form-2 .form-textarea:focus {
  border-bottom-color: #234f6e; }

.theme-8 .information-wrap .item {
  border-bottom-color: #3c87bb; }

.theme-8 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #234f6e; }

.theme-8 .services:hover .icon {
  border: 3px solid white; }

.theme-8 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-8 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-8 .footer .f-btn:hover,
.theme-8 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-8 nav .main-menu li.active > a,
.theme-8 nav .main-menu li:hover > a,
.theme-8 .banner-content .a-btn.style-1 i .theme-8 .filter-wrap .but:hover,
.theme-8 .filter-wrap .but.activbut,
.theme-8 .portfolio .item-info .p-open:hover,
.theme-8 .a-btn:hover,
.theme-8 .main-post .entry-title a:hover .theme-8 .main-post .entry-descr li:nth-child(2) a,
.theme-8 .footer .f-links .item a:hover,
.theme-8 .footer .social li a:hover,
.theme-8 .a-btn:hover,
.theme-8 .footer .f-links .item a:hover,
.theme-8 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-8 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-8 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-8 .inner-wrap.style-3 .main-menu li.active > a,
.theme-8 .f-c-1,
.theme-8 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-8 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-8 .banner-content .a-btn.style-1 i,
.theme-8 .recent-post .descr .title:hover,
.theme-8 .widget_search .search-submit:hover,
.theme-8 .widget_categories .cat .cat-item a:hover,
.theme-8 .main-post .entry-title a:hover,
.theme-8 .main-post .entry-descr li:nth-child(2) a,
.theme-8 .form-blog .btn-submit:hover,
.theme-8 .comment-body .comment-author a:hover,
.theme-8 .comment-body .reply a:hover,
.theme-8 .filter-wrap .but:hover,
.theme-8 .filter-wrap .but.activbut,
.theme-8 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-8 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-8 .header-folow .serch-button:hover,
.theme-8 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #234f6e !important; }

.theme-8 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-8 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-8 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-8 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #234f6e !important; }

.theme-8 .form-2 .form-input:hover::-moz-placeholder,
.theme-8 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-8 .form-2 .form-input:focus::-moz-placeholder,
.theme-8 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #234f6e !important; }

.theme-8 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-8 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-8 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-8 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #234f6e !important; }

.theme-8 .form-2 .form-input:hover::placeholder,
.theme-8 .form-2 .form-textarea:hover::placeholder,
.theme-8 .form-2 .form-input:focus::placeholder,
.theme-8 .form-2 .form-textarea:focus::placeholder {
  color: #234f6e !important; }

.theme-8 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-8 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-9 .skill-block .skill-line .line-fill,
.theme-9 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-9 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-9 .service-block:hover::after,
.theme-9 .about-wrap .swiper-active-switch,
.theme-9 .a-btn i,
.theme-9 .information-wrap .facts,
.theme-9 .services .icon-wrap .icon,
.theme-9 .services.style-2:hover .icon,
.theme-9 .swiper-wrap .swiper-outer-left,
.theme-9 .team-wrap .t-about,
.theme-9 .price-block:hover .price-wrap,
.theme-9 .price-block:hover .a-btn i,
.theme-9 .contact-info .item,
.theme-9 .form-2-wrapper .headlines::after,
.theme-9 .footer .f-btn,
.theme-9 .cssload-loading i:nth-child(2),
.theme-9 .main-menu > li.active::after,
.theme-9 .main-menu > li:hover::after,
.theme-9 .banner-wrap.style-3 .swiper-active-switch,
.theme-9 .search-popup.open .close:hover,
.theme-9 .banner-wrap.style-4 .swiper-active-switch,
.theme-9 .widget-title::after,
.theme-9 .a-prod-pagination ul li.active a,
.theme-9 .a-prod-pagination ul li:hover a,
.theme-9 .single-post .blockquote::before,
.theme-9 .form-blog .form-title::after,
.theme-9 .form-blog .btn-submit,
.theme-9 .comment-body::before,
.theme-9 .banner-content .a-btn.style-1 i {
  background-color: #4f1d76; }

.theme-9 .banner-content .a-btn.style-1:hover,
.theme-9 .price-block:hover .a-btn,
.theme-9 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #4f1d76 !important;
  border-color: #4f1d76; }

.theme-9 .services .icon-wrap,
.theme-9 .services .icon-wrap .icon,
.theme-9 .services:hover .icon,
.theme-9 .services.style-2:hover .icon-wrap,
.theme-9 .footer .f-btn,
.theme-9 .form-2 .form-submit:hover,
.theme-9 .form-blog .btn-submit {
  border-color: #4f1d76; }

.theme-9 .services.style-2:hover .title.style-1::before,
.theme-9 .form-2 .form-input:hover,
.theme-9 .form-2 .form-input:focus,
.theme-9 .form-2 .form-textarea:hover,
.theme-9 .form-2 .form-textarea:focus {
  border-bottom-color: #4f1d76; }

.theme-9 .information-wrap .item {
  border-bottom-color: #8631c8; }

.theme-9 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #4f1d76; }

.theme-9 .services:hover .icon {
  border: 3px solid white; }

.theme-9 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-9 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-9 .footer .f-btn:hover,
.theme-9 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-9 nav .main-menu li.active > a,
.theme-9 nav .main-menu li:hover > a,
.theme-9 .banner-content .a-btn.style-1 i .theme-9 .filter-wrap .but:hover,
.theme-9 .filter-wrap .but.activbut,
.theme-9 .portfolio .item-info .p-open:hover,
.theme-9 .a-btn:hover,
.theme-9 .main-post .entry-title a:hover .theme-9 .main-post .entry-descr li:nth-child(2) a,
.theme-9 .footer .f-links .item a:hover,
.theme-9 .footer .social li a:hover,
.theme-9 .a-btn:hover,
.theme-9 .footer .f-links .item a:hover,
.theme-9 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-9 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-9 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-9 .inner-wrap.style-3 .main-menu li.active > a,
.theme-9 .f-c-1,
.theme-9 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-9 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-9 .banner-content .a-btn.style-1 i,
.theme-9 .recent-post .descr .title:hover,
.theme-9 .widget_search .search-submit:hover,
.theme-9 .widget_categories .cat .cat-item a:hover,
.theme-9 .main-post .entry-title a:hover,
.theme-9 .main-post .entry-descr li:nth-child(2) a,
.theme-9 .form-blog .btn-submit:hover,
.theme-9 .comment-body .comment-author a:hover,
.theme-9 .comment-body .reply a:hover,
.theme-9 .filter-wrap .but:hover,
.theme-9 .filter-wrap .but.activbut,
.theme-9 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-9 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-9 .header-folow .serch-button:hover,
.theme-9 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #4f1d76 !important; }

.theme-9 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-9 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-9 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-9 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #4f1d76 !important; }

.theme-9 .form-2 .form-input:hover::-moz-placeholder,
.theme-9 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-9 .form-2 .form-input:focus::-moz-placeholder,
.theme-9 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #4f1d76 !important; }

.theme-9 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-9 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-9 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-9 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #4f1d76 !important; }

.theme-9 .form-2 .form-input:hover::placeholder,
.theme-9 .form-2 .form-textarea:hover::placeholder,
.theme-9 .form-2 .form-input:focus::placeholder,
.theme-9 .form-2 .form-textarea:focus::placeholder {
  color: #4f1d76 !important; }

.theme-9 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-9 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }

.theme-10 .skill-block .skill-line .line-fill,
.theme-10 .inner-wrap.style-1 .menu-item:hover a::before,
.theme-10 .inner-wrap.style-1 .main-menu > li.active a::before,
.theme-10 .service-block:hover::after,
.theme-10 .about-wrap .swiper-active-switch,
.theme-10 .a-btn i,
.theme-10 .information-wrap .facts,
.theme-10 .services .icon-wrap .icon,
.theme-10 .services.style-2:hover .icon,
.theme-10 .swiper-wrap .swiper-outer-left,
.theme-10 .team-wrap .t-about,
.theme-10 .price-block:hover .price-wrap,
.theme-10 .price-block:hover .a-btn i,
.theme-10 .contact-info .item,
.theme-10 .form-2-wrapper .headlines::after,
.theme-10 .footer .f-btn,
.theme-10 .cssload-loading i:nth-child(2),
.theme-10 .main-menu > li.active::after,
.theme-10 .main-menu > li:hover::after,
.theme-10 .banner-wrap.style-3 .swiper-active-switch,
.theme-10 .search-popup.open .close:hover,
.theme-10 .banner-wrap.style-4 .swiper-active-switch,
.theme-10 .widget-title::after,
.theme-10 .a-prod-pagination ul li.active a,
.theme-10 .a-prod-pagination ul li:hover a,
.theme-10 .single-post .blockquote::before,
.theme-10 .form-blog .form-title::after,
.theme-10 .form-blog .btn-submit,
.theme-10 .comment-body::before,
.theme-10 .banner-content .a-btn.style-1 i {
  background-color: #30731b; }

.theme-10 .banner-content .a-btn.style-1:hover,
.theme-10 .price-block:hover .a-btn,
.theme-10 .banner-wrap.style-2 .banner-content .b-btn:hover {
  color: #30731b !important;
  border-color: #30731b; }

.theme-10 .services .icon-wrap,
.theme-10 .services .icon-wrap .icon,
.theme-10 .services:hover .icon,
.theme-10 .services.style-2:hover .icon-wrap,
.theme-10 .footer .f-btn,
.theme-10 .form-2 .form-submit:hover,
.theme-10 .form-blog .btn-submit {
  border-color: #30731b; }

.theme-10 .services.style-2:hover .title.style-1::before,
.theme-10 .form-2 .form-input:hover,
.theme-10 .form-2 .form-input:focus,
.theme-10 .form-2 .form-textarea:hover,
.theme-10 .form-2 .form-textarea:focus {
  border-bottom-color: #30731b; }

.theme-10 .information-wrap .item {
  border-bottom-color: #52c62e; }

.theme-10 .price-block:hover .price-wrap {
  box-shadow: 0 0 0 8px #30731b; }

.theme-10 .services:hover .icon {
  border: 3px solid white; }

.theme-10 .services.style-2 .icon {
  border: none;
  background-color: #fff; }

.theme-10 .services.style-2 .icon-wrap {
  border-color: white; }

.theme-10 .footer .f-btn:hover,
.theme-10 .form-blog .btn-submit:hover {
  background-color: transparent; }

.theme-10 nav .main-menu li.active > a,
.theme-10 nav .main-menu li:hover > a,
.theme-10 .banner-content .a-btn.style-1 i .theme-10 .filter-wrap .but:hover,
.theme-10 .filter-wrap .but.activbut,
.theme-10 .portfolio .item-info .p-open:hover,
.theme-10 .a-btn:hover,
.theme-10 .main-post .entry-title a:hover .theme-10 .main-post .entry-descr li:nth-child(2) a,
.theme-10 .footer .f-links .item a:hover,
.theme-10 .footer .social li a:hover,
.theme-10 .a-btn:hover,
.theme-10 .footer .f-links .item a:hover,
.theme-10 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-10 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-10 .inner-wrap.style-3 .main-menu li:hover > a,
.theme-10 .inner-wrap.style-3 .main-menu li.active > a,
.theme-10 .f-c-1,
.theme-10 .a-header.style-4 .inner-wrap.type-2 li:hover > a,
.theme-10 .a-header.style-4 .inner-wrap.type-2 li.active > a,
.theme-10 .banner-content .a-btn.style-1 i,
.theme-10 .recent-post .descr .title:hover,
.theme-10 .widget_search .search-submit:hover,
.theme-10 .widget_categories .cat .cat-item a:hover,
.theme-10 .main-post .entry-title a:hover,
.theme-10 .main-post .entry-descr li:nth-child(2) a,
.theme-10 .form-blog .btn-submit:hover,
.theme-10 .comment-body .comment-author a:hover,
.theme-10 .comment-body .reply a:hover,
.theme-10 .filter-wrap .but:hover,
.theme-10 .filter-wrap .but.activbut,
.theme-10 .inner-wrap.style-2 .main-menu > li.active > a,
.theme-10 .inner-wrap.style-2 .main-menu > li:hover > a,
.theme-10 .header-folow .serch-button:hover,
.theme-10 .banner-wrap.style-2 .banner-content .a-btn i {
  color: #30731b !important; }

.theme-10 .form-2 .form-input:hover::-webkit-input-placeholder,
.theme-10 .form-2 .form-textarea:hover::-webkit-input-placeholder,
.theme-10 .form-2 .form-input:focus::-webkit-input-placeholder,
.theme-10 .form-2 .form-textarea:focus::-webkit-input-placeholder {
  color: #30731b !important; }

.theme-10 .form-2 .form-input:hover::-moz-placeholder,
.theme-10 .form-2 .form-textarea:hover::-moz-placeholder,
.theme-10 .form-2 .form-input:focus::-moz-placeholder,
.theme-10 .form-2 .form-textarea:focus::-moz-placeholder {
  color: #30731b !important; }

.theme-10 .form-2 .form-input:hover:-ms-input-placeholder,
.theme-10 .form-2 .form-textarea:hover:-ms-input-placeholder,
.theme-10 .form-2 .form-input:focus:-ms-input-placeholder,
.theme-10 .form-2 .form-textarea:focus:-ms-input-placeholder {
  color: #30731b !important; }

.theme-10 .form-2 .form-input:hover::placeholder,
.theme-10 .form-2 .form-textarea:hover::placeholder,
.theme-10 .form-2 .form-input:focus::placeholder,
.theme-10 .form-2 .form-textarea:focus::placeholder {
  color: #30731b !important; }

.theme-10 .inner-wrap.style-2 .main-menu .sub-menu li:hover a {
  color: #fff !important; }

.theme-10 .banner-content .a-btn.style-1 i {
  background-color: #fff !important; }


.link-btn{padding:8px 15px; border-radius:15px; font-size:13px; border:1px solid #fff; color:#fff; text-decoration:none;}
.link-btn:hover{color:#fff; text-decoration:none; background-color:#0070ba; border:1px solid #0070ba;}

#hiring{background: url('../img/now-hiring.jpg') no-repeat center; background-size: 100% auto; padding: 80px 0; background-color: #f6f8f8; position: relative;}
#hiring .hiring-head{color: #fff; font-size: 40px; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 15px;}
#hiring .hiring-subhead{font-family: 'Ubuntu', sans-serif; color: #fff; font-size: 30px; margin-bottom: 25px;}
#hiring .hiring-desc{font-size: 16px; line-height: 24px; color: #ffffff; margin-bottom: 50px;}
#hiring .hiring-link{background-color: #0070ba; color: #ffffff; font-size: 18px; font-weight: 600; padding: 6px 15px; border-radius: 20px; border: 3px solid #fff; text-decoration: none;}

#client{background: url('../img/clients-bg.jpg') no-repeat; background-size: 100% auto; padding: 30px 0; background-color: #f8f8fa; position: relative;}
#client .client-heading{font-size: 40px; color: #1a1919; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 20px;}

#fire-section{background: url('../img/fire-bg.jpg') no-repeat; background-size: 100% auto; padding: 70px 0; background-color: #f8f8fa;}

.fire-head{font-size: 40px; line-height: 48px; color: #1a1919; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 15px; margin-top: 8%; line-height: 54px;}
.number-head{font-size: 40px; line-height: 48px; color: #1a1919; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-top: 6%; line-height: 54px; text-align: center;}


.number-wrap hr{width: 50px; margin: 10px auto 0; border-bottom: 1px solid #00358B;}

.padding-60{padding: 50px 0;}

#service-bg{background: url('../img/service-bg.jpg') no-repeat; background-size: 100% auto; padding: 50px 0; background-color: #fbfaf6;}

#service-bg{padding: 80px 0; position: relative;}
#service-bg .service-head{color: #1a1919; font-size: 40px; line-height: 48px; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 15px;}
#service-bg .service-subhead{font-family: 'Ubuntu', sans-serif; color: #1a1919; font-size: 30px; margin-bottom: 45px;}
#service-bg .service-wrap{width: 100%; margin-bottom: 50px;}
#service-bg .service-wrap i{ background-color: #0070ba; float: left; padding: 20px; margin-right: 15px; border-radius: 3px;}
#service-bg .service-wrap i img{vertical-align: middle;}
#service-bg .service-wrap p{font-size: 16px; line-height: 24px; color: #1a1919;}
#service-bg .service-wrap p span{font-size: 18px; font-weight: 700; font-family: 'Ubuntu', sans-serif;}
#service-bg .service-wrap .orange-bg{background-color: #0070ba;}

#testimonials{background: url('../img/testimonial-bg.jpg') no-repeat; background-size: 100% auto; padding: 80px 0; position: relative;}
#testimonials .testi-head{color: #1a1919; font-size: 40px; line-height: 48px; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 70px;}
#testimonials .testi-wrap{width: 100%; background-color: rgba(0, 112, 186, 1.0); padding: 20px; border-radius: 3px; position: relative; margin-bottom: 70px; min-height: 190px;}
#testimonials .trans-bg{background-color: rgba(0, 112, 186, 0.7);}
#testimonials .testi-wrap .testi-name{color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 10px; margin-top: 30px;}
#testimonials .testi-wrap .testi-desg{color: #fff; font-size: 12px; margin-bottom: 15px;}
#testimonials .testi-wrap .testi-desc{color: #fff; font-size: 13px; line-height: 18px;}
#testimonials .testi-wrap .testi-img{width: 60px; height: 60px; border-radius: 50%; overflow: hidden; position: absolute; top: -30px; left: 20px;}
#testimonials .testi-wrap .testi-img img{width: 100%;}
#testimonials .left-pad{padding-left: 0;}
#testimonials .right-pad{padding-right: 0;}

#blog{background-color: #fefdfd;}
#blog .headlines{color: #1a1919; font-size: 40px; line-height: 48px; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 70px;}
#blog .blog-wrap{width: 100%; box-shadow: 0 0 3px 1px #ededed;}
#blog .blog-wrap .blog-img{width: 100%; min-height: 150px; max-height: 150px; overflow: hidden;}
#blog .blog-wrap .blog-head{width: 100%; padding: 15px 10px; border-bottom: 1px solid #eaeaea;}
#blog .blog-wrap .blog-head .blog-heading{font-size: 18px; color: #000; font-family: 'Ubuntu', sans-serif; margin-bottom: 8px;}
#blog .blog-wrap .blog-head .blog-post{font-size: 12px; color: #787878;}
#blog .blog-wrap .blog-cont{padding: 15px 10px; font-size: 13px; line-height: 20px; color: #404040;}
#blog .blog-wrap .blog-cont a{font-weight: 600; color: #0070ba;}

#home-contact .headlines{color: #1a1919; font-size: 40px; font-weight: 700; font-family: 'Ubuntu', sans-serif; margin-bottom: 70px; line-height: 48px;}

#contact-bg{background: url('../img/contact-bg.jpg') no-repeat; background-size: 100% auto;}

#company-overview{padding: 80px 0 100px; background: radial-gradient(circle, #0095d9, #00358b); transform:  rotate(5deg) scale(1) skew(5deg) translate(0px); width: 100.6%; margin-left: -0.3%; position: relative; z-index: 20;}
#company-overview .about-inner-wrap{transform:  rotate(-5deg) skew(-5deg)}
#company-overview .about-inner-wrap .about-head{font-size: 40px; color: #fff; text-align: center; font-weight: 700; padding: 0 0; margin-bottom: 50px; font-family: 'Ubuntu', sans-serif;}
#company-overview .about-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #fff; margin-bottom: 10px;}
#company-overview .contact-midhead{font-size: 20px; line-height: 34px; font-weight: 600; color: #fff; margin-bottom: 5px;}
#company-overview .about-inner-wrap .about-subhead{font-size: 24px; color: #fff; margin-bottom: 20px; font-weight: 600; font-family: 'Ubuntu', sans-serif;}
#company-overview .about-inner-wrap .about-cont{font-size: 15px; color: #fff; line-height: 22px; margin-bottom: 15px;}
#company-overview .about-inner-wrap img{width: 100%;}
#company-overview .about-inner-wrap .about-cont a{color: #fff;}
#company-overview .about-inner-wrap .about-cont i{margin-right: 10px;}
#company-overview .about-inner-wrap form{width: 100%;}
#company-overview .about-inner-wrap form input{width: 100%; padding: 12px 0; text-indent: 5px; font-size: 14px; color: #fff; border: none; background-color: transparent; border-bottom: 1px solid #fff; margin-bottom: 15px;}
#company-overview .about-inner-wrap form select{width: 100%; padding: 12px 0; font-size: 14px; color: #fff; border: none; background-color: transparent; border-bottom: 1px solid #fff; margin-bottom: 15px;}
#company-overview .about-inner-wrap form select option{color: #000;}
#company-overview .about-inner-wrap form input::-moz-placeholder, #company-overview .about-inner-wrap form textarea::-moz-placeholder{color: #fff; opacity: 0.9;}
#company-overview .about-inner-wrap form input::-webkit-input-placeholder{color: #fff; opacity: 0.9;}
#company-overview .about-inner-wrap form textarea::-webkit-input-placeholder{color: #fff; opacity: 0.9;}
#company-overview .about-inner-wrap form textarea{width: 100%; min-height: 80px; padding: 12px 0; text-indent: 5px; font-size: 14px; color: #fff; border: none; background-color: transparent; border-bottom: 1px solid #fff; margin-bottom: 15px;}
#company-overview .about-inner-wrap form input[type="submit"]{background-color: #fff; border-radius: 5px; color: #090c11; font-size: 16px; padding: 12px 0; text-align: center; margin-top: 20px;}
.margin-btm-10{margin-bottom: 8px !important;}

.team-list li{list-style-type: disc; font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 10px;}

#what-apart{background: url('../img/sets-apart-bg.jpg') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding: 120px 0 230px; margin-top: -80px;}
#what-apart .main-head{font-size: 40px; color: #323f48; text-align: center; font-weight: 700; margin-bottom: 50px; margin-top: 120px; font-family: 'Ubuntu', sans-serif;}
#what-apart ul{width: 100%; display: inline-block;}
#what-apart ul li{width: 20%; float: left; text-align: center; font-size: 15px; line-height: 20px; padding: 0 1%; color: #242424;}
#what-apart ul li span{color: #323f48; font-size: 20px; margin-bottom: -10px; display: block; font-weight: 600; font-family: 'Ubuntu', sans-serif;}
#what-apart ul li i{width: 80px; height: 80px; line-height: 120px; border-radius: 10px; box-shadow: 0 0 3px 0 #ccc; display: block; margin: 0 auto; background-color: #fff; text-align: center;}
#what-apart ul li i img{width: 50px;}
#what-apart .sub-head{font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 20px;}

#team-sec{background: url('../img/sets-apart-bg.jpg') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding: 120px 0 230px; margin-top: -80px;}
#team-sec .main-head{font-size: 40px; color: #323f48; text-align: left; font-weight: 700; margin-bottom: 10px; margin-top: 120px; font-family: 'Ubuntu', sans-serif;}
#team-sec .sub-head{font-size: 16px; line-height: 26px; color: #242424; margin-bottom: 10px;}
#team-sec .main-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #242424; margin-bottom: 10px;}

.recruitment-head{font-size: 40px; color: #323f48; text-align: left; line-height: 48px; font-weight: 700; margin-bottom: 10px; margin-top: 0px; font-family: 'Ubuntu', sans-serif;}
.recruitment-subhead{font-size: 16px; line-height: 26px; color: #242424; margin-bottom: 10px;}
.recruitment-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #242424; margin-bottom: 10px;}

.end-end-rpo{background: url('../img/ent-to-end-rpo.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 230px; margin-top: -80px;}
.project-rpo{background: url('../img/project-rpo.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 230px; margin-top: -80px;}
.contingent-workforce{background: url('../img/content-workforce.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 230px; margin-top: -80px;}
.talent-rpo{background: url('../img/talent-strategy.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 80px !important; margin-top: -80px; position: relative;}
.contract-staffing{background: url('../img/contract-to-hire.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 200px !important; margin-top: -80px; position: relative;}
.recruiter3{background: url('../img/recruiter3.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 200px !important; margin-top: -80px; position: relative;}
.project-staffing{background: url('../img/project-staffing.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 120px 0 200px !important; margin-top: -80px; position: relative;}
.recruiter5{background: url('../img/recruiter5.jpg') no-repeat center top !important; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; padding: 80px 0 150px !important; margin-top: -80px; position: relative;}


#team-value-sec{background: url('../img/sets-apart-bg.jpg') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding: 120px 0 230px; margin-top: -80px;}
#team-value-sec .main-head{font-size: 40px; color: #323f48; text-align: left; font-weight: 700; margin-bottom: 30px; margin-top: 120px; font-family: 'Ubuntu', sans-serif;}
#team-value-sec li{list-style-type: disc; font-size: 16px; line-height: 26px; color: #242424; margin-bottom: 10px; margin-left: 15px;}

#leading-trends{padding: 130px 0 120px; background: #323f48; transform:  rotate(355deg) scale(1) skew(355deg) translate(0px); z-index: 15; margin-top: -80px; width: 100.6%; margin-left: -0.3%; z-index: 20; position: relative;}
#leading-trends .main-wrap{transform:  rotate(-355deg) skew(-355deg)}
#leading-trends img{width: 100%;}
#leading-trends .main-head{font-size: 40px; line-height: 48px; font-weight: 600; color: #fff; margin-bottom: 20px; font-family: 'Ubuntu', sans-serif;}
#leading-trends .main-subhead{font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 20px;}
#leading-trends .main-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #fff; margin-bottom: 20px;}
#leading-trends li{color: #fff; font-size: 16px; margin-bottom: 15px; list-style-type: disc; margin-left: 15px;}

#hybrid-rpo{padding: 130px 0 120px; background: #323f48; transform:  rotate(355deg) scale(1) skew(355deg) translate(0px); z-index: 15; margin-top: -80px; width: 100.6%; margin-left: -0.3%; z-index: 20; position: relative;}
#hybrid-rpo .main-wrap{transform:  rotate(-355deg) skew(-355deg)}
#hybrid-rpo img{width: 100%;}
#hybrid-rpo .main-head{font-size: 40px; line-height: 48px; font-weight: 600; color: #fff; margin-bottom: 10px; font-family: 'Ubuntu', sans-serif;}
#hybrid-rpo .main-subhead{font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 10px;}
#hybrid-rpo .main-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #fff; margin-bottom: 10px;}
#hybrid-rpo li{color: #fff; font-size: 16px; margin-bottom: 15px; list-style-type: disc; margin-left: 15px;}

#about-us-sec{background: url('../img/about-sec-bg.jpg') no-repeat center center; position: relative; z-index: 10; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding: 230px 0 120px; margin-top: -80px;}
#about-us-sec img{width: 100%;}
#about-us-sec .head{color: #323f48; font-size: 20px; font-weight: 600; margin: 25px 0 15px; font-family: 'Ubuntu', sans-serif;}
#about-us-sec .sub-head{font-size: 16px; line-height: 26px; color: #232323;}
#about-us-sec .about-gradient{position: absolute; bottom: 0; left: 0; width: 100%;}

#team-ingi{padding: 80px 0 100px; background: radial-gradient(circle, #0095d9, #00358b); transform:  rotate(5deg) scale(1) skew(5deg) translate(0px); width: 100.6%; margin-left: -0.3%; margin-top: -100px; position: relative; z-index: 20; }
#team-ingi .team-ingi-wrap{transform:  rotate(-5deg) skew(-5deg)}
#team-ingi .team-ingi-wrap .team-ingi-head{font-size: 40px; color: #fff; text-align: center; font-weight: 700; padding: 0 0; margin-bottom: 50px; font-family: 'Ubuntu', sans-serif;}
#team-ingi .team-ingi-wrap ul{width: 100%; display: inline-block; margin: 20px 0 50px;}
#team-ingi .team-ingi-wrap ul li{width: 20%; float: left; text-align: center; color: #fff; font-size: 20px; margin-bottom: -10px; display: block; font-weight: 600; font-family: 'Ubuntu', sans-serif;}
#team-ingi .team-ingi-wrap ul li i{width: 80px; height: 80px; line-height: 120px; border-radius: 10px; display: block; margin: 0 auto; background-color: #fff; text-align: center;}
#team-ingi .team-ingi-wrap ul li i img{width: 50px;}

#work-reason{background: url('../img/sets-apart-bg.jpg') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding: 120px 0 230px; margin-top: -80px;}
#work-reason .main-head{font-size: 40px; color: #323f48; text-align: left; font-weight: 700; margin-bottom: 20px; margin-top: 120px; font-family: 'Ubuntu', sans-serif;}
#work-reason .work-subhead{font-size: 16px; line-height: 26px; color: #232323; margin-bottom: 20px;}
#work-reason .main-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #323f48; margin-bottom: 20px;}
#work-reason li{list-style-type: disc; font-size: 16px; line-height: 26px; color: #242424; margin-bottom: 10px; margin-left: 15px;}
#work-reason img{width: 95%;}

#jobs-sec{padding: 130px 0 120px; background: #323f48; transform:  rotate(355deg) scale(1) skew(355deg) translate(0px); z-index: 15; margin-top: -80px; width: 100.6%; margin-left: -0.3%; z-index: 20; position: relative;}
#jobs-sec .main-wrap{transform:  rotate(-355deg) skew(-355deg)}
#jobs-sec img{width: 100%;}
#jobs-sec .main-head{font-size: 40px; line-height: 48px; font-weight: 600; color: #fff; margin-bottom: 20px; font-family: 'Ubuntu', sans-serif;}
#jobs-sec .main-subhead{font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 20px;}
#jobs-sec .main-midhead{font-size: 24px; line-height: 34px; font-weight: 600; color: #fff; margin-bottom: 20px;}
#jobs-sec li{color: #fff; font-size: 16px; margin-bottom: 15px; list-style-type: disc; margin-left: 15px;}

.about-page-slider .banner-wrap.style-4 .swiper-pagination-switch{background-color: #000 !important;}

.client-gradient-bg{position: absolute; bottom: 0; left: 0; width: 100%;}

.gradient-down{position: absolute; top: 0; left: 0; width: 100%;}
.gradient-up{position: absolute; bottom: 0; left: 0; width: 100%;}
.gradient-grey-up{position: absolute; bottom: 0; left: 0; width: 100%;}

.ïnner-banner{padding: 20px 0 80px;}
.ïnner-banner .banner-head{font-size: 43px; color: #000; line-height: 46px; margin-bottom: 15px; font-family: 'Ubuntu', sans-serif; font-weight: 800;}
.ïnner-banner .banner-subhead{font-size: 22px; color: #000; line-height: 25px; font-weight: 600;}

.text-left{text-align: left !important; margin-bottom: 15px !important;}

.twm-top, .healthcare-top, .rpo-top, .starffing-top, .finance-top, .infra-top, .manu-top{padding-top: 120px !important;}

.rpo-testimonial, .finace-testi, .infra-testi, .health-testi, .manu-testi, .team-culture-testi{margin-top: -80px; padding-top: 200px !important;}

#process-steps{background: url('../img/sets-apart-bg.jpg') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; padding: 120px 0 230px; margin-top: -80px;}
#process-steps .main-head{font-size: 40px; color: #323f48; text-align: center; font-weight: 700; margin-bottom: 50px; margin-top: 120px; font-family: 'Ubuntu', sans-serif;}
#process-steps ul{width: 100%; display: inline-block;}
#process-steps ul li:nth-child(1){margin-left: 1%;}
#process-steps ul li{width: 14%; float: left; text-align: center; color: #323f48; font-size: 15px; line-height: 20px; margin-bottom: -10px; display: block; font-weight: 600;}
#process-steps ul li i{width: 60px; height: 60px; line-height: 90px; border-radius: 10px; box-shadow: 0 0 3px 0 #ccc; display: block; margin: 0 auto; background-color: #fff; text-align: center;}
#process-steps ul li i img{width: 40px;}
#process-steps .sub-head{font-size: 16px; line-height: 26px; color: #fff; margin-bottom: 20px;}

.padding-left{padding-left: 0;}
.padding-right{padding-right: 0;}

.second-row-block{margin-top: 50px !important;}

.project-staffing .gradient-up{display: none}

@media(min-width: 1200px) and (max-width: 1450px){
  #company-overview{margin-top: -100px;}
}

/* CSS by nitin */
.align{text-align:left; line-height:53px !important}
.manufacturing-body{background:url(../img/manufacturing-banner.jpg) no-repeat left top; background-size:100% auto;}
.manufacture-services li{margin-left:47px; line-height:25px !important}
.filler{
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    text-align:center;
    font-family: 'Ubuntu', sans-serif;
}

.financial-body{background:url(../img/financial-banner.jpg) no-repeat left top; background-size:100% auto;}
.margin{margin-top:15% !important}
.margin2{margin-top:10%}

.about-cont2{font-size:16px; color:#000; line-height:26px; padding-right:10%; padding-bottom:10px; padding-left:50px}
.manufacture-bg{background:url(../img/manufacturing-bg.jpg) !important}

.healthcare-body{background:url(../img/healthcare-banner.jpg) no-repeat left top; background-size:100% auto;}
.infrastructure-body{background:url(../img/infrastructure-banner.jpg) no-repeat left top; background-size:100% auto;}

.infrastructure-heading{padding-top:20px; color:#000; font-weight:600; font-size:40px; line-height: 48px; font-family:'Ubuntu', sans-serif; margin-bottom:20px}

.infrastructure-bg{background:url(../img/infrastructure-bg.jpg) !important}
.infrastructure li{ color:#000 !important; list-style:disc !important; width:100% !important; float:none; text-align:left !important; line-height:30px !important; font-size:16px !important; font-family:'Ubuntu', sans-serif;}
.infrastructure{margin-top:-80px}
/* CSS by nitin */

.thankyou-cont{line-height: 50px;}

.tab-break{display: none;}

.padding-left-pad{padding-left: 0;}

@media(max-width: 600px){
  .logo img {margin-top: 0;}
  .banner-content .b-title{font-size: 24px !important; line-height}
  .banner-content .b-descr{font-size: 16px !important; line-height: 20px;}
  .banner-content .b-descr br{display: none;}
  .banner-content .a-btn.style-1{font-size: 14px; border-radius: 10px;}
  .banner-wrap.style-4 .a-btn{padding: 12px 20px;}
  .service-block .service-title{font-size: 20px; margin-bottom: 10px;}
  .service-block .service-descr{font-size: 14px; line-height: 20px;}
  .second-row-block{margin-top: 00px !important;}
  #hiring .hiring-head{font-size: 22px;}
  #hiring .hiring-subhead{font-size: 18px; margin-bottom: 15px;}
  .hiring-desc{line-height: 20px;}
  #hiring .hiring-link{font-size: 14px; border-radius: 10px; border: 2px solid #fff;}
  #hiring .hiring-desc{margin-bottom: 40px;}
  #hiring{background: url('../img/mobile-images/now-hiring.jpg') no-repeat center; padding: 20px 0;}

  .process-top{padding: 60px 0 80px !important;}

  #client .client-heading{text-align: left !important; font-size: 24px !important; margin-bottom: 0;}
  #client{background: url('../img/mobile-images/clients-bg.jpg') no-repeat center;}

  .fire-head{font-size: 22px !important; text-align: left !important; margin-bottom: 0 !important;}
  .information-wrap .content{padding: 0 15px !important;}
  .information-wrap .facts{margin-top: 0;}

  .number-head{font-size: 22px !important; text-align: left !important;}

  #service-bg .service-head{font-size: 22px !important; text-align: left !important; margin-bottom: 10px; line-height: 28px;}
  #service-bg .service-subhead{font-size: 18px; line-height: 24px; margin-bottom: 30px;}

  .number-wrap{padding: 0 30px !important;}
  .information-wrap .item{width: 50%; text-align: left; padding-left: 0; padding-bottom: 0; font-size: 22px;}
  .information-wrap .item .counter{font-size: 22px;}
  .information-wrap .item .title{font-size: 13px;}
  .number-wrap hr{margin: 10px 0}
  .information-wrap li:nth-of-type(1), .information-wrap li:nth-of-type(2){padding-top: 0px;}

  #service-bg .service-wrap i{padding: 10px; margin-right: 10px; margin-bottom: 60px;}
  #service-bg .service-wrap p span{font-size: 16px;}
  #service-bg .service-wrap p{font-size: 14px; line-height: 20px;}
  #service-bg .service-wrap{margin-bottom: 30px;}

  #blog .headlines{font-size: 22px !important; text-align: left !important; margin-bottom: 20px; line-height: 28px;}
  
  .mobile-padding{padding: 0 30px;}

  #testimonials .testi-head{font-size: 22px !important; text-align: left !important; margin-bottom: 50px; line-height: 28px;}
  #testimonials .left-pad{padding: 0;}
  #testimonials .right-pad{padding: 0;}
  
  #fire-section{background: url('../img/mobile-images/fire-bg.jpg') no-repeat center bottom; padding: 20px 0;}
  #service-bg{background: url('../img/mobile-images/service-bg.jpg') no-repeat center bottom; padding: 40px 0;}
  #testimonials{background: url('../img/mobile-images/testimonial-bg.jpg') no-repeat no-repeat center top; padding: 0px 0 0;}
  #contact-bg{background: url('../img/mobile-images/contact-bg.jpg') no-repeat center top}
  #home-contact .headlines{font-size: 22px !important; text-align: left !important; margin-bottom: 20px; line-height: 28px;}
  .form-head{margin-bottom: 0 !important;}

  #company-overview .about-inner-wrap .about-head{font-size: 22px; text-align: left !important; margin-left: 15px; margin-bottom: 15px;}
  #company-overview .about-inner-wrap .about-subhead{font-size: 18px; line-height: 24px; margin-bottom: 15px;}
  #company-overview .about-inner-wrap .about-cont{font-size: 14px; line-height: 22px;}

  #what-apart{padding-bottom: 130px;}
  #what-apart .main-head{font-size: 22px; text-align: left !important; margin-top: 40px; margin-bottom: 30px;}
  #what-apart ul li{width: 100%; text-align: left; font-size: 14px; margin-bottom: 20px;}
  #what-apart ul li br{display: none;}
  #what-apart ul li i{width: 60px; height: 60px; line-height: 90px; margin: inherit; margin-right: 10px; float: left;}
  #what-apart ul li i img{width: 40px;}
  #what-apart ul li span{font-size: 18px; margin-bottom: 5px;}
  
  #leading-trends{padding-top: 100px; padding-bottom: 80px;}
  #leading-trends img{margin-bottom: 20px;}
  #leading-trends .main-head{font-size: 22px; line-height: 28px; margin-bottom: 10px;}
  #leading-trends .main-subhead{font-size: 14px; line-height: 22px;}
  #leading-trends li{font-size: 14px; margin-bottom: 10px; line-height: 22px;}

  #about-us-sec{padding-top: 170px; padding-bottom: 50px;}
  #about-us-sec .head{font-size: 18px; margin: 20px 0 10px;}
  #about-us-sec .sub-head{font-size: 14px; line-height: 22px; margin-bottom: 30px;}
  #about-us-sec .about-gradient{display: none;}

  .team-list li{font-size: 14px; line-height: 22px; margin-bottom: 10px; margin-left: 13px;}
  #team-sec .main-head{font-size: 22px; line-height: 28px; margin-bottom: 10px;}
  #team-sec .sub-head{font-size: 14px; line-height: 22px;}
  #team-sec{padding-top: 100px; padding-bottom: 150px;}
  #team-sec .main-head{margin-top: 60px;}
  #leading-trends .main-midhead{font-size: 18px; line-height: 26px; margin-bottom: 15px;}

  #team-value-sec .main-head{font-size: 22px; line-height: 28px; margin-top: 50px; margin-bottom: 10px;}
  #team-value-sec li{font-size: 14px; line-height: 22px; margin-bottom: 5px;}
  #team-value-sec{padding-top: 100px; padding-bottom: 180px;}
  
  #team-ingi{padding-bottom: 20px;}
  #team-ingi .team-ingi-wrap .team-ingi-head{font-size: 22px; line-height: 28px; margin-bottom: 10px; text-align: left; margin-left: 15px;}
  #team-ingi .team-ingi-wrap ul li i{width: 60px; height: 60px; margin-bottom: -10px; line-height: 90px; margin: 0 auto;}
  #team-ingi .team-ingi-wrap ul li{width: 50%; font-size: 15px; margin-bottom: 25px;}

  #work-reason{padding: 100px 0 130px;}
  #work-reason .main-head{font-size: 22px; line-height: 28px; margin-top: 50px; margin-bottom: 5px; text-align: left;}
  #work-reason .work-subhead{font-size: 14px; line-height: 22px;}
  #work-reason li{font-size: 14px; line-height: 22px;}
  #work-reason .main-midhead{font-size: 18px; line-height: 26px;}

  #jobs-sec{padding-top: 70px; padding-bottom: 70px;}
  #jobs-sec .main-head{font-size: 22px; line-height: 28px; margin-bottom: 10px;}
  #jobs-sec .main-subhead{font-size: 14px; line-height: 22px;}
  .team-culture-testi, .infra-testi, .health-testi, .rpo-testimonial, .finace-testi, .manu-testi{padding-top: 150px !important;}

  .inner-trends{padding-top: 100px !important;}

  .form-2-wrapper{width: 100%;}
  .footer .f-title{margin-bottom: 20px;}
  .footer .f-form{margin-top: 10px;}
  .footer .social li:nth-child(1) a{margin-left: 0;}

  .ïnner-banner .banner-head, .financial-head{font-size: 22px; line-height: 30px !important; margin-bottom: 0;}
  .financial-head{margin-bottom: 150px !important;}
  .banner-wrap{padding-top: 20% !important;}
  .ïnner-banner{padding-bottom: 170px;}
  .edge-banner-cont{padding-top: 40% !important; padding-bottom: 100px !important;}
  .ïnner-banner .banner-subhead{font-size: 16px; line-height: 24px;}

  .inner-top-section{padding-top: 60px !important;}
  .inner-top-section .about-head{margin-left: 0 !important;}

  #what-apart{padding-top: 150px;}
  #what-apart ul li{margin-left: 15px; margin-bottom: 5px;}
  .infrastructure-heading{font-size: 22px; text-align: left; line-height: 28px;}
  .infrastructure-bg{background-position: right top !important;}

  #hybrid-rpo .main-head{font-size: 22px; text-align: left; line-height: 28px;}
  #hybrid-rpo .main-subhead{font-size: 14px; line-height: 22px;}

  .recruitment-head{font-size: 22px; text-align: left; line-height: 28px;}
  .recruitment-midhead{font-size: 18px; line-height: 26px;}
  .recruitment-subhead{font-size: 14px; line-height: 22px;}

  .slider-wrap{padding-top: 80% !important;}  

  #team-sec .main-midhead{font-size: 16px; line-height: 24px;}

  #company-overview .about-midhead{font-size: 16px; line-height: 24px;}

  #hybrid-rpo .main-midhead{font-size: 16px; line-height: 24px;}

  .project-rpo{padding-bottom: 100px !important; background-position: right auto !important;}

  #hybrid-rpo{padding: 80px 0 100px;}

  .project-staffing{padding: 80px 0 100px !important; background-position: right top !important;}

  .filler{font-size: 26px; line-height: 32px;}

  .blog-img img{width: 100%;}
  #blog .blog-wrap{margin-bottom: 20px;}

  .white-logo{display: none !important;}

  .no-mob-pad{padding: 0;}

  .main-menu{margin-top: -3px; background: radial-gradient(circle, #0095d9, #00358b);}
  .main-menu li a{color: #fff !important;}
  .main-menu .sub-menu{width: 100%; background-color: transparent !important; max-width: 100%; min-width: 100%;}
  .main-menu .sub-menu li a{}

  .logo img{max-width: 110px;}

  .contract-staffing{padding: 80px 0 140px !important;}

  .left-margin{margin-left: 0 !important;}

  .manu-bottom-cont{padding-left: 15px; padding-right: 15px;}

  .contact-form-wrap{margin-top: 50px;}
  .contact-form-wrap .padding-left{padding-right: 0 !important;}
  .contact-form-wrap .padding-right{padding-left: 0 !important;}

  .thankyou-cont{line-height: 28px; text-align: center !important;}

  .about-inner-points li{margin-left: 0 !important; margin-bottom: 25px !important;}

  .padding-left-pad{padding-left: 0;}

  #process-steps .main-head{font-size: 22px; padding-top: 60px; line-height: 28px;}

  .process-head{margin-left: 0 !important;}

  #process-steps ul li{width: 50%; margin-bottom: 30px;}
  #process-steps ul li:nth-child(1){margin-left: 0;}
  #process-steps{padding: 0 0 150px;}

  body {background:url('../img/mobile-images/home-banner.jpg') no-repeat right top; background-size: 100% auto;}
  .about-body{background:url('../img/mobile-images/about-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .team-body{background:url('../img/mobile-images/team-culture-bg.jpg') no-repeat left top; background-size: 100% auto;}
  .infrastructure-body{background: url('../img/mobile-images/infrastructure-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .edge-body{background: url('../img/mobile-images/edge-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .staffing-body{background: url('../img/mobile-images/staffing-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .recruiter-body{background: url('../img/mobile-images/recruiter-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .rpo-body{background: url('../img/mobile-images/rpo-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .twm-body{background: url('../img/mobile-images/total-workforce-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .contingent-workforce, .talent-rpo, .manufacture-bg{background-position: right top !important;}
  .technology-body{background: url('../img/mobile-images/technology-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .financial-body{background: url('../img/mobile-images/financial-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .healthcare-body{background: url('../img/mobile-images/healthcare-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .manufacturing-body{background: url('../img/mobile-images/manufacturing-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .consumer-body{background: url('../img/mobile-images/consumer-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .retail-body{background: url('../img/mobile-images/retail-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .contact-body{background: url('../img/mobile-images/contact-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .thank-body{background: url('../img/mobile-images/thank-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .process-body{background: url('../img/mobile-images/process-banner.jpg') no-repeat left top; background-size: 100% auto;}
  
  .recruiter2 h2.about-head{line-height:30px !important}
  .recruiter5 li{font-size:14px !important; margin-left:10px}
  .recruiter6 h2.about-head{line-height:30px !important; margin-top:0px !important}
}


@media (min-width: 601px) and (max-width: 770px){
  .logo img {margin-top: 0;}
  .banner-content .b-title{font-size: 24px !important; line-height: 32px !important;}
  .banner-content .b-descr{font-size: 16px !important; line-height: 20px;}
  .banner-content .b-descr br{display: block;}
  .banner-content .a-btn.style-1{font-size: 14px; border-radius: 10px;}
  .banner-wrap.style-4 .a-btn{padding: 12px 20px;}
  .service-block .service-title{font-size: 20px; margin-bottom: 10px;}
  .service-block .service-descr{font-size: 14px; line-height: 20px;}
  .second-row-block{margin-top: 00px !important;}
  #hiring .hiring-head{font-size: 22px;}
  #hiring .hiring-subhead{font-size: 18px; margin-bottom: 15px;}
  .hiring-desc{line-height: 20px;}
  #hiring .hiring-link{font-size: 14px; border-radius: 10px; border: 2px solid #fff;}
  #hiring .hiring-desc{margin-bottom: 40px;}
  #hiring{background: url('../img/mobile-images/now-hiring.jpg') no-repeat center; padding: 20px 0;}

  .tab-padding{padding: 0;}

  .tab-break{display: block;}

  #client .client-heading{text-align: left !important; font-size: 24px !important; margin-bottom: 0;}
  #client{background: url('../img/mobile-images/clients-bg.jpg') no-repeat center;}

  .fire-head{font-size: 22px !important; text-align: left !important; margin-top: -20px; margin-bottom: 0 !important;}
  .information-wrap .content{padding: 0 15px !important;}
  .information-wrap .facts{margin-top: 0;}

  .number-head{font-size: 22px !important; text-align: left !important;}

  #service-bg .service-head{font-size: 22px !important; text-align: left !important; margin-bottom: 10px; line-height: 28px;}
  #service-bg .service-subhead{font-size: 18px; line-height: 24px; margin-bottom: 30px;}

  .number-wrap{padding: 0 15px !important;}
  .information-wrap .item{width: 20%; text-align: center; padding-left: 0; padding-bottom: 0; font-size: 22px;}
  .information-wrap .item .counter{font-size: 22px;}
  .information-wrap .item .title{font-size: 13px;}
  .number-wrap hr{margin: 10px auto;}

  .pad-number{padding: 0 10px !important;}

  .information-wrap li:nth-of-type(1), .information-wrap li:nth-of-type(2){padding-top: 0px;}

  #service-bg .service-wrap i{padding: 10px; margin-right: 10px; margin-bottom: 40px;}
  #service-bg .service-wrap p span{font-size: 16px;}
  #service-bg .service-wrap p{font-size: 14px; line-height: 20px;}
  #service-bg .service-wrap{margin-bottom: 10px; display: inline-block;}

  #blog .headlines{font-size: 22px !important; text-align: left !important; margin-bottom: 20px; line-height: 28px;}
  
  .mobile-padding{padding: 0 0 0 15px;}

  #testimonials .testi-head{font-size: 22px !important; text-align: left !important; margin-bottom: 50px; line-height: 28px;}
  #testimonials .left-pad{padding: 0 10px 0 0;}
  #testimonials .right-pad{padding: 0 0 0 10px;}
  
  #fire-section{background: url('../img/mobile-images/fire-bg.jpg') no-repeat center bottom; padding: 20px 0;}
  #service-bg{background: url('../img/mobile-images/service-bg.jpg') no-repeat center top; padding: 40px 0 20px;}
  #testimonials{background: url('../img/mobile-images/testimonial-bg.jpg') no-repeat no-repeat center top; padding: 0px 0 0;}
  #contact-bg{background: url('../img/mobile-images/contact-bg.jpg') no-repeat center top}
  #home-contact .headlines{font-size: 22px !important; text-align: left !important; margin-bottom: 20px; line-height: 28px;}
  .form-head{margin-bottom: 0 !important;}

  #contact-bg .marg-lg-t100{margin-top: 40px !important;}

  #company-overview .about-inner-wrap .about-head{font-size: 22px; line-height: 30px; text-align: left !important; margin-left: 15px; margin-bottom: 15px;}
  #company-overview .about-inner-wrap .about-subhead{font-size: 18px; line-height: 24px; margin-bottom: 15px;}
  #company-overview .about-inner-wrap .about-cont{font-size: 14px; line-height: 22px;}
  .thankyou-top{padding: 60px 0 60px !important;}
  .process-head{margin-left: 0 !important;}

  #what-apart{padding-bottom: 130px;}
  #what-apart .main-head{font-size: 22px; text-align: left !important; margin-top: 40px; margin-bottom: 30px;}
  #what-apart ul li{width: 100%; text-align: left; font-size: 14px; margin-bottom: 20px;}
  #what-apart ul li br{display: none;}
  #what-apart ul li i{width: 60px; height: 60px; line-height: 90px; margin: inherit; margin-right: 10px; float: left; margin-bottom: 5px;}
  #what-apart ul li i img{width: 40px;}
  #what-apart ul li span{font-size: 18px; margin-bottom: 5px;}
  
  #leading-trends{padding-top: 100px; padding-bottom: 80px;}
  #leading-trends img{margin-bottom: 20px;}
  #leading-trends .main-head{font-size: 22px; line-height: 28px; margin-bottom: 10px;}
  #leading-trends .main-subhead{font-size: 14px; line-height: 22px;}
  #leading-trends li{font-size: 14px; margin-bottom: 10px; line-height: 22px;}

  #about-us-sec{padding-top: 170px; padding-bottom: 50px;}
  #about-us-sec .head{font-size: 18px; margin: 20px 0 10px;}
  #about-us-sec .sub-head{font-size: 14px; line-height: 22px; margin-bottom: 30px;}
  #about-us-sec .about-gradient{display: none;}

  .team-list li{font-size: 14px; line-height: 22px; margin-bottom: 10px; margin-left: 13px;}
  #team-sec .main-head{font-size: 22px; line-height: 28px; margin-bottom: 10px;}
  #team-sec .sub-head{font-size: 14px; line-height: 22px;}
  #team-sec{padding-top: 100px; padding-bottom: 150px;}
  #team-sec .main-head{margin-top: 60px;}
  #leading-trends .main-midhead{font-size: 18px; line-height: 26px; margin-bottom: 15px;}

  #team-value-sec .main-head{font-size: 22px; line-height: 28px; margin-top: 50px; margin-bottom: 10px;}
  #team-value-sec li{font-size: 14px; line-height: 22px; margin-bottom: 5px;}
  #team-value-sec{padding-top: 100px; padding-bottom: 180px;}
  
  #team-ingi{padding-bottom: 20px;}
  #team-ingi .team-ingi-wrap .team-ingi-head{font-size: 22px; line-height: 28px; margin-bottom: 10px; text-align: center; margin-left: 15px;}
  #team-ingi .team-ingi-wrap ul li i{width: 60px; height: 60px; margin-bottom: -10px; line-height: 90px; margin: 0 auto;}
  #team-ingi .team-ingi-wrap ul li{width: 20%; font-size: 15px; margin-bottom: 25px;}

  #work-reason{padding: 100px 0 130px;}
  #work-reason .main-head{font-size: 22px; line-height: 28px; margin-top: 50px; margin-bottom: 5px; text-align: left;}
  #work-reason .work-subhead{font-size: 14px; line-height: 22px;}
  #work-reason li{font-size: 14px; line-height: 22px;}
  #work-reason .main-midhead{font-size: 18px; line-height: 26px;}

  #jobs-sec{padding-top: 70px; padding-bottom: 70px;}
  #jobs-sec .main-head{font-size: 22px; line-height: 28px; margin-bottom: 10px;}
  #jobs-sec .main-subhead{font-size: 14px; line-height: 22px;}
  .team-culture-testi, .infra-testi, .health-testi, .rpo-testimonial, .finace-testi, .manu-testi{padding-top: 150px !important;}

  .inner-trends{padding-top: 100px !important;}

  .form-2-wrapper{width: 100%;}
  .footer .f-title{margin-bottom: 20px;}
  .footer .f-form{margin-top: 10px;}
  .footer .social li:nth-child(1) a{margin-left: 0;}

  .ïnner-banner .banner-head, .financial-head{font-size: 22px; line-height: 30px !important; margin-bottom: 0;}
  .financial-head{margin-bottom: 150px !important;}
  .banner-wrap{padding-top: 20% !important;}
  .ïnner-banner{padding-bottom: 170px;}
  .edge-banner-cont{padding-top: 10% !important; padding-bottom: 130px !important;}
  .ïnner-banner .banner-subhead{font-size: 16px; line-height: 24px;}

  .inner-top-section{padding-top: 100px !important;}
  .inner-top-section .about-head{margin-left: 0 !important;}

  #blog .blog-wrap .blog-head .blog-heading{font-size: 17px;}

  .contact-info .item{width: 32%; padding: 14px 10px;}
  .contact-info .text{font-size: 14px; line-height: 26px;}
  .contact-info .icon-wrapper i{display: block; margin-bottom: 10px;}

  .footer-tab-mar{margin-bottom: 00px !important; margin-top: 50px !important;}

  #what-apart{padding-top: 150px;}
  #what-apart ul li{margin-left: 15px; margin-bottom: 5px;}
  .infrastructure-heading{font-size: 22px; text-align: left; line-height: 28px;}
  .infrastructure-bg{background-position: left top !important; padding-top: 100px !important; background-size: 130% auto !important;}

  #hybrid-rpo .main-head{font-size: 22px; text-align: left; line-height: 28px;}
  #hybrid-rpo .main-subhead{font-size: 14px; line-height: 22px;}

  .recruitment-head{font-size: 22px; text-align: left; line-height: 28px;}
  .recruitment-midhead{font-size: 18px; line-height: 26px;}
  .recruitment-subhead{font-size: 14px; line-height: 22px;}

  #process-steps .main-head{font-size: 22px; padding-top: 60px; line-height: 28px;}

  .slider-wrap{padding-top: 70% !important; padding-bottom: 100px !important;}  
  #service{margin-bottom: 50px !important;}

  #client .marg-lg-b80{margin-bottom: 0px !important;}

  #team-sec .main-midhead{font-size: 16px; line-height: 24px;}

  #company-overview .about-midhead{font-size: 16px; line-height: 24px;}

  #hybrid-rpo .main-midhead{font-size: 16px; line-height: 24px;}

  .project-rpo{padding-bottom: 100px !important; background-position: right auto !important;}

  #hybrid-rpo{padding: 80px 0 100px;}

  .project-staffing{padding: 80px 0 100px !important; background-position: right top !important; background: url('../img/project-staffing.jpg') no-repeat center top !important;}
  .project-staffing .gradient-grey-up{display: none;}
  .project-staffing .gradient-up{display: block}

  .filler{font-size: 26px; line-height: 32px;}

  .blog-img img{width: 100%;}
  #blog .blog-wrap{margin-bottom: 20px;}

  .white-logo{display: none !important;}

  .tab-pad-left{padding: 0 10px 0 0;}
  .tab-pad-right{padding: 0 0 0 10px;}

  .main-menu{margin-top: -3px; background: radial-gradient(circle, #0095d9, #00358b);}
  .main-menu li a{color: #fff !important;}
  .main-menu .sub-menu{width: 100%; background-color: transparent !important; max-width: 100%; min-width: 100%;}
  .main-menu .sub-menu li a{}

  .logo img{max-width: 110px;}

  .contract-staffing{padding: 80px 0 140px !important;}

  .left-margin{margin-left: 0 !important;}

  .manu-bottom-cont{padding-left: 15px; padding-right: 15px;}

  .contact-form-wrap{margin-top: 50px; display: inline-block}
  .contact-form-wrap .padding-left{}
  .contact-form-wrap .padding-right{}

  .thankyou-cont{line-height: 28px; text-align: center !important;}

  .about-inner-points li{margin-left: 0 !important; margin-bottom: 25px !important;}

  .pad-trends{margin-top: 10% !important; margin-bottom: 3% !important;}

  .padding-left-pad{padding-left: 0;}

  .contact-form-wrap .col-md-6{z-index: 100;}

  #process-steps ul li{width: 25%; margin-bottom: 30px;}
  #process-steps ul li:nth-child(1){margin-left: 0;}
  #process-steps{padding: 0 0 150px;}

  body {background:url('../img/mobile-images/home-banner.jpg') no-repeat right top; background-size: 100% auto;}
  .about-body{background:url('../img/mobile-images/about-banner.jpg') no-repeat left top; background-size: 100% auto;}
  .team-body{background:url('../img/mobile-images/team-culture-bg.jpg') no-repeat left top; background-size: 100% auto;}
  .infrastructure-body{background: url('../img/mobile-images/infrastructure-banner.jpg') no-repeat left left; background-size: 130% auto;}
  .edge-body{background: url('../img/mobile-images/edge-banner.jpg') no-repeat right auto; background-size: 115% auto;}
  .staffing-body{background: url('../img/mobile-images/staffing-banner-pad.jpg') no-repeat right top; background-size: 100% auto;}
  .recruiter-body{background: url('../img/mobile-images/recruiter-banner-pad.jpg') no-repeat right top; background-size: 100% auto;}
  .rpo-body{background: url('../img/mobile-images/rpo-banner.jpg') no-repeat right middle; background-size: 100% auto;}
  .twm-body{background: url('../img/mobile-images/total-workforce-banner-pad.jpg') no-repeat; background-size: 100%}
  .contingent-workforce, .manufacture-bg{background-position: center top !important;}
  .talent-rpo{background-position: center top !important; background: url('../img/talent-strategy-pad.jpg') no-repeat center top !important;}
  .technology-body{background: url('../img/mobile-images/technology-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .financial-body{background: url('../img/mobile-images/financial-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .healthcare-body{background: url('../img/mobile-images/healthcare-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .manufacturing-body{background: url('../img/mobile-images/manufacturing-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .consumer-body{background: url('../img/mobile-images/consumer-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .retail-body{background: url('../img/mobile-images/retail-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .contact-body{background: url('../img/mobile-images/contact-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .thank-body{background: url('../img/mobile-images/thank-banner-pad.jpg') no-repeat; background-size: 100% auto;}
  .process-body{background: url('../img/mobile-images/process-banner-pad.jpg') no-repeat; background-size: 100% auto;}
}

.recruiter5 li{font-family:'Open Sans', sans-serif; list-style:disc !important; color:#000; margin-top:20px; line-height:22px; font-size:16px}
.recruiter5 li span{font-weight:bold}
.recruiter5 p.sub-head{font-style:italic; font-weight:bold; margin-top:30px; margin-bottom:30px}

.recruiter6 h2.about-head{line-height:48px; margin-top:40px}

.recruiter3 p.main-head{line-height:48px}
.recruiter2 h2.about-head{line-height:48px}
.imgbx {
    width: 43%;
    padding-top: 4px;
    float: left;
}
.popup-form form {margin-top:0px;}
.contformbx {
    float: left;
    width: 57%;
    background: #fff;
}
.modal {
    position: fixed;
    top: 97px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: none;
    float: left;
    width: 100%;
    color: #fff;
}
.modal-header{border-bottom:0px !important;}
.contformbx .poplogo {
    width: 45%;
    margin: 10px auto 18px auto;
}
.popup-form img {
    width: 100%;
    margin-top: -5px;
}
.popup-form h3 {
    font-size: 22px;
    color: #d91b5c;
    margin-bottom: 0;
    text-align: center;
}
h4.covidtitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    color: #315a68;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}
.lightgrbox {
    background: #fff;
    float: left;
    padding: 0px 0px;
    width: 100%;
}
input.opp{box-shadow:#0 0 5px 5px #888;background:#fff;padding:2%;color:#333;}
h4.covidtitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    color: #315a68;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}
.poppara {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    line-height: 24px;
    color: #414042;
    padding: 15px 23px;
    font-family: 'Raleway', sans-serif;
    float: left;
}
.frtrial {
    background: #d81a5e;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 22px;
    padding: 8px 0px;
}
.popform {
    float: left;
    width: 100%;
    padding: 0px 0px 7px 0px;
}
.popup-form form {
    margin-top: 4px;
}
.popup-form input {
    width: 92%;
    height: 43px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 14px;
}
.contact-form-btn {
    background: #585659;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    box-shadow: 0 0 3px 0 #ccc;
    border: 2px solid #f8f8f8;
    cursor: pointer;
    display: none;
    color: #fff;
	text-transorm:uppercase;
}
.popup-form input {
    width: 46%;
    height: 44px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 10px;
}
.popup-form input.button2 {
    width: 30%;
}
.popup-form input.button {
    width: 30%;
    background: #d91b5c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    left: 0;
}
.popform input.button {
    width: 87%;
    background: #315a68;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    box-shadow: none;
}
.popup-form input {
    width: 46%;
    height: 44px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 10px;
}


.popform input.button {
    width: 87%;
    background: #315a68;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -8px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    box-shadow: none;
    float: left;
    z-index: 999999;
}
.contformbx {
    float: left;
    width: 51%;
    background: #fff;
}

.uploadimg{float:left;width:98%;padding:9px 7px;background:#333;white:100%;z-index:999999}
.bgk{background:#585659 !important;color:#fff;text-transform:uppercase;text-align:center;font-weight:600;}.modal-body {
    position: relative;
    padding: 15px;
    background: none;
    float: left;
    width: 100%;color:#fff;
}.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.5) !important;
}
.imgbx {
    width: 43%;
    padding-top: 4px;
    float: left;
}
.popup-form form {margin-top:0px;}
.contformbx {
    float: left;
    width: 57%;
    background: #fff;
}
.modal {
    position: fixed;
    top: 97px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: none;
    float: left;
    width: 100%;
    color: #fff;
}
.modal-header{border-bottom:0px !important;}
.contformbx .poplogo {
    width: 45%;
    margin: 10px auto 18px auto;
}
.popup-form img {
    width: 100%;
    margin-top: -5px;
}
.popup-form h3 {
    font-size: 22px;
    color: #d91b5c;
    margin-bottom: 0;
    text-align: center;
}
h4.covidtitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    color: #315a68;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}
.lightgrbox {
    background: #fff;
    float: left;
    padding: 0px 0px;
    width: 100%;
}
input.opp{box-shadow:#0 0 5px 5px #888;background:#fff;padding:2%;color:#333;}
h4.covidtitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    color: #315a68;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}
.poppara {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    line-height: 24px;
    color: #414042;
    padding: 15px 23px;
    font-family: 'Raleway', sans-serif;
    float: left;
}
.frtrial {
    background: #d81a5e;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 22px;
    padding: 8px 0px;
}
.popform {
    float: left;
    width: 100%;
    padding: 0px 0px 7px 0px;
}
.popup-form form {
    margin-top: 4px;
}
.popup-form input {
    width: 92%;
    height: 43px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 14px;
}
.contact-form-btn {
    background: #585659;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    box-shadow: 0 0 3px 0 #ccc;
    border: 2px solid #f8f8f8;
    cursor: pointer;
    display: none;
    color: #fff;
	text-transorm:uppercase;
}
.popup-form input {
    width: 46%;
    height: 44px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 10px;
}
.popup-form input.button2 {
    width: 30%;
}
.popup-form input.button {
    width: 30%;
    background: #d91b5c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    left: 0;
}
.popform input.button {
    width: 87%;
    background: #315a68;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    box-shadow: none;
}
.popup-form input {
    width: 46%;
    height: 44px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 10px;
}


.popform input.button {
    width: 87%;
    background: #315a68;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: -8px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    box-shadow: none;
    float: left;
    z-index: 999999;
}
.contformbx {
    float: left;
    width: 51%;
    background: #fff;
}

.uploadimg{float:left;width:98%;padding:9px 7px;background:#333;white:100%;z-index:999999}
.bgk{background:#585659 !important;color:#fff;text-transform:uppercase;text-align:center;font-weight:600;}.modal-body {
    position: relative;
    padding: 15px;
    background: none;
    float: left;
    width: 100%;color:#fff;
}.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.5) !important;
}
.popup-form input.btn{color:#fff;}.popup-form input {
    width: 92%;
    height: 43px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 14px;
}.modal-header {
    border-bottom: 0px !important;
    display: none;
}
@media screen and (min-width:360px) and (max-width:481px){
	
	.popup-form img{display:none;}
	
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
	  .popup-form img{display:none;}
	  .contformbx {
    float: left;
    width: 100%;
    background: #fff;
}
.contformbx {
    float: left;
    width: 97% !important;
    background: #fff;
}
.modal-backdrop {
    position: fixed;
    
    z-index: 1040;
    background: rgba(0, 0, 0, 0.5) !important;
    
	
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
}
.popup-form input.btn{color:#fff;}.popup-form input {
    width: 92%;
    height: 43px;
    padding-left: 5px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: 8px;
    font-size: 14px;
}.modal-header {
    border-bottom: 0px !important;
    display: none;
}
@media screen and (min-width:360px) and (max-width:481px){
	
	.popup-form img{display:none;}
	
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
	  .popup-form img{display:none;}
	  .contformbx {
    float: left;
    width: 100%;
    background: #fff;
}
.contformbx {
    float: left;
    width: 97% !important;
    background: #fff;
}
.modal-backdrop {
    position: fixed;
    
    z-index: 1040;
    background: rgba(0, 0, 0, 0.5) !important;
    
	
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
    .panel-body .apply-btn:hover{background:#0070ba; color:#fff;text-decoration:none;}
