/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

a {
	color: #0355cc;
}

a:hover {
	color: #ff8a1d;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 0;
    /*padding: 0 3rem;*/
    transition: .5s;
    z-index: 9999;
	padding: 0;
}

.nav-bar-inner {
    position: relative;
    margin-top: 0;
    padding: 0;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ff8a1d;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
		background-color: #e8e8e8;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -125px;
		background-color: #D1E3FF;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--dark);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #0355cc;
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        right: 25px;
    }
	
	.header-carousel-heading {
		padding: 0 15px 0 15px;
		margin-bottom: 10px !important;
		font-size: 20px;
	}
	
	.header-carousel-txt {
		padding: 0 15px 0 15px;
		margin-bottom: 10px !important;
		font-size: 14px;
	}
	
	.header-carousel-btn {
		margin-left: 15px;
	}
	
	.owl-carousel .owl-item img {
		height: 230px;
	}
	
	.footer .footer-menu img {
		margin-bottom: 10px;
	}
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed #ff8a1d !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #0355cc;
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed #D1E3FF;
    transition: .5s;
}

.cat-item:hover div {
    background: #ff8a1d;
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover h6, .cat-item:hover span {
    color: #ffffff;
}

.cat-item i {
	font-size: 40px;
}

.cat-item:hover i {
    color: #ff8a1d !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    /*border: 1px dashed rgba(0, 185, 142, .3) !important;*/
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #0355cc;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #ff8a1d;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #0355cc;
    border-radius: 35px;
    transition: .3s;
	background-color: #0355cc;
}

.footer .btn.btn-social:hover {
    color: #fff;
    border-color: #ff8a1d solid 1px;
	background-color: #ff8a1d;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
	color: #ff8a1d !important;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #ff8a1d;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-menu img {
  width: 70px;
  height: 30px;
  margin-right: 5px;
}

.footer {
	background-color: #0a0f43;
}

.btn-primary {
	background-color: #ff8a1d;
	border: #ff8a1d;
}

.btn-primary:hover {
	background-color: #0355cc;
	border: #0355cc;
}

.bg-black {
	background-color: #000;
}
.bg-grey {
	background-color: #e8e8e8;
}
.dropdown-item {
	color: #000;
}

.header h1 {
	color: #0E2E50;
}

.header h1 span {
	color: #0355cc;
}

.header p {
	color: #444;
}

.box-sw {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.box-sw .form-control, .box-sw .form-select {
	border:1px solid #ced4da !important;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border:1px solid #ced4da;
}

.btn-check:focus + .btn, .btn:focus {
	box-shadow: none;
}

.btn-sw {
	background-color: #0355cc;
	border: #0355cc solid 1px;
	color: #fff;
}

.btn-sw:hover {
	border: #ff8a1d solid 1px;
	background-color: #ff8a1d;
	color: #fff;
}

.bg-light {
	background-color: #e8e8e8 !important;
}

.text-primary {
	color: #0355cc !important;
}

.bg-primary {
	background-color: #0355cc !important;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	border: #ff8a1d solid 1px;
	background-color: #ff8a1d;
	box-shadow: none !important;
}

.btn-outline-primary:hover {
	background-color: #0355cc;
	border: #0355cc solid 1px;
}

.webinars .btn-outline-primary.active {
	background-color: #0355cc;
	border: #0355cc solid 1px;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	background-color: #ff8a1d;
}

.btn-outline-primary {
	border: #0355cc solid 1px;
}

.dropdown-item:hover, .dropdown-item:focus {
	background-color: #ff8a1d;
	color: #fff;
}

.page-header {
	background-color: #D1E3FF;
	color: #000;
}

.border-start-inner {
	border-left: #000 solid 1px;
}

.border-end-inner {
	border-right: #000 solid 1px;
}

.product ul {
  padding: 0;
  margin: 0;
}

.product ul li {
  list-style: none;
  padding-bottom: 10px;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #ff8a1d;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sw-img img {
	max-width: 100%;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #ff8a1d;
  color: #ffffff;
}

.service_section .box a:hover {
  color: #ffffff;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

ul.listcats li a {
  border-bottom: 1px dotted #eee;
  display: block;
  padding: 3px 10px;
}

ul.listcats li a:hover {
  background: #0355cc;
  color: #fff;
}

.product ul li:last-child {
	padding-bottom: 0;
}

.parent {
  width: 100%;
  height: 100%;
  display: table;
}

.child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#clockdiv {
				font-family: sans-serif;
				color: #fff;
				display: table;
				font-weight: 100;
				text-align: center;
				font-size: 22px;
				width: 100%;
			}
			#clockdiv > div {
				padding: 8px 15px 5px 15px;
				background: #0355CC;
				display: table-cell;
				text-align: center;
				vertical-align: middle;
			}
		
		#clockdiv > div:last-child {
			padding-right: 14px;
		}
		
			#clockdiv div > span {
				padding: 0 15px;
				border-radius: 3px;
				display: inline-block;
			}

			/* Style for visible text */
			.smalltext {
				padding-bottom: 5px;
				font-size: 13px;
			}

.orange {
	font-size: 22px;
}

.header-top {
	padding: 0 15px;
}

.header-top .header-info-left {
	padding-left: 30px;
}

.header-top .header-info-left ul, .header-top .header-info-right ul {
  margin: 0px;
  padding: 0px;
}

.header-top .header-info-right ul {
	text-align: right;
}

.header-top .header-info-right {
	padding-right: 20px;
}

.header-top .header-info-left ul li {
  padding: 13px 0px;
  color: #86878a;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.header-top .header-info-left ul li i {
  padding-right: 5px;
  color: #0355cc;
}

.header-top .header-info-right ul li {
  display: inline-block;
}

.header-top .header-info-right ul li a {
  color: #86878a;
  font-size: 16px;
  padding-left: 15px;
  font-weight: 600;
}

.header-top .header-info-right ul li a i {
  padding-right: 5px;
  color: #0355cc;
}

.form-box {
  position: relative;
	padding-left: 5px;
}

.form-box input {
  border: 0;
  background: #f4f4f4;
  border-radius: 30px;
  padding: 10px 29px;
  width: 100%;
  height: 40px;
}

.form-box .search-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}

.form-box .search-icon i {
  color: #fff;
  cursor: pointer;
  background: #0355cc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
		
		@media only screen and (max-width: 767px){
			#clockdiv > div {
				padding: 0 6px;
				font-size: 20px;
			}
			
			#clockdiv {
				padding: 0;
			}
			
			#clockdiv div > span {
				padding: 5px 16px 0 16px;
			}
			
			.child {
				padding: 10px 0;
			}
			
			.speaker-inner {
				padding-bottom: 0.5rem !important;
			}
			
			.smalltext {
				font-size: 11px;
			}
			
			#clockdiv > div:last-child {
  				padding-right: 5px;
				padding-left: 5px;
			}
			
			.bordern {
				border-left: 0 !important;
				border-right: 0 !important;
				text-align: center;
				border-top:#000 solid 1px;
				border-bottom:#000 solid 1px;
			}
			
			.padding0 {
				padding-right: 10px !important;
			}
			
			.pad0 {
				padding-left: 0 !important;
				padding-right: 0 !important;
			}
			
			.nav-pills-webinar .nav-item {
				width: 100%;
				margin-bottom: 10px;
			}
			
			.nav-pills-webinar .nav-item:last-child {
				margin-bottom: 0;
			}
			
			.header-top .header-info-left ul li {
				padding-bottom: 2px;
				padding-top: 2px;
			}
			
			.header-search {
				padding: 10px 0 15px 0;
			}
			
			.header-top .header-info-right ul {
				text-align:inherit;
			}
		}