body{
	font-family:Roboto, sans-serif !important;	
	margin:0 auto;
	overflow-x: hidden; /* Hide horizontal scrollbar */	
}

#o_thanks {
  display: none;
}

#o_thanks:target {
  display: block;
}
a:link {
  	color: #CA2128;
  	background-color: transparent;
  	text-decoration: none;
}
.navbar-nav .active{
  	border-bottom:2px solid #CA2128 !important;
}
.our-patners .cols {
    width: 12.285714%;
    margin: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}
.our-patners img {
    max-width: 120px;
    padding: 0 5px;
}
.btn{
	background-color: #CA2128 !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	border: none;
	padding: 10px 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	text-align: center;
  	text-decoration: none;
 	display: inline-block;
}
.carousel-item{
	position: relative;
	/*object-fit: cover;*/
    flex: 1;
    padding: 0 !important;
    background-color: #000000;
    /*opacity: .9;*/
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.btn:hover  {
	background-color: #0C2444 !important;
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);*/
}
h1{
	font-weight: bold;
	font-size: 36px;
	color: #0C2444;
}
h2{
	font-weight: 100;
	font-size: 24px;
}
h5{
	font-weight: bold;
}
.section{
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.sectionCTA{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: middle !important;
	padding: 50px 0px;
	background-color: #332930;
	color: #ffffff;
	min-height: 300px;
}
.sectionCTA .btn{
	border: 2px solid #ffffff;
	background-color: transparent !important;
}
.sectionCTA .btn:hover  {
	border: 2px solid #CA2128;
	background-color: #CA2128 !important;
	color: #ffffff;
}
.sectionCTA1{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: middle !important;
	padding: 50px 0px;
	background-color: #CA2128;
	min-height: 300px;
	color: #000000;
}
.sectionCTA1 .btn{
	border: 2px solid #000000;
	color: #000000;
	background-color: transparent !important;
}
.sectionCTA1 .btn:hover  {
	border: 2px solid #000000;
	background-color: #000000 !important;
	color: #ffffff;
}
.sectionCTA2{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: middle !important;
	padding: 50px 0px 0px 0px;
	background-color: #f0f0f0;
	min-height: 300px;
	color: #000000;
}
.sectionCTA2 .btn{
	border: 2px solid #000000;
	color: #000000;
	background-color: transparent !important;
}
.sectionCTA2 .btn:hover  {
	border: 2px solid #000000;
	background-color: #000000 !important;
	color: #ffffff;
}
.section-space{
	margin-top: 150px !important;
	margin-bottom: 50px !important;
}
.col-bg{
	background-color: #ffffff !important;
	display: block;
	border: 1px solid #cccccc;
	padding: 20px;
}
video {
  max-width: 100%;
  height: auto;
}
.card{
	width: 100%;
	min-height: 400px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19);
}
.cardimg{
	width: 100%;
	border: none !important;
}
.block{
	/*margin:50px 0px;*/
	margin: 0 auto;
	background-color: #0C2444;.btn
	color: #ffffff;
}
.block a:link{
	color: #CA2128 !important;
}
.chooseus{	
	padding: 0;
    width: 100%;
}
.text-block {
	width: 100%vh;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_chooseus.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
	position: relative;
}
.text-block .col-2{
	width: 200px;	
}
.text-block1 {
	width: 100%vh;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/slider_1.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
	position: relative;
}
.text-block2 {
	width: 100%vh;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_block2.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.accordion-item {
	font-size: 16px;
	text-align: left;
}

footer{
	width: 100%vh;
	position: relative;
	display: block;
	background-color: #0C2444 !important;
	color: #ffffff;
	padding-top: 50px;

}
footer a:link{
	color: #CA2128 !important;
	text-decoration: none;
	}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
.wrapper{
	width: 80%;
	height: 70vh;	
	margin: 0 auto;	
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 10px;
	position: relative;
}
/* Products */
.gold{
	color: #FFBF00;
}
.product-rating{
	font-size: 20px;
	margin-bottom: 25px;
}
.product-title{
	font-size: 20px;
	font-weight: bold;
}
.product-desc{
	font-size: 14px;
}
.product-price{
	font-size: 22px;
	font-weight: bold;
}
.product-stock{
	color: #f7b242;
	font-size: 20px;
	margin-top: 10px;
}
.product-info{
	margin-top: 50px;
	color: #333333;
}
.nav-tabs .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #716d6c;
}
.nav-link a:hover {
    display: block;
    padding: 0.5rem 1rem;
    color: #f7b242;
}
.card-body span{
	color: #161616;
	font-weight:500;
}
.badge {
 	color: #ffffff !important;
}
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.col-3,.col-6 {
    width: 100%;
}
.wrapper .col-6{
	width: 70%;
}
.text-block {
	width: 100%;
	min-height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_chooseus.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block .col-2{
	width: 100%;	
}
.text-block1 {
	width: -webkit-fill-available;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/slider_1.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block2 {
	width: -webkit-fill-available;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_block2.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.product-title{
	margin-top: 20px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
[class*="col-"] {
    width: 100% !important;
    display: block;
  }
.carousel-caption {
    position: absolute;
    right: 15%;
    /*bottom: 1.25rem;*/
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.text-block {
	width: 100%;
	min-height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_chooseus.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block .col-2{
	width: 100%;	
}
.text-block1 {
	width: auto;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/slider_1.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block2 {
	width: auto;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_block2.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.section{
	margin-top: 100px;
	margin-bottom: 100px;
}
.block .small{
	font-size: 12px;
	padding: 0px 10px;
	}
.form-control{
	min-width: 100% !important;
}
.btn{
	width: 100%;
	text-align: center;
}
.wrapper{
	width: auto;
	min-height:100vh;
	display: grid;
}
.product-title{
	margin-top: 20px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
[class*="col-"] {
    width: 100% !important;    
    display: block;
    margin-bottom: 10px;
  }
.container{
	width: 100%;
}
.carousel{
	margin-top: 80px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
div.carousel-caption h2 {
	font-size: 10px !important;
}
div.carousel-caption .btn{
	font-size: 10px !important;
	max-width: 50%;
}
div.carousel-caption h1{
	font-size: 14px !important;
	line-height: 16px;
}
.carousel-caption p{
	font-size: 12px !important;
	line-height: 16px;
}
.text-block {
	width: 100%;
	min-height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_chooseus.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block1 {
	width: auto;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/slider_1.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block2 {
	width: auto;
	height: 100vh;
	background-image: url(http://www.iibmronline.com/images/img_block2.jpg);
	background-color: #108168;
	background-size: cover;
	background-position: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 0;
}
.text-block .col-2{
	width: 100%;	
}
.sectionCTA1 h1{
	padding: 0 20px;
}
.sectionCTA1 p{
	padding: 0 20px;
}
.sectionCTA1 .btn{
	width: auto;
	margin-bottom: 50px;
}
.sectionCTA2 .btn{
	width: auto;
	margin-bottom: 50px;
}
.section{
	margin-top: 50px;
	margin-bottom: 50px;
}
.block .small{
	font-size: 12px;
	padding: 0px 10px;
	}
.form-control{
	min-width: 100%!important;"
}
.col-5{
	padding: 0 12px !important;
}
.btn{
	width: 100%;
	text-align: center;
}
.wrapper{
	width: auto;
	min-height:100vh;
	display: grid;
}
.product-title{
	margin-top: 20px;
}
.our-patners .cols {
    width: 25%;
    margin: 10px;
    background-color: #fff;
    /*display: contents;*/
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}
.our-patners img {
    max-width: 120px;
    padding: 0 5px;
}
}
