/* line 1, ../sass/components/_buttons.scss */
.btn-1 {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #f6c500;
  border-radius: 0;
  margin-right: 60px;
  margin-bottom: 20px;
  text-align: center; }
  /* line 10, ../sass/components/_buttons.scss */
  .btn-1:hover {
    color: #c39c00; }
  /* line 13, ../sass/components/_buttons.scss */
  .btn-1 img {
    float: left;
    margin-right: -10px; }
.contactusbt {
	width: 125%;
 }	
/* line 1, ../sass/_common.scss */
.section-heading {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin: 20px;
  text-transform: uppercase; }

/* line 8, ../sass/_common.scss */
.second-heading {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  line-height: 25px; }

/* line 16, ../sass/_common.scss */
.underline {
  text-decoration: underline; }

/* line 19, ../sass/_common.scss */
.fw-bold {
  font-weight: 700; }

/* line 22, ../sass/_common.scss */
.fw-semibold {
  font-weight: 600; }

/* line 26, ../sass/_common.scss */
.fsz-16 {
  font-size: 16px; }

/* line 29, ../sass/_common.scss */
.black {
  color: #000; }

/* line 32, ../sass/_common.scss */
.italic {
  font-style: italic; }

/* line 35, ../sass/_common.scss */
.pad-none {
  padding: 0; }

/* line 38, ../sass/_common.scss */
.m-none {
  margin: 0; }

/* line 41, ../sass/_common.scss */
.img-center {
  margin: 0 auto; }

/* line 1, ../sass/layouts/_headerslider.scss */
body {
  font-family: "Open Sans", sans-serif; }

/* line 4, ../sass/layouts/_headerslider.scss */
header {
  position: relative; }
  /* line 6, ../sass/layouts/_headerslider.scss */
  header .navtop {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin-top: 50px; }
    /* line 13, ../sass/layouts/_headerslider.scss */
    header .navtop .navbar .navbar-header .navbar-toggle {
      border: 1px solid #fff; }
      /* line 15, ../sass/layouts/_headerslider.scss */
      header .navtop .navbar .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff; }
    /* line 23, ../sass/layouts/_headerslider.scss */
    header .navtop .navbar .navbar-nav li a {
      color: #fff;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 16px; }
      /* line 26, ../sass/layouts/_headerslider.scss */
      header .navtop .navbar .navbar-nav li a:hover, header .navtop .navbar .navbar-nav li a:active, header .navtop .navbar .navbar-nav li a:focus {
        background-color: transparent; }
  /* line 37, ../sass/layouts/_headerslider.scss */
  header .navtop.static {
    position: fixed;
    background-color: #fff;
    color: #000;
    margin-top: 0;
    padding-top: 20px;
    z-index: 10;
    border-bottom: 3px solid #000;
    -webkit-box-shadow: 0px 3px 50px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 50px -13px rgba(0, 0, 0, 0.75); }
    /* line 48, ../sass/layouts/_headerslider.scss */
    header .navtop.static .navbar .navbar-nav li a {
      color: #000; }
    /* line 53, ../sass/layouts/_headerslider.scss */
    header .navtop.static .navbar .navbar-header .navbar-toggle {
      border: 1px solid #000; }
      /* line 55, ../sass/layouts/_headerslider.scss */
      header .navtop.static .navbar .navbar-header .navbar-toggle .icon-bar {
        background-color: #000; }
  /* line 63, ../sass/layouts/_headerslider.scss */
  header .header-slider {
    position: relative;
    z-index: 1; }
    /* line 66, ../sass/layouts/_headerslider.scss */
    header .header-slider .carousel {
      background-color: #000; }
      /* line 69, ../sass/layouts/_headerslider.scss */
      header .header-slider .carousel .carousel-inner {
        min-width: 100%;
        min-height: 100vh;
        height: 100vh; }
        /* line 75, ../sass/layouts/_headerslider.scss */
        header .header-slider .carousel .carousel-inner .item .fullscreen-bg video {
          min-width: 100%;
          min-height: 100vh;
          width: auto;
          height: auto;
          z-index: 0; }
        /* line 83, ../sass/layouts/_headerslider.scss */
        header .header-slider .carousel .carousel-inner .item .fullscreen-bg .overlay-bg {
          background-color: rgba(0, 0, 0, 0.4);
          width: 100%;
          height: 100%;
          position: absolute;
          overflow: hidden; }
        /* line 92, ../sass/layouts/_headerslider.scss */
        header .header-slider .carousel .carousel-inner .carousel-caption {
          position: absolute;
          top: 20%; }
          /* line 95, ../sass/layouts/_headerslider.scss */
          header .header-slider .carousel .carousel-inner .carousel-caption h1 {
            font-weight: 700;
            font-size: 26px;
            line-height: 26px;
            text-transform: initial; }
          /* line 101, ../sass/layouts/_headerslider.scss */
          header .header-slider .carousel .carousel-inner .carousel-caption h3 {
            font-weight: 400;
            font-size: 16px;
            line-height: 33px;
            margin-top: 30px; }
          /* line 108, ../sass/layouts/_headerslider.scss */
          header .header-slider .carousel .carousel-inner .carousel-caption .header-buttons {
            margin-top: 100px; }

/* line 1, ../sass/layouts/_services.scss */
section.services {
  line-height: 25px;
  padding: 50px 0;
  text-align: left; }
  /* line 5, ../sass/layouts/_services.scss */
  section.services .heading {
    margin-bottom: 50px; }
    /* line 7, ../sass/layouts/_services.scss */
    section.services .heading .section-heading {
      color: #000; }
  /* line 11, ../sass/layouts/_services.scss */
  section.services h5 {
    margin-bottom: 20px; }
  /* line 14, ../sass/layouts/_services.scss */
  section.services .service-list {
    font-size: 16px; }
    /* line 16, ../sass/layouts/_services.scss */
    section.services .service-list p {
      margin: 0; }
    /* line 19, ../sass/layouts/_services.scss */
    section.services .service-list ul {
      padding: 0; }
      /* line 21, ../sass/layouts/_services.scss */
      section.services .service-list ul li {
        list-style: none; }
        /* line 23, ../sass/layouts/_services.scss */
        section.services .service-list ul li:before {
          content: '-';
          margin-right: 10px; }

/* line 2, ../sass/layouts/_projects.scss */
section.projects .project-sec {
  padding: 50px 0;
  color: #000; }
/* line 6, ../sass/layouts/_projects.scss */
section.projects .heading {
  padding: 5px; }
/* line 9, ../sass/layouts/_projects.scss */
section.projects .project-sec-1 {
  position: relative;
  overflow: hidden;
  color: #fff; }
  /* line 14, ../sass/layouts/_projects.scss */
  section.projects .project-sec-1 .fullscreen-bg video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0; }
  /* line 23, ../sass/layouts/_projects.scss */
  section.projects .project-sec-1 .fullscreen-bg .overlay-bg {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  /* line 31, ../sass/layouts/_projects.scss */
  section.projects .project-sec-1 .container {
    position: relative;
    z-index: 3;
    line-height: 25px;
    padding: 50px 0;
    text-align: center; }
    /* line 38, ../sass/layouts/_projects.scss */
    section.projects .project-sec-1 .container .heading {
      margin-bottom: 50px; }
      /* line 39, ../sass/layouts/_projects.scss */
      section.projects .project-sec-1 .container .heading .section-heading {
        margin-bottom: 50px; }
      /* line 43, ../sass/layouts/_projects.scss */
      section.projects .project-sec-1 .container .heading p {
        font-size: 16px; }
/* line 49, ../sass/layouts/_projects.scss */
section.projects .project-sec-2 {
  background-color: #a6a6a6; }
/* line 52, ../sass/layouts/_projects.scss */
section.projects .project-sec-3 {
  background-color: #bfbfbf; }
/* line 55, ../sass/layouts/_projects.scss */
section.projects .project-sec-4 {
  background-color: #d9d9d9; }
/* line 59, ../sass/layouts/_projects.scss */
section.projects .client-box {
  text-align: center; }
  /* line 61, ../sass/layouts/_projects.scss */
  section.projects .client-box .client-icon {
    margin: 0 auto;
    min-height: 85px; }
  /* line 65, ../sass/layouts/_projects.scss */
  section.projects .client-box .box-inner {
    background-color: #fff;
    padding: 10px;
    color: #000;
    margin: 15px 10px;
    line-height: 20px;
    font-weight: 600;
    min-height: 260px;
    text-align: left;	}
    /* line 73, ../sass/layouts/_projects.scss */
    section.projects .client-box .box-inner h5 {
      font-size: 18px; }
    /* line 76, ../sass/layouts/_projects.scss */
    section.projects .client-box .box-inner h5, section.projects .client-box .box-inner p {
      color: #000;
      margin: 0; }

/* line 1, ../sass/layouts/_qualifications.scss */
section.qualifications {
  padding: 60px 0; }
  /* line 3, ../sass/layouts/_qualifications.scss */
  section.qualifications .heading {
    margin-bottom: 20px;
    line-height: 25px; }
    /* line 6, ../sass/layouts/_qualifications.scss */
    section.qualifications .heading .section-heading {
      margin-bottom: 20px; }
  /* line 10, ../sass/layouts/_qualifications.scss */
  section.qualifications .bio {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-top: 50px; }
    /* line 15, ../sass/layouts/_qualifications.scss */
    section.qualifications .bio .bio-list {
      padding: 0; }
      /* line 17, ../sass/layouts/_qualifications.scss */
      section.qualifications .bio .bio-list li {
        list-style: none; }
        /* line 19, ../sass/layouts/_qualifications.scss */
        section.qualifications .bio .bio-list li:before {
          content: '-';
          margin-right: 20px; }
    /* line 25, ../sass/layouts/_qualifications.scss */
    section.qualifications .bio .bio-list-2 {
      padding: 0; }
      /* line 27, ../sass/layouts/_qualifications.scss */
      section.qualifications .bio .bio-list-2 li {
        list-style-position: inside; }
    /* line 31, ../sass/layouts/_qualifications.scss */
    section.qualifications .bio h4 {
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 16px; }
    /* line 37, ../sass/layouts/_qualifications.scss */
    section.qualifications .bio img {
      margin-left: 100px; }

/* line 1, ../sass/layouts/_fees.scss */
section.fees {
  position: relative;
  overflow: hidden; }
  /* line 5, ../sass/layouts/_fees.scss */
  section.fees .fullscreen-bg video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0; }
  /* line 14, ../sass/layouts/_fees.scss */
  section.fees .fullscreen-bg .overlay-bg {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  /* line 22, ../sass/layouts/_fees.scss */
  section.fees .container {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 60px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: left; }
    /* line 31, ../sass/layouts/_fees.scss */
    section.fees .container .heading {
      margin-bottom: 40px;
      line-height: 25px; }
      /* line 34, ../sass/layouts/_fees.scss */
      section.fees .container .heading .section-heading {
        margin-bottom: 20px; }
    /* line 38, ../sass/layouts/_fees.scss */
    section.fees .container .list-2 {
      padding: 0; }
      /* line 40, ../sass/layouts/_fees.scss */
      section.fees .container .list-2 li {
        list-style-position: inside; }

/* line 1, ../sass/layouts/_contactus.scss */
section.contact {
  background-color: #f2f2f2;
  padding: 60px 0; }
  /* line 5, ../sass/layouts/_contactus.scss */
  section.contact .container .heading {
    margin-bottom: 50px; }
  /* line 8, ../sass/layouts/_contactus.scss */
  section.contact .container address {
    font-size: 26px;
    line-height: 42px;
    color: #000;
    text-align: center;
    font-weight: bold; }
  /* line 15, ../sass/layouts/_contactus.scss */
  section.contact .container .contact-form {
    background-color: #fff;
    border: 1px solid #bebdbd;
    border-radius: 0;
    padding: 40px; }
    /* line 23, ../sass/layouts/_contactus.scss */
    section.contact .container .contact-form p {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 20px;
      text-transform: uppercase; }
    /* line 29, ../sass/layouts/_contactus.scss */
    section.contact .container .contact-form input.form-control {
      margin: 15px 0;
      padding: 15px;
      border-radius: 0;
      border: 1px solid #bebdbd;
      height: 50px; }

/* line 1, ../sass/layouts/_aboutname.scss */
section.about-name {
  padding: 60px 0;
  background-color: #bfbfbf;
  text-align: left;
  font-size: 16px;
  font-weight: 600; }
  /* line 5, ../sass/layouts/_aboutname.scss */
  section.about-name .heading {
    margin-bottom: 40px; }
  /* line 10, ../sass/layouts/_aboutname.scss */
  section.about-name p {
    margin-bottom: 20px; }
    /* line 12, ../sass/layouts/_aboutname.scss */
    section.about-name p.m-none {
      margin: 0; }
  /* line 16, ../sass/layouts/_aboutname.scss */
  section.about-name ul {
    padding: 0; }
    /* line 18, ../sass/layouts/_aboutname.scss */
    section.about-name ul li {
      list-style-position: inside; }

/* line 1, ../sass/layouts/_footer.scss */
footer {
  background-color: #f2f2f2;
  padding: 60px 0;
  text-align: center;
  font-size: 16px; }

@media screen and (min-width: 768px) {
  /* line 2, ../sass/_responsive.scss */
  .carousel-caption {
    right: 10%;
    left: 10%; } }
@media screen and (max-width: 768px) {
  /* line 9, ../sass/_responsive.scss */
  .header-logo img {
    max-width: 200px;
    margin-top: 12px; } }
@media screen and (max-width: 768px) {
  /* line 15, ../sass/_responsive.scss */
  header .navtop {
    margin-top: 0; }

  /* line 18, ../sass/_responsive.scss */
  header .header-slider .carousel .carousel-inner .carousel-caption {
    top: 10%;
    left: 5%;
    right: 5%; }

  /* line 23, ../sass/_responsive.scss */
  header .header-slider .carousel .carousel-inner .carousel-caption .header-buttons {
    margin-top: 20px; }

  /* line 29, ../sass/_responsive.scss */
  .navbar .navbar-collapse ul {
    border-top: 1px solid;
    background-color: rgba(0, 0, 0, 0.9); }
    /* line 32, ../sass/_responsive.scss */
    .navbar .navbar-collapse ul li {
      text-align: center; }
      /* line 34, ../sass/_responsive.scss */
      .navbar .navbar-collapse ul li:hover {
        background-color: #5e5e5e; }

  /* line 39, ../sass/_responsive.scss */
  .navtop.static .navbar .navbar-collapse ul {
    border-top: 1px solid; }

  /* line 42, ../sass/_responsive.scss */
  .navtop.static .navbar .navbar-collapse ul {
    background-color: rgba(255, 255, 255, 0.9); }
    /* line 44, ../sass/_responsive.scss */
    .navtop.static .navbar .navbar-collapse ul li {
      text-align: center; }
      /* line 46, ../sass/_responsive.scss */
      .navtop.static .navbar .navbar-collapse ul li:hover {
        background-color: #5e5e5e; } }
@media screen and (max-width: 480px) {
  /* line 54, ../sass/_responsive.scss */
  header .header-slider .carousel .carousel-inner .carousel-caption {
    top: 10%;
    left: 5%;
    right: 5%; }

	.contactusbt {
	width: 100%;
	
 }		
	header .header-slider .carousel .carousel-inner .carousel-caption h3 {
    line-height: 24px;

}
  /* line 59, ../sass/_responsive.scss */
  header .header-slider .carousel .carousel-inner .carousel-caption .header-buttons {
    margin-top: 20px; } }
/*
*{
  border: .4px solid red
}*/
/*# sourceMappingURL=main.css.map */