body {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}

a,
button {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
  text-decoration: none;
}

:focus {
  outline: none;
}

h2 {
  color: #000000;
  font-size: 30px;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0;
}

h3 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}

.main_outer {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

header {
  width: 100%;
}


.home_banner {
  min-height: calc(100vh - 150px);
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact_banner {
  min-height: 250px;
}

.home_banner:after {
  content: " ";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.7);
}

.home_banner .banner_white_bg {
  position: absolute;
  z-index: 11;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../files/banner_white_bg.svg) bottom center no-repeat;
}

.home_banner .container {
  position: relative;
  z-index: 22;
}

.banner_txt {
  text-align: center;
  color: #fff;
  padding: 0px 0 150px 0;
  margin: 0;
}

.banner_txt h1 {
  padding: 0 0 5px 0;
  margin: 0;
  color: #fff;
  font-size: 3rem;
}

.banner_txt h2 {
  padding: 0 0 20px 0;
  margin: 0;
  color: #fff;
  font-size: 27px;
}

.banner_txt p {
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 19px;
  line-height: 30px;
}

.banner_txt a {
  height: auto;
  padding: 10px 45px !important;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

.inner_pages {
  padding-top: 50px;
  padding-right: 200px;
  padding-bottom: 30px;
}

.inner_pages,
.inner_pages h2 {
  text-align: left;
}

.logo {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.logo img {
  max-width: 200px;
  padding: 0;
  margin: 0;
}

.main_nav {
  float: right;
}

.main_nav ul {
  float: left;
  width: auto;
  height: auto;
  padding: 30px 0 0 0;
  margin: 0;
  list-style: none;
}

.main_nav ul li {
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.main_nav ul li a {
  padding: 0 60px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 45px;
  font-size: 17px!important;
}

.browsesec {
  padding-top: - 20px!important;
  margin-top: -15px!important;
}

.contant_outer {
  padding: 0px 0 90px 0;
}

.contant_outer h3 {
  padding-bottom: 20px;
}

.landing_box {
  padding: 0 0 20px 0;
}

.landing_box .icon_outer {
  width: 130px;
  height: 130px;
  line-height: 90px;
  padding: 20px;
  margin: 10px auto;
  text-align: center;
  background: #F5F5FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.landing_box .icon_outer img {
  max-width: 80%;
}

.landing_box h2 {
  color: #000;
  text-align: center;
  font-size: 17px;
  margin: 0;
  padding: 10px 0 10px 0;
}

.landing_box h2 a {
  color: #000;
  text-align: center;
  font-size: 21px;
  margin: 0;
  padding: 10px 0 5px 0;
  text-decoration: none;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.landing_box h2 a:hover {
  color: #1B8BF9;
  -moz-transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px)
}

.landing_box p {
  color: #4B4B4B;
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 0 30px;
  line-height: 25px;
  font-weight: 400;
}

.landing_bottom_section {
  height: auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.landing_bottom_section:after {
  content: " ";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(81, 165, 250, 0.8);
}

.landing_bottom_section .container {
  position: relative;
  z-index: 22;
}

.landing_bottom_section_L {
  color: #fff;
  text-align: left;
}

.landing_bottom_section_L h2 {
  font-size: 32px;
  font-weight: 400;
  padding: 0 0 20px 0;
  margin: 0;
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 48px;
}

.landing_bottom_section_L p {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: left;
}

.landing_bottom_form_outer {
  width: 75%;
  float: right;
  background: #fff;
  margin: -190px 0 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.landing_bottom_form_outer .top {
  background: url(../files/form_top.png) left bottom no-repeat;
  background-color: #44BFFF;
  padding: 40px 15px 40px 15px;
  margin: 0 0 15px 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.landing_bottom_form_outer .top h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 0 5px 10px 5px;
  margin: 0;
}

.landing_bottom_form_outer .top h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 0 5px 10px 5px;
  margin: 0;
}

.form_inner {
  padding: 25px 30px 0 30px;
}

.form_inner input {
  width: 100%;
  font-size: 17px;
  border: 0px;
  border-bottom: 1px solid #d5d5d5!important;
  margin: 0 0 20px 0;
}

.form_inner textarea {
  width: 100%;
  font-size: 17px;
  border: 0px;
  border-bottom: 1px solid #d5d5d5!important;
  margin: 0 0 10px 0;
  resize: none;
  height: 130px;
}

.btt_outer {
  padding: 20px 30px 10px 30px;
  position: relative;
  margin: 0 0 -40px 0;
}

.landing_bottom_form_outer .btt_outer a.primary_btt {
  width: 100%;
  padding: 0!important;
  height: 60px;
  line-height: 60px;
}

.cont_inner_page {
  width: 100%;
}

.cont_inner_page .light_blue {
  width: 100%;
  text-align: center;
  line-height: 30px;
  /*background:#F9FAFF;*/
  background: #fff;
  padding: 60px 0 20px 0;
}

.cont_inner_page .light_blue h2 {
  color: #062A4D;
  font-size: 32px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0;
}

.cont_inner_page .light_blue p {
  color: #141313;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 0 15px 0;
  margin: 0;
}

.cont_inner_page .white {
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 10px 0 60px 0;
}

.cont_inner_page .white h2 {
  color: #062A4D;
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 5px 0;
  margin: 0;
  text-align: left;
}

.cont_inner_page .white p {
  color: #141313;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px !important;
  padding: 0 0 15px 0;
  margin: 0;
}

.b_to_b_box {
  width: 100%;
  border: 1px solid #D0D0D0;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.b_to_b_box_outer {
  padding-top: 10px;
  padding-bottom: 10px;
}


/*  .b_to_b_box h2{
  width: 80%; position: absolute;
  background: #44BFFF;
  height:auto; padding:18px 15px!important; left: 10%; top: -30px;
  margin:0 0 0 0!important; color: #fff!important;
  font-size: 17px !important; text-align: center !important;

  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;

  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  }*/

.b_to_b_box p {
  color: #141313;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px!important;
  padding: 15px!important;
  margin: 0;
}

.b_to_b_box h2 {
  padding: 15px 15px 0 15px!important;
  font-size: 21px !important;
  font-weight: 500 !important;
}

.whouses_txt {
  padding-bottom: 60px!important;
}

.examples_txt {
  padding: 30px 0 0 0!important;
}

.examples_btt {
  width: 100%;
  display: inline-block;
  background: #1B8BF9;
  padding: 20px 30px;
  margin: 15px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.examples_btt:hover {
  background: #006BD9;
  color: #fff;
}

.examples_btt span {
  width: 100%;
  font-size: 16px;
  color: #AFDCFF;
}

.examples_btt h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.cont_inner_page .light_gray {
  width: 100%;
  text-align: center;
  background: #F5F5F5;
  padding: 60px 0;
}

.cont_inner_page .light_gray h2 {
  color: #062A4D;
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0;
}

.cont_inner_page .light_gray p {
  color: #141313!important;
  font-size: 17px!important;
  font-weight: 500!important;
  line-height: 30px!important;
  padding: 0 0 15px 0!important;
  margin: 0!important;
}

.benefits_box_outer {
  padding-bottom: 40px;
}

.benefits_box {
  width: 90%;
  height: 100%;
  background: #fff;
  margin: 30px 0 0 10%;
  position: relative;
  padding: 20px 20px 20px 70px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.benefits_box .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #1B8BF9;
  left: -10%;
  top: 45px;
  z-index: 1;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.benefits_box .icon img {
  max-width: 56%;
}

.benefits_box h3 {
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  padding: 15px 0;
  margin: 0;
  color: #000000;
}

.benefits_box p {
  color: #6B6B6B !important;
  font-size: 16px !important;
  padding: 0px !important;
  line-height: 28px !important;
}

.solutions_outer {
  width: 100%;
  padding-bottom: 120px!important;
}

.solutions_outer h2 {
  text-align: center!important;
  padding: 0 0 20px 0!important;
}

.solutions_box {
  position: relative;
  margin-bottom: 80px;
}

.solutions_box img {
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.solutions_box h3 {
  width: 80%;
  padding: 15px 0;
  color: #434040;
  position: absolute;
  background: #fff;
  bottom: -28px;
  left: 10%;
  z-index: 11;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.category-features {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 60px 0;
}

.category-features h2 {
  color: #062A4D;
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0;
}

.category-features ul {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.category-features ul li {
  margin: 15px 0 0 0;
  padding: 0 0 10px 25px;
  list-style: none;
  text-align: left;
  background: url(../files/bullets.png) no-repeat left 6px;
  background-size: 15px;
  font-size: 18px;
}

.category_bottom {
  height: auto;
  width: 100%;
  padding: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.category_bottom_BG {
  padding: 0 0 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(139, 215, 255, 0.9);
}

.category_bottom .container {}

.category_bottom_img {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0 15px;
}

.category_bottom_img img {
  max-width: 100%;
  max-height: 520px;
}

.category_bottom_txt {
  padding: 70px 0 110px 0;
  text-align: left;
}

.category_bottom_txt h2 {
  text-align: left;
  color: #fff;
  font-size: 34px;
  padding: 0 0 30px 0;
  margin: 0;
}

.category_bottom_txt p {
  text-align: left;
  color: #fff;
  font-size: 22px;
  padding: 0 0 40px 0;
  margin: 0;
}

.category_bottom_txt a.primary_btt {
  height: 60px;
  line-height: 60px
}

footer {
  background: #0D1F35;
  text-align: center;
  padding: 30px 0;
  margin: 0 !important;
}

footer p {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.primary_btt {
  width: auto;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 40px!important;
  margin: 0 0 0 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px!important;
  border: 0px solid #024B84;
  background: #1B8BF9;
}

.primary_btt:hover {
  background: #397DBF;
  color: #fff;
}

.sub_category_bottom,
.sub_category_bottom p,
.sub_category_bottom h2 {
  text-align: center!important;
}

.sub_category_features ul {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sub_category_features ul li {
  margin: 15px 0 0 0;
  padding: 0 0 10px 25px;
  list-style: none;
  text-align: left;
  background: url(../files/bullets.png) no-repeat left 6px;
  background-size: 15px;
}

.sub_category_banner {
  min-height: calc(100vh - 260px);
}

.contact_us_outer {
  padding: 60px 0;
}

.contact_us_outer h2 {
  color: #062A4D;
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0;
}

.contact_us_outer h3 {
  color: #062A4D;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 60px 0;
  margin: 0;
}

.contact_us_outer .form_outer {
  padding: 0 0 20px 0;
}

.contact_us_outer .form_outer input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ccc!important;
}

.contact_us_outer .form_outer textarea {
  width: 100%;
  height: 130px;
  line-height: 22px;
  padding: 0 0;
  margin: 0;
  resize: none;
  border: 0;
  border-bottom: 1px solid #ccc!important;
}

.contact_us_outer .btt_outer {
  padding: 10px 0 0 0;
}

.contact_us_outer .btt_outer a {
  padding: 0 60px;
  float: right;
}

.pagenotfound_outer {
  padding: 120px 0;
  text-align: center;
}

.pagenotfound_outer h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 30px 0 10px 0;
}

.pagenotfound_outer p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 50px 0;
}

.contactus_outer {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 7px 17px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 7px 17px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 7px 17px 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  margin-top: -60px;
  position: relative;
  z-index: 5;
  padding: 57px 45px 0 45px;
  margin-bottom: 35px;
  padding-bottom: 0;
}
.contactus_form_outer-left{text-align: center;}
.contact-head{text-align: center;margin-bottom: 60px;}
.contact-head h1{
      font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    color: #0d1f35;
}
.contactus_outer h3 {
  color: #707070;
}

.contactus_form_outer {
/*  background: #fff;
  -webkit-box-shadow: 1px 7px 17px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 7px 17px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 7px 17px 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;*/
  margin:0 0 30px 0;
}

.contactus_form_inner {
  padding: 0 0 30px 0;
}

.contactus_form_inner label {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.contactus_form_inner input {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 36px;
  line-height: 45px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.contactus_form_inner textarea {
  width: 100%;
  padding: 10px 0px;
  margin: 0;
  height: 100px;
  line-height: 24px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header-fixed{
  position: fixed;
  z-index: 999;
  background: #0d1f35;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  -webkit- transform: translateY(-100%);
  -moz- transform: translateY(-100%);
  -ms- transform: translateY(-100%);
  transition: all .4s;
}
.header-fixed.sticky{
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
}
.header-fixed img{
  max-width: 140px;
}
.free-quote-btn-fxd{
      color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #1B8BF9;
    background: #1B8BF9;
    display: inline-block;
    padding: 7px 14px;
    font-weight: 600;
}
.free-quote-btn-fxd:hover{
  background: transparent;
  color: #fff;
   border: 2px solid #fff;
}
.contactus_form_outer-left{
  /*display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;*/
}
.contactus_form_outer-left ul{margin:0;padding: 0}
.contactus_form_outer-left ul li{
  position: relative;
    padding-left: 0px;
    font-size: 13px;
    background: #f5f5f5;
    color: #757474;
    margin: 2px;
    border-radius: 4px;
    float: left;
    padding: 5px 7px;
    padding-left: 28px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: left;

}
.contactus_form_outer-left ul li:before{
  content: '';
    background: url(../files/checked.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    left: 7px;
    background-size: 14px;
    background-repeat: no-repeat;
    top: 9px;

}
.privacy-text span{
      display: block;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 23px;
    margin-bottom: 5px;
    color: #757474;
    font-weight: 600;
}
.privacy-text a{
  color: #0d1f35;
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
}
.thanks-sec{
     min-height: calc(100vh - 166px);
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
   align-items: center;
   -ms-align-items: center;
}
.thanks-container-sec{
 display: -ms-flexbox;
    display: flex;
   align-items: center;

}
.thanks-tile{
  border: 1px solid #f1f1f1;
    padding: 30px 40px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    margin-bottom: 25px;
    position: relative;
}
.thanks-tile h3{
  text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.7em;
    margin-bottom: 10px;
}
.thanks-tile p{
  font-size: 1em;
    line-height: 28px;
}
.thanks-container-sec img{max-width: 100%}
.thanks-tile img{
      max-width: 77px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -42px;
    background: #fff;

}
.page-not-fonuds p{
  font-size: 1em;
  margin-top: 20px;
}
.page-not-fonuds h1{
        font-weight: 600;
    font-size: 2.2em;
}
.page-not-fonuds span{
    font-size: 1.5em;
    display: block;
    margin-bottom: 15px;
}
.page-not-fonuds .primary_btt{
  font-size: 15px!important;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .contactus_form_outer-left{display: none;}
  .contact-head h1{font-size: 28px}
  .contact-head{margin-bottom: 18px;}
}
@media only screen and (max-width: 768px) {
  .contact_banner{
    min-height: auto !important;
    height: 315px !important;
  }
  }
@media only screen and (max-width: 575px) {
  .contact_banner {
      min-height: auto !important;
      height: 260px !important;
  }
  .contact-head h1 {
    font-size: 24px;
    line-height: 35px;
}
.contactus_outer{padding: 30px;}
.contact-head{margin-bottom: 10px;}
.contact_banner .banner_txt {padding-top: 30px;}
}

.grecaptcha-badge{z-index: 555}
.get-free-quote-btns{
     text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    background: #285790;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-top: 22px;
    padding: 13px 27px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.2);
}
.get-free-quote-btns:hover{
  opacity: .8;
  color: #fff;
}
@media only screen and (min-width: 767px) {
.landing_bottom_section{padding-top: 50px}
} 
@media only screen and (min-width: 768px) {
  .thanks-tile img{display: none;}
  .thanks-tile{background: #1B8BF9;color:#fff;}
  .thanks-tile h3{color: #fff;}
}
@media only screen and (max-width: 767px) {
  .thanks-container-sec{
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
  }
  .thanks-tile h3{text-align: center;}
  .thanks-tile p{line-height: 23px;}
  .thanks-container-sec .left-img{max-width: 250px;margin: 0 auto;}
  .thanks-tile{padding: 30px;}
  .thanks-sec{padding-top: 20px;}
  .page-not-fonuds{font-size: 14px;}
  footer{padding: 14px;}
  footer p{font-size: 13px;}


}
@media only screen and (max-width: 575px) {
  .page-not-fonuds{font-size: 13px;}
  }

/*newstyle*/
.section-grid-1{
  padding: 70px 0;

}
.section-grid-1 h1{
  text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 40px;
    color: #062A4D;
}
.section-grid-1 .tile{
  text-align: center;
  padding: 15px;
  box-shadow: 0 3px 20px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
  min-height: 205px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
   -webkit-justify-content: center;
  margin-bottom: 30px;

}
.section-grid-1 .tile img{
 max-height: 60px;
    margin-bottom: 28px;
}
.section-grid-1 .tile h4{
  font-weight: 600;
    font-size: 15px;
}
@media only screen and (min-width: 768px) {
.category_bottom{margin-top: 60px;}
}
.looking-sec{
  padding: 60px 0;
  background: url(../img/cstrmr-bg.jpg);

}
.looking-sec h2{
  font-weight: 600;
  color: #fff;
}
.looking-sec a{
      color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #1B8BF9;
    background: #1B8BF9;
    display: inline-block;
    padding: 10px 38px;
    font-weight: 600;
}
.looking-sec a:hover{
      background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.grid-sec-zig-zak{
  padding: 40px 0;
}
.grid-sec-zig-zak .content{padding-right: 25px;}
.grid-sec-zig-zak img{max-width: 100%;}
.grid-sec-zig-zak h4{
  font-weight: 700;margin-bottom: 20px;
  color: #062A4D;
}
.grid-sec-zig-zak p{
  color: #062A4D;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.grid-sec-zig-zak .row{padding: 25px 0;}
  .grid-sec-zig-zak  .content{padding: 15px 0;}
@media only screen and (min-width: 768px) {
  .grid-sec-zig-zak .row:nth-child(even) .content{
    padding-right: 0;
    padding-left: 25px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
.grid-sec-zig-zak .row:nth-child(odd){
  flex-direction: column-reverse;
  }
  .grid-sec-zig-zak img{
    max-width: 290px;
    display: block;
    margin: 0 auto;
  }
  .looking-sec .text-right{
    text-align: left !important;
    margin-top: 20px;
  }
  .looking-sec{padding: 40px 0;}
}
.hexa-section{
  background: #F8F8F8;
  text-align: center;
  padding: 40px 0;
}
.hexa-section h2{
  font-weight: 600;
  color: #062A4D;
}
.hexa-section h3{
  color: #3B434A;
}
.grid-tiles{
  display: flex;
  display: -ms-flexbox;
  padding: 45px 0;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.grid-tiles .tile{
  padding: 0 15px;
  margin-top: 30px;
}
.grid-tiles .tile .hexa-tile{
  background-size: 100% 100% !important;
  width: 237px;
  height: 208px;
  font-size: 13px;
  padding: 32px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  color: #fff;
}
.grid-tiles .tile:nth-child(1) .hexa-tile{
  background: url(../img/hex-1.png);
}
.grid-tiles .tile:nth-child(2) .hexa-tile{
  background: url(../img/hex-2.png);
}
.grid-tiles .tile:nth-child(3) .hexa-tile{
  background: url(../img/hex-3.png);
}
.grid-tiles .tile:nth-child(4) .hexa-tile{
  background: url(../img/hex-4.png);
}
.grid-tiles .tile h4{
  font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-sec{
   text-align: center;
  padding: 50px 0;
}
.product-sec h2{
  font-weight: 600;
  color: #062A4D;
}
.product-sec h3{
   color: #3B434A;
}
.product-sec .tile{
  margin-bottom: 45px;
  text-align: center;
}
.product-sec .row{
  margin-top: 45px;
}
.product-sec .tile img{
  max-width: 110px;
  margin: 0 auto;
  display: block;
}
.product-sec .tile h5{
  font-size: 15px;
  font-weight: 600;
}
.section-grid-2{
  padding: 40px 0;
  text-align: center;
}
.section-grid-2 h2{
   font-weight: 600;
  color: #062A4D;
  
  margin-bottom: 45px;
}
.section-grid-2 img{
  max-width: 100%;
  transition: all .2s;
}
.section-grid-2 .tile{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-grid-2 .tile h4{
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    background: rgba(0,0,0,.4);
    padding: 18px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.section-grid-2 .tile:hover img{
  transform: scale(1.1);
}
.why-sec-2{
  padding: 40px 0;
  text-align: center;
}
.why-sec-2 h2{
   font-weight: 600;
  color: #062A4D;
  
  margin-bottom: 45px;
}
.why-sec-2 img{
  max-width: 100%;
}
.why-sec-2 .tile{
  background: #F9F9F9;
  border: 2px solid #ddd;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #062A4D;
  font-weight: 600;
  border-radius: 3px;
}

.verious-sec{
  padding: 40px 0;
  text-align: center;
}
.verious-sec h2{
  font-weight: 600;
  color: #062A4D;
}
.verious-sec h3{
  color: #3B434A
}
.verious-sec .row{margin-top: 35px;}
.verious-sec .tile{
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
    padding: 22px 15px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.verious-sec .tile img{
  max-height: 70px;
  max-width: 100%;
}