
body {
  padding-top: 0px;
  font-family: "Montserrat", Sans-serif !important;
  overflow-x: hidden;
}

a {
    color: #fff;
}



.first-sec {
	
	
	/* background-image:url(../img/top-bg.png); */
/*	background: linear-gradient(to left, #ffffff 15%, #021A9D15%); */
	background: linear-gradient(to left, #ffffff 0%, #021a9d 0%);
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
}


.ph p {

    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
	padding-top: 5px;

}

.ph p>a:hover {

    color:#fff;

}
.ph .fas {

    margin-right: 8px;
    color: #fff;

}
.social p>a:hover {

       color: #fff;

}
.light {
	font-weight:normal;
	padding-right:5px;
}

.social {

    text-align: right;

}

.social p {

    margin: 0px;
    font-size: 18px;

}
.social p a {
	color: #fff;
}
.social .fab {

    border-right: 1px solid #ccc;
    padding: 8px 13px 14px 8px;

}
.social img {
	margin-left:-5px;
}



.second-sec {

    padding-bottom: 1.5em;
    padding-top: 1em;
	    /* background-image: url('../img/header-img.png'); */
}

}
.second-sec img {

    padding-top: 0em;

}
.right-side-content {

    text-align: right;
	/* padding-right:1em; */
	margin: 13px;

}
.right-side-content p {

    text-transform: capitalize;
    font-size: 16px;
    color: red;

}
.right-side-content .down-cata {

    padding: 10px 30px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0px;
    color: #fff;
    background-color: #222;
    border: none;
    text-transform: capitalize;

}
.right-side-content .down-cata:hover {
	background-color:#0CBB56;
}

















.fixed-top {

    position: inherit;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	
    padding: 0 1px 0px 10px;
	/* background-image:url(../img/nav-bg.png); */
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;

}

.navbar-expand-lg .navbar-collapse {

    /* background-color: #ED1C24; */

}
.navbar-expand-lg .navbar-nav {
    
    /* background-color: #ED1C24; */
	/* background-image: url(../img/nav-bg.png); */
}

.nav-item {
	padding: 6px 5px;
    position: relative;
    border-left: 1px solid #ed1c24;
}
.nav-item:hover {
	/* background-color:#ED1C24; */
}
.nav-item:hover a{
	color:#000 !important;
}



.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 11px;
    padding-left: 16px;
    color: #000;

}


.active a {
	font-weight:bold!important;}


@media only screen and (max-width: 600px) {
.footer h4 {
    padding-bottom: 0px;
    padding-top: 15px;

}

.fixed-top {

}
.nav-item {

    border-left: none;

}

}


.justify {

    text-align: justify;
	line-height: 30px;

}

.call-us {

    background-color: #000;
    padding-bottom: 1.5em;
    padding-top: 1.5em;

}
.call-us p {

    text-align: center;
    color: #0CBB56;
    font-size: 20px;
    margin: 0px;
	text-transform:capitalize;
	font-family:Montserrat,sans-serif;

}
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 210px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 265px;
  height: 210px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  /* background-color: #0cbb56; */
  background-color: #ED1C24cc;
  color: #fff;
  transform: rotateY(180deg);
  
}




.pro-con {
	padding-bottom:1em;
	padding-top:1.5em;
	background-image: url("../img/wbg.jpg"); 
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	
	
	
}

.pro-con h5 {

    text-align: center;
    color: #ED1C24;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 5px;
    padding-top: 6px;

}



.pro-con-p {
	padding-bottom:1em;
	padding-top:1.5em;
	/* background-image: url("../img/wbg.jpg"); */
	/* background-position: center right; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	
	
	
}

.pro-con-p h5 {

    text-align: center;
    color: #ED1C24;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 5px;
    padding-top: 6px;

}

.pro-con-p h2 {

    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
	padding-top:20px;
    color: #ED1C24;
	font-family:"Montserrat", Sans-serif;

}
.pro-con-p h2::after {

    content: '';
    width: 55px;
    height: 2px;
    background: #ED1C24;
    display: block;
    margin-top: 12px;

}



/*.pro-con-p img{
	width: 250px;
	height: 250px;
	border: 1px solid #a4a4a4;
	margin: 10px 10px 10px 10px;

}*/


.pro-con-p a{
	color:#000;
}

.flip-card-back p {
	top:40%;
	left:30%;
	font-size:18px;
	text-transform:capitalize;
	position:absolute;
	color:#fff;
	}
.flip-card-back p a {
	color:#fff;
	
	text-decoration:none;
	}

.pro-con h2 {

    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 10px;
	padding-top:20px;
    color: #021A9D;
	font-family:"Montserrat", Sans-serif;

}
.pro-con h2::after {

    content: '';
    width: 55px;
    height: 2px;
    background: #ED1C24;
    display: block;
    margin-top: 12px;

}



.zoom, .small{
    overflow: hidden;
    padding: 0;

    float:left;
    margin-right:0px;
}
.zoom img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
	width:250px;
	height:auto;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.small img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.small img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.zoom h5{
    clear: both;
    margin-top: 13px;
}
.crosel-section h2 {

    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
	padding-bottom: 10px;
	color:#ED1C24;

}
.crosel-section h2::after {

    content: '';
    width: 55px;
    height: 3px;
    background: #ED1C24;
    display: block;
    margin-top: 13px;

}

.crosel-section {
	padding-bottom:2em;
	padding-top:2em;
	/* background-image: url("../img/wbg.jpg"); */
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}



.crosel-section .carousel-inner img {

    width: 100%;
    height: auto;
	border: 2px solid #ED1C24;

}



.crosel-section .carousel {

    position: relative;
    padding: 0;
    margin-top: 0px;

}

.industriesh5{
	color: #fff;
text-align: center;

}

.footer  {

    background-color: #000;
	padding-bottom:1.5em;
	padding-top:1.5em;

}

.footer h4 {

    color: #fff;
    text-transform: capitalize;
    line-height: 34px;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 5px;
	font-family: "Montserrat", Sans-serif;

}





h4::after {
    content: '';
    width: 55px;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 13px;
}
.footer .fas {

    margin-right: 7px;
    color: #fff;

}
.bottom-footer {

    background-color: #021A9D;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;

}
.bottom-footer p a { color:#fff;
text-decoration:none;}


.carousel-indicators {
    position: absolute;
    right: 0;
    top: 100px;
}

.carousel-indicators li {
	background-color:#ED1C24;
}








.testi .carousel-control-next, .carousel-control-prev {

    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #ED1C24;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    font-size: 28px;
	padding:15px;

}
.testi p {

    padding: 0px 30px 30px 30px;
    color: #fff;

}
.testi .testimonial {

    padding-bottom: 25px;
    padding-top: 25px;

}
.test-head {

    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
	text-align:left;

}
.test-head::after {

    content: '';
    width: 55px;
    height: 3px;
    background: #ED1C24;
    display: block;
    margin-top: 13px;

}
.testi .active {
	background-color:transparent;
	border-radius:0px;
}


.testi {
	background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/bg-testi.jpg");
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:2em;
}
.testi .rounded-circle {

    border-radius: 50% !important;
    border: 2px solid white;
    background: white;

}
.testi h3 {
    font-weight: 600;
    padding-bottom: 10px;
    color: #ED1C24;
	text-align:center;

}


.btn-primary{
    color: #fff;
    background-color: #021a9d !important;
    border-color: #fff;
    border-radius:25px;
}


.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

  .img-br>img{
        border: 1px solid #ececec;
        width: 250px;
        height: 250px;
}



