
body {
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Lato', sans-serif;
	font-weight: 16px;
	color:#222;
}

p{
	font-family: 'Lato', sans-serif;
	font-weight: 14px;
	color:#333;
	line-height: 24px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: 'Lato', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	color: #000;
}

/*============================= header part ================= */
.back-to-top {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px;
    bottom: 2em;
    color: #ffffff;
    display: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 25px 0 0;
    padding: 0px 10px 4px 10px;
    position: fixed;
    right: 0;
    text-decoration: none;
    transition: all 250ms linear 0s;
}

.back-to-top:hover {
    background-color: #333;
    color: #fff !important;
}
 	
.container.top-part {
	background-color: rgba(255, 255, 255, 0.651);	
	padding: 6px 0px 15px;
}

.container {
    width:1180px;
}
.call-top{
	margin:0px;
	padding:0px;
}
.call-top li{
  font-size: 18px; 
 list-style: none;
  line-height: 21px;
  display: block;
  color:#000;
  font-weight: 800;
  font-family: 'Lato'
}

.call-top li a{
	color:#000;
	font-weight: normal;
}

.call-top:before{
	position: absolute;
	display: block;
	content: "";
	width: 21px;
	height: 37px;
	left: -15px;
	background-image: url('images/phone-icon.png');
	top:5px;
}

.col-sm-6.top-right {
	padding-top: 10px;
	padding-left: 22%;
}

.fa-facebook{
	color:#3b5998;
}
.fa-twitter{
	color:#00acee;
}

.fa-instagram{
	color:#d53535;
}

.top-social-edit{
	margin:0px;
	padding:0px;
	float: right;
}

.top-social-edit li{
	display: inline-block;
	list-style: none;
	padding: 15px 10px 0;
}

.top-social-edit li a{
	font-size: 16px;
}


.Rectangle_5_copy {
  background-color: rgb(223, 31, 30);
  position: absolute;
  left: 671px;
  top: 660px;
  width: 14px;
  height: 10px;
  z-index: 152;
}
.carousel-indicators li {	
	width: 14px;	
	background-color:#fff !important;
	border:0px !important;	
}

.carousel-indicators .active {
	width: 14px;
	height: 10px;
	background-color:#d71826 !important;
}






.container.menu-edit .row{
	margin-left:-15px;
	margin-right: -15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;	
	font-size: 16px;
	text-transform: uppercase;
}


.navbar-inverse {
    background-color: rgba(223, 31, 30, 0.58);
    border-color: rgba(223, 31, 30, 0.47843137254901963);
}
	
.navbar-inverse .navbar-collapse{
	background-color:transparent !important;
	border-color: transparent !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #f30000;
    background-color: rgb(255, 254, 254);
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #e23d3d;
   background-color: rgb(255, 254, 254);
}

.navbar.navbar-inverse.navbar-static-top .container {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-nav > li {
	float: none;
	border-right: 1px solid #df1f1e;
	display: inline-block;
}

.navbar-nav > li:first-child {
    border-left: none;
}

.navbar-nav {
	float: none;
	margin: 0 auto;	
	text-align:center;
}

.navbar-wrapper .navbar {
	border-radius: 0px;
}

.nav.navbar-nav {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}








/********************* SLIDER CSS STARTS HERE **************/

.banner-1 {
	position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
}
.banner-2{
display: table;
    height: 100%;
    width: 100%;
}
.banner-3 .container {
    padding: 0px;
}
.banner-3{
	display: table-cell;
    vertical-align: middle;
}
.carousel-control.left {	
	background-image: none;
}

.carousel-caption {
    position: inherit;
}
.carousel-caption p {
   
 
    display: table;
    
}

.carousel-inner img {
    width: 100%;
}
.carousel-caption h1{
	font-size: 50px;
	color: #df1f1e;
	text-shadow: 0px 0px 4.9px rgba(8, 8, 8, 0.48);
	margin-bottom: 50px;
	text-transform: uppercase;
	display: table;
font-weight: bolder;
}



	.carousel-caption .btn-primary{
	color: #fff;
background-color:#df1f1e;
border-color:#df1f1e;
padding: 10px 58px;
font-size: 22px;
line-height: 1.3333333;
border-radius: 4px;
}


.carousel-caption .btn-primary:hover {
    background-color: #000000;
    border-color: #000;
}


/* ============================ About Section =============== */
.about-section{
	width: 100%;
	display: block;
	float: left;
	width: 100%;
	padding-top:70px;
	padding-bottom: 70px;
}

.about-section img {
	float: left;
	margin-right:33px;
}
.about-section a:hover {
    color: #df1f1e;
}
.our-blog-text a:hover {
    color: #df1f1e;
}

.about-section h2{
	font-size: 40px;	
	text-align: center;
	position: relative;
	margin-top: 0px;
}
.about-section h2::after {
    width: 110px;
    height: 3px;
    background: #000;
    content: "";
    position: absolute;
    bottom: -8px;
    right: 18%;
}
/*.about-section h2:after{
	width: 115px;
	height: 2px;
	background-color: #000;
	margin:auto;
	bottom: -10px;
	position: absolute;
	content: '';
	left: 100%;
	margin-left: -60px;
}
*/
.about-section p {
    font-weight:normal;
    font-size: 14px;
    line-height: 23px;
}
.about-section h4 {
    font-size: 20px;
    text-align: center;
    color: #333;
    margin: 0px;
    padding: 10px 0 20px 0px;
}

.about-section a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    margin-top: 23px;
    display: block;
}

.about-section a:hover{
	text-decoration: underline;
}

/*================================= inner banner ========================= */


/*================================= What will do ========================== */
.effect-ming {
    position: relative;
    margin-bottom: 27px;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    bottom: 0;
    left:0px;
    right: 0px;
    background-color: rgba(197, 56, 56, 0.73);
    overflow: hidden;
    width:100%;
    height:100%;
    -webkit-transform: scale(0);
    transition: .3s ease;
    top:0px;
}
.text {
    color:#ffffff;
    font-size: 22px;
    position: absolute;
    top: 51%;
    left: 0px;
    transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    text-align: center;
    font-weight: 500;
    padding-bottom: 7px;
}
.effect-ming:hover .overlay {
    transform: scale(1);
}

.section.what-we-do-backgound {
    background-image: url(images/what-will-for-img-ba.jpg);
    background-repeat: repeat-y;
    padding: 0px 0 60px 0px;
	 clear: both;
    overflow: hidden;
    background-size: contain;
}

.what-heading h3 {
    font-size: 40px;
    text-align: left;
    position: relative;
    margin: 0px 0 30px 0px;
    padding: 34px 0 7px 0px;
    color: #df1f1e;
}
.what-heading h3::after {
    width: 153px;
    height: 3px;
    background: #df1f1e;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 3%;
}
/*================================= What will do end ========================== */


/*================================= Our Portfolio========================== */



.gallery-item {
    margin: 0 0 10px 0px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
    min-width: 100%;
}
.gallery-item a {
    display: block;
}
.gallery-item img {
    width: 100%;
    max-width: 100%;
}
.gallery-wpr {
    -webkit-column-count: 5;
    clear: both;
    -moz-column-count: 5;
    column-count: 5;
   
}


.our-protfoli {
    padding-bottom: 60px;
}
.what-heading.protifl h3 {
    color: #000;
    margin-top: 28px;
    margin-bottom: 36px;
}
.what-heading.protifl h3::after {
   
    background: #000;
}
/*================================= Our Portfolio end ========================== */


/*================================= Our Blogs========================== */

.our_blogs-back {
    background-image: url(images/our-blog-back.jpg);
    background-repeat:no-repeat;
    padding: 0px 0 54px 0px;
	 clear: both;
	     background-size: cover;
    overflow: hidden;
}
.what-heading.our-blog h3 {
    color: #ffffff;
}
.what-heading.our-blog h3::after {
    background: #ffffff;
}
.box-grups {
    overflow: hidden;
    background: #fff;
    padding: 6px 6px 22px 6px;
    margin: 0 0 0 0px;
}
.blog-box-img img {
    width: 100%;
}
.blog-box-img p {
    background: #00ff00;
    position: absolute;
    bottom: 0px;
}
.blog-box-img {
    position: relative;
}
.blog-box-img p {
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    margin: 0px;	
    padding: 5px 5px;
}	
.blog-box-img p::after {
    width: 0;
    height: 0;
    border-bottom: 50px solid white;
    border-right: 37px solid transparent;
    position: absolute;
    content: "";
    right: -36px;
    top: -1px;
}
	  
	  
.our-blog-text h3 {
    font-size: 17px;
    margin: 0px;
    padding: 13px 0 13px 0px;
    color: #df1f1e;
    line-height: 20px;
    font-weight: 600;
}
.our-blog-text p {
    font-size: 14px;
    margin: 0px;
    padding: 0px 0 25px 0px;
    color: #414141;

    line-height: 22px;
    font-weight: 600;
}
.our-blog-text {
    padding: 0 8px;
}
.our-blog-text a {
    float: right;
    font-size: 16px;
    color: #424242;
	margin: 0 23px 0 0px;
    font-weight: 700;
    text-decoration: underline;
}
/*================================= Our Blogs end ========================== */

/*================================= footer ========================== */
.footer-backgound-color {
    background: #e9302f;
	    padding-bottom: 20px;
}
.quick ul li::after {
    content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.quick ul li {
	position:relative;
}
.footer-backgound-color h3 {
    font-size: 25px;
    margin: 0px 0 18px 0px;
    padding: 62px 0 13px 0px;
    color: #ffffff;
    line-height: 20px;
    position: relative;
    font-weight: 500;
}
.footer-backgound-color h3::after {
    width: 77px;
    height: 3px;
    background: #ffffff;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 14%;
}
.footer-backgound-color p {
    font-size: 16px;
	margin:0px;
	padding:0px 0 0 0px;
    color: #fff;
    text-transform: uppercase;
}

.footer-backgound-color i.fa.fa-phone {
    background: #fff;
    padding: 2px 3px;
    border-radius: 2px;
    color: #e93030;
    font-size: 11px;
}

.footer-about h3 {
    font-size: 25px;
    margin: 0px 0px 18px 0px;
    padding-bottom:17px;
    color: #ffffff;
    line-height: 20px;
    position: relative;
    font-weight: 500;
}	
.footer-about h3::after {
    width: 59px;
    height: 3px;
    background: #ffffff;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 5%;
}

ul.footer-contact li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    padding: 0 0 9px 0px;
    display: block;
}

ul.quick li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    padding: 0 0 3px 14px;
    display: block;
    position: relative;
    font-weight: 300;
}
ul.footer-contact {
    margin: 11px 0 0 0px;
}
ul.quick li a:after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 9px;
    left: 0px;
}
.socila {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    padding: 0 0 6px 0px;
    display: block;
}
	
.right-boder:after {
    position: absolute;
    top: 14%;
    right: 2px;
    width: 1px;
    content: "";
    background: #e60201;
    height:96%;
}
.right-boder{position:relative;}

ul.quick li a:hover{text-decoration:none;}

.footer-width-3:after {
    position: absolute;
    top: 14%;
    right: 2px;
    width: 1px;
    content: "";
    background: #e60201;
    height: 81%;
}
.footer-width-3{position:relative;}


.right-boder.boxqucik{position:relative;}

.right-boder.qucik:after {
    position: absolute;
    top: 14%;
    right: 2px;
    width: 1px;
    content: "";
    background: #e60201;
    height: 81%;
}
ul.socila li a {
    color: #ffff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.socila i.fa.fa-facebook-f {
    margin: 0px;
	color:#3b5998;
    padding: 0px 10px 0 0px;
}
.socila i.fa.fa-twitter {
    margin: 0 4px 0 0;
}

.socila i.fa.fa-instagram {
    color: #f05785;
	 margin: 0 7px 0 0;
}

.copy-right p {
    text-align: center;
    margin: 0px;
    padding: 6px 0px;
	color:#ea3232;
    font-size: 14px;
}

.hiding h1 {
    text-align: center;
    color: #000000;
    padding: 42px 0 28px 0px;
    font-size: 45px;
    margin: 0px;
    font-weight: 600;
    text-transform: capitalize;
}
.banner-img.about-us img {
    width: 100%;
}
.left-img-about {
    float: left;
    margin: 0 15px 0 0px;
}
.left-text-about {
    margin: 0 0 40px 0px;
}
.cont-add ul li {
    margin: 0px;
    padding: 0px 0px 5px;
    list-style: none;
    font-size: 17px;
    line-height: 31px;
}
.contact-page h6 {
    font-size: 23px;
    color: #e23d3d;
	font-weight:600;
    padding-top: 28px;
}
button.contact-page25 {
    background: #e23d3d;
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    float: left;
    border: none;
    margin-bottom: 30px;
}
.cont-add ul li {
    color: #525151;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0 0 10px;
    
}
.cont-add ul li a {
    color: #525151;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0 0 10px;
    
}
i.fa.fa-map-marker.footer {
    margin: 0 14px 0 0px;
}
ul.quick li a:hover {
    text-decoration: none;
    color: #000;
}
ul.footer-contact li a:hover {
    text-decoration: none;
    color: #000;
}
ul.socila li a:hover {
    color: #000;
}
.footer-backgound-color i.fa.fa-phone:hover {
    color: #000;
}


.what-we-box {
    width: 372px;
    float: left;
    margin-right: 30px;
}
.what-we-box:nth-child(4) {
      margin-right: 0px;
}
.blog-1 {
    width: 347px;
    float: left;
    margin-right: 68px;
	margin-top: 13px;	
}
.blog-1:nth-child(4) {
      margin-right: 0px;
}
.right-boder {
    width: 410Px;
    float: left;
	padding:0 0 0 7px;
}
.footer-width-2 {
    width: 242px;
    float: left;
    margin: 0px;
    padding: 0 0 0 58px;
}
.footer-width-3 {
    width: 325px;
    float: left;
    margin: 0px;
    padding: 0px 0 0 53px;
    
}
.footer-width-2{position:relative;}

.footer-width-2:after {
    position: absolute;
    top: 14%;
    right: 2px;
    width: 1px;
    content: "";
    background: #e60201;
    height: 81%;
}
.footer-width-3{position:relative;}

.footer-width-3:after {
    position: absolute;
    top: 14%;
    right: 2px;
    width: 1px;
    content: "";
    background: #e60201;
    height: 81%;
}
.Footer-width-4{position:relative;}

.Footer-width-4:after {
    position: absolute;
    top: 14%;
    right: 2px;
    width: 1px;
    content: "";
    background: #e60201;
    height: 81%;
}
.Footer-width-4 {
    position: relative;
    float: left;
    width: 196px;
    margin: 0 -130px 0 50px;
}


/*================================= footer  end========================== */

@media (min-width: 1600px) and (max-width: 1920px){
.carousel-caption {    
    left:20.5%;
}
}

@media (min-width: 1400px) and (max-width: 1599px){
.carousel-caption {    
    left: 8.5%;
}
}





@media screen and ( device-width: 1024px ) {
	
	.text {
    transform: translate(5%, -55%);
    -ms-transform: translate(5%, -55%);
}
.col-sm-6.top-right {
    padding-left: 12%;
}
.nav>li>a {
    padding: 10px 5px;
}
.gallery-wpr {
    -webkit-columns: 5 185px;
    columns: 5 185px;
    -webkit-column-gap: 5rem;
    column-gap: 1rem;
    display: inline-block;
}
.what-we-box {
    width: 32.2%;
    margin-right: 16px;
}
.blog-1 {
    width: 32%;
    float: left;
    margin-right: 18px;
}
.container {
    width: 970px;
}
.about-section h2::after {
    right: 11%;
}
.right-boder {
    width: 23%;
 
}
.carousel-caption {
    left: 2.5%;

}
.text {
    font-size: 16px;
    margin: 37px auto 0px !important;
    color: #000;
    display: inline-block;
}
.effect-ming .overlay {
    transform: scale(1);
}
.overlay {
    position: static;
    overflow: inherit;
}
}

@media (min-width: 768px) and (max-width:991px) {
	.col-sm-6.top-right {
    padding-top: 10px;
    padding-left: 3%;
}
.carousel-caption .btn-primary {
    padding: 10px 23px;
    font-size: 18px;
}
.carousel-caption h1 {
    font-size: 40px;
    margin-bottom: 11px;
}

.container {
    width: 750px;
}
.blog-1 {
    width: 31.7%;
    float: left;
    margin-right: 18px;
}
.what-we-box {
    width: 31.8%;
    margin-right: 16px;
}
	.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;

}
.nav>li>a {
    padding: 10px 4px;
}
.about-section img {
    float: none;
    margin-right: 0px;
	width:100%;
}
.about-section h2 {
    margin-top: 13px;
}
.text {
    font-size: 16px;
    top: 43%;

    transform: translate(0, 0);
    text-align: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
.about-section h2::after {
    bottom: -8px;
    right: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
	.gallery-wpr {	
    columns: 5 123px;
}
.our-blog-text h3 {
    font-size: 10px;
    margin: 0px;
    padding: 9px 0 9px 0px;
    line-height: 16px;
}
.our-blog-text p {
    font-size: 14px;
    margin: 0px;
    padding: 0px 0 16px 0px;
}
.footer-backgound-color h3 {
    font-size: 18px;
    margin: 0px 0 18px 0px;
}
.footer-about h3 {
    font-size:18px;
    margin: 0px 0px 18px 0px;
}
.right-boder.qucik:after {
    top: 14%;
    right: -16px;
    width: 1px;
}
.right-boder:after {
    top: 14%;
    height: 79%;
}
.right-boder {
    width: 30%;
}

.footer-width-2 {
    width: 19%;
    padding: 0 0 0 13px;
}
.footer-width-3 {
    width: 19%;
    padding: 0px 0 0 15px;
}
ul.quick li a {
    color: #fff;
font-size: 12px;
}
.footer-backgound-color p {
font-size: 12px;}

ul.footer-contact li a {
    color: #fff;
    font-size: 12px;
}
ul.socila li a {
    font-size: 12px;
}
.effect-ming.overlay {
    transform: scale(1);
}
.carousel-caption {
    left: 1%;
}
.effect-ming .overlay {
    transform: scale(1);
}
.text {
    font-size: 16px;
    margin: 17px auto 0px;
    color: #000;
}
.overlay {
       position: static;
    overflow: inherit;
  
}
}

@media (max-width: 767px) {
	
	.top-social-edit {
    float: none;
}
.effect-ming .overlay {
    transform: scale(1);
    margin-top: 17px;
}
.text {
    font-size: 16px;
    margin: 17px auto 0px;
    color: #000;
}
.overlay {
       position: static;
    overflow: inherit;
  
}

.container {
    width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: 5px;
    margin-left: 5px;
}
.what-we-box {
    width: 100%;
    float: none;
    margin-right: 30px;
	    margin-bottom: 60px;
}
.blog-1 {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-top: 13px;
}
.right-boder {
    width: 100%;
    float: none;
    padding: 0 0 0 7px;
}
.footer-width-2 {
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0px;
}
.Footer-width-4 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.footer-width-3 {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
.container.top-part {
    margin-top: 68px;
}
.logo-box img {
    width: 100%;
}
.col-sm-6.top-right {
    padding-top: 10px;
    padding-left: 0;
    margin-top: 12px;
    text-align: center;
    padding-right: 0px;
}
.text {
    font-size: 16px;
    top: 50%;

    transform: translate(0, 0);
    text-align: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}
.right-boder:after {
	display:none;
}
.footer-width-2:after {
    display:none;
}
.footer-width-3:after {
    display:none;
}
.Footer-width-4:after {
    display:none;
}

.navbar-wrapper > .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.navbar-nav > li {
    border-right: 1px solid #df1f1e;
    display: block;
}
.carousel-caption h1 {
    font-size: 20px;
    margin-top: 25%;
    margin-bottom: 14px;
}
.carousel-inner > .item > img {
    min-width: 100%;
    height: auto;
}
.carousel-caption .btn-primary {
    padding: 7px 16px;
    font-size: 12px;
}
.about-section h2 {
    font-size: 20px;
}
.about-section h2::after {
    width: 60px;
    height: 3px;
    background: #000;
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0px;
    margin: 0 auto;
}
.about-section img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
}
.about-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.what-heading h3 {
    font-size: 25px;
	text-align:center;
    margin: 0px 0 30px 0px;
}
.what-heading h3::after {
    width: 108px;
    height: 3px;
    background: #df1f1e;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.our-blog-text h3 {
    font-size: 14px;
}
	.footer-about h3 {
    font-size: 20px;
    margin: 0px 0px 18px 0px;
    padding: 27px 0 13px 0px;
}
.footer-about h3::after {
    width: 75px;
    height: 3px;
    left: 3%;
}
.footer-backgound-color h3 {
    font-size: 20px;
    margin: 0px 0px 18px 0px;
    padding: 27px 0 13px 0px;
}
.footer-backgound-color h3::after {
    left: 2%;
}
.our_blogs-back {
    padding: 0px 0 0 0px;
}
.box-grups {
    margin: 0 0 21px 0px;
}
.our_blogs-back {
    background-size: cover;
}
.banner-img.about-us img {
    width: 100%;
    background-size: contain;
    height: 310px;
    vertical-align: bottom;
    object-fit: cover;
}
.cont-add {
    margin: 0 0 40px 0px;
}
.left-img-about {
    float: none;
    margin: 0px;
}
.left-text-about {
    margin: 0px;
}
.grup {
    padding: 0 15px;
}
.left-img-about {
    margin: 0 0 30px 0px;
}
.left-text-about p {
    text-align: justify;
}
.navbar-wrapper {
    position: static !important;

}
.carousel-caption {
    bottom: initial;
    top: -28%;
    left: 6.5%;
    right: 0px;
    text-align: left;
}

.navbar-inverse {
    background-color: rgb(223, 31, 30);
    border-color: rgb(223, 31, 30);
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0px;
}
.navbar {
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
.call-top:before {
	display:none;
}

}






















