/*double*/
.double_wrapper {
	position: relative;
	overflow: hidden;
	margin: 7% 0;
	padding: 80px 0;
}
.double_wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 70%;
	margin: 3% -10% 0;
	background: #011931;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}
.double_wrapper.reverse:before {
	margin: 2% -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.double_wrapper.double:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 70%;
	margin: 3% -10% 0;
	background: #F6A100;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -2;
}
.double_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	height: 100%;
	margin: 0 auto;
	padding: 50px 10px 40px !important;
	color: #fff;
	text-align: center;
}
.double_inner h1 {
	margin-bottom: 40px;
	font-size: 40px;
}
.double_inner h2 {
	margin-top: 20px;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
.double_wrapper:before,  .double_wrapper.double:after {
	height: 90%;
}
.double_inner {
	padding: 20px 10px 120px;
}
}
/*double*/
body {
	overflow-x: hidden;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.text-warning {
	padding: 1.1em 0.6em!important;
	font-size: 90%;
	font-weight: 400;
}
.bg-gray {
	background-color: #F8F9FA!important;
}
.font-1-3 {
	font-size: 1.3rem;
	line-height: 2.5rem;
}
.font-kome {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #858585;
	margin-bottom: 35px;
	text-transform: none;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.index_bg1 {
	content: '';
	display: block;
	position: absolute;
	background: url("../img/bg-boundary1.png") center 0 no-repeat;
	background-size: auto 100%;
	width: 1920px;
	height: 150px;
	left: 50%;
	margin-left: -960px;
	z-index: 0;
	pointer-events: none;
}
.index_bg2 {
	display: block;
	position: absolute;
	background: url("../img/bg-boundary2.png") center 0 no-repeat;
	background-size: auto 100%;
	width: 1920px;
	height: 145px;
	left: 50%;
	margin-left: -960px;
	z-index: 0;
	pointer-events: none;
}
.section-title {
	text-align: center;
	background: center 0 no-repeat;
	background-size: auto 100%;
	z-index: 3
}
.section-q {
	z-index: 9999;
	background: url("../img/bg-grad.jpg") center 0 repeat-x;
}

@media screen and (min-width: 769px) {
.font-1-3 {
	font-size: 1.1rem;
}
.pmt-80-100px {
	padding: 20px 0;
	margin-top: 100px;
}
.pt-80px {
	padding-top: 80px;
}
.pt-100px {
	padding-top: 100px;
}
.pt-150px {
	padding-top: 150px;
}
.pt-200px {
	padding: 200px 0 50px;
}
.mb-100px {
	margin-bottom: 100px;
}
.section-title {
	background-size: auto 244px;
}
#main {
	max-width: 1920px;
	margin: auto;
}
#header {
	max-width: 1660px;
	height: 152px;
	padding: 0 70px;
	margin: auto;
	z-index: 100
}
#header .copy {
	position: absolute;
	top: 46px;
	right: 85px
}
}

@media screen and (max-width: 768px) {
.font-1-3 {
	font-size: 1.1rem;
}
.pt-80px {
	padding-top: 80px;
}
.pmt-80-100px {
	padding: 40px 0 !important;
	margin-top: 50px!important;
}
.pt-100px {
	padding-top: 50px;
}
.pt-150px {
	padding-top: 75px;
}
.pt-200px {
	padding: 100px 0 30px;
}
.mb-100px {
	margin-bottom: 50px;
}
.pt-50px {
	padding-top: 50px;
}
.section-title {
	background-size: auto 27.46667vw;
	padding-top: 3vw;
}
.section-q {
	margin-bottom: 0px;
	background-color: #fff !important;
	background: url("../img/bg-grad.jpg") center 0 repeat-x;
}
.section-q .section-title {
	background-color: #013291 !important;
}
}
.eq-height {
	display: flex;
	flex-wrap: wrap;
}
.bg-blue {
	background-color: #042E84;
}
.bg-orange {
	background-color: #F7A001;
}
p {
	line-height: 1.75;
}
a {
	color: #04399c
}
a:hover {
	color: #000;
}
.text-primary {
	color: #fed136!important
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.bg_gray {
	background-color: #EEEEEE;
}
.page-section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin: 40px 0 10px;
}
.page-section h3.section-subheading {
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 25px;
	text-transform: none;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.page-section h4.section-subheading {
	font-size: 23px;
	text-align: center;
}
hr {
	width: 10%;
	background-color: #032E84;
	height: 4px;
	border: none;
}
.blue_txt {
	color:#16588E;
	font-weight:bold;
}
.other-bg {
	background-image: url("../img/img-other1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}
.other-bg2 {
	background-image: url("../img/img-other4.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}
.other-bg3 {
	background-image: url("../img/img-other12.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}

.other-bg13 {
	background-image: url("../img/img-other13.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}

@media (max-width:576px) {
.other-bg {
	background-image: url("../img/img-other1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20vh;
}
.other-bg2 {
	background-image: url("../img/img-other4.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20vh;
}
.other-bg3 {
	background-image: url("../img/img-other12.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20vh;
}
	
.other-bg13 {
	background-image: url("../img/img-other13.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh;
}
.page-section h2.section-heading {
	font-size: 35px;
	margin-top: 20px;
}
.page-section h3.section-subheading {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 35px;
	text-transform: none;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.page-section h4.section-subheading {
	font-size: 18px;
	margin-bottom: 45px;
}
}
.btn {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight: 700
}
.btn-xl {
	font-size: 18px;
	padding: 20px 40px
}
.btn-primary {
	background-color: #fed136;
	border-color: #fed136
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #fec810!important;
	border-color: #fec810!important;
	color: #fff
}
.btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(254,209,55,.5)!important;
	box-shadow: 0 0 0 .2rem rgba(254,209,55,.5)!important
}
::-moz-selection {
background:#fed136;
text-shadow:none
}
::selection {
	background: #fed136;
	text-shadow: none
}
img::-moz-selection {
background:0 0
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}
#mainNav {
	background-color: #212529
}
#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #fed136;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
#mainNav .navbar-brand {
	color: #fed136;
	font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fec503
}
#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 400;
	padding: .75em 0;
	color: #fff;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #fed136;
}

@media (min-width:992px) {
#mainNav {
	-webkit-transition: padding-top .3s, padding-bottom .3s;
	transition: padding-top .3s, padding-bottom .3s;
	border: none;
	background-color: #000;
}
#mainNav .navbar-brand {
	font-size: 1.75em;
	-webkit-transition: all .3s;
	transition: all .3s
}
#mainNav .navbar-nav .nav-item .nav-link {
	padding: 1.1em 0.6em!important
}
#mainNav.navbar-shrink {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #212529;
}
#mainNav.navbar-shrink .navbar-brand {
	font-size: 1.25em;
	padding: 12px 0
}
}
header.masthead {
	color: #fff;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover
}
header.masthead .intro-text {
	padding-top: 150px;
	padding-bottom: 100px
}
header.masthead .intro-text .intro-lead-in {
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 25px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
header.masthead .intro-text .intro-heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 25px;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

@media (min-width:768px) {
header.masthead .intro-text {
	padding-top: 200px;
	padding-bottom: 130px
}
header.masthead .intro-text .intro-lead-in {
	font-size: 23px;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 25px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
header.masthead .intro-text .intro-heading {
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
	margin-bottom: 50px;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
}
.service-heading {
	margin: 15px 0;
	text-transform: none;
	font-size: 15px
}
section#other {
	padding: 1rem;
}
section#contact {
	background-color: #021944;
	background-image: url(../img/map-image.jpg);
	background-repeat: no-repeat;
	background-position: center
}
section#contact .section-heading {
	color: #fff
}
section#contact .form-group {
	margin-bottom: 25px
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px
}
section#contact .form-group input.form-control {
	height: auto
}
section#contact .form-group textarea.form-control {
	height: 248px
}
section#contact .form-control:focus {
	border-color: #fed136;
	-webkit-box-shadow: none;
	box-shadow: none
}
section#contact ::-webkit-input-placeholder {
font-weight:700;
color:#ced4da;
font-family:Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
section#contact :-moz-placeholder {
font-weight:700;
color:#ced4da;
font-family:Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
section#contact ::-moz-placeholder {
font-weight:700;
color:#ced4da;
font-family:Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
section#contact :-ms-input-placeholder {
font-weight:700;
color:#ced4da;
font-family:Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.footer {
	padding: 25px 0;
	text-align: center
}
.footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
