/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: 'Poppins', sans-serif;
     font-family: 'Nunito', sans-serif;
   

  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hoverzoom {transition: all .8s ease-in-out;transform: scale(1.0);cursor: pointer}
.hoverzoom:hover {transition: all .4s ease-in-out;transform: scale(1.2)}

.xleft{text-align:left}
.xcenter{text-align:center}
.xright{text-align:right}

@media screen and (min-width:768px) {
.xleft-md{text-align:left}
.xcenter-md{text-align:center}
.xright-md{text-align:right}}

@media screen and (min-width:1024px) {
.xleft-lg{text-align:left}
.xcenter-lg{text-align:center}
.xright-lg{text-align:right}}

p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #2C163D;
     font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.xshadow {box-shadow:0 0 20px #E5E5E5
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #DDA663;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #fff;
}

a.border-button {
	background-color: transparent;
	color: #b1b1b1;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #1F76CE;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #1e1e1e;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #2C163D;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #513D6C;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: #969a9c6b!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
     font-family: 'Nunito', sans-serif;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #513D6C!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #513d6c!important;
	border-bottom: 3px solid #513d6c!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-bottom: 12px;
	outline: none;
    font-family: 'Nunito', sans-serif;

}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
     font-family: 'Nunito', sans-serif;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 14px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 2px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0.3px;
	transition: all 0.5s;
	margin-top: 5px;
	color: white;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: rgb(184, 96, 255);
	border-bottom: 3px solid rgb(184, 96, 255);
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #1F76CE;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/v1-1.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/v1-2.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/v1-3.jpg);
}


.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#513D6C;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #513D6C;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
    display: flex;
    flex-basis: auto;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #1F76CE;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #1F76CE;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #fff;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #513D6C;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #1F76CE;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #1F76CE;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #fff;
}

.contact-us .contact-form button.filled-button {
	background-color: #1F76CE;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #1F76CE;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #1F76CE;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #fff;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #1F76CE;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #1F76CE;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/resident-cleanings.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading1 {
	text-align: center;
	background-image: url(../images/commerical-window-cleaning.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading2 {
	text-align: center;
	background-image: url(../images/contact-us.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading3 {
	text-align: center;
	background-image: url(../images/holiday-light.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #1F76CE;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #1F76CE;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #1F76CE;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #1F76CE;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 10px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #1F76CE!important;
		border-bottom: none!important;
	}
}


.xgrid *{box-sizing:border-box;-ms-overflow-style:scrollbar}
.xgrid,.xgrid::before,.xgrid::after{box-sizing:inherit}

.xwidth-full{width:100%;padding-right:20px;padding-left:20px;margin:0 auto}

.xwidth{width:100%;max-width:520px;padding-right:20px;padding-left:20px;margin:0 auto}
@media(min-width:768px) {.xwidth{max-width:1480px}}

.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.xcol,.no-gutters>[class*="xcol-"]{padding-right:0;padding-left:0}

.xrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}
[class*=xcol]{position:relative;width:100%;padding-right:12px;padding-left:12px}

.xrow-sm{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-6px;margin-left:-6px}
.xrow-sm [class*=xcol]{position:relative;width:100%;padding-right:6px;padding-left:6px}

/* -- FRAMEWORK - MOBILE - SMALLER --------------------------------------------------------------------------------------------------- */

.xcol{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.xrow-cols-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.xrow-cols-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xrow-cols-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xrow-cols-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xrow-cols-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.xrow-cols-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.xcol-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.xcol-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xcol-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xcol-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.xcol-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xcol-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.xcol-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.xcol-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.xcol-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.xcol-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.xcol-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.order-first{-ms-flex-order:-1;order:-1}
.order-last{-ms-flex-order:13;order:13}
.order-0{-ms-flex-order:0;order:0}
.order-1{-ms-flex-order:1;order:1}
.order-2{-ms-flex-order:2;order:2}
.order-3{-ms-flex-order:3;order:3}
.order-4{-ms-flex-order:4;order:4}
.order-5{-ms-flex-order:5;order:5}
.order-6{-ms-flex-order:6;order:6}
.order-7{-ms-flex-order:7;order:7}
.order-8{-ms-flex-order:8;order:8}
.order-9{-ms-flex-order:9;order:9}
.order-10{-ms-flex-order:10;order:10}
.order-11{-ms-flex-order:11;order:11}
.order-12{-ms-flex-order:12;order:12}

/* -- FRAMEWORK - MOBILE - SMALL -------------------------------------------------------------------------------------------------- */

@media(min-width:414px) {
.xcol-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.xrow-cols-sm-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.xrow-cols-sm-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xrow-cols-sm-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xrow-cols-sm-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xrow-cols-sm-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.xrow-cols-sm-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.xcol-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.xcol-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xcol-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xcol-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.xcol-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xcol-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.xcol-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.xcol-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.xcol-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.xcol-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.xcol-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}

/* -- FRAMEWORK - TABLET - PORTRAIT -------------------------------------------------------------------------------------------------- */

@media(min-width:768px) {
.xcol-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.xrow-cols-md-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.xrow-cols-md-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xrow-cols-md-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xrow-cols-md-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xrow-cols-md-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.xrow-cols-md-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.xcol-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.xcol-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xcol-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xcol-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.xcol-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xcol-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.xcol-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.xcol-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.xcol-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.xcol-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.xcol-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.order-md-first{-ms-flex-order:-1;order:-1}
.order-md-last{-ms-flex-order:13;order:13}
.order-md-0{-ms-flex-order:0;order:0}
.order-md-1{-ms-flex-order:1;order:1}
.order-md-2{-ms-flex-order:2;order:2}
.order-md-3{-ms-flex-order:3;order:3}
.order-md-4{-ms-flex-order:4;order:4}
.order-md-5{-ms-flex-order:5;order:5}
.order-md-6{-ms-flex-order:6;order:6}
.order-md-7{-ms-flex-order:7;order:7}
.order-md-8{-ms-flex-order:8;order:8}
.order-md-9{-ms-flex-order:9;order:9}
.order-md-10{-ms-flex-order:10;order:10}
.order-md-11{-ms-flex-order:11;order:11}
.order-md-12{-ms-flex-order:12;order:12}
}

/* -- FRAMEWORK - TABLET - LANDSCAPE ------------------------------------------------------------------------------------------------- */

@media(min-width:1024px) {
.xcol-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.xrow-cols-lg-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.xrow-cols-lg-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xrow-cols-lg-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xrow-cols-lg-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xrow-cols-lg-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.xrow-cols-lg-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.xcol-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.xcol-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xcol-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xcol-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.xcol-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xcol-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.xcol-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.xcol-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.xcol-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.xcol-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.xcol-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}

/* -- FRAMEWORK - DESKTOP - SMALL ------------------------------------------------------------------------------------------------- */

@media(min-width:1240px) {
.xcol-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.xrow-cols-xl-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.xrow-cols-xl-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xrow-cols-xl-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xrow-cols-xl-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xrow-cols-xl-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.xrow-cols-xl-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.xcol-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.xcol-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xcol-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xcol-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.xcol-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xcol-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.xcol-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.xcol-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.xcol-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.xcol-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.xcol-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}

/* -- FRAMEWORK - DESKTOP - LARGE ------------------------------------------------------------------------------------------------- */

@media(min-width:1440px) {
.xcol-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.xrow-cols-xxl-1 > *{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.xrow-cols-xxl-2 > *{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xrow-cols-xxl-3 > *{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xrow-cols-xxl-4 > *{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xrow-cols-xxl-5 > *{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.xrow-cols-xxl-6 > *{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.xcol-xxl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.xcol-xxl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.xcol-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.xcol-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.xcol-xxl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.xcol-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.xcol-xxl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.xcol-xxl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.xcol-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.xcol-xxl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.xcol-xxl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.xcol-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-flex{display:-ms-flexbox!important;display:flex!important}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:414px) {
.d-sm-none{display:none!important}
.d-sm-block{display:block!important}
.d-sm-flex{display:-ms-flexbox!important;display:flex!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:768px) {
.d-md-none{display:none!important}
.d-md-block{display:block!important}
.d-md-flex{display:-ms-flexbox!important;display:flex!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:1024px) {
.d-lg-none{display:none!important}
.d-lg-block{display:block!important}
.d-lg-flex{display:-ms-flexbox!important;display:flex!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:1240px) {
.d-xl-none{display:none!important}
.d-xl-block{display:block!important}
.d-xl-flex{display:-ms-flexbox!important;display:flex!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:1440px) {
.d-xxl-none{display:none!important}
.d-xxl-block{display:block!important}
.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}
.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:768px) {
.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}
.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:1024px) {
.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}
.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}
.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}
.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}
.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}
.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}
.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

.m-auto {margin: auto !important}
.mt-auto,.my-auto {margin-top: auto !important}
.mr-auto,.mx-auto {margin-right: auto !important}
.mb-auto,.my-auto {margin-bottom: auto !important}
.ml-auto,.mx-auto {margin-left: auto !important}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-6{margin:6px!important}
.mt-6,.my-6{margin-top:6px!important}
.mr-6,.mx-6{margin-right:6px!important}
.mb-6,.my-6{margin-bottom:6px!important}
.ml-6,.mx-6{margin-left:6px!important}
.m-12{margin:12px!important}
.mt-12,.my-12{margin-top:12px!important}
.mr-12,.mx-12{margin-right:12px!important}
.mb-12,.my-12{margin-bottom:12px!important}
.ml-12,.mx-12{margin-left:12px!important}
.m-24{margin:24px!important}
.mt-24,.my-24{margin-top:24px!important}
.mr-24,.mx-24{margin-right:24px!important}
.mb-24,.my-24{margin-bottom:24px!important}
.ml-24,.mx-24{margin-left:24px!important}
.m-36{margin:36px!important}
.mt-36,.my-36{margin-top:36px!important}
.mr-36,.mx-36{margin-right:36px!important}
.mb-36,.my-36{margin-bottom:36px!important}
.ml-36,.mx-36{margin-left:36px!important}
.m-48{margin:48px!important}
.mt-48,.my-48{margin-top:48px!important}
.mr-48,.mx-48{margin-right:48px!important}
.mb-48,.my-48{margin-bottom:48px!important}
.ml-48,.mx-48{margin-left:48px!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-6{padding:6px!important}
.pt-6,.py-6{padding-top:6px!important}
.pr-6,.px-6{padding-right:6px!important}
.pb-6,.py-6{padding-bottom:6px!important}
.pl-6,.px-6{padding-left:6px!important}
.p-12{padding:12px!important}
.pt-12,.py-12{padding-top:12px!important}
.pr-12,.px-12{padding-right:12px!important}
.pb-12,.py-12{padding-bottom:12px!important}
.pl-12,.px-12{padding-left:12px!important}
.p-24{padding:24px!important}
.pt-24,.py-24{padding-top:24px!important}
.pr-24,.px-24{padding-right:24px!important}
.pb-24,.py-24{padding-bottom:24px!important}
.pl-24,.px-24{padding-left:24px!important}
.p-36{padding:36px!important}
.pt-36,.py-36{padding-top:36px!important}
.pr-36,.px-36{padding-right:36px!important}
.pb-36,.py-36{padding-bottom:36px!important}
.pl-36,.px-36{padding-left:36px!important}
.p-48{padding:48px!important}
.pt-48,.py-48{padding-top:48px!important}
.pr-48,.px-48{padding-right:48px!important}
.pb-48,.py-48{padding-bottom:48px!important}
.pl-48,.px-48{padding-left:48px!important}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:768px) {
.m-md-0{margin:0!important}
.mt-md-0,.my-md-0{margin-top:0!important}
.mr-md-0,.mx-md-0{margin-right:0!important}
.mb-md-0,.my-md-0{margin-bottom:0!important}
.ml-md-0,.mx-md-0{margin-left:0!important}
.m-md-6{margin:6px!important}
.mt-md-6,.my-md-6{margin-top:6px!important}
.mr-md-6,.mx-md-6{margin-right:6px!important}
.mb-md-6,.my-md-6{margin-bottom:6px!important}
.ml-md-6,.mx-md-6{margin-left:6px!important}
.m-md-12{margin:12px!important}
.mt-md-12,.my-md-12{margin-top:12px!important}
.mr-md-12,.mx-md-12{margin-right:12px!important}
.mb-md-12,.my-md-12{margin-bottom:12px!important}
.ml-md-12,.mx-md-12{margin-left:12px!important}
.m-md-24{margin:24px!important}
.mt-md-24,.my-md-24{margin-top:24px!important}
.mr-md-24,.mx-md-24{margin-right:24px!important}
.mb-md-24,.my-md-24{margin-bottom:24px!important}
.ml-md-24,.mx-md-24{margin-left:24px!important}
.m-md-36{margin:36px!important}
.mt-md-36,.my-md-36{margin-top:36px!important}
.mr-md-36,.mx-md-36{margin-right:36px!important}
.mb-md-36,.my-md-36{margin-bottom:36px!important}
.ml-md-36,.mx-md-36{margin-left:36px!important}    
.m-md-48{margin:48px!important}
.mt-md-48,.my-md-48{margin-top:48px!important}
.mr-md-48,.mx-md-48{margin-right:48px!important}
.mb-md-48,.my-md-48{margin-bottom:48px!important}
.ml-md-48,.mx-md-48{margin-left:48px!important}
.p-md-0{padding:0!important}
.pt-md-0,.py-md-0{padding-top:0!important}
.pr-md-0,.px-md-0{padding-right:0!important}
.pb-md-0,.py-md-0{padding-bottom:0!important}
.pl-md-0,.px-md-0{padding-left:0!important}
.p-md-6{padding:6px!important}
.pt-md-6,.py-md-6{padding-top:6px!important}
.pr-md-6,.px-md-6{padding-right:6px!important}
.pb-md-6,.py-md-6{padding-bottom:6px!important}
.pl-md-6,.px-md-6{padding-left:6px!important}
.p-md-12{padding:12px!important}
.pt-md-12,.py-md-12{padding-top:12px!important}
.pr-md-12,.px-md-12{padding-right:12px!important}
.pb-md-12,.py-md-12{padding-bottom:12px!important}
.pl-md-12,.px-md-12{padding-left:12px!important}
.p-md-24{padding:24px!important}
.pt-md-24,.py-md-24{padding-top:24px!important}
.pr-md-24,.px-md-24{padding-right:24px!important}
.pb-md-24,.py-md-24{padding-bottom:24px!important}
.pl-md-24,.px-md-24{padding-left:24px!important}
.p-md-36{padding:36px!important}
.pt-md-36,.py-md-36{padding-top:36px!important}
.pr-md-36,.px-md-36{padding-right:36px!important}
.pb-md-36,.py-md-36{padding-bottom:36px!important}
.pl-md-36,.px-md-36{padding-left:36px!important}
.p-md-48{padding:48px!important}
.pt-md-48,.py-md-48{padding-top:48px!important}
.pr-md-48,.px-md-48{padding-right:48px!important}
.pb-md-48,.py-md-48{padding-bottom:48px!important}
.pl-md-48,.px-md-48{padding-left:48px!important}
}

/* -- FRAMEWORK - CORE --------------------------------------------------------------------------------------------------------------- */

@media(min-width:1024px) {
.m-lg-0{margin:0!important}
.mt-lg-0,.my-lg-0{margin-top:0!important}
.mr-lg-0,.mx-lg-0{margin-right:0!important}
.mb-lg-0,.my-lg-0{margin-bottom:0!important}
.ml-lg-0,.mx-lg-0{margin-left:0!important}
.m-lg-6{margin:6px!important}
.mt-lg-6,.my-lg-6{margin-top:6px!important}
.mr-lg-6,.mx-lg-6{margin-right:6px!important}
.mb-lg-6,.my-lg-6{margin-bottom:6px!important}
.ml-lg-6,.mx-lg-6{margin-left:6px!important}
.m-lg-12{margin:12px!important}
.mt-lg-12,.my-lg-12{margin-top:12px!important}
.mr-lg-12,.mx-lg-12{margin-right:12px!important}
.mb-lg-12,.my-lg-12{margin-bottom:12px!important}
.ml-lg-12,.mx-lg-12{margin-left:12px!important}
.m-lg-24{margin:24px!important}
.mt-lg-24,.my-lg-24{margin-top:24px!important}
.mr-lg-24,.mx-lg-24{margin-right:24px!important}
.mb-lg-24,.my-lg-24{margin-bottom:24px!important}
.ml-lg-24,.mx-lg-24{margin-left:24px!important}
.m-lg-36{margin:36px!important}
.mt-lg-36,.my-lg-36{margin-top:36px!important}
.mr-lg-36,.mx-lg-36{margin-right:36px!important}
.mb-lg-36,.my-lg-36{margin-bottom:36px!important}
.ml-lg-36,.mx-lg-36{margin-left:36px!important}    
.m-lg-48{margin:48px!important}
.mt-lg-48,.my-lg-48{margin-top:48px!important}
.mr-lg-48,.mx-lg-48{margin-right:48px!important}
.mb-lg-48,.my-lg-48{margin-bottom:48px!important}
.ml-lg-48,.mx-lg-48{margin-left:48px!important}
.p-lg-0{padding:0!important}
.pt-lg-0,.py-lg-0{padding-top:0!important}
.pr-lg-0,.px-lg-0{padding-right:0!important}
.pb-lg-0,.py-lg-0{padding-bottom:0!important}
.pl-lg-0,.px-lg-0{padding-left:0!important}
.p-lg-6{padding:6px!important}
.pt-lg-6,.py-lg-6{padding-top:6px!important}
.pr-lg-6,.px-lg-6{padding-right:6px!important}
.pb-lg-6,.py-lg-6{padding-bottom:6px!important}
.pl-lg-6,.px-lg-6{padding-left:6px!important}
.p-lg-12{padding:12px!important}
.pt-lg-12,.py-lg-12{padding-top:12px!important}
.pr-lg-12,.px-lg-12{padding-right:12px!important}
.pb-lg-12,.py-lg-12{padding-bottom:12px!important}
.pl-lg-12,.px-lg-12{padding-left:12px!important}
.p-lg-24{padding:24px!important}
.pt-lg-24,.py-lg-24{padding-top:24px!important}
.pr-lg-24,.px-lg-24{padding-right:24px!important}
.pb-lg-24,.py-lg-24{padding-bottom:24px!important}
.pl-lg-24,.px-lg-24{padding-left:24px!important}
.p-lg-36{padding:36px!important}
.pt-lg-36,.py-lg-36{padding-top:36px!important}
.pr-lg-36,.px-lg-36{padding-right:36px!important}
.pb-lg-36,.py-lg-36{padding-bottom:36px!important}
.pl-lg-36,.px-lg-36{padding-left:36px!important}
.p-lg-48{padding:48px!important}
.pt-lg-48,.py-lg-48{padding-top:48px!important}
.pr-lg-48,.px-lg-48{padding-right:48px!important}
.pb-lg-48,.py-lg-48{padding-bottom:48px!important}
.pl-lg-48,.px-lg-48{padding-left:48px!important}
}

.img600 {max-width:600px}
.img500 {max-width:500px}
.img400 {max-width:400px}
.img300 {max-width:300px}
.img200 {max-width:200px}
.img240 {max-width:240px}
.img160 {max-width:160px}
.img150 {max-width:150px}
.img140 {max-width:140px}
.img130 {max-width:130px}
.img120 {max-width:120px}
.img144 {max-width:144px}
.img100 {max-width:100px}
.img90 {max-width:90px}
.img80 {max-width:80px}
.img50 {max-width:50px}