a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
  background: url(../images/banner_backbgimg2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0 !important;
    margin: 0 !important;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Impact;
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype'),
        url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: BetterFaster;
    src: url('../fonts/BetterFaster.eot');
    src: url('../fonts/BetterFaster.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BetterFaster.woff2') format('woff2'),
        url('../fonts/BetterFaster.woff') format('woff'),
        url('../fonts/BetterFaster.ttf') format('truetype'),
        url('../fonts/BetterFaster.svg#BetterFaster') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*-- font family secion end --*/

/*---- header section start ---*/
.header_navber {
    background: #e4e0e0;
    padding: 5px 0;
}
.header_logo img {
   /*  width: 120px; */
}
.header_toptext img {
    width: 22px;
    margin-right: 5px;
}
.header_toptext {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
}
.header_toptext a {
    color: #000000;
    vertical-align: middle;
}
.header_toptext a:hover {
    color: #991501;
}
.header_link_text img {
    width: 30px;
    margin-right: 10px;
}
.header_link_text a {
    color: #000000;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.header_link_text a:hover{
    color: #c98f49;
}
.hd_contact ,.hd_contact2 ,.form_boxmain .box .btn ,.header_topbtn{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    background: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    transition: all 500ms ease-in-out;
    display: inline-block;
}
.hd_contact:hover {
	color: #fff;
	box-shadow: inset 0 80px #000;
}
.hd_contact2 ,.form_boxmain .box .btn{
    background: #991501;
    color: #fff;
}
.hd_contact2:hover ,.form_boxmain .box .btn:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.user_nav {
    margin: 15px 0 10px;
}
.user_nav ul li{
    display: inline-block;
    padding: 0 10px;
}
.user_nav ul li a {
    color: #9a1601;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}
.user_nav ul li:nth-child(2){
    border-left: 2px solid #9a1601;
}
/* .user_nav ul li:last-child a {
    border: 1px solid #000;
    padding: 4px 14px;
    border-radius: 25px;
} */
.user_nav ul li a:hover{
    color: #000;
}
.user_nav ul li:last-child{
    padding: 0;
}
.header_nav {
    background: #991501;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 50px;
}
.header_nav ul li {
    display: inline-block;
    transition: all 500ms ease-in-out;
    position: relative;
/* 	height: 60px;
	line-height: 60px; */
}
.header_nav ul li li{
	text-align: left;
}
.header_nav ul li::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 15px;
    top: 50%;
    right: -3px;
    transform: translatey(-50%);
}
.header_nav ul li:last-child::before{
    background: none;
}
.header_nav ul li li::before{
    background: none;
}
.header_nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
    padding: 15px 12px;
}
.header_nav ul li.active a {
    color: #000;
}
.header_nav ul li a:hover{
    color: #000;
}
.serch_boxhd .search-field {
    background: none;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 7px;
    width: auto !important;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
}
.serch_boxhd .search-field::placeholder{
	color: #9a1601;
}
.header_topbtn {
    background: #000;
    color: #fff;
    border-radius: 35px;
}
.header_topbtn:hover{
	box-shadow: inset 0 80px #991501;
	color: #fff;
}
.header_top {
    margin-bottom: 10px;
}
.navbar-default {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.navbar-default.navbar-shrink .header_navber {
   box-shadow: 0 0px 5px #808080;
}
/*-- banner sectiion start --*/
.banner_info {
    margin-top: 250px;
}
.banner_disc {
    position: absolute;
    top: 0;
    right: 10%;
}
.support_box {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.support_bdrt1 ,.support_bdrt3{
    margin-right: 50px;
}
.support_bdrt1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -180%;
    width: 400px;
    height: 1px;
    background: #9a1601;
    transform: rotate(-10deg);
    z-index: -1;
}
.support_bdrt2 .support_icon{
    background: #000000;
}
.support_bdrt2 .support_texthd{
    color: #000000;
}
.support_bdrt2::before {
    position: absolute;
    content: "";
    top: 32%;
    left: -133%;
    width: 400px;
    height: 2px;
    background: #000;
    z-index: -1;
}
.support_bdrt3::before {
    position: absolute;
    content: "";
    top: 0%;
    left: -178%;
    width: 400px;
    height: 1px;
    background: #9a1601;
    transform: rotate(10deg);
    z-index: -1;
}
.support_icon {
    width: 100px;
    height: 100px;
    background: #991501;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.support_icon img {
    width: 60px;
}
.support_texthd {
    font-size: 18px;
    color: #9a1601;
    font-weight: 600;
}
.banner_leftquoute {
    position: absolute;
    top: 0;
    left: 18%;
    background: rgb(154 22 1 / 88%);
    padding: 30px 15px;
    border-radius: 15px;
    width: 25%;
}
.banner_quotetext {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 65px;
    margin-bottom: 10px;
    font-family: Impact;
}
.banner_quotetext strong {
    font-weight: 800;
    color: #cac7c7;
}
.banner_quotetextpara {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Impact;
    color: #fff;
    line-height: 30px;
}
.ms-slide-bgcont img {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 86% !important;
    height: auto !important;
}
/*-- banner sectiion end ---*/

/*--- about section start ---*/
.about_info {
    background: rgb(255 255 255 / 50%);
    margin-top: -60px;
    position: relative;
    padding-bottom: 50px;
}
.main_toptexthd {
    font-size: 35px;
    color: #fff;
    font-family: BetterFaster;
    position: relative;
    line-height: 45px;
    display: inline-block;
    background: url(../images/main_tophdimg.png) no-repeat;
    background-size: 100%;
    padding: 15px 120px;
    background-position: center;
    margin-top: -25px;
}
.main_text_hd {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 15px;
}
.about_lefttextbox {
    margin-top: -15px;
    padding: 40px 70px 0px 0px;
}
.about_lefttextbox::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.about_lefttextbox::after {
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
}
.main_text_para {
    font-size: 17px;
    color: #9a2613;
    font-weight: 500;
    line-height: 25px;
}
.about_linkmore {
    color: #000;
}
.about_linkmore:hover {
    color: #9a2613;
}

/*---- about section end ---*/

/*-- services section start --*/
.services_info {
    background: rgb(255 255 255 / 50%);
    margin: 70px 0;
}
.services_imgbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    border-radius: 25px;
}
.services_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 5px 13px #000;
    text-transform: uppercase;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.services_text:hover{
    color: #991501;
}
.services_imgbox {
    height: 260px;
}
.services_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.testimonial_info {
    background: #fff;
    padding: 70px 0;
}
/*-- services section end ----*/

/*---- footer section start --*/
.footer_bg {
    padding: 50px 0;
    background: #fff;
    border-top: 10px solid rgb(218 58 58 / 82%);
}
.footer_logo img {
    width: 150px;
}
.footer_hd_text {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer_textpara {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    font-weight: 500;
    padding-right: 15px;
}
.ft_rtbd {
    border-right: 1px solid #000;
}
.footer_head2 {
    padding-left: 15px;
}
.footer_list ul li {
    padding-bottom: 8px;
}
.footer_list ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.footer_list ul li a:hover{
    color: #991501;
}
.footer_text_left, .footer_text_left a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.footer_text_left a:hover{
    color: #991501;
}
.footer_detailimg {
    width: 24px;
}
.footer_text_left {
    width: 80%;
    margin-left: 8px;
}
.footer_social {
    margin-left: 35px;
    padding-top: 20px;
}
.footer_social img {
    width: 40px;
    margin-right: 5px;
}
/*---- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background: #991501;
    cursor: pointer;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #000;
}

/*-- inner page start --*/
/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_backimg.png") #991501 no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 110px 0 90px !important;
    margin: 158px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #000;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #000;
}
.breadcrumb-container a:hover {
    color: #fff;
}
.error_container {
   display: flex;
   min-height: 120vh;
   align-items: center;
   text-align: center;
}
.serve_text_hd {
    font-size: 32px;
    color: #9a1601;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #9a1601;
    padding-bottom: 15px;
}
.inner_text_para {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
}
.services_margbox {
    margin-top: 40px;
}
.inner_serveimg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50px 0;
}
.serve_text_hd2 {
    color: #000;
    border-bottom: 2px solid #000;
}
.inner_text_parared {
    color: #9a1601;
}
.inserve_texttophd {
    position: relative;
}
.inserve_texttophd::before {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.choose_boxinner {
    background: url(../images/choose_boxbackin.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 85px 17px;
    border-radius: 30px;
    box-shadow: 0px 4px 5px #767676;
    min-height: 100%;
}
.choose_imgbox {
    width: 75px;
    margin: 0 auto;
    height: 100px;
}
.choose_textbox {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
}
.inner_choosetopbg {
    background: url(../images/choose_backbgborder.png) no-repeat;
    background-position: top 30px center;
    background-size: 50%;
}
.inner_text_hd {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong{
    color: #991501;
    font-weight: 600;
}
.contact_left_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #991501;
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover{
    color: #991501;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
    background: rgb(255 255 255 / 55%);
}
.form_cnthd {
    font-size: 14px;
    color: #991501;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #991501;
    border-radius: 0px;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.inner_faqbox {
    border: 2px solid #000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.inner_faqbox .inner_text_hd {
    background: #991501;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.inner_faqbox .inner_text_para {
    font-size: 16px;
    padding-top: 10px;
}
.inner_page_list ul li {
    background: url(../images/check_list.png) no-repeat left 3px;
    font-size: 16px;
    color: #111;
    padding: 0px 0 8px 25px;
    line-height: 25px;
    font-weight: 600;
    list-style: none;
    background-size: 20px;
    text-transform: capitalize;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_faqbox .inner_text_para strong {
    color: #991501;
}

.search-results .entry-header{
	margin: 0 !important;
}

.search-results .site-content {
    margin-right: 0;
}
.search-results .hentry {
    margin: 0 !important;
	max-width: 100%;
}

/*-- responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_btm{
    display: none;
}
.header_logo img {
    width: 80px;
}
.header_navber {
    padding: 5px 0;
}
.banner_info {
    margin-top: 140px;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    object-position: left;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 260px !important;
}
.banner_leftquoute {
    width: 100%;
    position: initial;
}
.banner_disc {
    position: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.support_icon {
    width: 80px;
    height: 80px;
}
.support_icon img {
    width: 45px;
}
.support_texthd {
    font-size: 15px;
}
.support_box {
    width: 50%;
    flex: 0 0 50%;
}
.banner_quotetext {
    font-size: 30px;
    line-height: 34px;
}
.support_bdrt1, .support_bdrt3 {
    margin-right: 0;
}
.banner_quotetextpara {
    font-size: 18px;
    line-height: 25px;
}
.support_box::before {
    display: none;
}
.about_info {
    margin-top: 0;
    padding: 40px 0;
}
.main_toptexthd {
    font-size: 20px;
    line-height: 35px;
	padding: 15px 90px;
}
.main_text_hd {
    font-size: 25px;
    line-height: 30px;
}
.about_lefttextbox {
    padding: 35px 0 30px 0px;
}
.services_text {
    font-size: 24px;
    line-height: 28px;
}
.footer_bg {
    padding: 40px 0 0px;
}
.footer_logo img {
    width: 120px;
}
.footer_textpara {
    padding: 0 0 15px 0;
}
.footer_head2 {
    padding-left: 0;
}
.footer_head {
    margin-bottom: 40px;
}
.footer_social {
    margin-left: 0;
}
.page .entry-header, .blog_page_header {
    padding: 70px 0 50px !important;
    margin: 108px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_servetext {
    margin-top: 30px;
}
.inner_text_para {
    font-size: 16px;
}
.serve_text_hd {
    font-size: 26px;
    line-height: 35px;
}
.inner_faqbox .inner_text_hd {
    font-size: 18px;
    line-height: 25px;
}
.inner_faqbox .inner_text_para {
    font-size: 15px;
}
.left-sec-contact-information {
    margin-bottom: 35px;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 30px;
}
.ft_rtbd {
    border-right: none;
}
.footer_hd_text {
    font-size: 20px;
    margin-bottom: 15px;
}
.inner_choosetopbg {
    background: none;
}
.choose_boxinner {
    padding: 170px 0px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 410px !important;
}
.support_box {
    width: 33%;
    flex: 0 0 33%;
}
.banner_leftquoute {
    width: 70%;
    margin: 25px auto;
}
.choose_boxinner {
    padding: 55px 0px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 410px !important;
}
.support_box {
    width: 33%;
    flex: 0 0 33%;
}
.banner_leftquoute {
    width: 70%;
    margin: 25px auto;
}
.choose_boxinner {
    padding: 55px 0px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.banner_disc {
    right: 18%;
}
}

@media screen and (min-width: 2048px) {
.banner_leftquoute {
    left: 22%;
    width: 30%;
}
.banner_disc {
	top: 10%;
    right: 18%;
}
}

@media screen and (min-width: 2550px) {
.banner_leftquoute {
    top: 23%;
    left: 30%;
    width: 30%;
}
.banner_disc {
    top: 10%;
    right: 20%;
}
}