html {
    height: 100%;
}
body {
    height: 100%;
    position: relative;
	margin:0px;
}
p {
    font-family: "Montserrat", sans-serif;
}
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #36457a;
    opacity: 0.5;
    z-index: 1;
}
.bantxt_main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban_text p {
    font-family: "Montserrat", sans-serif;
    color: #000;
    margin: 7px 0 15px;
    font-size: 15px;
    line-height: 30px;
}

.bantxt_main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0.85);*/
	background-color:#CECCCC;
}
img.banner_img{
    position: fixed;
    top: 60%;
    left: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}
.ban_text{
    position: relative;
    max-width: 40rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.logo_sec {
    margin: 30px 0 30px;
}

.add_sec p {
    font-size: 12px !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 16px;
  }
}
@media (min-width: 992px){
.bantxt_main {
    height: 100%;
    width: 75vw;
    min-height: 0;
    padding-bottom: 0;
}
.bantxt_main:before {
    transform: skewX(-9deg);
    transform-origin: top right;
}
.ban_text{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 9rem;
}
.add_sec{ display:block !important;}
p br{ display:none;}
.ban_text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
}
}
@media (min-width: 1200px){
.bantxt_main {
    width: 65vw;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text p {
    font-size: 15px;
    line-height: 30px;
  }
  .add_sec{ display:none !important;}
  .footer_sec {
    display: inline-block !important;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 100%;
}
.footer_sec p {
    font-size: 12px;
}
img.banner_img {
    position: initial;
    min-width: auto;
    min-height: auto;
    float: left;
    width: 100%;
    display: inline-block;
    transform: inherit;
}
} 
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
  .ban_text {
	padding-left:20px;
	padding-right:20px;
  }
  .ban_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.footer_sec p {
    font-size: 11px;
}
}

