*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
:root{
  --navbar-header:;
  --theme-color:red;
  --text-them:red;
  --linear-gradient-theme:linear-gradient(90deg, rgb(255 0 27) 42%, rgb(255 255 255) 100%);
/*  --linear-gradient-theme:linear-gradient(to right, #1249a0 , #00ddf4);*/
--text-white:#fff;
}
.navbar-toggler-icon{
    background-image: none;
    border: none;
}
.section-header{
    background:var(--linear-gradient-theme);
}

body{
	background-color: #fff;
	color: #000;
}
a{
    text-decoration: none;
    color: #fff;
}
 a:hover{
    color:#fff;
}
.news a:hover{
    color:var(--text-them);
}
.head h2{
	color: var(--text-them);
	font-family: Nunito,sans-serif!important;
	font-weight: bold;
}
#section-header .navbar-nav a{
/*	color: var(--theme-color);*/
	color: #fff;
	font-size: 16px;
	margin: 0px 20px;
}
#section-header .navbar-nav a:after {
    display: block;
    content : '';
    border-bottom: solid 3px #fff;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
}
#section-header .navbar-nav a:hover:after {
    transform: scaleX(1);
}
.qr-btn{
	padding: 12px 24px;
	border:none;
    background:var(--linear-gradient-theme);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
/*section-2*/
.outer-box{
	border:2px solid var(--theme-color);
	padding: 15px;
}
.outer-box:after,.outer-box:before{
	position: absolute;
    content: "";
    display: block;    
    background-color: var(--theme-color);
}
.outer-box:after{
	width: 2px;
	height: 65%;
}
.outer-box:before{
    width:75%;
    height: 2px;
    transition: all 0.5s linear 0s;
}
.sub-inner-box img{
	filter: brightness(0.5);
}
.sub-inner-box{
	width:17%;
	height:45%;
	border:2px solid var(--theme-color);
	position: absolute;
	top: -10%;
	transition: all 0.5s linear 0s;
}
.sub-inner-box:before{
	position: absolute;
    content: "";
    display: block;
    right: auto; 
    width: 2px;
    height: 50%;
    background-color: var(--theme-color); 
}
.outer-box-left{
	padding-left:25%!important;	
}
.outer-box-left:after,.sub-inner-box-left:before, .outer-box-right:before{
	left: 0;
	bottom: 0;
}
.outer-box-left:before, .sub-inner-box-right:before{
	right: 0;
    top: 0;
}
.sub-inner-box-left{
	left: 24px;
}
.sub-inner-box-left:before, .sub-inner-box-right:before{	
    top: -2px;
}
.outer-box-right{
	padding-right:25%!important;	
}
.outer-box-right:after{
	right: 0px;
	bottom: 0;
}
.outer-box-right:before{
    top: 0;
}
.sub-inner-box-right{
	top: -10%;
	right: 24px;
}
.section-2 .col:hover .sub-inner-box{
 height: 100%;
 background:var(--theme-color);
 top: 0px;
}
.section-2 .col:hover .sub-inner-box img{
 filter: brightness(20);
}
.section-2 .col:hover .outer-box:before{
	width: 100%;
}
.section-2 .col:hover h4{
	color: var(--theme-color);
}
.about-us{
	width: 450px;
	height: 450px;
	margin: 0px auto;
}
.year-exp{
	background:var(--linear-gradient-theme);
    position: absolute;
    bottom: -2rem;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}

.main-timeline .timeline{
    width: calc(50% + 17px);
    padding: 0 30px 30px 0;
    float: left; 
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    height: 60px;
    width: 2px;
    border-left: 2px solid ;
    transform: rotate(-45deg);
    position: absolute;
    right: 30px;
    bottom: 0;
}
.main-timeline .timeline:after{
    background-color: #fff;
    height: 20px;
    width: 20px;
    border: 6px solid #BB0124;
    border-radius: 50%;
    right: 0;
}   
.main-timeline .timeline-content{
    color: #555;
    background:var(--linear-gradient-theme);
    text-align: center;
    min-height: 170px;
    padding: 30px 35px 35px;
    border-radius: 15px 15px 0 15px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:before{
    content: '';
    background-color: #fff;
    position: absolute;
    left: 17px;
    right: 17px;
    top: 17px;
    bottom: 17px;
    z-index: -1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #777;
    font-size: 35px;
}
.main-timeline .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 30px 30px;
    float: right;
}
.main-timeline .timeline:nth-child(even):before{
    transform: rotate(45deg);
    right: auto;
    left: 30px;
}
.main-timeline .timeline:nth-child(even):after{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content{
    background: linear-gradient(to top right,#225DB0,#62ACEA);
}
@media screen and (max-width:900px){
    
    .main-timeline .timeline{
        width: 100%;
        padding: 30px 0 0 30px;
        margin: 0 0 20px;
    }   
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        transform: rotate(-45deg);
        bottom: auto;
        top: 0;
        right: auto;
        left: 30px;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even):after{
        bottom: auto;
        top: 0;
        right: auto;
        left: 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        border-radius: 0 15px 15px 15px;
    }
    .logo-mobile{
        height: 25px;
    }
}
@media screen and (max-width:900px){
   .about-us{
    width: 300px;
    height: 300px;
    margin: 0px auto;
} 
.section-1 .navbar-nav a{
    color: #000;
    font-weight: 600;
}
.main-timeline .timeline:nth-child(even){
    padding-bottom: 0px;
}
.main-timeline .timeline{
    padding-top: 0px;
}
}
.qr-img{
   animation: slide 10s infinite;
}
@keyframes slide {
   0% {
      transform: translate3d(10px, 0px, 0px);
  }
  50% {
      transform: translate3d(150px, 0px, 0px);
  }
  100% {
      transform: translate3d(10px, 0px, 0px);
  }
}
@media screen and (max-width:900px){
   @keyframes slide {
       0% {
          transform: translate3d(10px, 0px, 0px);
      }
      50% {
          transform: translate3d(70px, 0px, 0px);
      }
      100% {
          transform: translate3d(10px, 0px, 0px);
      }
  }
}
.footer h5{
    position: relative;
    border-bottom: 2px solid #dfdada;
    padding-bottom:8px;
  }
  .footer h5:before{
   content: "";
   position: absolute;
   width: 20%;
   height: 3px;
   background-color: var(--theme-color);
   bottom: -2px;
   left: 0px;
   transition: all 0.5s cubic-bezier(.645,.045,.355,1);
 }
 .footer .col-sm-6:hover h5:before{
   width: 100%;  
 }
 .footer ul li{
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
}
.list-unstyled li:hover{
 color: var(--text-theme-color);
 transform: scale(1.05);
}
.footer .footer-icon{
  display: inline-block;
  color: #7f839c;
  font-size:22px;
  text-align: center;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height:32px;
  border: 1px solid #7f839c;
  border-radius: 50%;
  margin: 10px;
}
.footer-icon:hover{
  color: #fff;
  background:var(--theme-color);
  box-shadow: 0px 17px 66px 1px hwb(208deg 0% 0%);
  border: 1px solid var(--theme-color);
}
h3.prg-count::after {
    content: "+";
  display: inline-block;
}
.btn1-silo {
    padding: 12px 24px;
    border-radius: 5px;
    border:none;
/*    background:var(--linear-gradient-theme);*/
    color: #fff;
    font-weight: 600;
    font-size: 18px; 
    position: relative;;
    transition: all .6s;
}
.btn1-silo:after, .btn1-silo:before {
  content: " ";
  width: 30px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all .6s; 
}
.btn1-silo:after {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--text-white);
  border-left: 2px solid var(--text-white);
}
.btn1-silo:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid var(--text-white);
  border-right: 2px solid var(--text-white);
}

.btn1-silo:hover:before, .btn1-silo:hover:after{
  width: 100%;
  height: 100%;
  color:#fff!important;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
