body
{
    font-family: 'Open Sans' ;
}

.top-header
{
	background:#81221d;
	height:40px;
	line-height:40px;
}

ul,li
{
    margin:0px;
    padding:0px;
}

.top_nav1
{
	list-style:none;
}

.top_nav1 li
{
	color:#fff;
	font-size:13px;
	display:inline-block;
	cursor:pointer;
	font-family: 'Open Sans' ;
}

.tbg
{
	background:#32373b;
	line-height:20px;

}

.top_nav1 li:last-child

{
	padding-left:10px;
}


.top_nav
{
	list-style:none;
}

.top_nav li
{
	color:#fff;
	font-size:13px;
	display:inline-block;
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	font-family: 'Open Sans' ;
}

.top_nav li a
{
	color:#fff;
}

.top_nav li i
{
    font-size:18px;
    padding-left:10px;
}


.navbar-expand-md
{
	border-bottom:1px solid #f2f2f2;
	margin:0px;
	padding:0px;
}


.navbar-nav a
{
	color:#333;
}

.navbar-toggler
{
    border:1px solid #333;
}

.mt-20
{
    margin-top:20px;
}

.mt-60
{
    margin-top:60px;
}

.mt-40
{
    margin-top:40px;
}

.mt-80
{
    margin-top:80px;
}

.header
{
	background:#e8ebed;
	padding:5px;
  height: 128px;
  
  
}

.main_navigation
{
	/* background:rgb(1, 1, 1); */
    background: #9e2a23;
	z-index:100000;
 
    
}
   
  .right_box
  {
	  margin-top:28px;
	  color:#1a456b;
	  font-size:14px;
	  font-weight:bold;
  }
   
  .header img
   {
	   width:22%;
   }
   
   .h_right img
   {
	   max-height:60px;
	   text-align:right;
   }
   
   .main_slider
   {   
     
	   z-index:0;
   }
   

h1,h2,h3,h4,h5,h6,p,ul,li
{
    margin:0px;
    padding:0px;
}

.sticky {
  position: fixed;
  top: 0;
  background:#9e2a23;
  width: 100%;
  z-index:1000000000000;
}

.sticky + .content {
  padding-top: 102px;
}
  
  .navbar .nav-item .dropdown-menu
  {
      font-size:13px;
  }
  
  .top_content
  {
	  background:#e7ebef;
	  width:100%;
  }
  
  .chairperson h2
  {
	  font-size:18px;
	  color:#fff;
	  font-weight:bold;
      margin-top: 10px;
  }
  
  .chairperson p
  {
	  font-size:15px;
	  color:#fff;
  }
  
  .ic
  {
	  font-size:40px;
	  color:#000;
	  font-weight:bold;
  }
  
  .bg1
  {
	  background:#e7ebef;
  }
  
  .bg2
  {
	  background:#e7ebef;
  }
  
  .pd-40
  {
	  padding:50px;
  }
  
  .event_container
  {
      margin:5px;
  }
  
  .box_left
  {
	  float:left;
  }
  
   .box_right
  {
	  float:left;
  }
  
  .event_container h2
  { 
      color:white;
      font-size:18px;
      font-weight:bold;
      text-transform:uppercase;
  }
  
  .event_container p
  {
      font-size:13px;
      font-weight:bold;
  }
  
  .seprator
  {
      border:1px dashed #fc5d14;
      width:100%;
      margin-bottom:20px;
      text-align:left;
  }
  
  
  .box
  {
	  -webkit-box-shadow: 0px 0px 9px 0px rgba(219,219,219,1);
-moz-box-shadow: 0px 0px 9px 0px rgba(219,219,219,1);
box-shadow: 0px 0px 9px 0px rgba(219,219,219,1);
padding:5px;
margin:10px;
  }
  
  .box p a
  {
	  color:#333;
	  text-decoration:none;
  }
  
  .l_link
  {
      background:#e6a843;
      padding:5px;
      border-radius:5px;
      margin-top:10px;
      cursor:pointer;
      font-size:14px;
      width:100px;
      text-align:center;
      color:#000;
  }
  
  .latest_videos
  {
      
  }
  
  .latest_videos h2
  {
    color:white;
      font-size:20px;
      text-transform:uppercase;
      font-weight:bold;
      margin-bottom:20px;
  }
  
  .latest_videos img
  {
      border:#f2f2f2 8px solid;
      margin-top:10px;
      cursor:pointer;
  }
  
  .about_section
  {
    background:url(../images/5.jpg);
    position: relative;
    height:350px;
  }
  
  .layer {
    background-color: #e7ebef;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:10;
}

.about_section h5
{
    color:#fff;
    margin-top:50px;
}



.about_section p
{
    font-size:17px;
    color:#1a456b;
    margin-top:20px;
}



.other_links h5
{
    color:#333;
    font-size:17px;
    font-weight:bold;
    margin-top:40px;
}

.other_links h3
{
    color:#1a456b;
    font-size:22px;
    font-weight:bold;
    margin-bottom:20px;
}




  

  
   
 
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and  only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
   
   .top_nav li
   {
       font-size:12px;
       display:inline-block;
   }
   
   .top_nav1 li
   {
	   font-size:12px;
       display:inline-block;
   }
   
   .top-header
   {
	   line-height:30px;
	   text-align:center;
	   height:60px;
   }
   
   .top-header .text-left, .top-header .text-right
   {
       text-align:center;
   }
   
   
   .leftmy
   {
       text-align:center;
	   border-bottom:1px dashed #1f0a03;
   }
   
   .righthd
   {
	 text-align:center;
	 background:#0d0401;
   }
   
   .header img
   {
	   width:70%;
   }
   
   .h_right
   {
	   display:none;
   }
   
   .pd-40
  {
	  padding:10px;
  }
  
   .chairperson h2
  {
	  font-size:15px;
	  color:#000;
	  font-weight:bold;
  }
  
  .chairperson p
  {
	  font-size:13px;
	  color:#000;
  }
  
 .ab_right
{
    display:none;
}
   
 .about_section h5
{
    color:#fff;
    margin-top:20px;
}
  
  .latest_videos h2
  {
      font-size:20px;
      text-transform:uppercase;
      font-weight:bold;
      margin-bottom:20px;
      margin-top:20px;
  }
  
  .about_section
  {
    background:url(../images/5.jpg);
    position: relative;
    height:400px;
    margin-bottom:30px;
  }
  
  .box img
  {
      min-width:50px;
  }
  
  .mt-80
  {
      margin-top:40px;
  }
  
  .mt-40
  {
      margin-top:20px;
  }
       
  
}



/* .------------------profile cards---------------------*/
/* .flip-card {
    background-color: transparent;
    width: 270px;
    height: 270px;
   
    perspective: 1000px; 
  }
  

  .flip-card-inner {
    position: relative;
    width: 90%;
    height: 90%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
 
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  

  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 83%;
    height: 83%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  

  .flip-card-front {
    background-color: #bbb;
    color: #103763;
  }
  
  
  .flip-card-back {
    background-color: #1a456b;
    color: white;
    transform: rotateY(180deg);
    
  }

 */


  

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');

.card-circle1{
    text-align:center;
     margin-top:50px;
     background:#27496D;    
     border:10px solid transparent;
     color:#fff;
     Font-family: Montserrat;
     padding:50px;
     border-radius:50%;
}
 .card-circle1 .card-title{
    font-weight:600;
     font-size:26px;
}
 .card-circle1 .card-text{
    font-weight:400;
}
 .card-circle1 .card-icon i{
     font-size:60px;
     display:block;
}
 .card-circle1:nth-child(3){
    background:#142850;
}
.card-circle1:nth-child(1){
    background:#9B2335;
}
.card-circle1:nth-child(2){
    background:#e59719;
}
.card-circle1:nth-child(4){
    background:#88B04B;
}
.card-circle1:nth-child(5){
    background:#C3447A;
}

 .card-circle1 .btn{
    Font-family: Montserrat;
    background:transparent;
     border:1px solid #fff;
     text-transform:uppercase;
     padding:5px 30px;    
     border-radius:0px;
     Font-weight:600;
}
.card-circle1 .btn,.card-circle1 .card-icon i,.card-circle1{
   transition: all ease-in-out 0.2s;
}
 .card-circle1:hover .btn{
    background:#00A8CC;
     color:#fff;
   border: 1px solid transparent;
}
 .card-circle1 .btn:hover{
    transform: scale(1.1);
}
 .card-circle1:hover{
    border:10px solid #00A8CC;
    background:  #27496D;
}

.card-circle1:hover i {
   text-shadow: 0px -1px 10px #00A8CC;
    transform:scale(1.2)rotate(20deg);
}
 @media only screen and (min-width: 1000px) {
    .card-circle1:nth-child(1){
        box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
    }
     .card-circle1:nth-child(2){
        box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
         /* margin-left:-40px; */
         margin-left:2px;
         z-index:0;
    }
     .card-circle1{
         width:400px;
         height:400px;
    }
     .card-circle1:nth-child(3){
         /* margin-left:-20px; */
         margin-left:2px;
         box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
         transform: scale(1.2);
         z-index:1;
    }
   .card-circle1 .card-icon i{
      margin-top: 20px;
     }

     .card-circle1:nth-child(4){
        box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
        margin-left:240px;
        /* margin-left:2px; */
        z-index:0;
   }
   .card-circle1:nth-child(5){
    box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
    margin-left:-585px;
    /* margin-left:2px; */
    z-index:0;
}
     
}
@media only screen and (min-width: 991px) and (max-width: 3000px) {
   .card-circle1{
         width:315px;
         height:340px;
    }
  .card-circle1 .card-icon i{
     font-size:50px;
   }
  .card-circle1 .card-icon i{
      margin-top: -25px;
     }
   .card-circle1:nth-child(2){
         margin-left:-64px;
         z-index:0;
    }
   .card-circle1:nth-child(3){
         margin-left:-20px;
         z-index:1;
    }
    
}


/*---------------counter css-------------*/
.sectionClass {
    /* padding: 20px 0px 50px 0px; */
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  
  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  
  .headerLine {
    width: 235px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
  }
  
  
  .projectFactsWrap{
      display: flex;
 
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    width: 33.33%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item:nth-child(1){
    background: rgb(16, 31, 46);
  }
  
  .projectFactsWrap .item:nth-child(2){
    background: rgb(18, 34, 51);
  }
  
  .projectFactsWrap .item:nth-child(3){
    background: rgb(21, 38, 56);
  }
  
  .projectFactsWrap .item:nth-child(4){
    background: rgb(23, 44, 66);
  }
  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
  }
  
  .projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
  }
  
  
  .projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
  }
  
  .projectFactsWrap .item:hover span{
    background: white;
  }
  
  @media (max-width: 786px){
    .projectFactsWrap .item {
       flex: 0 0 50%;
    }
  }