
/* =============================================
            	Theme Reset Style
============================================= */
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Merriweather|Parisienne|Playfair+Display:400,700|Poppins:100,300,400,500,700,900|Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url("../css/bootstrap.min.css");
@import url("../css/font-awesome.min.css");
@import url("../css/custom-icons.min.css");
@import url("../css/transitions.css");
@import url("../css/flexslider.css");
@import url("../css/bootsnav.css");
@import url("../css/owl.carousel.css");
@import url("../css/slick.css");
@import url("../css/animate.css");

::selection {
    background-color: #212121;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
	min-height:0;
	min-width:0;
}
*, :after, :before {
    box-sizing: border-box;
}
html,
body {
    position: relative;
    height: 100%;
}
body {
    color: #888;
    background: #f1f1f1;
    font-size:15px !important;
	/* font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif !important; 
}

.wrapper {
	position: relative;
    z-index: 20;
    overflow-x: hidden;
}
.mdi{
	font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    /* speak: none; */
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.source-font{font-family: 'Source Sans Pro', sans-serif;}
.poppin-font{font-family: 'Poppins', sans-serif;}
.play-font{font-family: 'Playfair Display', serif;}
.merriweather-font{font-family: 'Merriweather', serif;}
.paris-font{font-family: 'Parisienne', cursive;}
.kaushan-font{font-family: 'Kaushan Script', cursive;}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    margin: 10px 0;
    font-style: normal;
	font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
}

h1 { font-size: 48px;}
h2 { font-size: 36px;}
h3 {
	font-size: 35px !important;
	font-weight: 600 !important;
}
h4 { 
	font-size: 22px !important;
	font-weight:600 !important;
}
h5 { 
    font-weight: 700 !important;
    font-size: 18px !important;
}
h6 { font-size: 12px;}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: #fff;}
p a:hover {color: #1a237e;}
p {
    letter-spacing: normal;
    line-height: 24px;
	font-size: 15px;
	font-weight:300;
	font-family: 'Montserrat', sans-serif !important;
}
a {text-decoration: none !important;}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul {
  list-style: disc;
}
li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
  font-size: 15px;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
.mark, mark{background-color:#dba318;color:#fff;}

pre {
	margin: 0 20px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #f1f1f1;
	border-radius:0;
}

blockquote {
    border-left: 5px solid #dba318;
	background:#fff;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #dba318;
	background:#fff;
}

.outline-alert {
    background-color: transparent!important;
}

strong { color: #414141; }
hr{border:0;height: 2px;width:80px;margin:20px auto;}
hr.left-line{margin:20px 0 20px 0;}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}

section {
	padding-top:120px;
	padding-bottom:120px;
	position: relative;
	/* z-index: 10; */
	background:#f1f1f1;
}

.section-heading {
	text-align: center;
    margin: auto;
    float: none;
    padding-bottom: 20px;
}

.section-heading h2 {
	font-weight:700;
}

.section-heading h4 {
	color:#777;
	font-size:16px;
}

.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}

/*=============================================
              		Header
=============================================*/

.navbar-nav {
    float: right;
    margin: 0;
    padding: 0 10px;
}


nav.navbar.bootsnav.navbar-transparent .logo {
	position: relative;
    z-index: 110;
	display: table;
    height: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.logo {
    position: relative;
    z-index: 110;
    /* display: table; */
    height: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.logo img {
    max-height: 33px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

nav .logo > a {
	display: table-cell;
    vertical-align: middle;
}

.navbar-scrollspy .logo img {
	text-align:center;
	margin: 0 auto;
}

nav.bootsnav.navbar-sidebar ul.nav {
	margin: 0 0 30px 0;
}

/*=============================================
					Top Banner
=============================================*/
.top-banner {
    background: #1B344F;
    background-image: url('/images/pagebanner/dotted-pattent.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40%;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.headline h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.headline p {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .top-banner {
        background-size: 30% auto; 
    }
}
/*=============================================
			Sliders and Hero Section
=============================================*/
.hero-text{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
    color: #fff;
}
.hero-text h3, .hero-text h1{color:#dba318;}
.hero-text h3 {
	font-size:30px;
}
.hero-text h1 {
	font-size:85px;
}

.hero-text h2 {
	font-size:65px;
}

.hero-text h2.font-130px{font-size:130px;}

.dark-bg{background-color:#212121;}
.white-bg{background-color: #fff;}
.blue-bg{background-color:#dba318;}
.light-blue-bg{background-color:#00e7f6;}
.theme-bg{background-color:#dba318;}
.red-bg{background:#f44336;}
.grey-bg{background:#eee;}
.yellow-bg{background:#FDD835;}
.green-bg{background-color:#8BC34A;}
.parallax-bg {
    background: url(../images/background/parallax-bg.jpg) center 0 no-repeat;
    background-size: cover;
	height: 800px;
}

.fixed-bg{background-attachment: fixed!important;}

.overlay-bg {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	top:0;
	left:0;
}

.hero-text-wrap.overlay-bg {
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
    height: 101vh;
    position: absolute;
	z-index: 1;
}

.hero-text-wrap.blue-overlay-bg {
	background: rgba(33,150,243,0.82);
	width: 100%;
    height: 101vh;
    position: absolute;
	z-index: 1;
}

.hero-text-wrap.theme-overlay-bg {
	background: rgba(236,64,122,0.82);
	width: 100%;
    height: 101vh;
    position: absolute;
	z-index: 1;
}

.overlay-bg-dark {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	top:0;
	left:0;
}

.overlay-bg-light {
    background: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.parallax-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: -1;
	top:0;
	left:0;
}

.parallax-bg-2 {
    background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-3 {
    background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-4 {
    background: url(../images/background/parallax-bg-4.jpg) center 0 no-repeat;
    background-size: cover;
}


.parallax-bg-6 {
    background: url(../images/background/parallax-bg-6.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-7 {
    background: url(../images/background/parallax-bg-7.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-9 {
    background: url(../images/background/parallax-bg-9.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-10 {
    background: url(../images/background/parallax-bg-10.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-12 {
    background: url(../images/background/parallax-bg-12.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-13 {
    background: url(../images/background/parallax-bg-14.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-14 {
    background: url(../images/background/parallax-bg-15.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-15 {
    background: url(../images/background/parallax-bg-16.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-16 {
    background: url(../images/background/parallax-bg-17.jpg) center 0 no-repeat;
    background-size: cover;
}

.parallax-bg-17 {
    background: url(../images/background/parallax-bg-18.jpg) center 0 no-repeat;
    background-size: cover;
}

.box-shadow {box-shadow: 0 10px 30px 5px rgba(17,21,23,.1);}


.box-shadow-hover:hover{box-shadow: 0 10px 30px 5px rgba(17,21,23,.1);}
.member-socialicons{
    overflow: hidden;
    list-style: none;
    text-align:center;
    line-height: 20px;
}
.member-socialicons li{
    float: left;
    padding: 0 10px;
    line-height: inherit;
    list-style-type: none;
}
.member-socialicons li a{
    color: #fff;
    display:block;
}
.member-socialicons li a:hover {
    color: #ff4552;
}
.member-socialicons li a i{
    display:block;
    font-size:13px;
    text-align:center;
}
.row.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.no-bottom-padding{
    padding-bottom: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"]{
    padding-right: 0;
    padding-left: 0;
}
.no-top-padding{
    padding-top: 0;
}

/*=============================================
                Slide
=============================================*/
.slider-container {
		overflow: hidden;
		width: 100%;
	}

	.slider {
		display: flex;
		transition: transform 0.5s ease-in-out;
	}

	.slide {
		width: calc(33.33% - 10px); /* 33.33% for 3 slides, minus the margin on both sides */
		flex-shrink: 0;
		background: #F6F6F6;
		margin: 0 5px; /* 5px margin between slides */
		text-align: center;
		font-size: 40px;
		padding: 20px;
		border-radius: 20px;
		border: 1px solid #EAEAEA;
	}
	

	button.prev,
	button.next {
		position: absolute;
		top: 95%;
		transform: translateY(-50%);
		background: #fff0;
		font-size: 30px;
		border: none;
		cursor: pointer;
		z-index: 1;
	}

	button.prev {
		left: 0;
	}

	button.next {
		right: 0;
	}
	.slide h4 {
		color: #1b344f;
		font-weight: 600;
		font-size: 25px;
	}
	.dots {
		text-align: center;
		margin-top: 10px;
	}

	.dot {
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 0 5px;
		background-color: #bbb;
		border-radius: 50%;
		cursor: pointer;
		transition: background-color 0.3s;
	}

	.dot.active {
		background-color: #333;
	}

	@media only screen and (max-width:750px) {
		.slide {
			width: calc(100% / 1);
		}
	}

/*=============================================
                Widgets
=============================================*/

::-webkit-input-placeholder{color:#212121;}
::-moz-placeholder{color:#212121;}
:-ms-input-placeholder{color:#212121;}
:-moz-placeholder{color:#212121;}

input.search-bar-top::-webkit-input-placeholder { color: #fff!important; }
input.search-bar-top::-moz-placeholder { color: #fff!important; }
input.search-bar-top:-ms-input-placeholder { color: #fff!important; }
input.search-bar-top:-moz-placeholder { color: #fff!important; }

.relative{position:relative;}
.absolute{position:absolute;}

.upper-case{text-transform:uppercase;}
.lower-case{text-transform:lowercase;}
.capitalize{text-transform:capitalize!important;}
.text-left{text-align:left!important;}
.font-100 {
	font-weight:100;
}
.font-200 {
	font-weight:200;
}
.font-300 {
	font-weight:300;
}
.font-400 {
	font-weight:400;
}
.font-700 {
	font-weight:700;
}
.font-900 {
	font-weight:900;
}
.font-12px {
	font-size: 12px;
}
.font-14px {
	font-size: 14px;
}
.font-16px {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
.font-20px {
	font-size: 20px;
}
.font-26px {
	font-size: 26px;
}
.font-30px {
	font-size: 30px;
}
.font-35px {
	font-size: 35px;
}
.font-40px {
	font-size: 40px;
}
.font-50px {
	font-size: 50px;
}
.font-60px {
	font-size: 60px;
}
.font-70px {
	font-size: 70px;
}
.font-80px {
	font-size: 80px;
}
.font-100px {
	font-size: 100px;
}
.font-120px {
	font-size: 120px;
}
.font-130px {
	font-size: 130px;
}
.font-italic {
	font-style: italic;
}
.font-light {
	font-weight:400;
}
.font-bold {
	font-weight:bold;
}
.font-primary{
	color: #1B344F;
}
a:hover, a:focus {
	color: #1a237e;
}
.blue-color {color: #dba318!important;}
.secondary-color {color: #1a237e;}
.white-color {color: #fff !important;}
.white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6 {
    color: #fff!important;
}
.dark-color {color: #212121 !important;}
.dark-color p, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 {
    color: #212121!important;
}

.green {color: #8BC34A!important;}
.red-color {color: #f44336!important;}
.yellow-color {color: #FDD835!important;}
.pink-color {color: #E91E63!important;}
.grey {color: #888!important;}
.brown-color {color: #D09E88!important;}
.orange-color {color:#ff9800!important;}

.line-height-24 {
	line-height: 24px !important;
}
.line-height-22 {
	line-height: 22px !important;
}
.line-height-26 {
	line-height: 26px !important;
}
.line-height-30 {
	line-height: 30px !important;
}
.line-height-35 {
	line-height: 35px !important;
}
.line-height-40 {
	line-height: 40px;
}
.line-height-45 {
	line-height: 45px;
}
.line-height-50 {
	line-height: 50px;
}
.letter-spacing-0 {
	letter-spacing: 0px;
}
.letter-spacing-5 {
	letter-spacing: 5px;
}
.letter-spacing-10 {
	letter-spacing: 10px;
}
.letter-spacing-15 {
	letter-spacing: 15px
}
.letter-spacing-20 {
	letter-spacing: 20px;
}
.letter-spacing-25 {
	letter-spacing: 25px;
}
.mt-minus-10 {
	margin-top: -10px;
}
.mt-minus-20 {
	margin-top: -20px;
}
.mt-minus-30 {
	margin-top: -30px;
}
.mt-minus-40 {
	margin-top: -40px;
}
.mt-minus-50 {
	margin-top: -50px;
}
.mt-0 {
	margin-top: 0px!important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px !important;
}
.mt-110 {
	margin-top: 110px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-150 {
	margin-top: 150px!important;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-80 {
	margin-left: 80px;
}
.mb-0 {
	margin-bottom: 0px!important;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-120 {
	margin-bottom: 120px;
}

.p-0 {
	padding: 0!important;
}


.pt-0 {
	padding-top: 0!important;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-150 {
	padding-top: 150px;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px!important;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pl-0 {
	padding-left: 0;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px!important;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-120 {
	padding-left: 120px;
}
.pr-0 {
	padding-right: 0;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px!important;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-110 {
	padding-right: 110px;
}
.pr-120 {
	padding-right: 120px;
}

.border-radius-25 {
	border-radius:25px;
}
.remove-padding {
	padding: 0!important;
}

.remove-margin {
	margin: 0!important;
}
.img-responsive, .full-width{width:100%;}
 
 .border-right{border-right: 1px solid #f1f1f1 !important;}
 .border-top {border-top: 1px solid #f1f1f1 !important;}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-circle {
	border-radius:25px;
}

.btn-rounded {
	border-radius:10px;
}

.btn-square {
	border-radius:0px;
}

button:focus {
    outline: none !important;
}

.btn {
    padding: 0 30px;
    height: 48px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn + .btn {
    margin-left: 10px;
}

.btn:focus, .btn:focus:active {
    outline: none;
}

.btn-color {
    color: #fff;
    border-color: #dba318; /* #ec407a */
    background-color: #dba318; /* #ec407a */
}

.btn-color:hover, .btn-color:active, .btn-color:focus {
    background-color: #c18d0d; /* #c2185b */
    border-color: #c18d0d; /* #c2185b */
    color: #fff;
}

.btn-red {
    color: #fff;
    border-color: #f44336;
    background-color: #f44336;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    background-color: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
}

.btn-orange {
    color: #fff;
    border-color: #ff9800;
    background-color: #ff9800;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
    background-color: #ef6c00;
    border-color: #ef6c00;
    color: #fff;
}

.btn-green {
    color: #fff;
    border-color: #8BC34A;
    background-color: #8BC34A;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #689F38;
    border-color: #689F38;
    color: #fff;
}

.btn-yellow {
    color: #fff;
    border-color: #FDD835;
    background-color: #FDD835;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    background-color: #F9A825;
    border-color: #F9A825;
    color: #fff;
}

.btn-brown {
    color: #fff;
    border-color: #D09E88;
    background-color: #D09E88;
}

.btn-brown:hover, .btn-brown:active, .btn-brown:focus {
    background-color: #b1775d;
    border-color: #b1775d;
    color: #fff;
}

.btn.btn-xs, .btn.btn-group-xs {
    padding: 0 16px;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
}

.btn.btn-sm, .btn.btn-group-sm {
    padding: 0 22px;
    font-size: 10px;
    height: 35px;
    line-height: 34px;
}

.btn.btn-lg, .btn.btn-group-lg {
    padding: 0px 32px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

.btn-outline {
    color: #dba318;
    border-color: #dba318;
    background-color: transparent;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    color: #fff;
    border-color: #dba318;
    background-color: #dba318;
}

.btn-white {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}

.btn-outline-blue {
    color: #dba318;
    border-color: #dba318;
    background-color: transparent;
}

.btn-outline-blue:hover, .btn-outline-blue:active, .btn-outline-blue:focus {
    color: #fff;
    border-color: #dba318;
    background-color: #dba318;
}

.btn-dark {
    color: #fff;
    border-color: #212121;
    background-color: #212121;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}


.btn-dark-outline {
    color: #212121;
    border-color: #212121;
    background-color: transparent;
}

.btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline:focus {
    color: #fff;
    border-color: #212121;
    background-color: #212121;
}


.btn-pink {
    color: #fff;
    border-color: #E91E63;
    background-color: #E91E63;
}

.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
    color: #fff;
    border-color: #c18d0d; /* #c2185b */
    background-color: #c18d0d; /* #c2185b */
}

.btn-animate {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.btn-animate  span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}
.btn-animate i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}
.btn-animate:hover span {
  padding: 0 17px 0 0;
}
.btn-animate:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0;
}
button.btn-custom {
  width: auto;
  height: 3em;
  padding: 10px 35px;
  border-radius: 20px;
  font-size: 15px;
  border: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #BA862B;
  font-family: 'Montserrat', sans-serif;
  z-index: 1; /* Make sure the button text stays on top */
}

button.btn-custom::before {
  content: '';
  width: 0;
  height: 3em;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #BA862B 0%, #1B344F 100%);
  transition: 1s ease;
  display: block;
  z-index: -1; /* Position the background behind the button text */
}

button.btn-custom:hover::before {
  width: 20em; /* Expand the background when hovered */
}



.icon {
	margin-left:6px;
}

.feature-box, .feature-box-right {
	float:left;
}

.feature-box i {
	margin-bottom:20px;
	display: inline-block;
}

.blue-icon {
	color: #dba318;
}

.dark-icon {
	color: #212121;
}

.light-icon {
	color: #f1f1f1;
}

.red-icon {
	color: #f44336;
}

.yellow-icon {
	color: #FDD835;
}

.brown-icon {
	color: #D09E88;
}

.blue-bg-icon {
    background-color: #dba318;
    border-color: #dba318;
}

.yellow-bg-icon {
    background-color: #FDD835;
    border-color: #FDD835;
}

.yellow-bg-icon:hover {
    background-color: #FDD835;
    border-color: #FDD835;
	color: #fff;
}

.yellow-bg-icon-inr {
    background-color: #fff;
    border-color: #fff;
}

.yellow-bg-icon-inr:hover {
    background-color: #212121;
    border-color: #212121;
	color:#fff;
}

.pink-bg-icon {
    background-color: #E91E63;
    border-color: #E91E63;
}


.green-bg-icon {
    background-color: #8BC34A;
    border-color: #8BC34A;
}

.gray-bg-icon {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.gray-bg-icon:hover {
    background-color: #dba318;
    border-color: #dba318;
	color:#fff;
}

.white-bg-icon {
    background-color: #fff;
    border-color: #fff;
}

.white-bg-icon:hover {
    background-color: #dba318;
    border-color: #dba318;
	color:#fff;
}

.circle-icon{
    position: relative;
    width: 85px;
    height: 85px;
    line-height: 85px !important;
    border-radius: 100%;
    text-align: center;
    display: inline-block !important;
}

.gradient-bg-icon {
    background: rgba(233,30,98,1);
	background: -moz-linear-gradient(-45deg, rgba(233,30,98,1) 0%, rgba(3,168,244,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,30,98,1)), color-stop(100%, rgba(3,168,244,1)));
	background: -webkit-linear-gradient(-45deg, rgba(233,30,98,1) 0%, rgba(3,168,244,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(233,30,98,1) 0%, rgba(3,168,244,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(233,30,98,1) 0%, rgba(3,168,244,1) 100%);
	background: linear-gradient(135deg, rgba(233,30,98,1) 0%, rgba(3,168,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e62', endColorstr='#03a8f4', GradientType=1 );
}

.feature-box .pull-left {
    width: 15%;
}

.feature-box .pull-right {
    width: 80%;
}

.feature-box-right .pull-left {
    width: 80%;
}

.feature-box-right .pull-right {
    width: 15%;
}

.box {
	padding:60px;
	position:relative;
	transition: all 0.2s ease;
}

.box h2 {
    font-size: 32px;
}

.box h4 {
    font-size: 28px;
}

.box img {
	margin:0 auto 20px auto;
	display:block;
	width:200px;
}

.bordered {
	border:1px solid #eee;
}


/*=============================================
                        Counter
=============================================*/

.counter h2{
    margin:15px 0 30px;
    font-size:60px;
    line-height:50px;
	font-weight: 700;
}
.counter h3{
    margin:0;
    font-size:18px;
    line-height:18px;
    text-align: center;
	color:#f1f1f1;
	font-family: 'Source Sans Pro', sans-serif;
}

/*=============================================
                        Footer
=============================================*/
@media only screen and (min-width: 992px) {
  #footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

.footer{
  font-size:15px;
  background-color: #1B344F;
}

.footer-main{
  padding:60px 0 0;
  position: relative;
  /* z-index: 99; */
}

.footer .widget-title{
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
	letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer .widget-text p {color:#fff;}

/* .footer .widget-title:before{
  content:'';
  position: absolute;
  top:100%;
  margin-top: 10px;
  left: 0;
  width: 40px;
  border-top: 1px solid #333;
} */

.footer .widget-links{
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}

.footer .widget-links li{
  margin-bottom: 14px;
  list-style:none;
}

.footer .widget-links li i {
	color:#fff;    
	padding-right: 10px;
}

.footer .widget-links a{
  color: #fff;
}

.footer .widget-links a:hover{
  color:#BA862B;
  text-decoration: none;
}

.footer-copyright{
   padding: 30px 0 ;
   position: relative;
   /* z-index: 99; */
}

.copy-right{margin-top:5px;color:#fff;}

.footer-copyright ul.social-media{
  float:left;
  display:block;
  margin-bottom:0;
  margin-top: 5px;
}

ul.social-media li {
	display:inline-block;
	margin-right: 17px;
}

.footer-copyright ul.social-media li:last-child {
	margin-right:0;
}

.footer-copyright ul.social-media li a{
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.footer-copyright ul.social-media li a:hover{
  color: #BA862B;
}

.flat-footer ul.social-media{
  float:none;
  display:block;
  margin-bottom:0;
  margin-top: 5px;
}

.flat-footer ul.social-media li {
	display:inline-block;
	margin-right: 17px;
}

.flat-footer ul.social-media li:last-child {
	margin-right:0;
}

.flat-footer ul.social-media li a{
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.flat-footer ul.social-media li a:hover{
  color: #BA862B;
}

ul.footer-gallery {margin:0;}

ul.footer-gallery li {
    display: inline-block;
    width: 24%;
    padding: 0 2px 0px 0;
    margin-bottom: 5px;
}
ul.footer-gallery li img {
    max-width: 100%;
    width: 100%;
}

.footer-gallery-box {
    position: relative;
    overflow: hidden;
}

.footer-gallery-box .skin-overlay {
    background-color: rgba(30, 192, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.footer-gallery-box:hover .skin-overlay{
    opacity: 1;
}
.footer-gallery-box .zoom-wrap {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-gallery-zoom {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
}

.footer-gallery-zoom li {
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
}

.footer-gallery-box:hover .footer-gallery-zoom li{
	bottom: 0;
    opacity: 1;
    visibility: visible;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-gallery-zoom li a {
	color:#fff;
}

.footer-gallery-zoom li a:hover, .footer-gallery-zoom li a:focus {
	color:#212121;
}

/* .logo-footer {
	height: 34px;
    margin-bottom: 35px;
} */

.contact-widget.widget ul li {
  padding-left: 25px;
  position: relative;
}
.contact-widget.widget ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

/*=============================================
                Contact Us Page
=============================================*/

.form-control {
    border-radius: 20px !important;
	font-size:15px !important;
	box-shadow: inset 0 1px 1px #00000013;
}
.form-control:focus {
    border-color: #1B344F;
}

.contact-us p, .contact-us address {
	font-size:14px;
}

.contact-us h3 {
	margin-top:0;
}

.contact-us address {
	margin-bottom:40px;
	line-height:25px;
}

.contact-us address a {
	color:#1B344F;
}

.contact-us address a:hover {
	color:#212121;
}

.search-submit{
  position: absolute;
  right: 20px;
  top:20px;
  background: none;
  border:0;
  padding: 0;
  font-size:20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color:#e0e0e0;
}

.search-submit:hover{
  color: #dba318;
}

/*=============================================
                Google Maps
=============================================*/

.map-section {
	position:relative;
}

.map-parallax {
	position: fixed;
    width: 100%;
    height: 45%;
    z-index: -3;
}
#myMap, #myMapTwo {
    min-height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#myMap.wide, #myMapTwo.wide {
    height: 500px;
    width: 100%;
    position: relative!important;
}

#mapcontent p{
    margin: 0;
    font-size: 16px;
}

/*=============================================
                Go Top
=============================================*/

#back-to-top {
	position: fixed;
	bottom: 35px;
	right: 40px;
	display: grid;
	place-items: center;
	background: #e3edf7;
	padding: 10px 14px;
	border-radius: 50px;
	box-shadow: 6px 5px 10px -1px rgba(0, 0, 0, 0.15), -1px -2px 10px -1px rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	transition: transform 0.5s;
	z-index:99999;
}
#back-to-top:hover {
	box-shadow:
		inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
		inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
		-0.5px -0.5px 0px rgba(255, 255, 255, 1),
		0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
		0px 12px 10px -10px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
	transform: translateY(0.5em);
}
#back-to-top i {
	transition: transform 0.5s;
	font-size: 14px;
	color: #1B344F;
}
#back-to-top:hover i {
	transform: scale(0.9);
	fill: #1B344F;
}
.bi-arrow-up::before {
    top: 1px;
    position: relative;
}

@media (max-width: 768px) {
	#back-to-top {
		bottom: 10px;
		right: 15px;
	}
}

/*=============================================
                HOF : fixed
=============================================*/

#hof {
    position: fixed;
    bottom: 88px;
    right: 40px;
    display: flex;
    align-items: center;
    background: #e3edf7;
    padding: 10px 14px;
    border-radius: 50px;
    box-shadow: 6px 5px 10px -1px rgba(0, 0, 0, 0.15),
                -1px -2px 10px -1px rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 99999;
}

#hof i {
    font-size: 18px;
    color: #1B344F;
    transition: transform 0.3s;
}

#hof:hover i {
    transform: scale(0.9);
}

.hof-text{
    max-width: 0;  
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1B344F;
    transition: all 0.4s ease;
}

#hof:hover .hof-text {
  max-width: 120px;    /* show text */
  opacity: 1;
}




/*=======================================================
      FLEX SLIDER
========================================================*/
.flexslider {
    border:0;
	overflow: hidden;
    margin: 0;
	border-radius:0;
}
.flex-direction-nav a:before {
    font-family: 'Material Design Icons';
    font-size: 20px;
    display: block;
    content: '';
    color: #fff;
    text-shadow: none;
    text-align: center;
    line-height: 53px;
}

.flex-direction-nav a.flex-prev:before {
    content: '\f04d';
}

.flex-direction-nav a.flex-next:before {
    content: '\f054';
}

.slider-bg .flex-control-nav {
	z-index: 999;
	bottom: 20px;
}

.slider-bg .flex-direction-nav a {
    width: 56px;
    height: 56px;
    opacity: 0;
    color: #fff;
    text-shadow: none;
    border: 1px solid #fff;
	background-color:transparent;
	border-radius:50px;
}

.slider-bg .flex-direction-nav a:hover {
	background-color:#212121;
	border: 1px solid #212121;
}

.slider-bg .flex-direction-nav .flex-next, .slider-bg .flex-direction-nav .flex-prev {
	text-align:center;
}

.slider-bg .flex-control-paging li a {
	background:rgba(255, 255, 255, 0.7);
}

.slider-bg .flex-control-paging li a {
	width: 60px;
    height: 6px;
	border-radius: 0px;
}

.slider-bg .flex-control-paging li a.flex-active {
	background:rgba(255, 255, 255, 1);
}

.slider-bg .flexslider li h1,
.slider-bg .flexslider li h2,
.slider-bg .flexslider li .hero-text p,
.slider-bg .flexslider li .hero-text h3,
.slider-bg .flexslider li .hero-text h4,
.slider-bg .flexslider li .hero-text h5,
.slider-bg .flexslider li .hero-text h6, 
.bg-video .hero-text h1, 
.bg-video .hero-text h2, 
.bg-video .hero-text h3, 
.bg-video .hero-text p {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
}

.slider-bg .flex-active-slide .hero-text h1,
.slider-bg .flex-active-slide .hero-text h2,
.slider-bg .flex-active-slide .hero-text h3,
.slider-bg .flex-active-slide .hero-text h4,
.slider-bg .flex-active-slide .hero-text h5,
.slider-bg .flex-active-slide .hero-text h6,
.slider-bg .flex-active-slide .hero-text p, 
.bg-video .hero-text h1, 
.bg-video .hero-text h2, 
.bg-video .hero-text h3, 
.bg-video .hero-text p{
		-webkit-animation-delay: .4s;
		animation-delay: .4s;
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
}

.slider-bg .flex-active-slide .hero-text h2, .bg-video h2 .hero-text h2 {
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
}

.slider-bg .flex-active-slide .hero-text p, .bg-video .hero-text p {
		-webkit-animation-delay: .6s;
		animation-delay: .6s;
}

.slider-bg {
	border: 0;
    margin: 0;
    height: 100vh;
    background-color: #222225;
}
.slider-bg .slides {
    height: 100%;
}

.slider-bg .slides > li {
    height: 100%;
}

.slider-bg .hero-text{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    z-index: 10;
    color: #fff;
}
.slider-bg .hero-text P{
	line-height: 50px;
    font-size: 35px;
}

.slider-bg .hero-text h1 {
    font-size: 100px;
}

.slide-img, .parallax-img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.full-screen-bg {
	height: 100vh;
    background-color: transparent;
 	min-height: 100vh;
}

.hero-text-wrap {
	display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgba(34, 34, 37, 0.45);
    z-index: 200;
}

.overlay-none .hero-text-wrap {
	background-color: transparent;
}

.hero-text-wrap.gradient-overlay-bg {
	background: rgba(215,65,120,1);
	background: -moz-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(215,65,120,1)), color-stop(100%, rgba(255,234,138,0.6)));
	background: -webkit-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: -o-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: -ms-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74178', endColorstr='#ffea8a', GradientType=1 );
	width: 100%;
    height: 100vh;
    position: absolute;
	z-index: 1;
}

.gradient-overlay-bg {
	background: rgba(215,65,120,1);
	background: -moz-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(215,65,120,1)), color-stop(100%, rgba(255,234,138,0.6)));
	background: -webkit-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: -o-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: -ms-linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	background: linear-gradient(45deg, rgba(215,65,120,1) 0%, rgba(255,234,138,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d74178', endColorstr='#ffea8a', GradientType=1 );
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.hero-text-wrap.demo-gradient-overlay-bg{
	width: 100%;
    height: 100vh;
    position: absolute;
	z-index: 1;
	background: rgba(0,176,155,1);
background: -moz-linear-gradient(-45deg, rgba(0,176,155,1) 0%, rgba(150,201,61,0.6) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,176,155,1)), color-stop(100%, rgba(150,201,61,0.6)));
background: -webkit-linear-gradient(-45deg, rgba(0,176,155,1) 0%, rgba(150,201,61,0.6) 100%);
background: -o-linear-gradient(-45deg, rgba(0,176,155,1) 0%, rgba(150,201,61,0.6) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,176,155,1) 0%, rgba(150,201,61,0.6) 100%);
background: linear-gradient(135deg, rgba(0,176,155,1) 0%, rgba(150,201,61,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b09b', endColorstr='#96c93d', GradientType=1 );
}

.btn[data-play-button] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btn[data-play-button]:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-flex.bg-flex-left {
    left: 0;
}

.bg-flex.bg-flex-right {
    right: 0;
}

.bg-flex{
  padding: 0;
  position: absolute!important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.bg-flex-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-flex-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-flex-right{
  position: absolute;
  padding: 0;
  right:0;
  top:0;
  bottom: 0;
  overflow: hidden;
}

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-flex:before {
  content: none;
}
.row-flex > [class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .row-flex > [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}
.row-flex > [class*="col-"] .col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}

.col-inner.spacer {
    padding: 100px 50px;
}

.row-flex.flex-center > [class*="col-"] {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .row-flex.full-width-flex > [class*="col-"] {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.row-flex.padding-row > [class*="col-"] {
  padding: 7.5% 6.5%;
}
.row-flex.flex-horizontal > [class*="col-"]:last-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-flex.flex-spacing .column-inner {
  margin-left: 0;
  margin-right: 0;
}

/*=======================================================
      TESTIMONIALS
========================================================*/
.testimonial.owl-carousel {
	display:block;
	width: 70%;
    text-align: center;
    margin: 0 auto;
}

.testimonial-item h4, .testimonial-item h5 {
    color: #212121;
	font-family: 'Source Sans Pro', sans-serif;
}
.testimonial-item h4 {
	font-weight: 300;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 25px;
}


.testimonial-item h5{
	margin-bottom:3px;    
	font-size: 30px;
    font-weight: 700;
}
.testimonial-item p {
    color: #a7a7a7;
    font-size: 16px;
    text-transform: uppercase;
}
.testimonial .owl-controls .owl-page span {
	background: rgba(255, 255, 255, 0.5);
}

.testimonial .owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    background: rgba(255, 255, 255, 0.9);
}
.testimonial .testimonial-item img {
	width:120px;
	height:120px;
	text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.testimonial-item {
	padding-left: 25px;
    padding-right: 25px;
}

.testimonial-item:focus {
	outline: none;
}

.testimonial-item .testimonial-content {
    background-color: #fff;
    box-shadow: 0 10px 30px 5px rgba(17,21,23,.1);
    padding: 40px;
    margin: 50px auto;
	text-align: center;
	max-width: 750px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Material Design Icons';
    font-size: 35px;
    line-height: 1;

    opacity: .75;
    color: #212121;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f04d';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f054';
}
[dir='rtl'] .slick-next:before
{
    content: '\f04d';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.testimonial .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(195, 195, 195, 0.5);
    border-radius: 100px;
}

.testimonial .slick-dots li.slick-active button {
    background-color: #dba318;
}

.testimonial .slick-dots li button:hover,
.testimonial .slick-dots li button:focus
{
    outline: none;
}


.white-testi .slick-prev:before,
.white-testi .slick-next:before
{
    color: #fff;
}

.white-testi .slick-dots li.slick-active button{
	background-color:#fff;
}

/* ----------------------------------------
	Owl Slider
-------------------------------------------*/

.owl-slider .owl-prev, 
.owl-slider .owl-next{
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #212121;
  border-radius: 100%;
  text-align: center;
  margin-top: -15px;
}

.owl-slider .owl-prev{
  left: 20px;
}

.owl-slider .owl-next {
  right: 20px;
}

.owl-slider .owl-prev .fa, 
.owl-slider .owl-next .fa{
  color:#fff;
}

.owl-slider .owl-prev:hover, 
.owl-slider .owl-next:hover{
  background-color:#dba318;
}

.owl-slider .owl-prev:hover .fa,
.owl-slider .owl-next:hover .fa{
  color: #fff;
}

.owl-slider .item {
	height:500px;
}

/* =============================================
            	Popup Bootstrap CSS
============================================= */

.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}


button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}


.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}

button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}

.modal-open{overflow:hidden}
.modal{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:none;
	display:none;
	overflow:hidden;
	outline:0
}
.modal-open .modal{
overflow-x:hidden;overflow-y:auto
}
.modal-dialog{
	position:relative;
	width:auto;
	margin:.5rem;
	pointer-events:none
}
.modal.fade 
.modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}
.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}
.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}
.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}

.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-10;background-color:#000}

.modal-backdrop.fade{opacity:0}
/* .modal-backdrop.show{opacity:.5} */


.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}
.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}
.modal-title{margin-bottom:0;line-height:1.5}
.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}
.modal-footer{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding:1rem;
	/* border-top:1px solid #e9ecef; */
	border-style: none;
}
.modal-footer>:not(:first-child){margin-left:.25rem}
.modal-footer>:not(:last-child){margin-right:.25rem}
.modal-scrollbar-measure{
position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll
}

@media (min-width:576px){
.modal-dialog{max-width:500px;margin:1.75rem auto}
.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}
.modal-sm{max-width:300px}}@media (min-width:992px){
.modal-lg{max-width:800px}
}

