@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&amp;display=swap');
:root{
    max-width: 100%;
    overflow-x: hidden;
}

html body{
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans', sans-serif;
    color: #4b565e;
}
body{
    background-color: #f7f9fb !important;
    background-size: cover!important;
}
.navbar{
    position: relative;
    z-index: 99999999999999999;
}
.hero{
    position: relative;
    background-size:cover;
    height:100vh;
    z-index: 99999999;
background-image: url(../images/new/background-large.jpg) ;
background-repeat: no-repeat;

}
#about{
    position: relative;
}
.h-left{
    margin-top: 120px;
    background: url(../images/circlegradient2.png) no-repeat;
    background-size: 25%;
}
.h-png{
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: 9;
    animation: pulse 5s infinite;
 
 
}
.h-png1{
    position: absolute;
    right:-50px;
    bottom: -200px;
    z-index: 99;
    animation: pulse 5s infinite;
 
}
.h-png2{
    position: absolute;
    left: -100px;
    top: -100px;

    animation: pulse 5s infinite;
 
}
.h-png5{
    position: absolute;
    left: -8px;
    top: -64px;
    animation: pulse 5s infinite;
 
}
.h-png3{
    position: absolute;
    right: -0px;
    top: -50px;
  
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	
	}

	50% {
		transform: scale(1);
	
	}
	70% {
		transform: scale(1.1);
	
	}

	100% {
		transform: scale(0.95);
		
	}
}
.gray-box{
    background: #3f3f3f;
    padding: 30px;
    text-align: center;
    border-radius: 12px;

}
a{
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}
p{

    font-size:17px;
    font-weight: 500;
}
h4 {
    font-weight: 700;
    
}
h1 ,h2 {
    font-weight: 900;
    
    color:#000;
}
h3{
    font-weight: 900;
    
    color:#000;
    font-size: 40px !important;
}
h5 , h6{
  
}
.active{
  color: #005ca9;
}

.nav-link{
    margin-left: 40px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
   color:#000 !important;

   
}

.nav-link:hover{
    color:#005ca9 !important;
    fill: #005ca9 !important;
}

.d-box{
    padding: 10px;
    border: 1px solid #fff;
}
.bg-light{
    background:transparent !important;
 
}
.bg-gray{
    background: #f9f9fa;
}
.btn-main{
    border-color: #28e0b2;
    background-image: linear-gradient(170deg,rgba(40,224,178,0.47843137254901963),rgba(40,224,178,0.7098039215686275));
    text-transform: capitalize;
    line-height: 1em;
    letter-spacing: 1px;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 100px 0 rgb(38 226 179 / 44%);
    padding: 13px 17px ;
    background-color: initial;
    border-width: 2px 2px 2px 2px;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-main:hover{
    opacity: 0.9;
    color:#fff;
}
.btn-nav{
    line-height: 20px;
    letter-spacing: 1px;
    color:#fff;
    text-transform: capitalize !important;
    border-style: solid;
    border-radius: 5px;
    padding: 8px 20px ;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%), 
    0px 2px 2px 0px rgb(0 0 0 / 14%),
     0px 3px 1px -2px rgb(0 0 0 / 12%);
    background-color: rgb(47 75 108);
    border-width: 2px 2px 2px 2px;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 600;
}

.btn-nav:hover{
  transform: translateY(-10px);
  color:#fff;
}

.btn-blue{
    background: #274c65;
}

.btn-thick{
    padding: 10px 70px;
}

.btn-outline{
    border:1px solid #fff;
    background: transparent;
}

.btn-outline:hover{
    background: #ffbd60;
}
.text-small{
    font-size:12px;
   
}
.link_text{
    font-size: 20px;
    font-weight: 600;
    color:#000;
}
.text-medium{
    font-size:15px;
    font-weight: 400;
    
}
.text-orange {
    color: #f7ab22!important;
}

.bg-mud{
   background: #2f4b6c;
    position: relative;
}
.bg-mud2{
    background: #d8e0e9;
    position: relative;
    color:#000 !important;
}
.text-green{
    color:#2dd7a2;
}
.title h2{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.3rem;
    letter-spacing: normal;
    color:#000;
 
}
.title span{
    font-size: 20px;
    font-weight: 600;
    color:#fb442d;
    margin-bottom: 10px;
}

.steps li{
    list-style: none;
    margin-bottom: 20px;
    font-size: 18px;
   
}
.title h4{
    font-size: 2.5rem;
    line-height: 3rem;
}


.img_border_radius{
    border-radius: 10px;
}


  .social-link ul{
     
      justify-content: space-between;
      padding-left: 10px;
  }
  .social-link ul li{
    list-style: none;

  }
  .social-link ul li a{
      color:#fff;
      font-size: 30px;
  }
  .social-link ul li a :hover{
      color:#005ca9;
  }




  .text-gray{
      color:gray;
  }
  
 

  .footer_area{
      /* background: url(../images/bggradient3.jpg); */
      background: #1c2f46;
      padding-top: 60px;
      padding-bottom: 40px;
      margin-top: 100px;
      border-bottom: 1px solid gray;
  }
  
  .copyright_sec{
    background: #2f4b6c;
}

  .footer_link li{
    list-style: none;
    color:#fff;
    margin-bottom: 10px;
    
  }

  .footer_link li a{
 
    color:#fff;

  }
  .text-wide{
      word-spacing: 10px;
      line-height: 35px;
  }
.card_main{
    /* background:url(../images/bggradient.jpg); */
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(28 47 70 / 8%) 0px 0px 5px 0px;
    border:none;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    color:#333;

}
.card-img img{
    height: 100px;
}





.form-control{
    border-radius: 30px;
    padding-left: 20px;
    line-height: 1.8;
    border: 2px solid #f97c27;
    background: #f3e5d2;
}

.item{
    padding: 15px 35px;
    margin-bottom: 20px;
    background: #f3e5d2;
    border: 2px solid #f97c27;
    border-radius: 15px;
   min-height: 94px;
}







    @media only screen and (max-width: 520px) {
        .title h2{
            font-size: 2.2rem;
    font-weight: 700;
    line-height: 3.3rem;
        }
        .h-png2{
            display: none;
        }
        .h-png3{
            display: none;
        }
        .h-png5{
            display: none;
        }
        .h-left{
            margin-top: 30px; 
        }
        .hero{
            height: 130vh;
        }
          .btn-main{
              padding: 5px 55px;
          }
          .nav-link{
              margin-left: 0px;
          }
          .card_row{
              transform: translateY(0px);
          }
          .card{
              margin-bottom: 20px;
          }
          .h-png{
              display: none;
          }
          .h-png1{
              display: none;
          }
          .timeline{
              max-width: 100%;
          }
          .chart{
              height:300px !important
          }
        }
  

        body::-webkit-scrollbar {
            width:3px;               /* width of the entire scrollbar */
          }
          body::-webkit-scrollbar-track {
            background:#d8e0e9;        /* color of the tracking area */
          }
          body::-webkit-scrollbar-thumb {
            background-color:#1c2f46 ;    /* color of the scroll thumb */
            border-radius: 20px;       /* roundness of the scroll thumb */
            
          }     














