@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
/*@import url("https://use.typekit.net/bqm5qnp.css");*/



@font-face {
	font-display: swap;
    font-family: Candara;
    src: url(../fonts/Candara.ttf);
}

@font-face {
	font-display: swap;
    font-family: CandaraBold;
    src: url(../fonts/Candara_Bold.ttf);
}

*{
  margin: 0;
  padding: 0;
}

html{
    margin-top: 0 !important;
}

body{
	background: #f7f2e8;
	font-family: Candara;
}

article, aside{
    float:left;
    width: calc(100% - 330px);
    display: block;
	padding-right: 30px;
}

aside{
    width: 300px;
    padding: 0 0 0 30px;
}

strong{
	font-family: CandaraBold;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Agency-fb', arial;
	color: #004b82;
	margin: 0;
	padding: 0;
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 1.6rem;
    color: #2199e8;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
a{
	text-decoration: none;
}

/*a:hover {
	color: #7a9ab1 !important;
	text-decoration: none !important;
}*/

[style*='background-image'] {
  background-size: cover;
  background-position: center;
}

.btn-primary{
	background: #004b82;
	color: #fff;
	border-radius: 0;
	padding: 6px 30px;
}

button, html input[type='button'], input[type='reset'], input[type='submit'], .button {
	width: auto;
	height: auto;
	padding: .5em 1.25em;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
	background: #b10a0a;
	border: none;
	border-radius: 10px;
	-webkit-appearance: none;
}

.button {
	display: inline-block;
	text-align: center;
}

button:hover, html input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, .button:hover {
	color: #fff;
	text-decoration: none;
	background: #72070a;
}

button:active, html input[type='button']:active, input[type='reset']:active, input[type='submit']:active, .button:active {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

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

.pagination .current, .pagination a, .pagination button {float: left;}

header, header .top-bar{
    background-color: #f7f2e8 !important;
}

header .top-bar{
	height: 65px;
	padding: 0.5rem 0;
}

header .top-bar a:hover{
	text-decoration: none;
}

header .top-bar h3{
	padding: 0;
    font-size: 36px;
}

header .top-bar .line{
	height: 10px;
	border-top: 3px solid #004b82;
}


header .mid-bar{
	height: 75px;
	background: #004b82;
	position: relative;
}

header .mid-bar .logo .icon{
	position: absolute;
	top: -37px;
}

header .mid-bar .logo .text {
    margin-left: 150px;
    margin-top: 12px;
}

header .bottom-bar{
	height: 35px;
}

/* ---------------------- NAVIGATION ------------------ */


.nav {
  background: #f7f2e8;
}

.nav .container {
  padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
  display: none;
}

.awiNav {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: right;
}

.awiNav.collapsable {
  white-space: nowrap;
}

.awiNav li {
  position: relative;
  margin: 0;
}

.awiNav > li {
  display: inline-block;
  font-size: 1rem;
}

.awiNav a {
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Agency-fb Bold', arial;
  font-size: 20px;
  color: #004b82;
  text-transform: uppercase;
}

.awiNav ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: .5em 0;
  margin: 0;
  line-height: 1;
  text-align: left;
  list-style: none;
  background: #e6e5e5;
}

.awiNav > li:last-child ul {
  left: auto;
  right: 0;
}

.awiNav ul ul {
  top: -.5em;
  right: auto;
  left: 100%;
}

.awiNav > li:last-child ul ul {
  right: 100%;
  left: auto;
}

.awiNav ul a {
  padding-top: .5em;
  padding-bottom: .5em;
  color: #004b82;
}

@media screen and (min-width: 768px) {
  .awiNav li:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .awiNav-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh + 200px);
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
  }

  .awiNav__trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    outline: 0;
  }

  .awiNav__trigger:active {
    transform: none;
  }

  .awiNav__trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 4px;
    margin: -2px 0 0 -20px;
    border-radius: 2px / 50%;
    background: #004b82;
    box-shadow: 0 -8px 0 #004b82,
                0 8px 0 #004b82;
  }

  .awiNav-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999999;
    width: calc(100% - 45px);
    max-width: 320px;
    height: calc(100vh + 200px);
    padding-bottom: 200px;
    background: #004b82;
    transition: transform .3s ease-out;
  }

  .awiNav-wrap.nav-shown {
    transform: translateX(-100%);
  }

  .awiNav-wrap .awiNav__close {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 50px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Agency-fb Bold', arial;
    font-size: 20px;
    font-weight: 700;
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
  }

  .awiNav-wrap .awiNav__close:hover, 
  .awiNav a:hover {
    background: rgba(255, 255, 255, .1);
  }

  .awiNav-wrap .awiNav__close:active {
    transform: none;
  }

  .awiNav__close span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 3px;
    background: #f7f2e8;
    border-radius: 2px;
    transform: rotate(45deg) translateX(4px);
    transform-origin: left center;
  }

  .awiNav__close span ~ span {
    transform: rotate(-45deg) translateX(-4px);
    transform-origin: right center;
  }

  .awiNav {
    width: 100%;
    max-height: calc(100% - 45px);
    overflow-y: auto;
    text-align: left;
  }

  .awiNav.nav-hidden,
  .awiNav .nav-hidden {
    display: none;
  }

  .awiNav.nav-shown,
  .awiNav .nav-shown {
    display: block;
  }

  .awiNav li,
  .awiNav > li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1.2;
    border-bottom: 1px dotted rgba(255, 255, 255, .1);
  }

  .awiNav__links {
    position: relative;
  }

  .awiNav a,
  .awiNav ul a {
    display: block;
    padding: calc((45px - 1.2rem) / 2) 15px;
    font-size: 1rem;
    color: #fff;
    white-space: normal;
  }

  .awiNav .awiNav__links > a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
  }

  .awiNav-wrap .awiNav .awiNav__togglesub {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
    text-indent: -9999px;
    background: rgba(255, 255, 255, .1);
  }

  .awiNav-wrap .awiNav__togglesub.nav-hidden {
    display: none;
  }

  .awiNav__togglesub::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    transition: transform .3s ease-out;
  }

  .sub-shown > .awiNav__links > .awiNav__togglesub::before {
    transform: rotate(180deg);
  }

  .awiNav ul {
    position: static;
    padding: 0;
    background: rgba(255, 255, 255, .1);
    border: 0;
    box-shadow: none;
  }
}








.icon-bar{
    background-color: black !important;
    height: 2px !important;
    border: 3px solid #737373;
    border-radius: 4px !important;
}
header .bottom-bar .menu ul li{
	display: inline-block;
    margin-right:  15px;
}

header .bottom-bar .menu ul li a:last-child{
	padding-right: 0;
}

header .bottom-bar .menu ul li a:hover,
header .bottom-bar .menu ul li a:focus,
header .bottom-bar .menu ul li a:active{
	text-decoration: none;
}

.banner{
	position: relative;
	height: 650px;
}

.banner-text{
	position: absolute;
	top:430px;
	left:50%;
}

.banner-text h2{
	font-size: 120px;
	font-family: "Agency-fb";
	margin: 0;
	line-height: 1;
	text-shadow: 2px 2px 5px #5E5E5E;
}
.banner-text h3{
	font-size: 60px;
	font-family: "Agency-fb";
	line-height: 1;
	text-shadow: 1px 1px 2px #ffffff;
}

.interior-banner {height: 400px;}

@media screen and (max-width: 1100px){
	.banner{
		height: 550px;
	}

	.banner-text{
		left:50%;
		transform: translateX(-50%);
		text-align: center;
	}

	.banner-text h2{
		font-size: 100px;
	}
	.banner-text h3{
		font-size: 50px;
	}
}
@media screen and (max-width: 767px){
	.mid-bar .text{
		display: none;
	}
	header .bottom-bar{
		height: 45px;
	}
	.banner{
		height: 400px;
	}
	.banner-text{
		top: 20px;
	}
	.banner-text h2{
		font-size: 80px;
	}
	.banner-text h3{
		font-size: 40px;
	}
	.fo-ul, .foo-phone, .fo-ul-img, .inp-row{
		text-align: center;
	}
  article {
    float: none;
    width: 100%;
  }
  aside {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px){
	header .top-bar{
		height: 45px;
	}
	header .mid-bar{
		height: 35px;
	}
	header .mid-bar .img-responsive{
		max-width: 75%;
	}
	.top-bar .pull-right h3{
		font-size: 17px;
	}
	.banner{
		height: 250px;
		margin-top:40px;
	}
	.banner-text h2{
		font-size: 60px;
	}
	.banner-text h3{
		font-size: 30px;
	}
	
}


.services{
	background: #f7f2e8;
	padding: 50px 0px 25px;
	margin: 0;
}

.services .text-center{
    font-size: 48px;
}

.services .service-card{
	display: inline-block;
	background: #7a9ab1;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	transition: all .2s ease-in-out;
	width: 100%;
	height: 100%;
}

.services .service-card .svc-icon{
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	line-height: 80px;
	display: inline-block;
}

.services .service-card:hover {
	transform: scale(1.1);
	text-decoration: none;
}

.services .service-card .line{
	border: 2px solid #fff;
	margin: 10px 0px;
}
.services .service-card .svc-title{
	color: #000;
	font-weight: bold;
}


.intro-section{
	background: url('../img/section-style.png') repeat;
    padding: 50px;
}

.curve{
	background: url('../img/curve.png') no-repeat bottom center;
	height: 58px;
}

.intro-section p{
	color: #fff
}

.line-heading h1{
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 30px;
}

.line-heading{
	margin-bottom: 20px;
}


.h{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.h-with-d p {
	margin-top: 15px;
}

.read-more{
	color: #7a9ab1;
}

.ser-line-heading{
    text-align: left;
    z-index: 72;
}
.ser-line-heading h1{
    font-size: 39px !important;
    font-family: "Agency-fb";
    color: rgb(0, 75, 130);
    line-height: 1em !important;

}
.ser-menu{
    display: block;
}

.ser-ul{

}
.ser-li{
    display: inline-block;
    margin-right: 5px;
    font-size: 25px;
    font-family: "Agency-fb";
    color: rgb(0, 75, 130);

}
.ser-text{
    padding: 10px 33px 10px 0;
    font-size: 16px;
    font-family: "Candara";
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.ser-btn{
    margin-left: 20px;
    margin-top: 35px;
    padding: 4px;
    border: none;
    font-size: 18px;
    font-family: "Candara";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background-color: rgb(0, 75, 130);
    width: 280px;
    height: 47px;
}

.testimonial-head h1{
    font-size:40px;
    font-family: "Agency-fb";
    color: rgb(255, 255, 255);
    margin: 20px 0;
    text-align: center;
}


.tag_line {
	font-size: 38px;
	color: #004b82;
	text-align: center;
	box-shadow: 0.5rem 0.5rem 0 #1575C0;
	border: 1px solid #0f75bc;
	margin: 25px 0;
	padding: 25px;
}

.sidebar li {
	list-style: none;
}

#recent-posts-2 li {
	padding: 10px 0 10px 0;
	border-top: 1px solid #e6e5e5;
}

#recent-posts-2 li:first-child {
	border-top: none;
}

.accordion-title {
	font-size: 16px !important;
	text-transform: uppercase !important;
}



/*owel*/
.item{
    width: 70%;
    margin: 0 auto;
}
.item h3{
    width: 100% !important;
    margin: 0 auto;
    text-align: center !important;
    font-size: 20px;
    font-family: "Candara";
    color: rgb(255, 255, 255) !important;
    line-height: 1.565;

}
.item h4 {
    width: 90% !important;
    margin: 0 auto;
    text-align: center !important;
    font-size: 20px;
    font-family: "Candara";
    color: rgb(255, 255, 255) !important;
    line-height: 1.565;
}
#main-content{
    margin: 50px 0;
}

.container {
	width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
}

.full-width {
  float: none;
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

article h1 {
	color: #004b82;
}

article h2 {
	color: #a29f98;
}

article li {
	padding: 0 0 10px 0;
}

.sidebar {
	float: left;
	width: 330px;
}

.sidebar h3 {
	text-align: center;
}

.sidebar .inp-one, .sidebar .inp-sec {
	width: 100%;
}

.quick-contact-form {
	background: #f4f4f3;
	border-radius: 10px;
	padding: 10px;
}

blockquote {
    border:none !important;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin-bottom:-30px;
    position: relative;
    margin: 0 auto;
    padding-left: 0.4em;
}

blockquote h4 {
    font-size:21px;
}

ul.links-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul.links-list li {
	float: left;
	margin: 0 0 0 4px;
	padding: 10px;
	display: block;
}

ul.links-list .button {
	width: 330px;
	text-transform: none;
}

.testimonial-slider blockquote:before {
    content: open-quote;
    position: absolute;
    top: -40px;
    left: -40px;
    font-size: 130px;
    font-family: "Candara";
    color: rgba(255, 255, 255, 0.239);
    font-weight: bold;

}
.testimonial-slider blockquote:after {
    content: close-quote;
    position: absolute;
    bottom: -0.9em;
    right: -0.2em;
    font-size: 130px;
    font-family: "Candara";
    color: rgba(255, 255, 255, 0.239);
    font-weight: bold;
}
.carousel-indicators{
    bottom: -30% !important;
}
.footer{
    position: relative;
    background-size: cover;
    background-position: 50% 100%;
    z-index: 0;
}

.footer::before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:  rgba(247,242,232, 0.8);
    z-index: 1;
}

.footer .foo_sides, .footer .copy{
    z-index: 2;
}

.footer h2{
    font-family: "Agency-fb";
    color: rgb(0, 75, 130);
    line-height: 1.2;
    text-align: center;
    font-size: 40px;

}
.foo_des{
    display: block;
    text-align: center;
}

.foo_des h4 {
	line-height: 28px;
	margin: 30px 0 0 0;
}

.foo_date{
    line-height: 0;
    margin-top: 20px;
}

.foo_sides{
    margin-top: 45px;
}
.foo_related{
	position: relative;
    background: url(../img/footbox_back.png) no-repeat;
    padding: 10px;
    background-size: 100% 100%;
    /* display: inline-block; */
    height: 72px;
    display: inline-flex;
    width: 36%;
    margin-right: 15px;
    margin-top: 32px;
}

.foo_related img{
	max-width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inp-row{
    display: flow-root;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.inp-sec{
    display: inherit;
    width: 46.7%;
    float: left;
    margin-right: 10px;
}
.inp-one{
    display: inherit;
    width: 95%;
}
.inp{
    color: whitesmoke !important;
    background: #7f7f84 !important;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.522);
    line-height: 1.2;
    opacity: 0.6;

}
.inp::-webkit-input-placeholder{
    font-size: 16px;
    color: whitesmoke !important;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.522);
    line-height: 1.2;

}
.inp:focus{
    font-size: 16px;
    color: whitesmoke !important;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.522);
    line-height: 1.2;

    background-color: #7f7f84 !important;
}
.inp:active{

    font-size: 16px;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.522);
    line-height: 1.2;
    color: whitesmoke !important;
    background-color: #7f7f84 !important;
    width: 100%;
    border: none;
    outline: none;
}
.inp:checked{
    font-size: 16px;
    font-family: "Arial";
    color: rgba(255, 255, 255, 0.522);
    line-height: 1.2;
    background-color: #7f7f84 !important;
    color: whitesmoke !important;
    width: 100%;
    border: none;
    outline: none;
}

.btn-sub{
    background-color: rgb(0, 75, 130);
    color: whitesmoke;
    width: 309px;
    height: 47px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    border: none;
    margin-bottom: 20px;
}
.btn-sub:focus{
    border: none;
}

.fo-ul{
    margin-top: 33px;
    display: block;
}

.fo-ul ul{
    margin-left: 0;
}

.fo-ul li{
    display: inline-block;
    margin-right: 4%;
}

.fo-ul-img{
    margin-top: 0;
    display: block;
}
.foo-phone{
    font-size: 25px;
    font-family: "Agency-fb";
    color: rgb(0, 75, 130);
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0 5px;
}

.fo-li-img{

    display: inline-block;
    margin-right: 8px;
}
.fo-li-img a{
    font-size: 24px;
    font-family: "Agency-fb";
    color: rgb(0, 75, 130);
    font-weight: bold;
    line-height: 1.2;
}
.fo-li a{
    font-size: 24px;
    font-family: "Agency-fb";
    color: rgb(0, 75, 130);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.fo-li a:hover{
    text-decoration: none;
    color: rgb(0, 86, 149);

}
.fo-li , .fo-li-img a:hover{
    text-decoration: none;
}
.copy{
    clear:both;
    font-size: 9px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    position: relative;
	padding-top: 15px;
}

.ser-margin-top{
    margin-top: -75px !important;
}

.ser-mar-botm{
	width: 100%;
	height: auto;
	padding-top: 20px;
	display: flex;
	align-items: stretch;
}

.ser-margin{
    text-align: center;
    width: calc(20% - 20px);
    float:left;
    margin: 0 10px;
}

@media screen and (max-width: 1023px){
	.car-sec, .car-sec .ser-line-heading{
		text-align: center;
	}
	.ser-margin-top{
	    margin-top: 30px !important;
	}
	.car-sec-col, .ser-margin-top{
		width: 100%;
		display: block;
	}
	.ser-margin-top img{
		margin: 0 auto;
		max-width: 50%;
	}
}

@media screen and (max-width: 767px){
	.ser-mar-botm{
		flex-wrap: wrap;
		justify-content: center;
	}
	.ser-margin{
		padding-top: 10px;
	    width: calc(33.333% - 20px);
	}
	.item{
	    width: 90%;
	}
  .footer h2{
    font-size: 32px;
  }
}

@media screen and (max-width: 567px){
	.video iframe{
		width: 100%;
		height: 200px;
	}
	.intro-section{
		text-align: center;
	}
	.services .text-center{
		font-size: 36px
	}
	.intro-section{
	    padding: 50px 0;
	}
	.ser-mar-botm{
		padding-top: 0;
	}
	.ser-margin{
		padding-top: 10px;
	    width: 100%;
	    max-width: 300px;
	}
	.car-sec-col, .ser-text,{
		padding: 0;
	}
	.ser-btn{
		margin-left: 0;
	}
	.ser-margin-top img{
		max-width: 80%;
	}
	.inp-sec{
	    width: 95%;
	}
	.testimonial-head h1{
		font-size: 32px;
	}
	.item{
		width: 100%;
	}
	.testimonial-slider blockquote:before, 
  .testimonial-slider blockquote:after{
		content:'';
	}
	ul.links-list li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px;
	}
}


.accordion {
    list-style-type: none;
    background: #fefefe;
    border: 0px solid #e6e6e6;
    border-radius: 0;
    margin-left: 0;
}

.services li a {       
   
    display: block;}
    
    .services li  {       background: white;
    padding: 13px;
    display: block; margin-bottom: 10px;}