/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'IndustryW00-Black';
  font-weight: normal;
  font-style: normal;
}


body {
  background: #fff;
  color: #444;
  font-family: Montserrat;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  display: none !important;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pad-80 {
   padding: 80px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  padding-bottom: 0;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  width: 350px;
}

.social-links {
  text-align: right;
/* float: right; */
  margin: 20px 0;
  position: relative;
}

.social-links > a {
  color: #535074;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1px;
  margin: 0 2px 0 0;
  width: auto;
  border: 1px solid #2b75b2;
  border-radius: 7px;
  height: 47px;
}

.social-links a:hover {
  color: #1bb1dc;
}

a.facebook {
    display: inline-block;
    color: #2b75b2;
    border-radius: 5px;
}

a.twitter {
    color: #1faae2;
    font-size: 26px;
    border-color: #1faae2;
}

a.youtube {
    color: #ff0000;
    font-size: 26px;
    border-color: #ff0000;
}

.social-links > a > i {
    font-size: 26px;
    float: left;
    margin-top: 5px;
}

.social-links > a > .link-box {
    float: right;
    margin-left: 10px;
    text-align: center;
}

.social-links > a > .link-box > img {
    width: 70px;
}

.social-links > a > .link-box > p {
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
}

i.fa.fa-facebook {
    background-color: #3b5997;
    color: #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    padding-right: 5px;
    font-size: 16px;
    margin-top: 4px;
}

i.fa.fa-twitter {
    font-size: 26px;
}

i.fa.fa-youtube-play {
    font-size: 26px;
}

.youtube > .link-box > img {
    width: 50px !important;
    margin: auto;
}

.header-btns {
    float: right;
}

.header-btns > .btn-main {
	width:130px;
    padding: 0;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #a0a0a0; 
    margin: 0 0 0 2px;
    font-size: 14px;
	padding: 0px 5px;
}

.header-btns > .btn-blue {
    background-color: #3cc1fa;
    box-shadow: 1px 1px 6px -2px #333;
}

.header-btns > .btn-blue:hover {
    color: #000000 !important;
}

.header-btns > .btn-login {
    background-color: #0000A0;
    box-shadow: 1px 1px 6px -2px #333;
}

.header-btns > .btn-login:hover {
    color: #000000 !important;
}

.header-btns > .btn-demo {
    background-color: #2E7500;
    box-shadow: 1px 1px 6px -2px #333;
}

.header-btns > .btn-demo:hover {
    color: #000000 !important;
}

.header-btns > .btn-red {
    background-color: #cc0000;
    box-shadow: 1px 1px 6px -2px #333;
}

.header-btns > .btn-red:hover {
    color: #000000 !important;
}

.header-btns > .btn-gold {
    background-color: #a87920;
    box-shadow: 1px 1px 6px -2px #333;
}

.header-btns > .btn-gold:hover {
    color: #000000 !important;
}


#main2 {
    width: 500px;
    border: 1px;
    font-family: 'Open Sans', sans-serif;
}

.login_box {
    float: right;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    z-index: 999999999;
    display: none;
}

#account {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: right;
    height: auto;
    width: 370px;
}

#account_content {
    color: #cd222b;
    font: 12px arial,sans-serif;
    padding: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.close_cone_div img {
    float: right;
}

.login_box .inputbox {
    float: left;
    margin: 10px 0 5px;
    padding: 0;
    width: 100%;
}

#account_content input.email {
    background: #ededed;
    border: medium none;
    box-sizing: border-box;
    color: #cd222b;
    float: left;
    font: 11px arial,sans-serif;
    height: 36px;
    margin: 0 2% 0 0;
    padding: 2px 5px;
    width: 38%;
}

#account_content input.password {
    background: #ededed;
    border: medium none;
    box-sizing: border-box;
    color: #cd222b;
    float: left;
    font: 11px arial,sans-serif;
    height: 36px;
    margin: 0 2% 0 0;
    padding: 2px 5px;
    width: 38%;
}

#account_content .login_button {
    background: #cf2c33;
    color: #fff;
    padding: 5px 7px;
    text-decoration: none;
    border: 0px;
    font-weight: bold;
    height: 36px;
    float: left;
    width: 16%;
}

.login_box .Remember {
    float: left;
    color: #555555;
}


.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
  margin-top: 0px !important;
  margin-bottom: -25px !important;
  z-index: 9999999;
  position: relative;
  border-radius: 10px !important;
  box-shadow: 0 3px 6px 1px #333;
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #3c3c3c;
  text-align: center;
  border-radius: 5px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  border-radius: 0 !important;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 27px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 300;
  border-radius: 0;
  border-bottom: 4px solid transparent;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  text-decoration: none;
  color: #fff;
  background: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f1f1f+0,353535+50,1f1f1f+100 */
  background: #1f1f1f; /* Old browsers */
  background: -moz-linear-gradient(top,  #1f1f1f 0%, #353535 50%, #1f1f1f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1f1f1f 0%,#353535 50%,#1f1f1f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #1f1f1f 0%,#353535 50%,#1f1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
}

/*.main-nav a:hover {
    border-bottom: 3px solid #c00;
}
*/
.drop-down > ul > li a:hover {
    border-bottom: 0;
}

.drop-down > ul > li.drop-down > ul > li >  a:hover {
    border-left: 4px solid #c00;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(150% - 30px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #cc0000ab;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
 /* transition: ease all 0.3s;*/
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #ffffff;
  text-align: left;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f1f1f+0,353535+50,1f1f1f+100 */
  background: #1f1f1f; /* Old browsers */
  background: -moz-linear-gradient(top,  #1f1f1f 0%, #353535 50%, #1f1f1f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1f1f1f 0%,#353535 50%,#1f1f1f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #1f1f1f 0%,#353535 50%,#1f1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 0px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -100%;
  width: 100%;
  padding-top: 50px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.carousel-control {
   background: transparent !important;
}

.carousel-indicators {
    bottom: -40px;
    width: auto !important;
}

.carousel-indicators .active {
   background-color: #fff !important;
   border: 4px solid #b31b07;
}

.carousel-indicators li {
   border-radius: 50% !important;
   background: #939393 !important;
   width: 12px !important;
   height: 12px !important;
   line-height: 6px !important;
   border: 4px solid #fff;
   margin: 0 !important;
}

#slider .item {
    height: 100% !important;
}

#slider .item > img {
    width: 100%;
    height: 100% !important;
}

.carousel-control {
    width: 5% !important;
}

.glyphicon-chevron-left:before {
    content: "";
    background: url('https://cdn.canadaqbank.com/www/icon-left.png');
    width: 36px !important;
    height: 72px !important;
    position: absolute;
    background-size: cover;
    left: 0;
}

.glyphicon-chevron-right:before {
    content: "";
    background: url('https://cdn.canadaqbank.com/www/icon-right.png');
    width: 36px !important;
    height: 72px !important;
    position: absolute;
    background-size: cover;
    right: 0;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

.section-heading {
   width: 100%;
   text-align: center;
   margin-bottom: 20px;
}

.section-heading h2 {
   display: inline-block;
   margin: 0;
   font-size: 36px;
   color: #c00;
   position: relative;
   padding-bottom: 10px;
}

.section-heading h2:after {
    content: "";
    left: 0;
    bottom: 0;
    background: #c00;
    height: 4px;
    width: 80px;
    position: absolute;
}

.white-txt > h2 {
    color: #fff;
}

.white-txt > h2:after {
    background-color: #fff;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #efefef;
}

/* About Us Section
--------------------------------*/

#latest-news {
    max-width: 1000px;
    margin: 30px auto;
    text-align: center;
    width: 100%;
}

.latestNews > h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.latestNews > p {
    font-size: 16px;
    color: #292929;
    margin-bottom: 10px;
}

.latestNews > .btn-red {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background-color: #c00;
    border-radius: 5px;
    color: #fff;
    line-height: 34px;
    margin: auto;
    margin-bottom: 15px;
}

.testimonial-item > h3 > img {
    width: 50px !important;
    display: inline-block !important;
    margin-right: 10px;
}

/*.owl-nav.disabled {
    display: block !important;
}*/

.owl-dots 
 >button.owl-dot {
    width: 40px;
    height: 8px;
    background-color: #2c2c2c;
    margin: 0 4px;
}

.owl-dots >button.owl-dot.active {
    background-color: #c00;
}

#about {
  padding: 80px 0;
  padding-bottom: 0;
}

.border-bottom-bg {
    background: url('https://cdn.canadaqbank.com/www/border_bg_bottom.png') #efefef;
    height: 55px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

#services .box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 560px;
}

.box  >h5 {
    font-size: 16px;
    font-weight: 600;
}

.icon-img {
    background-color: #f5f5f5;
    padding: 40px 10px;
}

.icon-img > img {
    width: 100%;
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
  margin-top: 15px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

.box  >h5 {
    font-size: 16px;
    font-weight: 600;
}

.icon-img {
    background-color: #f5f5f5;
    padding: 40px 10px;
}

.icon-img > img {
    width: 100%;
}

#services .box > .col-md-6 {
    margin: 5px 0;
}

#services .box > .col-md-6 > .description {
    font-size: 12px;
    line-height: 14px;
}

#services .box > .col-md-6 > .title {
    font-size: 22px;
}

.btn-box {
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background-color: #ccc;
    color: #fff;
    border-radius: 5px;
    margin: auto;
    margin-top: 12px;
    font-size: 16px;
    font-weight: bold;
}

.btn-blue {
    background-color: #1e416b;
}

.btn-purple {
    background-color: #41286e;
}

.btn-light-purple {
    background-color: #8f439a;
}

.btn-green {
    background-color: #4f622b;
}

.btn-pink {
    background-color: #e40146;
}

.btn-red {
    background-color: #aa0000;
}

.btn-gold {
    background-color: #a87920;
}


.btn-brown {
    background-color: #492a0b;
}



.btn-orrange {
    background-color: #e54f11;
}

.btn-box:hover {
    background-color: #333;
    color: #fff;
}

/* Key Features Section
--------------------------------*/
.white-blk-txt {
    padding: 80px;
    FONT-VARIANT: JIS04;
}

.heading-black h2 {
    color: #333;
}

.heading-black h2:after {
    background-color: #333;
}

.ft-box {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ft-box  >.ico {
    height: 100px;
    line-height: 100px;
	display: inline-block;
    width: 100%;					  
}

.ft-box >.ico > img {
    width: 50px;
}

.ft-box  >p {
    font-size: 14px;
}


a.btn {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.mg-40 {
   margin: 40px auto;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  background: url('https://cdn.canadaqbank.com/www/testimonial-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat-x: no-repeat;
  background-position-x: center;
  background-color: #4b4b4b;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  color: #fff;
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
  display: none;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 4px;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #cc0000;
  height: 10px;
  margin: 5px 0
}

.news {
    width: 100%;
    margin: auto;
}

.latter-form {
    position: relative;
    border: 1px solid #e5e5e5;
    border-top: 7px solid #cc0000;
    padding: 25px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.latter-form p {
    text-align: left;
}

.news img {
    max-width: 100%;
}
.news-icon {
    position: absolute;
    right: 25px;
    top: 25px;
}

.envelop {
    position: relative;
}

.envelop i {
    color: #cc0000;
    border-right: 1px solid #c2c2c2;
    padding: 9px 12px 9px 0;
}

.envelop-icon {
    position: absolute;
    top: 5px;
    left: 14px;
}

.form-ctrl {
    font-family: inherit;
}
.news-ctrl {
    text-indent: 40px;
}
.form-ctrl {
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: rgb(85, 85, 85);
    display: block;
    font-size: 16px !important;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 15px;
}

.form_group-news {
    margin: 20px 0px 5px 0px;
}

.submit-btn {
    display: block;
    text-align: center;
    width: 100%;
}

.btn-style {
    display: inline-block;
    border: 2px solid rgb(204, 0, 0);
    border-radius: 3px;
    color: #000;
}

.btn-style .button {
    margin: 0px;
    cursor: pointer;
}
.button--ujarak, .button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.button {
    display: block;
    margin: 1em;
    padding: 0.5em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.button--ujarak, .button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cc0000;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.submit-btn .subscription-button:hover {
    color: rgb(255, 255, 255);
}

.button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.timeline-Viewport {
    overflow-y: scroll !important;
}

.feedbox {
    height: 530px;
    overflow-y: scroll;
}

#demo-video iframe {
    width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 10px 0;
  font-size: 14px;
  background: #3c3c3c;
}

.footer_left {
    float: left;
    width: 52%;
    display: block;
    margin-right: 5%;
}

.footer_right {
    float: right;
    width: 40%;
    display: block;
}

.footer_left ul {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}

.footer_left ul li {
    list-style: none;
    float: left;
    color: #a898b8;
    font-size: 12px;
    padding-right: 5px;
}

.footer_left ul li a {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    line-height: 12px;
    padding: 0px 5px 0px 0px;
}

.footer_left ul li a:hover {
    color: #cc0000;
}

.footer_left p {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
}

.footer_right p {
    font-family: "Open Sans",sans-serif;
    line-height: 28px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 0px;
    width: auto;
    float: right;
    text-align: right;
}

.footer_right span {
    float: left;
    margin-top: 0;
    padding-right: 3px;
}

.footer_right a {
    color: #ffffff;
}

/*.col-md-4 iframe {
    height: 220px !important;
}*/
.footer_right img {
    height: 30px;
}			 

/*=================== NEW CSS ============================*/

main {
    font-size: 18px;
}

.gdivide {
    margin: 70px 0 50px;
}
.f-points ul {
    
	padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.f-points li {
    width: 50%;
    float: left;
    list-style: none;
    padding: 0 110px 0 40px;
    margin-bottom: 22px;
    position: relative;
	min-height: 55px;
}

.f-points li:before {
	content: "";
    background: url('https://cdn.canadaqbank.com/www/check.png');
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    background-size: 100%;
	}



.section-heading.bhead h2 {
    color: #2a2a2a;
}

.section-heading.bhead h2:after {
    background: #2a2a2a;
}
.inf-sec h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 28px;
}

.inf-sec .list-top h3 {
    margin-bottom: 5px;
}

.inf-sec .list-top {
    margin-bottom: 25px;
}

.inf-sec .list-top p {
    margin-bottom: 5px;
}

.list-top a {
    color: #cc0001;
}

.inf-sec h3 span,
.inf-sec h3 span a {
    color: #41286e;
}

.gtxt .inf-sec h3 span,
.gtxt .inf-sec h3 span a {
    color: #698103;
}
.seatxt .inf-sec h3 span,
.seatxt .inf-sec h3 span a{
    color: #0189ac;
}
.brtxt .inf-sec h3 span,
.brtxt .inf-sec h3 span a {
    color: #492a0c;
}
.purpletxt .inf-sec h3 span,
.purpletxt .inf-sec h3 span a {
    color: #692d91;
}

.goldtxt .inf-sec h3 span,
.goldtxt .inf-sec h3 span a {
    color: #a87920;
}

.pinktxt .inf-sec h3 span,
.pinktxt .inf-sec h3 span a {
    color: #db004a;
}
.orgtxt .inf-sec h3 span,
.orgtxt .inf-sec h3 span a {
    color: #e54f11;
}
.inf-sec .rside ul {
    padding-left: 0;
    list-style: none;
}
.inf-sec .lsides ul {
    padding-left: 0;
    list-style: none;
}

.inf-sec .rside li {
    position: relative;
    padding-left: 19px;
    margin-bottom: 5px;
    margin-left: -19px;
}
.inf-sec .lsides li {
    position: relative;
    padding-left: 19px;
    margin-bottom: 5px;
    margin-left: -19px;
}

.inf-sec .rside li:before {
    background: #41286e;
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
}
.brtxt .inf-sec .rside li:before {
    background: #492a0c;
  
}
.purpletxt .inf-sec .rside li:before {
    background: #692d91;
  
}
.goldtxt .inf-sec .rside li:before {
    background: #a87920;
  
}
.pinktxt .inf-sec .rside li:before {
    background: #db004a;
  
}
.orgtxt .inf-sec .rside li:before {
    background: #e54f11;
  
}
.inf-sec .lsides li:before {
    background: #41286e;
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
}

.inf-sec .rside > a {
    background: #cc0000;
    color: #fff;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 0 0;
}

.inf-sec .col-xs-12 {
    margin-top: 40px;
}

.inf-sec .store-img a {
    width: 230px;
    display: inline-block;
	margin-right: 45px;
}

.inf-sec a.lmore {
        background: #cc0000;
    color: #fff;
    font-size: 30px;
    padding: 20px 30px;
    border-radius: 5px;
    display: block;
    max-width: 250px;
    margin: 50px auto;
    text-align: center;
}
section.subsec {
    background: #efefef;
}

.price-box {
    color: #41286e;
    font-size: 25px;
    font-weight: 800;
    background-color: #f5f5f5;
    padding: 3px 0;
}
.gtxt .price-box {
    color: #698103;
}
.seatxt .price-box {
    color: #0189ac;
}
.brtxt .price-box {
    color: #492a0c;
}
.purpletxt .price-box {
    color: #692d91;
}
.goldtxt .price-box {
    color: #a87920;
}
.pinktxt .price-box {
    color: #db004a;
}
.orgtxt .price-box {
    color: #e54f11;
}
.subboxes {
    text-align: center;
}

.price-box span {
    color: #2a2a2a;
    font-size: 25px;
}
.subboxes .col-sm-4 > div {
    background: #fff;
    padding: 10px 10px 5px 10px;
    margin-bottom: 10px;
}

.subboxes p {
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.subsec > div > p {
    text-align: center;
    max-width: 800px;
    margin: 30px 0 40px;
    display: inline-block;
}

section.subsec {
    text-align: center;
}
.subsec > div > a {
    background: #cc0000;
    width: 100%;
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 10px;
    
}
.tes-sec > div > a {
    color: #fff;
    font-size: 25px;
    background: #cc0000;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    max-width: 320px;
    margin: 0 auto;
}
.macimg img {
    width: 100%;
}

.mac .carousel.slide {
    position: absolute;
    top: 0;
    padding: 79px 193px 36px 201px;
}

.mac {
    position: relative;
}
.mac .carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    background: #222222 !important;
  
    border: none;
    margin: 0 3px !important;
    opacity: 1;
}
section.inf-sec {
    margin-bottom: 60px;
}
.mac .carousel-indicators li.active {
    background: #fff !important;
    border: 5px solid #b31b07;
    margin-top: -5px !important;
}	
.mac ol.carousel-indicators {
    left: 59px;
}

.amcslide {
    padding: 50px 0 0;
}
.com-sec {
    background:url('https://cdn.canadaqbank.com/www/bgc.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    text-align: center;
    color: #fff;
    padding: 100px 0;
	    border-top: 5px solid #fff;
}
.com-sec img {
    width: 100%;
    max-width: 240px;
    margin-bottom: 30px;
}

.com-sec p {
    border-bottom: 2px solid #fff;
    padding-bottom: 19px;
    min-height: 150px;
}

.com-sec a {
    background: #cc0000;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 10px;
    font-size: 14px;
}
.amc-fea-box {
    text-align: center;
}

.amc-fea-box h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 30px;
    color:#1e1e1e;
}

.amc-fea-box p {
    margin-bottom: 60px;
}

section.amc-fea {
    padding: 60px 0 20px;
}
.cal-sec {
    text-align: center;
    background: #efefef;
    padding: 100px 0 30px;
}

.cal-sec img {
    max-width: 550px;
    margin: 0 auto;
	width: 100%;
}
section.amc-top {
    padding: 65px 0 0px;
    text-align: center;
}

.amc-top img {
    margin-bottom: 20px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

.amcandslide div.slide {
    padding: 70px 110px 110px;
}

.amcandslide .carousel-indicators {
    bottom: 40px;
}
.amcandslide {
    background:url('https://cdn.canadaqbank.com/www/Aandbg.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.amcandslide.mccqe2bg {
    background:url('https://cdn.canadaqbank.com/www/24/mccqebg.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.seatxt .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/30/mccqe1bg2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.brtxt .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/44/watermark.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.purpletxt .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/46/watermark.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.purpletxt .plab2bg {
    background:url('https://cdn.canadaqbank.com/www/64/plab2bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.goldtxt .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/53/pebceebg.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.pinktxt .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/37/watermark.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.orgtxt .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/34/watermark.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.orgtxt.step2ck .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/38/watermark.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.orgtxt.step2cs .amcandslide{
    background:url('https://cdn.canadaqbank.com/www/36/watermark.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/testimonial-bg2.jpg');
	background-attachment: fixed;
}
.gtxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/24/testimonial-mccqe2.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: top center;
	
}
.seatxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/30/testimonial-mccqe1.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: top center;
	
}
.brtxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/44/testimonial-smle.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: center;
}
.purpletxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/46/testimonial-plab.jpg');
	background-attachment: fixed;
}
.goldtxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/53/testimonial-plab.jpg');
	background-attachment: fixed;
}
.pinktxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/37/testimonial-rcsfe.jpg');
	background-attachment: fixed;
	background-position:top center;
}
.orgtxt #testimonials.tes-sec {
    background-size: cover !important;
	padding: 100px 0px;
	background: url('https://cdn.canadaqbank.com/www/34/testimonial-usmle.jpg');
	background-attachment: fixed;
	background-position:top center;
}

#testimonials.htes {
    background-position: center center;
}

.mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/gcheck.png');
    
}

.seatxt .mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/30/seacheck.png');
    
}
.brtxt .mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/44/brcheck.png');
    
}
.pinktxt .mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/37/pinkcheck.png');
    
}
.orgtxt .mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/34/orgcheck.png');
    
}
.purpletxt .mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/46/purplecheck.png');
    
}

.goldtxt .mcp .f-points li:before {
	
    background-image: url('https://cdn.canadaqbank.com/www/53/goldcheck.png');
    background-repeat: no-repeat;
}		
	.graybg {
    background: #efefef;
}

.seatxt .amc-top span {
    font-size: 20px;
    margin-top: 14px;
    display: block;
    font-weight: 400;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.mcp .section-heading p {
    margin-top: 20px;
}
.amc-top {
    font-size: 20px;
}
.seatxt .lsides span {
    color: #0189ac;
}
.inf-sec .rside li > ul {
    padding-left: 30px;
}

.step2cs .amc-fea h2 {
    margin-bottom: 40px;
}
.main-nav a {
    border-bottom: 0;
}
section.amcslide {
    background: url('https://cdn.canadaqbank.com/www/MAC-BG.jpg');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#header .float-left {

    margin-top: 6px;
}

.head-banner h1 {
    font-family: 'IndustryW00-Black' !important;
    font-size: 76px;
    text-align: center;
}
section.head-banner {
  background: #f5f5f5;
  padding: 60px 0 30px;
  color: #000;
}

.red-txt {
  color: #cc0000;
}

.form-area label {
    font-size: 40px;
    font-weight: 200;
}

.form-area select {
    height: 55px;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 10px;
    border-color: #161616;
	margin-bottom: 8px;
}

.form-area [type=text],.form-area [type=password] {width: 100%;border-color: #1f1f1f;padding: 15px 15px;border-radius: 10px;border-width: 1px;margin: 15px 0 15px;}

.form-area label.form-check-label {
    font-size: 18px;
    padding-left: 17px;
}

.form-area .form-check input {
    margin-top: 7px;
}

.form-area .form-check {
    margin: 5px 0 0;
}
.form-area input[type="submit"] {
    background: #cc0000;
    color: #fff;
    box-shadow: none;
    border: navajowhite;
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px 0 0;
}

input[type="button"] {
    background: #cc0000;
    color: #fff;
    box-shadow: none;
    border: navajowhite;
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px 0 0;
}

.form-area form {
    padding: 50px 0 70px;
}
.section-heading.nstyle h2 {
    margin: 10px 0 20px;
}

.section-heading.nstyle h2:after {
    content: none;
}
.nfeabox h2{
    font-size: 35px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1e1e1e;
}
.abtstyle h2{
	font-size: 35px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #1e1e1e;
	}
section.nfeabox {
    text-align: center;
    padding:20px 0 80px;
}

section.abtstyle p {
    color: #1e1e1e;
}
section.nfeabox p {
    color: #1e1e1e;
}
.section-heading.nstyle h1{
	line-height: 80px;
	margin: 30px 0 10px;
}
.cal-sec.nstyle img {
    max-width: 80%;
}
.allapps .gdivide {
    margin: 0;
}

section.allapps {
    padding: 80px 0;
}

.allapps .section-heading {
    margin: 30px 0 60px;
}

.allapps {
    text-align: center;
    font-weight: 600;
}

.allapps img {
    max-width: 270px;
    margin: 5px auto 10px;
	width: 100%;
}

.allapps .gdivide img {
    max-width: 100%;
}
.bggray {
    background-color: #f5f5f5;
}

section.allapps.bggray {
    padding: 30px 0 50px;
}
a.blue-btn {
    background: #359dd7;
    color: #fff;
    padding: 17px 20px;
    border-radius: 10px;
}

a.forgetpass {
    color: #cc0000;
    margin-top: 9px;
    display: inline-block;
}

a.forgetpass:hover {
    color: #333;
}
.stytable th:first-child {width: 60%;}

.stytable table {
    width: 100%;
    margin: 60px  0;
}

.stytable th:last-child {
    width: 40%;
}

.stytable thead {
    background: #cc0000;
    color: #fff;
}
.stytable tbody tr:last-child {
    background: #cc0000;
    color: #fff;
}

.stytable th {
    padding: 14px;
}

.stytable td {
    padding: 14px;
}

.stytable tbody tr:nth-child(2n) {
    background: #f3f3f3;
}

.stytable tbody td:nth-child(2) {
    text-align: center;
    border-left: 2px solid #636363;
}

.stytable thead th:nth-child(2) {
    text-align: center;
    border-left: 2px solid;
}
.abtstyle .no-dots li {
    list-style: none;
    margin-bottom: 7px;
}

.abtstyle .no-dots {
    padding-left: 0;
}

section.abtstyle {
    padding-bottom: 35px;
}
h2.red-txt {
    color: #cc0000;
}
.patent-style {
    text-align: center;
    padding-top: 50px;
}
.trade-style {
    text-align: center;
}
.blog-style .section-heading {
    text-align: left;
}

.blog-style .head-banner h1 {
    text-align: left;
}

.blog-style .head-banner {
    padding: 60px 0 30px;
}
.ads-style a {
    margin-bottom: 15px;
    display: inline-block;
}

.blog-style h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1e1e1e;
	    margin: 0;
}
.post-head {
    border-left: 10px solid #cc0000;
    padding: 15px 0 15px 15px;
}

.post-head p {
    color: #cc0000;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.post-img {
    margin: 40px 0;
}
.post-col p {
    text-align: justify;
    margin-bottom: 15px;
}

.post-des h2 {
    margin: 20px 0 20px;
}
.post-col {
    margin-bottom: 60px;
}
.career-block h2 {
    display: inline-block;
    width: 100%;
}

.career-block h2.red-txt {
    margin-bottom: 0;
}

.career-style ul {
    margin-bottom: 20px;
}
.career-block input[type="text"] {
    width: 100%;
    border-radius: 5px;
    padding: 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.career-block select {
    font-size: 16px;
    padding: 0 15px;
    height: 55px;
    border-radius: 5px;
}

.career-block label {
    margin: 15px 0 5px;
}

.career-block input[type=file] {
    margin-top: 0;
    padding: 15px;
}

.career-block input[type="submit"] {
    background: #cc0000;
    color: #fff;
    display: block;
    border: none;
    margin: 30px auto 20px;
    padding: 15px 40px;
    border-radius: 10px;
}

.career-block form {
    margin-top: 30px;
}
ul.yr-style {list-style-type: none;padding: 0;}

.yr-style li {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    padding: 0 30px;
    border-right: 5px solid #cd0000;
    margin: 5px 0 10px;
}

.yr-style li:last-child {
    border: none;
}
.mile-block h2 {
    margin-bottom: 15px;
    margin-top: 22px;
    display: inline-block;
    width: 100%;
}
.mile-block li {
    position: relative;
    padding-left: 25px;
}

.mile-block li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #cd0000;
    height: 8px;
    width: 8px;
}
.testi-style a {background-color: #cd0000;color: #fff;text-decoration: none;display: block;font-size: 18px;padding: 15px 0;max-width: 250px;border-radius: 10px;margin: 0 auto;}
.testi-des a {
    background: none;
    color: #0058af;
    max-width: 100%;
    padding: 0;
    font-style: italic;
}

.testi-des p {
    margin-bottom: 10px;
}

.country-flag ul {
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}

.country-flag li {
    display: inline-block;
    float: left;
}

.country-flag img {
    max-width: 30px;
}

.country-flag li:last-child {
    margin: 3px 0 0 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

.test-block {
    border-bottom: 2px solid #ececec;
    padding: 15px 0;
    margin-bottom: 15px;
}

.show-more a {
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto 20px;
}
.testi-des strong {
    color: #cc0001;
}
.curr-issue .lft-side {
    text-align: center;
}

.curr-issue h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 11px;
}

.curr-issue p {
    margin-bottom: 5px;
}

.curr-download p {
    font-size: 18px;
    font-weight: 600;
}

.curr-issue {
    padding: 60px 0;
}
.curr-issue img {
    width: 100%;
}
.p-issues h2 {
    text-align: center;
}
.show-issues {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}


.show-issues > div {
    float: left;
	padding: 0 5px;
}

.iss-num {
    width: 15%;
}

.iss-date {
    width: 15%;
}

.iss-name {
    width: 50%;
}

.iss-pdf {
    width: 10%;
    text-align: center;
}

.iss-html {
    width: 10%;
    text-align: center;
}

.show-issues p {
    margin-bottom: 0;
}
.contact-style {
    min-height: 500px;
}
.faq-style ul.nav {
    background-color: #cc0000;
    border-radius: 5px;
    border: none !important;
    margin-bottom: 20px;
}

.faq-style ul.nav li,.faq-style ul.nav li a {
    background: none !important;
    color: #fff;
    border-radius: 0;
}

.faq-style ul.nav li a {
    padding: 20px 16px;
    border-left: 1px solid #b30000 !important;
}

.faq-style ul.nav li.active a {
    border: none;
}

.faq-style ul.nav li:last-child a {
    border-left: none !important;
}

.faq-style ul.nav li:first-child a {
    border-left: none !important;
}
.faq-style ul.nav li a.active:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000000 transparent transparent transparent;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);

    
}
.faq-style {
    padding: 70px 0;
}
.faq-style h2 {
    font-family: 'IndustryW00-Black';
    font-size: 40px;
    padding: 0 0 0 15px;
    margin: 20px 0 10px;
    color: #292929;
}
.faq-style .panel-collapse {
    background-color: #ececec;
}
.faq-style .panel-collapse {
    background-color: #ececec;
}

.faq-style .panel-heading {
    background: no-repeat;
    border: none !important;
}

.faq-style .panel-group .panel {
    border: none;
    padding: 0 15px;
}
.faq-style .tab-content p {
    margin-bottom: 10px;
}

.faq-style .panel-title a {width: 100%;display: inline-block;padding: 5px 0;color: #3e3e3e;}

.faq-style .panel-title a i {
    float: right;
}
.faq-style li.dropdown {
    display: none;
}
.sub-letter p {
    width: 80%;
    font-size: 24px;
    float: left;
    line-height: 26px;
}

.sub-letter img {
    max-width: 25px;
    float: right;
}

.curr-issue .ryt-side {padding-left: 260px;}

.curr-issue .ryt-side form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sub-letter {
    display: inline-block;
    border-top: 7px solid #cc0000;
    padding: 12px 15px 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.side-header {
    display: inline-block;
    margin-bottom: 10px;
}
.curr-issue input[type=email] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 10px 10px 41px;
    margin-bottom: 20px;
}

.curr-issue .envelop-icon {
    height: 34px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    left: 10px;
    line-height: 30px;
}
input[type="submit"] {
    background: #cc0000;
    color: #fff;
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    padding: 9px 20px;
    border-radius: 5px;
}
.g-recaptcha {
    margin-top: 20px;
}
.contact-style .sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.ques-block h3 {
    background-color: #cc0000;
    color: #fff;
    width: 15%;
    text-align: center;
    font-size: 18px;
    padding: 8px 0 6px;
    text-transform: uppercase;
	font-weight: 600;
}
.ques-block a {
    font-weight: 600;
}

.contact-style .sec-head h3 {
    font-size: 24px;
}

.contact-style .sec-head h2 {
    margin-bottom: 16px;
}

.ques-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
	
}

.ques-block > * {
    float: left;
}

.ques-block p {padding-left: 15px;margin: 6px 0 0;width: 85%;}



.contact-style h2 {
    text-align: center;
}
.contact-style .btn-style {
    background: rgb(204, 0, 0);
    color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

.contact-style .btn-style > * {
    font-size: 16px;
}
.site-map-new {
    padding: 50px 0;
}

.site-map-new > .common > p a,.site-map-new > .common > p {
    font-size: 24px;
    color: #cc0000;
    font-weight: 600;
}

.site-map-new .common {
    border-top: 1px solid #cc0000;
    padding: 10px 0;
}

.site-map-new .common p {
    margin-bottom: 0;
}
.site-map-new .common > ul {
    margin-top: 14px;
    list-style-type: none;
}



.site-map-new  .common > ul li {
    position: relative;
    padding-left: 17px;
    list-style-type: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-map-new  .common > ul li:before {width: 7px;content: "";left: 0;top: 8px;height: 6px;width: 6px;background-color: #cc0000;position: absolute;border-radius: 2px;}

.site-map-new  .common > ul li a {
    color: #000;
}

.site-map-new  .common > ul li:hover a {
    color: #cc0000 !important;
}
.yr-style.top-style li {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
    border-right: 5px solid #cd0000;
    margin: 5px 0 10px;
}
.top-list-style li {
    font-size: 18px;
    width: 50%;
    float: left;
    margin: 5px 0;
}

.top-list-style .mile-block li:nth-child(2n) {
    clear: none;
}

.top-list-style li:nth-child(2n) {
    clear: both;
}			   
main#main {
    min-height: 79%;
}

footer#footer {
    min-height: 78px;
    margin-top: 0;
    position: relative;
}

body,html {
    height: 100%;
}		   
header .logo.float-left {
    position: relative;
    z-index: 99;
}
#services .section-heading h2:after {
    width: 220px;
}
#demo-video .section-heading h2:after {
    width: 244px;
}

/* ================= Underline All Heading ================= */
.section-heading h2:before {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #c00;
    content: "";
    bottom: 0;
}
.section-heading.bhead h2:before {
    background: #2a2a2a;
}
.section-heading.white-txt h2:before {
    background: #ffffff;
}

.section-heading h2:after {
    display: none;
}
/* ================= End Underline All Heading================= */
.store-img img {
    border-radius: 10px;
}
.latter-form p {
    font-weight: 600;
}
.amc-fea-box img {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.home-curr h2 {
    font-weight: 600;
    margin-bottom: 5px;
}

.home-curr .curr-download p {
    margin-bottom: 1px;
}

.home-curr p.red-txt {
    margin-bottom: 5px;
    line-height: 18px;
}
#slider .item img:last-child {
    display: none;
}
section#slider {
    margin-top: 27px;
}

.hdiv {
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.mhov {
    background: rgba(0,0,0,.8);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 350ms ease-in-out;
    opacity: 0;
}

.hdiv:hover .mhov {
    opacity: 1;
}

.mhov a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    padding: 6px 39px;
    color: #fff;
    border-radius: 5px;
}

.mhov a:hover {
    background: #cc0000;
    
}				
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 1199px) {
	.mac .carousel.slide {
    position: absolute;
    top: 0;
    padding: 68px 164px 34px 172px;
}
.com-sec p {
    min-height: 170px;
}
.main-nav a {
  padding: 20px 21px;
}
#header .social-links {
    float: right;
    width: 100%;
    text-align: right;
    max-width: 500px;
}
.faq-style ul.nav li a {
    padding: 20px 15px;
 
}
.curr-issue .ryt-side {
    padding-left: 180px;
}

}
@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  #testimonials .testimonial-item p {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
  section.amc-top {
    padding: 30px 0 0px;
 
}
.section-heading h2 {
    font-size: 32px;
}
.subboxes p {

    font-size: 22px;

}
.mac .carousel.slide {
    padding: 50px 120px 20px 127px;
}
.mac ol.carousel-indicators {
    left: 32px;
}
#header .logo img {
    
    margin: 15px 0;
    width: 250px;
}
#header .social-links {
    max-width: 420px;
}
.gdivide {
    margin: 20px 0 40px;
}
.amc-top {
    font-size: 16px;
}
.f-points li {
   
    padding: 0 20px 0 40px;
   
}
.inf-sec .rside > a {
    
    padding: 15px 15px;
    font-size: 16px;
   
    margin: 6px 0 0;
}
.inf-sec h3 {
    font-size: 18px;
	    margin-bottom: 18px;
   
}
.inf-sec .store-img a {
    width: 170px;
   
    margin-right: 5px;
}
.footer_left {
    width: 50%;
    margin-right: 0;
    padding-right: 5px;
}
.footer_right {
    width: 50%;
 
}
.footer_right p {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
}
.footer_left,.footer_right {
    width: 100%;
    text-align: center;
}

.footer_left {
    margin-bottom: 8px;
}
.footer_left ul li {
    float: none;
 
    display: inline-block;
}
.abtstyle h2 {
    font-size: 24px;
}
.blog-style .head-banner {
    padding: 0px 0 10px;
}
.blog-style h2 {
    font-size: 24px;
}
.post-head {
    border-left: 5px solid #cc0000;
    padding: 5px 0 5px 10px;
}
.nfeabox h2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  
}
.section-heading.nstyle h1 {
    line-height: 45px;
    margin: 10px 0 10px;
	font-size: 54px;
}
.f-points li:nth-child(2n+1) {
    clear: both;
}
.yr-style li {
    font-size: 24px;
}
.faq-style ul.nav li a {
    padding: 20px 3px;

}
.curr-issue .ryt-side {
    padding-left: 15px;
}
.curr-issue h2 {
    font-size: 26px;
}
.iss-name {
    width: 60%;
}
.iss-num {
    width: 20%;
}
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
  .section-heading h2 {
    font-size: 24px;
}
.ques-block h3 {
    width: 25%;
}
.ques-block p {
  
    width: 75%;
}
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  .inf-sec a.lmore {
 
 
    font-size: 24px;
    padding: 10px 40px;
 
 
    max-width: 216px;
    margin: 50px auto;
}
  .mac .carousel.slide {
   
    padding: 37px 92px 17px 94px;
}
#services .box {

  height: auto;
}
#header .logo img {
    margin: 0 0 10px;
   
}
#header .social-links {
    
    text-align: center;
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 0;
}
.header-btns {
    float: none;
}
.f-points li:before {
    
    top: 4px;
    height: 18px;
    width: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
}
.f-points li {
    padding: 0 0px 0 28px;
	width: 100%;
	margin-bottom: 10px;
    min-height: auto;
}
.amc-fea-box h2 {
    font-size: 24px;
    
    margin-top: 30px;
    margin-bottom: 10px;
    
}
.amc-fea-box p {
    margin-bottom: 28px;
}
.com-sec p {
    min-height: auto;
}
.com-sec .col-sm-4,.subboxes .col-sm-4{
    width: 100%;
    max-width: 100%;
}
.com-sec img {
   
    max-width: 180px;
    margin-bottom: 11px;
    margin-top: 30px;
}
.com-sec {
    padding: 20px 0 60px;
 
}
section.amc-fea {
    padding: 40px 0 20px;
}
.section-heading h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.subboxes p {
    font-size: 18px;
}
.inf-sec .store-img a {
    width: 160px;
 
}
.subsec > div > p {
    margin: 15px 0 20px;
}
.amcandslide div.slide {
    padding: 70px 60px 110px;
}
.blog-style .head-banner h1 {
    text-align: center;
}
.abtstyle h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    
}
.form-area label {
    font-size: 26px;
    font-weight: 200;
}
.section-heading.nstyle h1 {
    font-size: 40px;
}
/*.faq-style ul.nav {
    float: left;
    width: 25%;
}

.faq-style ul.nav li {
    width: 100%;
    text-align: center;
}

.faq-style .tab-content {
    width: 75%;
    float: left;
}

.faq-style .card {
    display: inline-block;
    width: 100%;
}

.faq-style,.faq-style p,.faq-style a {
    font-size: 14px;
}

.faq-style .panel-group .panel {
    padding: 0 0;
}*/
.faq-style ul.nav-tabs > li {
    display: none;
}

.faq-style ul.nav-tabs > li.dropdown {
    display: block;
    width: 100%;
}

.faq-style span.caret {
    float: right;
    margin-top: 10px;
}

.faq-style li.dropdown a {
    border: none;
}

.faq-style ul.dropdown-menu {
    background: #cd0000;
    width: 100%;
}

.faq-style ul.dropdown-menu a {
    padding: 10px 10px !important;
   
}

.faq-style ul.dropdown-menu li {
    border-bottom: 1px solid #fff;
}

.faq-style ul.dropdown-menu li:last-child {
    border-bottom: none;
}
.curr-issue .lft-side,.curr-issue .ryt-side {
    width: 100% !important;
    max-width: 100%;
}

.curr-issue .lft-side {
    margin-bottom: 30px;
}
.ques-block p {
    width: 65%;
}

.ques-block h3 {
    width: 35%;
}
.yr-style.top-style li {
 
    font-size: 18px;
 
    padding: 0 8px;
    border-right: 3px solid #cd0000;
    margin: 5px 0 10px;
}
#services .section-heading h2:after {
    width: 147px;
}
#demo-video .section-heading h2:after {
    width: 164px;
}
}


@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
  
  	.footerline {
    border-top: 3px solid #595959;
	padding-top: 15px;
}

  #header .logo img {
      width: 250px;
      margin: auto;
  }

  #header .logo.float-left {
      float: none !important;
      text-align: center;
  }

  .social-links {
      text-align: center;
      float: none;
      width: 100%;
      /* overflow: hidden; */
  }

  .header-btns {
      width: 100%;
      display: block;
      text-align: center;
  }

  .header-btns {
      margin: 5px auto;
  }
  #header .social-links {
    max-width: 420px;
    margin: 20px auto 0;
    display: block;
    float: none;
}
main {
    font-size: 14px;
}
.subsec > div > a {
    font-size: 22px;
}
.mac .glyphicon {
    display: none !important;
}
.macimg {
    display: none;
}

.mac .carousel.slide {
    position: relative;
    padding: 10px 20px 60px 20px;
}

.carousel-indicators {bottom: 10px;}
.amcandslide div.slide {
    padding: 50px 5px 90px;
}
.amcandslide a.left,.amcandslide a.right {
    display: none;
}
.abtstyle .no-dots li {
    margin-bottom: 3px;
}
.abtstyle h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.section-heading.nstyle h1 {
    line-height: 36px;
    margin: 0px 0 5px;
	font-size: 34px;
}
section.head-banner {
    padding: 30px 0 5px;
}
.abtstyle h2,.blog-style h2 {
    font-size: 18px;
}
.post-img {
    margin: 20px 0;
}
.blog-style .head-banner {
    padding: 20px 0 10px;
}
.career-style ul {
    margin-bottom: 10px;
}
.nfeabox h2 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.form-area label {
    font-size: 18px;
    
}
.form-area select {
    height: 45px;
    font-size: 14px;
}

.form-area [type=text], .form-area [type=password] {


    padding: 12px 15px;

}
.form-area label.form-check-label {
    font-size: 14px;
    
}
.form-area .form-check input {
    margin-top: 3px;
}
.form-area input[type="submit"] {
    padding: 10px 18px;
    font-size: 14px;
 
}
.yr-style li {
    font-size: 18px;
    padding: 0 10px;
 
    margin: 5px 0 7px;
}
.section-heading.nstyle p {
    margin-bottom: 10px;
}
.faq-style h2 {
 
    font-size: 24px;
 
    margin: 10px 0 5px;
 
}

.faq-style h4.panel-title {
    font-size: 14px;
}
.faq-style .panel-heading {
    padding-left: 5px;
    padding-right: 5px;
}
.show-issues {
    margin: 5px 0;
}
.iss-num {
    width: 100%;
    font-weight: 700;
}
.iss-html,.iss-pdf {
    width: 15%;
    text-align: center;
}
.contact-style .sec-head h3 {
    font-size: 16px;
}
.ques-block h3 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 4px 0;
}
.ques-block p {
    width: 100%;
}
.top-list-style li {
    font-size: 16px;
    width: 100%;
    
    margin: 3px 0;
}
}
@media (max-width: 480px) {
	i.fa.fa-facebook {
    padding-right: 0;
   
}
.social-links .link-box {
    display: none;
}
.social-links > a {
    padding: 0px 5px;
    margin: 0 2px;
    height: 34px;
}
#header .social-links {
    margin: 13px auto 0;
    
}
#header .logo img {
    width: 200px;
    
}
#header .social-links {
    max-width: 286px;
}
.header-btns {
    float: right;
}
.header-btns {
    float: right;
    width: auto;
    margin-top: 0;
}
.header-btns > .btn-main {
    width: 160px;
    height: 34px;
    line-height: 35px;
    
    margin: 2px 2px;
    font-size: 14px;
}
a.left.carousel-control, a.right.carousel-control {
    display: none;
}
.faq-style ul.nav li a {
    padding: 12px 11px;
}
.faq-style span.caret {
    margin-top: 8px;
}
.sub-letter p {
    font-size: 18px;
    
}
	.sub-letter img {
    max-width: 20px;
   
    margin-top: 4px;
}
.iss-name {
    width: 100%;
}
.contact-style .btn-style {
    margin-top: 20px;
}

.contact-style .btn-style > * {
    font-size: 14px;
}
.site-map-new > .common > p a, .site-map-new > .common > p {
    font-size: 18px;
   
}
.site-map-new .common {
 
    padding: 5px 0;
}
.site-map-new .common > ul {
    margin-top: 6px;
}
.yr-style.top-style li {
    font-size: 16px;
    margin:2px 0 5px;
}

#slider .item img:first-child {
    display: none;
}
#slider .item img:last-child {
    display: block; 
}

	}
	

.newfooter h3, .newfooter h3 a {
    color: #cc0000;
    font-weight: 700;
	margin-bottom: 15px;
	}
	.fbox {
    border-bottom: 3px solid #595959;
	margin-bottom: 15px;
}
.fbox a, .fbox {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.newfooter ul {
    padding-left: 0;
    list-style: none;
}

.newfooter ul ul {
    margin-left: 15px;
   
}

.newfooter li {
    margin: 10px 0;
}

.newfooter ul ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #cc0000;
    height: 5px;
    width: 5px;
    content: "";
    border-radius: 50%;
}

.newfooter ul ul li {
    position: relative;
    padding-left: 15px;
}
.newfooter .aboutus {
    border-bottom: 3px solid #595959;
    padding-top: 15px;
	padding-bottom: 20px;
    margin-bottom: 10px;
	color:white;
	text-align: justify;
}
.newfooter .container:first-child {
    border-bottom: 3px solid #595959;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.fbox:last-child {
    border-bottom: none;
}
.newfooter .fbox > ul {
    margin-bottom: 15px;
}
.totop img {
    max-width: 40px;
    position: fixed;
    right: auto;
    bottom: 108px;
    opacity: .3;
}

body {
    position: relative;
}

.totop.container {
    text-align: right;
    padding: 0 40px;
}

.totop img:hover {
    opacity: 1;
    cursor: pointer;
}
footer#footer.newfooter {
    padding-top: 30px;
}
a.cd-top {
    position: fixed;
    right: 40px;
    bottom: 110px;
	    display: none;
}
a.cd-top.cd-top--is-visible {
    
	    display: block;
}
.cd-top img {
    box-shadow: 0 0 5px 0 #ccc;
    max-width: 50px;
}


@media(max-width:767px){
	.newfooter .col-sm-4 {
    max-width: 100%;
}
	}
@media(max-width:550px){
	a.cd-top {
   
    right: 20px;
    bottom: 70px;
   
}
.cd-top img {
 
    max-width: 35px;
}
	}


.error{color:red}
.myresponsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

section#slider {
    margin-top: 27px;
}

.custom-select{
	padding: 15px !important;
	margin-bottom: 15px !important;
	color: rgb(85, 85, 85) !important;
}