/*
******************************** TABLE OF CONTENTS ******************************
PRIMARY RESET
essentials
all spacing (padding and margin)
thm-header start
#mainSlider start
nav-2
intro
sec-service
testimony
sec-team
whyus
sec-blog
process
footer
blog
service
about-page
contact
about-2
quote-area
****************************************************************************************/

/* ================================================================= */
/* ======================= PRIMARY RESET START ===================== */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
a, a:hover, a:active, a:visited, a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0 !important;
}
a {
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
ol, ul, li {
	list-style-type: none;
}
.clr {
	clear: both;
}
body {
	font-family: 'robotoregular';
	background: #fff;
}
body::-webkit-scrollbar {
width: 0.3em;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px #808080;
}
body::-webkit-scrollbar-thumb {
background-color: #555;
outline: 1px solid #555;
}
body {
	scrollbar-face-color: #cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
}
ol, ul, li {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
h1, h2, h3, h4, h5, h6, figure {
	margin: 0;
}
p {
	margin-bottom: 0;
}
input, textarea {
	border: 0;
	outline: 0;
	box-shadow: none;
	resize: none;
	background-color: transparent;
}
input:focus, textarea:focus {
	box-shadow: none;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
}
 textarea::-moz-placeholder, input::-moz-placeholder {
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
}
 textarea:-ms-input-placeholder, input:-ms-input-placeholder {
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
}
 textarea::placeholder, input::placeholder {
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
}
button {
	background-color: transparent;
	border: 0;
	outline: 0 !important
}
img {
	max-width: 100%;
}
nav {
	margin-bottom: 0;
}

::-moz-selection {
 color: #fff;
 background: #0b5fa4;
 text-shadow: none;
}

::selection {
 background: #0b5fa4;
 color: #fff;
 text-shadow: none;
}
.list-inline {
	margin-left: 0;
}
.list-inline > li {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
.panel-heading {
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	border-radius: 0;
}
.panel {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.panel-default {
	border: 0 !important;
}
/* essentials start */
.bdrs-0 {
	border-radius: 0px;
}
.bdrs-3 {
	border-radius: 3px;
}
.bdrs-5 {
	border-radius: 5px;
}
.bdrs-10 {
	border-radius: 10px;
}
.no-border {
	border: none !important;
}
.crop {
	overflow: hidden;
}
.tdu:hover {
	text-decoration: underline;
}
/* essentials end */
/* ======================== PRIMARY RESET END ====================== */
/* ================================================================= */

/* all spacing (padding and margin) start */
/*padding-10*/
.pt-10, .py-10, .p-10 {
	padding-top: 10px;
}
.pb-10, .py-10, .p-10 {
	padding-bottom: 10px;
}
.pl-10, .px-10, .p-10 {
	padding-left: 10px;
}
.pr-10, .px-10, .p-10 {
	padding-right: 10px;
}
/*padding-10 end*/

/*padding-15*/
.pt-15, .py-15, .p-15 {
	padding-top: 15px;
}
.pb-15, .py-15, .p-15 {
	padding-bottom: 15px;
}
.pl-15, .px-15, .p-15 {
	padding-left: 15px;
}
.pr-15, .px-15, .p-15 {
	padding-right: 15px;
}
/*padding-15 end*/

/*padding-20*/
.pt-20, .py-20, .p-20 {
	padding-top: 20px;
}
.pb-20, .py-20, .p-20 {
	padding-bottom: 20px;
}
.pl-20, .px-20, .p-20 {
	padding-left: 20px;
}
.pr-20, .px-20, .p-20 {
	padding-right: 20px;
}
/*padding-20 end*/

/*padding-25*/
.pt-25, .py-25, .p-25 {
	padding-top: 25px;
}
.pb-25, .py-25, .p-25 {
	padding-bottom: 25px;
}
.pl-25, .px-25, .p-25 {
	padding-left: 25px;
}
.pr-25, .px-25, .p-25 {
	padding-right: 25px;
}
/*padding-25 end*/

/*padding-30*/
.pt-30, .py-30, .p-30 {
	padding-top: 30px;
}
.pb-30, .py-30, .p-30 {
	padding-bottom: 30px;
}
.pl-30, .px-30, .p-30 {
	padding-left: 30px;
}
.pr-30, .px-30, .p-30 {
	padding-right: 30px;
}
/*padding-30 end*/

/*margin-10*/
.mt-10, .my-10, .m-10 {
	margin-top: 10px;
}
.mb-10, .my-10, .m-10 {
	margin-bottom: 10px;
}
.ml-10, .mx-10, .m-10 {
	margin-left: 10px;
}
.mr-10, .mx-10, .m-10 {
	margin-right: 10px;
}
/*margin-10 end*/

/*margin-15*/
.mt-15, .my-15, .m-15 {
	margin-top: 15px;
}
.mb-15, .my-15, .m-15 {
	margin-bottom: 15px;
}
.ml-15, .mx-15, .m-15 {
	margin-left: 15px;
}
.mr-15, .mx-15, .m-15 {
	margin-right: 15px;
}
/*margin-15 end*/

/*margin-20*/
.mt-20, .my-20, .m-20 {
	margin-top: 20px;
}
.mb-20, .my-20, .m-20 {
	margin-bottom: 20px;
}
.ml-20, .mx-20, .m-20 {
	margin-left: 20px;
}
.mr-20, .mx-20, .m-20 {
	margin-right: 20px;
}
/*margin-20 end*/

/*margin-25*/
.mt-25, .my-25, .m-25 {
	margin-top: 25px;
}
.mb-25, .my-25, .m-25 {
	margin-bottom: 25px;
}
.ml-25, .mx-25, .m-25 {
	margin-left: 25px;
}
.mr-25, .mx-25, .m-25 {
	margin-right: 25px;
}
/*margin-25 end*/

/*margin-30*/
.mt-30, .my-30, .m-30 {
	margin-top: 30px;
}
.mb-30, .my-30, .m-30 {
	margin-bottom: 30px;
}
.ml-30, .mx-30, .m-30 {
	margin-left: 30px;
}
.mr-30, .mx-30, .m-30 {
	margin-right: 30px;
}
/*margin-30 end*/
/* all spacing (padding and margin) end */

/* default */
/* Font Sizes */
.fs-1 {
	font-size: 1px!important;
}
.fs-2 {
	font-size: 2px!important;
}
.fs-3 {
	font-size: 3px!important;
}
.fs-4 {
	font-size: 4px!important;
}
.fs-5 {
	font-size: 5px!important;
}
.fs-6 {
	font-size: 6px!important;
}
.fs-7 {
	font-size: 7px!important;
}
.fs-8 {
	font-size: 8px!important;
}
.fs-9 {
	font-size: 9px!important;
}
.fs-10 {
	font-size: 10px!important;
}
.fs-11 {
	font-size: 11px!important;
}
.fs-12 {
	font-size: 12px!important;
}
.fs-13 {
	font-size: 13px!important;
}
.fs-14 {
	font-size: 14px!important;
}
.fs-15 {
	font-size: 15px!important;
}
.fs-16 {
	font-size: 16px!important;
}
.fs-17 {
	font-size: 17px!important;
}
.fs-18 {
	font-size: 18px!important;
}
.fs-19 {
	font-size: 19px!important;
}
.fs-20 {
	font-size: 20px!important;
}
.fs-21 {
	font-size: 21px!important;
}
.fs-22 {
	font-size: 22px!important;
}
.fs-23 {
	font-size: 23px!important;
}
.fs-24 {
	font-size: 24px!important;
}
.fs-25 {
	font-size: 25px!important;
}
.fs-26 {
	font-size: 26px!important;
}
.fs-27 {
	font-size: 27px!important;
}
.fs-28 {
	font-size: 28px!important;
}
.fs-29 {
	font-size: 29px!important;
}
.fs-30 {
	font-size: 30px!important;
}
.fs-40 {
	font-size: 40px!important;
}
.fs-50 {
	font-size: 50px!important;
}
.fs-60 {
	font-size: 60px!important;
}
.fs-70 {
	font-size: 70px!important;
}
.fs-80 {
	font-size: 80px!important;
}
.fs-90 {
	font-size: 90px!important;
}
.fs-100 {
	font-size: 100px!important;
}
/* Adjustments */
.inblock5, .inblock10, .inblock15, .inblock20, .inblock25, .inblock30, .inblock35, .inblock40, .inblock45, .inblock50, .inblock55, .inblock60, .inblock65, .inblock70, .inblock75, .inblock80, .inblock85, .inblock90, .inblock95, .inblock100, .inblock200 {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	height: 1px;
}
.inblock5 {
	width: 5px!important;
}
.inblock10 {
	width: 10px!important;
}
.inblock15 {
	width: 15px!important;
}
.inblock20 {
	width: 20px!important;
}
.inblock25 {
	width: 25px!important;
}
.inblock30 {
	width: 30px!important;
}
.inblock35 {
	width: 35px!important;
}
.inblock40 {
	width: 40px!important;
}
.inblock45 {
	width: 45px!important;
}
.inblock50 {
	width: 50px!important;
}
.inblock55 {
	width: 55px!important;
}
.inblock60 {
	width: 60px!important;
}
.inblock65 {
	width: 65px!important;
}
.inblock70 {
	width: 70px!important;
}
.inblock75 {
	width: 75px!important;
}
.inblock80 {
	width: 80px!important;
}
.inblock85 {
	width: 85px!important;
}
.inblock90 {
	width: 90px!important;
}
.inblock95 {
	width: 95px!important;
}
.inblock100 {
	width: 100px!important;
}
.inblock200 {
	width: 200px!important;
}
.spacer1, .spacer2, .spacer3, .spacer4, .spacer5, .spacer6, .spacer7, .spacer8, .spacer9, .spacer10, .spacer11, .spacer12, .spacer13, .spacer14.spacer15, .spacer20, .spacer25, .spacer30, .spacer35, .spacer40, .spacer45, .spacer50, .spacer55, .spacer60, .spacer65, .spacer70, .spacer75, .spacer80, .spacer85, .spacer90, .spacer95, .spacer100, .spacer200, .spacer300, .spacer400, .spacer500 {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	width: 100%;
}
.spacer1 {
	height: 1px!important;
}
.spacer2 {
	height: 2px!important;
}
.spacer3 {
	height: 3px!important;
}
.spacer4 {
	height: 4px!important;
}
.spacer5 {
	height: 5px!important;
}
.spacer6 {
	height: 6px!important;
}
.spacer7 {
	height: 7px!important;
}
.spacer8 {
	height: 8px!important;
}
.spacer9 {
	height: 9px!important;
}
.spacer10 {
	height: 10px!important;
}
.spacer11 {
	height: 11px!important;
}
.spacer12 {
	height: 12px!important;
}
.spacer13 {
	height: 13px!important;
}
.spacer14 {
	height: 14px!important;
}
.spacer15 {
	height: 15px!important;
}
.spacer20 {
	height: 20px!important;
}
.spacer25 {
	height: 25px!important;
}
.spacer30 {
	height: 30px!important;
}
.spacer35 {
	height: 35px!important;
}
.spacer40 {
	height: 40px!important;
}
.spacer45 {
	height: 45px!important;
}
.spacer50 {
	height: 50px!important;
}
.spacer55 {
	height: 55px!important;
}
.spacer60 {
	height: 60px!important;
}
.spacer65 {
	height: 65px!important;
}
.spacer70 {
	height: 70px!important;
}
.spacer75 {
	height: 75px!important;
}
.spacer80 {
	height: 80px!important;
}
.spacer85 {
	height: 85px!important;
}
.spacer90 {
	height: 90px!important;
}
.spacer95 {
	height: 95px!important;
}
.spacer100 {
	height: 100px!important;
}
.spacer200 {
	height: 200px!important;
}
.spacer300 {
	height: 300px!important;
}
.spacer400 {
	height: 400px!important;
}
.spacer500 {
	height: 500px!important;
}
.margin-none {
	margin: 0!important;
}
.margin-all-5 {
	margin: 5px!important;
}
.margin-all-10 {
	margin: 10px!important;
}
.margin-all-15 {
	margin: 15px!important;
}
.margin-all-20 {
	margin: 20px!important;
}
.margin-all-25 {
	margin: 25px!important;
}
.margin-top-1, .margin-top-2, .margin-top-3, .margin-top-4, .margin-top-5, .margin-top-10, .margin-top-15, .margin-top-20, .margin-top-25, .margin-top-30, .margin-top-35, .margin-top-40, .margin-top-45, .margin-top-50, .margin-top-55, .margin-top-60, .margin-top-65, .margin-top-70, .margin-top-75, .margin-top-80, .margin-top-85, .margin-top-90, .margin-top-95, .margin-top-100 {
	clear: both;
}
.margin-top-1 {
	margin-top: 1px!important;
}
.margin-top-2 {
	margin-top: 2px!important;
}
.margin-top-3 {
	margin-top: 3px!important;
}
.margin-top-4 {
	margin-top: 4px!important;
}
.margin-top-5 {
	margin-top: 5px!important;
}
.margin-top-10 {
	margin-top: 10px!important;
}
.margin-top-15 {
	margin-top: 15px!important;
}
.margin-top-20 {
	margin-top: 20px!important;
}
.margin-top-25 {
	margin-top: 25px!important;
}
.margin-top-30 {
	margin-top: 30px!important;
}
.margin-top-35 {
	margin-top: 35px!important;
}
.margin-top-40 {
	margin-top: 40px!important;
}
.margin-top-45 {
	margin-top: 45px!important;
}
.margin-top-50 {
	margin-top: 50px!important;
}
.margin-top-55 {
	margin-top: 55px!important;
}
.margin-top-60 {
	margin-top: 60px!important;
}
.margin-top-65 {
	margin-top: 65px!important;
}
.margin-top-70 {
	margin-top: 70px!important;
}
.margin-top-75 {
	margin-top: 75px!important;
}
.margin-top-80 {
	margin-top: 80px!important;
}
.margin-top-85 {
	margin-top: 85px!important;
}
.margin-top-90 {
	margin-top: 90px!important;
}
.margin-top-95 {
	margin-top: 95px!important;
}
.margin-top-100 {
	margin-top: 100px!important;
}
.margin-right-1, .margin-right-2, .margin-right-3, .margin-right-4, .margin-right-5, .margin-right-10, .margin-right-15, .margin-right-20, .margin-right-25, .margin-right-30, .margin-right-35, .margin-right-40, .margin-right-45, .margin-right-50, .margin-right-55, .margin-right-60, .margin-right-65, .margin-right-70, .margin-right-75, .margin-right-80, .margin-right-85, .margin-right-90, .margin-right-95, .margin-right-100 {
	clear: both;
}
.margin-right-1 {
	margin-right: 1px!important;
}
.margin-right-2 {
	margin-right: 2px!important;
}
.margin-right-3 {
	margin-right: 3px!important;
}
.margin-right-4 {
	margin-right: 4px!important;
}
.margin-right-5 {
	margin-right: 5px!important;
}
.margin-right-10 {
	margin-right: 10px!important;
}
.margin-right-15 {
	margin-right: 15px!important;
}
.margin-right-20 {
	margin-right: 20px!important;
}
.margin-right-25 {
	margin-right: 25px!important;
}
.margin-right-30 {
	margin-right: 30px!important;
}
.margin-right-35 {
	margin-right: 35px!important;
}
.margin-right-40 {
	margin-right: 40px!important;
}
.margin-right-45 {
	margin-right: 45px!important;
}
.margin-right-50 {
	margin-right: 50px!important;
}
.margin-right-55 {
	margin-right: 55px!important;
}
.margin-right-60 {
	margin-right: 60px!important;
}
.margin-right-65 {
	margin-right: 65px!important;
}
.margin-right-70 {
	margin-right: 70px!important;
}
.margin-right-75 {
	margin-right: 75px!important;
}
.margin-right-80 {
	margin-right: 80px!important;
}
.margin-right-85 {
	margin-right: 85px!important;
}
.margin-right-90 {
	margin-right: 90px!important;
}
.margin-right-95 {
	margin-right: 95px!important;
}
.margin-right-100 {
	margin-right: 100px!important;
}
.margin-bottom-1, .margin-bottom-2, .margin-bottom-3, .margin-bottom-4, .margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-45, .margin-bottom-50, .margin-bottom-55, .margin-bottom-60, .margin-bottom-65, .margin-bottom-70, .margin-bottom-75, .margin-bottom-80, .margin-bottom-85, .margin-bottom-90, .margin-bottom-95, .margin-bottom-100 {
	clear: both;
}
.margin-bottom-1 {
	margin-bottom: 1px!important;
}
.margin-bottom-2 {
	margin-bottom: 2px!important;
}
.margin-bottom-3 {
	margin-bottom: 3px!important;
}
.margin-bottom-4 {
	margin-bottom: 4px!important;
}
.margin-bottom-5 {
	margin-bottom: 5px!important;
}
.margin-bottom-10 {
	margin-bottom: 10px!important;
}
.margin-bottom-15 {
	margin-bottom: 15px!important;
}
.margin-bottom-20 {
	margin-bottom: 20px!important;
}
.margin-bottom-25 {
	margin-bottom: 25px!important;
}
.margin-bottom-30 {
	margin-bottom: 30px!important;
}
.margin-bottom-35 {
	margin-bottom: 35px!important;
}
.margin-bottom-40 {
	margin-bottom: 40px!important;
}
.margin-bottom-45 {
	margin-bottom: 45px!important;
}
.margin-bottom-50 {
	margin-bottom: 50px!important;
}
.margin-bottom-55 {
	margin-bottom: 55px!important;
}
.margin-bottom-60 {
	margin-bottom: 60px!important;
}
.margin-bottom-65 {
	margin-bottom: 65px!important;
}
.margin-bottom-70 {
	margin-bottom: 70px!important;
}
.margin-bottom-75 {
	margin-bottom: 75px!important;
}
.margin-bottom-80 {
	margin-bottom: 80px!important;
}
.margin-bottom-85 {
	margin-bottom: 85px!important;
}
.margin-bottom-90 {
	margin-bottom: 90px!important;
}
.margin-bottom-95 {
	margin-bottom: 95px!important;
}
.margin-bottom-100 {
	margin-bottom: 100px!important;
}
.margin-left-1, .margin-left-2, .margin-left-3, .margin-left-4, .margin-left-5, .margin-left-10, .margin-left-15, .margin-left-20, .margin-left-25, .margin-left-30, .margin-left-35, .margin-left-40, .margin-left-45, .margin-left-50, .margin-left-55, .margin-left-60, .margin-left-65, .margin-left-70, .margin-left-75, .margin-left-80, .margin-left-85, .margin-left-90, .margin-left-95, .margin-left-100 {
	clear: both;
}
.margin-left-1 {
	margin-left: 1px!important;
}
.margin-left-2 {
	margin-left: 2px!important;
}
.margin-left-3 {
	margin-left: 3px!important;
}
.margin-left-4 {
	margin-left: 4px!important;
}
.margin-left-5 {
	margin-left: 5px!important;
}
.margin-left-10 {
	margin-left: 10px!important;
}
.margin-left-15 {
	margin-left: 15px!important;
}
.margin-left-20 {
	margin-left: 20px!important;
}
.margin-left-25 {
	margin-left: 25px!important;
}
.margin-left-30 {
	margin-left: 30px!important;
}
.margin-left-35 {
	margin-left: 35px!important;
}
.margin-left-40 {
	margin-left: 40px!important;
}
.margin-left-45 {
	margin-left: 45px!important;
}
.margin-left-50 {
	margin-left: 50px!important;
}
.margin-left-55 {
	margin-left: 55px!important;
}
.margin-left-60 {
	margin-left: 60px!important;
}
.margin-left-65 {
	margin-left: 65px!important;
}
.margin-left-70 {
	margin-left: 70px!important;
}
.margin-left-75 {
	margin-left: 75px!important;
}
.margin-left-80 {
	margin-left: 80px!important;
}
.margin-left-85 {
	margin-left: 85px!important;
}
.margin-left-90 {
	margin-left: 90px!important;
}
.margin-left-95 {
	margin-left: 95px!important;
}
.margin-left-100 {
	margin-left: 100px!important;
}
.padding-none {
	padding: 0!important;
}
.padding-all-5 {
	padding: 5px!important;
}
.padding-all-10 {
	padding: 10px!important;
}
.padding-all-15 {
	padding: 15px!important;
}
.padding-all-20 {
	padding: 20px!important;
}
.padding-all-25 {
	padding: 25px!important;
}
.padding-top-1, .padding-top-2, .padding-top-3, .padding-top-4, .padding-top-5, .padding-top-10, .padding-top-15, .padding-top-20, .padding-top-25, .padding-top-30, .padding-top-35, .padding-top-40, .padding-top-45, .padding-top-50, .padding-top-55, .padding-top-60, .padding-top-65, .padding-top-70, .padding-top-75, .padding-top-80, .padding-top-85, .padding-top-90, .padding-top-95, .padding-top-100 {
	clear: both;
}
.padding-top-1 {
	padding-top: 1px!important;
}
.padding-top-2 {
	padding-top: 2px!important;
}
.padding-top-3 {
	padding-top: 3px!important;
}
.padding-top-4 {
	padding-top: 4px!important;
}
.padding-top-5 {
	padding-top: 5px!important;
}
.padding-top-10 {
	padding-top: 10px!important;
}
.padding-top-15 {
	padding-top: 15px!important;
}
.padding-top-20 {
	padding-top: 20px!important;
}
.padding-top-25 {
	padding-top: 25px!important;
}
.padding-top-30 {
	padding-top: 30px!important;
}
.padding-top-35 {
	padding-top: 35px!important;
}
.padding-top-40 {
	padding-top: 40px!important;
}
.padding-top-45 {
	padding-top: 45px!important;
}
.padding-top-50 {
	padding-top: 50px!important;
}
.padding-top-55 {
	padding-top: 55px!important;
}
.padding-top-60 {
	padding-top: 60px!important;
}
.padding-top-65 {
	padding-top: 65px!important;
}
.padding-top-70 {
	padding-top: 70px!important;
}
.padding-top-75 {
	padding-top: 75px!important;
}
.padding-top-80 {
	padding-top: 80px!important;
}
.padding-top-85 {
	padding-top: 85px!important;
}
.padding-top-90 {
	padding-top: 90px!important;
}
.padding-top-95 {
	padding-top: 95px!important;
}
.padding-top-100 {
	padding-top: 100px!important;
}
.padding-right-1, .padding-right-2, .padding-right-3, .padding-right-4, .padding-right-5, .padding-right-10, .padding-right-15, .padding-right-20, .padding-right-25, .padding-right-30, .padding-right-35, .padding-right-40, .padding-right-45, .padding-right-50, .padding-right-55, .padding-right-60, .padding-right-65, .padding-right-70, .padding-right-75, .padding-right-80, .padding-right-85, .padding-right-90, .padding-right-95, .padding-right-100 {
	clear: both;
}
.padding-right-1 {
	padding-right: 1px!important;
}
.padding-right-2 {
	padding-right: 2px!important;
}
.padding-right-3 {
	padding-right: 3px!important;
}
.padding-right-4 {
	padding-right: 4px!important;
}
.padding-right-5 {
	padding-right: 5px!important;
}
.padding-right-10 {
	padding-right: 10px!important;
}
.padding-right-15 {
	padding-right: 15px!important;
}
.padding-right-20 {
	padding-right: 20px!important;
}
.padding-right-25 {
	padding-right: 25px!important;
}
.padding-right-30 {
	padding-right: 30px!important;
}
.padding-right-35 {
	padding-right: 35px!important;
}
.padding-right-40 {
	padding-right: 40px!important;
}
.padding-right-45 {
	padding-right: 45px!important;
}
.padding-right-50 {
	padding-right: 50px!important;
}
.padding-right-55 {
	padding-right: 55px!important;
}
.padding-right-60 {
	padding-right: 60px!important;
}
.padding-right-65 {
	padding-right: 65px!important;
}
.padding-right-70 {
	padding-right: 70px!important;
}
.padding-right-75 {
	padding-right: 75px!important;
}
.padding-right-80 {
	padding-right: 80px!important;
}
.padding-right-85 {
	padding-right: 85px!important;
}
.padding-right-90 {
	padding-right: 90px!important;
}
.padding-right-95 {
	padding-right: 95px!important;
}
.padding-right-100 {
	padding-right: 100px!important;
}
.padding-bottom-1, .padding-bottom-2, .padding-bottom-3, .padding-bottom-4, .padding-bottom-5, .padding-bottom-10, .padding-bottom-15, .padding-bottom-20, .padding-bottom-25, .padding-bottom-30, .padding-bottom-35, .padding-bottom-40, .padding-bottom-45, .padding-bottom-50, .padding-bottom-55, .padding-bottom-60, .padding-bottom-65, .padding-bottom-70, .padding-bottom-75, .padding-bottom-80, .padding-bottom-85, .padding-bottom-90, .padding-bottom-95, .padding-bottom-100 {
	clear: both;
}
.padding-bottom-1 {
	padding-bottom: 1px!important;
}
.padding-bottom-2 {
	padding-bottom: 2px!important;
}
.padding-bottom-3 {
	padding-bottom: 3px!important;
}
.padding-bottom-4 {
	padding-bottom: 4px!important;
}
.padding-bottom-5 {
	padding-bottom: 5px!important;
}
.padding-bottom-10 {
	padding-bottom: 10px!important;
}
.padding-bottom-15 {
	padding-bottom: 15px!important;
}
.padding-bottom-20 {
	padding-bottom: 20px!important;
}
.padding-bottom-25 {
	padding-bottom: 25px!important;
}
.padding-bottom-30 {
	padding-bottom: 30px!important;
}
.padding-bottom-35 {
	padding-bottom: 35px!important;
}
.padding-bottom-40 {
	padding-bottom: 40px!important;
}
.padding-bottom-45 {
	padding-bottom: 45px!important;
}
.padding-bottom-50 {
	padding-bottom: 50px!important;
}
.padding-bottom-55 {
	padding-bottom: 55px!important;
}
.padding-bottom-60 {
	padding-bottom: 60px!important;
}
.padding-bottom-65 {
	padding-bottom: 65px!important;
}
.padding-bottom-70 {
	padding-bottom: 70px!important;
}
.padding-bottom-75 {
	padding-bottom: 75px!important;
}
.padding-bottom-80 {
	padding-bottom: 80px!important;
}
.padding-bottom-85 {
	padding-bottom: 85px!important;
}
.padding-bottom-90 {
	padding-bottom: 90px!important;
}
.padding-bottom-95 {
	padding-bottom: 95px!important;
}
.padding-bottom-100 {
	padding-bottom: 100px!important;
}
.padding-left-1, .padding-left-2, .padding-left-3, .padding-left-4, .padding-left-5, .padding-left-10, .padding-left-15, .padding-left-20, .padding-left-25, .padding-left-30, .padding-left-35, .padding-left-40, .padding-left-45, .padding-left-50, .padding-left-55, .padding-left-60, .padding-left-65, .padding-left-70, .padding-left-75, .padding-left-80, .padding-left-85, .padding-left-90, .padding-left-95, .padding-left-100 {
	clear: both;
}
.padding-left-1 {
	padding-left: 1px!important;
}
.padding-left-2 {
	padding-left: 2px!important;
}
.padding-left-3 {
	padding-left: 3px!important;
}
.padding-left-4 {
	padding-left: 4px!important;
}
.padding-left-5 {
	padding-left: 5px!important;
}
.padding-left-10 {
	padding-left: 10px!important;
}
.padding-left-15 {
	padding-left: 15px!important;
}
.padding-left-20 {
	padding-left: 20px!important;
}
.padding-left-25 {
	padding-left: 25px!important;
}
.padding-left-30 {
	padding-left: 30px!important;
}
.padding-left-35 {
	padding-left: 35px!important;
}
.padding-left-40 {
	padding-left: 40px!important;
}
.padding-left-45 {
	padding-left: 45px!important;
}
.padding-left-50 {
	padding-left: 50px!important;
}
.padding-left-55 {
	padding-left: 55px!important;
}
.padding-left-60 {
	padding-left: 60px!important;
}
.padding-left-65 {
	padding-left: 65px!important;
}
.padding-left-70 {
	padding-left: 70px!important;
}
.padding-left-75 {
	padding-left: 75px!important;
}
.padding-left-80 {
	padding-left: 80px!important;
}
.padding-left-85 {
	padding-left: 85px!important;
}
.padding-left-90 {
	padding-left: 90px!important;
}
.padding-left-95 {
	padding-left: 95px!important;
}
.padding-left-100 {
	padding-left: 100px!important;
}
.radius-none {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}
.c-pointer {
	cursor: pointer;
}
.c-wait {
	cursor: wait;
}
.c-help {
	cursor: help;
}
/* default */
.animDe-1 {
 -webkit-animation-delay: .5s;
 -moz-animation-delay: .5s;
 -ms-animation-delay: .5s;
 -o-animation-delay: .5s;
 animation-delay: .5s;
}
.animDe-2 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.animDe-3 {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.animDe-4 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.animDe-5 {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
 @media (min-width: 1200px) {
 .container {
 max-width: 1200px;
}
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
	border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
	padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
	padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
	background: #bf2025;
	color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
	font-size: 16px;
	font-weight: 600;
	padding: 9px 20px;
	color: #000;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
	background: #bf2025;
	color: #fff;
	cursor: pointer;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../img/preloader.gif) center center no-repeat;
	z-index: 99999999;
}
.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #bf2025;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	text-align: center;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	display: none;
	-webkit-box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .4);
	box-shadow: 0 10px 10px -7px rgba(0, 0, 0, .4);
}
.scroll-to-top i {
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
.scroll-to-top:hover {
	background: #2e308f;
}

/* hidding google logos from map */
a[href^="http://maps.google.com/maps"] {
 display: none !important;
}
 a[href^="https://maps.google.com/maps"] {
 display: none !important;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display: none;
}
.gmnoprint div {
	background: none !important;
}
.c1 {
	color: #bf2025
}
.c2 {
	color: #0b5fa4
}
.c3 {
	color: #2e308f
}
.c4 {
	color: #7c848a
}
.bg1 {
	background: #bf2025
}
.bg2 {
	background: #0b5fa4
}
.bg3 {
	background: #2e308f
}
.bg4 {
	background: #f3f5f9
}
.f1 {
	font-family: 'open_sansregular';
}
.f2 {
	font-family: 'SpartanMB-Bold', sans-serif;
}
.f3 {
	font-family: 'SpartanMB-Thin', sans-serif;
}
.fw-2 {
	font-weight:200;
}
.fw-3 {
	font-weight:300;
}
.fw-4 {
	font-weight:400;
}
.fw-6 {
	font-weight:600;
}
.fw-7 {
	font-weight:700;
}
.fw-8 {
	font-weight:800;
}
.fw-9 {
	font-weight:900;
}
/* thm-header start */
.thm-header {
	font-family: 'open_sansregular';
	position: relative;
	padding-top: 25px;
	color: #bf2025;
	font-weight:bold;
	text-transform:uppercase;
}
/*
 .thm-header::before {
 position: absolute;
 content: '';
 width: 2px;
 height: 16px;
 background: currentColor;
 z-index: 1;
 top: 0;
 left: 0;
}
 .thm-header::after {
 position: absolute;
 content: '';
 width: 4px;
 height: 2px;
 background: currentColor;
 top: 16px;
 left: 0;
 z-index: 2;
}
 .thm-header.text-center::before {
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
}
 .thm-header.text-center::after {
 left: calc(50% + 1px);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
}
*/
.thm-header h1 {
	font-weight: 200;
	font-size: 60px;
}
.thm-header p, .thm-header li, .thm-header li a {
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600;
}
.thm-header li {
	position: relative;
	display: inline-block;
	margin-left: 7px;
}
 .thm-header li:not(:last-of-type) {
 padding-right: 13px;
}
 .thm-header li:not(:last-of-type)::after {
 position: absolute;
 content: '-';
 color: #bf2025;
 right: -3px;
}
.op-header {
	padding: 50px 0 50px;
	background: #f3f5f9;
}
/* thm-header end */

/* #mainSlider start */
[data-item="1"] {
background: url('../img/bg/01.jpg') no-repeat center center;
}
[data-item="2"] {
background: url('../img/bg/02.jpg') no-repeat center center;
}
[data-item="3"] {
background: url('../img/bg/03.jpg') no-repeat center center;
}
[data-item="4"] {
background: url('../img/bg/04.jpg') no-repeat center center;
}
[data-item="5"] {
background: url('../img/bg/05.jpg') no-repeat center center;
}
[data-item="6"] {
background: url('../img/bg/06.jpg') no-repeat center center;
}
#mainSlider .carousel-item {
	height: 864px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
}
 #mainSlider .carousel-item::before {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 background: rgba(1, 15, 27, 0.65);
 top: 0;
 left: 0;
 z-index: -1;
}
.bannerContent > a {
	padding: 22px 38px 23px 40px;
	letter-spacing: 2px;
	font-family: 'Muli', sans-serif;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.bannerContent > a:hover {
	background: #2e308f;
}
.bannerContent > a:not(:last-of-type) {
margin-right: 5px;
}
.bannerContent > h1 {
	font-family: 'SpartanMB-Bold', sans-serif;
	font-size: 80px;
	letter-spacing: -3px
}
.bannerContent > p {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
[data-item="1"] .bannerContent > p {
	padding-bottom: 23px;
	margin-bottom: 14px;
}
[data-item="2"] .bannerContent > p, [data-item="5"] .bannerContent > p {
	width: 136px;
	height: 136px;
	background: #bf2025;
	color: #fff;
	margin-bottom: 28px;
}
.bannerContent > p > i {
	font-size: 64px;
}
.bannerContent > p > span {
	padding: 13px 21px 12px 25px;
	font-size: 14px;
	letter-spacing: 4px;
	line-height: 25px;
	color: rgba(255, 255, 255, .4);
	border: 2px solid rgba(255, 255, 255, .4);
}
[data-item="1"] .bannerContent > a {
	margin-top: 47px;
}
[data-item="2"] .bannerContent > a {
	margin-top: 48px;
}
[data-item="5"] .bannerContent > a {
	margin-top: 48px;
}
[data-item="3"] .bannerContent > a {
	margin-top: 36px;
}
[data-item="3"] .bannerContent > p:first-of-type {
	margin-top: 20px;
}
[data-item="3"] .bannerContent > h1 {
	font-size: 70px;
}
#mainSlider .carousel-indicators {
	bottom: 43px;
}
#mainSlider .carousel-indicators li {
	width: 14px;
	border: none;
	margin-right: 5px;
	background: rgba(255, 255, 255, .2);
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
#mainSlider .carousel-indicators li.active {
	width: 24px !important;
	background: rgba(255, 255, 255, 1);
}
 #mainSlider [class^="carousel-control-"] {
 width: 74px;
 height: 72px;
 font-size: 24px;
 background: #fff;
 color: #2e308f;
 opacity: .2;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
 #mainSlider [class^="carousel-control-"]:hover {
opacity: 1;
}
#mainSlider [class^="carousel-control-prev"] {
margin-left: 30px;
}
#mainSlider [class^="carousel-control-next"] {
margin-right: 30px;
}
#home-2 #mainSlider [class^="carousel-control-prev"] {
margin-left: 0;
}
#home-2 #mainSlider [class^="carousel-control-next"] {
margin-right: 0;
}
[data-item="4"] .bannerContent {
	width: 632px;
	padding: 88px 100px 100px;
	background: #bf2025;
}
[data-item="4"] .bannerContent h1 {
	font-size: 55px;
}
[data-item="4"] .bannerContent a {
	margin-top: 31px;
}
[data-item="6"] .bannerContent a {
	margin-top: 47px;
}
[data-item="6"] .bannerContent h1:first-of-type span {
	color: #bf2025;
	border-bottom: 5px solid #bf2025;
	display: inline-block;
	padding-bottom: 1px;
}
/* #mainSlider end */

/* nav-2 start */
.nav-2 .navbar-brand {
	padding-left: 15px;
}
.thm-search {
	width: 106px;
	height: 96px;
	padding: 0;
}
.quote-btn {
	width: 218px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background: #bf2025;
	color: #fff !important;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 2px;
}
.quote-btn:hover {
	background: #2e308f;
}
.contact-box > i {
	font-size: 32px;
	color: #bf2025;
}
.contact-box p, .contact-box span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.contact-box span {
	color: #7c8389;
}
.nav-2 .contact-box {
	margin-right: 50px;
}
.nav-2 .mainmenu {
	margin-left: 30px;
}
 .nav-2 .mainmenu > li:not(:last-of-type) {
 margin-right: 13px;
}
 @media(min-width: 1400px) {
 .nav-2 .mainmenu > li:not(:last-of-type) {
 margin-right: 33px;
}
}
 @media(min-width: 1800px) {
 .nav-2 .mainmenu > li:not(:last-of-type) {
 margin-right: 43px;
}
}
.nav-2 .mainmenu > li > a {
	font-size: 16px;
	font-weight: 600;
	color: #7c848a !important;
}
.nav-2 .mainmenu > li.active a {
	text-shadow: 1px 0 0 #bf2025;
	color: #bf2025 !important;
}
 .mainmenu .dropdown-toggle::after {
display: none;
}
.mainmenu .dropdown .dropdown-menu {
	background: #0b5fa4;
	color: #fff;
	border-radius: 0;
	border: none;
	min-width: 191px !important;
	padding: 27px 0 31px;
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	transform: translateX(-10%);
}
.mainmenu .dropdown .dropdown-menu > a {
	padding: 7px 40px !important;
	display: block !important;
	font-size: 16px;
	font-weight: 600;
}
/* nav-2 end */

/* intro start */
.intro {
	position: relative;
	z-index: 2;
	padding-top: 120px;
}
.intro section > p {
	font-size: 18px;
	line-height: 30px;
	color: #7c848a;
}
.intro section > p:first-of-type {
	margin-top: -8px;
}
 .intro section > p:not(:last-of-type) {
 padding-bottom: 28px;
}
.intro figure {
	position: relative;
	z-index: 2;
}
 .intro figure::before {
 position: absolute;
 content: '';
 width: 100vw;
 height: 100%;
 top: 0;
 right: 100%;
 background: #fff;
 z-index: -1;
}
.facts {
	padding: 100px 0 96px;
	margin-top: 75px;
	background: #bf2025;
	position: relative;
	z-index: 1;
}
 .facts::before {
 position: absolute;
 content: '';
 width: 332px;
 height: 100%;
 background: inherit;
 top: 0;
 right: calc(100% - 2px);
 z-index: -1;
}
 .facts::after {
 position: absolute;
 content: '';
 width: calc(100vw + 2px);
 height: 100%;
 background: inherit;
 left: calc(100% - 2px);
 top: 0;
 z-index: -1;
}
.single-fact {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.single-fact h1 {
	font-size: 40px;
	padding-top: 15px;
	padding-bottom: 1px;
}
.single-fact p {
	font-size: 16px;
}
.single-fact i {
	font-size: 43px;
}
/* intro end */

/* sec-service start */
.sec-service {
	padding-top: 120px;
	background: #f3f5f9;
	position: relative;
	z-index: 1;
}
 .sec-service::before {
 position: absolute;
 content: '';
 width: 100vw;
 height: 170px;
 background: inherit;
 bottom: 100%;
 left: 0;
 z-index: -2;
}
.service-carousel {
	position: relative;
	z-index: 1;
	margin-top: 45px;
	padding-bottom:25px;
}
 .service-carousel::after {
 position: absolute;
 content: '';
 width: 100vw;
 height: calc(100% - 248px);
 bottom: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 background: #fff;
 z-index: -1
}
.service-carousel .col-lg-4 {
	-ms-flex: 0 0100;
	flex: 0 0 100%;
	max-width: 100%;
}
.service-carousel .owl-dots {
	margin-top: 39px;
	margin-left: 30px;
}
.service-carousel .owl-dot {
	width: 14px;
	height: 3px;
	margin-right: 10px;
	background: #2e308f;
	opacity: .2;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
.service-carousel .owl-dot.active {
	opacity: 1;
	width: 24px;
}
.owl-theme .owl-dots .owl-dot span {
	display: none;
}
.service-card-body {
	width: 100%;
	padding:5px;
	text-align: center;
	position: relative;
}
 .service-card-body::before {
 position: absolute;
 content: '';
 width: 100%;
 height: calc(100% + 22px);
 background: #fff;
 bottom: 0;
 right: -2px;
 z-index: -1;
}
.service-card-body h2 {
	font-weight: bold;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.service-card-body > h2 > a, .service-card-body > p, .service-card-body > a {
	font-weight: normal;
}
.service-card-body > h2 {
	font-size: 20px;
	color: #2e308f;
}
.service-card-body > h2 > a:hover {
	color: #bf2025;
}
.service-card-body p {
	font-size: 12px;
	color:#b5b5b5;
	text-transform:uppercase;
	vertical-align:middle;
}
.service-card-body > a {
	font-size: 12px;
	letter-spacing:2px;
	color: #bf2025;
	text-transform: uppercase;
	font-weight:bold;
}
.service-card-body > a:hover {
	color: #0b5fa4
}
/* sec-service end */

/* testimony start */
.testimony {
	padding: 120px 0 55px;
	background: url(../img/parallax-1-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.testimony .thm-header {
	margin-bottom: 60px;
}
 .testimony::before {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: -1;
 background: rgba(1, 15, 27, .85);
}
.slide-text p {
	font-weight: 300;
	font-size: 26px;
	line-height: 40px;
	padding: 0 40px;
}
.slide-text h4 {
	font-size: 18px;
}
.rating {
	margin-top: 8px;
}
.slide-text .rating i {
	color: #FED618;
	font-size: 16px;
}
.testi-pager {
	height: 75px;
	position: relative;
	margin-bottom: 55px;
}
.testi-pager .pager-item .testi-thumb {
	width: 55px;
	opacity: .5;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
.testi-pager .pager-item.active .testi-thumb {
	width: 75px;
	opacity: 1;
	margin-bottom: -5px;
}
 .rating-area .pager-item:not(:last-of-type) {
 margin-right: 20px;
}
.rating-area .bx-wrapper {
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: initial;
}
 .rating-area .bx-controls-direction [class^="bx-"] {
 width: 74px;
 height: 72px;
 display: block;
 position: absolute;
 top: 13%;
 -webkit-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
 background: #fff;
 text-align: center;
 opacity: .2;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
 z-index: 2;
}
 .rating-area .bx-controls-direction [class^="bx-"] i {
 line-height: 72px;
 font-size: 24px;
 color: #2e308f;
}
 .rating-area .bx-controls-direction [class^="bx-"]:hover {
 opacity: 1;
}
.rating-area .bx-controls-direction .bx-prev {
	left: -150px;
}
.rating-area .bx-controls-direction .bx-next {
	right: -150px;
}
/* testimony end */

/* sec-team start */
.sec-team {
	position: relative;
	z-index: 1;
}
.sec-team .thm-header {
	margin-bottom: 60px;
}
.member-card figcaption {
	text-align: center;
	position: relative;
	padding-top: 12px;
	padding-bottom: 25px;
}
.member-card figcaption ul {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.member-card:hover figcaption ul {
	bottom: calc(100% + 20px);
	visibility: visible;
	opacity: 1;
}
.member-card figcaption ul li {
	display: inline-block;
	margin-right: 5px;
}
.member-card figcaption ul li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	background: rgba(255, 255, 255, .2);
}
.member-card figcaption ul li a:hover {
	background: #bf2025;
}
.member-card figcaption ul li a i {
	font-size: 16px;
	color: #2e308f;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.member-card figcaption ul li a:hover i {
	color: #fff;
}
.member-info h2 > a {
	font-size: 18px;
}
.member-info h2 > a:hover {
	color: #bf2025;
}
.member-info p {
	font-size: 12px;
	color: #888;
	text-transform:uppercase;
	font-weight:bold;
}
/* sec-team end */

/* whyus start */
.whyus {
	padding-top: 120px;
	position: relative;
	z-index: 1;
}
 .whyus::before {
 position: absolute;
 content: '';
 width: 100%;
 height: calc(100% - 20px);
 background: #f3f5f9;
 z-index: -1;
 top: 0;
 left: 0;
}
.whyus section {
	padding-right: 60px;
}
.whyus section > h2 {
	font-size: 30px;
	line-height: 30px;
	padding: 36px 0 33px;
}
.whyus section > p {
	color: #7c848a;
	font-size: 18px;
	line-height: 30px;
}
.whyus section > span {
	width: 91px;
	height: 91px;
	text-align: center;
	background: #bf2025;
	display: block;
}
.whyus section > span i {
	font-size: 52px;
	line-height: 91px;
	color: #fff;
}
.feature-area {
	position: relative;
}
.feature-area h2 {
	font-size: 40px;
	line-height: 50px;
	width: 501px;
	padding-top: 48px;
	padding-left: 54px;
	padding-bottom: 53px;
	padding-right: 53px;
	position: absolute;
	top: -20px;
	left: 0;
}
.feature-area figure {
	margin-top: 20px;
}
.feature-area figure img {
	max-width: none
}
/* whyus end */

/* sec-blog start */
.sec-blog {
	padding: 120px 0 114px;
}
.sec-blog .thm-header {
	margin-bottom: 46px;
}
.blog-card figure, .thePost figure {
	position: relative;
	z-index: 1;
}
.blog-card figure a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
 .blog-card figure a::before {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(5, 34, 58, 0.35);
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
 .blog-card:hover figure a::before {
 visibility: visible;
 opacity: 1;
}
.blog-card figure figcaption, .thePost figure figcaption {
	position: absolute;
	top: 0;
	right: 0;
	background: #bf2025;
	width: 75px;
	height: 73px;
	-webkit-box-shadow: 0 0 0 10px #fff;
	box-shadow: 0 0 0 10px #fff;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.blog-card figure figcaption span, .thePost figure figcaption span {
	display: block;
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	letter-spacing: 2px;
}
.blog-card-body {
	padding: 26px 50px 0;
	width: calc(100% - 20px);
	margin-left: auto;
	position: relative;
	z-index: 1;
}
.blog.blog-2 .blog-card-body {
	padding: 26px 30px 0;
}
 .blog-card-body::before {
 position: absolute;
 content: '';
 width: 100%;
 height: calc(100% + 22px);
 background: #fff;
 bottom: 0;
 right: -2px;
 z-index: -1;
}
.blog-card-body > h2 {
	line-height: 1px;
}
.blog-card-body > h2 > a {
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	color: #2e308f;
}
.blog-card-body > h2 > a:hover {
	color: #bf2025;
}
.blog-card-body > p {
	padding: 34px 0 32px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #7c848a;
}
.blog-card-body > a {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #bf2025;
}
.blog-card-body > a:hover {
	color: #0b5fa4;
}
/* sec-blog end */

/* process start */
.process {
	padding: 120px 0 116px;
	background: #f3f5f9;
}
.process .row {
	margin-left: -3px;
	margin-right: -3px;
}
.process .row [class*=col-] {
 padding-left: 3px;
 padding-right: 3px;
 margin-bottom: 6px;
}
.process .thm-header {
	margin-bottom: 60px;
}
.process-single {
	padding: 86px 70px 91px;
	background: #fff;
	text-align: center;
}
 .process-single:not(:last-of-type) {
 margin-right: 6px;
}
.process-single h1 {
	font-size: 80px;
	color: #bf2025;
}
.process-single h2 {
	font-size: 20px;
	padding-top: 41px;
	padding-bottom: 33px;
}
.process-single p {
	font-size: 16px;
	line-height: 30px;
	color: #7c848a;
}
.process p.block-text {
	font-size: 18px;
	line-height: 30px;
	color: #7c848a;
	padding-top: 53px;
}
@media(max-width: 480px) {
 .process p.block-text br {
 display: none;
}
}
/* process end */

/* footer start */
.footer-middle {
	background: #bf2025;
	position: relative;
	z-index: 2;
}
.footerMiddle {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
 .footerMiddle::before {
 position: absolute;
 content: '';
 width: 100vw;
 height: calc(100% + 22px);
 background: #fff;
 top: -2px;
 left: 25%;
 z-index: -1;
}
.footer-col > p {
	font-size: 16px;
	line-height: 32px;
	padding-right: 40px;
	padding-top: 29px;
}
.footer-col > h2 {
	font-size: 18px;
	font-weight: 600;
	color: #2e308f;
	text-transform: capitalize;
	padding-top: 12px;
	margin-bottom: 35px;
}
.footer-col > ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #7c848a;
	display: inline-block;
	position: relative;
}
 .footer-col > ul li a::before {
 position: absolute;
 content: '';
 width: 100%;
 height: 1px;
 background: #7c848a;
 bottom: 2px;
 left: 0;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all .2s ease;
 transition: all .2s ease;
}
 .footer-col > ul li a:hover::before {
 bottom: 4px;
 visibility: visible;
 opacity: 1;
}
.footer-col > h4 {
	font-size: 16px;
	line-height: 26px;
	color: #7c848a;
	margin-bottom: 20px;
}
.footer-col > ul li span {
	line-height: 28px;
	color: #7c848a;
}
.footer-col > ul li span i {
	margin-right: 12px;
}
.footer-col > ul li:first-of-type span i {
	font-size: 14px;
}
.footer-col > ul li:last-of-type span i {
	font-size: 16px;
}
.footer-bottom {
	padding-top: 50px;
	padding-bottom: 31px;
	background: #2e308f;
}
.footer-bottom ul li {
	display: inline-block;
	margin-right: 25px;
}
.footer-bottom ul li a i {
	font-size: 18px;
	color: rgba(255, 255, 255, .4);
 -webkit-transition: all .2s linear;
 transition: all .2s linear;
}
.footer-bottom ul li a:hover i {
	color: rgba(255, 255, 255, 1);
}
.footer-bottom p {
	color: #b9c2ca;
	font-size: 16px;
	font-weight: 600;
}
/* footer end */

/* blog start */
.blog {
	padding-top: 50px;
	padding-bottom: 50px;
}
.blog .blog-card {
	text-align: center;
	margin-bottom: 54px;
}
.partners {
	padding: 117px 0 120px;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.partners.bg3 {
	margin-top: 0;
}
.partner-carousel.owl-carousel .owl-controls {
	display: none !important;
}
.partner-carousel.owl-carousel .owl-item {
	text-align: center;
}
.partner-carousel.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}
.partners a {
	opacity: .3;
	display: inline-block;
}
.partners a:hover {
	opacity: 1;
}
.thePost .post-body, .single-service .service-body {
	width: 100%;
	position: relative;
	z-index: 2;
}
/*
 .thePost .post-body::before {
 position: absolute;
 content: '';
 width: calc(100% + 2px);
 height: 22px;
 background: #fff;
 bottom: calc(100% - 2px);
 right: -2px;
}
*/
.thePost .postHeader {
	margin-bottom: 28px;
}
.thePost .postHeader h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight:bold;
	padding-top: 25px;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-family: 'open_sansregular';
}
.thePost .postHeader span {
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	text-transform:uppercase
}
.thePost .postHeader p {
	font-style:italic;
}
.post-info a:hover {
	color: #bf2025;
}
.thePost .post-body > p {
	font-size: 16px;
	line-height: 30px;
	color: #7c848a;
	padding-bottom: 28px;
}
.post-footer {
	margin-top: 26px;
	padding: 55px 0 57px;
	border-top: 3px solid #f3f5f9;
}
.post-tags > span {
	font-size: 16px;
	color: #2e308f;
}
.post-tags > span > a {
	color: #bf2025
}
.post-share > a {
	opacity: .4;
	display: inline-block;
}
.post-share > a:hover {
	opacity: 1;
}
.post-share > a > i {
	font-size: 18px;
	color: #2e308f;
}
.author-area {
	background: #f3f5f9;
}
.author-area h5 {
	font-size: 22px;
	color: #2e308f;
	margin-bottom: 33px;
}
.author-area p {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color: #7c848a;
	padding-bottom: 24px;
}
.author-area a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #bf2025;
}
.author-area {
	padding: 60px;
}
.author-area .media-body {
	padding-left: 40px;
	margin-top: -6px;
}
.comment-area > h1 {
	font-size: 30px;
	padding-top: 52px;
	padding-bottom: 54px;
}
.comment-area .media {
	padding-bottom: 54px;
	margin-bottom: 60px;
	border-bottom: 3px solid #f3f5f9;
}
.comment-area .media > img {
	margin-right: 31px;
}
.comment-area .media-body > p {
	font-size: 16px;
	line-height: 30px;
	color: #7c848a;
	font-weight: 600;
}
.comment-area .media .media-header {
	margin-bottom: 32px;
}
.comment-area .media .media-header h2 {
	font-size: 18px;
	margin-top: -5px;
}
.comment-area .media .media-header p a {
	font-size: 16px;
}
.comment-area .media .media-header > a {
	text-transform: uppercase;
	background: #bf2025;
	font-size: 11px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 15px 30px 15px 26px;
	color: #fff !important;
}
.comment-area .media .media-header > a:hover {
	background: #2e308f;
}
.comment-form {
	padding-bottom: 60px;
}
.comment-form > h1 {
	font-size: 30px;
	font-weight: 300;
	color: #2e308f;
	line-height: 23px;
	padding-bottom: 60px;
}
.comment-form input {
	width: calc(50% - 10px);
	height: 71px;
	background: #e7e9ef;
	color: #2e308f;
	padding: 0 28px;
}
.comment-form textarea {
	width: 100%;
	height: 188px;
	background: #e7e9ef;
	color: #2e308f;
	margin: 20px 0 15px;
	padding: 26px 28px;
}
.comment-form button {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	background: #bf2025;
	color: #fff;
	padding: 25px 40px;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.comment-form button:hover {
	background: #2e308f;
}
 .comment-form textarea::-webkit-input-placeholder, .comment-form input::-webkit-input-placeholder {
 color: #7c848a;
}
.comment-form textarea::-moz-placeholder, .comment-form input::-moz-placeholder {
 color: #7c848a;
}
.comment-form textarea:-ms-input-placeholder, .comment-form input:-ms-input-placeholder {
 color: #7c848a;
}
.comment-form textarea::placeholder, .comment-form input::placeholder {
 color: #7c848a;
}
.blog-sidebar > form input {
	width: 100%;
	height: 79px;
	padding: 10px 20px 10px 50px;
	color: #fff;
	background: #2e308f;
}
 .comment-form input::-webkit-input-placeholder {
color: #b9c2ca;
}
.comment-form input::-moz-placeholder {
color: #b9c2ca;
}
.comment-form input:-ms-input-placeholder {
color: #b9c2ca;
}
.comment-form input::placeholder {
color: #b9c2ca;
}
.blog-widget > h2 {
	font-size: 20px;
	color: #2e308f;
}
.blog-widget {
	padding: 44px 48px 40px;
	background: #f3f5f9;
}
 .blog-widget:not(:first-of-type) {
 margin-top: 30px;
}
.blog-widget .media {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
 .blog-widget .media:not(:last-of-type) {
 border-bottom: 1px solid #e7e9ef;
}
.blog-widget .media:last-of-type {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.blog-widget .media > img {
	margin-right: 20px;
}
.blog-widget .media h5 a {
	font-size: 16px;
	line-height: 26px;
	color: #7c848a;
}
.blog-widget .media h5 a:hover {
	color: #bf2025;
}
.blog-widget ul > li > a {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #7c848a;
	position: relative;
	display: block;
}
 .blog-widget ul > li:not(:last-of-type) {
 margin-bottom: 22px;
}
.blog-widget ul > li:last-of-type {
	padding-bottom: 8px;
}
.blog-widget ul > li > a:hover {
	color: #bf2025;
}
 .blog-widget ul > li > a::after {
 position: absolute;
 content: "\f105";
 font-family: 'FontAwesome';
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 0;
 font-weight: 400;
}
.blog-widget .list-unstyled {
	margin-top: 26px;
}
 .blog-widget ul:not(.list-unstyled) {
 margin-top: 23px;
}
.all-tags span {
	font-size: 16px;
	line-height: 36px;
	color: #7c848a;
	font-weight: 600;
}
.all-tags {
	margin-top: 19px;
}
.all-tags span a:hover, .all-tags span a.active {
	color: #bf2025;
}
/* blog end */

/* service start */
.service {
	padding:0px;
}
.service .service-card {
	margin-bottom: 50px;
	-webkit-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
}
.feature-area-2 {
	margin-top: 59px;
	position: relative;
	z-index: 1;
}
.feature-area-2 .thm-header {
	margin: 260px 0 256px;
	z-index: 2;
}
 .feature-area-2::before {
 position: absolute;
 content: '';
 width: 100%;
 height: calc(100% - 14px);
 top: 0;
 left: 0;
 background: #2e308f;
 z-index: -1;
}
.feature-list {
	padding: 90px 100px 95px;
	position: absolute;
	top: calc(50% - 7px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
	z-index: 3;
	background: #fff;
	counter-reset: zero;
}
.feature-list li {
	counter-increment: zero;
	padding-left: 35px;
	position: relative;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: #2e308f;
}
 .feature-list li:not(:last-of-type) {
 margin-bottom: 32px;
}
 .feature-list li::before {
 position: absolute;
 content: '0' counter(zero);
 left: 0;
 color: #bf2025;
}
.feature-area-2 figure img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.repair-service {
	padding: 125px 0 25px;
}
.repair-service .thm-header {
	margin-bottom: 60px;
}
.repair-card {
	margin-bottom: 30px;
}
.repair-card .icon-holder {
	width: 91px;
	height: 91px;
	display: block;
	text-align: center;
	background: #bf2025;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.repair-card:hover .icon-holder {
	background: #0b5fa4;
}
.repair-card .icon-holder i {
	font-size: 48px;
	line-height: 91px;
	color: #fff;
}
.repair-card h2 {
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	color: #2e308f;
	margin: 37px 0 35px;
}
.repair-card h2 a {
	color: #2e308f;
}
.repair-card p {
	font-size: 18px;
	line-height: 30px;
	color: #7c848a;
}
.single-service {
	padding-top: 50px;
	padding-bottom: 50px;
}
.single-service article figure {
	position: relative;
}
 .single-service article figure::before {
 position: absolute;
 content: '';
 width: calc(100% - 18px);
 height: 22px;
 background: #fff;
 bottom: -2px;
 right: -2px;
}
.service-body img {
	display: inline-block;
	margin-top: 55px;
}
.service-body > h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 30px;
	color: #2e308f;
	margin-bottom:10px;
}
.service-body > h3, .quote-form > h2 {
	font-size: 30px;
	font-weight: 300;
	color: #2e308f;
}
.service-body > h3 {
	margin: 53px 0 33px;
}
.quote-form > h2 {
	margin: 52px 0 60px;
}
.service-body > p {
	font-size: 18px;
	line-height: 30px;
	color: #7c848a;
}
.service-body > ul {
	margin-bottom: 60px;
}
.service-body > ul > li {
	font-size: 16px;
	font-weight: 600;
	color: #7c848a;
	position: relative;
	padding-left: 23px;
	margin-bottom: 4px;
}
 .service-body > ul > li::before {
 position: absolute;
 content: "\f00c";
 font-family: 'FontAwesome';
 font-size: 11px;
 font-weight: 400;
 color: #bf2025;
 top: 5px;
 left: 0;
}
.quote-form {
	margin-bottom: 60px;
}
.quote-block {
	font-size: 16px;
	font-weight: 600;
}
 .quote-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .quote-form textarea {
 width: 100%;
 color: #333;
 background: #f5f5f5;
 padding: 28px;
 margin-bottom: 20px;
 border:2px solid #ddd;
}
 .quote-block input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
 height: 71px;
}
.quote-form textarea {
	height: 161px;
}
.quote-block > label {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #7c848a;
	margin: 22px 25px 0 0;
	cursor: pointer;
}
 .quote-block > label::before {
 position: absolute;
 content: '';
 width: 30px;
 height: 31px;
 background: #e7e9ef;
 border: 7px solid transparent;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 left: 0;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
 #repair:checked + label::before, #service:checked + label::before {
 border: 7px solid #2e308f;
}
.quote-form button {
	padding: 20px 25px 20px 25px;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	background: #bf2025;
	text-transform: uppercase;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.quote-form button:hover {
	background: #2e308f;
}
.service-widget > h2 {
	font-size: 20px;
	color: #2e308f;
}
.service-widget {
	padding: 44px 48px 40px;
	background: #f3f5f9;
}
.service-widget ul {
	margin-top: 26px;
}
.service-widget ul > li > a {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	color: #7c848a;
	position: relative;
	display: block;
}
 .service-widget ul > li:not(:last-of-type) {
 margin-bottom: 20px;
}
.service-widget ul > li:last-of-type {
	padding-bottom: 8px;
}
.service-widget ul > li > a:hover {
	color: #bf2025;
}
 .service-widget ul > li > a::after {
 position: absolute;
 content: "\f105";
 font-family: 'FontAwesome';
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 0;
 font-weight: 400;
}
.call-us {
	padding: 33px 5px 28px;
	margin-top: 40px;
	border: 20px solid #bf2025;
}
.call-us p {
	font-size: 11px;
	letter-spacing: 2px;
	padding-bottom: 6px;
}
.call-us h1 {
	font-size: 40px;
}
/* service end */

/* about-page start */
.about-page {
	padding-top: 0px;
}
.about-page header figure figcaption p {
	padding: 50px 0px 50px 0px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #555;
}
.about-page header figure figcaption p.disclaimer {
	padding: 50px 0px 50px 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #555;
}
.faqs {
	padding: 100px 0px 100px 0px;
	background: #fff;
}
.faqs-bg {
	background: #f5f5f5!important;
}
.faqs .thm-header {
	margin-bottom: 57px;
}
.faq-blocks .card {
	border-radius: 0;
	padding: 25px 30px;
}
 .faq-blocks .card:not(:last-of-type) {
 margin-bottom: 10px;
}
.faq-blocks .card .card-header {
	padding: 0;
	background: transparent;
}
.faq-blocks .card .card-header button {
	color: #2e308f;
	font-size: 18px;
	cursor: pointer;
	display: block !important;
	width: 100%;
	text-align: left;
	position: relative;
	border-radius: 0;
}
.faq-blocks .card .card-body {
	padding: 20px 0 11px 0;
}
.faq-blocks .card .card-body p {
	font-size: 16px;
	line-height: 30px;
	color: #797979;
}
.faq-blocks .card .card-header button::before {
 position: absolute;
 content: "\f067";
 font-family: 'FontAwesome';
 font-size: 10px;
 color: #2e308f;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 0;
}
.faq-blocks .card .card-header button[aria-expanded="true"]::before {
 content: "\f068";
 color: #bf2025;
}
.faq-blocks .card .card-header button[aria-expanded="true"] {
	color: #bf2025;
}
.skills {
	background: #f3f5f9;
	padding: 120px 0;
}
.skill-area {
	padding-right: 68px;
	margin-top: -8px;
}
.skill-area > p {
	font-size: 18px;
	line-height: 30px;
	color: #7c848a;
	margin-bottom: 59px;
}
.skill-block h3 {
	font-size: 18px;
	color: #2e308f;
	margin-bottom: 11px;
}
 .skill-block:not(:last-of-type) {
 margin-bottom: 35px;
}
.skill-area .progress {
	background: #e7e9ef;
	position: relative;
	overflow: visible;
	height: 6px;
	border-radius: 0;
}
.skill-area .progress .progress-bar {
	background: #bf2025;
}
.skill-area .progress > span {
	font-size: 18px;
	color: #7c848a;
	position: absolute;
	top: -8px;
	right: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.towit {
	padding: 120px 0 75px;
}
.towit figure {
	position: relative;
}
.towit figure figcaption {
	position: absolute;
	bottom: 220px;
	left: 0;
}
.pointSingle {
	position: absolute;
	width: 30px;
	height: 31px;
	-webkit-box-shadow: 0 0 0 4px rgba(201, 31, 38, 0.2);
	box-shadow: 0 0 0 4px rgba(201, 31, 38, 0.2);
	background: #c91f26;
	animation: heartBeat 2s infinite;
}
 .pointSingle::after {
 display: none;
}
.pointer-block .dropdown-menu {
	width: 300px;
	padding: 60px 60px 55px;
	border-radius: 0;
	left: 20px !important;
	top: 14px !important;
	border: none;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.pointer-block .dropdown-menu h2 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 34px;
}
.pointer-block .dropdown-menu p {
	font-size: 16px;
	line-height: 30px;
}
.pointer-block .dropdown-menu > i {
	font-size: 32px;
}
#point1 {
	left: 50px;
}
#point2 {
	bottom: 120px;
	left: 290px;
}
#point3 {
	top: 50px;
	left: 489px;
}
#point4 {
	bottom: 100px;
	left: 640px;
}
#point5 {
	top: 40px;
	left: 920px;
}
#point6 {
	left: 1045px;
	bottom: 140px;
}
/* about-page end */

/* contact start */
#map {
	width: 100%;
	height: 580px;
}
.gm-style-cc, .gmnoprint, .map-parent div > a >div > img {
	display: none;
}
.contact-txt {
	padding: 120px 0;
}
.contact figure {
	position: relative;
	z-index: 1;
}
.contact figcaption {
	position: relative;
	z-index: 2;
	left: 0;
	bottom: 0;
	background: #bf2025;
	padding: 50px;
	width:100%;
	color:#fff;
}
.contact-txt figcaption .thm-header {
	margin-bottom: 34px;
}
.contact-txt figcaption .thm-header h1 {
	font-weight: 300;
	font-size: 40px;
}
.contact-txt figcaption .thm-header p, .contact-txt figcaption ul li p {
	color: #ffdedf;
}
.contact-txt figcaption ul li p {
	font-size: 20px;
}
.contact-txt figcaption ul li h2 {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
}
 .contact-txt figcaption ul li:not(:last-of-type) {
 margin-bottom: 47px;
}
.contact-form {
	padding-bottom: 60px;
}
.contact-form .thm-header {
	margin-bottom: 59px;
}
.contact-form form input, .contact-form form textarea {
	padding-left: 30px;
	margin-bottom: 20px;
	background: #e7e9ef;
	font-size: 16px;
	font-weight: 600;
	color: #2e308f;
}
.contact-form form input {
	width: calc(50% - 10px);
	height: 71px;
}
.contact-form form textarea {
	width: 100%;
	height: 188px;
	padding-top: 26px;
}
.contact-form form button {
	display: inline-block;
	padding: 22px 38px 22px 40px;
	background: #bf2025;
	color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.contact-form form button:hover {
	background: #2e308f;
}
/* contact end */

/* about-2 start */
.about-2 {
	padding: 125px 0 123px;
}
.about-2 .col-lg-6 > figure {
	position: relative;
	z-index: 1;
}
.about-2 .col-xl-6 > figure figcaption a {
	width: 170px;
	height: 165px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: -20px;
	right: 30px;
	background: #bf2025;
}
.about-2 .col-xl-6 > figure figcaption a i {
	font-size: 30px;
	line-height: 165px;
}
.about-2 section > p {
	color: #7c848a;
	font-size: 18px;
	line-height: 30px;
	margin-top: 37px;
}
.about-2 section figure {
	margin-top: 55px;
}
/* about-2 end */

/* quote-area start */

.quote-area .quote-form {
	padding: 120px 0 27px 35px;
	margin-bottom: 0;
}
.quote-form-wrapper {
	position: relative;
	z-index: 4;
}
 .quote-form-wrapper::before {
 position: absolute;
 content: '';
 width: 100vw;
 height: 22px;
 top: calc(100% - 2px);
 background: #fff;
 left: 0;
}
.quote-area .quote-form .thm-header {
	margin-bottom: 57px;
}
.quote-area section {
	text-align: center;
	padding: 148px 60px 164px 0;
	position: relative;
	z-index: 1;
}
 .quote-area section::before {
 position: absolute;
 content: '';
 width: 100vw;
 height: 100%;
 background: #bf2025;
 right: 0;
 top: 0;
 z-index: -1;
}
.quote-area section > h2 {
	font-size: 40px;
	line-height: 62px;
	font-weight: 300;
	margin-left: -50px;
}
.quote-area .call-us {
	width: 356px;
	margin-top: 43px;
	margin-left: -50px;
	border: none;
	text-align: center;
}
/*
******************************** TABLE OF CONTENTS ******************************
    MISCELNIOUS STYLES
    HEADER STYLES
    SLIDER STYLES 
**************************************************************************************/
/************************
    MISCELNIOUS STYLES
***************************/
.quote-area .container-fluid {
	padding: 0;
}
.quote-area .content-box {
	width: 100%;
	max-width: 356px;
	margin-left: auto;
	margin-right: auto;
}
.quote-area .content-box h2 {
	font-size: 40px;
	line-height: 62px;
	font-weight: 300;
}
.quote-area .call-us {
	margin: 0 auto;
	margin-top: 50px;
	width: 100%;
	max-width: 356px;
}
.quote-area .quote-form {
	padding: 0;
	max-width: 100%;
}
.footer-bottom .container {
	max-width: 1170px;
}
.thm-header li a {
	color: #2e308f;
}
.faq-blocks .card {
	padding-top: 27px;
	padding-bottom: 27px;
}
/************************
    HEADER STYLES
***************************/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	padding-top: 20px;
	background-color: #2e308f;
}
.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
	padding-left: 280px;
}
.header-navigation .container .logo-box {
	float: left;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
	height: auto;
	margin: 0;
}
.header-navigation .container .menu-toggler {
	display: none;
}
.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
.header-navigation .container .right-side-box .social a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.header-navigation .container .right-side-box .social a:hover {
	color: #fff;
}
.header-navigation .container .right-side-box .social a + a {
	margin-left: 35px;
}
.header-navigation .main-navigation {
	text-align: center;
	width:80%;
}
 @media (min-width: 1200px) {
 .header-navigation .main-navigation {
 display: block !important;
}
}
.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}
.header-navigation ul.navigation-box > li {
	position: relative;
	padding: 31.5px 0;
	display: inline-block;
	vertical-align: middle;/* Second Level Menu *//* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
	margin-left: 80px;
}
.header-navigation ul.navigation-box > li:first-child {
	padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
	padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
	font-size: 12px;
	color: #B9C2CA;
	padding: 0;
	font-weight: bold;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	position: relative;
	text-transform:uppercase;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
	color: #fff;
}
.header-navigation ul.navigation-box > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #0B5FA4;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
 -webkit-transition: opacity .4s ease, visibility .4s ease;
 transition: opacity .4s ease, visibility .4s ease;
	-webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	padding: 25px 0px;
}
 @media (min-width: 1200px) {
 .header-navigation ul.navigation-box > li > .sub-menu {
 display: block !important;
}
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
	left: auto;
	right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
	display: block;
	position: relative;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
	margin-top: 10px;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
	display: block;
	white-space: nowrap;
	position: relative;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	font-size: 14px;
	color: #ddd!important;
	font-weight: 500;
	padding: 0px 40px;
	display: block;
	line-height: 26px;
	text-transform:uppercase;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
	color: #fff!important;
}
.header-navigation ul.navigation-box > li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #0B5FA4;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
 -webkit-transition: opacity .4s ease, visibility .4s ease;
 transition: opacity .4s ease, visibility .4s ease;
	-webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	padding: 25px 0px;
}
 @media (min-width: 1200px) {
 .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
 display: block !important;
}
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
	left: auto;
	right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
	display: block;
	position: relative;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
	margin-top: 10px;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
	display: block;
	white-space: nowrap;
	position: relative;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	font-size: 14px;
	color: #ddd!important;
	font-weight: 500;
	padding: 0px 40px;
	display: block;
	line-height: 26px;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
	color: #fff!important;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
	display: none;
}
.header-navigation.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 991;
	padding-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: drop-shadow-converter(#000, 8, 120, 0, 0, 21px, false);
	box-shadow: drop-shadow-converter(#000, 8, 120, 0, 0, 21px, false);
}
.site-header.header-one {
	background-color: #bf2025;
}
.site-header.header-one .logo-box {
	position: relative;
	padding: 38px 0;
}
.site-header.header-one .right-contact-block {
	position: relative;
	padding-top: 35px;
	padding-left: 50px;
}
.site-header.header-one .right-contact-block:before {
	content: '';
	width: 10000000px;
	height: 132px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9;
}
.site-header.header-one .right-contact-block .single-right-contact {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.site-header.header-one .right-contact-block .single-right-contact + .single-right-contact {
	margin-left: 43px;
}
.site-header.header-one .right-contact-block .single-right-contact .icon-block, .site-header.header-one .right-contact-block .single-right-contact .text-block {
	display: table-cell;
	vertical-align: middle;
}
.site-header.header-one .right-contact-block .single-right-contact .icon-block i {
	color: #bf2025;
	font-size: 32px;
}
.site-header.header-one .right-contact-block .single-right-contact .text-block {
	padding-left: 15px;
}
.site-header.header-one .right-contact-block .single-right-contact .text-block p {
	color: #7C8389;
}
.site-header.header-one .right-contact-block .single-right-contact .text-block span {
	color: #2e308f;
	font-size: 16px;
	display: block;
}
.site-header.header-one .right-contact-block .single-right-contact .header-btn {
	font-size: 11px;
	background: #0B5FA4;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-family: "Muli";
	font-weight: 700;
	letter-spacing: .2em;
	padding: 23px 39px;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
.site-header.header-one .right-contact-block .single-right-contact .header-btn:hover {
	background-color: #2e308f;
}
.site-header.header-two .header-navigation {
	background: #fff;
	padding-top: 0;
	padding-left: 45px;
	padding-right: 0px;
}
.site-header.header-two .header-navigation .right-side-box {
	left: auto;
	right: 0px;
	z-index: 99;
}
.site-header.header-two .header-navigation .right-side-box .phone-block, .site-header.header-two .header-navigation .right-side-box .search-btn, .site-header.header-two .header-navigation .right-side-box .book-btn {
	display: inline-block;
	vertical-align: middle;
}
.site-header.header-two .header-navigation .right-side-box .phone-block {
	margin-right: 50px;
}
.site-header.header-two .header-navigation .right-side-box .phone-block .icon-block, .site-header.header-two .header-navigation .right-side-box .phone-block .text-block {
	display: table-cell;
	vertical-align: middle;
}
.site-header.header-two .header-navigation .right-side-box .phone-block .icon-block i {
	font-size: 32px;
	color: #bf2025;
}
.site-header.header-two .header-navigation .right-side-box .phone-block .text-block {
	padding-left: 16px;
}
.site-header.header-two .header-navigation .right-side-box .phone-block .text-block p {
	font-size: 16px;
	line-height: 24px;
	color: #7C8389;
}
.site-header.header-two .header-navigation .right-side-box .phone-block .text-block p span {
	display: block;
	font-weight: 600;
	color: #2e308f;
}
.site-header.header-two .header-navigation .right-side-box .search-btn {
	width: 106px;
	height: 97px;
	background-color: #0B5FA4;
	text-align: center;
}
.site-header.header-two .header-navigation .right-side-box .search-btn i {
	color: #fff;
	font-size: 26px;
	line-height: 97px;
}
.site-header.header-two .header-navigation .right-side-box .book-btn {
	width: 218px;
	background-color: #bf2025;
	height: 97px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	line-height: 97px;
	text-align: center;
	color: #fff;
	letter-spacing: .2em;
}
 @media (min-width: 1200px) {
 .site-header.header-two .header-navigation .container {
 max-width: 100%;
}
}
.site-header.header-two .header-navigation ul.navigation-box > li {
	padding: 36.5px 0;
}
.site-header.header-two .header-navigation ul.navigation-box > li + li {
	margin-left: 60px;
}
.site-header.header-two .header-navigation ul.navigation-box > li > a {
	color: #555;
}
.site-header.header-two .header-navigation ul.navigation-box > li > a:hover {
	color: #0B5FA4;
}
.site-header.header-two .header-navigation ul.navigation-box .current a {
	color:#bf2025;
}
.site-header.header-two .header-navigation .container {
	padding-left: 260px;
}
.site-header.header-two .bg-light {
	-webkit-box-shadow:0 -10px 80px rgba(74, 79, 84, .3);
	box-shadow: 0 -10px 80px rgba(74, 79, 84, .3);
	z-index:9999;
}
/************************
    SLIDER STYLES 
***************************/
#minimal-bootstrap-carousel {
	margin-top: 0px;
	position: relative;
}
#minimal-bootstrap-carousel .carousel-caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	text-align: right;
	text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
	display: table-cell;
	text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
	display: block;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
	vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
	vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
	vertical-align: middle;
}
 #minimal-bootstrap-carousel [class*=carousel-control-one] {
 width: 74px;
 height: 72px;
 font-size: 24px;
 background: #fff;
 color: #2e308f;
 opacity: .2;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
 #minimal-bootstrap-carousel [class*=carousel-control-one]:hover {
 opacity: 1;
}
 @media (max-width: 575px) {
 #minimal-bootstrap-carousel [class*=carousel-control-one] {
 width: 35px;
 height: 35px;
 line-height: 35px;
}
}
 #minimal-bootstrap-carousel [class*=carousel-control-one-next] {
 right: 3%;
}
 #minimal-bootstrap-carousel [class*=carousel-control-one-prev] {
 left: 3%;
}
#minimal-bootstrap-carousel .carousel-indicators {
	bottom: 43px;
}
#minimal-bootstrap-carousel .carousel-indicators li {
	width: 14px;
	border: none;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.2);
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
}
#minimal-bootstrap-carousel .carousel-indicators li.active {
	width: 24px !important;
	background: white;
}
 @media (max-width: 1199px) {
 #minimal-bootstrap-carousel .carousel-caption .container {
 max-width: 960px;
}
}
 @media (max-width: 991px) {
 #minimal-bootstrap-carousel .carousel-caption .container {
 max-width: 720px;
}
}
/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
	min-height:500px!important;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #2e308f;
}
#minimal-bootstrap-carousel.slider-home-two .carousel-inner .carousel-item {
	min-height: 864px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #2e308f;
}
/* content stylings */
#minimal-bootstrap-carousel.slider-home-one .carousel-caption {
	background-color: rgba(1, 15, 27, 0.65);
}
#minimal-bootstrap-carousel.slider-home-one .animDe-1 {
 -webkit-animation-delay: .5s;
 animation-delay: .5s;
}
#minimal-bootstrap-carousel.slider-home-one .animDe-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#minimal-bootstrap-carousel.slider-home-one .animDe-3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
#minimal-bootstrap-carousel.slider-home-one .animDe-4 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
#minimal-bootstrap-carousel.slider-home-one .animDe-5 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
#minimal-bootstrap-carousel.slider-home-one .tag-line {
	margin-bottom: 25px;
}
#minimal-bootstrap-carousel.slider-home-one .tag-line span {
	padding: 13px 21px 12px 25px;
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.4);
	display: inline-block;
}
#minimal-bootstrap-carousel.slider-home-one h2 {
	font-family: 'SpartanMB-Bold', sans-serif;
	font-size: 80px;
	letter-spacing: -.06em;
}
#minimal-bootstrap-carousel.slider-home-one h2 + p {
	margin-top: 16px;
}
#minimal-bootstrap-carousel.slider-home-one .banner-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 22px 38px 23px 40px;
	letter-spacing: .2em;
	font-family: 'Muli', sans-serif;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	margin-top: 45px;
}
#minimal-bootstrap-carousel.slider-home-one .banner-btn + a {
	margin-left: 6px;
}
#minimal-bootstrap-carousel.slider-home-one .banner-btn:hover {
	background-color: #2e308f;
}
#minimal-bootstrap-carousel.slider-home-one p {
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	font-size: 20px;
}
#minimal-bootstrap-carousel.slider-home-one p + .banner-btn-box {
	margin-top: 35px;
}
#minimal-bootstrap-carousel.slider-home-one p + .banner-btn-box .banner-btn {
	margin-top: 0;
}
#minimal-bootstrap-carousel.slider-home-one .icon-box {
	width: 136px;
	height: 136px;
	background: #bf2025;
	color: #fff;
	margin-bottom: 30px;
}
#minimal-bootstrap-carousel.slider-home-one .icon-box i {
	font-size: 64px;
}
#minimal-bootstrap-carousel.slider-home-two .bannerContent {
	width: 100%;
	max-width: 632px;
	padding: 88px 100px 100px;
	background: #bf2025;
}
#minimal-bootstrap-carousel.slider-home-two .bannerContent h2 {
	font-size: 55px;
	margin-bottom: 30px;
}
 #minimal-bootstrap-carousel.slider-home-two [class*=carousel-control-one-prev] {
 left: 0;
}
 #minimal-bootstrap-carousel.slider-home-two [class*=carousel-control-one-next] {
 right: 0;
}
#minimal-bootstrap-carousel.slider-home-two h2 span {
	color: #bf2025;
	border-bottom: 5px solid #bf2025;
	display: inline-block;
	padding-bottom: 1px;
}
/*
* search popup style
*/

.search_area {
	position: relative;
	max-width: 950px;
	margin: auto;
}
.search_area .search_box_inner {
	background: transparent;
	padding: 100px 60px;
	display: block;
	overflow: hidden;
}
.search_area .search_box_inner h3 {
	padding-bottom: 20px;
	font-family: 'Muli', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}
.search_area .search_box_inner .input-box {
	display: block;
	position: relative;
}
.search_area .search_box_inner .input-box input {
	background: transparent;
	border-radius: 0px;
	outline: none;
	height: 50px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
 .search_area .search_box_inner .input-box input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
 .search_area .search_box_inner .input-box input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
 .search_area .search_box_inner .input-box input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
 .search_area .search_box_inner .input-box input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
.search_area .search_box_inner .input-box .input-box-btn {
	position: absolute;
	right: 5px;
	top: 12px;
	z-index: 4;
}
.search_area .search_box_inner .input-box .input-box-btn .btn-default {
	padding: 0px;
	border: none;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent;
	color: #fff;
	font-size: 24px;
}
.search_area .mfp-close {
	right: 0px;
	color: #fff;
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.98;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* Custom */
.text-brand1 {
	color:#ed3530!important;
}
.text-brand2 {
	color:#2e308f!important;
}
.carousel-item {
	min-height:550px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
 @media (max-width:992px) {
.carousel-item {
 min-height:250px;
}
}
.carousel-indicators li {
	height:3px;
	border:0px;
	margin-top:-25px;
}
.carousel-indicators li {
	background:#bf2025;
}
.carousel-indicators .active {
	background:#2e308f;
}
.box-shadow {
	-webkit-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
}
.contact-error {
	border: 2px solid #ef4136!important;
}
.navbar .dropdown-toggle, .navbar .dropdown-menu a {
	cursor: pointer;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	font-family: 'robotoregular';
	letter-spacing:0.5px;
	color: #555;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
	color: #ed3530!important;
	text-decoration: none;
	background-color: #fff;
}
.highlight a {
	color: #ed3530!important;
}
.navbar .dropdown-item a:hover {
	color: #ed3530;
	text-decoration: none;
	background-color: #fff;
}
.navbar .dropdown-item a:focus {
	color: #2e308f;
	text-decoration: none;
	background-color: #fff;
}
.dropdown-menu {
	top:50px;
}
.navbar li ul.dropdown-menu {
	border:none;
	-webkit-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 8px 38px 0 rgba(0, 0, 0, .2);
}
 @media (max-width: 767px) {
.navbar li ul.dropdown-menu .show {
 box-shadow:none!important;
}
}
 @media (min-width: 767px) {
 .navbar .dropdown-toggle:not(.nav-link)::after {
 display: inline-block;
 width: 0;
 height: 0;
 margin-left: .5em;
 vertical-align: 0;
 border-bottom: .3em solid transparent;
 border-top: .3em solid transparent;
 border-left: .3em solid;
}
}
.navbar-dark .navbar-nav .nav-link {
	color: #555;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	font-family: 'robotoregular';
	letter-spacing:0.5px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #ed3530;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #2e308f;
}
.navbar-dark .navbar-toggler {
	border-color: #222;
	border-radius:0;
}
.navbar .form-control {
	border-radius:0;
	border:1px solid #ddd;
	width:200px;
}
.navbar .form-control:focus {
	box-shadow:none;
}
.navbar .form-control:focus {
	color:#333;
}
.navbar .form-control::-moz-placeholder {
color:#333;
opacity:1;
}
.navbar .form-control:-ms-input-placeholder {
color:#333;
}
.navbar .form-control::-webkit-input-placeholder {
color:#333;
}
.navbar .btn-primary {
	border-radius:0;
	background:#ed3530;
	border:1px solid #ed3530;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	height:38px;
}
.navbar .btn-primary:hover {
	background:#2e308f;
	border:1px solid #2e308f;
}
.navbar .btn-primary:focus {
	box-shadow:none;
}
 @media (max-width: 767px) {
.navbar .btn-primary {
 width:100%!important;
}
.navbar .form-control {
 width:100%!important;
}
}
.navbar-dark .navbar-toggler-icon {
	background:none!important
}
.navbar-dark .navbar-toggler {
	border:none;
}
.navbar-dark .navbar-toggler-icon .fa {
	color:#333;
	font-size:35px;
}
.icon-search {
	font-family: FontAwesome, Helvetica Neue, Helvetica, Arial, sans-serif;
}
h1.main-heading1 {
	font-size:48px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'open_sansregular';
}
h1.main-heading2 {
	font-size:60px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'open_sansregular';
	text-shadow: 0px 0px 2px #000000;
}
a.download {
	padding: 10px;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	background: #bf2025;
	text-transform: uppercase;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	text-align:center
}
a.download:hover {
	background: #2e308f;
	color: #fff;
}
a.download2 {
	padding:10px;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	background: #bf2025;
	text-transform: uppercase;
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
	text-align:center
}
a.download2:hover {
	background: #2e308f;
	color: #fff;
}
