@import "animate.css";
@import url(../../../maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 16px/21px "Roboto Condensed", sans-serif;
  color: #8a8a8a;
  background: #353535;
}
body .common-content {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #1D262B;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
.div__relative {
  position: relative;
}
/* ======= Headers ======= */
h2 {
  font: 400 30px/30px "Roboto Condensed", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
}
h3 {
  font: 400 24px/30px "Roboto Condensed", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
}
h4 {
  font: 400 14px/21px "Roboto Condensed", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
}
h5 {
  font: 400 16px/21px "Roboto Condensed", sans-serif;
  color: #393939;
  text-transform: uppercase;
}
h6 {
  font: 16px/21px "Roboto Condensed", sans-serif;
  color: #757575;
  text-transform: uppercase;
}
.h7 {
  font: 300 20px/24px "Roboto Condensed", sans-serif;
  color: #2f2f2f;
  display: block;
 
}
.heading1 {
  margin-bottom: 28px;
}
.heading2 {
  padding-bottom: 14px;
  position: relative;
}
.heading2:after {
  position: absolute;
  display: block;
  content: '';
  width: 61px;
  height: 3px;
  background:#1D262B;
  left: 0;
  bottom: 0;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 14px/14px "Roboto Condensed", sans-serif;
  color: #2f2f2f;
  padding: 9px 25px 10px;
  display: inline-block;
  border: 1px solid #bebebe;
  text-transform: uppercase;
}
.btn-default:hover {
  background: #53afee;
  color: #ffffff;
  border-color: #1D262B;
}
.btn-default.btn-default__inset1 {
  font-size: 18px;
  line-height: 18px;
  background: #53afee;
  border: none;
  padding: 15px 29px 16px;
  color: #ffffff;
}
.btn-default.btn-default__inset1:hover {
  color: #ffffff;
  background:#53afee;
}
.btn-big {
  font: 400 24px/24px "Roboto Condensed", sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 13px 20px 15px;
  display: inline-block;
  border: 2px solid #ffffff;
  text-transform: uppercase;
}
.btn-big:hover {
  background:#1D262B;
  color: #ffffff;
  border-color: #1D262B;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 59px 0 51px;
  background: #ffffff;
}
.wrapper2 {
  background: #dadada;
  padding: 43px 0 42px;
}
.wrapper3 {
  padding: 68px 0 78px;
  background: #ffffff;
}
.wrapper4 {
  background: #f4f4f4;
  padding: 65px 0 67px;
}
.wrapper4.wrapper4__inset1 {
  padding-bottom: 12px;
}
.wrapper4.wrapper4__inset2 {
  padding-top: 43px;
  padding-bottom: 30px;
}
.wrapper4.wrapper4__inset3 {
  padding-bottom: 23px;
}
.wrapper4.wrapper4__inset4 {
  padding-bottom: 63px;
}
.wrapper4.wrapper4__inset5 {
  padding-bottom: 36px;
}
.wrapper5 {
  background: #dadada;
}
.wrapper6 {
  background: #ffffff;
  padding: 66px 0 12px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #CACACA;
  /*background: rgba(21, 29, 34, 0.93);*/
  background:#CAD1D6;
  padding: 0 0 13px;
  position: relative;
}
#header.isStuck {
  padding-bottom: 1px;
}
#header.main-page-header {
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  #header.main-page-header {
    position: relative;
  }
}
/* ======= Logo ======= */
h1 {
  font: 400 60px/60px "Pacifico", sans-serif;
  color: #ffffff;
  float: left;
  margin-top: 32px;
}
h1 a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  h1 {
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
}
@media (max-width: 767px) {
  nav {
    float: none;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.09);
}
.sf-menu > li:hover {
  background: #0C0C0C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li:hover:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1D262B transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.sf-menu > li + li {
  margin-left: 2px;
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 2px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 18px;
  left: 50%;
  margin-left: -3px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 14px/14px "Roboto Condensed", sans-serif;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 43px 17px 32px;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #ffffff;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current {
  background: #0C0C0C;
  /*background:rgba(21, 29, 34, 0.93);*/

}
.sf-menu > li.current:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1D262B transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover {
  background: #1D262B;
}
.sf-menu > li.sfHover:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1D262B transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border-radius: 0;
  min-width: 105px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -52.5px;
  background: #1d262b;
  text-align: left;
  padding: 31px 0 31px 12px;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #53afee;
}
.sf-menu ul > .sfHover > a:after {
  color: #53afee;
}
.sf-menu ul li.sfHover > a {
  color: #53afee;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -7px;
  left: 93px;
  margin-left: 0;
  background: #53afee;
  padding: 12px 0 12px 10px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.sf-menu ul ul li + li {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #53afee;
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Roboto Condensed", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  background: #CAD1D6;
}
.isStuck h1 {
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
}
.isStuck nav .sf-menu > li > a {
  padding: 10px 17px 10px;
}
.isStuck nav .sf-menu > li > .sf-with-ul:after {
  bottom: -1px;
}
.isStuck nav .sf-menu ul {
  top: 34px;
}
.isStuck nav .sf-menu ul ul {
  top: -12px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #dadada;
}
#content.common-content {
  padding-top: 43px;
}
/* ======= Box 1 Good planning ======= */
.box1 {
  padding: 0 25px;
  text-align: center;
}
.box1 img {
  border: 1px solid #bebebe;
  border-radius: 200px;
  margin: 32px 32px;
}
.box1 h3 {
  margin-bottom: -3px;
}
.box1 h4 {
  margin-bottom: 21px;
}
.box1 .btn-default {
  margin-top: 33px;
}
@media (max-width: 979px) {
  .box1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
}
/* ======= Box 2 Recent projects ======= */
.box2 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
}
.box2 img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.box2 .content {
  background: #ffffff;
  padding: 13px 22px 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.box2 h4 {
  margin-bottom: 8px;
}
.box2 .link {
  display: inline-block;
}
.box2 .link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.box2 .gallery_image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.box2 .gallery_image a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.box2 .gallery_image a img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.box2.box2__offset1 {
  margin-top: -2px;
  margin-bottom: 52px;
}
.box2.box2__inset1 h4 {
  margin-bottom: 6px;
}
.box2.box2__inset1 .content {
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
  .box2 img {
    width: 100%;
  }
}
/* ======= Box 3 Recent news and events ======= */
.box3 time {
  margin-top: 18px;
  font: 700 16px/21px "Roboto Condensed", sans-serif;
  color: #53afee;
  display: block;
}
.box3 img {
  margin-top: 2px;
}
.box3 h5 {
  margin-bottom: 12px;
}
.box3 .btn-default {
  margin-top: 29px;
  padding-top: 7px;
  padding-bottom: 6px;
}
@media (max-width: 1199px) {
  .box3 time {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .box3 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Box 4 Trust your career success to professionals ======= */
.box4 {
  margin-top: 25px;
  text-align: center;
}
.box4 h6 {
  margin-bottom: 18px;
  padding: 0 32px;
}
.box4 img {
  margin-bottom: 19px;
}


.box4 .btn-default {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
}
/* ======= Banner 1 20 years of experience ======= */
.banner1 {
  padding: 57px 0 43px;
}
.banner1 .first {
  display: block;
  font: 700 48px/48px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.banner1 .second {
  display: block;
  font: 400 18px/22px "Roboto Condensed", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.banner1 .button {
  text-align: right;
  margin-top: 29px;
}
.banner1.banner1__inset1 {
  padding: 42px 0 46px;
}
.banner1.banner1__inset1 .button {
  margin-top: 48px;
}
/* ======= Box 5 Our team ======= */
.box5 {
  margin-bottom: 45px;
}
.box5 img {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .box5 img {
    width: 100%;
  }
}
.box5 p {
  line-height: 21px;
}
.box5 .h7 {
  margin-bottom: 8px;
}
/* ======= Box 6 What we do ======= */
.box6 {
  margin-top: -4px;
  margin-bottom: 51px;
}
.box6 .heading2 {
  margin-bottom: 22px;
}
.box6 img {
  margin-top: 6px;
}
.box6.box6__offset1 {
  margin-bottom: 48px;
}
/* ======= Box 7 Our partners ======= */
.box7 {
  margin-top: 27px;
  margin-bottom: 4px;
  padding-left: 42px;
  position: relative;
}
.box7 img {
  position: absolute;
  left: 0;
  top: -3px;
}
.box7 .first,
.box7 .second {
  display: block;
  font: 700 12px/14px Arial, sans-serif;
  text-transform: uppercase;
  color: #465866;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.box7 .second {
  text-transform: none;
  color: #8c8b8b;
}
.box7 a:hover .first,
.box7 a:hover .second {
  color: #53afee;
}
/* ======= Box 8 Company Info ======= */
.box8 {
  margin-bottom: 58px;
}
.box8 .h7 {
  margin-top: -4px;
  margin-bottom: 12px;
}
.box8 p {
  margin-bottom: 24px;
}
.box8 .btn-default {
  margin-top: 3px;
}
.box8.box8__offset1 {
  margin-top: -6px;
  margin-bottom: 43px;
}
.box8.box8__inset1 .h7 {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .box8 img {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* ======= Post 1 Blog ======= */
.post1 {
  margin-top: -6px;
  margin-bottom: 47px;
}
.post1 .h7 {
  margin-bottom: 7px;
}
.post1 .h7.heading {
  margin-bottom: 12px;
  margin-top: -5px;
}
.post1 .info {
  font: 300 17px/24px "Roboto Condensed", sans-serif;
  color: #53afee;
  margin-bottom: 24px;
}
.post1 .info a:hover {
  color: #2f2f2f;
}
.post1 p {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 24px;
}
.post1 .btn-default {
  margin-top: 3px;
}
@media (max-width: 767px) {
  .post1 img {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* ======= Box 9 Privacy Policy ======= */
.box9 {
  margin-top: -6px;
  margin-bottom: 30px;
}
.box9 .h7 {
  margin-bottom: 12px;
}
.box9 .simple-link {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
}
.box9 p {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
}
/* ======= Google Map  ======= */
.google-map_contacts iframe {
  width: 100%;
  height: 402px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 20px;
}
.address-block address {
  margin-bottom: 3px;
}
.address-block span {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
}
.address-block .our-address {
  display: block;
  margin-bottom: 12px;
  font: 300 20px/24px " sans-serif" ;
  color: #2f2f2f;
}
.address-block .numbers {
  display: inline-block;
  min-width: 75px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 60px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #53afee;
}
.simple-link:hover {
  color: #2f2f2f;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 19px;
  position: relative;
  font: 400 14px/14px "Roboto Condensed", sans-serif;
  color: #8a8a8a;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.list1 li + li {
  margin-top: 11px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 22px;
}
.socials1 li a i {
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a:hover i {
  color: #1D262B;
}
/* ======= Gallery  ======= */
.gallery_image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.gallery_image a {
  display: block;
  position: relative;
  background: #1D262B;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -17px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 73px 0;
  background: #353535;
}
#footer .footer-heading {
  font: 300 40px/48px "Roboto Condensed", sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#footer .privacy-block {
  color: #ffffff;
  font: 400 14px/14px "Roboto Condensed", sans-serif;
}
#footer .privacy-block .logo {
  font: 400 30px/36px "Pacifico", sans-serif;
  display: inline-block;
  margin-top: -17px;
  margin-right: 10px;
}
#footer .socials1 {
  margin-top: 28px;
}
#footer address {
  margin-top: 26px;
  font: 400 18px/18px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 979px) {
  #footer address {
    font-size: 15px;
    line-height: 15px;
  }
}
#footer address .mail {
  display: block;
  padding-left: 35px;
  position: relative;
}
#footer address .mail:before {
  display: block;
  position: absolute;
  content: '';
  width: 23px;
  height: 13px;
  left: 0;
  top: 3px;
  background: url(../images/icon2.png) no-repeat center 0;
}
#footer address .mail a {
  text-transform: lowercase;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  text-align: center;
  color: #d3d3d2;
  background: #2b2b2b;
  width: 42px;
  height: 42px;
  border-radius: 200px;
  font-size: 30px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  background: #53afee;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }

}
/*Core variables and mixins*/

/*.sf-menu > li.ajay {
    background:#0C0C0C;


}*/