
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
  }
  
  h1,
  h2, 
  h3, 
  h4,
  h5, 
  h6 {
    color: #414141;
  }
  
  a {
    color: #313131;
    transition: .3s;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: #EF233C;
    outline: none;
    text-decoration: none;
  }
  
  .btn:focus,
  .form-control:focus {
    box-shadow: none;
  }
  
  .container-fluid {
    max-width: 1366px;
  }
  
  .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #EF233C;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #EF233C;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
  }
  
  .btn:hover {
    color: #EF233C;
    background: transparent;
    box-shadow: inset 0 0 0 0 #EF233C;
    border-color: #EF233C;
  }
  
  #loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
  }
  
  #loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
  }
  
  #loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #EF233C;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
  }
  
  .back-to-top i {
    color: #ffffff;
  }
  
  .back-to-top:hover i {
    color: #414141;
  }
  
  
  /**********************************/
  /*********** Nav Bar CSS **********/
  /**********************************/
 /**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: relative;
        width: 100%;
        padding: 30px 60px;
         background: #23395d !important;
        border-bottom: 1px dashed rgba(256, 256, 256, .2);
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: #ffffff;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: goldenrod;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #414141;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #ffff;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #EF233C;
    }
}

@media (max-width: 900.98px) {   
    .navbar {
        padding: 15px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: goldenrod;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width: 600px) {   
    .navbar {
        padding: 15px;
        background: #ffffff !important;
    }
    
    .navbar .navbar-brand {
        color: goldenrod;
        font-size: 15px;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}

  
.about{
  background-color: #ffffff;
  overflow: hidden;

}
.heading h1{
  color: #EF233C;
  font-size:40px;
  text-align: center;
  margin-top: 35px;
}
.container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin:65px auto ;
}

.about-content{
  flex: 1;
  width: 600px;
  margin: 0px 25px;
  animation:fadeInUp 2s ease;
}
.about-content h2{
  font-size: 28px;
  margin-bottom:20px;
  color:#333 ;
}
.about-content p{
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #666;
}
.about-content button{
  display: inline-block;
  background-color: #EF233C;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.about-content button:hover{
  background-color: #ff6347;
  transform: scale(1.1);
}
.about-image{
  flex: 1;
  width: 600px;
  margin: auto;
  animation: fadeInRight 2s ease;
}
img{
  width: 100%;
  height: auto;
  border-radius:10px ;
}

@media screen and (max-width:768px){
  .heading h1{
    font-size: 45px;
    margin-top:30px ;
  }
  .about{
    margin: 0;
  }
  .container{
    width: 100%;
    flex-direction: column;
    margin: 0px;
    padding: 0px 40px;
  }
  .about-content{
    width: 100%;
    margin: 35px 0px;
  }
  .about-content h2{
    font-size: 30px;
  }
  .about-content p{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-content button{
    font-size: 16px;
    padding: 8px 16px;
  }
  .about-image{
    width: 100%;

  }
}
@keyframes fadeInUp{
  0%{
    opacity: 0;
    transform: translateY(50px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInRight{
  0%{
    opacity: 0;
    transform: translateX(-50px);
  }
  100%{
    opacity: 1;
    transform: translateX(0px);
  }
}
.rollball{
  background-color: #ffffff;
  overflow: hidden;

}
.headings h1{
  color: #EF233C;
  font-size:40px;
  text-align: center;
  margin-top: 35px;
}
.containers{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin:65px auto ;
}

.roll-content{
  flex: 1;
  width: 600px;
  margin: 0px 25px;
  animation:fadeInUp 2s ease;
}
.roll-content h2{
  font-size: 28px;
  margin-bottom:20px;
  color:#333 ;
}
.roll-content p{
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #666;
}
.roll-content button{
  display: inline-block;
  background-color: #EF233C;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.roll-content button:hover{
  background-color: #ff6347;
  transform: scale(1.1);
}
.roll-image{
  flex: 1;
  width: 600px;
  margin: auto;
  animation: fadeInRight 2s ease;
}
img{
  width: 100%;
  height: auto;
  border-radius:10px ;
}

@media screen and (max-width:768px){
  .headings h1{
    font-size: 45px;
    margin-top:30px ;
  }
  .rollball{
    margin: 0;
  }
  .containers{
    width: 100%;
    flex-direction: column;
    margin: 0px;
    padding: 0px 40px;
  }
  .roll-content{
    width: 100%;
    margin: 35px 0px;
  }
  .roll-content h2{
    font-size: 30px;
  }
  .roll-content p{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .roll-content button{
    font-size: 16px;
    padding: 8px 16px;
  }
  .roll-image{
    width: 100%;

  }
}
@keyframes fadeInUp{
  0%{
    opacity: 0;
    transform: translateY(50px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInRight{
  0%{
    opacity: 0;
    transform: translateX(-50px);
  }
  100%{
    opacity: 1;
    transform: translateX(0px);
  }
}
.time {
  position: relative;
  padding: 45px 0 15px 0;
}

.time .timeline {
  position: relative;
  width: 100%;
}

.time .timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #EF233C;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.time .timeline .timeline-item {
  position: relative;
  background: inherit;
  width: 50%;
  margin-bottom: 30px;
}

.time .timeline .timeline-item.left {
  left: 0;
  padding-right: 30px;
}

.time .timeline .timeline-item.right {
  left: 50%;
  padding-left: 30px;
}

.time .timeline .timeline-item::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 48px;
  right: -8px;
  background: #ffffff;
  border: 2px solid #EF233C;
  border-radius: 16px;
  z-index: 1;
}

.time .timeline .timeline-item.right::after {
  left: -8px;
}

.time .timeline .timeline-item::before {
content: '';
position: absolute;
width: 0;
height: 0;
top: 46px;
right: 10px;
z-index: 1;
border: 10px solid;
border-color: transparent transparent transparent #dddddd;
}

.time .timeline .timeline-item.right::before {
left: 10px;
border-color: transparent #dddddd transparent transparent;
}

.time .timeline .timeline-date {
  position: absolute;
  width: 100%;
  top: 44px;
  font-size: 16px;
  font-weight: 600;
  color: #EF233C;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.time .timeline .timeline-item.left .timeline-date {
  text-align: left;
  left: calc(100% + 55px);
}

.time .timeline .timeline-item.right .timeline-date {
  text-align: right;
  right: calc(100% + 55px);
}

.time .timeline .timeline-text {
  padding: 30px;
  background: #ffffff;
  position: relative;
  border-right: 5px solid #dddddd;
  box-shadow: 0 0 60px rgba(0, 0, 0, .08);
}

.time .timeline .timeline-item.right .timeline-text {
  border-right: none;
  border-left: 5px solid #dddddd;
}

.time .timeline .timeline-text h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
}

.time .timeline .timeline-text h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.time .timeline .timeline-text p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .time .timeline::after {
      left: 8px;
  }

  .time .timeline .timeline-item {
      width: 100%;
      padding-left: 38px;
  }
  
  .time .timeline .timeline-item.left {
      padding-right: 0;
  }
  
  .time .timeline .timeline-item.right {
      left: 0%;
      padding-left: 38px;
  }

  .time .timeline .timeline-item.left::after, 
  .time .timeline .timeline-item.right::after {
      left: 0;
  }
  
  .time .timeline .timeline-item.left::before,
  .time .timeline .timeline-item.right::before {
      left: 18px;
      border-color: transparent #dddddd transparent transparent;
  }
  
  .time .timeline .timeline-item.left .timeline-date,
  .time .timeline .timeline-item.right .timeline-date {
      position: relative;
      top: 0;
      right: auto;
      left: 0;
      text-align: left;
      margin-bottom: 10px;
  }
  
  .time .timeline .timeline-item.left .timeline-text,
  .time .timeline .timeline-item.right .timeline-text {
      border-right: none;
      border-left: 5px solid #dddddd;
  }
}


  /*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #23395d;
    width: 100%;
}

.footer .container-fluid {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

@media (max-width: 575.98px) {
    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footer-menu p {
        font-size: 14px;
        line-height: 16px;
        padding: 0 5px;
    }
}