.container-padding {
  padding: 0 32px !important; }

.padding-left-65 {
  padding-left: 65px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-left-65 {
    padding-left: 0px; } }
  @media (max-width: 767px) {
  .padding-left-65 {
    padding-left: 0px; } }

.portfolio-project.normal-view .portfolio-img {
  padding-left: 65px; }

.portfolio-project.normal-view .padding-left-65 {
  padding-left: 0 !important; }

.cmn-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
  .cmn-title {
    font-size: 32px;
    line-height: 39px; } }
  .cmn-title::after {
    position: absolute;
    left: 45%;
    bottom: -40px;
    content: '';
    width: 100px;
    height: 7px;
    background: #f4c737; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
  .cmn-title::after {
    left: 41%; } }
    @media (max-width: 767px) {
  .cmn-title::after {
    left: 34%;
    bottom: -20px; } }

h2.cmn-title {
  font-size: 42px !important;
  margin: 0 !important; }

a.get-started-cmn-btn {
  background: #f4c737;
  display: inline-block;
  padding: 29px 75px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  transition: 0.5s; }
  @media (max-width: 767px) {
  a.get-started-cmn-btn {
    display: block;
    margin-bottom: 30px; } }
  a.get-started-cmn-btn:hover {
    text-decoration: none !important;
    color: #fff !important; }
  a.get-started-cmn-btn:focus {
    text-decoration: none !important;
    color: #fff !important; }

a.get-started-cmn-btn.blue {
  background: #0061ae; }
  @media (max-width: 767px) {
  a.get-started-cmn-btn.blue {
    margin-bottom: 3px; } }
  a.get-started-cmn-btn.blue:hover {
    text-decoration: none !important;
    color: #fff !important; }
  a.get-started-cmn-btn.blue:focus {
    text-decoration: none !important;
    color: #fff !important; }

a.call-btn {
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
  padding: 27px 35px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  transition: 0.5s;
  margin-left: 20px; }
  @media (max-width: 767px) {
  a.call-btn {
    display: block;
    margin-bottom: 30px;
    margin-left: 0; } }
  a.call-btn:hover {
    text-decoration: none;
    background: #f4c737;
    border-color: #f4c737;
    color: #fff; }
  a.call-btn:focus {
    text-decoration: none;
    color: #fff; }
/*** Select Option CSS Start****/
/* Reset Select */
.portfolio_review_form .gfield_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ddd !important;
  background-image: none; }
/* Custom Select */
.portfolio_review_form .gfield_select {
  cursor: pointer; }

.portfolio_review_form .gfield_select::-ms-expand {
  display: none; }

.portfolio_review_form .ginput_container_select {
  padding-top: 0px !important;
  position: relative;
  overflow: hidden; }
/* Arrow */
.portfolio_review_form .ginput_container_select::after {
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  pointer-events: none; }
/* Transition */
.portfolio_review_form .ginput_container_select:hover::after {
  color: #000; }

.portfolio_review_form .ginput_container_select::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }

.portfolio_review_form .gform_footer {
  padding: 0 !important; }
/*** Select Option CSS End****/
/*** Select Option CSS Start****/
/* Reset Select */
.modal_form_wrapper .gfield_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ddd !important;
  background-image: none; }
/* Custom Select */
.modal_form_wrapper .gfield_select {
  cursor: pointer; }

.modal_form_wrapper .gfield_select::-ms-expand {
  display: none; }

.modal_form_wrapper .ginput_container_select {
  padding-top: 0px !important;
  position: relative;
  overflow: hidden; }
/* Arrow */
.modal_form_wrapper .ginput_container_select::after {
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  top: 18%;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  pointer-events: none; }
/* Transition */
.modal_form_wrapper .ginput_container_select:hover::after {
  color: #000; }

.modal_form_wrapper .ginput_container_select::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease; }

.modal_form_wrapper .gform_footer {
  padding: 0 !important; }
/*** Select Option CSS End****/
.mobile-view {
  display: none; }
  @media (max-width: 767px) {
  .mobile-view {
    display: block; } }

@media (max-width: 767px) {
    .normal-view {
      display: none; } }

.precious-metal-hero-section {
  background-color: #000;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 64px 0 163px 0; }
  .precious-metal-hero-section .precious-metal-hero-content {
    color: #fff; }
    .precious-metal-hero-section .precious-metal-hero-content h1 {
      font-size: 64px;
      font-weight: 700;
      color: #f4c737; }
      @media only screen and (min-width: 1367px) and (max-width: 1560px) {
  .precious-metal-hero-section .precious-metal-hero-content h1 {
    font-size: 52px;
    line-height: 52px; } }
      @media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .precious-metal-hero-section .precious-metal-hero-content h1 {
    font-size: 52px;
    line-height: 52px; } }
      @media (max-width: 1280px) {
  .precious-metal-hero-section .precious-metal-hero-content h1 {
    font-size: 52px;
    line-height: 52px; } }
      @media (max-width: 767px) {
  .precious-metal-hero-section .precious-metal-hero-content h1 {
    font-size: 38px;
    line-height: 40px; } }
    .precious-metal-hero-section .precious-metal-hero-content .description {
      font-size: 26px;
      font-weight: 700;
      line-height: 34px;
      position: relative; }
      @media only screen and (min-width: 1367px) and (max-width: 1560px) {
  .precious-metal-hero-section .precious-metal-hero-content .description {
    font-size: 22px;
    line-height: 28px; } }
      @media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .precious-metal-hero-section .precious-metal-hero-content .description {
    font-size: 22px;
    line-height: 28px; } }
      @media (max-width: 1280px) {
  .precious-metal-hero-section .precious-metal-hero-content .description {
    font-size: 22px;
    line-height: 28px; } }
      @media (max-width: 767px) {
  .precious-metal-hero-section .precious-metal-hero-content .description {
    font-size: 18px;
    line-height: 22px; } }
      .precious-metal-hero-section .precious-metal-hero-content .description::after {
        position: absolute;
        left: 0;
        content: '';
        width: 140px;
        height: 7px;
        background: #f4c737;
        bottom: -41px; }
        @media only screen and (min-width: 1367px) and (max-width: 1560px) {
  .precious-metal-hero-section .precious-metal-hero-content .description::after {
    bottom: -30px; } }
        @media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .precious-metal-hero-section .precious-metal-hero-content .description::after {
    bottom: -30px; } }
        @media (max-width: 1280px) {
  .precious-metal-hero-section .precious-metal-hero-content .description::after {
    bottom: -30px; } }
    .precious-metal-hero-section .precious-metal-hero-content p {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      margin: 0;
      padding: 62px 42px 57px 0; }
      @media only screen and (min-width: 1367px) and (max-width: 1560px) {
  .precious-metal-hero-section .precious-metal-hero-content p {
    padding: 43px 88px 47px 0; } }
      @media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .precious-metal-hero-section .precious-metal-hero-content p {
    padding: 43px 88px 47px 0; } }
      @media (max-width: 1280px) {
  .precious-metal-hero-section .precious-metal-hero-content p {
    padding: 43px 88px 47px 0; } }
      @media (max-width: 767px) {
  .precious-metal-hero-section .precious-metal-hero-content p {
    padding: 43px 0 47px 0; } }
    .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn {
      font-size: 24px;
      text-transform: uppercase;
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      padding: 29px 40px;
      display: inline-block;
      font-weight: 700;
      transition: 0.5s; }
      @media only screen and (min-width: 1367px) and (max-width: 1560px) {
  .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn {
    font-size: 20px;
    padding: 24px 28px; } }
      @media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn {
    font-size: 20px;
    padding: 24px 28px; } }
      @media (max-width: 1280px) {
  .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn {
    font-size: 20px;
    padding: 24px 28px; } }
      @media (max-width: 767px) {
  .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn {
    font-size: 16px;
    padding: 20px 25px; } }
      .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn:hover {
        text-decoration: none;
        background-color: #f4c737 !important;
        border-color: #f4c737 !important; }
      .precious-metal-hero-section .precious-metal-hero-content .hero-get-start-btn:focus {
        text-decoration: none; }

.trusted-company {
  padding: 55px 0 100px; }

.trusted-company-inner-wrap {
  margin-top: -135px;
  background: #fff; }

.trusted-ttl {
  padding-top: 55px; }

.trusted-companies-logos {
  width: 100%;
  display: block;
  padding: 73px 0px 82px;
  overflow: hidden; }
  .trusted-companies-logos .single-trusted-logo {
    width: 25%;
    float: left;
    height: 105px;
    display: table; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-companies-logos .single-trusted-logo {
    width: 50%;
    margin-bottom: 30px; } }
    @media (max-width: 767px) {
  .trusted-companies-logos .single-trusted-logo {
    width: 50%;
    margin-bottom: 0px; } }
    .trusted-companies-logos .single-trusted-logo .trusted-logo-middle {
      height: 105px;
      display: table-cell;
      vertical-align: middle; }
      .trusted-companies-logos .single-trusted-logo .trusted-logo-middle img {
        height: auto;
        margin: 0 auto;
        max-width: 190px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-companies-logos .single-trusted-logo .trusted-logo-middle img {
    height: auto;
    margin: 0 auto; } }
        @media (max-width: 767px) {
  .trusted-companies-logos .single-trusted-logo .trusted-logo-middle img {
    height: auto;
    margin: 0 auto;
    max-width: 130px; } }

.trusted-blue-bg-section {
  background: #0061ae;
  color: #fff;
  padding: 100px 140px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-blue-bg-section {
    padding: 100px 50px; } }
  @media (max-width: 767px) {
  .trusted-blue-bg-section {
    padding: 50px 30px; } }
  .trusted-blue-bg-section h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 77px 0 28px; }
  .trusted-blue-bg-section p {
    font-size: 18px;
    color: #fff; }

.testimonial-section {
  background-color: #e3e4e5;
  padding: 80px 0 190px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section {
    padding: 80px 0 90px; } }
  @media (max-width: 767px) {
  .testimonial-section {
    padding: 50px 0 120px; } }

.testimonial-inner-wrap .single-testimonial .testimoinal-text {
  padding: 100px 113px 35px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-inner-wrap .single-testimonial .testimoinal-text {
        padding: 100px 50px 35px; } }
  @media (max-width: 767px) {
      .testimonial-inner-wrap .single-testimonial .testimoinal-text {
        padding: 50px 15px 35px; } }
  .testimonial-inner-wrap .single-testimonial .testimoinal-text .left-quote {
    display: none;
    top: 100px;
    position: absolute;
    left: 0;
    font-size: 24px;
    padding-left: 149px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-inner-wrap .single-testimonial .testimoinal-text .left-quote {
        padding-left: -116px; } }
    @media (max-width: 767px) {
      .testimonial-inner-wrap .single-testimonial .testimoinal-text .left-quote {
        top: 50px;
        left: 0;
        padding-left: 0; } }
  .testimonial-inner-wrap .single-testimonial .testimoinal-text .right-quote {
    display: none;
    position: absolute;
    right: 0;
    font-size: 24px;
    padding-right: 149px;
    bottom: 38px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-inner-wrap .single-testimonial .testimoinal-text .right-quote {
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .testimonial-inner-wrap .single-testimonial .testimoinal-text .right-quote {
        right: 0;
        padding-right: 0; } }
  .testimonial-inner-wrap .single-testimonial .testimoinal-text p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700; }
  .testimonial-inner-wrap .single-testimonial .testimonial-author {
    font-size: 20px;
    text-transform: uppercase; }

.testimonial-wrapper.owl-carousel .owl-dots {
  position: absolute;
  left: 46%;
  bottom: -162px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper.owl-carousel .owl-dots {
    left: 43%;
    bottom: -70px; } }
  @media (max-width: 767px) {
  .testimonial-wrapper.owl-carousel .owl-dots {
    left: 35%;
    bottom: -75px; } }

.testimonial-wrapper.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #fff;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 50%; }

.testimonial-wrapper.owl-carousel .owl-dots .owl-dot.active {
  background: #717272; }

.four-step-inner {
  padding: 100px 0;
  margin-bottom: -188px;
  position: relative;
  background-color: #fff;
  z-index: 2; }
  @media (max-width: 767px) {
  .four-step-inner {
    margin-bottom: 0px; } }
  .four-step-inner .four-step-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 127px 100px 100px; }
  @media (max-width: 767px) {
    .four-step-inner .four-step-wrapper {
      padding: 90px 0 40px; } }
  .four-step-inner .four-step-wrapper .single-step-wrapper {
    width: 25%;
    float: left; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .four-step-inner .four-step-wrapper .single-step-wrapper {
        width: 50%;
        float: left;
        margin-bottom: 30px; } }
  @media (max-width: 767px) {
      .four-step-inner .four-step-wrapper .single-step-wrapper {
        width: 100%;
        float: none;
        margin-bottom: 40px; } }
  .four-step-inner .four-step-wrapper .single-step-wrapper .step-img img {
    margin: 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .four-step-inner .four-step-wrapper .single-step-wrapper .step-img img {
          margin: 0 auto; } }
    @media (max-width: 767px) {
        .four-step-inner .four-step-wrapper .single-step-wrapper .step-img img {
          margin: 0 auto; } }
  .four-step-inner .four-step-wrapper .single-step-wrapper .step-text {
    font-size: 22px;
    line-height: 22px;
    color: #060606;
    font-weight: 700;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .four-step-inner .four-step-wrapper .single-step-wrapper .step-text {
        padding-top: 5px; } }

.advantages-section {
  padding: 188px 0 100px;
  background-size: cover; }
  @media (max-width: 767px) {
  .advantages-section {
    padding: 0; } }

.advantages-ttl.cmn-title {
  color: #fff; }
  @media (max-width: 767px) {
  .advantages-ttl.cmn-title {
    font-size: 26px !important; } }

.advantages-ttl.cmn-title::after {
  bottom: 75px;
  z-index: 2; }

.advantages-ttl {
  padding-top: 100px;
  padding-bottom: 118px; }
  @media (max-width: 767px) {
  .advantages-ttl {
    padding-top: 50px;
    padding-bottom: 100px; } }

.advantages-ttl span {
  font-size: 36px; }

.adnavtages-item-wrapper {
  color: #fff;
  padding: 0 100px; }
  @media (max-width: 767px) {
  .adnavtages-item-wrapper {
    padding: 0; } }
  .adnavtages-item-wrapper .single-item {
    text-align: center;
    margin-bottom: 30px; }
  .adnavtages-item-wrapper .single-item .item-heading-wrap {
    display: table;
    height: 160px;
    width: 100%; }
  .adnavtages-item-wrapper .single-item .item-heading-wrap .item-heading {
    background-color: #0061ae;
    font-weight: 700;
    font-size: 25px;
    padding: 0px 35px;
    line-height: 27px;
    height: 160px;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .adnavtages-item-wrapper .single-item .item-content {
    position: relative;
    height: 160px;
    background: #fff;
    padding: 20px 15px; }
  @media only screen and (min-width: 992px) and (max-width: 1025px) {
      .adnavtages-item-wrapper .single-item .item-content {
        height: 190px; } }
  .adnavtages-item-wrapper .single-item .item-content p {
    background-color: #fff;
    line-height: 20px;
    font-size: 14px;
    margin: 0; }
  .adnavtages-item-wrapper .single-item .item-content .btm-bordered {
    width: 50px;
    height: 3px;
    background: #060606;
    position: absolute;
    left: 111px;
    bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .adnavtages-item-wrapper .single-item .item-content .btm-bordered {
        left: 89px;
        bottom: 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1025px) {
      .adnavtages-item-wrapper .single-item .item-content .btm-bordered {
        left: 84.5px; } }

.advantages-btn {
  padding-top: 70px; }
  @media (max-width: 767px) {
  .advantages-btn {
    padding-top: 30px; } }

.portfolio-section {
  padding: 95px 0 75px; }
  @media (max-width: 767px) {
  .portfolio-section {
    padding: 95px 0 0; } }

h2.portfolio-ttl {
  margin-bottom: 125px !important; }

.portfolio-project {
  padding-bottom: 80px;
  overflow: hidden; }

.portfolio-text {
  width: 100%;
  height: 425px;
  display: table; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-text {
    height: 0; } }
  @media (max-width: 767px) {
  .portfolio-text {
    height: 0; } }
  .portfolio-text .portfolio-text-middle {
    width: 100%;
    height: 425px;
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-text .portfolio-text-middle {
      height: 0; } }
  @media (max-width: 767px) {
    .portfolio-text .portfolio-text-middle {
      height: 0; } }
  .portfolio-text .portfolio-text-middle h3 {
    color: #060606;
    font-weight: 700;
    font-size: 36px;
    position: relative; }
  @media (max-width: 767px) {
      .portfolio-text .portfolio-text-middle h3 {
        font-size: 28px; } }
  .portfolio-text .portfolio-text-middle h3::after {
    position: absolute;
    left: 0;
    left: 0;
    bottom: -30px;
    content: '';
    width: 73px;
    height: 3px;
    background: #f4c737; }
    @media (max-width: 767px) {
      .portfolio-text .portfolio-text-middle h3::after {
        bottom: -17px; } }
  .portfolio-text .portfolio-text-middle p {
    font-size: 14px;
    padding: 63px 0 18px; }
  @media (max-width: 767px) {
      .portfolio-text .portfolio-text-middle p {
        padding: 26px 0 6px; } }
  .portfolio-text .portfolio-text-middle .port-list {
    font-weight: 700; }
  .portfolio-text .portfolio-text-middle .port-list .single-list {
    position: relative;
    padding-left: 25px; }
    .portfolio-text .portfolio-text-middle .port-list .single-list .list-check {
      position: absolute;
      left: 0; }

.frequently-question-section {
  background: #44474f;
  padding: 100px 0 139px; }
  @media (max-width: 767px) {
  .frequently-question-section {
    padding: 50px 0; } }

.fre-que-ttl {
  color: #fff;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
  .fre-que-ttl {
    margin-bottom: 80px; } }

.frequently-que-wrapper .panel-default {
  margin-bottom: 20px !important; }
  .frequently-que-wrapper .panel {
    border-radius: 0 !important; }
  .frequently-que-wrapper .panel-heading {
    padding: 0px !important;
    border-radius: 0 !important; }
  .frequently-que-wrapper .panel-heading .panel-title {
    font-size: 20px;
    color: #060606; }
  @media (max-width: 767px) {
      .frequently-que-wrapper .panel-heading .panel-title {
        font-size: 15px; } }
  .frequently-que-wrapper .panel-heading .panel-title a {
    padding: 30px !important;
    background: #e3e4e5 !important;
    display: block;
    font-weight: 700; }
    @media (max-width: 767px) {
      .frequently-que-wrapper .panel-heading .panel-title a {
        padding: 15px 8px 15px !important; } }
    .frequently-que-wrapper .panel-heading .panel-title a .left-arrow {
      float: right; }
    .frequently-que-wrapper .panel-heading .panel-title a:hover {
      text-decoration: none; }
    .frequently-que-wrapper .panel-heading .panel-title a:focus {
      text-decoration: none; }
  .frequently-que-wrapper .panel-body {
    border-top-color: transparent;
    padding: 10px 30px; }
  @media (max-width: 767px) {
    .frequently-que-wrapper .panel-body {
      padding: 10px; } }

a .left-arrow {
  transform: rotate(90deg); }

a.collapsed .left-arrow {
  transform: rotate(0deg); }

@media (max-width: 767px) {
    .heading-table {
      height: 60px;
      display: table;
      float: right;
      margin-top: -30px; } }
  @media (max-width: 767px) {
    .heading-table .heading-table-cell {
      height: 60px;
      display: table-cell;
      vertical-align: middle; } }

.get-started-blue-bg-section {
  background-color: #0061ae;
  padding: 90px 0; }
  @media (max-width: 767px) {
  .get-started-blue-bg-section {
    padding: 50px 0 20px; } }

.two-clmn-blog-section {
  padding: 122px 0 88px;
  overflow: hidden; }
  @media (max-width: 767px) {
  .two-clmn-blog-section {
    padding: 30px 0;
    overflow: hidden; } }

.blog-container {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative; }
  .blog-container .border-divider2 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000; }
  @media (max-width: 767px) {
    .blog-container .border-divider2 {
      display: none; } }
  .blog-container .content-left-part {
    width: 45%;
    float: left;
    overflow: hidden; }
  @media (max-width: 767px) {
    .blog-container .content-left-part {
      width: 100%;
      float: none; } }
  .blog-container .content-middle-part {
    display: block;
    width: 10%;
    float: left;
    height: 100%;
    overflow: hidden; }
  @media (max-width: 767px) {
    .blog-container .content-middle-part {
      display: none; } }
  .blog-container .content-right-part {
    width: 45%;
    float: right;
    overflow: hidden; }
  @media (max-width: 767px) {
    .blog-container .content-right-part {
      width: 100%;
      float: none; } }

.blog-content-wrapper h3 {
  font-size: 29px;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding-bottom: 74px;
  padding-top: 37px; }
  .blog-content-wrapper h3::after {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 50px;
    height: 5px;
    content: '';
    background: #333; }

.request-complimentary-section {
  background-color: #44474f;
  padding: 100px 0; }
  @media (max-width: 767px) {
  .request-complimentary-section {
    padding: 50px 0; } }

.complimentary-ttl {
  color: #fff; }

.complimentary-top-section {
  padding-top: 77px; }

.complimentary-top-section p {
  color: #fff; }

.complimentary-ttl.cmn-title::after {
  left: 43% !important; }
  @media (max-width: 767px) {
  .complimentary-ttl.cmn-title::after {
    left: 34% !important; } }

@media (max-width: 767px) {
    .trusted-blue-ttl.cmn-title::after {
      left: 29% !important; } }

.portfolio_review_form {
  text-align: center; }
  .portfolio_review_form li.hidden_label input {
    margin: 0;
    padding: 16px 20px !important;
    font-size: 18px !important;
    display: block;
    width: 100% !important; }
  @media (max-width: 767px) {
    .portfolio_review_form li.hidden_label input {
      padding: 6px 20px !important; } }
  .portfolio_review_form li.hidden_label select {
    margin: 0;
    padding: 16px 20px !important;
    font-size: 18px !important;
    display: block;
    width: 100% !important; }

.portfolio_review_form .gform_button {
  width: 97% !important;
  font-size: 24px !important;
  padding: 24px 20px !important;
  font-weight: 700;
  transition: 0.4s; }
  @media (max-width: 767px) {
  .portfolio_review_form .gform_button {
    width: 100% !important; } }

#getStartedModal .modal-lg {
  width: 100%;
  margin: 0 auto;
  height: 100%; }
  @media (max-width: 767px) {
  #getStartedModal .modal-lg {
    margin: 0px auto;
    height: 100%; } }
  #getStartedModal .modal-lg .modal-header {
    border: none !important;
    width: 1140px;
    margin: 0 auto;
    padding-top: 88px; }
  @media (max-width: 1280px) {
    #getStartedModal .modal-lg .modal-header {
      width: 1000px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #getStartedModal .modal-lg .modal-header {
      width: 750px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    #getStartedModal .modal-lg .modal-header {
      width: 96%;
      padding: 0 15px; } }
  #getStartedModal .modal-lg .modal-header button.close {
    color: #fff;
    opacity: 1;
    font-size: 50px; }
  #getStartedModal .modal-lg .modal-header button.close:hover {
    color: #fff; }
  #getStartedModal .modal-lg .modal-content {
    background-color: rgba(71, 75, 79, 0.9) !important;
    border-radius: 0 !important;
    height: 100%; }
  @media (max-width: 767px) {
    #getStartedModal .modal-lg .modal-content {
      height: 100%; } }
  #getStartedModal .modal-lg .modal-body {
    width: 1140px;
    margin: 0 auto; }
  @media (max-width: 1280px) {
    #getStartedModal .modal-lg .modal-body {
      width: 1000px;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #getStartedModal .modal-lg .modal-body {
      width: 750px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    #getStartedModal .modal-lg .modal-body {
      width: 96%; } }
  @media (max-width: 767px) {
    .modal-content-wrapper .modal-box-left {
      display: none; } }
  .modal-content-wrapper .model-right-side-content {
    padding-left: 80px; }
  @media (max-width: 1280px) {
    .modal-content-wrapper .model-right-side-content {
      padding-left: 20px; } }
  .modal-content-wrapper .model-right-side-content h3 {
    font-size: 42px;
    color: #fff;
    line-height: 48px;
    margin: 0;
    padding-bottom: 70px;
    position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .modal-content-wrapper .model-right-side-content h3 {
        font-size: 25px;
        padding-bottom: 50px; } }
  @media (max-width: 767px) {
      .modal-content-wrapper .model-right-side-content h3 {
        font-size: 23px;
        line-height: 29px;
        padding-bottom: 45px; } }
  .modal-content-wrapper .model-right-side-content h3:after {
    position: absolute;
    left: 0;
    bottom: 31px;
    content: '';
    background: #f4c737;
    height: 7px;
    width: 100px; }
  .modal-content-wrapper .model-right-side-content .desc {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 4px;
    display: inline-block; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .modal-content-wrapper .model-right-side-content .desc {
        font-size: 18px; } }
  @media (max-width: 767px) {
      .modal-content-wrapper .model-right-side-content .desc {
        font-size: 16px;
        line-height: 24px; } }
  .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gfield_label {
    display: none !important; }
    .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .ginput_container input {
      padding: 16px 20px !important;
      font-size: 18px !important; }
      @media (max-width: 767px) {
        .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .ginput_container input {
          padding: 6px 20px !important; } }
    .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .ginput_container input::placeholder {
      color: #000 !important;
      opacity: 1; }
    .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper select {
      padding: 14px 20px !important;
      font-size: 18px;
      color: #000; }
    @media (max-width: 767px) {
        .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper select {
          padding: 8px 20px !important; } }
    .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gform_button {
      padding: 16px 15px !important;
      font-size: 18px !important;
      height: 60px !important;
      margin-top: 21px !important; }
    @media (max-width: 767px) {
        .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gform_button {
          padding: 10px 15px !important;
          font-size: 15px !important;
          height: 52px !important;
          margin-top: 4px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gf_left_half, .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gf_right_half {
          display: block;
          width: 100%; } }
    @media (max-width: 767px) {
        .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gf_left_half, .modal-content-wrapper .model-right-side-content .modal-form .modal_form_wrapper .gf_right_half {
          display: block;
          width: 100%; } }
  .modal-content-wrapper .model-right-side-content .modal-form .gform_confirmation_message {
    font-size: 24px;
    color: #f4c737;
    font-weight: 700;
    padding: 20px 0;
    line-height: 34px; }

@media (max-width: 767px) {
    .modal_form_wrapper .ginput_container_select::after {
      padding: 0px 10px; } }
