*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 57%;
    padding: 0;
    height: 50%;
  }
}

body {
 background-color: white;
}
@media only screen and (max-width: 1000px) {
  body {
    padding: 0;
  }
}

.container-fluid {
  position: relative;
  overflow: hidden;
  border-radius: 0rem;
  /* margin-bottom: 100px;
  padding-bottom: 100px; */

  
  
  

}
@media only screen and (max-width: 1000px) {
  .container {
    border-radius: 0;
    height: 60%;
    
  }
}



.ct-sectionHeader--type2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #2483c3;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.ct-sectionHeader--type2 small {
  font-family: 'Open Sans', sans-serif;
  font-size: 21.17px;
  padding-top: 10px;
  color: #231f20;
  display: block;
}
.terms-wrapper {
margin-top: 10px;

}
.ct-sectionHeader--type2:after {
  content: '';
  width: 100%;
  max-width: 354px;
  background-color: #e1e1e1;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ct-feature_list-header {
  font-size: 20px;
  color: #2294a2;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 28px;
}
.ct-feature_list {
  display: inline-block;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ct-feature_list li {
  text-align: left;
}
.ct-feature_list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.ct-feature_list li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 19px;
  height: 19px;
  background-image: url('../images/Check2.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.ct-feature_list li {
  text-align: left;
}
.ct-feature_list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.mobile-app-column {
  background-color: #F2F5F8;
}
div.mobile-app {
  border-top: 8px solid #b0d44b;
  padding: 45px 0px;
}
div.mobile-app {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 0 0 0 10px;
  background-color: #F2F5F8;
}
div.mobile-app .form-group label, div.form-request .form-group label {
  font-size: 15.58px;
  font-weight: 400;
  line-height: 0.9;
  font-family: 'Open Sans', sans-serif;
}
.btn.btn-motive {
  cursor: pointer;
}
.btn.btn-motive {
  background-color: #33a6f3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-large {
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  padding: 16px 50px;
  margin-bottom: 30px;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
div.mobile-app .checkbox label .checkbox-box {
  background-color: #252525;
  border-radius: 5px;
  color: white;
  content: '';
  display: inline-block;
  /* float: left; */
  font-size: 0px;
  height: 20px;
  padding: 0;
  position: relative;
  top: 1px;
  width: 20px;
}
div.mobile-app .checkbox label span {
  color: #5c5d5f;
  font-size: 17px;
  padding-left: 10px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
p {
font-family: 'Open Sans', sans-serif;
}
div.mobile-app .checkbox {
  padding-top: 20px;
  text-align: center;
}
.form-title {
margin-bottom: 10px;
margin-top: 10px;
margin-right: 30px;
margin-left: 30px;
color: black;
text-transform: uppercase;
}
.ct-u-paddingBottom30 {
margin-bottom: 30px;
}
.form-group {
margin-bottom: 30px;
  margin-right: 30px;
margin-left: 30px;
}
div.mobile-app .form-group label, div.form-request .form-group label {
  font-size: 15.58px;
  font-weight: 400;
  line-height: 0.9;
  font-family: 'Open Sans', sans-serif;
}
img {
margin-bottom: 9px;
margin-top: px;
background-image: initial;
background-position-x: 0;
background-position-y: 0;
background-size: initial;

background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background-image: initial;
background-position-x: 0;
background-position-y: 0;
background-size: initial;

background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial
}

@media(min-width:768px) {
  .icon-lg {
      font-size: 80px;
  }
}

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
 

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #eee;
  
  background-image: none;
  border: 1px solid #36333d;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  color: #222;
  background-color: #ccc;
  box-shadow: none;
}

textarea {
  resize: none;
}

a {
  color: #9c27b0;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
}

/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
   
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 20px 12px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 0px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block

}