/*
* APP CSS for Aisite v2
*/
/*==========================================================================
   Fonts for icon
============================================================================ */
/*
font-family: 'Open Sans', sans-serif;
*/
/*==========================================================================
   Global Utility Class and component
============================================================================ */

body {
    background: #fff;
    color: #4a4a4a;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-size: 100%;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-weight: 700;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:visited {
    color: #d3a002;
}
.container {
    position: relative;
    background: none;
    max-width: 1070px;
    margin: 0 auto;
}
.btn{
    color: #fff !important;
}
.btn:focus, .btn:hover, .btn:active{
    color: #fff;
    opacity: 0.9;
}
.popup-area .modal-dialog {
    padding-top: 120px;
}
#free-consultancy .modal-body, #learn-more .modal-body {
    background: #20476b none repeat scroll 0 0;
    margin: 20px;
    padding: 40px;
}
#free-consultancy button.close, #learn-more button.close {
    color: #fff;
    font-size: 35px;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 10px;
}
#free-consultancy .modal-body h3, #learn-more .modal-body h3 {
    color: #ffffff;
    font-size: 35px;
    margin: 0 0 20px;
    text-align: center;
}
.contact-form .form-group {
    margin-bottom: 10px;
}
.popup-area .contact-form input, .popup-area .contact-form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 0;
}
.modal .modal-dialog {
    padding-top: 120px;
}
/*==========================================================================
   Nav
============================================================================*/
nav[role="navigation"] {
  background: #14171b;
  overflow: hidden;
  padding: 0 10px;
  position: fixed;
  top: 0;
  right:-220px;
  text-align: left;
  width: 220px;
  z-index: 15;
  height: 100%;
  webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out; 
}
 nav[role="navigation"] #closetNav{
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    padding: 0 6px;
    position: absolute;
    right: 20px;
    top: 10px; 
 }
 nav[role="navigation"] #main-navigation {
    margin: 0;
    padding: 40px 0 0 15px; 
 }
 nav[role="navigation"] #main-navigation li {
      list-style: none;
      padding: 5px 0; 
}
nav[role="navigation"] #main-navigation li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 2px 0px;
    letter-spacing: 1px;
    font-weight: 400; 
}
nav[role="navigation"] #main-navigation li a:hover {
     opacity: 0.8; 
}
.active-menu nav[role="navigation"] {
  right: 0;
}
#header{
	height: 83px;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 12;
	background: rgba(0,0,0,0.5);
	 webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out; 
}
.active-menu #header{
	right: 220px;
}
#header .navbar-toggle {
    display: block;
    margin-right: 22px;
    margin-top: 10px;
}
.navbar-toggle .icon-bar {
    background: #fff;
    height: 6px;
    border-radius: 0;
    width: 42px;
}
.navbar-toggle .icon-text{
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
#logo{
	float: left;
	display: block;
	margin:18px 0 8px 70px; 
}
.header-info {
    margin: 28px auto;
    max-width: 559px;
    text-align: center;
}
.header-info span{
	color: #72b362;
	font-size: 15px;
	font-weight: 300;
	margin: 0 10px;
}
.header-info span a{
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding-left: 5px;
}

#maincontent-area{
	min-height: 1200px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	 webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out; 
}
.active-menu #maincontent-area{
	right: 220px;
}

#hero-area{
	min-height: 500px;
	width: 100%;
	padding: 130px 0 0 0;
	background: #1f4157 url(../img/top_bg.jpg) no-repeat center top/ cover;
}
.hero-title{
	color: #fff;
	font-size: 33px;
	font-weight: 700;
	text-align: center;
}
.hero-dec{
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #fff;
}

#hero-area .container{
	max-width: 940px;
}
.demo-sign-up{
	max-width: 520px;
	margin: 15px auto;
}
.demo-sign-up input {
    border: 2px solid #b1b1b1;
    border-radius: 0;
    color: #aaaaaa;
    display: inline-block;
    font-size: 18px;
    height: 54px;
    margin-right: 20px;
    outline: medium none;
    padding: 15px 10px;
    width: 250px;
}
.demo-sign-up input.error{
	border-color: #8d1028;
}
.btn{
	background: #72b362;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px  30px;
    text-transform: uppercase;
    vertical-align: top;
}
.btn .glyphicon {
    font-size: 28px;
    line-height: 18px;
    margin: -2px 0 0 11px;
    vertical-align: top;
}

.demo-sign-up .btn{
	padding-left: 40px;
	padding-right: 40px;
}
.demo-sign-up .btn .glyphicon{
	margin: -2px 0 0 21px;
}
.video-popup{
	padding: 30px 0 15px 0;
}
.video-popup a{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.video-popup a .glyphicon{
	font-size: 22px;
    margin: 0 0 0 15px;
    vertical-align: text-bottom;
}
.hero_bt_image{
	max-width: 752px;
	margin: 10px auto 0 auto;
}
.hero_bt_image img{
	width: 100%;
}
#hero-report{
	margin: 30px 0;
}
#hero-report .container{
	max-width: 990px;
}

#hero-report h1{
	color: #5b5b5b;
	margin-bottom: 20px;
    font-weight: 400;
}
#hero-report p{
	font-size: 19px;
	color: #5b5b5b;
	max-width: 780px;
	margin: 0 auto;
}
.client{
	padding: 15px 0;
	margin: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.client-logo {
    width: 100%;
    overflow: hidden;
}
.client-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 10000px;
}
.client-logo ul li {
    margin: 0 0;
    float: left;
    width: 220px;
    text-align: center;
    overflow: hidden;
}
.client-logo ul li img {
    max-width: 100%;
}
.quote{
	border: 1px solid #ececec;
	padding: 25px;
	margin: 0 0 60px 0;
}

.quote blockquote{
	font-size: 16px;
	font-weight: 300;
	color: #4a4a4a;
	border:none;
	position: relative;
	padding: 10px 30px;
}
.quote blockquote:after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 21px;
	height: 21px;
	background: url(../img/backq_right.png) no-repeat;

}

.quote blockquote:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 21px;
	height: 21px;
	background: url(../img/backq_left.png) no-repeat;
}

.quote cite{
	font-weight: 400;
	font-size: 20px;
	color: #4a4a4a;
	text-align: center;
	font-style: normal;
	display: block;
}
.quote cite span{
	font-weight: 300;
}
.quote .companyInfo{
	color: #919191;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.quote .author {
    border-radius: 100%;
    height: auto;
    margin: 15px auto -70px;
    width: 98px;
}
.quote .author img{
	width: 100%;
}
.mid_cont{
	padding: 25px 0;
}
.mid_cont .container{
	max-width: 980px;
}
.mid_cont p{
	color: #808080;
	font-size: 18px;
	margin-top: 20px;
}
.hbb-block-panel {
    margin: 60px 0 0;
}
.hbb-block {
    margin: 0 0 25px;
    min-height: 335px;
}
.hbb-block img {
    display: block;
    margin: 0 auto 25px;
}
.hbb-block h3 {
    color: #505050;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 5px;
}
.hbb-block p {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}
.clients-logos{
	padding: 50px 0;
}

.clients-logos ul{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.clients-logos ul li{
	display: inline-block;
	margin: 10px;
	list-style: none;
}


/*==========================================================================

   Contact

============================================================================*/

.contact {
    background: #20476b;
}
.contact-top > div {
    min-height: 404px;
    padding-top: 20px;
}
.contact-top .contact-block {
    padding-left: 0;
}
.contact-top .address-block {
    background: #2b557c;
    position: relative;
}
.contact-top .address-block:after{
    position: absolute;
    content: '';
    width: 2000px;
    height: 100%;
    background: #2b557c;
    top: 0;
    left: 100%;
    z-index: 2;
}
.contact-top .tweet-block {
    padding-right: 0;
}
.contact-top > div > h3 {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
}
.contact-form .form-group {
    margin-bottom: 10px;
}
.contact-form input,
.contact-form textarea {
    background: #fff;
    border: none;
    border-radius: 0;
}
.contact-form button.btn {
    background: #a6cf71;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.address-block address {
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.address-block address a {
    color: #fff;
}
.popup-area .modal-dialog {
    padding-top: 120px;
}
.popup-area .contact-form input,
.popup-area .contact-form textarea {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}
.contact-form .error,
.popup-area .contact-form .error {
    border: 1px solid red;
}
.app_message_status_div {
    height: 26px;
    margin-top: -10px;
    text-align: center;
}
#app_message_status,
#app_message_status2,
#app_message_status3 {
    color: #A6CF71;
    font-size: 14px;
}
#free-consultancy .modal-body,
#learn-more .modal-body {
    background: #20476B;
    margin: 20px;
    padding: 40px 40px 40px;
}
#free-consultancy .modal-body h3,
#learn-more .modal-body h3 {
    color: #FFFFFF;
    font-size: 35px;
    margin: 0 0 20px;
    text-align: center;
}
#free-consultancy button.close,
#learn-more button.close {
    color: #fff;
    font-size: 35px;
    opacity: 1;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 10px;
}
#free-consultancy button.close:hover,
#learn-more button.close:hover {
    opacity: 0.8;
}
.tweet-block .timeline .stream {
    height: 250px !important;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.full-name .customisable-highlight {
    color: #fff !important;
}

/*==========================================================================

   Case Study

============================================================================*/

.case-study-1 {
    padding-bottom: 55px;
}
.case-study-1-top {
    background: url(../img/case-study-bg-1.jpg) no-repeat center bottom;
    background-size: cover;
    padding:90px 0 40px 0;
}
.case-study-2 {
    padding-bottom:65px;
}
.case-study-2-top {
    background: url(../img/case-study-bg-2.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}
.case-study h2 {
    color: #fff;
    font-size: 51px;
    font-weight: normal;
    line-height: 1;
}
.case-study-1 h2 {
    background: url("../img/cs-logo-1.png") no-repeat 320px top;
    margin: 10px 0 15px;
    padding: 18px 0;
}
.case-study-2 h2 {
    background: url("../img/cs-logo-2.png") no-repeat 320px 32px;
    margin: 10px 0 15px;
    padding: 18px 0;
}
.cs-top > div {
    margin-right: 65px;
    width: auto;
}
.cs-top p.big {
    color: #fff;
    font-size: 145px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.cs-top p.small {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
}
.cs-details {
    margin: 55px 0 0;
}
.cs-details .csd-left {
    padding-left: 0;
}
.cs-details .csd-left h3 {
    color: #505050;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.cs-details .csd-left p {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 34px;
}
.cs-details .csd-right {
    padding-right: 0;
}
.cs-details .csd-right img {
    display: block;
    margin: -135px auto 0;
}
.cs-details .csd-right blockquote:before {
    background: url("../img/backq_left_01.png") no-repeat;
    content: '';
    height: 23px;
    left: 32px;
    position: absolute;
    top: 8px;
    width: 32px;
}
.cs-details .csd-right blockquote:after {
    background: url("../img/backq_right_01.png") no-repeat;
    bottom: -25px;
    content: '';
    height: 22px;
    right: 20px;
    position: absolute;
    width: 33px;
}
.cs-details .csd-right blockquote {
    border: none;
    margin: 0 0 80px;
    padding: 35px 65px 0;
    position: relative;
}
.cs-details .csd-right blockquote p {
    color: #a9a9a9;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    margin: 0 0 10px;
}
.cs-details .csd-right span {
    color: #a9a9a9;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 0 70px;
    text-transform: uppercase;
}
.iDemo_form{
    background: url(../img/demoform-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}
.iDemo_form .demo-sign-up{
    padding-top: 30px;
}
.contact-info span {
    color: #72b362;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    padding: 8px 25px;
}
.contact-info span a{
    color: #fff;
    font-weight: 400;
}
.information{
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    margin-bottom: 30px;
}

.inm_row .inm_cont, .inm_row .inm_images{
    width: 50%;
    text-align: center;
    float: left;
    height: 475px;
}
.inm_row .inm_cont{
    padding: 0 10px;
}
.inm_row .inm_cont .inm_cont_mw{
    display: table-cell;
    height: 475px;
    margin: 0 20px 0 auto;
    vertical-align: middle;
     max-width: 490px;
     text-align: left;
     padding: 0 20px;
}
.inm_row .inm_cont h1{
    color: #72b362;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0;
}
.inm_row .inm_cont p{
    color: #919191;
    font-size:19px;
    font-weight: 300;
    margin-bottom: 20px;
}

.inm_images{
    background: url(../img/info_bg_01.jpg) no-repeat left center;
    background-size: cover;
}

.btn-trns {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #72b362;
    color: #72b362 !important;
    font-weight: 300;
    text-transform: none;
    font-size: 19px;
    padding: 20px 40px;
}

.btn-trns .glyphicon {
    font-size: 35px;
    line-height: 19px;
    margin: -2px 0 0 13px;
}
.inm_right_image .inm_images{
    float: right;
}
.inm_right_image .inm_cont .inm_cont_mw {
    display: table-cell;
    height: 477px;
    margin: 0 20px 0 auto;
    vertical-align: middle;
}
.inm_images-01{
    background: url(../img/info_bg_02.jpg) no-repeat right center;
    background-size: cover;
}
.inm_images-02{
    background: url(../img/info_bg_03.jpg) no-repeat right center;
    background-size: cover;
}


.inm_images-03{
    background: url(../img/info_bg_04.jpg) no-repeat right center;
    background-size: cover;
}
.more_about{
    padding: 55px 0;
}
.more_about .container{
    max-width: 800px;
}
.more_about h1{
    font-weight: 400;
    font-size: 37px;
    color: #5b5b5b;
    margin-bottom: 25px;
}
.more_about p{
    font-weight: 300;
    font-size: 19px;
    color: #5b5b5b;
    margin-bottom: 25px;
}

.more_about .btn{
    margin: 10px;
    padding: 20px 20px;
}
.btn-sec{
    color: #65a1fa !important;
    border-color: #65a1fa;
}
.btn-trns:active, .btn-trns:focus, .btn-trns:hover{
     color: #72b362 !important;
    opacity: 0.8;
}
.btn-sec.focus, .btn-sec:focus, .btn-sec:hover{
     color: #65a1fa !important;
    opacity: 0.8;
}

.contact-top{
    max-width: 100%;
    overflow: hidden;
}


.block{
	display: block;
}
.graybg{
	background: #f0f0f0;
}
.margintb30{
	margin: 30px auto;
}
.light{
	font-weight: 300;
}


/***************/
.mhidden {
    opacity: 0;
}
.mvisable {
    opacity: 1;
}

.animated {
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



@media (max-width: 1150px) {
   #logo {
	    margin: 18px 0 8px 25px;
	}
	.header-info {
	    margin: 28px 0 28px 300px;
	}
}
@media (max-width: 1030px) {
    .cs-top p.big {
        font-size: 95px;
    }
    .cs-top p.small {
        font-size: 14px;
    }
    
    .cs-details .csd-right img {
        margin: -115px auto 0;
    }
}
@media (max-width: 980px) {
	.header-info {
	    margin: 28px 0 28px 300px;
	}
	.header-info span {
	    display: block;
	}
	.header-info{
		margin-top: 17px;
	}
	.hero-title{
		font-size: 30px;
	}
	.hbb-block {
	    min-height: 410px;
	}
	.clients-logos ul li{
		margin: 10px 2px;
	}
    .cs-details .csd-right img {
        margin: -135px 0 0 150px;
    }
    .inm_row .inm_cont {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
	#header .navbar-toggle{
		margin-bottom: 0;
	}
	#header{
		height: auto;
	}
	#logo {
	    margin: 13px 0 5px 15px;
	    max-width: 185px;
	}
	#logo img{
	    
	    width: 100%;
	}
	.header-info span {
	    font-size: 13px;
	}
	.header-info {
	    float: left;
	    margin: 8px 0 10px;
	    width: 100%;
	}
	.hero-title{
		font-size: 21px;
	}
	.demo-sign-up input {
	    margin-bottom: 10px;
	    margin-right:0;
	    width: 100%;
	}
	.demo-sign-up .btn{
		width: 100%;
	}
	.hbb-block:nth-child(odd) {
        padding-left: 0;
    }
    .hbb-block:nth-child(even) {
        padding-right: 0;
    }
    .hbb-block {
        min-height: 290px;
    }
    #privacypolicy{
    	margin: 10px 0 !important
    }
    .contact-top > div{
    	min-height: 100px;
    }
    .case-study-1-top{
        padding-top: 116px;
    }
    .cs-top p.big {
        font-size: 65px;
    }
    .case-study h2 {
        font-size: 34px;
        background-position: 158px 11px;
    }
    .cs-top p.small {
        font-size: 10px;
    }
    .cs-top > div {
        margin:0 7px 0 0;
        width: auto;
    }
    .cs-details .csd-right img {
        margin: 0 auto;
    }
    .cs-details .csd-right blockquote {
        padding: 35px 35px 0;
    }
    .cs-details .csd-right blockquote::before{
        left: 0;
    }
    .cs-details .csd-right blockquote::after{
        right: 10px;
    }
    .cs-details .csd-right {
        margin-bottom: 25px;
    }
     #case-study .case-study-2 h2 {
        background-position: 183px 30px;
        background-size: 40% auto;
        font-size: 34px;
    }
    .contact-info span{
        font-size: 15px;
        display: block;
        padding: 3px 0;
    }
    .inm_row .inm_cont .inm_cont_mw {
        margin: 0 auto 0 10px;
    }
    .inm_right_image .inm_cont .inm_cont_mw {
        margin: 0 8px 0 auto;
    }
    .inm_row .inm_images {
        float: none !important;
        width: 100% !important;
        height: 280px !important;
    }
    .inm_row .inm_cont {
        padding: 30px 20px;
        float: none;
        width: 100%;
        max-width: 800px;
        height: auto;
    }
    .inm_right_image .inm_cont .inm_cont_mw {
        margin: 0;
        width: 100%;
        max-width: 800px;
        padding: 0;
        display: block;
        height: auto;
    }
    .inm_row .inm_cont .inm_cont_mw {
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
        max-width: 1000px;
    }
    .inm_row .inm_cont h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .more_about .btn {
        margin: 10px 0;
    }
    .inm_cont .pull-left, .inm_cont .pull-right{
        float: none !important;
    }

}


@media (max-width: 639px) {

	.hbb-block {
        min-height: 315px;
    }
}

@media (max-width: 479px) {
    .hbb-block {
        min-height: 385px;
    }
    .hbb-block img {
        width: 100%;
    }
}