body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

a {
    color: #0dcaf0;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus,
a:hover {
    color: #feb005;
}

html {
    scroll-behavior: smooth;
}

strong {
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}

.form-dp {
    display: inline-block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    background: #fff;
    color: #212529;
    outline: 0;
}

.form-dp:focus {
    border: 2px solid #feb005;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.btn-dp {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    background: #feb005;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-bg {
    font-size: 18px;
    padding: 15px 25px;
}

.btn-dp:focus,
.btn-dp:hover {
    background: #feb005;
    color: #fff;
    opacity: 0.8;
}

.form-check-input:checked {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.form-check-input:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.dp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 25px;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    width: 38px;
    color: #bbb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dp-close:focus,
.dp-close:hover {
    color: #212529;
}

/* Header CSS */

.header-top {
    background-image: url('../images/banner9.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0;
    text-align: center;
}

.logo img {
    width: 450px;
}

.navbar-dp {
    background: #21B8D3;
    padding: 10px 0;
}

.navbar-brand {
    display: none;
    width: 200px;
}

.header-fx {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-fx .navbar-brand {
    display: block;
}

.header-fx .navbar-nav li a {
    color: #959595;
	padding:10px !important;
}

.header-fx .navbar-nav li a:hover {
    color: #21B8D3;
}

.header-fx .nav-right {
    display: none;
}

.navbar-toggler {
    font-size: 34px;
    color: #fff;
    border: 0;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li a {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 10px 15px !important;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}

.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #000;
}

.navbar-nav li.nav-social {
    position: relative;
    border: 1px dashed #fff;
    padding: 0 5px;
    display: inline-block;
}

.navbar-nav li.nav-social a {
    padding: 8px 5px !important;
    font-size: 20px;
}

.navbar-nav li.nav-social a:hover {
    color: #fff;
    opacity: 0.8;
}

.navbar-nav li.nav-lng {
    margin-left: 15px;
    margin-top: 7px;
    display: inline-block;
}

.navbar-nav li.nav-lng a {
    padding: 3px 4px !important;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 13px;
    margin: 0 2px;
}

.navbar-nav li.nav-lng a:hover {
    color: #fff;
    opacity: 0.8;
}

.navbar-nav li ul {
    border-radius: 0;
}

.navbar-nav li ul li a {
    color: #959595;
    -webkit-transition: all 0.0s ease;
    transition: all 0.0s ease;
}

.navbar-nav li ul li a:hover,
.navbar-nav li ul li a.active {
    color: #21B8D3;
}

/* Welcome CSS */

.slide-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 0;
    color: #fff;
    text-align: center;
}

.slide-item h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 64px;
    border: 4px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.slide-item h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.slide-item .btn-dp {
    font-size: 18px;
    padding: 15px 25px;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #21B8D3 !important;
    color: #fff !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -15px;
    font-size: 30px !important;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #21B8D3;
}

/* Wrapper CSS */

.gap-20 {
    height: 20px;
}

.gap-30 {
    height: 30px;
}

.gap-50 {
    height: 50px;
}

.bg-orange {
    background: #FEB005;
}

.bg-gray {
    background: #F4F4F4;
}

.bg-sky {
    background: #21B8D3;
}

.cl-white {
    color: #fff;
}

.cl-sky {
    color: #21B8D3;
}

.cl-red {
    color: #ff0000;
}

.cl-blue {
    color: #1e73be;
}

.content-box {
    padding: 80px 0;
}

.bg-top {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.sec-title {
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    margin-bottom: 80px;
}

.sec-title2 {
    color: #fff;
    margin-bottom: 100px;
}

.sv-sp img {
    width: 100%;
    max-height: 310px;
}

.service-item {
    position: relative;
}

.sv-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 10px solid #21B8D3;
    color: #fff;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.service-item:hover .sv-caption {
    background: #21B8D3;
}

.sv-caption h2 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}

.sv-caption h2 a {
    color: #fff;
}

.sv-caption p {
    font-size: 15px;
    margin: 0;
}

.feature-item {
    background: #fff;
    padding: 30px 30px;
    padding-top: 80px;
    text-align: center;
    position: relative;
    height: 100%;
    border: 1px solid #eee;
}

.feature-item .icon {
    position: absolute;
    top: 0;
    background: #21B8D3;
    color: #fff;
    width: 90px;
    height: 90px;
    font-size: 34px;
    display: inline-block;
    padding-top: 20px;
    margin-left: -45px;
    margin-top: -45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feature-item .icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.feature-item .space {
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #feb005;
    margin-bottom: 10px;
}

.feature-item h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-item p {
    color: #959595;
    line-height: 1.7;
}

.about-bn {
    height: 100%;
}

.about-bn img {
    height: 100%;
}

.about-bx {
    padding: 80px 60px;
    text-align: center;
    color: #fff;
    height: 100%;
}

.about-bx h2 {
    font-weight: 500;
    font-size: 28px;
}

.about-bx h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.about-bx p {
    font-size: 18px;
    line-height: 1.6;
}

.about-bx p a {
    color: #fff;
}

.about-bx p a:hover {
    opacity: 0.8;
}

/* Page CSS */

#banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.banner-sv {
    padding: 200px 0 !important;
}

.bn-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 0;
    padding: 20px 0;
}

.mix-tab {
    text-align: center;
    margin-bottom: 30px;
}

.mix-tab li {
    display: inline-block;
}

.mix-tab li button {
    border: 0;
    background: #21B8D3;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mix-tab li button.mixitup-control-active {
    opacity: 0.8;
}

.page-box h2 {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px;
}

.page-box h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.page-box h4 {
    font-size: 22px;
    font-weight: 600;
}

.page-box p {
    font-size: 18px;
    line-height: 1.6;
}

.page-box img {
    margin-bottom: 20px;
}

.page-box ul {
    margin-bottom: 15px;
    padding-left: 10px;
}

.page-box ul li {
    position: relative;
    padding: 2px 0;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.page-box ul li span {
    font-weight: 600;
}

.page-box ul li:before {
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50px;
}

.page-box ul.wh li:before {
    background: #fff;
}

.page-box .mr-2 {
    margin-right: 10px;
}

.blog-box .date {
    color: #21b8d3;
    text-align: center;
    font-size: 40px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.blog-box .date2 {
    color: #21b8d3;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-box .date span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.blog-box h2 a {
    color: #212529;
    text-transform: uppercase;
}

.blog-box h2 a:hover {
    color: #feb005;
}

.post-desc h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.post-desc .btn-dp {
    font-size: 18px;
    padding: 15px 25px;
}

.post-img img {
    margin-bottom: 0;
}

.sp-text {
    background: #F4F4F4;
    padding: 40px 40px;
    border-radius: 5px;
}

.team-item {
    background: #fff;
    height: 95%;
    margin-bottom: 30px;
}

.team-item .tm-desc {
    padding: 30px 20px;
    text-align: center;
    color: #777;
}

.team-item .tm-desc h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    color: #212529;
}

.team-item .tm-desc h3 {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 15px;
}

.team-item .tm-desc p {
    line-height: 1.6;
}

.table {
    margin-bottom: 30px;
}

.table thead tr th {
    background: #21B8D3;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
}

.table tbody tr td,
.table tbody tr th {
    padding: 10px 15px;
    font-weight: 700;
}

.cn-item {
    border: 0;
    height: auto;
}

.cn-item h2 {
    font-size: 26px;
    margin-top: 10px;
}

.gallery-item img {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-item img:hover {
    opacity: 0.8;
}

.overly-item {
    background-color: #21B8D3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    text-align: center;
    color: #fff;
}

.overly-item h2 {
    font-size: 54px;
    margin-bottom: 5px;
    padding-top: 35px;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.accordion-item h2 {
    padding: 15px 0;
    font-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.accordion-item h2.accordion-button:not(.collapsed) {
    color: #212529;
    background: #fff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.accordion-item .accordion-collapse {
    padding-left: 15px;
}

/* Footer CSS */

#footer {
    background: #33292A;
    color: #C5C5C6;
    padding: 30px 0;
}

.ft-copy p {
    margin: 0;
}

.ft-copy p img {
    width: 50px;
}

.ft-copy a {
    color: #fff;
}

.ft-copy a:hover {
    opacity: 0.8;
}

.ft-brand {
    text-align: right;
}

.ft-brand li {
    display: inline-block;
    padding: 5px 10px;
}

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

.dropdown-menu {
    margin-top: 0;
}
.small {margin-left:10px;
		font-style:italic;
		font-weight:300;
		}

/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo img {
        width: 260px;
    }

    .navbar-brand {
        display: inline-block;
        visibility: hidden;
    }

    .nav-right {
        position: absolute;
        display: ruby;
        top: 12px;
    }

    .header-fx {
        position: inherit;
    }

    .slide-item {
        padding: 100px 0;
    }

    .slide-item h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .slide-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banner-sv {
        padding: 150px 0 !important;
    }

    .content-box {
        padding: 60px 0;
    }

    .sec-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .sec-title2 {
        margin-bottom: 90px;
    }

    .feature-item {
        margin-bottom: 80px;
        height: auto;
    }

    .about-bx {
        padding: 60px 40px;
    }

    .ft-copy {
        text-align: center;
        margin-bottom: 20px;
    }

    .ft-copy p img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .ft-brand {
        text-align: center;
    }

    .bn-title {
        font-size: 26px;
    }

    .post-img {
        margin-bottom: 30px;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {
    .logo img {
        width: 220px;
    }

    .navbar-brand {
        display: inline-block;
        visibility: hidden;
    }

    .navbar-nav li.nav-social a {
        font-size: 16px;
    }

    .navbar-nav li.nav-lng a {
        font-size: 11px;
    }

    .nav-right {
        position: absolute;
        display: block;
        top: 15px;
    }

    .header-fx {
        position: inherit;
    }

    .slide-item {
        padding: 80px 0;
        height: 480px;
    }
	
	.asht-slide {
        padding: 80px 0;
        height: 280px !Important;
    }
	.owl-carousel .owl-dots .owl-dot{
		width:10px !Important;
		height:10px !Important;
	}
	.homevidx{
		width:100% !Important;
		height:300px !Important;
	}
	
	.about-bn{
		height:300px !Important;	
	}

    .slide-item h2 {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .slide-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .banner-sv {
        padding: 100px 0 !important;
    }

    .content-box {
        padding: 60px 0;
    }

    .sec-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .sec-title2 {
        margin-bottom: 90px;
    }

    .sv-caption {
        padding: 10px 10px;
    }

    .sv-caption h2 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .sv-caption p {
        font-size: 13px;
    }

    .feature-item {
        margin-bottom: 80px;
        height: auto;
    }

    .about-bx {
        padding: 40px 30px;
    }

    .ft-copy {
        text-align: center;
        margin-bottom: 20px;
    }

    .ft-copy p img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .ft-brand {
        text-align: center;
    }

    .bn-title {
        font-size: 24px;
    }

    .post-img {
        margin-bottom: 20px;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
