@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700');
@font-face {
    font-family: 'shonar_banglaregular';
    src: url('/Files/App_002/Styles/shonar-webfont.woff2') format('woff2'),
         url('/Files/App_002/Styles/shonar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'shonar_banglabold';
    src: url('/Files/App_002/Styles/shonarb-webfont.woff2') format('woff2'),
         url('/Files/App_002/Styles/shonarb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
}
a:hover {transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
input:focus, img:focus, select:focus, textarea:focus, a:focus, button:focus {outline: 0;}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-thumb {
  border-right: solid 4px #e9c100;
  background: #e9c100;
  border-radius: 30px;
}
::-webkit-scrollbar-track {
  border: none;
  background: #0777bb; 
}
::selection {
    color: #fff;
    background: #0777bb;
}
.section_active div {opacity:0;}
.section_active.activesection div {opacity:1;transition: visibility 0s, opacity 1.5s linear;}
.section_active img {opacity:0;}
.section_active.activesection img {opacity:1;transition: visibility 0s, opacity 1.5s linear;}
.img-responsive {margin: 0 auto;}
.no_scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
#pnl_Widgets {display: none;}


@media (max-width: 1440px) {
div.index_bloc_wrapper {
    padding: 80px 0;
}
div.cavalier_title_bloc {
    font-size: 36px;
    line-height: 36px;
}
}

@media (max-width: 991px) {
div.cavalier_title_bloc {
    margin-top: 0;
}
}

@media (max-width: 767px) {
div.cavalier_title_bloc {
    font-size: 30px;
    line-height: 30px;
}
.presentation_image_content img {
    max-width: 100%;
}
}

@media (max-width: 375px) {
div.cavalier_title_bloc {
    font-size: 22px;
    line-height: 24px;
	text-align:left;
}
.page_content h3{
	text-align:left;	
}
}

