/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Hover link */

a.hover_red {
	color: white; 
}

a.hover_red:hover {
	color: #ed5151;
}


/* Style The Dropdown Button */
.dropbtn {
    padding: 10px;
    color: #000000;
    font-size: 14px;
    font-size: 0.875em; 
    border: none;
    width: 180px;
    cursor: pointer;
    background: url("button-icon.png") no-repeat right;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    z-index: 10;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: 70px;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/*
.dropdown-link
{
 color: #fff !important;
}
*/

.dropdown-link {
    color: #000000 !important;
}

.dropdown-link:hover
{
  color: #000 !important;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    /*font-family: 'Helvetica Neue', sans-serif;*/
    font-size: 14px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875em; 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1; color:#000;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color:  #f9f9f9;
    color: black;
     background: url("button-icon.png") no-repeat right;
}


.h1-small {

font-size: 18px;
}

@media (max-width: 800px) { 
/* not working */

.h1-small {  
display: none !important;

}

}

.header {
  margin-bottom:20px;
}

.header-bar img {
  float: left;
  vertical-align:middle;
}

.header-bar h1 {
  position: relative;
  top: 1px;
  left: 10px;
}


.social {
	font-size: 1px;
	padding-top: 5px;
}
 
/* Set an optional width for your button wrappers */
.social span {
	display: inline-block;
	width: 110px;
}
 
/* Adjust the widths individually if you like */

.social .facebook {
        width: 160px;
	position: relative;
	left:-10px;
	top: -3px;
        /*padding-left:10px; */
}


.social .google {
	width: 75px;
	padding-left:10px;
	padding-top:2px;
}

.social .twitter {
	left:-20px;

}	



    #response {
    width: 100%;
    height: 20px;
    display: none;
    background: #0078d7;
    margin: -40px 0px 20px 0px;
    padding-right: 5px;
    padding-left: 5px;
    
}
#response div {
    height: 100%;
    border: none;
    background: #77A6F7;
    width: 1px;
}


#text{
	color:#fff;
	display: inline;
}


.btn, .hero form button.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  font-size: 20px;
  display: none;
}

.hero form button.btn {
	margin: -50px auto 0;
}

/* Darker background on mouse-over */
.btn:hover, .hero form button.btn:hover {
  background-color: RoyalBlue;
}
			



				.box
				{
					font-size: 1.25rem; /* 20 */
					background-color: #0078d7;
					position: relative;
					padding: 100px 20px;
				}
				
				.box.has-advanced-upload:hover
				{
					background-color: #0084d7;
				}	


				.box.has-advanced-upload
				{
					height: 340px;
					outline: 2px dashed #fff;
					outline-offset: -10px;

					-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
					transition: outline-offset .15s ease-in-out, background-color .15s linear;
				}
				.box.is-dragover
				{
					outline-offset: -20px;
					outline-color: #c8dadf;
					background-color: #fff;
				}
					.box__dragndrop,
					.box__icon
					{
						display: none;
					}
					.box.has-advanced-upload .box__dragndrop
					{
						display: inline;
					}
					.box.has-advanced-upload .box__icon
					{
						width: 100%;
						height: 80px;
						fill: #fff;
						display: block;
						margin-bottom: 40px;
					}

					.box.is-uploading .box__input,
					.box.is-success .box__input,
					.box.is-error .box__input
					{
						visibility: hidden;
					}

					.box__uploading,
					.box__success,
					.box__error
					{	
						color: #fff;
						display: none;
					}
					.box.is-uploading .box__uploading,
					.box.is-success .box__success,
					.box.is-error .box__error
					{
						display: block;
						position: absolute;
						top: 50%;
						right: 0;
						left: 0;

						-webkit-transform: translateY( -50% );
						transform: translateY( -50% );
					}
					.box__uploading
					{
						font-style: italic;
					}
					.box__success
					{
						-webkit-animation: appear-from-inside .25s ease-in-out;
						animation: appear-from-inside .25s ease-in-out;
					}
						@-webkit-keyframes appear-from-inside
						{
							from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
							75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
							to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
						}
						@keyframes appear-from-inside
						{
							from	{ transform: translateY( -50% ) scale( 0 ); }
							75%		{ transform: translateY( -50% ) scale( 1.1 ); }
							to		{ transform: translateY( -50% ) scale( 1 ); }
						}

					.box__restart
					{
						font-weight: 700;
					}
					.box__restart:focus,
					.box__restart:hover
					{
						color: #ed5151;
					}

					.js .box__file
					{
						width: 0.1px;
						height: 0.1px;
						opacity: 0;
						overflow: hidden;
						position: absolute;
						z-index: -1;
					}
					.js .box__file + label
					{
						max-width: 80%;
						/*text-overflow: ellipsis;
						white-space: nowrap;*/
						cursor: pointer;
						display: inline-block;
						overflow: hidden;
						color: #fff;
					}
					.js .box__file + label:hover strong,
					.box__file:focus + label strong,
					.box__file.has-focus + label strong
					{
						color: #ed5151;
					}
					.js .box__file:focus + label,
					.js .box__file.has-focus + label
					{
						outline: 1px dotted #000;
						outline: -webkit-focus-ring-color auto 5px;
					}
						.js .box__file + label *
						{
							/* pointer-events: none; */ /* in case of FastClick lib use */
						}

					.no-js .box__file + label
					{
						display: none;
					}

					.no-js .box__button
					{
						display: block;
					}
					.box__button
					{
						font-weight: 700;
						color: #e5edf1;
						background-color: #39bfd3;
						display: none;
						padding: 8px 16px;
						margin: 40px auto 0;
					}
						.box__button:hover,
						.box__button:focus
						{
							background-color: #0f3c4b;
						}


						#overlay {
							position: fixed;
							height: 100%;
							width: 100%;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							background: rgba(0, 0, 0, 0.8);
							display: none;
						}
						
						#popup {
							max-width: 600px;
							width: 80%;
							min-height: 300px;
							max-height: fit-content;
							height: 80%;
							padding: 20px;
							position: relative;
							background: #fff;
							margin: 20px auto;
							color: #000;
							padding-top: 30px;
							border-top: solid 4px #0078D7;
							z-index: 99;
						}
						
						#close {
							position: absolute;
							top: 10px;
							right: 10px;
							cursor: pointer;
							color: #000;
						}

						@media screen and (max-width: 991px) {
							.intro-box {
								display:none;
							}
							.intro-box2 {
								display:block;
							}
						}

						@media screen and (min-width: 991px) {
							.intro-box {
								display:block;
							}
							.intro-box2 {
								display:none;
							}
						}

@media screen and (max-width: 991px) {
.horizontal-banner {
display:none;
}
}

@media screen and (min-width: 991px) {
.horizontal-banner {
display:block;
}
}

/* New footer */


section.tagline {
	background-image: url(../img/cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 265px;
}

section.tagline h1 {
	color: #fff;
	margin: 0;
	margin-top: 96px;
	font-size: 1.9rem;
	font-weight: bold;
	margin-left: 30px;
}

section.tagline p {
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	margin-left: 30px;
}

.btnbtm {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
}

section.tagline button {
	background: #0078d7;
	height: 55px;
	width: 230px;
	color: #fff;
	margin-top: 120px;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	border-radius: 1rem;
	letter-spacing: .5px;
}

footer {
	position: relative;
	width: 100%;
	clear: both;
	display: block;
}

footer .contact-us {
	background: #071828;
	min-height: 380px;
}

footer img {
	width: 215px;
	margin-top: 50px;
 
}

footer .contact-us p {
	 
	font-size: 1rem;
	color: #fff;
	margin: 10px 0;
}

footer h5 {
	color: #fff;
	font-size: 1.2rem;
	 
	 
}

footer ul {
	padding-left: 30px;
}

footer ul li {
	font-size: 1rem;
	color: #fff;
}

footer .col-sm-7 {
	padding-right: 45px;
}

footer .social-media {
	background: #010409;
	min-height: 75px;
}

footer .social-media p {
	margin: 0;
	padding-left: 30px;
	color: #b8b9bb;
	font-size: 1rem;
}

footer .social-media .col-sm-6:nth-child(1) a {
	float: left;
	margin: 0;
	margin-top: 25px;
	margin-right: 35px;
}

footer .social-media i {
	font-size: 25px;
	color: #b8b9bb;
}

footer .social-media .col-sm-6:nth-child(2) p {
	margin-top: 25px;
	padding-right: 30px;
}

footer .social-media .col-sm-6:nth-child(2) p span {
	position: absolute;
	right: 85px;
	margin-top: 3px;
	vertical-align: middle;
}

footer .social-media .col-sm-6:nth-child(2) i {
	font-size: 16px;
	border-radius: .25rem;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
	margin-top: 1px;
	width: 22px;
	height: 22px;
	background: #b8b9bb;
	color: #010409;
}

.column {
  float: left;
  width: 33.33%;
}

.text-right{
	text-align:right!important;
}


.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  bottom: 50px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {background-color: #ccc}

.dropup:hover .dropup-content {
  display: block;
}

.dropupbtn {
  background-color:rgba(0, 0, 0, 0);
  color: white;
  padding: 16px;
  font-size: 16px;
  cursor: pointer;
  background: url("button-icon.png") no-repeat right;
  width: 180px;
  color: #fff;
  border-radius: 1rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; 
  width: 100%;
}

.contentimg {
   display: block;
   margin: 0 auto;
   max-height:600px;
   width:auto;
   max-width:95%;
}

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/*
 * Global Styles
 */
body {
  color: #000000;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 20px; }

hr {
  border: none;
  border-bottom: 1px solid #777; }

ul, ol {
  margin: 0;
  padding-left: 25px !important;
  margin-bottom: 15px !important; }

a {
  text-decoration: none;
  color: #ed5151; }

address {
  font-style: normal; }

p {
  margin-top: 0; 
  text-align: justify;
}

form input, form textarea, form select {
  outline: none; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
form textarea {
  resize: vertical; }

@media screen and (max-width: 320px) {
  [class*="col-xs"] {
    width: 100%; } }

/*
 * Reusable Components Style
 */
.button, form input[type="submit"], form button, form input[type="reset"] {
  background: #0078d7;
  color: white;
  padding: 10px;
  display: inline-block; }

.feature {
  padding-left: 90px;
  position: relative;
  margin-bottom: 30px; }
  .feature p {
    line-height: 1.5;
    margin: 0; }

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  left: 0;
  top: 0; }

.fi-red {
    background: #ed5151;
}


.fi-yel {
    background: #FEBD01;
}


.feature-title {
  font-size: 24px;
  font-size: 1.5em;
  color: #000000;
  font-weight: 400;
  margin: 0 0 10px; }

.team {
  margin-bottom: 30px;
  margin: 0 auto 30px;
  width: 100%; }
  .team img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%; }
  .team figcaption {
    background: #ed5151;
    color: white;
    padding: 10px 20px;
    text-align: center; }
  .team h2 {
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-size: 1.125em; }
  .team small {
    font-size: 14px;
    font-size: 0.875em;
    color: #303236; }

.testimonial-slider .slides {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .testimonial-slider .slides:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .testimonial-slider .slides li {
    padding-left: 140px;
    position: relative;
    min-height: 140px; }
    @media screen and (max-width: 480px) {
      .testimonial-slider .slides li {
        padding-left: 0; } }
  .testimonial-slider .slides .cite-avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 120px;
    height: 120px; }
    @media screen and (max-width: 480px) {
      .testimonial-slider .slides .cite-avatar {
        display: block;
        margin: 0 auto 20px;
        position: relative; } }
.testimonial-slider blockquote {
  margin: 0;
  color: #6a5b5b;
  font-size: 18px;
  font-size: 1.125em; }
  @media screen and (max-width: 480px) {
    .testimonial-slider blockquote {
      text-align: center; } }
.testimonial-slider cite {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal; }
.testimonial-slider .flex-control-nav {
  list-style: none;
  margin-left: 140px; }
  .testimonial-slider .flex-control-nav li {
    display: inline-block;
    margin-right: 10px; }
    .testimonial-slider .flex-control-nav li a {
      background: #ede6e6;
      width: 20px;
      height: 20px;
      border: 3px solid #ede6e6;
      box-shadow: 0 0 0 2px #ed5151;
      border-radius: 50%;
      display: block;
      overflow: hidden;
      text-indent: -9999px; }
      .testimonial-slider .flex-control-nav li a.flex-active {
        background-color: #ed5151; }

.client-grid {
  *zoom: 1; }
  .client-grid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .client-grid .client {
    width: 25%;
    float: left;
    height: 230px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
    .client-grid .client:first-child, .client-grid .client:nth-child(5n) {
      border-left: none; }
    .client-grid .client:nth-child(5), .client-grid .client:nth-child(6), .client-grid .client:nth-child(7), .client-grid .client:nth-child(8) {
      border-bottom: none; }
    @media screen and (max-width: 768px) {
      .client-grid .client {
        width: 50%;
        border-left: 1px solid #e8e8e8; }
        .client-grid .client:nth-child(5n) {
          border-right: 1px solid #e8e8e8; }
        .client-grid .client:nth-child(3n) {
          border-left: none; }
        .client-grid .client:nth-child(7) {
          border-left: none; }
        .client-grid .client:nth-child(5), .client-grid .client:nth-child(6) {
          border-bottom: 1px solid #e8e8e8; } }
    .client-grid .client img {
      margin: auto;
      max-width: 80%; }

.map {
  min-height: 450px; }

.contact-form .row {
  margin: 0 -5px; }
.contact-form [class*="col-"] {
  padding: 0 5px; }
.contact-form .control {
  position: relative; }
  .contact-form .control .fa {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #e5dcdc; }
  .contact-form .control input, .contact-form .control textarea {
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin-bottom: 10px;
    outline: none;
    border: none; }
  .contact-form .control textarea {
    min-height: 100px;
    resize: vertical; }
.contact-form .right-aligned {
  text-align: right; }
.contact-form input[type="submit"] {
  padding: 10px 20px;
  background-color: #303236;
  color: white;
  border: none;
  font-size: 20px;
  font-size: 1.25em; }

.container {
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  /* @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1000px; } } */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Header Styles
 */


.site-header {
  *zoom: 1;
  padding: 20px 10px 0;
  line-height: normal; }
  .site-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  .site-header .container {
    padding: 20px 10px 0;
    }
    .site-header .container:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }

.site-header {
    background: #fff;
    padding: 0;
}


.header-bar h1 {
	margin: 0;
}

.main-navigation {
  float: right; }
  .main-navigation .menu-toggle {
    background: none;
    border: none;
    color: #333;
    padding: 10px;
    font-size: 14px;
    font-size: 1.125em;
    display: inline-block;
    vertical-align: top;
    outline: none;
    display: none; }
    @media screen and (max-width: 990px) {
      .main-navigation .menu-toggle {
        display: block; } }
  .main-navigation .menu {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    *zoom: 1; }
    .main-navigation .menu:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
    @media screen and (max-width: 990px) {
      .main-navigation .menu {
        display: none; } }
    .main-navigation .menu li {
      float: left;
      position: relative; }
      .main-navigation .menu li a {
        padding: 10px 20px;
        display: block;
        color: #000;
        font-size: 0.75em; }
      .main-navigation .menu li:hover:before, .main-navigation .menu li:hover:after, .main-navigation .menu li:focus:before, .main-navigation .menu li:focus:after, .main-navigation .menu li.current-menu-item:before, .main-navigation .menu li.current-menu-item:after {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      .main-navigation .menu li:before, .main-navigation .menu li:after {
        content: " ";
        width: 100%;
        left: 0;
        height: 2px;
        background: #FEBD01;
        position: absolute;
        opacity: 0;
        -webkit-transition: .3s ease;
                transition: .3s ease; }
      .main-navigation .menu li:before {
        top: 0;
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px); }
      .main-navigation .menu li:after {
        bottom: 0;
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px); }

.mobile-navigation {
  clear: both;
  background: #ffffff;
  display: none;
  margin-bottom: 20px; }
  @media screen and (min-width: 991px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .menu {
    list-style: none; }
    .mobile-navigation .menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      text-align: center; }
      .mobile-navigation .menu li:last-child {
        border-bottom: none; }
  .mobile-navigation a {
    color: black;
    padding: 10px;
    display: block; }

.page-head {
  background: #ed5151;
  color: white;
  text-align: center;
  padding: 50px 0; }
  .page-head h1 {
    font-size: 40px;
    font-size: 2.5em;
    margin: 0; }

.hero {
  background: #0078d7;
  text-align: center;
  padding: 40px 0; }
  .hero img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto; }
  .hero .hero-content {
    color: white; }
    .hero .hero-content span {
      padding: 10px;
      background-color: #b23d3d;
      display: inline-block;
      margin-bottom: 10px;
      font-size: 20px;
      font-size: 1.25em; }
  .hero .button, .hero form input[type="submit"], form .hero input[type="submit"], .hero form button, form .hero button, .hero form input[type="reset"], form .hero input[type="reset"] {
    background: #303236;
    font-size: 20px;
    font-size: 1.25em;
    padding: 10px 30px; }

.fullwidth-block {
  padding: 50px 0; }
  .fullwidth-block img {
    max-width: 100%; }

.cta {
  background-color: #ede6e6;
  padding: 50px 0;
  color: #6a5b5b; }
  @media screen and (max-width: 990px) {
    .cta {
      text-align: center; } }
  .cta span {
    color: #ed5151;
    font-weight: 700; }
  .cta h2 {
    margin: 0;
    font-weight: 400; }
    @media screen and (max-width: 990px) {
      .cta h2 {
        margin-bottom: 30px; } }
  .cta a.button {
    padding: 10px 30px;
    font-size: 20px;
    font-size: 1.25em; }

.cta {
    background-color: rgba(254, 189, 1, 0.2);
}

.cta span {
        color: rgba(254, 189, 1, 1);
}


.testimonial-section {
  background-color: #ede6e6;
  padding: 40px 0; }

@media screen and (max-width: 990px) {
  .macbook {
    margin-top: 30px; } }

.contact-area {
  background-color: #ed5151;
  color: white; }
  .contact-area address {
    font-size: 30px;
    font-size: 1.875em;
    margin-bottom: 30px; }
    .contact-area address a {
      color: white; }
      .contact-area address a:hover {
        text-decoration: underline; }

/*
 * Footer Styles
 */
.site-footer {
  background-color: #303236;
  color: #9a9ca1;
  padding: 50px 0;
  font-size: 14px;
  font-size: 0.875em; }
  .site-footer .widget {
    margin-bottom: 30px; }
  .site-footer .widget-title {
    color: #caccd3;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal; }
  .site-footer a {
    color: #9a9ca1; }
    .site-footer a:hover {
      color: rgba(254, 189, 1, 1) }
  .site-footer .dash-list {
    list-style: none; }
    .site-footer .dash-list li {
      position: relative;
      padding: 5px 0 5px 20px; }
      .site-footer .dash-list li:before {
        content: "-";
        position: absolute;
        left: 0;
        top: 5px; }

.social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  background-color: #45474c;
  color: white;
  text-align: center;
  font-size: 20px;
  font-size: 1.25em;
  line-height: 2.6;
  margin-right: 10px;
  margin-bottom: 10px; }
  .social-links a:hover {
    background-color: #ed5151;
    color: white; }

/*# sourceMappingURL=style.css.map */

.h1-side
{
   font-size: 1.2rem;
}

/*
/Start of Testimonial CSS
*/
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding:1.25em;
}
div {
    display: block;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.text-center {
  text-align: center!important;
}
.text-muted {
  color: #6c757d!important;
}
.h6, h6 {
  font-size: 1rem;
}
.card-title {
  margin-bottom: .75rem;
  margin-top: 0rem;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.h5, h5 {
  font-size: 1.25rem;
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}
div {
  display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.fa-star, .fa-star-half-o, .fa-star-o{
  color: rgb(255,225,0);
  font-size: 28px!important;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.card {
  font-family: "Montserrat","Open Sans",sans-serif;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.box.has-advanced-upload {
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#text ~ button.btn {
    align-items: center;
    justify-content: center;
}
#text ~ button i{
    margin-right: 10px;
}

div#response {
    visibility: hidden;
    display: block;
}

@media screen and (max-width: 768px) {
    .dropup {
        margin: 15px 0;
    }
}

@media screen and (max-width: 630px) {
  footer img {
      margin-top: 50px;
      margin-left: 0px;
  }
  footer h5{
    margin-top: 30px;
  }

  
}

.please_share {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
}

.box__uploading {
    margin-top: -25px;
}



.overflow-container {
  overflow: hidden;
  height: auto;
  min-height: 100%;
}

.main {
 
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* for when the menu is toggled open */
}
.main:after {
  content: '';
  position: absolute;
  top: -12em;
  /* to guarantee covering up breadcrumb trail if present*/
  left: 0;
  width: 100%;
  background: #373B41;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* 
.main,
.sidebar-primary-container{
  padding: 1.5em 3.703%;
} */

.excerpt, .entry {
  background: white;
  margin: 1.5em auto;
  padding: 1.5em 8% 2.25em;
}

.featured-image {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
  left: -9.5%;
  width: 119%;
  margin: -1.5em 0 1.5em 0;
  overflow: hidden;
}
.featured-image > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.featured-image > img,
.featured-image > a > img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-image > img.no-object-fit,
.featured-image > a > img.no-object-fit {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  top: 50%;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
}

.excerpt-meta-top, .entry-meta-top {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  position: relative;
}
.excerpt-meta-top:after, .entry-meta-top:after {
  content: '';
  position: absolute;
  width: 32%;
  height: 2px;
  background: #febd01;
  bottom: 0;
  left: 0;
}
.excerpt-meta-top a, .entry-meta-top a {
  text-decoration: none;
  color: #373B41;
}
.excerpt-meta-top a:link, .entry-meta-top a:link, .excerpt-meta-top a:visited, .entry-meta-top a:visited {
  color: #373B41;
}
.excerpt-meta-top a:hover, .entry-meta-top a:hover, .excerpt-meta-top a:active, .entry-meta-top a:active {
  color: #febd01;
}

.excerpt-title, .entry-title {
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.385;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.excerpt-title a, .entry-title a {
  color: #373B41;
  text-decoration: none;
}
.excerpt-title a:link, .entry-title a:link, .excerpt-title a:visited, .entry-title a:visited {
  color: #373B41;
}
.excerpt-title a:hover, .entry-title a:hover, .excerpt-title a:active, .entry-title a:active {
  color: #7C7D7F;
}

.excerpt-content {
  border-bottom: solid 2px #D9DCDF;
}

.more-link {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 2.25em;
  background: #febd01;
  color: white;
  padding: 0 16.5px;
  margin: 1.125em 0;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  clear: both;
}
.more-link:link, .more-link:visited {
  color: white;
}
.more-link:hover, .more-link:active {
  background: #A87227;
}

.excerpt-categories, .entry-categories,
.excerpt-tags,
.entry-tags,
.excerpt-comments {
  color: #7C7D7F;
}
.excerpt-categories p, .entry-categories p,
.excerpt-tags p,
.entry-tags p,
.excerpt-comments p {
  margin: 0.75em 0 0;
  padding-left: 1.5em;
}
.excerpt-categories i, .entry-categories i,
.excerpt-tags i,
.entry-tags i,
.excerpt-comments i {
  margin-left: -1.5em;
}
.excerpt-categories a, .entry-categories a,
.excerpt-tags a,
.entry-tags a,
.excerpt-comments a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.813em;
  line-height: 1.7;
  margin-right: 0.75em;
}
.excerpt-categories a:link, .entry-categories a:link, .excerpt-categories a:visited, .entry-categories a:visited,
.excerpt-tags a:link,
.entry-tags a:link,
.excerpt-tags a:visited,
.entry-tags a:visited,
.excerpt-comments a:link,
.excerpt-comments a:visited {
  color: #7C7D7F;
}
.excerpt-categories a:hover, .entry-categories a:hover, .excerpt-categories a:active, .entry-categories a:active,
.excerpt-tags a:hover,
.entry-tags a:hover,
.excerpt-tags a:active,
.entry-tags a:active,
.excerpt-comments a:hover,
.excerpt-comments a:active {
  color: #febd01;
}

.excerpt-categories i, .entry-categories i,
.excerpt-comments i {
  margin-right: 0.4375em;
}

.excerpt-tags i, .entry-tags i {
  margin-right: 0.625em;
}

.loop-pagination {
  background: white;
  padding: 0.75em;
  border-top: solid 2px #febd01;
  text-align: center;
  margin-bottom: 1.5em;
}
.loop-pagination span,
.loop-pagination a {
  margin: 0 0.375em;
}
.loop-pagination a {
  text-decoration: none;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .excerpt-meta-top:after, .entry-meta-top:after {
    width: 20%;
  }
}
/* 600px */
@media all and (min-width: 37.5em) {
  /* .main,
  .sidebar-primary-container,
  .site-footer {
    padding: 1.5em 7.407%;
  } */

  .loop-pagination span,
  .loop-pagination a {
    margin: 0 0.75em;
  }
}
/* 800px */
@media all and (min-width: 50em) {
 

  .excerpt, .entry {
    padding: 2.25em 14.333%;
  }

  .featured-image {
    left: -20%;
    width: 140%;
    padding-bottom: 66.5%;
    margin-top: -2.25em;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  /* switch from padding to width */
  .main {
    width: 70%;
    padding: 0.5em 0;
    float: left;
    margin: 0 3% 0 0%;
  }

  .sidebar-primary-container, .site-footer {
    padding: 0.5em 7.407%;
  }

  .excerpt, .entry {
    padding: 2.25em 13.333%;
  }

  .featured-image {
    left: -18%;
    width: 136%;
    padding-bottom: 64.5%;
  }

  .loop-pagination {
    margin-bottom: 3em;
  }
}
/* 1000px */
@media all and (min-width: 62.5em) {
  .excerpt, .entry {
    padding-top: 3em;
  }

  .excerpt-title, .entry-title {
    font-size: 2.625em;
    line-height: 1.143;
  }

  .excerpt-categories, .entry-categories,
  .excerpt-tags,
  .entry-tags,
  .excerpt-comments {
    display: inline-block;
  }

  .excerpt-categories, .entry-categories,
  .excerpt-tags,
  .entry-tags {
    margin-right: 0.75em;
  }

  .featured-image {
    margin-top: -3em;
  }
}
/* 1100px */
@media all and (min-width: 68.75em) {
  .main {
    width: 70%;
  }

  .excerpt, .entry {
    margin: 3em 0;
    padding: 3em 12.5% 2.25em;
  }

  .featured-image {
    left: -16.67%;
    width: 133.33%;
    padding-bottom: 63.5%;
  }
}
.sidebar-primary-container {
  position: relative;
  /* used to set neg z-index so main overlay covers it */
  background: #EEEDE8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* for when the menu is toggled open */
}
.sidebar-primary-container:after {
  content: '';
  position: absolute;
  top: 0;
  /* to guarantee covering up breadcrumb trail if present*/
  left: 0;
  width: 100%;
  background: #373B41;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.widget {
  background: white;
  border-top: solid 3px #febd01;
  font-size: 0.813em;
  line-height: 1.85;
  margin: 1.84502em 0;
  padding: 1.615em 8% 0.923em;
}
.widget ul {
  list-style: none;
  margin: 1em 0 1.84502em;
}
.widget ul li {
  padding: 0.846em 0.5em 0.923em 0;
  /* subtracted 1px for border */
  margin: 0;
  border-bottom: solid 1px #D9DCDF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget ul li:last-child {
  border: none;
}
.widget ul li a {
  display: block;
  text-decoration: none;
}
.widget ul li:hover {
  background: rgba(240, 240, 240, 0.15);
  padding-left: 0.5em;
  padding-right: 0;
  /* added above to be removed now so the space doesn't decrease at all */
}
.widget ul ul {
  margin: 0 0 0 1em;
}
.widget ul ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget a {
  color: #373B41;
}
.widget a:link, .widget a:visited {
  color: #373B41;
}
.widget a:hover, .widget a:active {
  color: #febd01;
}

.widget-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1em;
  line-height: 1.85;
  margin-bottom: 1.84502em;
}

/* widget-specific styling */
.widget-archives ul li,
.widget-categories ul li {
  position: relative;
}
.widget-archives ul li span,
.widget-categories ul li span {
  float: right;
  margin-top: -1.75em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget-archives ul li:hover span,
.widget-categories ul li:hover span {
  padding-right: 0.75em;
}

.widget_ct_ignite_image {
  background: none;
  border: none;
  padding: 0;
}

/* 800px */
@media all and (min-width: 50em) {
  .sidebar-primary-container .widget {
    padding: 1.615em 14.33% 0.923em;
  }
  .sidebar-primary-container .widget_ct_ignite_image {
    padding: 0;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .sidebar-primary-container {
    width: 27%;
    padding: 0.5em 0;
    float: left;
    margin-top: 1.5em;
  }

  .widget:first-child {
    margin-top: 0;
  }
}
/* 1100px */
@media all and (min-width: 68.75em) {
  .sidebar-primary-container {
    width: 27%;
    margin-top: 3em;
  }
}
.entry-content {
  margin-top: 1.5em;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.further-reading {
  margin: 1.5em 0;
}
.further-reading span {
  border-bottom: solid 1px #febd01;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.further-reading a {
  color: #373B41;
  text-decoration: none;
  display: block;
}
.further-reading a:link, .further-reading a:visited {
  color: #373B41;
}
.further-reading a:hover, .further-reading a:active {
  color: #febd01;
}

.author-meta {
  background: #f5f5f5;
  border: solid 1px #E8EAEE;
  padding: 1.5em;
  margin: 1.5em 0;
}
.author-meta h4 {
  font-weight: 700;
  border-bottom: solid 1px #febd01;
  display: inline-block;
  padding-bottom: 3px;
}
.author-meta h4 a {
  text-decoration: none;
  color: #373B41;
}
.author-meta h4 a:link, .author-meta h4 a:visited {
  color: #373B41;
}
.author-meta h4 a:hover, .author-meta h4 a:active, .author-meta h4 a:focus {
  color: #febd01;
}
.author-meta img {
  border-radius: 50%;
  float: left;
  margin: 0 1.5em 0 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.author-meta p {
  margin-top: 0.75em;
  margin-left: 6em;
}

/* 700px */
@media all and (min-width: 43.75em) {
  .further-reading p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 4%;
  }
  .further-reading .prev {
    float: left;
  }
  .further-reading .next {
    text-align: right;
    padding: 0 0 0 4%;
    float: right;
  }
  .further-reading:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
}
/* 1100px */
@media all and (min-width: 68.75em) {
  .entry {
    margin-bottom: 1.5em;
  }
}
.comments {
  background: white;
  margin: -1.5em 0 3em;
  padding: 0 8% 2.25em;
}

.comments-number {
  border-top: solid 2px #D9DCDF;
  padding-top: 1.375em;
}

.comment-list {
  list-style: none;
  margin: 3em 0;
}
.comment-list ul {
  list-style: none;
  margin: 3em 0 1.5em 3em;
}
.comment-list ul li:first-child:before {
  content: "\2192";
  position: absolute;
  left: -1.5em;
  top: 1em;
}

li.comment,
li.pingback {
  margin: 3em 0;
  position: relative;
}

.comment-content {
  margin-left: 3.75em;
}
.comment-content p:first-child {
  margin-top: 0;
}
.comment-content p:last-child {
  margin-bottom: 1.437em;
  /* b/c comment meta border */
}

.no-avatars .comment-content,
.no-avatars .comment-meta {
  margin-left: 0;
}

.comment-author:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.comment-author img {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  float: left;
  margin: 0 0.75em 0 0;
}
.comment-author .author-name {
  font-weight: 700;
}
.comment-author .author-name a {
  color: #febd01;
  text-decoration: none;
}
.comment-author .author-name a:link, .comment-author .author-name a:visited {
  color: #febd01;
}
.comment-author .author-name a:hover, .comment-author .author-name a:active {
  color: #A87227;
}

.comment-meta {
  font-size: 0.813em;
  line-height: 1.85;
  display: inline-block;
  border-top: solid 1px #D9DCDF;
  margin-left: 4.6125em;
}

.comment-date {
  display: inline-block;
}

.comment-reply-link,
.comment-edit-link {
  text-decoration: none;
}
.comment-reply-link:before,
.comment-edit-link:before {
  content: ' | ';
  color: #373B41;
}

.bypostauthor .comment-author img {
  border: solid 2px #febd01;
}
.bypostauthor .comment-author .author-profile-image-comment img {
  border: none;
}

.comment-respond {
  margin-top: 3em;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .comment-pagination p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .comment-pagination .next-comment {
    text-align: right;
  }
}
/* 800px */
@media all and (min-width: 50em) {
  .comments {
    padding: 0 14.333% 2.25em;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .comments {
    padding: 0 13.333% 2.25em;
  }
}
/* 1100px */
@media all and (min-width: 68.75em) {
  .comments {
    padding: 0 12.5% 2.25em;
  }
}
.site-footer {
  background: #373B41;
  color: #7C7D7F;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
}
.site-footer a {
  color: #7C7D7F;
  text-decoration: none;
}
.site-footer a:link, .site-footer a:visited {
  color: #7C7D7F;
}
.site-footer a:hover, .site-footer a:active {
  color: #febd01;
}

.design-credit {
  background: #303338;
  color: #7C7D7F;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 0.75em;
  margin-top: 3em;
  position: relative;
  left: -4%;
  width: 108%;
}

/* 600px */
@media all and (min-width: 37.5em) {
  .design-credit {
    left: -9%;
    width: 118%;
  }
}
/* 700px */
@media all and (min-width: 43.75em) {
  .site-footer {
    padding: 1.5em 3.703% 0;
  }

  .sidebar-subsidiary:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .design-credit {
    clear: both;
  }
}
/* 800px */
@media all and (min-width: 50em) {
  .site-footer {
    padding: 1.5em 7.407% 0;
  }
}
/* 900px */
@media all and (min-width: 56.25em) {
  .site-footer {
    padding: 1.5em 3.703% 0;
  }

  .design-credit {
    left: -4%;
    width: 108%;
  }
}
/* screen reader styling */
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

/* skip content link */
.skip-content {
  position: absolute;
  top: -4.5em;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #373B41;
  -webkit-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.skip-content:focus {
  top: 0;
}

.breadcrumbs {
  text-transform: uppercase;
  color: #7C7D7F;
  letter-spacing: 0.08em;
  padding: 1.5em 3.703% 0;
  background: #EEEDE8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumbs a {
  text-decoration: none;
  color: #febd01;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
  color: #febd01;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
  color: #A87227;
}
.breadcrumbs span {
  opacity: 0.7;
}
.breadcrumbs + div .excerpt, .breadcrumbs + div .entry,
.breadcrumbs + div .search-container {
  margin-top: 0;
}

/* 600px  breadcrumbs */
@media all and (min-width: 37.5em) {
  .breadcrumbs {
    padding: 1.5em 7.407% 0;
  }
}
/* 800px  breadcrumbs */
@media all and (min-width: 50em) {
  .breadcrumbs {
    padding: 1.5em 11.11% 0;
  }
}
/* 900px  breadcrumbs */
@media all and (min-width: 56.25em) {
  .breadcrumbs {
    padding: 1.5em 7.407% 0;
    /* remove margin top on sidebar (and main which didn't have any anyway)*/
  }
  .breadcrumbs ~ div {
    margin-top: 0;
  }
}
.search .entry {
  margin-bottom: 0;
}
.search .entry-header {
  padding-top: 1.5em;
}

.search-form {
  margin-top: 1.5em;
}
.search-form input[type="submit"] {
  max-width: 27.75em;
  margin-top: 1.5em;
}

.search .search-end {
  padding: 1.5em 8% 2.25em;
  background: white;
  margin-bottom: 1.5em;
}
.search .search-end.top {
  padding-bottom: 3em;
}

.search-no-results .search-end.top .search-form-container {
  display: none;
}

/* 500px */
@media all and (min-width: 31.25em) {
  .search-form input[type="submit"] {
    max-width: 13.875em;
  }
}
/* 800px */
@media all and (min-width: 50em) {
  .search .search-container {
    padding: 1.5em 0;
  }
  .search .search-end {
    padding: 1.5em 14.333% 2.25em;
  }
  .search .search-end.top {
    padding-bottom: 4.5em;
  }
}
/* 1100px */
@media all and (min-width: 68.75em) {
  .search .search-container {
    margin-top: 3em;
  }
  .search .search-end {
    padding: 1.5em 12.5% 2.25em;
    margin-bottom: 3em;
  }
}
/* Password-protected post */
.post-password-form input[type="password"] {
  display: block;
  margin: 0.75em 0;
}

/* attachment page */
.singular-attachment .further-reading p {
  width: 49.5%;
}

/* Full-width template */
@media all and (min-width: 56.25em) {
  .page-template-full-width .main {
    float: none;
    width: 85.186%;
    margin-left: 7.407%;
  }
}
/* Left Sidebar */
@media all and (min-width: 56.25em) {
  .sidebar-left .main {
    float: right;
    margin: 0 7.407% 0 3.703%;
  }
  .sidebar-left .sidebar-primary-container {
    float: none;
    margin-left: 7.407%;
  }
}
/**
 * 14.2 Galleries
 */
.gallery {
  margin: 1.5em auto;
}

.gallery-item {
  display: inline-block;
  padding: 0.75em;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  max-width: 100%;
  max-height: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #7C7D7F;
  display: block;
  font-family: "Montserrat","Open Sans",sans-serif;
  font-size: 12px;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Jetpack Galleries */
.tiled-gallery {
  margin: 2.25em auto !important;
}
.tiled-gallery .gallery-row {
  margin: 0 auto;
}

/* bbpress styles */
/* The evil, inane styles of bbPress have left little recourse, so I apologize now
 * for my CSS sins; for every !important tag and id used to battle the font-size
 * re-declarations, qualifying selectors, triple id selectors, and other villainy
 * of bbPress.
 *
 * Amen.
*/
#ignite div.bbp-search-form,
#ignite-child div.bbp-search-form {
  float: none;
}

#bbp_search_submit {
  padding: 0.8em;
}

#bbp_search {
  width: 100% !important;
  margin: 0 0.375em 0.75em 0;
}

#bbpress-forums {
  font-size: 1em !important;
  line-height: 1.5 !important;
}
#bbpress-forums ul,
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bbp-breadcrumb {
  font-size: 1em !important;
  line-height: 1.5 !important;
}
#bbpress-forums .bbp-topic-meta,
#bbpress-forums .bbp-forum {
  font-size: 13px !important;
  line-height: 16px;
}
#bbpress-forums .bbp-forum-title {
  font-weight: 700;
}
#bbpress-forums .entry {
  padding: 1.5em;
}

/* Disqus styles */
#disqus_thread {
  background: #fff;
}

/*

ATTENTION:

CSS edits made here won't have any effect. Ignite doesn't load the style.css file because
it loads a minified version of the stylesheet instead (style.min.css) to make your site faster.

If you want to make CSS edits to your site, use the "Custom CSS" section in the Customizer.

If you want more information about customizing Ignite with CSS, check out this guide: https://www.competethemes.com/help/custom-css-ignite/

*/

/* Archive */

.widget.widget_archive {
  padding-bottom: 2.5em;
}

ul.archivegroup {
  margin-bottom: 0px;
  margin-top: 0px;
  list-style: outside none none;
}

.archivegroup .expanded ul {
  display: block;
}

.archivegroup .collapsed ul {
  display: none;
}

ul.month {
  list-style: outside none none;
  padding: 0;
}

.widget_archive ul li a {
  display: inline;
  text-decoration: none;
}

.widget_archive ul li {
  border-bottom: 1px solid #d9dcdf;
  margin: 0;
  padding: 0;
  transition: 0;
}

.widget_archive ul li:hover {
  padding-left: 0;
  padding-right: 0;
}

.widget_archive  a:hover, .widget_archive  a:active {
  color: #febd01;
}

.widget_archive ul ul {
  margin: 0 0 0 1.3em;
}

/*----------------------------
        Tab
-----------------------------*/

.tab {
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom:1.2308em;
}

.tab ul {
  padding:0;
  margin:0;
}

.tab  li {
  display: inline-block;
  margin:0;
  padding:0;
}

.tab a {
  background: #F1F1F1;
  border-radius: 6px 6px 0px 0;
  color: #555555;
  text-align: center;
  padding: 8px 14px;
  display: inline-block;
  margin: 0 5px;
}

.overflow-container
{
  background-color:#EEEDE8;
}

.site-title {
  font-size: 1.625em;
  line-height: 1.85;
  z-index: 1;
  float: left;
}
.site-title a {
  text-decoration: none;
  color: #373B41;
  line-height: 0;
}

#ignite{
  background-color: #EEEDE8;
}

@media screen and (max-width: 320px) {
 .container{
   margin: 0%;
   padding: 0;
   width: 100%;
 }
 .sidebar-primary-container {
   padding: 10px; 
}
footer img{
  padding-left: 30px;
}
footer p{
  text-align: left;
}
footer h5 {
  padding-left: 30px;
}
footer .contact-us a{
  padding-left: 30px;
}
  
}

@media screen and (max-width: 480px) {
  .container{
    margin: 0%;
    padding: 0;
    width: 100%;
  }

  .sidebar-primary-container {
    padding: 15px; 
 }

 footer img{
  padding-left: 30px;
}
footer p{
  text-align: left;
}
footer h5 {
  padding-left: 30px;
}
footer .contact-us a{
  padding-left: 30px;
}
 
   
 }

 @media screen and (max-width: 630px) {
  .container{
    margin: 0%;
    padding: 0;
    width: 100%;
  }

  .sidebar-primary-container {
    padding: 30px; 
 }

 footer img{
  padding-left: 30px;
}
footer p{
  text-align: left;
}
footer h5 {
  padding-left: 30px;
}
footer .contact-us a{
  padding-left: 30px;
}
 
   
 }

 
 @media screen and (max-width: 767px) {
  .container{
    margin: 0%;
    padding: 0;
    width: 100%;
  }

  .sidebar-primary-container {
    padding: 50px; 
 }

 footer img{
  padding-left: 50px;
}
footer p{
  text-align: left;
  padding-left: 50px;
}
footer h5 {
  margin-top: 20px;
  padding-left: 50px;
}
footer .contact-us a{
  padding-left: 50px;
}
 
   
 }

 @media screen and (max-width: 800px) {
  .container{
    margin: 0%;
    padding: 0;
    width: 100%;
  }

  .sidebar-primary-container {
    padding: 50px; 
 }

 footer img{
  padding-left: 50px;
}
footer p{
  text-align: left;
  padding-left: 50px;
}
footer h5 {
  margin-top: 20px;
  padding-left: 50px;
}
footer .contact-us a{
  padding-left: 50px;
}
 
   
 }

 @media screen and (max-width: 990px) {

  input[type="search"] {
  
    padding: 0;
  }

  footer h5{
    margin-top: 40px;
  }

  footer p{
    text-align: left;
  }

  
 
   
 }

 @media screen and (max-width: 1199px) {

  footer h5{
    margin-top: 40px;
  }

  footer p{
    text-align: left;
  }

  
 
   
 }

 @media screen and (max-width: 1200px) {

  footer h5{
    margin-top: 40px;
  }

  footer p{
    text-align: left;
  }

  
 
   
 }

 footer h5{
  margin-top: 40px;
}

footer p{
  text-align: left;
}

.box
{
  padding: 40px 20px !important;

}

.logo {
  float: left;
  width: 200px;
   margin-bottom: 20px; }

/*****************************************
  upload button styles
******************************************/
.file-upload {
	position: relative;
	display: inline-block;
}

.file-upload__label {
  display: block;
  padding: 1em 2em;
  color: #fff;
  background: #ed5151;
  border-radius: .4em;
  transition: background .3s;
  
  /*&:hover {
     cursor: pointer;
     background: #000;
  }
  */
}
    
.file-upload__input {
    /*position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    width:0;
    height: 100%;
    opacity: 1;}*/
}

