@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

	body{
		    margin: 0px !important;
		    font-family:Open Sans,sans-serif;
		    text-decoration: none;
		    overflow-x: hidden;
	}

	a{
		    text-decoration: none;
	}

.hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}


.hamburger span{
	position: absolute;
    height: 2px;
    width: 30px;
    background: #304293;
    display: block;
    left: 0;
    right: 0;
    -webkit-transition: top .2s .25s,left .2s .25s,opacity .2s .25s,-webkit-transform .2s 0s;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,-webkit-transform .2s 0s;
    -o-transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s;
    transition: top .2s .25s,left .2s .25s,opacity .2s .25s,transform .2s 0s,-webkit-transform .2s 0s;
    border-radius: 0;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 9px;
}

.hamburger span:nth-child(3) {
    top: 18px;
}

.head_wrap{
	display: flex;
}

.head_wrap .flex_size{
flex:0 0 20%;
}

.logo{
  flex:0 0 60% !important;  
}

.logo img{
	    height: 80px;
	display: block;
	margin: 0 auto;
}

.flex_size .btn_top{
	      text-align: right;
    display: block;
        margin-top: 20px;
}

.header{
	    background-color: #fff;
    padding: 20px 0;
}

.menu_bar{
	text-transform: uppercase;
}

.menu_bar em{
	font-size: 14px;
    color: #222222;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 52px;
    margin-left: 15px;
        display: inline-block;
    vertical-align: middle;
}


.btn-primary{
    vertical-align: middle;
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fb7700;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 10px;
    letter-spacing: 2px;
}


.header{
	padding: 10px 22px;
}

.menu_content{
	    height: calc(100vh - 120px);
    padding: 40px 0;
	background-color: #fafafa;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: hidden;
}


header{
	    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
}

main{
	    padding-top: 100px;
}

.menu_content{
	display: none;
}

.menu_bar{
	cursor: pointer;
}


.menu_bar.active span{
	    -webkit-transition: background .2s,top .2s,left .2s,opacity .2s,-webkit-transform .2s .25s;
    transition: background .2s,top .2s,left .2s,opacity .2s,-webkit-transform .2s .25s;
    -o-transition: background .2s,top .2s,left .2s,opacity .2s,transform .2s .25s;
    transition: background .2s,top .2s,left .2s,opacity .2s,transform .2s .25s;
    transition: background .2s,top .2s,left .2s,opacity .2s,transform .2s .25s,-webkit-transform .2s .25s;
}

.menu_bar.active span:nth-child(2) {
    opacity: 0;
}

.menu_bar.active span:first-child, .menu_bar.active span:nth-child(3) {
    top: 9px;
}


.menu_bar.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }


    .menu_bar.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .menu_bar.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.extra{
	position: absolute;
	right: 0px;
	width:100px;
}

.extra img{
	width:100%;
	    padding-top: 10px;
}

.bigger{
	min-height: 570px;
	max-height: 800px;
    background: url('../images/amps-edu-expo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}



.texts{
      position: absolute;
    top: 48%;
    color: white;
    padding-left: 40px;
    font-size: 30px;
    left: 8%;
    border-left: 4px solid #fb7700;
}


.texts2{
      position: absolute;
    top: 55%;
    color: white;
    padding-left: 40px;
    font-size: 30px;
    right: 8%;
}


.texts2 h3{
	    margin: 0 !important;
    margin-bottom: 20px !important;
}

.bigger h1{
line-height: 1.2;
    margin: 0;
}

.bigger::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: .2;
    height: 100%;
    background: black;
	}

	.menu_content li{
		list-style: none;
		    color: #132958;
    text-transform: uppercase;
  line-height: 2;
	}


footer ul{
    padding: 0px;
}

		footer li{
		list-style: none;
		    color: #fff;
    text-transform: uppercase;
  line-height: 2;
	}

			footer a{
color: #fff;
    letter-spacing: 1px;
        font-size: 15px;
    font-weight: 600;
        font-family: Open Sans,sans-serif;
	}

	.menu_content a{
color: #132958;
    letter-spacing: 1px;
        font-size: 20px;
    font-weight: 600;
    color: #304293;
        font-family: Open Sans,sans-serif;
	}





.texts3{
	position: absolute;
    top: 25%;
    left: 8%;
    border-radius: 999px;
}

.texts3 svg{
    border-radius: 999px;
  	animation: pulse 2s infinite;
}

	@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow:  0 0 0 0 rgba(226, 226, 226, 0.4);

  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
      box-shadow: 0 0 0 30px rgba(226, 226, 226, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(226, 226, 226, 0);
  }
}


.links_icon svg{
    width: 30px;
    margin: 0 15px;
}

.links_icon{
	padding-top: 20px;
}

.secondary_list ul{
	padding: 0;
}


.special_head{
	color:#fb7700;
}


.address p{
	    font-weight: 700;
    line-height: 1.6;
    font-size: 16px;

}


.padding-eq{
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.home_content h1{
	color: #122756;
}

.home_content img{
	    display: block;
}

.white_text{
color: white !important;
}

.text-center{
	text-align: center;
}


.slider img{
	 /*   width: 80% !important; */
}


.slider svg{
	fill:#fff;

}

.next_ar{
    position: absolute;
    right: 0;
    z-index: 999;
    top: 40%;
    cursor: pointer;
}

.prev_ar{
	    position: absolute;
    left: 0;
    z-index: 999;
    top: 40%;
    cursor: pointer;
}

.grayslide{
	    padding-bottom: 70px;
}

.container-full h1{
	color: #122756;
}

.padding-q{
	padding: 0px 50px
}


.carousel  svg{
	fill:#fff;
}

.biggy{
	background: url('../images/biggy1.jpg');
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
 
}

.news img{
	height:300px;
}

.news{
	    padding: 35px 0px;
	    margin-bottom: 30px;
}


.news h3{
	text-align: center;
}

footer{
	    background: #222222;
    color: white;
     padding: 10px 0px;
}

footer .fa{
	padding-right: 20px;
	    font-size: 20px;
}

.footer_copy{
        background: #080808;
    padding: 10px;
    color: white;
}

.color_org{
    color: #fc7700;
}


.img-responsive{
    width: 100%;
}


.photo_galcontent{
    background: #222222;
    padding: 20px;
    padding-bottom: 65px;
    margin-bottom: 30px;
}

.photo_galcontent h1{
    color: white;
}

main .content_section{
text-align: justify;
}

.breadcrumb{
    display: block;
    background: #fb7700;
    padding: 10px;
    color: white;
    font-weight: 800;
}

.list_icons .icon_img{
width: 20px;
margin-right: 20px;
}

.list_icons li{
    list-style: none;
    padding: 10px 16px;
    background: #fb7700;
    text-indent: -3em;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    margin: 25px;

}

.list_icons{
    list-style-position: outside;

}


main table{
    width: 100%;
    border: 1px solid #fb7700;
}

main table td{
    padding: 0 10px;
    border: 1px solid #fb7700;
}

.padding-eq p{
text-align: justify;
}




/* form */




pre{overflow:auto;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
button,
input,
optgroup,
select,
textarea{margin:0;font:inherit;color:inherit;}
button{overflow:visible;}
button,
select{text-transform:none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
button::-moz-focus-inner,
input::-moz-focus-inner{padding:0;border:0;}
input{line-height:normal;}
input[type="checkbox"],
input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}



fieldset{min-width:0;padding:0;margin:0;border:0;}
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5;}
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold;}
input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type="radio"],
input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}
input[type="file"]{display:block;}
input[type="range"]{display:block;width:100%;}
select[multiple],
select[size]{height:auto;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555;}
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder{color:#999;opacity:1;}
.form-control:-ms-input-placeholder{color:#999;}
.form-control::-webkit-input-placeholder{color:#999;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{background-color:#eee;opacity:1;}
.form-control[disabled],
fieldset[disabled] .form-control{cursor:not-allowed;}
textarea.form-control{height:auto;}
input[type="search"]{-webkit-appearance:none;}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]{line-height:34px;}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"]{line-height:30px;}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"]{line-height:46px;}
}
.form-group{margin-bottom:15px;}




.radio,
.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}
.radio label,
.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px;}
.radio + .radio,
.checkbox + .checkbox{margin-top:-5px;}
.radio-inline,
.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer;}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]{cursor:not-allowed;}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline{cursor:not-allowed;}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label{cursor:not-allowed;}
.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0;}
.form-control-static.input-lg,
.form-control-static.input-sm{padding-right:0;padding-left:0;}
.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
select.input-sm{height:30px;line-height:30px;}
textarea.input-sm,
select[multiple].input-sm{height:auto;}
.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
select.form-group-sm .form-control{height:30px;line-height:30px;}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control{height:auto;}
.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5;}
.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}
select.input-lg{height:46px;line-height:46px;}
textarea.input-lg,
select[multiple].input-lg{height:auto;}
.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}
select.form-group-lg .form-control{height:46px;line-height:46px;}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control{height:auto;}
.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333;}
.has-feedback{position:relative;}
.has-feedback .form-control{padding-right:42.5px;}
.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}
.input-lg + .form-control-feedback{width:46px;height:46px;line-height:46px;}
.input-sm + .form-control-feedback{width:30px;height:30px;line-height:30px;}



.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label{color:#a94442;}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;}
.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442;}
.has-error .form-control-feedback{color:#a94442;}
.has-feedback label ~ .form-control-feedback{top:25px;}
.has-feedback label.sr-only ~ .form-control-feedback{top:0;}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}
@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle;}
.form-inline .form-control-static{display:inline-block;}
.form-inline .input-group{display:inline-table;vertical-align:middle;}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control{width:auto;}
.form-inline .input-group > .form-control{width:100%;}
.form-inline .control-label{margin-bottom:0;vertical-align:middle;}
.form-inline .radio,
.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}
.form-inline .radio label,
.form-inline .checkbox label{padding-left:0;}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0;}
.form-inline .has-feedback .form-control-feedback{top:0;}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0;}
.form-horizontal .radio,
.form-horizontal .checkbox{min-height:27px;}
.form-horizontal .form-group{margin-right:-15px;margin-left:-15px;}
@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right;}
}
.form-horizontal .has-feedback .form-control-feedback{right:15px;}
@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px;}
}
@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;}
}


.content_align_center{
        display: flex;
    align-items: center;
text-align: justify;
}

.zones_icon b{
    font-size: 20px;
        color: #fb7700;
}

tr:nth-child(even){
    background: #fdeee5;
}



.pencil{
    position: absolute;
    left: 10px;
    width: 20px;
}
.carousel2 img
{
        height: 400px;
        width: 100%;
}
.event-heading
{
    font-weight: bold;
    text-transform: capitalize;
    padding: 15px 15px 15px 15px;
}
.event-date
{
    font-size: 18px;
    padding: 15px 15px 15px 15px;

}
.event-content {
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clearfix
{
    padding-bottom: 20px;
}
.breadcrumb
{
    background-color: #fc7700!important;
    color: #fff!important;
}
