/*Design Stuff*/

@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Roboto:ital@0;1&display=swap');

/*Blue: 15c0ff
Darker Blue: 0C7399
darkest 084C66
Lighter Blue: 72D9FF*/

/* -------- global stuff -------- */
/*body {
    font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
}
.pointer {
    cursor: pointer;
}
.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}
img {
    max-width: 100%;
}
a {
    color: #15c0ff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
hr.short {
    width: 200px;
    border-top: 4px solid #15c0ff;
}
.img-thumbnail.bg-dark {
    border: none;
}
.bg-dark2 {
    border: 1px #000 solid;
    background-color: rgba(0,0,0,0.9);
}
.bg-dark2 .table-dark {
    background-color: transparent !important;
}
.bg-blue {
    background-color: #0C7399;
}

@media (max-width: 1200px) {
    .display-4 {
        font-size: 2.5rem !important;
    }
}

/* -------- menu -------- */
/*.navbar-brand img {
    max-height: 75px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
@media (max-width: 1200px) {
    .navbar-brand img {
        max-height: 40px;
    }
}
.navbar-shrink .navbar-brand img {
    max-height: 40px;
}
.navbar {
    font-family: 'Kanit', sans-serif;
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: 1px solid #0C7399;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.navbar .navbar-nav .nav-link.active {
    color: #0C7399 !important;
    outline: none;
}
.nav-item {
    margin-right: 5px;
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .navbar {
        background-color: #fff !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }
    .navbar.scrolled {
        background-color: #343a40 !important;
    }
}

/* -------- gallery -------- */
/*.card {
	overflow: hidden;
}
.card-img-top {
    overflow: hidden;
}
.card-img-top img {
	transition: transform .5s ease;
}
.card-img-top img:hover {
	transform: scale(1.1);
}

/* -------- hero -------- */
/*.hero {
    min-height: 80vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../../images/hero.jpg);
}
@media (max-width: 768px) {
    #features {
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-image: url(../../images/mobile-website-bg.png);
    }
}
/* -------- hero -------- */
/*#how-it-works i {
    font-size: 120px;
    color: #15c0ff;
}

.social i {
    font-size: 40px;
    padding-right: 5px;
    padding-left: 5px;
}

#breadcrumbs {
    color: #fff;
    font-size: 14px;
}
#breadcrumbs a {
    color: #fff;
}
/*faq***************************************/ 
/*#faq {
  padding: 5rem 0;
  background-image: url("../../images/faq.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* -------- collapse stuff -------- */
/*[data-toggle="collapse"] .fa:before {  
  content: "\f139";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
#faq .accordion .card {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.125) !important; 
	border-radius: 5px;
}
#faq .accordion .card-header {
	padding: .25rem;
	background-color: #fdfdfd;
}
#faq .accordion .card-header h5 button {
	color: #000;
	padding-bottom: 0;
    font-weight: 900;
}
#faq .accordion .card-header h5 button:hover {
	color: #1099cc;
}
#faq .accordion .card-header i {
	float: right;
}
#faq h2 {
    color: #fff;
    text-shadow: 1px 0px #000, 0px 1px #000, 0px -1px #000, -1px 0px #000;
}
#faq hr {
	width: 200px;
	border-top: 3px solid #1099cc;
}*/
footer.footer {
    font-size: 16px;
    padding: 50px 0 0 0;
}
footer.footer .btn {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
footer.footer .bg-dark2 {
    border: 1px #000 solid;
    background-color: rgba(0,0,0,0.9);
}
footer.footer .bg-dark2 .table-dark {
    background-color: transparent !important;
}
footer.footer .social i {
    font-size: 40px;
    padding-right: 5px;
    padding-left: 5px;
}
footer.footer img {
    max-width: 100%;
}
footer.footer a {
    color: #15c0ff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
footer.footer #breadcrumbs {
    color: #fff;
    font-size: 14px;
}
footer.footer #breadcrumbs a {
    color: #fff;
}
#cPanelQuickShortcutsPanel, 
#cPanelQuickEmailPanel, 
#Primary_Sidebar-Service_Details_Actions-Login_to_cPanel, 
#Primary_Sidebar-Service_Details_Actions-Login_to_Webmail,
#Primary_Sidebar-Service_Details_Actions-Change_Password {
    display: none;
}