 

 @font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}

 @font-face {
  font-family: OpenSans-Semibold;
  src: url(../fonts/OpenSans-Semibold.ttf);
}

 body{font-family: OpenSans-Regular;     font-size: 20px;
    color: #666;      
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;}
	
	
 	#ls-header{
    margin-top:8%;
}

.btn-primary {
    color: #fff;
    background-color: #09289d !important;
    border-color: #09289d !important;
}

.nav>li {
    position: relative;
    display: block;
 /*    width: 150px; */
    text-align: left;
}
.LS-bg-header {
    font-size: 42px;
    padding-left: 75px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/header-bg.gif);
    padding-top: 110px !important;
    padding-bottom: 110px !important;
    margin-top: 12%;
    height: 345px;
    width: 100%;
}
 
  .LS-bg-header h2{ color:#fff;     font-size: 38px;}
  .LS-bg-header h4{ color:#fff;}
 
 .dropdown-menu:li {
    text-align: left;
}
.dropdown-menu {background-color: #09289d;     width: 260px;}
.navbar-right .dropdown-menu{left:-85px !important;}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

  h2 {
    font-size:32px;
     font-family: HelveticaNeueLTStd-Bd;
    color: #303030;
    font-weight: 600;
    margin-bottom:20px;
  }
  h4 {
    font-size: 22px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #09289d;
    color: #fff;
    padding: 100px 25px;
     
  }
/*   .container-fluid {
    padding: 10px 50px;
  } */
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #09289d;
    font-size: 50px;
  }
  .logo {
    color: #09289d;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #09289d;
  }
  .carousel-indicators li {
    border-color: #09289d;
  }
  .carousel-indicators li.active {
    background-color: #09289d;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
/*   .panel {
    
    border-radius:0 !important;
    font-size:18px; color:#666; font-weight:600; border:none;
  } */
 
  .panel-footer .btn:hover {
    border: 1px solid #09289d;
    background-color: #fff !important;
    color: #09289d;
  }
  .panel-heading {
    color: #fff;
    background-color: #09289d;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #09289d;
    color: #fff;
  }
  .navbar-brand {
    float: left;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    margin-top: 0px;
	height:auto;     margin-left: 0px !important;
}
    .navbar-right {
        float: right !important;
        margin-right: 0px;
        margin-top:30px;
    }
.navbar {
    margin-bottom: 0;
    background-color: #09289d;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    font-weight: 600;
    border-radius: 0;
    height: auto;
    letter-spacing: 0px; font-family: OpenSans-Regular;
}
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;         font-size: 15px;
  }
  .nav>li>a{    padding: 10px 10px;}
  .navbar-header{ padding: 15px 0;}
  .navbar-brand>img {
    display: block;
    width: 180px;
}

  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #09289d !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #09289d;
  }
 
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  
  .page-title{margin-top:10%;}
.page-title h1{color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500; font-size: 30px;  font-family:OpenSans-Semibold;}
	
	.page-title h3{color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500; font-size: 18px;  font-family:OpenSans-Semibold;}
	
#main-footer {
    background-color: #222222;
}	
footer h1{color:#00aeef; font-size:26px;     margin-bottom: 0;}
footer p a{color:#fff; font-size:16px;}
.inbody{min-height:550px;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555 !important;
    background-color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #09289d !important;
    background-color: #fff !important;
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}


.btn-c-tile{
    background: brown;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    
}

.btn-c-tile-header{
    background: #760808;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.btn-c-tile-body{min-height:120px; vertical-align:middle;  
  
   }
   
.btn-c-tile2{
    background: #4157ad;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    
}
   
   .btn-c-tile-header2{
    background: #09289d;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.btn-c-tile-body2{min-height:120px; vertical-align:middle;       line-height: 25px;   }
 
.dropdown-menu>li>a{white-space: normal; padding: 10px 15px;      font-weight: 600 !important;   font-size: 13px !important;}   

 .img-bg1 {
    background-image: linear-gradient(135deg, #5EFCE8 10%, #736EFE 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}

 .img-bg-i {
  /*   background-image: linear-gradient(135deg, #5EFCE8 10%, #736EFE 100%); */
    width: 100%;
     /* padding: 50px; */
    height:  460px;
 
}

 .img-bg2 {
   background-image: linear-gradient( 135deg, #FAB2FF 10%, #1904E5 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}


 .img-bg3 {
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(237,3,32,0.87) 20.8%, rgba(242,121,1,0.84) 74.4% );
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}


 .img-bg4 {
background-image: linear-gradient( 135deg, #FF7AF5 10%, #513162 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}

 .img-bg5 {
   background-image: linear-gradient( 135deg, #FFF720 10%, #3CD500 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
} 

 .img-bg6 {
 background-image: linear-gradient( 135deg, #FFA8A8 10%, #FCFF00 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}

 .img-bg7 {
   background-image: linear-gradient( 135deg, #dff0d8 10%, #277ba0 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}

 .img-bg8 {
   background-image: linear-gradient( 135deg, #99ccff 10%, #0066ff 100%);
    width: 100%;
    padding: 50px;
    height: 230px;
    text-align: center;
}

.img-bg1 img, .img-bg2 img, .img-bg3 img, .img-bg4 img,.img-bg5 img, .img-bg6 img, .img-bg7 img,.img-bg8 img{
    width: 100px;
    text-align: center;
    height: 100px;
}


 	.overlay-sim-text-2{
		position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background:rgba(0,0,0,.5);
	    opacity: 0;
	}

	.simple-text {
    	position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 100%;
	    background:rgba(0,0,0,.5); text-align: center;
	    color: #fff;
	}
	.simple-text p{
	    margin-bottom: 0px;
	    padding: 2px 8px;
	}

	.effect-image-1:hover .overlay-xs-1{
		opacity: 1;
		visibility: visible;
		display: block;	
	}
	.effect-image-1:hover .simple-text{
		visibility: hidden;
		opacity: 0;
	}
img{
	width: 100%;
    max-width: 100%;
    height: auto;
}

.simple-effect {
    padding: 1em .4em;
    display: block;
    font-size: 1.8em;
}
.simple-effect span {
    color: #1e92ea;
}


/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.image-wrapper{
	margin-bottom: 35px;
}
.effect-image-1{
	position: relative;
	display: block;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 20px 20px;
}
.overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(246,0,2,.7);
	opacity: 0;
	visibility: hidden;
}

/*-- simple overlay css --*/

	.simple-overlay{
		opacity: 0;
		visibility: hidden;
	}
	.effect-image-1:hover .simple-overlay{
		visibility: visible;
		opacity: 1;
	}
	
.ml{margin-left:12.5%;}
.mb{margin-bottom:30px;}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}
.img-inner {
    width:100px;
    height: 100px;
    margin-right: 10px;
}
.img-bg-inner {
    font-size: 30px;
	line-height:36px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.inner-c{height:460px;}

main {
 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
   
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;     background: #f1f1f1;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  min-height: 0;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
  padding: 10px;
  line-height: 1.5;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 4px solid\9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

 a {color:#1f69e2; font-weight:500;}