@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


/*========================================================
                      Main Styles
=========================================================*/
html {
  font-size: 60px;
}
body {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #5f5f5f;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }
}

.tc {
  text-align: center; 
}

img {
  max-width: 100%;
  height: auto; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS', sans-serif; font-weight: 300; }

h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-shadow:
    
   -2px -2px 0 #021e72,  
    2px -2px 0 #021e72,
   -2px  2px 0 #021e72,
    2px  2px 0 #021e72;
}

h2 {
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 52px;
  padding-top: 20px;
  line-height: 60px;
}
  
.hdcolor {
	color: #5d2e7f;
}

h3 {
  color: #ba4bc1;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  text-transform:uppercase;
}

@media (max-width: 767px) {
	h3 {
		margin-top: 56px;
	}
}
@media (max-width: 479px) {
	h2 {
		font-size: 34px;
	}
}
h4 {
  color: #1a398c;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px; }
  h4 a:hover {
    color: #565a60; }

h5 {
  color: #070c20;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase; }
  h5 a:hover {
    color: #565a60; }

.nocap {
	text-transform: none;
}

.cap {
	text-transform: uppercase;
}
.lowercap {
	text-transform:capitalize;
}

h6 {
  font-size: 20px;
  line-height: 25px;
  color: #333; }
  h6 a:hover {
    color: #a9cf54; }
  h6.mod {
    line-height: 30px; }
  @media (max-width: 767px) {
    h6 {
      font-size: 16px; } }
	  
h7 {
	font-size: 44px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 62px;
}
h7 span {
	font-size: 34px;
}

p { 
  color: #5f5f5f;
  font-size: 22px;
  margin-top: 14px;
  line-height: 26px;
}

a {
  font: inherit;
  color: #72316f;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:hover {
   color: #8c8e73; }
a[href^="tel:"],
a[href^="mailto:"] {
  color: #e6a8e3;
  text-decoration: none;
}

strong {
  font-weight: 600; }

i {
    font-style: italic;
}

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 700;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px;
}

.clear {
	clear: both;
}

/*=======================================================
                        Components
=========================================================*/
.img_rounded {
  border-radius: 500px;
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
}
.txt3 {
  font: 500 24px/34px 'Lato', Arial, sans-serif;
  color: #fff;
  margin-top: 45px;
}
.txt4 {
  font: bold 32px/44px 'Lato', Arial, sans-serif;
  color: #fff;
  margin-top: 45px;
}
.txt5 {
  font: 900 22px/24px 'Lato', Arial, sans-serif;
  color: #ffbafc;
  margin-top: 35px;
}	
.toplittle {
	margin-top: -25px;
}
.topmore {
	margin-top: -150px;
}

.martop2 {
	margin-top: -110px;
}
.marleft {
	margin-left: -100px;
}
.marleft2 {
	margin-left: 0;
}
.marleft3 {
	margin-left: 100px;
}
.marleft4 {
	margin-left: 40px;
}
.marleft5 {
	margin-left: -50px;
}
.marRight {
	margin-right: -20px;
}
.marright2 {
	margin-right: 40px;
}
.marbottom {
	margin-top: 300px;
}
.marBottom2 {
	margin-bottom: 50px;
}
.moveup {
	position: relative;
	top: -20px;
}
.mardown {
	margin-top: 30px;
}
.mardown2 {
	margin-top: 82px;
}
.mardown3 {
	margin-top: 48;
}
.marleftright {
	padding: 0 40px;
}

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 50px; } }
section {
  position: relative;}
.bottomspace {
	position: relative;
	margin-top: -30px;
}

.topspace {
	margin-top: 30px;
}

.leftspace {
	margin-left: 70px;
}
.widthpercent {
	width: 100%;
}
.overlay {
	position: relative;
	top: -200px;
	left: 350px;
	height: 200px;
}
@media (min-width: 480px) {
  .overlay {
    text-align: center;
  }
}
.overlay2 {
	position: relative;
	top: -300px;
	left: -340px;
	height: 0px;
}
@media (min-width: 480px) {
  .overlay2 {
    text-align: center;
  }
}
.overlay3 {
	position: relative;
	top: -200px;
	left: 400px;
	height: 0px;
	z-index: 1;
}
@media (min-width: 480px) {
  .overlay3 {
    text-align: center;
  }
}

.sliderbg {
	background: url(../images/pattern.png) top center repeat, url(../images/slidebg.jpg) top center no-repeat;
	z-index: -2;
}

.topclose {
	margin-top: -200px;
}

.responsive {
	width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

p span {
	color: #ba4bc1;
}
.post {
	font-size: 20px;
}
.turq {
	color: #19f9ff;
}
.gold {
	color: #f9ad26;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.lightblue {
	color: #599ac3;
}
.purple {
	color: #72316f;
}
.yellow {
	color: #ccff00;
}
.outline {
	font-size: 57px;
	font-family: JUST Sans Outline ExBold, serif;
	letter-spacing: 3px;
}
.outline2 {
	font-size: 47px;
	font-family: JUST Sans Outline ExBold, serif;
	letter-spacing: 3px;
} 
.outline3 {
	font-size: 57px;
	font-family: JUST Sans Outline ExBold, serif;
	-webkit-text-stroke: 1.4px #efcd9d;
	-webkit-text-fill-color: transparent;
	letter-spacing: 3px;
}
.outline3a {
	font-sie: 42px;
	font-family: JUST Sans Outline ExBold, serif;
	-webkit-text-stroke: 1.4px #efcd9d;
	-webkit-text-fill-color: transparent;
	letter-spacing: 3px;
}
.outline4 {
    font-size: 57px;
    -webkit-text-stroke-width: 3px;
	letter-spacing: 3px;
    -webkit-text-fill-color: #303064;
    -webkit-text-stroke-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    background-image:-webkit-linear-gradient(90deg, #a88446 5%, #efcd9d 100%);
    padding-bottom: 5px;
    font-family: Edges, serif;
}
.linear-text-gradient {
	background: linear-gradient(to top, #a88446, #efcd9d);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.radial-text-gradient {
	background: radial-gradient(circle, #651ddd, #00f8ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
      
.text-left {
	position: relative;
	left: 124px;
	top: -20px;
}
/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 45px; }

h3 + * {
  margin-top: 5px; }

h3 + h6 {
  margin-top: 20px; }

h3 + h6.mod {
  margin-top: 35px; }

* + h3 {
  margin-top: 35px; }

h4 + * {
  margin-top: 35px; }
  @media (max-width: 767px) {
    h4 + * {
      margin-top: 15px; } }

* + h4 {
  margin-top: 5px; }

h5 + * {
  margin-top: 17px; }

p + h5 {
  margin-top: 50px; }

h6 + * {
  margin-top: 20px; }

.row + .row {
  margin-top: 20px; }

/*========================================================
						 LISTS
=========================================================*/
.listMarker {
  margin: 0;
  margin-top: 16px;
}
.listMarker li {
  display: block;
  padding-left: 86px;
  margin-bottom: 0;
  padding-bottom: 18px;
  text-align: left;
  line-height: 26px;
}
.listMarker li a {
  text-decoration: none;
}
.listMarker li a:hover,
.listMarker li.current a {
  color: #707445;
  text-decoration: underline;
}
                                                                                  
/*==================     Brand     ======================*/
.brand {
  	display: inline-block; 
}
.brand_name img {
	position: relative;
	top: -20px;
	left: -60px;
	width: 380px;
}
@media (max-width: 1200px) {
	.brand_name img {
		width: 270px;
		margin-top: 14px;
	}
}
@media (max-width: 767px) {
	.brand_name img {
		width: 220px;
		position: relative;
		left: -120px;
		top: 120px;
	}
}
@media (max-width: 479px) {
	.brand_name img {
		width: 240px;
		position: relative;
		left: -120px;
		top: 140px;
	}
}
@media (max-width: 359px) {
	.brand_name img {
		display: none;
	}
}
/*==================      SF Menu    ======================
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 20px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
	background: #c2ab83;
	padding: 24px 18px 24px 18px;
  color: #fff;
  font-size: 18px;
  line-height: 4px;
  font-weight: 500; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #554f71; }
.sf-menu > li.active > a {
  color: #554f71; }
  
@media only screen and (max-width: 1200px) {
	.sf-menu > li > a {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 979px) {
	.sf-menu > li > a {
		position: relative;
		left: 40px;
		padding: 20px 14px 20px 14px;
		font-size: 15px;
	}
}
@media (max-width: 979px) and (min-width: 767px) {
 	.sf-menu > li + li {
        margin-left: 20px; 
	} 
}


.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  margin-left: -52px;
  min-width: 105px;
  padding: 20px 25px 15px;
  background: #4ca384;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul {
  font-size: 14px;
  line-height: 30px;
  text-align: center; }
  .sf-menu ul > li {
    position: relative;
    border-bottom: 1px dashed #65b095;
    padding: 3px 0; }
    .sf-menu ul > li:last-child {
      border-bottom: none; }
    .sf-menu ul > li > a {
      color: #FFF; }
    .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
      color: #aaf1c8; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 25px;
  background: #fff;
  padding: 10px 20px 10px;
  min-width: 40px;
  margin-top: 20px;
  z-index: 4;
  text-align: left;
  border: 1px solid #4ca384; }

.sf-menu ul ul > li {
  border-bottom: 1px dashed #dedede; }
  .sf-menu ul ul > li:last-child {
    border-bottom: none; }
  .sf-menu ul ul > li > a {
    color: #6a6a6a; }
  .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #429e8f; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -3px;
    content: "ïƒ—";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #4ca384; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
	
/*==================   RD Mobile Menu    =====================
.rd-mobilemenu {
  	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
 	 bottom: 0;
  	z-index: 9999999;
  	text-align: left;
  	-moz-transition: 0.3s all ease;
  	-o-transition: 0.3s all ease;
  	-webkit-transition: 0.3s all ease;
  	transition: 0.3s all ease; 
}
  .rd-mobilemenu.active {
    right: 0; 
}

.rd-mobilemenu_ul {
  	position: fixed;
  	top: 56px;
  	left: 0;
  	bottom: 0;
  	width: 240px;
  	padding: 30px 0;
  	color: #666;
  	background: #FFF;
  	font-size: 16px;
  	line-height: 30px;
  	overflow: auto;
  	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  	-moz-transform: translateX(-240px);
  	-ms-transform: translateX(-240px);
  	-o-transform: translateX(-240px);
  	-webkit-transform: translateX(-240px);
  	transform: translateX(-240px);
  	-moz-transition: 0.3s ease;
  	-o-transition: 0.3s ease;
  	-webkit-transition: 0.3s ease;
  	transition: 0.3s ease;
  	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); 
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0); 
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 9px 25px 11px; 
}
.rd-mobilemenu_ul a:hover {
  	background: #092392;
  	color: #FFF; 
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px; 
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px; 
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px; 
}

.rd-mobilepanel {
  	display: none;
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	height: 56px;
  	background: #FFF;
  	color: #000;
  	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  	z-index: 99999991; 
}

.rd-mobilepanel_title {
  	position: fixed;
  	top: 4px;
  	left: 56px;
  	right: 56px;
  	color: #000;
  	font-size: 24px;
  	line-height: 48px;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	margin: 0;
  	padding: 0; 
}

.rd-mobilepanel_toggle {
  	position: fixed;
  	top: 4px;
  	left: 8px;
  	width: 48px;
  	height: 48px; 
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.rd-mobilepanel_toggle span:after {
    top: 8px; 
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; 
}
.rd-mobilepanel_toggle.active span {
	transition: background .3s 0s ease;
	background: transparent; 
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; 
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
}

@media (max-width: 767px) {
  	body {
    	padding-top: 56px; 
	}

  	.rd-mobilemenu, .rd-mobilepanel {
    	display: block; 
	} 
}
@media (max-width: 359px) {
  	.rd-mobilepanel_title {
    	font-size: 18px; 
	} 
}

/*========================================================
                     HEADER (top)
=========================================================*/
header {
  background: url(../images/headerbg.jpg) top center no-repeat;
  padding: 40px 0 35px;
  border-top: 5px solid #ba4bc1;
  border-bottom: 2px solid #ba4bc1; 
  height: 332px;
}
header .brand {
    float: left;
    margin: 0 20px;
	z-index: 100;
}
    @media (max-width: 979px) and (min-width: 768px) {
      header .brand {
        margin: 0; } }
  header .nav {
    float: right;
	margin-right: 120px;
	width: 380px;
    margin-top: 70px; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }
.floatright {
	margin-left: 344px;
	margin-top: -108px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 120px;
  background: #a9cf54; }
  .btn:after {
    content: "\f065";
    font-family: "FontAwesome"; }
  * + .btn {
    margin-top: 30px; }
    @media (max-width: 767px) {
      * + .btn {
        margin-top: 30px; } }
  @media (max-width: 479px) {
    .btn {
      width: 100px;
      height: 100px;
      line-height: 100px; } }
  .btn:hover {
    background: #92bb35;
	width: 120px;
	height: 120px; 
	text-align: center; }
  .btn:active {
    background: #82a72f; 
	width: 120px;
	height: 120px; 
	text-align: center; }
.btn2 {
  display: inline-block;
  position: relative;
  background: transparent;
  padding: 15px 70px 15px;
  color: #fff;
  text-align: center;
  border: 2px solid #ffffff;
  font: 300 22px/22px "Lato", sans-serif;
  text-transform: uppercase;
  min-width: 170px; }
  .btn2:hover {
    background: #ffbafc;
	color: #000;
	font-weight: 500;
	border: none; }
  .btn2:active {
    background: #ffbafc; }

h2 .btn2 {
  position: absolute;
  top: 13px;
  right: 0; }
  @media (max-width: 767px) {
    h2 .btn2 {
      position: relative;
      margin-top: 30px; } }

.bg1 .btn {
	background: #00bff3;
}
.btn3 {
  display: inline-block;
  position: relative;
  top: 5px;
  padding: 18px 55px;
  color: #fff;
  text-align: center;
  background: #72316f;
  font: 600 18px/23px 'Lato', sans-serif;
  text-transform: uppercase;
  min-width: 190px; }
  .btn3:hover {
	color: #fff;
    background: #e40097; }
@media only screen and (max-width: 480px) {
	.btn3 {
		font-size: 16px;
		padding: 8px 30px;
	}
}

.btn4 {
  background: #27145c;
  min-width: 170px;	
  text-align: center;
  font: 600 22px/22px "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 15px 70px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn4:hover {
  background: #ffbafc;
  border-color: #ffbafc;
  font-weight: 500;
  color: #000;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  position: relative;
  /*background: $primary;*/
}
.bg-primary:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: -2px;
  bottom: 0px;
  left: 0;
  right: 0;
  transform: SkewY(-8.2deg);
  background: url(../images/bg1.jpg) no-repeat top center;
  z-index: -1;
}
.bg-second:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: -2px;
  bottom: 0px;
  left: 0;
  right: 0;
  transform: SkewY(-8.2deg);
  background: #3a7acb;
  z-index: -1;
}
.bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
  /*color: $white;*/
}
.bg-primary em {
  color: #fff;
}
.bg-primary .icon-primary {
  color: #242424;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
}
.bg-primary p a:hover, .bg-primary .list a:hover, .bg-primary .terms-list a:hover {
  color: #fff;
  text-decoration: underline;
}
.bg-primary .icon + h4 {
  margin-top: 28px;
}
.bg-primary .icon + .heading-2 {
  margin-top: 34px;
}
.bg-primary .heading-2 + p {
  margin-top: 22px;
}
.bg2 {
  position: relative;
  width: 100%;
  padding: 0px 0 87px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) 50% 41% no-repeat #9b9b9b;
}
.bg-violet {
  background: #72316f;
}
.whitebg {
	background: #ffffff;
}
.lightpurplebg {
	background: #b1a5d9;
}
.pinkbg {
	background: #b3a293;
}
.tanbg {
	background: #957355;
}
.sagebg {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 48px 0 80px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #7d7f60;
}
.navybg {
	background: #27145c;
	border-top: #d555db 2px solid;
}

/*==== Gradient Background ====*/
#grad {
    background: #97b00e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#7677c4, #0e245f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7677c4, #0e245f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7677c4, #0e245f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7677c4, #0e245f); /* Standard syntax */
}

/*==================      Address      ======================*/
.addr {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 28px;

  position: relative; }
  .addr .fa {
    position: absolute;
    top: 0;
    left: -60px;
    font-size: 50px;
    line-height: 50px;
    color: #ffbafc; }
  .addr a {
    white-space: nowrap; }
  .addr a:hover {
	  color: #a0a28b;
  }
  * + .addr {
    margin-top: 32px; }
  .addr1 {
    line-height: 25px;
    padding-left: 0px; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block;
}
  .social-list li a {
    display: block;
    width: 78px;
    height: 78px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #e6a8e3;
    text-align: center; }
    .social-list li a:hover {
      background: #8c8e73; }
    @media (max-width: 996px) {
      .social-list li a {
        width: 58px;
        height: 58px; 
		line-height: 5px; }
	  .social-list li a .fa {
	  	line-height: 22px;
	}
}
  .social-list li + li {
    margin-left: 5px; }
    @media (min-width: 768px) and (max-width: 1091px) {
      .social-list li + li {
        margin-left: 50px; } 
	}
	@media (min-width: 480px) {
		.addr {
			margin-left: -50px;
		}
		.social-list li a {
			padding-top: 20px;
			margin-left: -28px;
		}
		.social-list li + li {
			margin-left: 30px; }
	}
	@media (min-width: 380px) {
		.social-list li a {
			padding-top: 20px;
		}
	}

* + .social-list {
  margin-top: 25px; }
.social-list li {
	width: 67px;
	height: 67px;
	z-index: 99;
}

/*========================================================
										CONTENT styles
=========================================================*/
.box-1 {
  position: relative;
  width: 100%;
  padding: 70px 0 87px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) 50% 41% no-repeat #9b9b9b;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 34px;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  background: #c2ab83;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #554f71;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }
@media only screen and (max-width: 979px) {
	.toTop {
		line-height: 28px;
	}
}

/*==================  Page Loader  ======================*/
.page-loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  	background: #0a0833 url("../images/page-loader4.gif") no-repeat center;
  	z-index: 10;
  	opacity: 1;
  	filter: alpha(opacity=100);
 	 display: block;
  	-webkit-transition: 1s;
  	transition: 4s; }

/*==================  Marked List  ======================*/
.marked-list {
	margin-top: 13px;
	margin-bottom: 12px;
}

@media (max-width: 1199px) {
	.marked-list {
		margin-right: 0;
	}
}

.marked-list li {
	position: relative;
	padding-left: 40px;
	color: #fff;
	text-align: left;
	font-size: 19px;
}

.marked-list li:before {
	content: '\f105';
	position: absolute;
	left: 20px;
	top: 0px;
	font-weight: 400;
	font-size: 20px;
	font-family: "FontAwesome";
	color: #fff;
}

.marked-list li + li {
	margin-top: 0px;
}

.marked-list a:hover {
	color: #3167db;
	text-decoration: none;
}

/*========================================================
                     HEADER  Section
=========================================================*/
ul, li {
	font-size: 22px;
  	padding: 0;
  	list-style-type:none;
}

/****  CLEARFIXIN'  ****/
.clearfix {
  	zoom: 1; 
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table; 
}
.clearfix:after {
    clear: both; 
}

/****  TOOLS  ****/
* {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }



/*==================      Well     ======================*/
.well {
  padding-bottom: 260px; }
}
.well1 {
  padding-bottom: 360px; }
  @media (max-width: 1199px) {
    .well1 {
      padding-bottom: 170px; } }
  @media (min-width: 2200px) {
    .well1 {
      padding-bottom: 170px; } }

.well2 {
  padding-top: 100px;
  padding-bottom: 156px; }

.well3 {
  padding-top: 120px;
  padding-bottom: 165px; }

.well4 {
  padding-top: 110px;
  padding-bottom: 168px; }

.well5 {
  padding-top: 160px;
  padding-bottom: 220px; }

.well6 {
  padding-top: 195px;
  padding-bottom: 165px; }
  
.well7 {
	padding-top: 70px;
	padding-bottom: 80px;
}
.well8 {
	padding-top: 50px;
	padding-bottom: 10px;
}
.well9 {
	padding-top:120px;
}
.well10 {
	margin-bottom: 70px;
}
.well12 {
  	padding-top: 90px;
  	padding-bottom: 80px; 
}
.well13 {
	position: relative;
	top: -60px;
}
.well14 {
	padding-top: 70px;
}
.well15 {
	padding-top: 70px;
	padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .well, .well2, .well3, .well4 {
    padding-bottom: 100px;
    padding-top: 100px; } }

/*========================================================
                     Owl Carousel
=========================================================*/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: #27145c;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 250px;

  padding: 75px 0;

  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1560px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, #27145c 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 250px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 450px;
}

/*========================================================
                     Google Translate
=========================================================*/
.goog-te-combo {
	font-weight: 700;
	width: 180px;
	height: 50px;
	font-size: 30px;
	text-align: center;
}

/*========================================================
                          Popup
=========================================================*/
*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal h2 {
	margin-top: -20px;
}
.modal p {
	color: #fff;
    font-size: 20px;
	line-height: 40px;
    text-align: center;
    margin: 20px 0;
    line-height: 25px;
}

/* Modal Content */
.modal-content {
  background: #020024;
  background-size: 100% 100%;
background-position: 0px 0px;
background-image: linear-gradient(90deg, #070707FF 0%, #444546FF 100%);
  margin: auto;
  padding: 20px;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(to bottom, #1FB4AB, #f284a5);
  width: 40%;
  color: #fff;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal button p {
	font-size: 27px;
	color: #fff;
	margin-top: 3px;
}
.modal button {
    display: block;
	position: relative;
	top: -40px; 
	left: 41px;
    font-size: 27px;
    color: #fff;
	background: #72316f;
	border-radius: 100%;
	border: 3px #fff solid;
	width: 40px;
	height: 40px;
    outline: none;
    cursor: pointer;
}
.modal button:hover {
	background: #e40097;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 50px;
  padding-bottom: 5px;
  background: #070c20;
  color: #fff;
  padding-bottom: 20px; 
  z-index: 10; 
}
footer h4 {
  font-size: 18px;
  line-height: 26px;
}
footer p .brand_slogan {
	position: relative;
	line-height: 10px;
}
footer .brand_name {
	margin-top: 40px;
	margin-left: -50px;
}
footer .copy {
    color: #fff;
    font: 300 15px/12px 'Open Sans', sans-serif;
}
footer .copyright {
	color: #fff;
}
footer .left {
	position: relative;
	left: 50px;
}
footer .policy {
  color: #e6a8e3;
  text-decoration: none;
}
footer .policy:hover {
	color: #a0a28b;
}
@media (max-width: 979px) {
  footer img {
	width: 140px;
	position: relative;
	left: -30px;
  }
  footer p {
	  margin-left: -60px;
  }
  footer .left {
	  position: relative;
	  left: 40px;
  }
}

@media (max-width: 767px) {
  footer .social-list li a {
    font-size: 28px;
	margin-left: 140px;
  }
  footer .social-list li + li {
    margin-left: 22px;
  }
  footer img {
	width: 140px;
	margin-left: -10px;
  }
  footer .brand_name {
	  margin-left: 64px;
	  margin-top: -146px;
  }
  footer p {
	  margin-top: 110px;
  }
  footer .addr {
	  margin-left: 100px;
	  margin-top: 20px;
  }
}

@media (max-width: 479px) {
  footer .social-list li a {
    margin-left: 60px;
  }
  footer p {
	  margin-top: 120px;
	  margin-left: -96px;
  }
  footer img {
	width: 120px;
	margin-left: -22px;
  }
  footer .brand_name {
	  margin-left: -15px;
	  margin-top: -170px;
  }
  footer .addr {
	  margin-left: 60px;
  }
}


