/*
    Global Styles
*/

#main {
    background: url('../img/core/bg.jpg') !important;
}
 
a {
    color: #24618e;
}

a:hover {
    color:#0056b3;
}

.logoGrey {
    color: #999;
    font-weight: bold;
}

.pervadeGrey {
  color: #999;
}

.op {
    font-weight: bold;
}

.text-bold {
    font-weight: bold;
}

.pervadeBlue {
  color: #24618e;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    top:15px;
}

table.dataTable thead th {
    padding-left: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}
table.dataTable thead tr th.sorting_asc, 
table.dataTable thead tr td.sorting_asc,
table.dataTable thead tr th.sorting_desc, 
table.dataTable thead tr td.sorting_desc,
table.dataTable thead tr th.sorting, 
table.dataTable thead tr td.sorting {
    padding-right: 30px;
}
table.dataTable thead th:active, td:active {
    outline: none;
}

.sorting,
.sorting_asc,
.sorting_desc,
.sorting_asc_disabled,
.sorting_desc_disabled {
    position: relative;
    cursor: pointer;
}

.sorting:before,
.sorting_asc:before,
.sorting_desc:before,
.sorting_asc_disabled:before,
.sorting_desc_disabled:before,
.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.sorting_asc_disabled:after,
.sorting_desc_disabled:after {
    position: absolute;
    bottom: 1rem;
    display: block;
    opacity: 0;
    }

    .sorting:hover::before {
    opacity: 0.6;
}
.sorting:before, .sorting_asc:before, .sorting_desc:before, .sorting_asc_disabled:before, .sorting_desc_disabled:before {
    left: 0.4rem;
    font-family: "Font Awesome\ 5 Free", sans-serif;
    font-size: 12px;
    font-weight: 900;
    content: "\f0de";
}
.sorting:after, .sorting_asc:after, .sorting_desc:after, .sorting_asc_disabled:after, .sorting_desc_disabled:after {
    left: 0.4rem;
    font-family: "Font Awesome\ 5 Free", sans-serif;
    font-size: 12px;
    font-weight: 900;
    content: "\f0dd";
}
.sorting_asc:before, .sorting_desc:after {
    opacity: 1;
}
.sorting_asc_disabled:before, .sorting_desc_disabled:after {
    opacity: 0;
}
  

#perviousCodesTable .custom-select {
    width:auto !important;
}

#existingCodesTable_wrapper input {
    width:auto !important;
    display: inline-block !important;
}

#existingCodesTable_filter label {
    float:right;
}

#modalData {
    height:75vh;
    overflow-y: scroll;
}

#modalData .row{
    margin: 10px 0px;
}

#acceptTermsModal .modal-dialog {
    width:80%;
    max-width:80%;
}

.existingOrg {
    cursor: pointer;
}

.existingOrg:hover {
    text-decoration: underline;
    color:#0056b3;
}

.no-header-first-section {
    padding-top:120px !important;
}

.text-dark-blue {
    color: #212c62 !important;
}

.text-light-blue {
    color: #00aeef !important;
}

.text-grey {
    color: #686868 !important;
}

.text-green {
    color: #339e4e !important;
}

.text-red {
    color: #ac0d0d !important;
}

.req {
    color: #FF0000;
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.bold {
    font-weight: 600;
}

.icon {
    border: solid 5px rgba(0,174,239,0.5);
}

.icon i {
    color:#686868;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff9f7;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #635551;
}
.section-title p {
    margin-bottom: 0;
}
  

.section-header h3 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #000;
    width: 50%;
}

.more-btn {
    display: inline-block;
    background: #24618e;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
}

.more-btn:hover {
    opacity: 0.8;
    color:#FFF;
    cursor: pointer;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 3;
  }
  .why-us .content {
    padding: 30px;
    background: #24618e;
    border-radius: 4px;
    color: #fff;
    height: 100%;
  }
  .why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
  }
  .why-us .content p {
    margin-bottom: 30px;
  }
  .why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
  }
  .why-us .content .more-btn i {
    font-size: 14px;
  }
  .why-us .content .more-btn:hover {
    color: #24618e;
    background: #fff;
  }
  .why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
  }
  .why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #24618e;
    margin-bottom: 30px;
  }
  .why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #716f6f;
  }



/*
    Sections
*/

#manage, #login, #downloads {
    min-height: calc(100vh - 112px);
}

#manage .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #212c62;
    border-color: #dee2e6 #dee2e6 #fff;
    margin: 0px 5px;
}

#manage .nav-link:hover {
    text-decoration: none;
}

#firstuse input {
    margin:5px;
}

.dark-section {
    background: url('../img/core/bg.jpg') !important;
}

.grey-section {
    background: #3c3c3c;
}

.dark-section h3, .dark-section h4, .dark-section p, .grey-section h3, .grey-section h4, .grey-section p {
    color:#FFF;
}



.dark-section .section-header h3, .grey-section .section-header h3 {
    font-size: 36px;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.dark-section .section-header p, .grey-section .section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #FFF;
    width: 50%;
}

.white-section {
    background: #FFF !important;
}

.dark-blue-section {
    background: #212c62 !important;
}

.dark-blue-section h3, .dark-blue-section h4, .dark-blue-section p {
    color:#FFF !important;
}

.white-text {
    color: #FFF !important;
}

.black-text {
    color:#000 !important;
}


.pervade-blue-section {
  background: #24618e !important;
}

.pervade-blue-section h3, .pervade-blue-section h4, .pervade-blue-section p {
  color:#FFF !important;
}


/*
    Button Styles
*/

.btn-primary {
    background: #212c62;
    border: none;
    color: #FFF !important;
}

.btn-primary:hover {
    background: #00aeef;
    border: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #212c62 !important;
    opacity: 0.8 !important;
    border: none;
}

.btn-danger {
    border: none;
}

.btn-secondary, .btn-secondary:hover {
    border: none;
}

.btn-light {
    background: #00aeef;
    border: none;
}

.btn-light:hover {
    background: #00aeef;
    border: none;
    opacity: 0.9
}


/*
    Navigation Styles
*/

.bg-dark {
    background: url('../img/core/bg.jpg') !important;
}



.navbar {
    border-bottom: solid 5px #24618e;
    padding: 5px 50px;
    position: fixed;
    left:0px;
    right:0px;
    top:0px;
    z-index: 997;
    background: #FFF;
}

.navbar-brand {

}

.navbar-brand img {
    max-height:40px;
}

.nav-item {
    
}


.nav-link {
    color:#000;
}

.nav-link:hover {
    color:#00aeef;
    text-decoration:underline;
}

.nav-text {
    height: 50px;
    padding: 10px 20px 0px 20px;
}

.nav-logo {
    padding: 0px 20px 0px 20px;
}

.dropdown-menu {
    margin: 0px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}



/*
    Header Image Styles
*/

#main-header-image {
    background: url('/assets/img/cyberalarm-header-bg.jpg') no-repeat;
    background-size: 100% 100%;
    height:100vh;
    width: 100vw;
    z-index:0;
}


/*
    How it Works Styles
*/

#how-it-works {
    border-top:#686868 2px solid;
    padding: 50px;
}

#how-it-works img {
    max-width:100%;
}


/*
    Benefits Section Styles
*/

#benefits {
    padding: 60px 0 40px 0;
}

#benefits .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #FFF;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

/* #benefits .box:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

#benefits .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

#benefits .icon i {
    font-size: 30px;
    line-height: 0.8;
}

#benefits .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000 !important;
}

#benefits .title a {
    color: #111 !important;
}

#benefits .box:hover .title a {
    color: #1bb1dc !important;
}

#benefits .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
    color:#000 !important;
}



/*
    Testimonials Section Styles
*/

#testimonials {
    padding: 60px 0px 60px 0px;
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    margin-left: 140px;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    margin-left: 140px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #1bb1dc;
}




/* Frequently Asked Questions Section
--------------------------------*/

#faq {
    padding: 60px 0;
    overflow: hidden;
  }
  
  #faq #faq-list {
    padding: 0;
    list-style: none;
  }
  
  #faq #faq-list li {
    border-bottom: 1px solid #ebebeb;
    background: #FFF;
    padding: 5px 20px;
  }

  #faq #faq-list li p {
    color: #000 !important;
  }

  #faq #faq-list li ul li {
    border-bottom: none;
  }
  
  #faq #faq-list li div {
    padding:0px 20px;
  }
  
  #faq #faq-list a {
    padding: 22px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    padding-right: 20px;
  }
  
  #faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  
  #faq #faq-list p {
    margin-bottom: 20px;
  }
  
  #faq #faq-list a {
    color: #212c62;
    font-weight: 600;
  }
  
  #faq #faq-list a.collapsed {
    color: #000;
    font-weight: 400;
  }


  #footer {
    padding-top: 20px;
    border-top: solid 5px #24618e;
    font-size: 13px;
    height: auto;
  }

  .bg-dark, .bg-dark a {
      color:#FFF;
  }
  
  /* Region Map Styles */
  .hl { fill: #00aeef } 

  
  .navbar-toggler-icon {
	  background-image:url('/assets/img/mobile-menu-icon.png');
  }
  
  
  
/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/

#header-video-section {
	background: #2d2d2d;
	text-align: center;
	height: 100vh;
	position: relative;
	top: 0px;
}
#headerContent {
	position:absolute;
	top:0px;
	height:100vh;
	width:100vw;
	background:rgba(0,0,0,0.6);
}

.eventVideo {
  object-fit: fill; 
	width: 100%;
}

#headerVideo {
	object-fit: fill; 
	height: 100vh; 
	width: 100vw;
}

#headerVideoOverlay {
	width: 30%; 
	margin: 0px auto; 
	border-bottom: 1px solid rgb(255, 255, 255); 
	padding-top:35vh;
}

.pervadeHeader {
    font-size: 3.5em;
}

#videoOverlayLogoSmall {
	width:50%;
	margin: 0 auto;
	padding-bottom:20px;
}

#videoOverlayLogo {
	width:100%;
	margin: 0 auto;
	padding-bottom:20px;
}

.videoOverlayText {
	width:100%;
	padding:20px;
}

.videoOverlayHeader {
	color:#ffffff; 
	font-weight:200; 
	font-size:36px;
	text-shadow:2px 2px 2px #000;
	padding-bottom:20px;
}

.videoOverlayText .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.videoOverlayText .btn-get-started:hover {
  background: #24618e;
  border: 2px solid #24618e;
}


@media only screen and (max-width: 600px) {
  #main-header-image {
    padding-top:200px;
  }
}


/* Portfolio Section
--------------------------------*/
  #portfolio {
    background: #2d2d2d;
    padding: 100px 0;
  }

  #portfolio a {
    color: #24618e;
  }
  
  #portfolio h3 {
    color: #FFF;
  }
  
  #portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
  }
  
  #portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 12px 18px 14px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666666;
    margin: 0 5px 10px 5px;
    transition: all ease-in-out 0.3s;
    background: white;
    border-radius: 4px;
  }
  
  #portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #24618e;
  }
  
  #portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  #portfolio .portfolio-item, .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  #portfolio .portfolio-item img, .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .card-img-top {
      height: 250px;
  }
  
  /* #portfolio .portfolio-item .portfolio-info, .portfolio-info {
    opacity: 0;
    bottom: -50px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #24618e;
    padding: 15px 20px;
  } */
  
  /* #portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }
  
  #portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  } */
  
  #portfolio .portfolio-item .portfolio-info, .portfolio-info {
    /* opacity: 0;
    bottom: -50px; */
    /* position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px; */
    color: #000;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #FFF;
    padding: 15px 20px;
  }
  
  #portfolio .portfolio-item .portfolio-info h4, .portfolio-info h4 {
    /* font-size: 18px; */
    color: #000;
    font-weight: 600;
    text-align:left;
  }
  
  #portfolio .portfolio-item .portfolio-info p, .portfolio-info p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  
  
  
  #portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link, .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
  }
  
  #portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover, .portfolio-info .details-link:hover {
    color: #a4ebd4;
  }
  
  #portfolio .portfolio-item .portfolio-info .details-link, .portfolio-info .details-link {
    right: 15px;
  }
  
  /* #portfolio .portfolio-item:hover img {
    top: -30px;
  } */
  
  #portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-details-container {
    position: relative;
  }
  
  .portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
  }
  
  .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
  }
  
  .portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }
  
  .portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #24618e !important;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 50px;
  }
  
  .portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
  }
  
  @media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
      width: 100%;
    }
    .portfolio-details .portfolio-info {
      position: static;
      margin-top: 30px;
    }
  }



/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.latest-news .article {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  .latest-news .article .article-img {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .latest-news .article .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .latest-news .article .social a {
    transition: color 0.3s;
    color: #473d3a;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .latest-news .article .social a:hover {
    color: #24618e;
  }
  .latest-news .article .social i {
    font-size: 18px;
    line-height: 0;
  }
  .latest-news .article .article-info {
    padding: 25px 15px;
  }
  .latest-news .article .article-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #473d3a;
  }
  .latest-news .article .article-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #656262;
  }
  .latest-news .article:hover .social {
    opacity: 1;
  }
  
  
  
  /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    min-height: 300px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  .services .icon {
    position: absolute;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #24618e;
  }
  .services .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
  }
  .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
  }
  .services .title a {
    color: #343a40;
  }
  .services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #24618e;
  }
  .services .icon-box:hover .icon i {
    color: #24618e;
  }
  .services .icon-box:hover .title a {
    color: #24618e;
  }
  .services .description {
    line-height: 24px;
    font-size: 14px;
  }


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding: 0 0 30px 0;
    position: relative;
    z-index: 3;
  }
  .why-us .content {
    padding: 30px;
    background: #24618e;
    border-radius: 4px;
    color: #fff;
  }
  .why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
  }
  .why-us .content p {
    margin-bottom: 30px;
  }
  .why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
  }
  .why-us .content .more-btn i {
    font-size: 14px;
  }
  .why-us .content .more-btn:hover {
    color: #24618e;
    background: #fff;
    cursor: pointer;
  }
  .why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
  }
  .why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #24618e;
    margin-bottom: 30px;
  }
  .why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
  }
  .why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #716f6f;
  }
  

  /*--------------------------------------------------------------
# Timeline Styles
--------------------------------------------------------------*/

a {
  text-decoration: none
}

h4 {
  text-align: center;
  margin: 30px 0;
  color: #444
}

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative
}
.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #24618e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%)
}
.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #24618e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%)
}
.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #24618e;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #24618e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%)
}
.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px
}
.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative
}
.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #24618e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px
}
.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #24618e;
  position: absolute;
  top: 13px;
  left: 0
}
.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #24618e;
  text-transform: uppercase;
  margin: 0 0 5px
}
.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px
}
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px
}
.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg)
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
  background: #f9850f
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f
}
.main-timeline .timeline:nth-child(2n) .title {
  color: #f9850f
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f
}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
  background: #8fb800
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800
}
.main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800
}
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800
}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5
}
.main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5
}
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}



/******************* Timeline Container *****************/
.main-timeline-container{overflow:hidden;position:relative;padding-bottom: 50px;}
.main-timeline-container:before{content:"";width:5px;height:100%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline-container .timeline-content:before,.main-timeline-container .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline-container .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline-container .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline-container .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline-container .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}


.main-timeline-container .year{display:inline-block;width:120px;height:120px;line-height:30px;border-radius:50%;border:10px solid #24618e;font-size:30px;color:#24618e;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0;padding-top:20px;}
.main-timeline-container .year:before{content:"";border-left:20px solid #24618e;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}


.main-timeline-container .inner-content{padding:0;margin-top:20px;}
.main-timeline-container .title{font-size:24px;font-weight:600;color:#24618e;text-transform:uppercase;margin:0 0 5px}
.main-timeline-container .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}

.main-timeline-container .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline-container .timeline:nth-child(2n) .timeline-content:before,
.main-timeline-container .timeline:nth-child(2n) .year,
.main-timeline-container .timeline:nth-child(2n):before{left:auto;right:-10px}

.main-timeline-container .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline-container .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline-container .timeline:nth-child(2n) .year{right:0}
.main-timeline-container .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #24618e;transform:rotate(-45deg)}
.main-timeline-container .timeline:nth-child(2){margin-top:110px}
.main-timeline-container .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline-container .timeline:nth-child(even){margin-bottom:80px}
.main-timeline-container .timeline:first-child,
.main-timeline-container .timeline:last-child:nth-child(even){margin:0}

/* .main-timeline-container .timeline:nth-child(2n) .year{border-color:#1ebad0;color:#1ebad0}
.main-timeline-container .timeline:nth-child(2) .year:before{border-right-color:#1ebad0}
.main-timeline-container .timeline:nth-child(2n) .title{color:#1ebad0}

.main-timeline-container .timeline:nth-child(3n) .year{border-color:#7cba01;color:#7cba01}
.main-timeline-container .timeline:nth-child(3) .year:before{border-left-color:#7cba01}
.main-timeline-container .timeline:nth-child(3n) .title{color:#7cba01}

.main-timeline-container .timeline:nth-child(4n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline-container .timeline:nth-child(4) .year:before{border-right-color:#f8781f}
.main-timeline-container .timeline:nth-child(4n) .title{color:#f8781f} */

@media only screen and (max-width:1200px){.main-timeline-container .year{
  top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){
  .main-timeline-container .timeline{padding-left:75px}
  .main-timeline-container .timeline:nth-child(2n){padding:0 75px 0 0}
  .main-timeline-container .timeline-content{padding-left:130px}
  .main-timeline-container .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
  .main-timeline-container .timeline-content:before{width:68px;left:-68px}
  .main-timeline-container .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}

@media only screen and (max-width:767px){.main-timeline-container{overflow:visible}

.main-timeline-container:before{height:100%;top:0;left:0;transform:translateX(0)}

.main-timeline-container .timeline:before,
.main-timeline-container .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}

.main-timeline-container .timeline,
.main-timeline-container .timeline:nth-child(even),
.main-timeline-container .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}

.main-timeline-container .timeline-content,
.main-timeline-container .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline-container .timeline-content:before,
.main-timeline-container .timeline:nth-child(2n) .timeline-content:before{display:none}

.main-timeline-container .timeline:nth-child(2n) .year,
.main-timeline-container .year{position:relative;transform:translateY(0)}
.main-timeline-container .timeline:nth-child(2n) .year:before,
.main-timeline-container .year:before{
  border:none;border-right:20px solid #24618e;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)
}

/* .main-timeline-container .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline-container .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline-container .timeline:nth-child(4n) .year:before{border-right-color:#f8781f} */
.main-timeline-container .inner-content{padding:10px}
}

#feedback {
	text-align: center;
	color: red;
	width:100%;
	padding-top: 25px;
}

/*Uploader*/
#upload {
  text-align: center;
}
.uploadFile {
  padding: 14px;
  text-align: center;
  width: 70%;
}

#filePassword {
  width: 70%;
  height: 20px;
  padding: 15px, 14px, 15px, 14px;
}

#submitbtn{
  width: 50%;
  margin: 5px auto 5px auto;
}

.user-admin td{
  padding: 5px;
  margin: 5px 0px 5px 0px;
}