/*

Theme Name: Able Legal Investigations, Inc.

Theme URI: 

Author: Law Firm Site

Author URI: http://www.lawfirmsites.com

Description: 

Keywords: 

Version: 1.0

*/

/* Overwrite Bootstrap */

/*

    -- FONTS --

*/

@font-face {
  font-family: "Marcellus";
  font-weight: 400;
  src: url(fonts/Marcellus-Regular.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 300;
  src: url(fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 300;
  font-style: italic;
  src: url(fonts/Jost-LightItalic.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 400;
  src: url(fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 400;
  font-style: italic;
  src: url(fonts/Jost-Italic.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  src: url(fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: italic;
  src: url(fonts/Jost-MediumItalic.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 600;
  src: url(fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 600;
  font-style: italic;
  src: url(fonts/Jost-SemiBoldItalic.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 700;
  src: url(fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost";
  font-weight: 700;
  font-style: italic;
  src: url(fonts/Jost-BoldItalic.ttf);
}
@font-face {
  font-family: "Sen";
  font-weight: 400;
  src: url(fonts/Sen-Regular.ttf);
}
@font-face {
  font-family: "Sen";
  font-weight: 700;
  src: url(fonts/Sen-Bold.ttf);
}
@font-face {
  font-family: "Gotu";
  font-weight: 400;
  src: url(fonts/Gotu-Regular.ttf);
}

/* Ovewrite Bootstrap */

body {
  font-family: "Marcellus", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #6d7663;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul {
  list-style: none;

  margin: 0px;

  padding: 0px;
}

a {
  color: #b0a084;

  transition: all 0.2s ease;

  -webkit-transition: all 0.2s ease;

  -mz-transition: all 0.2s ease;

  -moz-transition: all 0.2s ease;

  -o-transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: #55565a;

  text-decoration: underline;

  outline: none;
}

p:empty {
  display: none;
}
#wrapper {
  max-width: 2560px;
  margin: 0 auto;
}
.container {
  max-width: 1430px;
  width: 95%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.alignleft {
  float: left;
  margin: 0 4.5% 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 4.5%;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 1.5em;
  text-align: center;
}
.clear {
  clear: both;
}
.col-md-6,
.col-md-4,
.col-md-8,
.col-md-5,
.col-md-7,
.col-md-3,
.col-md-2,
.col-md-9 {
  padding-left: 0;
  padding-right: 0;
}
.center {
  text-align: center;
}
.flex,
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-container {
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
  justify-content: space-between;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
.h5 {
  font-size: 80px;
  font-weight: 400;
  font-family: "Marcellus", sans-serif;
  color: #2e3a57;
  text-transform: none;
  line-height: 1.2em;
  margin-bottom: 30px;
}
h2 {
  font-size: 52px;
  font-weight: 400;
  color: #545a4d;
  line-height: 1.2em;
  margin-bottom: 15px;
}
h3 {
  color: #2e3a57;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4em;
}
h4 {
  font-size: 26px;
  color: #6d7663;
  font-weight: 400;
  line-height: 1.7em;
}
h5,
.h5 {
  color: #72756f;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
a.btn {
  background-color: #1f94d2;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 35px;
  border-radius: 0;
  letter-spacing: 3px;
  text-decoration: none;
}
a:hover > img {
  opacity: 0.8;
}
.textformnone {
  text-transform: none !important;
}

/* Header ---------------------------------------------*/
header#header {
  background-color: #72756f;
  color: #fff;
}
header#header .menu-content {
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 35px;
}
header#header .menu-content .btn a {
  background: #4f5970;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 10px 50px;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
}
header#header .menu-content .btn a:hover {
  background: #cdbfa4;
  text-decoration: none;
}
header#header .header-address.flex {
  justify-content: flex-end;
  border-bottom: 1px solid #cdbfa4;
  margin-bottom: 20px;
}
header#header .header-address span {
  display: inline;
  margin: 0px 5px;
}
header#header .header-address p {
  font-size: 14px;
  margin-bottom: 0px;
}
header#header .header-address p a {
  color: #fff;
}

.main-menu {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.main-menu li {
  list-style: none;
  letter-spacing: 3px;
  line-height: 1.2em;
  margin: 0 25px;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu li a {
  color: #fff;
  text-decoration: none;
}
.main-menu > li > a:hover,
.main-menu > li.current-menu-item > a,
.main-menu > li.current-page-ancestor > a,
.main-menu > li.current-menu-parent > a,
.main-menu ul li.current-menu-item > a,
.main-menu li.menu-item-has-children ul li a:hover,
.main-menu > li.current_page_parent > a {
  color: #b0a084;
}

.main-menu li ul li a {
  padding: 6px 8px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #8c8c87;
  font-weight: 400;
  margin: 0 10px;
}
.main-menu li ul li:last-child a {
  border-bottom: 0;
}
/* 3 layers */
.main-menu li ul ul {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #d9d9d9;
}
.main-menu li ul.sub-menu::-webkit-scrollbar {
  width: 4px;
  background-color: #d9d9d9;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #585958;
}

/* Menu fix section ---------------------------------------------*/
.menu-fixed-section {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/* Banner Section ---------------------------------------------*/
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
  min-height: 550px;
  max-height: 550px;
  margin-bottom: -130px;
  position: relative;
}
.banner .banner-wrap {
  width: 87%;
  margin: 0 auto;
  max-width: 1280px;
  align-self: flex-end;
}
.banner h5,
.banner .h5 {
  margin-bottom: 15px;
}

/* Main Content ---------------------------------------------*/
.main-content p:first-of-type {
  font-size: 26px;
  line-height: 1.6em;
}
.main-content p {
  margin: 0 0 30px;
}
.main-content ul {
  margin-left: 20px;
  list-style-type: disc;
}
.main-content ul li {
  margin-bottom: 7px;
}
.main-content ul,
.main-content ol {
  margin-bottom: 30px;
}
.main-content ul ul,
.main-content ol ol {
  margin-bottom: 0;
}
.main-content .wp-caption {
  display: table;
  margin-bottom: 30px;
}
.main-content .wp-caption-text {
  display: table-caption;
  caption-side: top;
  color: #b29b55;
  font-size: 12px;
  font-style: italic;
}
.main-content .wp-caption p {
  margin: 0 0 20px;
}
.dark {
  color: #fff;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark .h5,
.dark h6 {
  color: #fff;
}
.main-content .sitecol {
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content .sitecol > li {
  width: 30%;
}
.inner-wrap {
  padding: 60px 0 50px;
}
.row {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.bgdiamond {
  background-image: url(images/bg-diamond.png);
  background-repeat: repeat-x;
  background-position: 0 15px;
}
body.hasBanner .main-wrapper {
  padding-top: 190px;
}

/* About ---------------------------------------------*/
.missionflex {
  justify-content: space-between;
  padding-top: 20px;
}
.missionbox {
  box-shadow: 3px 0px 62px rgb(0 0 0 / 6%);
  padding: 45px 50px 20px;
  flex: 1 0 74%;
  background-color: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: -250px;
  border-radius: 10px;
}
.missionflex .badges {
  padding-left: 3%;
}
.missionflex .badges ul {
  margin-left: 0;
  flex-wrap: wrap;
  align-items: center;
}
.missionflex .badges ul li {
  list-style: none;
  text-align: center;
}
.gray-section {
  background-color: #e6e6e6;
}
.gray-section .bgdiamond {
  background-position: 0 45px;
}
.gray-section .bgdiamond .gs-content {
  padding-top: 260px;
}

.serv-content ul {
  margin-left: 0;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.serv-content ul li {
  list-style: none;
  margin: 0;
  width: 25%;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #72756f;
  letter-spacing: 3px;
  position: relative;
}
.serv-content ul li a {
  display: block;
  color: #72756f;
  text-decoration: none;
  padding: 30px 45px;
  min-height: 124px;
}
.serv-content ul li:after {
  content: "";
  height: 1px;
  width: 85%;
  display: block;
  background-color: #d3d4d4;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* select first 4 element */
.serv-content ul li:nth-child(-n + 4):after,
.serv-content ul li:nth-child(4n) a:before {
  display: none;
}
.serv-content ul li a:before {
  content: "";
  height: 85%;
  width: 1px;
  display: inline-block;
  background-color: #d3d4d4;
  position: absolute;
  top: 8%;
  right: 0;
}
.serv-content ul li a:hover {
  background-color: #72756f;
  color: #fff;
}

/* Service Sub Page ---------------------------------------------*/
.main-sub-service .mcflex {
  margin-bottom: -180px;
}
.mcflex .mc-content {
  padding: 0 5% 15px;
  background-color: #fff;
}
.mcflex .sidebar {
  margin-left: 5%;
  background-color: #878d81;
  flex: 1 0 37%;
  padding: 45px 3% 35px 5%;
  border-radius: 10px;
}
.mcflex .sidebar h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #d3c5ad;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
.mcflex .sidebar a {
  color: #d3c5ad;
}
.mcflex .sidebar ul {
  margin-left: 0;
}
.mcflex .sidebar ul li {
  list-style: none;
  margin-bottom: 25px;
  background-image: url(images/icon-bullet.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  font-size: 24px;
}
.gray-service .gs-content {
  padding-top: 180px;
  overflow: hidden;
}
.section-3 .sec-content h5 {
  color: #b0a084;
}
.section-3 .sec-content .alignright,
.gray-service .gs-content .alignright {
  width: 43%;
}
.section-3 .sec-content .col2flex {
  justify-content: space-between;
}
.section-3 .sec-content .col2flex h5 {
  flex: 1 0 22%;
  margin-right: 5%;
}
.section-3 .sec-content .col3flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 73%;
}
.section-3 .sec-content .col3flex ul {
  margin-bottom: 0;
}
.dark-gray-box {
  background-color: #878d81;
  border-radius: 10px;
  padding: 45px 5% 30px;
  margin-bottom: 18%;
  clear: both;
}
.section-3 .sec-content .dark-gray-box h5 {
  color: #fff;
}
.section-3 article.secitem {
  margin-bottom: 30px;
  overflow: hidden;
}
.overlayflex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -21%;
}
.overlayflex .obox {
  background-color: #5c6058;
  padding: 45px 20% 30px 5%;
  border-radius: 10px;
  width: 78%;
  color: #d0d2cd;
}
.overlayflex .oboxnum {
  background-color: #b0a084;
  text-align: center;
  border-radius: 10px;
  padding: 30px 40px 10px;
  color: #2e3a57;
  letter-spacing: 1px;
  width: 39%;
  margin-left: -20%;
}
.main-content .overlayflex .oboxnum p {
  font-size: 52px;
  margin-bottom: 10px;
}
.overlayflex .oboxnum h5 {
  margin-bottom: 0;
  font-weight: 500;
}
.overlayflex .oboxnum a {
  color: #2e3a57;
  text-decoration: none;
}
.overlayflex .oboxnum a:hover,
.overlayflex .oboxnum a:focus {
  color: #fff;
}

/* Blog ---------------------------------------------*/
h1.post-title {
  font-size: 50px;
  line-height: 1.2em;
}
.ptags {
  padding-top: 40px;
  font-size: 16px;
}
.blogflex {
  flex-wrap: wrap;
  justify-content: center;
}
.main-blog article.postitem {
  max-width: 457px;
  min-height: 460px;
  max-height: 460px;
  position: relative;
  border-radius: 10px;
  width: 30%;
  margin: 15px 15px;
}
.main-blog article.postitem img {
  height: 100%;
  border-radius: 10px;
}
.main-blog article.postitem h3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
}
.main-blog article.postitem h5 {
  font-size: 16px;
  color: #b0a084;
}
.main-blog article.postitem .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(images/bg-gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 10px;
  flex-wrap: wrap;
  padding: 0 0 20px 30px;
}
.main-blog article.postitem:nth-child(even) .overlay {
  background-image: url(images/bg-gradient-green.png);
}
.main-blog article.postitem .overlay .otext {
  align-self: flex-end;
  max-width: 260px;
}

.elm-button {
  background: #fff;
  color: #72756f;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  border: 2px solid #72756f;
  line-height: 1.2em;
  padding: 18px 45px 16px 50px;
  border-radius: 40px;
  font-size: 16px;
}
.elm-button:hover,
.elm-button:focus {
  color: #fff;
  background: #72756f;
}

/* Testimonials ---------------------------------------------*/
.mctestimonials .titem {
  background-color: #f7f7f7;
  background-image: url(images/icon-quote.png);
  background-repeat: no-repeat;
  background-position: 25px 40px;
  padding: 40px 50px 40px 90px;
  margin-bottom: 40px;
}
.mctestimonials .titem:nth-child(even) {
  background-color: transparent;
}
.main-content .mctestimonials .titem p:first-of-type {
  font-size: 20px;
}
.mctestimonials .titem .auth {
  font-weight: 700;
  text-transform: uppercase;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.pagination a.page-numbers {
  padding: 10px 15px;
  color: #72756f;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #72756f;
  font-size: 14px;
  border-radius: 3px;
  text-decoration: none;
}
.pagination a.next,
.pagination a.prev,
.pagination a.prev:hover,
.pagination a.next:hover {
  background-color: #fff;
  background-repeat: no-repeat;
}
.pagination .current,
.pagination a.page-numbers:hover {
  background-color: #72756f;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #72756f;
  border-radius: 3px;
}

/* Homepage ---------------------------------------------*/
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
body.page-template-page-home header#header {
  background-color: rgba(45, 47, 53, 0.6);
  background-image: url(images/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-section h5,
.slider-section .h5 {
  margin-bottom: 25px;
}
.slider-section h1 {
  font-size: 100px;
  line-height: 1.2em;
}
.slider-section .slider {
  padding: 10% 0;
}

.gray-section.bgdiamond .gs-content {
  padding-top: 150px;
}
.gray-home h5 {
  font-weight: 400;
}
.gray-home h2 {
  color: #2e3a57;
}
.aboutlist {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 50px;
}
.aboutlist article.aflex {
  color: #585b61;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.aboutlist article.aflex .aimg {
  width: 30%;
  text-align: right;
}
.aboutlist article.aflex .adesc {
  width: 57%;
}
.aboutlist article.aflex .adesc h5 {
  font-weight: 500;
  color: #2e3a57;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.aboutlist article.aflex a {
  border-bottom: 1px solid #b0a084;
  text-decoration: none;
}
.aboutlist article.aflex a:hover,
.aboutlist article.aflex a:focus {
  border-bottom: 0;
}
.aboutlist article.aflex:nth-child(2) .aimg img {
  margin-right: -50px;
}

.gray-section .serv-content {
  padding-bottom: 40px;
}

.contact-section {
  background-image: url(images/bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #eaebec;
  font-size: 30px;
  line-height: 1.5em;
}
.contact-section h5 {
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-section .cs-content {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 60px;
}
.contact-section .csleft {
  background-color: #eeeff0;
  border: 1px solid #dfe1e2;
  text-align: center;
  width: 30%;
  padding: 60px 50px 30px;
}
.contact-section .csright {
  width: 63%;
  background-image: url(images/bg-home-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-section a.alink {
  display: block;
}
.contact-section .csright a {
  color: #fff;
  text-decoration: none;
}
.contact-section .csright a:hover,
.contact-section .csright a:focus,
.contact-section .csright a:hover h5,
.contact-section .csright a:focus h5 {
  color: #b0a084;
}
.contact-section .csright .abox {
  padding: 80px 70px;
  /*     height: 100vh; */
}

/* Contact ---------------------------------------------*/
.main-contact {
  background-color: rgba(238, 239, 240, 0.65);
}
.mccontact {
  padding-top: 30px;
}
.mccontact article.flex a {
  color: #6d7663;
  border-bottom: 1px solid #6d7663;
  text-decoration: none;
}
.mccontact article.flex a:hover,
.mccontact article.flex a:focus {
  border-bottom: 0;
}
.mccontact article.flex {
  flex-wrap: wrap;
  border-top: 1px solid #d4d4d4;
  padding: 50px 0 50px;
}
.mccontact article.flex > div {
  width: 33.3333%;
}
.mccontact article.flex .ctitle h3 {
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Jost", sans-serif;
  color: #72756f;
}
.gray-contact {
  background-color: #e0e0e0;
}
.gray-contact .gs-content {
  padding-bottom: 60px;
}
.gray-contact h5 {
  font-weight: 400;
}
.gray-contact h5 .border {
  padding: 0 15px;
}
.gray-contact .gform_wrapper label.gfield_label {
  display: none !important;
}
.gray-contact .gfield_captcha_container {
  display: flex;
}
.gray-contact .gform_wrapper {
  position: relative;
}
.gray-contact .gform_wrapper .gform_footer {
  position: absolute;
  bottom: 0;
  right: 0;
}

.gform_wrapper {
  padding-top: 30px;
  text-align: left;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper select {
  background-color: #cccccb;
  font-size: 20px !important;
  padding: 18px 20px !important;
  line-height: 1.2em;
  font-weight: 400;
  border: 0;
}
.gform_wrapper .gfield {
  margin-bottom: 5px;
}
.gform_wrapper select {
  padding: 18px 18px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 120px !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper input[type="submit"] {
  background-color: transparent;
  color: #72756f;
  text-transform: uppercase;
  border: 2px solid #747873;
  font-size: 18px !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 5px;
  padding: 18px 40px 16px 45px !important;
  border-radius: 40px;
}
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus {
  background-color: #747873;
  color: #fff;
}
.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper input[type="email"]::-webkit-input-placeholder,
.gform_wrapper input[type="tel"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select {
  /* Chrome/Opera/Safari */
  color: #585b61;
}
.gform_wrapper input[type="text"]::-moz-placeholder,
.gform_wrapper input[type="email"]::-moz-placeholder,
.gform_wrapper input[type="tel"]::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: #585b61;
}
.gform_wrapper input[type="text"]:-ms-input-placeholder,
.gform_wrapper input[type="email"]:-ms-input-placeholder,
.gform_wrapper input[type="tel"]:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder {
  /* IE 10+ */
  color: #585b61;
}
.gform_wrapper input[type="text"]:-moz-placeholder,
.gform_wrapper input[type="email"]:-moz-placeholder,
.gform_wrapper input[type="tel"]:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder {
  /* Firefox 18- */
  color: #585b61;
}

/* Footer ---------------------------------------------*/
.footer-section {
  background-color: #72756f;
  color: #fff;
  font-family: "Gotu", sans-serif;
  font-size: 16px;
}
.footer-section .container {
  max-width: 1600px;
  width: 98%;
}
.footer-section a {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}
.footer-section a:hover,
.footer-section a:focus {
  border-bottom: 0;
}
.footer-section .fs-top {
  border-bottom: 1px solid #c1c1c1;
  padding: 60px 0 60px;
}
.footer-section .fslogo {
  margin-bottom: 20px;
}
.footer-section .fslogo a,
.fssocial li a {
  border-bottom: 0;
}
.footer-section .fstitle {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
  letter-spacing: 3px;
  font-size: 17px;
}
.footer-section .fst-content {
  flex-wrap: wrap;
  justify-content: space-between;
}
.fssocial ul {
  justify-content: flex-end;
}
.fssocial li {
  list-style: none;
  margin: 0 10px 5px;
}
.fssocial li:last-child {
  margin-right: 0;
}
.footer-section .fslogo {
  width: 24%;
  max-width: 360px;
  padding-right: 30px;
}
.footer-section .fsaddr {
  width: 34%;
}
.footer-section .fsaddr ul.flex {
  justify-content: space-between;
}
.footer-section .fsinfo {
  width: 25%;
  padding-left: 40px;
  margin-bottom: 30px;
}
.footer-section .fssocial {
  width: 10%;
}

.footer-section .fs-bottom {
  padding: 25px 0 20px;
}
.footer-section .fs-bottom .fsb-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-section .fsbflex {
  flex-wrap: wrap;
}
.footer-section .fscopy {
  margin-right: 10px;
}
.fslinks {
  flex-wrap: wrap;
}
.fslinks li {
  list-style: none;
}
.fslinks li:before {
  content: "";
  border-left: 2px solid #bcbdbb;
  width: 2px;
  height: 14px;
  display: inline-block;
  margin: 0 10px -2px 10px;
}
.fslinks li:first-child:before {
  display: none;
}
.footer-section .designby a {
  color: #c2cec7;
  border-bottom: 0;
}
.footer-section .designby a:hover,
.footer-section .designby a:focus {
  color: #fff;
}
.footer-section .designby img {
  margin-left: 10px;
  vertical-align: middle;
}

#mobile-nav {
  overflow: hidden;
  position: relative;
  z-index: 102;
  margin: 0;
}
#mobile-nav.topright {
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-width: 280px;
  right: 15px;
  top: 30px;
}
#mobile-nav.topright .mean-bar {
  background-color: transparent;
  position: relative;
}
.mean-container .mean-nav ul li a {
  background-color: #72756f !important;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
}
.mean-container a.meanmenu-reveal span span span {
  margin-top: 9px;
}
.mean-container .mean-nav ul {
  max-height: 100vh;
  max-height: calc(100vh - 95px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Media ---------------------------------------------*/

@media (min-width: 992px) {
  .main-menu > li.menu-item-has-children > a {
    background-image: url(images/icon-dropdown.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 20px;
  }
  .main-menu > li.menu-item-has-children > a:hover,
  .main-menu > li.menu-item-has-children > a:focus,
  .main-menu > li.current-page-parent > a {
    background-image: url(images/icon-dropdown-hover.png);
  }
  .main-menu li ul {
    z-index: 1000;
    padding: 0;
    position: absolute;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    webkit-transition: opacity 0.05s 0s ease-in-out;
    -ms-transition: opacity 0.05s 0s ease-in-out;
    -o-transition: opacity 0.05s 0s ease-in-out;
    transition: opacity 0.05s 0s ease-in-out;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    margin-top: 10px;
    height: calc(100vh - 131px);
    overflow-y: auto;
  }
  .main-menu li ul li {
    background-color: #72756f;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    height: 0;
    -webkit-transition: height 200ms ease-in-out;
    -moz-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
    position: relative;
    letter-spacing: 1px;
  }
  .main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .main-menu li:hover ul li {
    height: 40px;
  }
}

@media (max-width: 1399px) {
  body,
  .main-content .mctestimonials .titem p:first-of-type {
    font-size: 18px;
  }
  h1 {
    font-size: 65px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 30px;
  }
  h4,
  .main-content p:first-of-type {
    font-size: 24px;
  }
  h5,
  .h5,
  .serv-content ul li {
    font-size: 16px;
  }
  .footer-section,
  .main-blog article.postitem h5,
  .main-blog article.postitem .h5,
  .elm-button {
    font-size: 14px;
  }
  .footer-section .fstitle {
    font-size: 15px;
  }
  .footer-section .fslogo,
  .footer-section .fsinfo {
    width: 27%;
  }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper textarea,
  .gform_wrapper select {
    font-size: 18px !important;
  }
  .gform_wrapper input[type="submit"] {
    font-size: 16px !important;
  }
  .contact-section {
    font-size: 26px;
  }
  .slider-section h1 {
    font-size: 80px;
  }
  .mcflex .sidebar h4,
  .mcflex .sidebar ul li {
    font-size: 21px;
  }
  .main-content .overlayflex .oboxnum p {
    font-size: 48px;
  }
}

@media (max-width: 1284px) {
  .main-content .overlayflex .oboxnum p {
    font-size: 44px;
  }
}

@media (max-width: 1279px) {
  .footer-section .fsaddr {
    width: 42%;
  }
}

@media (max-width: 1199px) {
  .main-content .overlayflex .oboxnum p {
    font-size: 39px;
  }
}

@media (max-width: 1099px) {
  header#header .menu-fixed-section {
    display: none !important;
  }
  .footer-section .fslogo,
  .footer-section .fsinfo,
  .footer-section .fsaddr,
  .footer-section .fssocial {
    width: 100%;
  }
  .footer-section .container {
    width: 85%;
  }
  .footer-section .fsinfo {
    padding-left: 0;
  }
  .fssocial ul {
    justify-content: flex-start;
  }
  .fssocial ul li:first-child {
    margin-left: 0;
  }
  .footer-section .fs-top {
    padding-bottom: 40px;
  }
  .footer-section .fsbflex {
    margin-bottom: 20px;
  }
  .footer-section .fsaddr ul.flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-section .fsaddr ul.flex li {
    margin-bottom: 15px;
    margin-right: 7%;
  }
  .slider-section .slider {
    padding: 6% 0;
  }
  .serv-content ul li {
    width: 50%;
  }
  .serv-content ul li:nth-child(-n + 4):after,
  .serv-content ul li:nth-child(4n) a:before {
    display: block;
  }
  .serv-content ul li:nth-child(-n + 2):after,
  .serv-content ul li:nth-child(2n) a:before {
    display: none;
  }
  .main-content .overlayflex .oboxnum p {
    font-size: 34px;
  }
  .main-blog article.postitem {
    width: 45%;
    min-height: 300px;
    max-height: 300px;
  }
}

@media (max-width: 991px) {
  header#header .menu-content.flex {
    justify-content: center;
    flex-direction: column;
  }
  .main-menu,
  header#header .menu-content,
  .missionflex,
  .main-sub-service .mcflex,
  .section-3 .sec-content .col2flex,
  .overlayflex {
    flex-wrap: wrap;
  }
  .main-menu li {
    margin: 0;
  }
  .slider-section .slider {
    padding: 10% 0;
  }
  .contact-section .csleft,
  .contact-section .csright,
  .missionflex .badges,
  .missionbox,
  .section-3 .sec-content .col3flex,
  .overlayflex .obox,
  .overlayflex .oboxnum {
    width: 100%;
  }
  .aboutlist article.aflex {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .aboutlist article.aflex .adesc {
    width: 100%;
    text-align: center;
  }
  .aboutlist article.aflex .aimg {
    width: 35%;
    text-align: center;
    margin: 0 auto 25px;
  }
  .aboutlist article.aflex:nth-child(2) .aimg img {
    margin-right: 0;
  }
  .contact-section .csleft {
    margin-bottom: 30px;
  }
  .contact-section .csright .abox {
    height: auto;
    padding: 50px 70px 50px 20px;
  }
  #myVideo {
    display: none;
  }
  body.page-template-page-home header#header {
    background-image: url(images/bg-home-mobile.jpg);
  }
  .missionflex .badges {
    padding-left: 0;
  }
  .missionflex .badges ul {
    justify-content: center;
  }
  .missionbox {
    margin-bottom: 30px;
  }
  .gray-section .bgdiamond .gs-content {
    padding-top: 170px;
  }
  .overlayflex .oboxnum {
    margin-left: 0;
    margin-top: 20px;
  }
  .overlayflex .obox {
    padding-right: 5%;
  }
  .mccontact article.flex > div {
    width: 100%;
  }
  .gray-contact .gform_wrapper .gform_footer {
    position: relative;
  }
  .header-address {
    display: none;
  }
  .mean-container a.meanmenu-reveal span span span {
    margin-top: 19px;
  }
  header#header {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .slider-section h1 {
    font-size: 40px;
  }
  .aboutlist article.aflex .aimg {
    width: 50%;
  }
  h5,
  .h5,
  .serv-content ul li {
    font-size: 12px;
  }
  h2 {
    font-size: 32px;
  }
  .serv-content ul li {
    width: 100%;
  }
  .serv-content ul li:nth-child(-n + 2):after {
    display: block;
  }
  .serv-content ul li a:before,
  .serv-content ul li:nth-child(1):after {
    display: none;
  }
  .contact-section p:first-of-type {
    font-size: 15px;
  }
  .banner {
    min-height: 300px;
    max-height: 300px;
  }
  h1 {
    font-size: 55px;
  }
  .main-content .overlayflex .oboxnum p {
    font-size: 36px;
  }
  .section-3 .sec-content .alignright,
  .gray-service .gs-content .alignright {
    width: auto;
  }
  .gray-contact .gfield_captcha_container {
    display: block;
  }
  .main-blog article.postitem {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .contact-section h5,
  .contact-section .h5 {
    letter-spacing: 2px;
  }
  .footer-section .designby {
    font-size: 10px;
  }
  h1,
  h1.post-title {
    font-size: 45px;
  }
  h4,
  .main-content p:first-of-type {
    font-size: 21px;
  }
  .main-content .overlayflex .oboxnum p {
    font-size: 24px;
  }
  .mccontact article.flex .cinfo,
  .mccontact article.flex .caddr {
    font-size: 16px;
  }
}
