﻿@charset "utf-8";

/*
 * 1.1 -> Basic Structure
 * -----------------------------------------------
*/


@import url(/iw/assets/bootstrap/css/bootstrap.min.css);
@import url(/iw/assets/font-awesome/css/font-awesome.min.css);
@import url(/iw/assets/revolution/css/settings.css);
@import url(/iw/assets/revolution/css/layers.css);
@import url(/iw/assets/revolution/css/navigation.css);
@import url(/iw/assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(/iw/assets/owl.carousel-2/assets/owl.carousel.css);
@import url(/iw/assets/icomoon/style.css);
@import url(/iw/assets/animate.css);
@import url(/iw/assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
@import url(/iw/assets/hover.css);
@import url(/iw/assets/Polyglot-Language-Switcher-master/css/polyglot-language-switcher.css);
@import url(/iw/assets/fancyapps-fancyBox/source/jquery.fancybox.css);
/*@import url(https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js);*/
/*@import url(/iw/assets/flaticon/flaticon.css);*/
@import url(/iw/css/masterslider/style/masterslider.css);
@import url(/iw/css/masterslider/skins/default/style.css);
@import url(/iw/css/masterslider/style/ms-vertical.css);
@import url(/iw/css/style.css);


/*@font-face {
	font-family: 'bubblegum';
	src: url(/iw/assets/fonts/Bubblegum_Sans/BubblegumSans-Regular.ttf);
}

@font-face {
    font-family: 'dosis-bold';
    src: url(/iw/assets/fonts/Dosis/Dosis-Bold.ttf);
}
@font-face {
    font-family: 'dosis-wxtrabold';
    src: url(/iw/assets/fonts/Dosis/Dosis-ExtraBold.ttf);
}
@font-face {
	font-family: 'dosis-extralight';
	src: url(/iw/assets/fonts/Dosis/Dosis-ExtraLight.ttf);
}
@font-face {
	font-family: 'dosis-light';
	src: url(/iw/assets/fonts/Dosis/Dosis-Light.ttf);
}

@font-face {
    font-family: 'dosis-medium';
    src: url(/iw/assets/fonts/Dosis/Dosis-Medium.ttf);
}
@font-face {
    font-family: 'dosis-semibold';
    src: url(/iw/assets/fonts/Dosis/Dosis-SemiBold.ttf);
}
@font-face {
    font-family: system-ui, sans-serif;
    src: url(/iw/assets/fonts/Dosis/Dosis-Regular.ttf);
}
@font-face {
    font-family: 'Rancho';
    src: url(/iw/assets/fonts/Rancho/Rancho-Regular.ttf);
}
*/


/*** 

====================================================================
	Reset
====================================================================

 ***/


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:16px;
	color:#292929;
	font-weight:400;
	background:#ffffff;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

a{
	text-decoration:none;
	cursor:pointer;	
	font-family: system-ui, sans-serif;
	color: #035a98;
}
a:hover {
	color: #7e0436;
}


.dosis{	
	font-family: system-ui, sans-serif;
}


.normal {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}

.theme-color {
	color: #ff9a00 !important;
}
.row-10 {
	margin: 0 -10px;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: "PingFang HK",PingFang-HK,PingFangHK,"Microsoft YaHei","Microsoft JhengHei",-apple-system,BlinkMacSystemFont,sans-serif;
	margin: 0px;
	background: none;
	color: #7e0436;
}



input,button,select,textarea{
	font-family: system-ui, sans-serif;	
}


p{
	position:relative;
	font-family: system-ui, sans-serif;
	line-height: 28px;
	color: #222222;
	margin: 0px;
	font-size: 18px;
		
}


.hvr-sweep-to-top:before {
    background: #000;
}
.hvr-bounce-to-right:before {
    background: #000;
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


.center{
	text-align:center;	
}

.left{
	text-align:left !important;	
}

.right{
	text-align:right;	
}

.out{
	opacity:0;
	filter:alpha(opacity=0);	
}

.in{
	opacity:1;
	filter:alpha(opacity=100);	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}

.left {
	float: left;
}
.r-float {
	float: right;
}


.no-padd {
	padding: 0px !important;	
}


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(/iw/images/icons/preloader.gif);}


.btn-style-one {
	position: relative;
	font-size: 20px;
	border: 2px solid transparent;
	text-transform: capitalize;
	background: #7e0436;
	display: inline-block;
	min-width: 170px;
	color: #fff;
	padding: 14px 36px;
	transition: .5s ease-in;
	border-radius: 0 15px 0 15px;
}

.btn-style-one:hover {
	background: rgba(0, 0, 0, 0.84) !important;
	transition: .5s ease-in;
	color: #fff;
	transition: .5s ease-in !important;
}


.btn-style-two {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 15px 35px;
	border-radius: 50px;
	transition: .5s ease-in !important;
	line-height: 2px;
}

.btn-style-two:hover {
	border-color: transparent;
	transition: .5s ease-in !important;
}



.btn-bg-1 {
	background: #08c1d7;
}
.btn-bg-2 {
	background: #fe702a;
}
.btn-bg-3 {
	background: #b75af3;
}
.btn-bg-4 {
	background: #000;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/


.scroll-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
	border-radius: 50%;
	margin: 0;
	text-align: center;
	z-index: 999999999;
	cursor: pointer;
	display: none;
	opacity: .8;
	transition: .3s ease-in;
	font-size: 30px;
	color: #7e0436;
	font-weight: 400;
}
/*.scroll-to-top i:before {
    color: #ff9a00;
    font-size: 20px;
    margin: 0;
    line-height: 45px;
}*/

.scroll-to-top:hover {
    opacity: 1;
    transition: .3s ease-in;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.span-1 {
	width: 100%;
	float: left;
}
.span-2 {
	width: 50%;
	float: left;
}

.span-3 {
	width: 33.3333333333% !important;
	float: left;
}

.span-4 {
	width: 25% !important;
	float: left;
}





.mr-23 {
	margin-right: 23px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}

.bg-p {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}
.pt-99 {
	padding-top: 99px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-72 {
	padding-top: 72px !important;
}

.mb-6 {
	margin-bottom: 6px !important;
}
.mt-13 {
	margin-top: 13px !important;
}

.mt-65 {
	margin-top: 65px !important;
}
.mt-72 {
	margin-top: 72px !important;
}

.ml-40 {
	margin-left: 40px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.ml-25 {
	margin-left: 25px !important;
}

.pl-46 {
	padding-left: 46px !important;
}
.pl-32 {
	padding-left: 32px !important;
}




/*========== section title ================ */
.section-title {
    position: relative;
}

.section-title h2 {
    position: relative;
    font-size: 34px;
    color: #7e0436;
    padding-bottom: 23px;
}


.section-title h3 {
		position: relative;
		font-size: 28px;
		color: #7e0436;
		padding-bottom: 23px;
	}


.section-title p {
    color:green; margin-bottom:8px;
}

	/*.section-title h2:after {
	position:absolute;
	content: "";
	left:0px;
	bottom:0px;
	width:100%;
	height:10px;
	background:url(/iw/images/icons/sep-1.png) center left no-repeat;
}
.section-title.center h2:after {
	background:url(/iw/images/icons/sep-1.png) center center no-repeat !important;
}
.section-title.sep-2 h2:after {
	background:url(/iw/images/icons/sep-2.png) center center no-repeat !important;
}
*/
.section-title.pb-60 {
	padding-bottom: 60px;
}







::-webkit-input-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

::-ms-input-placeholder {
    color: #777;
}








