/* 
Grid Template
*/
:root {
  --scf-blue:  		#00ADEF;
  --scf-green: 		#9BC936;
  --scf-blue-bg:	#00002C;
  --gray-light: 	#666666;
  --text-color:		#000000;
  --footer-color:   #FFFFFF;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: none;
}
body{
    margin:0;
    padding:0;
	background-color: var(--scf-blue-bg);
    background-repeat:no-repeat;
    background-size:100% 100%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
	/* font-size: 16px; */
    font-size: 18px;
    font-weight:400;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
p {
    margin: 0 0 20px;
}
.tm-image {
    width: 100%;
    height: 100%;
}

.tm-gray-bg { background-color: #F4F4F4; }
.tm-green-bg { background-color: #F5FFE0; }

.fixed-header{
    width:100%;
    float:left;
    position:fixed;
    top:0;
    z-index:111;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    padding: 35x 0px; /* 35px 0px */
}
.fixed-header ul{
    padding:0;
    float:right;
    margin:0;
}
.fixed-header ul li{
    display:inline-block;
    padding: 15px 0px;
}
.fixed-header ul li a{
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 0;   
}
.fixed-header ul li a:hover,
.fixed-header ul li .current{
    color: #fff;
	background-color: var(--scf-green);
    border-top:2px solid var(--scf-green);
}
.fixed-header {
    background: transparent;
}
.fixed-header.scroll {
	background: rgba(0, 173, 239, 0.80);
    padding: 0;
}
.fixed-header.scroll .navbar-brand {
    font-size: 30px;
}

#banner {
    padding-top: 6.5em;
}

.tm-banner-inner {
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#awards {
	border-collapse: collapse;
	width: 100%
}

#awards td, #awards th {
	border: 1px solid #ddd;
	padding: 4px;
}

#awards tr:nth-child(even) {
	background-color: white;
}

#awards tr:hover {
	background-color:: #ddd;
}

#awards th {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	background-color: var(--scf-green);
	color: white;
}

#InputSection td {
	padding: 4px;
}

#InputSection tr:nth-child(even) {
	background-color: var(--scf-blue-bg);
}

.content {
    padding-right: 0px;
    padding-left: 0px;
}
.content-first {
    padding-right: 0px;
    padding-left: 0px;
}
.content-item {
    padding-right: 0px;
    padding-left: 0px;
	padding-top: 0px;
    min-height:570px !important;
}
.content-item p:last-child {
    margin-bottom: 0;
}
.background.content-item-1 {
    padding: 15px 25px; /* 60px 65px */
}
.content-last {
    padding-right: 0px;
    padding-left: 0px;
    min-height:284px !important;    
}
.background {
    padding: 15px 25px; /* 55px 45px */
}
.about-text-container {
    font-style: italic;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-text {
    margin-bottom: 0;
    line-height: 1.6;
}
.main-title {    
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    margin-top: 70px;
    margin-bottom: 70px;
}
.section-title {
    font-size: 1.75em;
	font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
}
.dark-blue-text {
    color: #006699;
}
.light-blue-text {
    color: var(--scf-blue);
}
.dark-blue-bordered-btn:hover,
.dark-blue-bordered-btn:focus,
.dark-blue-btn {
    background: #006699;
    color: white;    
}
.dark-blue-btn:hover,
.dark-blue-btn:focus,
.dark-blue-bordered-btn {
    background: none;
    border: 1px solid #006699;
    color: #006699;
}
.section-text {
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 15px;
}
.background ul {
   margin-bottom:20px;
}
.background li {
    list-style: none;
    font-size: 16px;
    line-height: 27px;
}
.btn {
    border-radius:0px;
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    margin-right: 15px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}
.btn:last-child {
    margin-right: 0;
}
.btn-big {
    padding: 10px 40px;
    min-width: 176px;
}
.btn-contact {
    font-size: 17px;
    padding: 10px 35px;
    color: #807D7D;
    font-weight: 300;
    margin-top: 0;
    transition: all 0.3s ease;
}
.btn-contact:hover,
.btn-contact:focus {
    color: white;
    background-color: rgba(47,47,47,0.5);
}
.no-bg {
    background: none;
    border: 1px solid #aaa;
}
.scf-btn {
    background: var(--scf-blue);
    color:#fff;
	font-weight:bold; 
}
.scf-btn:hover,
.scf-btn:focus {
    background: var(--scf-green);
    color: #fff;
}
.yellow-btn {
    background:#ACA633;
    border:1px solid #ACA633;
    color:#fff;
}
.yellow-btn:hover,
.yellow-btn:focus {
    background: none;
    color: #ACA633;
}
.green-btn {
    background:#039C44;
    border:1px solid #039C44;
    color:#fff; 
}
.green-btn:hover,
.green-btn:focus {
    background: none;
    color: #039C44;
}
.normal-btn {
    font-size: 16px;
    font-weight: 300;
    min-width: 145px;
}
.form-control {
    box-shadow: none;
    font-size: 16px;
    height: auto;
    padding: 8px 12px;
}
.form-group {
    margin-bottom: 18px;
}
.contact-form {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.content-item input, .content-item textarea {
    border-radius:0px;
}
.contact-field {
    padding-left: 0;
    padding-right: 0;
}
.footer {
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    padding:48px 0;
}
.footer a {
	color: #FF6;
}
.margin-b-0 {
    margin-bottom: 0;
}
.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pad-l-3 {
    padding-left: 3px;
}
.margin-b-25 {
    margin-bottom: 25px;
}

.h_iframe {
	aspect-ratio: 1;
	height: 100%;
	width: 100%;
}
.h_iframe2 {
	aspect-ratio: 6/9;
	height: 100%;
	width: 100%;
}
.h_iframe3 {
	aspect-ratio: 4/2;
	height: 100%;
	width: 100%;
}

@media screen and (max-width:1199px){
    .content-item {
        min-height: 470px !important;
    }
    .content-item img {
        min-height: 470px !important;
    }
    .background p {
        line-height: 22px;        
    }
    .background p,
    .background li {
        font-size: 13px;
    }
    .background h2 {
        margin-bottom: 15px !important;
    }
    p {
        margin: 0 0 10px;
    }
    .btn {
        margin-top: 15px;        
    }
    /*.background {
        background-color: #fff;        
    } */
    .last {
        min-height: 235px !important;
    }
    textarea#message {
        height: 125px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .background {
        padding: 25px;
    }
    .background.content-item-1 {
        padding: 0 40px;   
    }
    .btn {
        margin-top: 10px;
    }
    .btn-contact {
        margin-top: 0;
    }
    .form-control {
        font-size: 0.9em;
    }
}

@media screen and (max-width:991px){

    .content-item {
        min-height: inherit !important;
    }
    .content-item img {
        min-height: inherit !important;
    }
    .fixed-header ul li a {
        padding: 0px 15px;
    }
    .background p {
        line-height: 27px;
    }
    .background p,
    .background li {
        font-size: 16px;
    }
    .background h2 {
        margin-bottom: 20px;
    }
    p {
        margin: 0 0 20px;
    }
    .btn {
        margin-top: 20px;        
    }
    .last {
        min-height: 284px !important;
    }
    textarea#message {
        height: inherit;
    }
}

@media screen and (max-width:767px){
    .last {
        min-height: inherit !important;
    }
    .fixed-header.scroll .navbar-brand {
        padding: 12px 15px 0;
    }
    .navbar-toggle {
       display:block;
       top: 15px;
       background-color: white;       
    }
    .fixed-header.scroll .navbar-toggle {
        top: 8px;
    }
    .navbar-toggle .icon-bar {
        background-color: #006699;
    }
    
    .fixed-header ul li a:hover, 
    .fixed-header ul li .current {
        border-top: none;
    }
    .fixed-header {
        padding: 5px 0;
    }
    .fixed-header ul li a {
        font-size: 1em;
    }
    #home {
        padding-top: 62px;
    }
    .pad-l-3 {
        padding-left: 15px;
    }
}

@media screen and (max-width:500px) {
    .btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .background.content-item-1 {
        padding: 40px 45px;
    }
}

@media screen and (max-width: 420px) {
    .background {
        padding: 40px 35px;
    }
    .background.content-item-1 {
        padding: 20px 25px;
    }
}

/* Bootstrap Overide */
.navbar-toggler:focus { 
	box-shadow: none; 
}
.nav-item { 
	margin-right: 30px; 
}
.nav-item:last-child { 
	margin-right: 0; 
}
.nav-link {
   	color: #fff;
	font-weight: bold;
   	font-size: 1.2rem;
}
.nav-link.active,
.nav-link:hover {
   	border-color: var(--scf-green);
	color: #fff;
	font-weight: bold;
	background-color: var(--scf-green);
}	
.navbar {
	--bs-navbar-color: #fff;
	--bs-navbar-hover-color: #fff;
	--bs-navbar-active-color: #fff;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar.scroll {
	background-color: rgba(0, 173, 239, 0.80)
}


@media (max-width: 991px) {
   	.navbar-collapse {
       	position: fixed;
       	top: 100px;
       	right: 30px;
       	background: var(--scf-blue);
       	width: 300px;
       	padding: 15px;
   	}
}