/* Global HTML */
body{
    font-size: 1.5em;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

a{
    color: #434445;
    text-decoration: underline;
}

a:hover, a:active, a:focus{
    color: #6E6F6F;
}

a.noline{
    color: #434445;
    text-decoration: none;
}

a.noline:hover, a.noline:active, a.noline:focus{
    color: #6E6F6F;
}

p{
    font-size: 16px;
}


/* Global CSS */
.img-responsive{
    margin-left: auto;
    margin-right: auto;
}
.btn {
    border: 0 none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.btn-cpm{
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #020102;
    background-color: #F4980E;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 26px;
}
.btn-cpm:hover, .btn-cpm:active, .btn-cpm:focus{
    color: #020102;
    background-color: #F8B652;
}
.btn-cpm2{
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2A2E33;
    background-color: #E8E8E8;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 26px;
}
.btn-cpm2:hover, .btn-cpm2:active, .btn-cpm2:focus{
    color: #2A2E33;
    background-color: #CECECE;
}
.btn-wrap{
    border: none;
    padding: 4px 8px;
	white-space:nowrap;
	display:inline-block;
}

.btn-cpm .fa {
    margin-right: 5px;
}
.pink {
    color: #00A372;
}
.blue {
    color: #0D4099;
}
.quote {
	margin-top:-24px;
	position:relative;
	z-index:200;
	right:0px;
	text-align:right;
    color: #OOO;
	font-size:14px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}


/* Navigation CSS */
#nav{
    height: 150px;
    background-color: #ECEBE6;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}

.navbar-header button{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #0D4099;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 0;
    box-shadow: 0 5px 0 0 #000;
    padding: 0;
    margin-right: 0;
    float: none;
    z-index: 2000;
}
.navbar-header button:active, .navbar-header button.active{
    box-shadow: none;
    margin-top: 13px;
    margin-bottom: 3px;
}
.navbar-header button .fa-bars{
    font-size: 24px;
}

.navbar > .container .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    height: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
    margin-top: 5px;
}
.nav-logo {
    height: 80px;
	margin-top:20px;
}
.navbar{
    border: none;
    margin-bottom: 0;
}
.navbar-right{
    margin-top: 6px;
}
.navbar-right li a{
    font-weight: 700;
    font-size: 16px;
    color: #504e4e;
    text-decoration: none;
    padding: 2px 0 13px;
    margin: 0 10px;
    border-top: 5px solid rgba(255,255,255,0);
}
.navbar-right li a:hover, .navbar-right li a:active, .navbar-right li a:focus{
    background-color: inherit;
    color: #504e4e;
    border-top: 5px solid #F4980E;
}
.navbar-right li:last-child{
    margin-right: 5px;
}
.container .navbar-collapse{
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-top{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    margin-bottom: 1px;
    float: right;
}
.navbar-top .btn-cpm {
    font-size: 20px;
    padding: 6px 15px;
    border-radius: 20px;
    margin-right: 10px;
}
.navbar-top table {
    vertical-align: middle;
}
.nav .open>a,
.nav .open>a:hover, .nav .open>a:active, .nav .open>a:focus{
    border-color: #F4980E;
    background-color: transparent;
}

.dropdown-menu{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu li a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
}
.dropdown-menu li:last-child{
    margin-right: 0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:active, .dropdown-menu li a:focus{
    background-color: #F4980E;
    color: #fff;
}

.service-wrap{
	/*height:474px;*/
	height:441px;
}

.service-wrap .content-box{
	/*height:408px;*/
	height:375px;
	width:100%;
	overflow:hidden;
}



@media(max-width: 991px) and (min-width: 768px){
    .dropdown-menu li a {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width: 767px){
    #nav{
        position: relative;
        height: 100px;
    }

    .navbar > .container .navbar-brand{
        margin-left: 15px;
    }
    .navbar-brand img{
        margin-top: 5px;
        max-height: 80px;
    }

    .container .navbar-collapse{
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-collapse{
        background-color: #F4980E;
        border: none;
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 150;
        width: 100%;
    }

    .navbar-right li a{
        background-color: transparent;
        text-align: left;
        text-transform: uppercase;
        font-size: 28px;
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 0;
        padding: 15px;
        margin: 0;
        min-width: 100%;
    }

    .navbar-right li a:hover, .navbar-right li a:active, .navbar-right li a:focus{
        border: none;
        color: #fff;
        border-radius: 0;
        background-color: #000;
    }
    .navbar-right li:last-child{
        margin-right: 0;
    }

    .nav .open>a,
    .nav .open>a:hover, .nav .open>a:active, .nav .open>a:focus{
        background-color: #000;
    }

    #nav .dropdown-menu li a{
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 50px;
    }
    #nav .dropdown-menu li a:hover, #nav .dropdown-menu li a:active, #nav .dropdown-menu li a:focus{
        background-color: #F4980E;
    }
    #nav .dropdown-menu{
        background-color: #F4980E;
    }
	
	.service-wrap{
	    width:100%;
	    height:auto;
		margin-bottom:10px;
}
    .service-wrap .content-box{
	    width:100%;
	    height:auto;
	    overflow:visible;
}
	
	
}



/* Footer CSS */
.footer{
    color: #fff;
    font-size: 14px;
    background-color: #404040;
}
.footer-newsletter {
    background-color: #e8e8e8;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-newsletter table {
    width: 100%;
}
.footer-newsletter td {
    vertical-align: middle;
}
.footer-newsletter .newsletter-label-full {
    width: 100%;
    display: none;
}
.footer-newsletter .newsletter-label-full label {
    font-size: 26px;
}
.footer-newsletter .newsletter-label {
    width: 50%;
}
.footer-newsletter .newsletter-label label {
    font-size: 32px;
}
.footer-newsletter .newsletter-email {
    width: 30%;
    padding-left: 10px;
}
.footer-newsletter .newsletter-email input {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    color: #000;
}
.footer-newsletter .newsletter-button {
    width: 20%;
    padding-left: 10px;
}
.footer-newsletter .newsletter-button input {
    display: block;
    width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .footer-newsletter .newsletter-label label {
        font-size: 26px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .footer-newsletter .newsletter-label label {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .footer-newsletter .newsletter-label-full {
        display: block;
    }
    .footer-newsletter .newsletter-label-full label {
        width: 100%;
    }
    .footer-newsletter .newsletter-label {
        display: none;
    }
    .footer-newsletter .newsletter-email {
        padding-left: 0;
    }
}
.footer-information {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-information a {
    color: rgb(255,255,255);
    text-decoration: none;
}
.footer-information a:hover, .footer-information a:active, .footer-information a:focus {
    color: rgba(255,255,255,.5);
}
.footer-information h4 {
    margin-bottom: 0;
}
.footer-location {
    text-align: right;
}
.footer-location h4 {
    margin-bottom: 0;
}
.footer-location ul {
    padding-left: 0;
    list-style: none;
}
@media (max-width: 767px) {
    .footer-location {
        text-align: left;
    }
}
.footer-copyright {
    background-color: #ECEBE6;
    padding-top: 15px;
    padding-bottom: 15px;
	color:#020102;
}

/* Page CSS */
/*.page{
    margin-top: 30px;
    margin-bottom: 60px;
}

.page h1{
    font-size: 30px;
    margin-top: 0;
    margin-left: -45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #e77a00;
    padding: 5px 15px 5px 45px;
}

.page p{
    font-size: 16px;
    text-align: justify;
}
*/

.ieditpagetop img{
    margin-left: auto;
    margin-right: auto;
	width:100%;
	height:auto
}
.ieditpagebody {
	margin-left: auto;
    margin-right: auto;
	}
	
.ieditpagebody img {
	max-width: 100%;
	height:auto;
	}
/*.ieditpagebody h2 {
    font-weight: 700;
    font-size: 25px;
	color: #e77a00;
}*/
	
.bloglinkwrap{
    font-size: 18px;
	padding:8px;
	margin:4px 0 4px 0;
	background-color:#ECEAEA;
}
.bloglinkwrapcurrent{
    font-size: 18px;
	padding:8px;
	margin:4px 0 4px 0;
	font-style:italic;
	color:#8C8989;
	background-color:#ECEAEA;
}
.bloglinkwrap a{
	text-decoration:none;
	color:#434445;
}
.blog a{
	text-decoration:none;
	color:#434445;
}
#fade-in img{
	opacity:0.75;
	transition: .5s ease;
	}
#fade-in img:hover{
	opacity:1;
	box-shadow: 1px 1px 2px black, 0 0 25px #1B1464, 0 0 5px #1B1464;
	transition: .5s ease;
	}
	
#fade-out img{
	opacity:1;
	transition: .5s ease;
	}
#fade-out img:hover{
	opacity:0.5;
	transition: .5s ease;
	}

/* Content CSS */
.content-hero{
    background-color: #F4980E;
    position: relative;
}
.content-hero-text{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 30%;
	left: 35%;
}
.herotext{
	position: absolute;
	text-align:center;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.content-hero form {
    width: 360px;
    position: absolute;
    top: 47%;
    right: 0;
    transform: translate(0,-50%);
    background-color: rgba(255,255,255,.7);
    padding: 20px 30px;
    border-radius: 20px;
}
.line1{
	font-size:36px;
}
.line2{
	font-size:44px;
}
.line3{
	font-size:36px;
}
.content-hero .img-responsive {
    width: 100%;
    object-fit: cover;
    min-height: 235px;
    max-height: 500px;
    overflow: hidden;
}
.content-hero.subpage .img-responsive {
    max-height: 375px;
}
.content-hero-background{
    height: 3px;
}

.wrap {
    width: 1140px;
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width: 1199px) and (min-width: 992px) {
    .wrap {
        width: 940px;
    }
	.content-hero-text{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 30%;
	left: 35%;
	}
	.content-hero form img{
		max-width:340px;
		height:auto;
}
/*	.herotext{
		position: absolute;
		text-align:center;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
	}
	.line1{
		font-size:30px;
	}
	.line2{
		font-size:40px;
	}
	.line3{
		font-size:30px;
	}
	
	.prezi-box{
	margin:auto;
	height:300px;
	width:500px;
    }*/
}
@media (max-width: 991px) and (min-width: 768px) {
    .wrap {
        width: 720px;
    }
	
	.content-hero-text{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 25%;
	left: 30%;
	}
    .content-hero form img{
		max-width:270px;
		height:auto;
     }
	 .nav-logo {
    height: 60px;
	margin-top:20px;
     }

}
@media (max-width: 767px) {
    .wrap {
        width: 100%;
    }
	.content-hero-text{
		display:none;
	}
    .content-hero form img{
		max-width:200px;
		height:auto;
    }
    .nav-logo {
    height: 40px;
	margin-top:30px;
     }
}
.content-hero form {
    width: 360px;
    position: absolute;
    top: 47%;
    right: 0;
    transform: translate(0,-50%);
    padding: 20px 30px;
    border-radius: 20px;
}

.contact-hero table {
    width: 100%;
}
.form-line {
    font-size: 36px;
    font-weight: 700;
}
.home-form {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.home-form input {
    width: 250px;
    background-color: transparent;
    border: none;
    color: rgba(4,0,68,.5);
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    border-radius: 0;
}
.home-form .fa {
    color: rgba(4,0,68,.5);
    margin-right: 26px;
}
.home-form input::-webkit-input-placeholder {
    color: rgba(4,0,68,.5);
}
.home-form input::-moz-placeholder {
    color: rgba(4,0,68,.5);
}
.home-form input:-ms-input-placeholder {
    color: rgba(4,0,68,.5);
}
.home-form input:-moz-placeholder {
    color: rgba(4,0,68,.5);
}
.button .btn-cpm {
    display: block;
    margin: 15px auto;
    padding-left: 45px;
    padding-right: 45px;
}
.form-link {
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-link a {
    color: #F4980E;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .content-hero form {
        width: 294px;
        padding: 10px 20px;
    }
    .form-line {
        font-size: 28px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .home-form {
        font-size: 18px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .home-form input {
        width: 190px;
    }
    .button .btn-cpm {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        padding: 8px 30px;
    }
    .form-link {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .form-link a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .content-hero form {
        width: 257px;
        right: 50%;
        transform: translate(50%,-50%);
        padding: 3px 20px 8px;
    }
    .form-line {
        font-size: 26px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .home-form {
        font-size: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .home-form .fa {
        color: rgba(4,0,68,.5);
        margin-right: 15px;
    }
    .home-form input {
        width: 180px;
        background-color: #ddd;
        padding-left: 10px;
    }
    .button .btn-cpm {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        padding: 8px 30px;
    }
    .form-link {
        padding-top: 0;
        padding-bottom: 0;
    }
    .form-link a {
        font-size: 16px;
    }
}

.content h2 {
    color: #2a2e33;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
}
.content .btn-format {
    text-align: center;
}
.content-services, .content-experience, .content-community{
    padding-top: 30px;
    padding-bottom: 0px;
}
.content-services h4{
    color: #2a2e33;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
}
.content-community {
    font-size: 16px;
}
.content-community ul {
    padding-left: 0;
    list-style: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .content h2 {
        font-size: 26px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .content h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .content h2 {
        font-size: 20px;
    }
    .content-services .col-sm-4 + .col-sm-4 {
        margin-top: 40px;
    }
	.prezi-box{
	margin:auto;
	height:150px;
	width:275px;
    }
}


/* Sidebar */
.sidebar-header{
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    color: #000;
    text-align: left;
    margin: 8px 0 17px;
}

.sidebar label{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.sidebar .form-group{
    margin-bottom: 10px;
}


/* Page CSS */
.page{
    margin-top: 30px;
    margin-bottom: 60px;
}

.page h1{
    color: #2a2e33;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .page h1 {
        font-size: 28px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .page h1 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .page h1 {
        font-size: 24px;
    }
}