/* Show it is fixed to the top */
html{
	overflow-x: hidden;
	max-width: 100%;
}
body{
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden!important;
}

#footer li {
    font-size: 14px;
}

#footer .footer-column {
    border-right: none;
}

#footer i {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer !important;
    color: #b2b2b2;
}

.footer-link {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.footer-link:hover {
    color: rgb(197, 46, 34) !important;
}

.footer-post {
    border-bottom: solid 1px #454545;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer !important;
}

.footer-post:hover .footer-icon {
    color: rgb(197, 46, 34) !important;
}

.footer-post:hover .footer-link {
    color: rgb(197, 46, 34) !important;
}

.bg-cover {
	background-image: url('../../media/landing-cover-2.jpg');
  	background-repeat: no-repeat;
  	background-size: cover;
  	-o-background-size: cover;
  	-moz-background-size: cover;
  	-webkit-background-size: cover;
 	 background-position: center center;
}

.bg-blue-watercolor {
	background-image: url('../../media/landing_blue.png');
	background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bg-dark-cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    z-index: 0;
}

.bg-blue-cover{
  background-image: linear-gradient(rgba(0, 86, 147,0.8), rgba(0, 86, 147,0.8));
  z-index: 0;
}

.w-60{
	width: 60%;
}

.w-70{
	width: 70%;
}

.fancy-end-clip{
	-webkit-clip-path: none;
	clip-path: none;
}
@media (min-width:768px){
	.bg-cover{
		height:100vh!important;
	}

	.fancy-end-lg-clip{
	  	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 100%, 100% 0);
	  	clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 100%, 100% 0);
	}
}
@media (min-width:768px){
	.footer-column {
		border-bottom: none!important;
	}
	
	.bg-cover{
		height:100vh!important;
	}

	.fancy-end-lg-clip{
	  	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 100%, 100% 0);
	  	clip-path: polygon(0 0, 0 100%, 100% 100%, 80% 100%, 100% 0);
	}
}
@media (min-width:992px){
	.footer-column {
		border-right: solid 1px #454545!important;
	}
}
.bg-black {
    background: #141414;
}

.text-primary {
    color: rgb(197, 46, 34) !important;
}

.text-secondary-3{
	color: rgb(0, 86, 147);
}

.text-light-gray {
    color: #888888 !important;
}

.rounded-icon-nav {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.rounded-icon-nav:hover {
    color: rgb(197, 46, 34) !important;
    border-color: white;
    background: white;
}

.icon-small {
    text-align: center;
    width: 38px !important;
    height: 38px !important;
}

.icon-large {
    text-align: center;
    width: 85px !important;
    height: 85px !important;
}

.icon-xlarge {
    text-align: center;
    width: 105px !important;
    height: 105px !important;
}

.navbar-light>.nav-item {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    padding: 8px;
}

.navbar-light>.nav-item:first-child {
    padding-left: 0px;
}

.navbar-light>.nav-item:after {
    display: block;
    content: '';
    border-bottom: solid 3px rgb(197, 46, 34);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.navbar-light>.nav-item:hover:after {
    transform: scaleX(1);
}

.navbar-light>.nav-item:hover .nav-link {
    color: rgb(197, 46, 34) !important;

}

.navbar-light-hover {
    color: rgb(197, 46, 34) !important;
    background-color: #25579A;
}


.nav div.navbarCollapse {
    height: 65px;
    float: right;
}

.nav div.navbarCollapse ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.navbarCollapse ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.navbarCollapse ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 2.4rem;
}

.nav div.navbarCollapse ul li a:hover {
    color: #00E676;
}


#navbar {
    overflow: hidden;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
    padding-top: 60px;
}

.btn-outline-white {
    color: white;
    border-color: white;
}

.btn-outline-white:hover {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-check:focus+.btn-outline-white,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-white,
.btn-check:checked+.btn-outline-white,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show,
.btn-outline-white:active {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-check:active+.btn-outline-white:focus,
.btn-check:checked+.btn-outline-white:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus,
.btn-outline-white:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: white;
    background-color: transparent
}

.btn-outline-primary {
    color: #005693;
    border-color: #005693;
    border-radius: 24px;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #005693;
    border-color: #005693;
}

.text-3-secondary{
	color: #005693;
}

.cursor-normal {
    cursor: auto !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.special-card:hover .special-separator {
    opacity: 1;
    background-color: #005693;
}

.special-card:hover .special-icon {
    color: white !important;
    background: #005693 !important;
}

.special-services:hover .special-icon {
    color: white !important;
    background: rgb(197, 46, 34) !important;
}

.special-team:hover .special-icon {
    color: #005693 !important;
}

.special-separator {
    height: 8px;
}

.separator-expand {
    width: 6px;
    height: 6px;
    background: rgb(197, 46, 34);
    border-radius: 50%;
}

.special-team:hover .separator-expand {
    content: '';
    width: 150px;
    height: 2px;
    background: #005693;
    border-radius: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

#scrollToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 99;
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
}

#preview-colors {
    color: #2D3664;
    color: #2FA1AE;
    color: #C8395F;
    color: #25579A;
    color: #C6E2F4;
    color: #E9F3FB;
    color: #57ADBA;
    color: #D5E8EC;
    color: #E9F3F1;
    color: #CF6378;
    color: #EFD1D0;
    color: #F9EEED;
    color: #59595B;
    color: #F1F3F2;
    color: #FFFFFF;
}

.dark-link{
    color:#1a1e21!important;
}
.dark-link:focus,.dark-link:hover{
    color:#69727a!important;
}

.waviy {
	
}
.waviy span {
  color: #fff;
  animation: flip 2s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}

p{
	line-height: 30px;
}

.feature-content p{
	line-height: 25px;
}

.footer-column p{
	line-height: 25px;
}

.section-title {
  display: inline-block;
  position: relative;
}

.section-title:after {
  content: "";
  height: 3px;
  width: 70px;
  background-color: #E73124;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.section-title-2:after {
  content: "";
  height: 3px;
  width: 70px;
  background-color: #E73124;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
}

.red-bullet-list li::marker {
	color: #E73124;
}
