img{
    width: 100%;
 }
 body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    text-align: center;
}
.container{
    max-width: 1230px !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
}
p, a, span{
    font-family: "Roboto", sans-serif;
    color: #212121;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c90c13;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }
/* navbar starts */
.navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
 
} 
.f-nav .navbar {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    margin-top: 0px;
    background:#fff;
    transition: .3s ease;
}
.f-nav .navbar .navbar-brand img{
    height:80px;
    width:80px;

}
.navbarbrand-fixed-top  {
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-left: auto;
}
.navbar-nav{
    margin-left:auto;
}
.navbar-nav a{
    color: #000;
    padding: 10px 25px !important;
}
.navbar-nav a:hover{
    color:#c90c13 ;
    text-decoration: none;
}

/* navbar ends */


/* banner starts */

.banner-img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.banner-wrapper{
    position: relative;
} 
.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 35%;
}
.banner-caption h1 {
    font-weight: 700;
    color: #000;
    font-size: 45px;
    width: 55%;
    text-transform: uppercase;
}
.banner-caption h1 span{
    color: #c90c13;
}
.banner-caption p {
    width: 55%;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.banner-caption a {
    background: #c90c13;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
}
.banner-caption a:hover{
    text-decoration: none;
    margin-left: 10px;
    transition: .3s ease;
}
/*Vertical Flip*/
.verticalFlip{
	display: inline;
	text-indent: 8px;
}
.verticalFlip span{
	animation: vertical 12.5s linear infinite 0s;
	-ms-animation: vertical 12.5s linear infinite 0s;
	-webkit-animation: vertical 12.5s linear infinite 0s;
	color: #7fcf3c;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.verticalFlip span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateX(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateX(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

/* banner ends */

/* team starts */

.team-wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
}
.team-wrapper h2{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
}
.team-sub {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 30px;
    line-height: 40px;
}
.right-line:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 5%;
    border-top: 4px solid #c90c13;
    margin-left: 10px;
}
.left-line:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 5%;
    border-top: 4px solid #c90c13;
    margin-right: 10px;
}
.team-item {
    box-shadow: 0 0 9px 0 #a9a9a94a;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 20px;
}
.single-box {
    width: 25%;
    margin: 0 auto 30px;
}
.team-row{
    padding-bottom:30px;
    padding-top:30px;
    width:90%;
    margin:auto;
}
.team-wrapper .col-lg-3{
    margin-bottom: 20px;
}
.team-item:hover{
    box-shadow: 0 0 19px 0 #a9a9a94a;
}
.team-img img {
    width: 165px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.team-deatil p{
    color: #c90c13;
    margin-bottom: 0;
    text-align: center;
}
.team-deatil h5{
    color: #1e1e1e;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 25px;
}
/* team ends */

/* about starts */

.abt-content h2{
    text-align: left;
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 15px;
}
.abt-content h2 span{
    color: #c90c13;
}
.abt-content p{
    text-align: left;
}
.abt-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.abt-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* about ends */

/* footer starts */
.footer-wrapper img {
    width: 140px;
    height: 135px;
    object-fit: cover;
    margin-bottom: 20px;
}
.footer-wrapper {
    padding-top: 50px;
    box-shadow: 0px -11px 41px 0 #4c4c4c2b;
    margin-top: 64px;
}
.copyright {
    padding-top: 35px;
}
.social i {
    color: #c90c13;
    margin: 10px;
    font-size: 20px;
}
.foot-left{
    text-align: left;
}
.foot-right{
    text-align: right;
}
.copyright {
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #0000002e;
    margin-top: 20px;
}
.copyright a:hover{
    color: #c90c13;
    text-decoration: none;
}

@media only screen and (max-width:767px){
    .banner-caption h1{
    font-size: 25px;
    width: 100%;
}
.carousel-caption{
    top:25%;
}
.banner-caption p{
    width: 100%;
}
.navbar-collapse {
    background: rgb(255 238 238);
    border-radius: 20px;
}
.team-sub {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
}
 
.abt-content h2{
    font-size: 25px;
    padding-top: 20px;
}
.team-img img{
    width: 100%;
    height: 200px;
}
.single-box .team-img img{
    height:auto !important;
}
.team-deatil h5 {
    margin-top: 15px;
    font-size: 18px;
}
.team-deatil p{
    font-size: 15px;
}
.team-wrapper .col-lg-3,
.team-wrapper .col-lg-4{
    margin-bottom: 20px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.single-box {
    width: 80%;
    margin: 0 auto 25px;
}
.team-row {
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;

} 
.foot-right,
.foot-left{
    text-align: center;
}
}

@media only screen and (min-width:768px) and (max-width:1200px){
    .banner-caption h1{
    font-size: 30px;
    width: 100%;
}
.carousel-caption{
    top:38%;
}
.banner-caption p{
    width: 100%;
}
.team-sub{
    width: 100%;
}
.abt-content h2{
    font-size: 30px;
    padding-top: 20px;
}
.abt-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.team-img img{
    width: 100%;
    height: 200px;
}
.team-deatil h5 {
    margin-top: 15px;
    font-size: 18px;
}
.team-deatil p{
    font-size: 15px;
}
.team-wrapper .col-lg-3 {
    margin-bottom: 20px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.foot-right,
.foot-left{
    text-align: center;
}
}