@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700";
@import "https://fonts.googleapis.com/css?family=Raleway:400,600,700,800";
@import url(../pe-icons/Pe-icon-7-stroke.css);

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  background-color: #fff;
  font-family: "Open Sans", "Noto Sans CJK KR","NotoSansCJK","Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
}
}

.ko {
	font-family: "Open Sans", sans-serif;
	font-size:14px;
}


/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width: 100%;
}

::selection {
  background: #fff;
  /* Safari */
  color: #555555;
}

::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}

strong, b {
  font-weight: 600;
}

input,
button,
select,
textarea, label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}

.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #32c5d2;
  padding: 3px 6px;
}

a {
  color: #333;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

a:hover,
a:focus {
  color: #32c5d2;
  text-decoration: none;
}

.colored-text {
  color: #32c5d2;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-weight: 700;
  margin: 0;
 /* font-family: "Raleway", sans-serif; */
}

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
}

/*use in section headings*/
h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
}

h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

/*parahraphs*/
p {
  margin: 0 0 10px;
}

p.sub-text {
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}

p.lead {
  font-size: 16px;
  font-weight: 400;
}

pre:after, pre:before {
  clear: both;
  display: table;
  content: "";
}

/*******section heading**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px; 
}

.center-heading h2 {
  margin-bottom: 10px;
  font-weight: 700;
 /* text-transform: uppercase;*/
  letter-spacing: -1px;
  color: #000;
  font-size: 40px;
}

.center-heading h2 strong {
  font-weight: 700;
  color: #1f58cc
}

.center-heading h1 {
  margin-bottom: 0;
  font-weight: 500;
 /* text-transform: uppercase;*/
  letter-spacing: -1px;
  color: #aaa;
  font-size: 1.8em;
}

.center-heading h1 strong {
  font-weight: 700;
  color: #1f58cc
}
.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  /* border-bottom: 1px solid $skincolor; */
  margin: auto;
}

.center-heading p {
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
  width: 100%;
  height: 0px;
}

.divide2 {
  width: 100%;
  height: 2px;
}

.divide3 {
  width: 100%;
  height: 3px;
}

.divide5 {
  width: 100%;
  height: 5px;
}

.divide10 {
  width: 100%;
  height: 10px;
}

.divide15 {
  width: 100%;
  height: 15px;
}

.divide20 {
  width: 100%;
  height: 20px;
}

.divide25 {
  width: 100%;
  height: 25px;
}

.divide30 {
  width: 100%;
  height: 30px;
}

.divide35 {
  width: 100%;
  height: 35px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide45 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide55 {
  width: 100%;
  height: 55px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide65 {
  width: 100%;
  height: 65px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide75 {
  width: 100%;
  height: 75px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

.divide85 {
  width: 100%;
  height: 85px;
}

/*margins*/
.margin10 {
  margin-bottom: 10px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

.no-padding {
  padding: 0px;
}

.no-padding.gray {
  background-color: #fff;
}

.no-padding-inner h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px;
}

.no-padding-inner {
  padding: 60px;
}

@media (max-width: 568px) {
  .no-padding-inner {
    padding: 15px;
  }
}
.margin-0 {
  margin: 0px !important;
}

/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/
.btn {
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  border:1px solid #eaeaea;
  border-radius: 30px;
}

.btn-default:hover, .btn-default:focus {
  background-color: #5fb9cd;
  border-color: #5fb9cd;
  color: #fff;
}

.btn-lg {
  padding: 14px 28px 13px 28px;
  font-size: 14px;
}

.btn:focus, .btn:hover {
  outline: 0;
  color: #fff;
}

.btn-xs {
  font-size: 12px;
}

.btn-theme-bg {
  border-color: #fff;
  color: #1f58cc;
  background-color: #fff;
  border-radius: 30px;
}

.btn-theme-bgr {
 /* border-color: #fff; */
  color: #fff;
  background-color: rgba(255,255,255,0.1);
  border-radius: 20px;
  width: 120px;
  height: 35px;
  font-size: 14px;
  padding: 8px 0;
}

.btn i {
  margin-right: 10px;
}

.btn-theme-bg:hover {
  background-color: #333;
  border-color: #333;
}

.btn-theme-dark {
  background-color: #333;
  color: #fff;
}

.btn-theme-dark:hover {
  color: #fff;
  background-color: #32c5d2;
}

/*********border-buttons**********/
.border-black {
  border: 1px solid #333;
  color: #000;
  background-color: transparent;
}

.border-black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.border-white {
  border: 1px solid #fff;
  color: #fff;
}

.border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.border-theme {
  border: 1px solid #32c5d2;
  color: #32c5d2;
}

.border-theme:hover {
  background-color: #32c5d2;
  border-color: #32c5d2;
  color: #fff;
}

.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-ico i {
  margin-left: 5px;
}

/***********bootstrap navigation default overrides--*/
/* ¸ð¹ÙÀÏ±â±â */
@media only screen and (max-width: 320px) {


	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: #fff;
	  clear: both;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  z-index: 9999 !important;
      
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	/*	padding:20px 0; */
	}

	.navbar-brand {
		font-weight: 700;
		color: #000 !important;
		font-size: 30px;
		line-height: 20px;
		font-style: normal;
		text-transform: uppercase;
	}
    .img-responsive logoC {
       width: 160px !important;
    margin-top: 0px !important;
    margin-left: 10px !important;
  }

}

@media only screen and (min-width: 321px) and (max-width: 768px){


	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: #fff;
	  clear: both;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  z-index: 9999 !important;
	}

	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-header {
		margin-right: -15px;
		margin-left: -15px;
		/*padding:20px 0;*/
	}
	.navbar-brand {
		font-weight: 700;
		color: #000 !important;
		font-size: 30px;
		line-height: 20px;
		font-style: normal;
		text-transform: uppercase;
	}
}
/* ÅÂºí¸´ */
@media only screen and (min-width: 769px) and (max-width: 1200px){

	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	  min-height: 90px;
	  padding: 0;/*20px 0;*/
	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: rgba(255, 255, 255, 0.98);
	  clear: both;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	  z-index: 9999 !important;
	}
	.navbar-brand {
		font-weight: 700;
		color: #000 !important;
		font-size: 30px;
		line-height: 20px;
		font-style: normal;
		text-transform: uppercase;
		padding: 45px 30px;
	}


}

/* µ¥½ºÅ©Å¾ */
@media only screen and (min-width: 1201px) {

	.navbar-default {
	  border: none;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -ms-border-radius: 0px;
	  border-radius: 0px;
	  margin-bottom: 0;
	  width: 100%;
	 
	  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
	  background-color: rgba(255, 255, 255, 0.98);
	  clear: both;
	  -moz-transition: all 0.1s ease-in-out;
	  -o-transition: all 0.1s ease-in-out;
	  -webkit-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
	  z-index: 9999 !important;
	}



	.navbar-brand {
		font-weight: 700;
		color: #000 !important;
		font-size: 30px;
		line-height: 20px;
		font-style: normal;
		text-transform: uppercase;
		padding: 40px 30px;
		padding-left:20px;
	}



}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #1f58cc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #1f58cc;
  background-color: transparent;
}



.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #32c5d2;
}

.navbar-brand img {
  width: 80px;
  height: auto;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
  padding: 0px;
  margin: 0;
  min-width: 200px;
  background-color: rgba(255,255,255, 0.9);
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  font-family: 'SCDream4';
  transition: all 0.4s ease-in-out;
}

.search-dropdown {
  min-width: 244px !important;
}

.navbar .dropdown-menu li a {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  line-height: 1.42857143;
  text-transform: capitalize;
  font-family: 'SCDream4';
}

.dropdown-menu .label {
  margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
  background-color: #f5f5f5;
  font-family: 'SCDream4';
}

/*********************

TOP BARS

****************************/
/*header navigation styles*/
.header-v1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.top-sbar {
  padding: 5px 0;
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
}
.top-bar {
  /*padding: 5px 0;*/
  line-height: 48px;
  background-color: transparent;
 
}
.top-bar ul {
 /* padding-bottom: 0;*/
  margin: 0;
}
.top-bar ul > li > a {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.top-bar ul > li > a:hover {
  text-decoration: underline;
}
.top-bar ul li {
  position: relative;
  padding-right: 10px;
  line-height: 14px;
  color: #555;
}
.top-bar ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #555;
  top: 0;
  right: 0;
}
.top-bar ul li:last-child {
  padding-right: 0;
}
.top-bar ul li:last-child:after {
  display: none;
}
.top-bar .social-icons li:after {
  display: none;
}
.top-bar .social-icons li a {
  font-size: 18px;
}

.top-bar-socials {
  line-height: 18px;
  padding-top: 5px;
}
.top-bar-socials:after {
  display: table;
  clear: both;
  content: "";
}
.top-bar-socials a {
  margin: 0px 3px;
}

.navbar-brand {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.navbar-brand img {
  position: absolute;
  margin-top: -5px;
}
.navbar-brand img.logo-scroll {
  opacity: 0;
}

.navbar {
  margin-bottom: 0px;
  z-index: 9999;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-default {
  background: transparent;
  border: 0px;
/*  padding: 10px 0; */
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #42b8d4;
}
.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #42b8d4;
  background-color: transparent;
}

.is-sticky .navbar-default {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.is-sticky .navbar-default .navbar-nav > li > a {
  color: #888;
}
.is-sticky .navbar-default .navbar-nav > li > a:hover, .is-sticky .navbar-default .navbar-nav > li > a:focus {
  color: #42b8d4;
}
.is-sticky .navbar-default .navbar-nav > li.active > a {
  color: #42b8d4;
}
.is-sticky .navbar-brand img.logo-scroll {
  opacity: 1;
}
.is-sticky .navbar-brand img.logo-default {
  opacity: 0;
}

/***search top bar**/
.topbar-icons {
  display: block;
}

.topbar-icons i {
  margin: 0px !important;
  display: block;
}

.search {
  display: none;
  position: absolute;
  left: 0;
  right: 15px;
  top: 0;
  height: 100%;
  z-index: 99999;
}

.search .form-control {
  height: auto;
  position: absolute;
  top: 0;
  width: 99%;
  right: -5px;
 /* border: 0px;*/
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.search-close {
  position: absolute;
  right: 9px;
  top: 5px;
  cursor: pointer;
}

/* Mega MENU */
.yamm-content {
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
}

.dropdown-menu .divider {
  background-color: #222;
}

.yamm-content h3.heading {
  border-bottom: none;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.yamm-content h3:before {
  content: "";
  display: none;
}

.yamm-content .mega-vertical-nav li a {
  padding: 8px 0px;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  /*    border-bottom: 0px;*/
}

.nav.mega-vertical-nav li a:hover, .nav.mega-vertical-nav li a:focus {
  background-color: transparent;
  color: #32c5d2;
}

.nav.mega-vertical-nav li a i {
  margin-right: 10px;
}

.mega-contact p {
  margin: 0;
}

.mega-contact i {
  color: #32c5d2;
  margin-right: 5px;
}

/*navbar search form***/
.dropdown-form {
  padding: 10px 27px;
  min-width: 213px;
}

.dropdown-form .form-control {
  height: 34px;
}

/***header top bar with search***/
.top-bar form {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.top-bar button {
  border: 0px;
  background-color: transparent;
  position: absolute;
  top: 9px;
  right: 13px;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  line-height: 15px;
}

.top-bar form .form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: 4px;
  width: 250px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
  margin: 0px;
}

.top-bar .form-control:focus {
  width: 200px;
}

/****************************dark heder********************/
/***********bootstrap navigation default overrides--*/
.navbar-inverse {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 70px;
  padding: 10px 0;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #333;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #32c5d2;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #32c5d2;
  background-color: transparent;
}

.navbar-inverse .navbar-brand {
  font-weight: 700;
  color: #fff !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #32c5d2;
}

#header-top.dark-header-top {
  background-color: #111;
  border-bottom-color: #222;
}

#header-top.dark-header-top .top-bar a i {
  color: #fff;
}

#header-top.dark-header-top .top-bar ul li {
  color: #fff;
}

/******************transparent header*****************************/
.navbar-inverse.transparent-header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 10px 0px;
  min-height: 50px;
}

/****************header center*****************/
.header-center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  padding: 25px 0;
}

.header-center a {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.header-center span {
  display: block;
}

.navbar-default.menu-header-center {
  padding: 0px;
  min-height: 50px;
}

.navbar-default.menu-header-center .navbar-nav > li {
  border-left: 1px solid #ddd;
}

/***home boxed***/
#boxed {
  background-color: #f8f8f8;
}

@media (min-width: 1200px) {
  .boxed-wrapper {
    margin: 0  auto;
    width: 1170px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  }
}
.boxed-wrapper .tp-banner-container {
  margin: 0px auto;
}

.boxed-wrapper .navbar-default {
  left: auto;
  width: auto;
  right: auto;
}

/***side panel*****/
.side-panel-page {
  overflow-x: hidden;
}

.side-panel {
  padding: 15px 0;
  background-color: #fff;
}
.side-panel .offcanvas-toggle-right.navbar-toggle {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}

.offcanvas-side-content .logo-side-nav {
  padding: 25px 15px;
  text-align: center;
}
.offcanvas-side-content .navmenu {
  width: 220px;
  padding: 0;
}
.offcanvas-side-content li.nav-header {
  padding: 15px;
}
.offcanvas-side-content .profile-element img {
  display: block;
  margin: 0 auto;
}
.offcanvas-side-content .profile-element .dropdown-menu {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 0px;
}
.offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
  border-bottom: 0px;
}
.offcanvas-side-content .profile-element .dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.offcanvas-side-content .profile-element .dropdown-menu > li > a i {
  margin-right: 5px;
}

.metismenu > li > a {
  border-bottom: 1px solid #eee;
  padding: 7px 15px;
}
.metismenu .arrow {
  float: right;
  position: absolute;
  right: 10px;
  top: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.metismenu .arrow:before {
  content: "\f196";
}
.metismenu .active > a > .arrow:before {
  content: "\f147";
}
.metismenu .nav-second-level > li a {
  padding: 7px 15px;
  padding-left: 45px;
}
.metismenu .nav-third-level > li a {
  padding: 7px 15px;
  padding-left: 55px;
}

/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: -2px;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  top: 11px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }

  .dropdown-submenu > .dropdown-menu {
    padding-left: 20px;
  }

  .navbar-inverse.transparent-header {
    background-color: #111 !important;
  }
}
/************************************************* css for footers****************************************/
/**footet dark**/
#footer {
  background: #f7f9fa;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
  border-top: 1px solid #e0e0e0;
}

.footer-col h3 {
  color: #1f58cc;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}

.footer-col h3:first-letter {
  border-bottom: 1px solid #1f58cc;
}

.footer-col p {
  color: #555;
}

.contact p {
  margin-bottom: 10px;
}

.contact strong {
  margin-right: 10px;
  font-weight: bold;
}

.contact strong i {
  margin-right: 5px;
}

.contact strong a {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
    color: #555;
   }

.contact a {
  color: #777;
}

.contact a:hover {
  color: #32c5d2;
}

.f2-work li {
  margin: 1px;
  padding: 0px;
}

.f2-work li a {
  display: block;
}

.f2-work li a img {
  width: 80px;
  border: 2px solid transparent;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.f2-work li a:hover img {
  border-color: #32c5d2;
}

.footer-btm {
  margin-top: 30px;
  padding: 20px;
  background-color: #f7f9fa;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.news-form .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
}

@media (max-width: 767px) {
  .news-form {
    text-align: center !important;
  }

  .news-form .form-control {
    margin-bottom: 10px;
  }
}
.footer-social li {
  padding: 0px;
}

/****************footer 2****************/
#footer-option {
  background: #121214;
  border-top: 4px solid #e1e1e1;
  font-size: 0.9em;
  padding: 80px 0 0;
  position: relative;
  clear: both;
}

#footer-option .footer-col h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#footer-option .footer-btm {
  background-color: #0c0c0c;
}

#footer-option .contact a {
  color: #777;
}

#footer-option .contact a:hover {
  color: #32c5d2;
}

/*******************footer 3********************/
.footer-col.footer-3 h3 {
  text-transform: uppercase;
  font-size: 35px;
}

/************twitter feed*****************/
.tweet ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tweet ul li {
  color: #777;
  font-weight: 600;
  padding: 8px 0;
  font-size: 15px;
}

.tweet ul li:before {
  content: "\f099";
  font-family: 'FontAwesome';
  margin-right: 15px;
  font-size: 16px;
  color: #32c5d2;
}

.tweet ul li .date {
  padding: 3px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.tweet ul li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.tweet li a {
  color: #fff;
  font-size: 13px;
}

.tweet li a:hover {
  color: #32c5d2;
}

.latest-f-news li a {
  display: block;
  padding: 4px 0;
  color: #777;
}

.latest-f-news li a i {
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.latest-f-news li a:hover i {
  margin-left: 5px;
}

.latest-f-news li a:hover {
  color: #fff;
}

/**************************

Footer light styles

******************************/
.footer-light-1 {
  padding-top: 60px;
  background-color: #f4f4f4;
}
.footer-light-1 h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 20px;
}
.footer-light-1 .menu-1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px 0;
}
.footer-light-1 .menu-1 li a {
  font-size: 14px;
  text-transform: uppercase;
}
.footer-light-1 .media img {
  margin-top: 5px;
}
.footer-light-1 .media .media-body p {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0px;
}
.footer-light-1 .media .media-heading {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 600;
}
.footer-light-1 .f2-work li a img {
  height: 70px;
}
.footer-light-1 .info li {
  padding-bottom: 10px;
}
.footer-light-1 .info li i {
  color: #32c5d2;
  margin-right: 10px;
}
.footer-light-1 .subscribe-form .form-control {
  height: 49px;
}

.download-app li {
  padding: 0px;
}
.download-app li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 35px;
}

.footer-copyright {
  font-size: 13px;
  color: #999;
  padding: 20px 15px;
  background-color: #ddd;
}

/****footer light option 2*****/
.footer-light-2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.footer-light-2 h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 23px;
  font-size: 18px;
}
.footer-light-2 p {
  color: #777;
}
.footer-light-2 .footer-work {
  clear: both;
}
.footer-light-2 .footer-work a {
  display: block;
  width: 80px;
  margin: 0px;
  float: left;
  margin: 1px;
}
.footer-light-2 .find-us p {
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-light-2 .footer-news li a {
  display: block;
  margin-bottom: 10px;
}
.footer-light-2 .footer-news li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.footer-light-2 .footer-bottom {
  padding-top: 30px;
  background-color: #eee;
}
.footer-light-2 .footer-bottom h3 {
  margin-bottom: 30px;
}
.footer-light-2 .footer-bottom ul {
  margin-bottom: 30px;
  padding: 0px;
}
.footer-light-2 .footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: uppercase;
}

/****footer light option 3*****/
.footer-light-3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.footer-light-3 h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
}
.footer-light-3 p {
  color: #777;
}
.footer-light-3 .find-us p {
  margin-top: 0px;
  font-weight: 400;
  margin-bottom: 10px;
}
.footer-light-3 .find-us p strong {
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
.footer-light-3 .quick-links {
  padding-right: 40px;
}
.footer-light-3 .quick-links li {
  padding: 6px 0;
}
.footer-light-3 .quick-links li a {
  font-size: 14px;
  text-transform: capitalize;
}
.footer-light-3 .form-control {
  min-height: 45px;
  color: #999;
  text-transform: uppercase;
  font-size: 16px;
}

.footer-bottom {
  padding-top: 30px;
  background-color: #eee;
}
.footer-bottom h3 {
  margin-bottom: 30px;
}
.footer-bottom ul {
  margin-bottom: 30px;
  padding: 0px;
}
.footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: capitalize;
}

.wide-img-showcase-row {
  position: relative;
}

.no-padding.img {
  background: url(../img/showcase-1.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.no-padding.img-2 {
  background: url(../img/showcase-2.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

@media (max-width: 767px) {
  .no-padding.img {
    position: relative;
    height: 300px;
  }
}
/************************image hover effect*******************/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #7a7a7a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  
}

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,
.form-control:focus {
  border-color: #bbb;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*************parallax*************/
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/************

Carousel slider

***************/
.carousel-slider-wrapper {
  position: relative;
}

.carousel-slider-wrapper .item {
  overflow: hidden;
  width: 100%;
  height: 600px;
  background-color: #333 !important;
  padding: 100px 0 0;
}

.carousel-slider-wrapper .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#carousel-slide-1 {
  background-image: url(../img/bg-1.jpg);
  width: 100%;
  background-size: cover;
}

#carousel-slide-2 {
  background-image: url(../img/bg-2.jpg);
  width: 100%;
  background-size: cover;
}

#carousel-slide-3 {
  background-image: url(../img/bg-3.jpg);
  width: 100%;
  background-size: cover;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.carousel-item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  z-index: 3;
}

.carousel-item-content h1 {
  display: inline-block;
  padding: 10px 20px;
  line-height: 35px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #32c5d2;
  margin: 0px;
}

.carousel-item-content p {
  margin: 0px;
  padding: 6px 20px;
  color: #fff;
  background: #333;
  display: inline-block;
  text-transform: uppercase;
}

a.carousel-control {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-image: none !important;
  font-size: 52px;
  font-weight: 400;
  cursor: pointer;
  z-index: 2;
}

/*flex slider*/
.slider-reg {
  width: 100%;
}

@media (max-width: 767px) {
  .slider-reg.transparent-header-slider {
    margin-top: 50px;
  }
}
.main-flex-slider {
  position: relative;
}

.main-flex-slider .flex-control-nav {
  bottom: 10px;
  margin: 0;
  height: 14px;
  z-index: 10;
}

.main-flex-slider .flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 26px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.main-flex-slider .flex-control-paging li a.flex-active {
  background-color: #32c5d2 !important;
}

.slider-overlay {
  background: rgba(0, 0, 0, 0.2);
  background-image: url("../img/pattern.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slider-text {
  text-align: center;
  margin-top: 30px;
}

.slider-text h1 {
  font-size: 3.75em;
  color: #FFF;
  padding: 5px 10px 0px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

.slider-text p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 400;
}

.slider-text p a {
  font-style: normal;
}

@media (min-width: 1200px) {
  .slider-text {
    margin-top: 250px;
  }
}
@media (max-width: 1199px) {
  .boxed-wrapper .navbar-default {
    left: 0;
    width: 100%;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .slider-text {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .slider-text {
    margin-top: 90px;
  }

  .slider-text h1 {
    font-size: 2em;
  }
}
@media (max-width: 667px) {
  .slider-text {
    margin-top: 30px;
  }

  .slider-text h1 {
    font-size: 2em;
  }
}
@media (max-width: 533px) {
  .slider-text p a {
    display: none;
  }
}
@media (max-width: 414px) {
  .slider-text p {
    display: none;
  }

  .slider-text h1 {
    font-size: 1.5em;
    margin-top: 45px;
  }
}
@media (max-width: 384px) {
  .slider-text h1 {
    font-size: 1.5em;
    margin-top: 45px;
  }
}
/***********animation delays*****************/
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay-3 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.delay-4 {
  -webkit-animation-delay: 1600ms;
  -moz-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

/*intro text*/
.intro-text {
  padding: 60px 0;
  background-color: #eee;
}

.intro-text h2 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 25px;
}

.intro-text a {
  margin: 7px;
}

/*******************home parallax-bg----***********************/
#home-parallax {
  background: url("../img/showcase-4.jpg") no-repeat;
  padding: 190px 0;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #32c5d2;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.parallax-buttons {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.parallax-buttons a {
  display: inline-block;
  margin: 5px;
}

h1.typed-text {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
}

.typed-text .element {
  font-weight: 700;
}

#home-parallax p {
  color: #fff;
}

@media (max-width: 568px) {
  h1.typed-text {
    font-size: 25px;
  }
}
/*services*/
.services-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.services-box {
  clear: both;
}

.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  /*background-color: #32c5d2;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.services-box-icon-default {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

.services-box-icon-default i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #32c5d2;
  color: #fff;
  font-size: 33px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


.services-box-info {
  padding-left: 65px;
}

.services-box-info h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*services 2*/
.service-box i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #32c5d2;
  font-size: 30px;
  background-color: #f7f9fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.service-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-box:hover i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #fff;
  background-color: #32c5d2;
}

/***services3***/
#services-bg-wrap {
  padding: 90px 0;
  background-color: #f7f9fa;
}

.service-3-meta h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}

.white-bg {
  background-color: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important;
}

.service-4-meta h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.blue-bg {
  background-color: #454545;
  padding-top: 70px;
  padding-bottom: 40px;
}

.blue-bg .services-box i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
  margin-right: 25px;
}

.blue-bg .services-box .services-box-info {
  margin-left: 30px;
}

.blue-bg .services-box .services-box-info h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.blue-bg .services-box .services-box-info p {
  color: #eee;
}
.services-box a{color:#fff;}

/***special features***/
.special-feature .section-title hr {
  border-color: #151515;
}

.special-feature i {
  font-size: 65px;
  line-height: 75px;
  color: #32c5d2;
}

.special-feature h4 {
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #777;
}

.special-feature .mask-top {
  width: 100%;
  background-color: #ffffff;
  padding: 55px 0;
  position: absolute;
  top: 0px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
  top: -18px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
  top: -200px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
  overflow: hidden;
  position: relative;
  height: 280px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  cursor: pointer;
}

.special-feature .mask-bottom {
  color: #333333;
  padding: 20px 15px 20px 15px;
  width: 100%;
  position: absolute;
  bottom: -300px;
  height: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
  padding: 0px 5px;
  font-size: 14px;
}

.special-feature .mask-bottom h4 {
  margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
  bottom: 0;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
  font-size: 38px;
  line-height: 50px;
}

/****services new*****/
.service-box-4 .service-ico {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-ico i {
  color: #32c5d2;
  font-size: 50px;
}

.service-box-4 .service-text {
  margin-left: 65px;
}

.service-text a {
  color: #32c5d2;
}

.service-text a i {
  margin-left: 5px;
  vertical-align: middle;
}

.service-text h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}

.wide-img-showcase {
  overflow: hidden;
}

/***colored boxed**************/
.colored-boxed {
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 20px;
	background: #f5f5f5;
	height:280px;
}

.bg-white{background:#fff;}
.bg-blue{
    background: #3b5998;
    color: #fff;
}
.bg-blue h3{color:#fff;}

.bg-white{background:#fff;}
.bg-gray{
	background: #525252;
	color: #fff;
}
.bg-gray h3{color:#fff;}


.colored-boxed i {
  line-height: 90px;
  text-align: center;
  border: 0px solid;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

.colored-boxed.green i {
  color: #32c5d2;
  border-color: #32c5d2;
}

.colored-boxed.dark i {
  color: #333;
  border-color: #333;
}

.colored-boxed.blue i {
  color: #3b5998;
  border-color: #3b5998;
}

.colored-boxed.red i {
  color: #cb2027;
  border-color: #cb2027;
}

.colored-boxed h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 's-core-dream-regular';
}

.colored-boxed p {
  margin-top: 10px;

}

/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move !important;
}

.portfolio {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.work-desc {
  width: 100%;
  padding: 10px 10px;
  background: #FFF;
  border-top: none;
  position: relative;
}

.work-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  margin-left: 20px;
  width: 8px;
  height: 8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 100;
}

.work-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

.owl-spaced .owl-item > div {
  margin: 5px;
}

.work-desc span {
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 14px;
  color: #999;
}

.project-detail h3 {
  margin-bottom: 10px;
}

.project-detail em {
  display: block;
}

.full-width-3-work .work-desc {
  padding: 10px;
}

/****progress bars****/
/*progress bar*/
h3.heading-progress {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0px;
  text-transform: uppercase;
  color: #777;
}

.progress {
  height: 15px;
  line-height: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #E9E9E9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.progress-bar {
  line-height: 10px;
  background: #32c5d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*news and blogs*/
.news-desc {
  padding: 15px 0;
}

.news-desc h4 {
  margin: 0px;
  font-weight: 600;
}

.news-desc span {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

.news-desc span + span {
  padding-left: 30px;
}

/*latest news in home option*/
.latest-new {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.blog-date {
  width: 60px;
  height: 60px;
  padding: 6px 5px;
  margin: -40px auto 10px auto;
  line-height: 1;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.blog-date span {
  font-weight: 400;
  font-size: 15px;
  display: block;
}

.l-news-desc {
  padding: 10px 20px;
}

.l-news-desc h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

ul.post-desc {
  padding: 0;
}

ul.post-desc li {
  font-size: 14px;
  text-transform: capitalize;
  color: #555;
}

ul.post-desc li + li {
  padding-left: 15px;
}

/**blog inner pages**/
.blog-post {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.post-detail {
  margin-top: 25px;
  margin-bottom: 0px;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  margin-left: 0px;
}

.post-detail li img {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  float: left;
  margin-right: 10px;
}

.post-detail li + li {
  padding-left: 15px;
}

.post-detail li {
  font-size: 12px;
  vertical-align: middle;
  text-transform: capitalize;
}

.post-detail li i {
  margin-right: 5px;
}

.blog-post h2 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-left-img .post-detail {
  margin-top: 0px;
}

.about-author {
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 50px;
}

.about-author img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.about-author p {
  overflow: hidden;
}

.comment-list {
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.comment-post h4 img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: left;
}

.comment-post p {
  overflow: hidden;
}

.comment-form .form-contact .form-control {
  background-color: #f5f5f5;
}

/*Timeline blog
------------------------------------*/
.timeline {
  padding: 20px 0;
  list-style: none;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #f5f5f5;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 40px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 94%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #ccc;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 19px;
  right: -12px;
  z-index: 9;
}

.timeline > li > .timeline-badge i:hover {
  color: #32c5d2;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li > .timeline-panel .timeline-heading {
  padding: 5px;
}

.timeline > li > .timeline-panel .timeline-heading img {
  width: 100%;
}

.timeline .timeline-body {
  padding: 25px 15px;
}

.timeline .timeline-body h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.timeline-body .post-detail {
  margin: 5px 0px;
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-bottom: 40px;
}

.timeline > li:nth-child(2) {
  margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

@media (max-width: 992px) {
  .timeline > li > .timeline-panel:before {
    top: 31px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #ccc;
    border-bottom: 11px solid transparent;
  }

  .timeline > li > .timeline-panel:after {
    top: 32px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }

  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-right-width: 11px;
    left: -11px;
  }

  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-right-width: 10px;
    left: -10px;
  }

}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }

  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    top: 27px;
    right: -12px;
    border-top: 12px solid transparent;
    border-left: 12px solid #ccc;
    border-bottom: 12px solid transparent;
  }

  ul.timeline > li > .timeline-panel:after {
    top: 28px;
    right: -11px;
    border-top: 11px solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 11px solid transparent;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 12px;
    left: -12px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 11px;
    left: -11px;
    right: auto;
  }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}
/*testimonials parallax*/
.testimonials {
  background: url(../img/bg-4.jpg) no-repeat;
  padding: 80px 0;
}

.testimonials .center-heading h2 {
  color: #fff;
}

.testimonials h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

.testimonials h4 i {
  color: #32c5d2;
  margin-right: 5px;
}

.testimonials p {
  color: #32c5d2;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
}

.customer-img {
  max-width: 92px;
  margin: auto;
  margin-bottom: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/**owl**/
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px !important;
  height: 8px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #444 !important;
}

/*********************testmonials v-2*****************/
.testimonials-v-2 {
  padding: 100px 0;
  overflow: hidden;
}

.testi-slide {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.testi-slide .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  left: 0;
  height: 12px;
}

.testi-slide img {
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testi-slide p {
  margin: 20px 0;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-style: italic;
}

.testi-slide i {
  color: #32c5d2;
  margin-right: 10px;
}

.testi-slide h4 {
  font-weight: 600;
  font-size: 13px;
  font-family: "Raleway", sans-serif !important;
}
.testi-slide h4 em {
  font-style: normal;
}

.testi-slide .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  border: 2px solid #ccc;
  width: 12px;
  height: 12px;
}

.testi-slide .flex-control-paging li a.flex-active {
  background: transparent !important;
  border: 2px solid #32c5d2;
}

.quote {
  position: relative;
}

.quote blockquote {
  padding: 0px;
  border: 0;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.quote blockquote p {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}

.quote blockquote:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 90px;
  width: 0;
  height: 0;
  border-top: 0.83333em solid #ccc;
  border-right: 0.86667em solid transparent;
}

.quote.green blockquote {
  background-color: #32c5d2;
}

.quote.green blockquote:before {
  border-top-color: #32c5d2;
}

.quote.dark blockquote {
  background-color: #555;
}

.quote.dark blockquote:before {
  border-top-color: #555;
}

.quote-footer {
  margin: 10px 0;
}

.quote-footer .quote-author-img img {
  float: left;
  max-width: 90px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: -5px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 5px;
  background-color: #fff;
}

.quote-footer h4 {
  font-size: 14px;
  margin-bottom: 4px;
}

.quote-footer p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}

/***********bootstrap collapse overrides*/
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #f5f5f5 !important;
  padding: 7px 12px;
}

.panel-title i {
  margin-right: 10px;
  color: #32c5d2;
}

/*************soical icons**********/
.social-1 {
  margin: 0;
  padding: 0;
}

.social-1 li {
  padding: 0px;
}

.social-1 li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.social-1 li a i:hover {
  opacity: 0.8;
}

.social-1 li a i.fa-facebook {
  background-color: #3b5998;
}

.social-1 li a i.fa-twitter {
  background-color: #0084b4;
}

.social-1 li a i.fa-google-plus {
  background-color: #C63D2D;
}

.social-1 li a i.fa-pinterest {
  background-color: #cb2027;
}

.social-1 li a i.fa-dribbble {
  background-color: #ea4c89;
}

/**************countdown*************/
.countdown_section {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 13px;
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.subscribe-form .form-control {
  height: 46px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*purchase section*/
.purchase-sec {
  padding: 30px 0;
  background: #32c5d2;
}

.purchase-sec span {
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/****fun facts*****/
.fun-fact-wrap {
    background: url(../img/item2/3.jpg);
    background-repeat: repeat !important;
}

.facts-in {
  text-align: center;
}

.facts-in h3 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 800;
  color: #1f58cc;
}

.facts-in h3 i {
  font-size: 40px;
  margin-right: 20px;
  color: #32c5d2;
}

.facts-in h4 {
  margin-bottom: 0px;
  color: #1f58cc;
  font-weight: 800;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .facts-in {
    margin-bottom: 70px;
  }
}
/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #32c5d2 !important;
}

/**********static background with transparent header*/
.static-bg {
  background: url(../img/showcase-3.jpg);
  padding-top: 230px;
  padding-bottom: 200px;
}

.static-wrap {
  text-align: center;
}

.static-wrap h3 {
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 0 0 16px 0;
  margin: 0 0 35px 0;
  font-weight: 400;
  font-size: 44px;
  border-bottom: solid 1px #cccccc;
  position: relative;
  color: #fff;
  line-height: 44px;
}

.static-bg h3:before {
  content: "";
  height: 3px;
  background: #009ada;
  background: -moz-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009ada), color-stop(100%, #04bfbf));
  background: -webkit-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: -o-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: -ms-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  background: linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ada', endColorstr='#04bfbf',GradientType=1 );
  width: 60%;
  max-width: 100%;
  display: block;
  left: 0%;
  bottom: -2px;
  position: absolute;
}

.static-bg h3:before {
  left: 20%;
}

.slider-flex h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

/****************************breadcrumb***************************/
.breadcrumb-wrap {
  
  background-position: center center;
  background-repeat: no-repeat;
  }

.breadcrumb-wrap h4 {
  margin: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
}

ol.breadcrumb {
  margin: 0;
  
  padding: 200px 0 50px 0;
  background-color: transparent;
  color: #fff;
}

ol.breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

ol.breadcrumb li a {
  color: #fff;
}

.backstretch {height:500px !important; width: 100%;}
.backstretch .backstretch-item img {position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
   height: 500px !important;
   overflow: hidden;
    z-index: -999999;}
.backstretch .backstretch-item img{inset: 0 auto auto 0 !important; }

/***list of highlight**/
.highlight-list li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 45px;
}

.highlight-list li i {
  color: #32c5d2;
  margin-right: 10px;
}

/************team section css here*****/
.team-wrap {
  padding: 3px 3px 10px;
  border: 1px solid #eee;
  text-align: center;
}
.team-wrap ul {
  margin: 0;
  padding: 0;
}
.team-wrap ul li {
  padding: 0px;
}
.team-wrap ul li a {
  margin-bottom: 0px;
}

.team-wrap h4 {
  margin-bottom: 3px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.team-wrap span {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

/**team-v2**/
.person-v2 {
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.person-desc-v2 {
  padding: 15px;
}
.person-desc-v2 ul {
  margin: 0;
  padding: 0;
}

.our-team-v-2 {
  background-color: #f5f5f5;
}

.person-v2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.person-v2 h3 {
  margin: 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.person-desc-v2 em {
  display: block;
  color: #777;
  margin-bottom: 10px;
}

/******************pricing tables***********************/
/**pricing simple **/
.pricing-simple {
  border: 1px solid #D0D6DF;
  margin-bottom: 30px;
}
.pricing-simple h4 {
  border-bottom: 1px solid #D0D6DF;
  margin: 0px;
  color: #666;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}
.pricing-simple h3 {
  margin: 0px;
  padding: 30px 20px;
  border-bottom: 1px solid #D0D6DF;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  background-color: #f4f4f4;
}
.pricing-simple h3 sup, .pricing-simple h3 sub {
  font-size: 14px;
  color: #D0D6DF;
  font-weight: 400;
}
.pricing-simple h3 sup {
  vertical-align: top;
  left: 10px;
}
.pricing-simple h3 sub {
  vertical-align: bottom;
}
.pricing-simple ul {
  padding-top: 30px;
}
.pricing-simple ul li {
  padding: 6px 20px;
  border-bottom: 1px solid #f5f5f5;
  color: #aeaeae;
}
.pricing-simple ul li:last-child {
  border-bottom: 0px;
}
.pricing-simple ul li i {
  color: #32c5d2;
  margin-right: 10px;
}
.pricing-simple .bottom {
  padding: 20px 10px;
  text-align: center;
}
.pricing-simple p {
  color: #aeaeae;
  padding: 15px 20px;
  text-align: center;
  padding-bottom: 0px;
}
.pricing-simple .circle {
  width: 150px;
  height: 150px;
  padding: 0px 0 0;
  margin: 30px auto;
  margin-bottom: 0px;
  display: table;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.pricing-simple .circle .price {
  text-align: center;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}
.pricing-simple .circle .price sub, .pricing-simple .circle .price sup {
  font-size: 14px;
  color: #777;
}
.pricing-simple .circle .price sup {
  vertical-align: top;
}
.pricing-simple .circle .price sub {
  vertical-align: bottom;
}

.popular {
  position: relative;
  overflow: hidden;
}
.popular .ribbon {
  position: absolute;
  left: -55px;
  bottom: 5px;
  font-size: 11px;
  text-align: center;
  width: 150px;
  color: #fff;
  text-transform: capitalize;
  padding: 1px 12px;
  display: block;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #32c5d2;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-space-pricing {
  margin: 0px;
}

/**dark pricing tables**/
.pricing-simple.dark-pricing {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #333;
}
.pricing-simple.dark-pricing h4 {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pricing-simple.dark-pricing .circle {
  background-color: #444;
  border-color: #333;
}
.pricing-simple.dark-pricing .circle .price {
  color: #fff;
}
.pricing-simple.dark-pricing ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/***************about me*********************/
.me-intro {
  background: url(../img/bg-4.jpg);
  padding: 200px 0;
}

.me-intro h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.me-intro p {
  color: #fff;
}

.me-hobbies h4 i {
  margin-right: 10px;
  color: #32c5d2;
  font-size: 25px;
}

.services-me li {
  padding: 10px 0;
  font-size: 16px;
}

.services-me li i {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 15px;
  background-color: #e5e5e5;
  color: #32c5d2;
}

.contact-me {
  background-color: #eee;
  padding: 40px 0;
}

/**dropcaps**/
p.dropcap:first-letter {
  display: block;
  float: left;
  font-size: 50px;
  line-height: 51px;
  margin: -1px 8px -2px 0;
  color: #32c5d2;
}

/*contact us*/
/*gmap*/
#map-canvas {
  width: 100%;
  height: 300px;
}

#contactForm .form-control {
  min-height: 45px;
  background-color: #fff;
}

.form-contact form label {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}

.contact-info li a {
  color: #777;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-block ul li {
  color: red;
}

label span {
  color: red;
  margin-left: 5px;
}

.required span {
  color: red;
}

/***error page****/
.error-bg {
  background-color: #eee;
}

.error-404 {
  padding-top: 40px;
}
.error-404 h1 {
  text-transform: uppercase;
  color: #aaa;
  font-size: 160px;
  line-height: 160px;
  margin-bottom: 20px;
}
.error-404 h3 {
  color: #777;
  text-transform: uppercase;
  line-height: 40px;
}
.error-404 .form-control {
  font-size: 20px;
}


.search-widget {
  position: relative;
}

.search-widget i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #777;
}


.popular-post li {
  padding-bottom: 20px;
}

.popular-img {
  float: left;
  margin-right: 10px;
}

.popular-img a img {
  width: 60px;
  height: 60px;
}

.popular-desc {
  display: table;
}

.popular-desc h5 {
  font-size: 17px;
  margin-bottom: 6px;
}

.popular-desc h5 a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.popular-desc h5 a:hover {
  color: #32c5d2;
}

.popular-desc h6 {
  color: #777;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

.tag-list a {
  display: inline-block;
  text-transform: capitalize;
  margin-right: 0px;
  margin-bottom: 3px;
  padding: 3px 13px;
  color: #777;
  font-size: 12px !important;
  border: 1px solid #f5f5f5;
}

.tag-list a:hover {
  background-color: #32c5d2;
  border-color: #32c5d2;
  color: #fff;
}

/****************testimonials***********************/
.quote-text {
  background-color: #f6f6f6;
  border-left: none;
  color: rgba(85, 94, 106, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  padding: 26px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #35bdf6;
  -moz-box-shadow: 0 3px 0 #35bdf6;
  -ms-box-shadow: 0 3px 0 #35bdf6;
  box-shadow: 0 3px 0 #35bdf6;
}

.quote-text:before {
  border: solid 14px transparent;
  z-index: 3;
  border-top-color: #f6f6f6;
  top: auto;
  right: auto;
  bottom: -28px;
  left: 30px;
}

.quote-text:after {
  border: solid 14px transparent;
  z-index: 2;
  border-width: 18px;
  border-top-color: #35bdf6;
  top: auto;
  right: auto;
  bottom: -36px;
  left: 26px;
}

.quote-text:before, .quote-text:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

.quote-pic {
  float: left;
  margin-right: 12px;
  margin-left: 28px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.quote-author {
  display: inline-block;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.quote-author strong {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

/***********************sign in or sign up css****************/
.login-form {
  padding: 20px;
  background-color: #f5f5f8;
}

.login-form h3 span {
  color: #777;
  font-size: 15px;
}

.btn-fb-login {
  background-color: #3b5998;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.login-form form a {
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 320px) {
  .login-form form a {
    margin-top: 10px;
  }
}
/****clients***/
#clients-carousel {
  background-color: #424242;
  padding: 90px 0;
}

#clients-carousel.light {
  background-color: #222;
}

#clients-carousel.light h3.heading {
  color: #fff;
}

#clients-carousel .center-heading h2 {
  color: #fff;
}

#clients-carousel .item {
  text-align: center;
}

#clients-carousel p {
  color: #bbb;
}

#cta-1 {
  padding: 40px 0;
  background-color: #32c5d2;
  text-align: center;
}

#cta-1 h1 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

#cta-2 {
  padding: 30px 0;
  background-color: #f2f2f2;
  text-align: center;
}

#cta-2 h1 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
}

/*****accordions****/
/*** Accordion ***/
.panel-group {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: -2px;
}

.panel-group .panel-heading {
  padding: 0;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel-body {
  font-size: 14px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  font-family: "Open Sans", sans-serif;
}

.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  font-size: 15px;
  color: #505050;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}

/***acordions icon*****/
.panel-ico {
  position: relative;
}

.panel-ico:after {
  content: '\f067';
  color: #888;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
}

.panel-ico.active:after {
  content: '\f068';
  color: #32c5d2;
}

.panel-ico.active a {
  color: #32c5d2;
}

/**primary tabs***/
.panel-primary {
  border: 0px;
}
.panel-primary .panel-heading {
  background: #32c5d2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-primary .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-primary .panel-ico.active a {
  color: #fff;
}
.panel-primary .panel-ico.active:after {
  color: #fff;
}
.panel-primary .panel-heading a {
  color: #eee;
}
.panel-primary .panel-ico:after {
  color: #eee;
}

.simple-collapse .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.simple-collapse.panel-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/****************elements******************/
.grid-wrap h4 {
  display: block;
  line-height: 35px;
  text-align: center;
  background-color: #f9f9fa;
  border: 1px solid #ddd;
}

.element-buttons a {
  margin-bottom: 10px;
  margin-right: 5px;
}

/*****************bootstrap tabs overrides*****************************/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0px;
    background-color: #333333;
    color: #fff;
    padding: 12px 20px;
}

.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: 0px;
  padding: 12px 20px;
  
}

.nav-tabs > li > a:hover {
  border: 0px;
  padding: 12px 20px;
}

.tabs .nav-tabs {
  border-bottom: none;
}

.tabs .nav-tabs li {
  margin-bottom: 0;
}

.tab-content {
  overflow: hidden;
  padding: 15px 0;
}

/*****vertical left tabs--*****/
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-left .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left .tab-content {
  padding: 0px;
}

/*****vertical right tabs--*****/
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-right .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-right .tab-content {
  padding: 0px;
}

@media (max-width: 767px) {
  .tabs .nav-tabs li {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }

  .tabs .nav-tabs li a {
    margin-right: 0 !important;
  }

  .tabs .nav-tabs li.active a {
    border-bottom: 2px solid #dcdcdc !important;
  }
}
@media (max-width: 568px) {
  .tabs-right .nav-tabs {
    float: none;
    margin-left: 0;
  }

  .tabs-left .nav-tabs {
    float: none;
    margin-left: 0;
  }
}
.tabs .nav-tabs li a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 20px;
  color: #6d6d6d;
  position: relative;
}

.tabs .nav-tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}

.tabs .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}

.tabs .nav-tabs li a:hover {
  border-color: #f7f7f7;
}

.tabs .nav-tabs > li > a .fa {
  margin-right: 4px;
}

.tabs .nav-tabs li.active a {
  color: #32c5d2;
  border-left-color: #eee;
  border-right-color: #eee;
  background: #fff;
}

.tabs .nav-tabs li.active a:after {
  background: #32c5d2;
}

.tabs .nav-tabs li.active a:before {
  background: #fff;
}

.tabs .nav-tabs li.active a:hover {
  border-bottom-color: #fff;
}

.tabs .tab-content {
  padding: 15px;
  background: #fff;
}

.tab-content p {
  overflow: hidden;
}

.tabs .tab-content:before,
.tabs .tab-content:after {
  content: " ";
  display: table;
}

.tabs .tab-content:after {
  clear: both;
}

.tabs .tab-content p:last-child {
  margin-bottom: 0;
}

.form-element .form-control {
  height: 31px;
}

/***************************video home********************/
/*****************home ********
******************************/
#video-wrap {
  display: table;
  width: 100%;
  height: 580px;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
}

.fallback-image {
  background-image: url(../img/showcase-5.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.3);
    z-index: 2;
}*/
.video-wrap-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
}

.video-wrap-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 50px;
}

.video-wrap-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 25px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 433px) {
  #video-wrap {
    background-color: #444;
    display: table;
    width: 100%;
    height: 100%;
    height: 400px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
  }

  .video-wrap-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .video-wrap-content p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.popover-test button {
  margin: 5px;
}

/****************************************************************
Version v1.1 css*
****************************************************************/
.latest-tweets .tweet li {
  font-weight: 400;
}

.latest-tweets .tweet li a {
  color: #32c5d2;
}

/**********************sidenav*********************/
@media (min-width: 768px) {
  .side-nav-wrapper {
    margin-top: -80px;
    background: #f5f5f5;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    margin-left: -999px;
    padding-left: 999px;
    padding-top: 160px;
  }
}
.side-nav li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.side-nav li a.active {
  color: #32c5d2;
}

.side-nav li a i {
  margin-right: 10px;
}


/*************pagination***********/
.gallery-bottom .pagination {
  margin-top: 0px;
}

.pagination > li > a, .pagination > li > span {
  background-color: #ccc;
  padding: 3px 9px;
  color: #fff;
  border: 0px;
}

.pagination > li > a {
  margin-right: 5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #32c5d2;
}

.jobs-row h4.panel-title {
  font-weight: 400;
  text-align: left;
}

.jobs-row h4.panel-title a {
  font-size: 15px;
}

.jobs-row h4.panel-title em {
  font-weight: 400;
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 0px;
}

/*****************search results*******************/
.search-area {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.search-area .form-control {
  height: 38px;
}

.search-area .btn-lg {
  padding: 10px 17px 10px 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

span.results-number {
  display: block;
  color: #999;
  margin-bottom: 10px;
}

.results-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.results-box h3 a {
  color: #32c5d2;
}

.results-box h3 a:hover {
  text-decoration: underline;
}

.results-box .btn {
  top: -1px;
  padding: 0;
  position: relative;
  color: #999;
  border: none;
  font-size: 14px;
}

.results-box .btn:hover, .results-box .btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.link-ul {
  padding: 0;
  margin-bottom: 0px;
}

.link-ul li a, .link-ul li a.btn-link {
  color: #999;
  font-size: 14px;
  margin-right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}

.link-ul li {
  font-size: 12px;
}

.link-ul li a:hover {
  color: #32c5d2;
  text-decoration: underline;
}

.results-box p {
  margin: 10px 0;
  color: #666;
  font-weight: 400;
}

.results-sidebar-box ul li a {
  color: #999;
}

.results-sidebar-box ul li a:hover {
  text-decoration: underline;
  color: #32c5d2;
}

.results-sidebar-box h4 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.view-all {
  color: #999;
  font-size: 12px;
  display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Process
/*-----------------------------------------------------------------------------------*/
.process h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
}

.process-step {
  margin: 0 auto;
  width: 700px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  position: relative;
}

.process-border {
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #dadada;
  height: 100%;
}

.step {
  width: 700px;
  float: right;
  text-align: left;
  margin: 0 0 10px;
  padding: 10px 0 0 405px;
  position: relative;
}

.step.even {
  float: left;
  text-align: right;
  padding: 10px 405px 0 0;
}

.step h5 {
  color: #3f8dbf;
}

.step .icon-square {
  position: relative;
  margin-left: 10px;
}

.step.even .icon-square {
  margin-right: 10px;
}

.step .icon-square:before {
  content: "";
  display: block;
  width: 65px;
  border-bottom: 1px solid #dadada;
  position: absolute;
  top: 35px;
  left: -65px;
}

.step.even .icon-square:before {
  left: auto;
  right: -65px;
}

.icon-square {
  display: inline-block;
}

.icon-square i {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #ddd;
  font-size: 40px;
  padding: 0;
  margin: 0 0 10px 0;
  display: table;
  width: 70px;
  height: 70px;
  border: 2px solid #ddd;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.step:hover .icon-square i {
  background-color: #32c5d2;
  color: #FFF;
}

.icon-square i:before {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.step h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
}

@media (max-width: 767px) {
  .process-step {
    width: 100%;
  }

  .step {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
  }

  .step.even {
    float: none;
    text-align: center;
    padding: 0;
  }

  .step .icon-square:before {
    border: 0px;
  }

  .process-border {
    border: 0;
  }
}
/*******************Process inline*****/
.process-inline {
  margin-top: 50px;
  padding-top: 80px;
  background-color: #eee;
}

.Process-col {
  padding: 80px 30px;
  text-align: center;
}

.Process-col.one {
  background-color: rgba(0, 0, 0, 0.3);
}

.Process-col.two {
  background-color: rgba(0, 0, 0, 0.5);
}

.Process-col.three {
  background-color: rgba(0, 0, 0, 0.7);
}

.Process-col.four {
  background-color: black;
}

.Process-col i {
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}

.Process-col h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 25px 0;
}

/**********************invoice page************************/
body.invoice {
  background-color: #ECEEF4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .container.invoice-outer {
    width: 970px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
.col-lg-4 {
    width: 33.33333333%;}
}

.invoice-outer {
  background-color: #fff;
  min-height: 400px;
  padding: 15px;
  line-height: 22px;
  border: 1px solid #ddd;
}

.invoice-header h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 26px;
}

@media (min-width: 768px) {

  
  .invoice-header-right {
    text-align: right;
  }

  .invoice-header-right h5 {
    margin-bottom: 0px;
  }
}
.invoice-header-right h5 {
  font-size: 17px;
}

.about-client ul strong {
  font-weight: 700;
  margin-right: 5px;
}

.invoice .panel-default > .panel-heading {
  border-color: #ddd !important;
}

.copyright-info {
  text-align: center;
  display: block;
  color: #999;
  font-size: 12px;
}

/****************login register calssic****************/
.login-regiter-tabs .nav-tabs {
  border: 0px;
}
.login-regiter-tabs .nav-tabs > li.active > a, .login-regiter-tabs .nav-tabs > li.active > a:hover, .login-regiter-tabs .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #fff;
  border-bottom-color: #32c5d2;
  background-color: #32c5d2;
  border-color: #32c5d2;
}
.login-regiter-tabs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 6px 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-right: 20px;
}
@media (max-width: 568px) {
  .login-regiter-tabs .nav-tabs > li > a {
    padding: 6px 25px;
  }
}
.login-regiter-tabs .nav-tabs > li > a:hover {
  border-color: #32c5d2;
  background-color: transparent;
}
.login-regiter-tabs .tab-content {
  margin-top: 40px;
  padding: 20px 0;
}
.login-regiter-tabs .tab-content p a {
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: underline;
}

/************maintenance page***************/
.maintenance-page {
  background-color: #ddd;
}

.maintenance-page .main-text {
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
}

.maintenance-page .main-text span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  font-style: normal;
  margin-top: 30px;
}

.maintenance-box h4 {
  color: #000;
  font-weight: 400;
}

.maintenance-box i {
  font-size: 40px;
  margin-bottom: 20px;
}

/****dropdown login***/
.dropdown-login-box {
  overflow: hidden;
  padding: 15px !important;
  min-width: 300px !important;
  background-color: #fff !important;
}

.dropdown-login-box .btn {
  margin-top: 10px;
}

.dropdown-login-box h4 {
  margin: 5px 0 10px 0;
}

.dropdown-login-box h4 em {
  font-size: 12px;
  color: #32c5d2;
  font-weight: 400;
}

.dropdown-login-box input[type=checkbox] {
  margin: 5px -20px 0;
  line-height: normal;
}

.dropdown-login-box p {
  margin: 0;
}

.dropdown-login-box p a {
  color: #32c5d2;
}

.dropdown-login-box p a:hover {
  color: #32c5d2;
  text-decoration: underline;
}

/*******************new contact pages************************/
.sky-form-columns .btn-lg {
  padding: 14px 28px 13px 28px !important;
}

.sky-form-columns .sky-form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sky-form-columns .sky-form footer {
  border: 0px;
  background-color: transparent;
  padding: 0px;
}

.sky-form-columns .sky-form fieldset {
  padding: 0px;
}

.contact-option-circle {
  text-align: center;
  background-color: #f5f5f5;
  padding: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.contact-option-circle i {
  font-size: 35px;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

.sky-form-columns .sky-form fieldset + fieldset {
  border-top: 0px;
}

/*******************dark dropdown code here*****************/
.navbar .dropdown-menu.dark-dropdown {
  border: 1px solid #444;
}

.navbar .dropdown-menu.dark-dropdown li a {
  color: #bbb;
}

.navbar .dropdown-menu.dark-dropdown li a:hover {
  color: #32c5d2;
  background-color: transparent;
}

.navbar .dropdown-menu.dark-dropdown, .navbar .dropdown-menu.dark-dropdown .yamm-content {
  background-color: #333;
}

.navbar .dropdown-menu.dark-dropdown li a {
  border-color: #444;
}

.navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
  color: #fff;
}

.navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
  border-color: #444 !important;
}

/**************intro text**************/
.intro-text-default {
  padding: 80px 0;
}

.intro-text-default h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
}

@media (max-width: 375px) {
  .intro-text-default h4 {
    font-size: 28px;
    line-height: 40px;
  }
}
.intro-text-default p {
  font-size: 16px;
}

.intro-text-1 {
  background: #05101b;
}

.intro-text-1 h4 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.intro-text-1 h4 strong {
  color: #32c5d2;
  font-weight: 700;
}

.intro-text-1 p {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  padding-top:30px; text-align:left; height:86px;
}

.intro-text-1 a {
  margin-top: 15px;
}

.intro-text-1.light {
  background-color: #fff;
}

.intro-text-1.light h4 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}





.intro-2nd h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 50px;
  font-size: 40px;
}

.intro-2nd p {
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  color: #777;
  margin: 30px 0;
}

.testimonials-light {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.testimonials-light h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-style: normal;
}

/*******************portfolio with new hover style********************/
.featured-work {
  background-color: #f5f5f5;
  padding-top: 60px;
  position: relative;
}

.featured-work .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 0px;
}

.featured-work .owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #32c5d2;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.work-wrap {
  position: relative;
  display: block;
}

.work-wrap .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.work-wrap .img-overlay .inner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  margin-top: -51px;
}

.work-wrap .img-overlay .inner-overlay h2 {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #32c5d2;
  margin-bottom: 6px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  -ms-transform: translate3d(0, -400%, 0);
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay p {
  color: #333;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  -ms-transform: translate3d(0, -400%, 0);
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay a.link {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a.zoom {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a {
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #32c5d2;
  text-align: center;
  margin: 0 5px;
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  -ms-transform: translate3d(0, 400%, 0);
  -webkit-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}

.work-wrap .img-overlay .inner-overlay a i {
  font-size: 14px;
  color: #32c5d2;
  line-height: 40px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.work-wrap:hover .img-overlay {
  opacity: 1;
}

.work-wrap:hover .img-overlay .inner-overlay h2 {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay p {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay a {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fun-fact-wrap-light {
  background-color: #eee;
  padding-top: 100px;
  padding-bottom: 70px;
}

.fun-fact-wrap-light .facts-in h3 .counter {
  color: #000;
}

.fun-fact-wrap-light .facts-in h4 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  font-style: normal;
}

.fun-facts-bg {
  background: #32c5d2;
}

/***theme features box***/
.assan-box {
  margin-bottom: 30px;
}

.assan-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.assan-box h4 {
  padding: 0px 15px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
  margin: 0px;
  line-height: 55px;
}

.assan-box p {
  padding: 0px 20px;
}

/************no space columns end******/
.col-one-fourth {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .col-one-fourth {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-one-fourth {
    width: 100%;
  }
}
/****massonary****/
.mas-boxes-inner {
  padding: 0px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 5px 25px;
  border-radius: 5px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mas-boxes-inner:hover {
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 2px 15px;
}

.mas-blog-inner {
  padding: 20px;
  background-color: #fff;
}

.mas-blog-inner h3 {
  text-transform: capitalize;
}

.mas-blog-inner .post-detail {
  margin-top: 0px;
  margin-bottom: 10px;
}

.mas-blog-inner h3 {
  margin-bottom: 15px;
  font-weight: 400;
}

/*************NEW PORTFOLIO IN V1.4****************/
.filter {
  text-align: center;
  margin-bottom: 30px;
}

.filter li a.active {
  color: #32c5d2;
  border-color: #32c5d2;
}

.filter li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  color: #bbb;
  font-weight: 400;
  padding: 4px 12px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.filter li a:hover {
  color: #32c5d2;
  border-color: #32c5d2;
}

.col-2-space .project-post {
  width: 50%;
  padding: 15px;
}

.col-2-no-space .project-post {
  width: 50%;
  padding: 0;
  margin: 0;
}

.col-3-space .project-post {
  width: 33.33%;
  padding: 15px;
}

.col-3-no-space .project-post {
  width: 33.333%;
  padding: 0;
  margin: 0;
}

.col-4-space .project-post {
  width: 25%;
  padding: 15px;
}

.col-4-no-space .project-post {
  width: 25%;
  padding: 0;
  margin: 0;
}

.col-5-no-space .project-post {
  width: 20%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 100%;
  }
}
/***new icon overlay***/
.img-icon {
  position: relative;
  overflow: hidden;
}

.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.img-icon-overlay p {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  text-align: center;
}

.img-icon-overlay p a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.99);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
  width: 20px;
  height: auto;
}

.img-icon-overlay p a:hover {
  color: #32c5d2;
}

.img-icon:hover .img-icon-overlay {
  opacity: 1;
}

.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/****construction page css***/
.construction-service-box {
  margin-bottom: 30px;
}

.service-thumb {
  position: relative;
}

.construction-service-box .services-desc h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.construction-service-box .services-desc p {
  margin-bottom: 5px;
  line-height: 27px;
}

.constro-cta {
  background: url(../img/construction/constro-bg-2.jpg);
  padding: 80px 0;
  text-align: center;
}

.constro-cta p {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
}

.constro-cta h1 {
  color: #fff;
  text-transform: uppercase;
}

.constro-cta i {
  display: block;
  color: #fff;
  font-size: 50px;
}

.constro-cta a {
  margin-top: 40px;
}

.constro-cta a i {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

.construction.testimonials-v-2 {
  background-color: #f5f5f5;
}

/****cube portfolio*******/
.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #32c5d2;
}

.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
  background-color: #32c5d2;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
  background-color: #32c5d2;
  color: #fff;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #32c5d2;
  border-color: #32c5d2;
  cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
  background: #32c5d2;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
  border-top-color: #32c5d2;
}

.btn-sweet-alert {
  margin: 5px;
}

.portfolio-cube .cbp-l-grid-projects-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #32c5d2;
  color: #fff;
  border-color: #32c5d2;
  cursor: default;
}

.portfolio-cube {
  font-family: "Open Sans", sans-serif !important;
}

.cube-masonry .cbp-l-caption-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.cube-masonry .cbp-l-caption-desc {
  font-family: "Open Sans", sans-serif;
}

/************pace style for page pre-loader********/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #32c5d2;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #32c5d2, 0 0 5px #32c5d2;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #32c5d2;
  border-left-color: #32c5d2;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}
.social-icon i:last-child {
  color: #FFF !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon-lg:hover {
  border-color: transparent;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}
.social-icon-lg i:last-child {
  color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA;
}
.social-icon-sm:hover {
  border-color: transparent;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}
.social-icon-sm i:last-child {
  color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

si-border {
  border: 1px solid #AAA !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
  font-size: 30px;
  text-transform: uppercase;
}

.grid-boxed {
  border: 1px solid transparent;
  padding: 20px;
}

.grid-boxed:hover {
  border: 1px dashed #999;
}

/**********************

UNDER CUNSTRUCTION PAGES v1.9

***********************/
.coming-soon {
  background: url(../img/bg-3.jpg);
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
}
.coming-soon .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.coming-soon h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 55px;
}

.counts {
  width: 120px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
  display: inline-block;
  margin-bottom: 10px;
}
.counts span {
  color: #fff;
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
}
.counts p {
  text-transform: uppercase;
  color: #fff;
}

.count-down-1 {
  position: relative;
}
.count-down-1 .counts {
  width: 120px;
  text-align: center;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 12px;
  position: relative;
}
.count-down-1 span {
  color: #fff;
  text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 50px;
  margin-bottom: 30px;
}
.count-down-1 p {
  margin-bottom: 0px;
  color: #eee;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.soon-inner h3 {
  color: #000;
  text-transform: uppercase;
}
.soon-inner .form-control {
  height: 48px;
  font-size: 15px;
}
.soon-inner .form-control.error {
  border-color: red;
  color: red;
}
.soon-inner .form-control.success {
  border-color: green;
  color: green;
}

/****coming soon fullscreen***/
body.coming-soon-full {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

.coming-soon-fullscreen {
  width: 100%;
  background: url(../img/bg-4.jpg);
  background-attachment: fixed;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  display: table;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.coming-soon-fullscreen .v-middle {
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.coming-soon-fullscreen .v-middle h1 {
  font-size: 40px;
  text-transform: uppercase;
}

.pe-icon-box {
  font-size: 50px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #666;
}

.buttons {
  margin-bottom: 60px;
}
.buttons a {
  margin: 5px;
}
.buttons h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/**features list at home default**/
.more-features {
  padding: 60px 0;
  background-color: #333;
  color: #fff;
}
.more-features li {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.more-features li i {
  margin-right: 12px;
  vertical-align: middle;
}

.font-box .font_awesome a {
  padding: 10px 0;
  color: #a6a8a9;
  display: block;
}
.font-box .font_awesome a i {
  font-size: 25px;
  display: block;
  color: #676a6c;
}
.font-box h3 {
  margin-bottom: 20px;
  font-weight: 600;
}
.font-box > div {
  padding-bottom: 50px;
}

.social-icons:after, .social-icons:before > .divide10:after, .social-icons .divide10:before {
  display: table;
  content: "";
  width: 100%;
  clear: both;
}

/*********revolution slider 5 css*****/
.tp-caption.NotGeneric-Title, rev-btn, .NotGeneric-Title, .tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle, .tp-caption.Gym-Display, .Gym-Display, .tp-caption.Gym-Subline, .Gym-Subline, .tp-caption.Gym-SmallText, .Gym-SmallText, .tp-caption.Gym-Button, .Gym-Button, .rev-btn {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.tp-caption.Gym-Button, .Gym-Button {
  background-color: #32c5d2;
}

.new-label {
  color: #32c5d2;
}

/***self hosted video css***/
/**video css new**/
.video-section {
  width: 100%;
  height: 600px;
  position: relative;
  display: table;
  overflow: hidden;
}

.video-section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-section .fs-background-container {
  left: 0;
}

.video-section .video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
}

.video-section .video-overlay h1 {
  font-weight: 700;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.video-section .video-overlay p {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .side-nav-wrapper {
    margin: 0px;
    padding: 0px;
    margin-bottom: -80px;
    background: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
  }
}


/* business */

.title-1 {

	font-family: "Open Sans", sans-serif;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}


.services-box-icon-type-1 {
    background: transparent;
    width: 50px;
    height: 50px;
	font-size:50px;
    display: inline-block;
	color:#32c5d2;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: left;
    top: 0px;
}

.services-box-info-type-1 {
    padding-left: 70px;
}



.services-box-info-type-1 h4 {
    line-height: 23px;
    margin: 0 0 10px 0;
	font-weight:300;
	font-size:20px;
}


/*******************************************
ABOUT 2
*******************************************/
.line {
	color: #000;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
	display: inline-block;
    border-bottom: 2px solid #32c5d2;
}

.block-icon {
    float: left;
    color: #fff;
    padding: 7px 0;
    min-width: 70px;
    font-size: 50px;
    font-weight: 200;
    line-height: 55px;
    text-align: center;
    background: #32c5d2;
    margin: 5px 10px 0 0;
}

.text-primary {
    color: #32c5d2;
}

/*******************************************
introduce
*******************************************/
/* TABLE */
.tbl_type,.tbl_type th,.tbl_type td{
	border:0;
	font-family: "Open Sans", sans-serif;
	line-height:170%;
	font-size:14px;
}
.tbl_type{width:100%;border-bottom:1px solid #dddee2;font-family:'µ¸¿ò',dotum;font-size:12px;table-layout:fixed}
.tbl_type caption{display:none}
.tbl_type th{padding:8px 0 5px 20px;border-top:1px solid #dddee2;background:#f1f1f3;color:#666;font-weight:bold;text-align:left;vertical-align:top}
.tbl_type td{padding:8px 5px 5px 12px;border-top:1px solid #dddee2;line-height:16px;vertical-align:top}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*padding: 15px;*/
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>thead>tr>th {
    border: 1px solid transparent; !important;
}
.table-bordered {border: 1px solid transparent; !important;}


/* introduce 3 */
.bg-col1 { 
	background:#f1f1f1; 
}
.bg-col2 { 
	background:#99ffff; 
}
.bg-col3 { 
	background:#99ff66; 
}
.bg-col4 { 
	background:#ffccff; 
}

/*******************************************
ÁÖ¿ä¼­ºñ½º 2
*******************************************/

/***services****/
.services-row h1 {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 15px;
}

.service-box {
  text-align: center;
}
.service-box i {
  font-size: 60px;
  color: #32c5d2;
}
.service-box h4 {
  text-transform: capitalize;
  margin: 15px 0;
  font-weight: 600;
  font-size: 16px;
}
.service-box p {
  font-size: 13px;
  color: #999;
}

.service-box {
  border: 1px solid #32c5d2;
  margin-bottom: 30px;
}
.service-box .btn-theme-bg {
  position: relative;
  margin-bottom: -20px;
}
.service-box p {
  font-size: 13px;
  padding: 15px;
  margin: 0px;
}
.service-box h4 {
  margin: 0px;
  padding: 15px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 20px;
}
.service-box i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background-color: #32c5d2;
  font-size: 30px;
  margin-top: -60px;
  position: relative;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}


/*******************************************
¹Ìµð¾î 2
*******************************************/


/*******************************************
Æ¯Çã,±â¼ú
*******************************************/
.table_title_1 {
	border-top:2px solid #32c5d2;
}



/**screeen shot section **/
.shots {
  padding: 100px 0;
}
.shots img {
  display: block;
  margin: 0 auto;
}
hr.separator {
  border-top: 1px solid #32c5d2;
  margin: 10px auto;
  width: 80px;
}

/**section heading**/
.section_heading {
  padding-bottom: 50px;
  text-align: center;
}
.section_heading h3 {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}
.section_heading p {
  font-weight: 400;
  font-size: 15px;
}



.shots .owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #32c5d2;
  padding: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}


/*******************************************
Å¸ÀÓ¶óÀÎ2,3
*******************************************/
.timeline_2 {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline_2:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline_2 > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline_2 > li:before,
        .timeline_2 > li:after {
            content: " ";
            display: table;
        }

        .timeline_2 > li:after {
            clear: both;
        }

        .timeline_2 > li:before,
        .timeline_2 > li:after {
            content: " ";
            display: table;
        }

        .timeline_2 > li:after {
            clear: both;
        }

        .timeline_2 > li > .timeline_2-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline_2 > li > .timeline_2-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline_2 > li > .timeline_2-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline_2 > li > .timeline_2-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline_2 > li.timeline_2-inverted > .timeline_2-panel {
            float: right;
        }

            .timeline_2 > li.timeline_2-inverted > .timeline_2-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline_2 > li.timeline_2-inverted > .timeline_2-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline_2-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline_2-badge.success {
    background-color: #3f903f !important;
}

.timeline_2-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline_2-badge.danger {
    background-color: #d9534f !important;
}

.timeline_2-badge.info {
    background-color: #5bc0de !important;
}

.timeline_2-title {
    margin-top: 0;
    color: inherit;
}

.timeline_2-body > p,
.timeline_2-body > ul {
    margin-bottom: 0;
}

    .timeline_2-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline_2:before {
        left: 40px;
    }

    ul.timeline_2 > li > .timeline_2-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline_2 > li > .timeline_2-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline_2 > li > .timeline_2-panel {
        float: right;
    }

        ul.timeline_2 > li > .timeline_2-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline_2 > li > .timeline_2-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}



.timeline_3 {
list-style:none;
padding:0 0 20px;
position:relative;
margin-top:-15px
}

.timeline_3:before {
top:30px;
bottom:25px;
position:absolute;
content:" ";
width:3px;
background-color:#ccc;
left:25px;
margin-right:-1.5px
}

.timeline_3>li,.timeline_3>li>.timeline_3-panel {
margin-bottom:5px;
position:relative
}

.timeline_3>li:after,.timeline_3>li:before {
content:" ";
display:table
}

.timeline_3>li:after {
clear:both
}

.timeline_3>li>.timeline_3-panel {
margin-left:55px;
float:left;
top:19px;
padding:4px 10px 8px 15px;
width:100%
}

.timeline_3>li>.timeline_3-badge {
color:#fff;
width:50px;
height:50px;
line-height:50px;
font-size:1.2em;
text-align:center;
position:absolute;
top:26px;
left:0px;
margin-right:-25px;
background-color:#fff;
z-index:100;
border-radius:50%;
border:1px solid #ffffff;
}

.timeline_3>li.timeline_3-inverted>.timeline_3-panel {
float:left
}

.timeline_3>li.timeline_3-inverted>.timeline_3-panel:before {
border-right-width:0;
border-left-width:15px;
right:-15px;
left:auto
}

.timeline_3>li.timeline_3-inverted>.timeline_3-panel:after {
border-right-width:0;
border-left-width:14px;
right:-14px;
left:auto
}

.timeline_3-badge.primary {
background-color:#2e6da4!important
}

.timeline_3-badge.success {
background-color:#3f903f!important
}

.timeline_3-badge.warning {
background-color:#f0ad4e!important
}

.timeline_3-badge.danger {
background-color:#d9534f!important
}

.timeline_3-badge.info {
background-color:#32c5d2!important
}

.timeline_3-badge.gray {
background-color:#cccccc!important
}

.timeline_3-title {
margin-top:0;
color:inherit
}

.timeline_3-body>p,.timeline_3-body>ul {
margin-bottom:0;
margin-top:0
}

.timeline_3-body>p+p {
margin-top:5px
}

.timeline_3-badge>.glyphicon {
margin-right:0;
color:#ffffff
}

.timeline_3-body>h4 {
margin-bottom:0!important
}


/*******************************************
¿¬Çõ 4
*******************************************/

/* TABLE */
.tbl_type_history,.tbl_type_history th,.tbl_type_history td{border:0}
.tbl_type_history{width:100%;border-bottom:1px solid #dddee2;font-family:'µ¸¿ò',dotum;font-size:12px;table-layout:fixed}
.tbl_type_history caption{display:none}
.tbl_type_history th{padding:8px 0 5px 20px;border-top:1px solid #dddee2;background:#ffffff;color:#666;font-weight:bold;text-align:left;vertical-align:top}
.tbl_type_history td{padding:8px 5px 5px 12px;border-top:1px solid #dddee2;line-height:16px;vertical-align:top}


/* cart */

.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

/* button left */
.btn-bg-1 {
    outline: 0;
    color: #32c5d2;
	text-align:center;
}

btn-bg-1:focus, .btn:hover {
    outline: 0;
    color: #ffffff;
}


.font_4 {
    color: #060606;
    font-weight: 700;
    margin: 0;
    font-family: sans-serif;
}


.font_5 {
    color: #555555;
    font-weight: 100;
    margin: 0;
    font-family: sans-serif;
}

/* icon */
.pe-icon-box {
	font-size: 50px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	text-align: center;
	/*border: 1px solid #cccccc;*/
	margin-bottom: 30px;
	color: #32c5d2;
}

.pe-icon-box-type-1 {
	font-size: 50px;
	font-weight:200;
	width: 90px;
	height: 90px;
	line-height: 10px;
	margin: 0 auto;
	text-align: center;
	/*border: 1px solid #cccccc;*/
	margin-bottom: 30px;
	color: #111111;
}

@media (max-width: 1024px) { 

	.services-box-info {
		padding-left: 0px;
	}

	.mobile_height {
		padding-top:0px;
		border-top:3px dotted #cccccc;
	}

}

/* font custom */
.font_1{
	font-family: "Open Sans", sans-serif;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
	color:#777777;
}
.font_2 {
	font-family: "Open Sans", sans-serif;
	line-height:170%;
	font-size:14px;
}
.font_2 strong {
	color:#000000;
}

.font_3 {
	font-family: "Open Sans", sans-serif;
	font-size:14px;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 27px;
	padding-right:10px;
}

/* table */
.v_graph{padding:70px 0}
.v_graph ul{height:200px;margin:0;padding:0;border-top:0;border-right:0;font-size:11px;font-family:Tahoma, Geneva, sans-serif;list-style:none}
.v_graph ul:after{display:block;clear:both;content:""}
.v_graph li{display:inline;float:left;position:relative;width:8%;height:100%;margin:0 3%;text-align:center;white-space:nowrap}
.v_graph .g_term{display:inline-block;position:relative;width:100%;height:20px;margin:0 -100% -20px 0;padding:200px 0 0 0;font-weight:bold;color:#767676;line-height:20px;vertical-align:bottom}
.v_graph .g_bar{display:inline-block;position:relative;width:100%;margin:-1px 0 0 0;border:1px solid #ccc;border-bottom:0;background:#e9e9e9;vertical-align:bottom}
.v_graph .g_bar span{position:absolute;top:-20px;left:0;width:100%;color:#767676}
.v_graph .g_bar:hover {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: -1px 0 0 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #32c5d2;
	vertical-align: bottom;
}

/* left customer box */
.box_1 { border:1px solid #e5e5e5; padding:15px }
.left_title { padding-top:5px; }
.icon_1 { font-size:40px; }

.centerBox {  height:30px; }
.rightBox{ width:200px; padding-top:0px; height:30px; float:right }
.leftBox{ width:100px; height:30px; float:left }


/* service 3 */
.block-icon-03 {
    float: left;
    color: #32c5d2;
    padding: 5px 0;
    font-size: 45px;
    font-weight: 200;
    line-height: 30px;
    margin: 0px 10px 0 0;
}

blockquote p { font-size:14px; }


.pallax h2{
	color:#fff;
}
.pallax a{
	color:#fff;
}

#ytp-text {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom:10%;
}
#ytp-text .h1 { font-family: "Open Sans", sans-serif; color:#ffffff; font-size: 40px; }
#ytp-text .h2 { font-family: "Open Sans", sans-serif; color:#ffffff; font-size: 22px; }

#plays i { color:#ffffff;font-size:30px;font-weight:bold; }

.box_2 {
	border:1px solid #cccccc;
	height:240px;
	padding-top:20px;
	padding-left:50px;
}

.box_2:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  object-fit:cover; 
  transition: all .50s ease;
}
.left_title_main { padding-top:20px; color:#5fb9cd; }
.left_title { padding-top:5px; color:#5fb9cd; }
.pe-icon-box-type-2 {
	font-size: 50px;
	font-weight:200;
	width: 90px;
	height: 65px;
	line-height: 0px;
	margin: 0 auto;
	color: #111111;
	padding-top:10px;
}



.pricing-simple {
  border: 1px solid #D0D6DF;
  background:#ffffff;
  transition: box-shadow .25s; 
  border-radius: 20px;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.1);
 }

.pricing-simple:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.29);
}

.pricing-simple .shop_icon_new {
  position:absolute;right:40px;top:-4px;
}

.pricing-simple .pricing_hash {
  position: relative;
  padding: 2% 5% 5% 5%;
  border-top: solid 1px #ebebeb;
}

.pricing-simple .pricing_hash a {
   margin-right:5px;
   padding:5px 10px;
   border:solid 1px #ebebeb;
   border-radius:20px;
   color:#888;
   font-size:13px;
   display:inline-block;
/*   margin-bottom:10px; */
}

.pricing-simple h4 {
  margin: 0px;
  color: #666;
  padding: 50px 20px 0;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
}
.pricing-simple h3 {
  margin: 0px;
  padding: 30px 20px;
  border-bottom: 1px solid #D0D6DF;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  background-color: #f4f4f4;
}
.pricing-simple h3 sup, .pricing-simple h3 sub {
  font-size: 14px;
  color: #D0D6DF;
  font-weight: 400;
}
.img-block { padding-left:20px; padding-right:20px; padding-bottom:22px; }
.img-block img{max-width:100%;width: 100%;}

.card-block { padding:20px; font-size:14px; }


.tab-list{
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box;
	display: -moz-box;
}
.nav-tabs>li {
    float: none;
    margin-bottom: -1px;
}

.services-box-icon-2 {
    background: transparent;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
	color:#32c5d2;
}

.call-to-action {
  padding: 30px 20px;
  /*background: #5dc3d8;*/
  background: linear-gradient(to bottom, #1f58cc 50%, #2f6eef);
  position: relative;
  z-index: 2;
/*  margin-top: 0px;*/
  top: 30px; 
}
.call-to-action h2, .call-to-action p {
  color: #fff;
}
.text-capitalize {
    text-transform: capitalize;
	margin:0px;
}
.btn-white-bg {
  background: #fff;
  color: #333;
}
.btn-white-bg:hover {
  background: #333;
  color: #fff;
}
.btn-white-bg:link {
    background: #fff;
    color: #333;
}
.space-20 {
    height: 20px;
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
  /*  border: 1px solid transparent; */
	background-color:transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffffff;
    border-color: #337ab7;
}


/* ¸ð¹ÙÀÏ±â±â */
@media only screen and (max-width: 320px) {
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ddd;
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
   .style-01{
		border: 1px solid #ccc;
	}
	.icon-bar{background: #fff;}
}

@media only screen and (min-width: 321px) and (max-width: 768px){
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #ddd;
	}

	.navbar-default .navbar-toggle {
		border-color: #ddd;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 28px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.style-01{
		border: 1px solid #ccc;
	}
	.icon-bar{background: #fff;}

}
/* ÅÂºí¸´ */
@media only screen and (min-width: 769px) and (max-width: 1200px){

	.mega-area {
	  position: static !important;
	}

	.mega-menu {
	  padding: 20px 20px;
	  width: 100%;
	}

	.mega-menu > div > li > ul {
	  padding: 0;
	  margin: 0;
	}

	.mega-menu > div > li > ul > li {
	  list-style: none;
	}

	.mega-menu > div > li > ul > li > a {
	  display: block;
	  padding: 3px 20px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #333333;
	  white-space: normal;
	}

	.mega-menu > div > li > ul > li > a:hover,
	.mega-menu > div > li > ul > li > a:focus {
	  text-decoration: none;
	  color: #262626;
	  background-color: #f5f5f5;
	}

	.mega-menu.disabled > a,
	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  color: #999999;
	}

	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  text-decoration: none;
	  background-color: transparent;
	  background-image: none;
	  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	  cursor: not-allowed;
	}

	.mega-menu.dropdown-header {
	  color: #428bca;
	  font-size: 18px;
	}

}

	@media (max-width: 768px) {
	  .mega-menu {
		margin-left: 0;
		margin-right: 0;
	  }
	  .mega-menu > li {
		margin-bottom: 30px;
	  }
	  .mega-menu > li:last-child {
		margin-bottom: 0;
	  }
	  .mega-menu.dropdown-header {
		padding: 3px 15px !important;
	  }
	  .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	  }
	}
	.nav>li>a:focus, .nav>li>a:hover {
		text-decoration: none;
		background-color: #fff;
	}
	.top-link-btn{
		position: relative;
	    margin-bottom:5px;
        padding:3px 20px;
        border:1px solid #ccc;
	}
	.top-link-btn:hover{
		background:#1f58cc;
		color:#fff !important;
	}
	.top-link-btn a:hover{
		background:#111;
		color:#fff !important;
	}
	.top-link-btn a:focus{
		background:#111;
		color:#fff !important;
	}

	.top-link-btn i{
		position: absolute;
		right:5px;
		top:10px;
	}
	.mega-top-bg{
		padding:30px 30px; /*border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;*/ background-color:rgba(255,255,255, 0);width: 100%;
	}

}

/* µ¥½ºÅ©Å¾ */
@media only screen and (min-width: 1201px) {

	.mega-area {
	  position: static !important;
	}
    .navbar-right .dropdown-menu
      left:0; !important;
    }

	.mega-menu {
	  padding: 20px 20px;
	  width: 100%;
	}

	.mega-menu > div > li > ul {
	  padding: 0;
	  margin: 0;
	}

	.mega-menu > div > li > ul > li {
	  list-style: none;
	}

	.mega-menu > div > li > ul > li > a {
	  display: block;
	  padding: 3px 20px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.428571429;
	  color: #333333;
	  white-space: normal;
	}

	.mega-menu > div > li > ul > li > a:hover,
	.mega-menu > div > li > ul > li > a:focus {
	  text-decoration: none;
	  color: #262626;
	  background-color: #f5f5f5;
	}

	.mega-menu.disabled > a,
	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  color: #999999;
	}

	.mega-menu.disabled > a:hover,
	.mega-menu.disabled > a:focus {
	  text-decoration: none;
	  background-color: transparent;
	  background-image: none;
	  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	  cursor: not-allowed;
	}

	.mega-menu.dropdown-header {
	  color: #428bca;
	  font-size: 18px;
	}



.wide-image-wrapper-default {
  background-color: #f6f8fa;
  padding: 0;
  overflow: hidden;
  max-height: 640px;
  position: relative
}
.wide-image-wrapper-default .img-right {
  background: url(../images/sub-1.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 500px;
}
.wide-image-wrapper-default h3 {
  color: #333;
  font-size: 30px;
  font-weight: 300;
  padding-top: 30px;
}
.wide-image-wrapper-default p {
  padding-bottom: 30px;
}
.wide-image-wrapper-default .btn {
  margin-bottom: 30px;
}
.one a{color:#000;font-weight:bold;}

.card{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.card-img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgb(0, 0, 0, 0.2);
	/*
	background-color: #000;
    opacity: .2;
	*/
    z-index: 1;
}

.nav-tabs {
    border-bottom: 1px solid #fff;
}


.tab-centers, .nav-pills {
    text-align:center;
}
.tab-centers > li, .nav-pills > li {
    float:none;
    display:inline-block;
}

.tab-list{
	text-align:left;
	overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    margin-bottom: -6px;
}

.btn-radius{
	border-radius: 100px;
}

/* Ãß°¡ */
/*.nav .nav-item .dropdown-toggle{color:#fff;}*/
/*½½¶óÀÌµå È­»ìÇ¥*/
@media (max-width:890px) {
.main-slider button.slick-prev{left:5% !important;}
.main-slider button.slick-next{right:5% !important;}
}
/*½½¶óÀÌµå È­»ìÇ¥ ³¡*/
/*wave ½ÃÀÛ*/
.sliderwave{
	overflow:hidden;
	position:relative;
/*	top:-102px; */
}
@media (max-width: 1200px){
	.sliderwave{
/*		top:-191px; */
	}
}
    .visual_wave_box {
    width: 100%;
    height: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    }

.visual_wave {
    background: url(../img/wave1.svg) repeat-x;
	/*filter:invert(70%) sepia(84%) saturate(316%) hue-rotate(153deg) brightness(84%) contrast(88%);*/
    position: absolute;
    top: -50px;
    width: 6400px;
    height: 80px;
    animation: wave 14s cubic-bezier(0.36,0.45,0.63,0.53) infinite;
    z-index: 9;
	
}
@keyframes wave{
	0%{margin-left:-1600px;}
	100%{margin-left:0px;}
}

/*wave ³¡*/
.col-sm-12 .f17{
	width:19%;
	min-width:100px;
	border-radius:30px;
    text-align: center;
    padding: 15px;
}

@media (max-width:1199px){

      .col-md-2{
   width : 25% !important;
  }
}

@media (max-width:1022px){
	.col-sm-12{
		display:flex;
        
	}
	.col-sm-12 .f17{
		font-size:1.2rem;
		padding:10px 5px;
		margin-bottom:10px;
       
	}
}

@media (max-width:991px){

      .col-md-2{
   width : 100% !important;
  }
}

@media (max-width:768px){
	.col-sm-12{
		flex-wrap:wrap;
		justify-content:left;
     	}

}
@media (max-width:667px){
	.col-sm-12 .f17{
		width:100%;
		line-height:2rem;
	}
	.col-sm-12 .f17 img{
		width:8%;
		max-width:30px;
	}
}

.btn-default:hover img{
	filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(35deg) brightness(106%) contrast(101%);
	transition: all 200ms ease-in;
}
/*BUSINESS¿µ¿ª ¼öÁ¤*/
.pricing-simple .ko_price{
	font-size:2.6rem;
	font-weight:600;
	padding-top:0;
	height:30px;
    text-align: center;
     color: #222;
}
.pricing-simple .ko_price_com{
	padding-top:0;
	height:20px;
    text-align: center;
    color: #1f58cc;
    font-weight: 600;
}
.pricing-simple .ko_price_con{
	padding-top:0;
	height:20px;
    text-align: center;
}
.ko1{
	/*display:flex;*/
	flex-wrap:no-wrap;
	justify-content:space-between;
	/*padding:2% 5% 5% 5%;*/
	text-align:center;
}
.ko1 a{
	margin:0;
	width:48.8%;
}
.ko1 .division{
	border:1px solid #ddd;
	border-radius:20px;
	padding:5%;
	background:#1f58cc;
    color: #fff;
}
.ko2{
	display:flex;
	flex-wrap:no-wrap;
	justify-content:space-between;
	padding:2% 5% 5% 5%;
	text-align:center;
}
.ko2 a{
	margin:0;
	width:48.8%;
}
.ko2 .division{
	border:1px solid #ddd;
	border-radius:20px;
	padding:5%;
	background:#1f58cc;
    color: #fff;
}
.ko3{
	display:flex;
	justify-content:space-around;
	text-align:center;
	margin-bottom:10px;
}
.ko3 a{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:25%;
}
.ko3 img{
	/*width:45%;*/
	filter: invert(80%) sepia(0%) saturate(91%) hue-rotate(195deg) brightness(79%) contrast(77%);
}
.ko3 a:hover img{
	filter: invert(82%) sepia(40%) saturate(1669%) hue-rotate(145deg) brightness(86%) contrast(89%);
	transition: all 200ms ease-in;
}
/*BUSINESS¿µ¿ª ¼öÁ¤ ³¡*/

/*sticky-wrapper ¼öÁ¤*/
.sticky-wrapper{
	
}
/*sticky-wrapper ¼öÁ¤ ³¡*/

@media (max-width: 1022px){
	.col-sm-12 .f17 {padding: 15px;}
}
@media (max-width: 767px) {
	/*.sliderwave{height:450px !important;}*/
	/*.main-slider{height:550px !important;}*/
    .slick-slide {height: 550px !important;}
  /*  .bghere{top:-170px;padding-bottom: 50px !important;} */
	.visual_wave{top: -30px; height: 40px;}
	.col-sm-12 .f17 {padding: 15px 5px; border-radius: 30px;}
    .main-slider button.slick-arrow {width: 55px !important; height: 55px !important;}
}
@media (max-width: 320px){

   .visual_wave{top: -30px;}
   .sliderwave{top:0;height: 700px;}
   .slick-slide {height: 250px !important;}
       
}


.bghere{
	background: linear-gradient(to bottom, #1f58cc 50%, #4d88fd);
/*	position:relative; */
	width:100%;
/*	bottom: 60px; */
/*	float:left; */
	padding-bottom:80px; 
}
@media (max-width:1200px){
	call-to-action{top:-120px;}
	.bghere{/*top:-60px;*/padding-top:27px;}
    
}
@media (max-width:991px){
	.call-to-action{top:0;}
}

.col-sm-12 .f17:hover, .col-sm-12 .f17:focus{background-color:transparent;border-color: #fff;color:#fff;}

/*  Çù·Â»ç*/

.ms-brand-wrap {
    text-align: center;
}

.ms-brand-wrap ul {
    position: relative;
    
}

.ms-brand-wrap ul:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: linear-gradient(to bottom,transparent,#fff);
}

.ms-brand-wrap ul li {
    display: inline-block;
  /*  width: 18.7879%;
    margin: 0 20px 1.5151% 0;*/
    width: 12.8%;
    margin: 5px;
}

.ms-brand-wrap ul li:nth-child(6n) {
    margin-right: 0;
}

.ms-brand-wrap ul li:nth-last-child(-n+6) {
    margin-bottom: 0;
}

.ms-brand-wrap ul li img {
    width: 100%;
}
.ms-clear:after {
    content: '';
    display: block;
    clear: both;
}

.ms-bcontents {
    max-width: 1200px;
    margin: 0 auto;
}

/*  ½ºÅ²º¸·¯°¡±â*/
.ms-contents {
    width: 1320px;
    margin: 0 auto;
}

.ms-btn-more {
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 190px;
    margin-top: 90px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 10px 15px rgba(33,153,255,0.2);
    font-weight: 500;
    color: #fff !important;
    line-height: 60px;
    font-size: 17px;
    text-align: center;
    transition: color 0.4s;
}
.ms-btn-blobs {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1f58cc;
    box-sizing: border-box;
    border-radius: 50px;
}

.ms-btn-blobs > span {
    position: absolute;
    top: 6px;
    width: 40%;
    height: 100%;
    border-radius: 100%;
    background: #1f58cc;
    transform: translateY(0) scale(2);
}

.ms-btn-blobs > span:nth-child(1) {
    left: 0;
    transition: transform 0.4s 0s;
}

.ms-btn-blobs > span:nth-child(1) {
    left: 0;
    transition: transform 0.4s 0s;
}

.ms-btn-blobs > span:nth-child(2) {
    left: 25%;
    transition: transform 0.4s 0.1s;
}

.ms-btn-blobs > span:nth-child(3) {
    left: 50%;
    transition: transform 0.4s 0.2s;
}

.ms-btn-blobs > span:nth-child(4) {
    left: 75%;
    transition: transform 0.4s 0.3s;
}

.ms-btn-more:hover {
    color: #1f58cc !important;
}

.ms-btn-more:hover .ms-btn-blobs > span {
    transform: translateY(150%) scale(1);
}

.ms-btn-more02:hover {
    color: #1f58cc !important;
}

.ms-btn-more02:hover .ms-btn-blobs > span {
    transform: translateY(150%) scale(1);
}

.ms-bnmain-wrap {
    position: relative;
    max-height: 840px;
   /* background: url(/web/upload/kdesign/bn/main_bg.jpg) no-repeat center;*/
    background-size: cover;
    overflow: hidden;
    background-color: #e2ebfe;
}

.ms-bnmain-wrap .ms-contents {
    padding: 30px 0;
}

.ms-bnmain-wrap .ms-contents > .ms-fleft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
}

.ms-bnmain-wrap .ms-contents > .ms-fleft strong {
    font-size: 16px;
    font-family: 'Unbounded',sans-serif;
    color: #1f58cc;
}

.ms-bnmain-wrap .ms-contents > .sm-fleft h2 {
    margin: 20px 0 30px;
    color: #333;
    font-size: 40px;
    line-height: 1.3125;
}

.ms-bnmain-wrap .ms-contents > .ms-fleft p {
    color: #999;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.375;
}

.ms-bnmain-wrap .ms-contents > .ms-fright {
    max-width: 596px;
    animation: movetop 50s linear infinite;
}
.ms-fright {
    float: right;
}

@keyframes backgroundAni {
    0%,100% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes movetop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-66.66%);
    }
}

@keyframes bounce_ser {
    0% {
        top: 25px;
    }

    50% {
        top: 35px;
    }

    100% {
        top: 25px;
    }
}

@keyframes bounce_rv {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}


/*  Æ÷Æ®Æú¸®¿À*/


.ms-portfolio-wrap {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ms-portfolio-wrap .swiper-container {
  /*  transform: translateX(51%); */
    overflow: visible;
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    
}

.ms-portfolio-wrap .swiper-slide {
    width: 540px;
    border-radius: 20px;
    overflow: hidden;
}

.ms-portfolio-wrap .swiper-slide .ms-portfolio-thumb {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.ms-portfolio-wrap .swiper-slide-active .ms-portfolio-thumb {
    margin-top: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.ms-portfolio-wrap .swiper-slide .ms-portfolio-info {
    color: #000;
    padding: 20px 50px 10px 50px;
    text-align: center;
    transform: translateY(-100%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.ms-portfolio-wrap .swiper-slide-active .ms-portfolio-info {
    transform: translateY(0%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.ms-portfolio-wrap .swiper-slide h3 {
    font-family: 'Unbounded',sans-serif;
    font-size: 36px;
    font-weight: 500;
}

.ms-portfolio-wrap .swiper-slide span {
    display: inline-block;
    margin: 0 0 8px;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
}

.ms-portfolio-wrap .ms-slide-btn {
    width: 150px;
    height: 150px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 9;
    top: 80px;
    right: 13%;
}

.ms-portfolio-wrap .ms-slide-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ms_cicle.png") no-repeat 50%;
    z-index: -1;
    animation: rotate 10s linear infinite;
    background-size: 100%;
}

.ms-portfolio-wrap .swiper-button-prev,.ms-portfolio-wrap .swiper-button-next {
    width: 10px;
   /* height: 11px; */
    background-size: 10px 11px;
    padding: 15px;
}

.ms-portfolio-wrap .swiper-button-prev {
    background: url(../img/ico_btn_prev.png) no-repeat 50%;
    left: 40px;
}

.ms-portfolio-wrap .swiper-button-next {
    background: url(../img/ico_btn_next.png) no-repeat 50%;
    right: 40px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


 /*  

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y;
    overflow: hidden;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 2
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

*/


.main_pf.if_new2018 {padding-top:0px;}
.main_pf.if_new2018 .title_pf {background:#fff; padding-top:25px; margin-bottom:0px; padding-bottom:30px;}
.main_pf.if_new2018 .tabmenu {background:#fff;}


.main_vs .if_2022 {display:flex; justify-content: flex-start; align-items: stretch; flex-direction:column; overflow:hidden;}
.main_vs .if_2022 .red_box {background:#fff; margin-top:5px;}
.main_vs .if_2022 .red_box li {border:0;}
.main_vs .if_2022 .red_box .btn {color:#222; font-weight:600; letter-spacing:-0.3px;}
.main_vs .if_2022 .red_box li+ li .btn:before {background:#ddd;}

.main_vs .if_2022 .fl_cs {padding-top:0px; height:auto;}
.main_vs .if_2022 .fl_cs .btn_box {margin-top:15px;}
.main_vs .if_2022 .fl_cs .btn_box .btn {background:#db2e1f; border-color:#db2e1f; color:#fff; height:45px; line-height:1; display:flex; justify-content: center; align-items: center; flex-direction:column; font-size:13px;}

.main_vs .if_2022 .login_after {margin-bottom:0px;}
.main_vs .if_2022 .login_after .mine dl {height:35px;}
.main_vs .if_2022 .login_after .total .total_box {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; border:1px solid #eee;}
.main_vs .if_2022 .login_after .total .total_box li {border:0;}
.main_vs .if_2022 .login_after .total .total_box li+ li {border-top:1px solid #eee;}
.main_vs .if_2022 .login_after .total .total_box .btn_go {display:flex; justify-content: space-between; align-items: center; flex-direction:row;}
.main_vs .if_2022 .login_after .total .btn_go em {font-family:"rubik"; text-decoration:none; font-size:14px;}
.main_vs .if_2022 .login_after .total .btn_go em:before {display:none;}

.main_vs .if_2022 .fl_bn {margin-top:auto;}
.main_vs .if_2022 .fl_login {padding-bottom:0px; height:auto;}
.main_vs .if_2022 .fl_login .form .btn_login {background:#222; border-color:#222;}
.main_vs .if_2022 .fl_login .form {padding-right:0px; height:auto;}
.main_vs .if_2022 .fl_login .form .btn_login {position:static; width:100%; box-sizing:border-box; height:40px; margin-top:0; background:#fff; border:1px solid #222; color:#222; margin-top:10px;}
.main_vs .if_2022 .fl_login .form .btn_login:hover {background:#222; color:#fff;}
.main_vs .if_2022 .fl_login .form .input_design {border:1px solid #ddd;}
.main_vs .if_2022 .fl_login .btn_box {margin-bottom:8px; margin-top:5px;}
.main_vs .if_2022 .login_tit {font-weight:600; color:#000; font-size:20px; line-height:1; margin-bottom:10px; font-family:"rubik"; letter-spacing:-1px; margin-top:-3px;}



/*2023-02-22 ARA */
.main_pf.if_new2023 {padding-bottom:0px; background:#fff;}
.main_pf.if_new2023 .tabmenu table {width:auto; margin:0 auto;}
.main_pf.if_new2023 .tabmenu td {width:auto; padding:0 5px;}
.main_pf.if_new2023 .tabmenu {border-bottom:0;}
.main_pf.if_new2023 .tabmenu .tab {background:#fff; border-radius:5px; border:1px solid #e5e5e5 !important; display:inline-flex; justify-content:center; align-items:center; flex-direction:column; height:40px; padding:0 20px;}
.main_pf.if_new2023 .tabmenu td:before {display:none;}
.main_pf.if_new2023 .tabmenu .hit .tab {background:#252728; border:1px solid #252728 !important; color:#fff;}
.main_pf.if_new2023 .pf_list {margin-top:20px;}
.main_pf.if_new2023 .port_box .type {display:none;}
.main_pf.if_new2023 .port_box .txt_box dl {padding:10px;}
.main_pf.if_new2023 .port_box .by_onedaynet {display:none;}

.main_vs.if_new2023 .banner {height:300px;}
.main_vs.if_new2023 .banner .rolling_box {height:300px;}
.main_vs.if_new2023 .banner .rolling_icon {text-align:left; width:1200px; left:50%; margin-left:-600px; bottom:10px}
.main_vs.if_new2023 .banner .rolling_icon li {padding:0px;}
.main_vs.if_new2023 .banner .rolling_icon .icon {background:transparent !important; width:auto; padding:5px;}
.main_vs.if_new2023 .banner .rolling_icon .icon:before {content:""; width:8px; height:8px; background:rgba(0,0,0,0.3);; border-radius:100px; width:8px; height:8px;  display:inline-block;}
.main_vs.if_new2023 .banner .rolling_icon .icon:before {transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;}
.main_vs.if_new2023 .banner .rolling_icon .active .icon:before {background:#000; width:25px;}
.main_vs.if_new2023 .banner .on_bn {height:300px;}
.main_vs.if_new2023 .banner .layout_fix {position:relative; z-index:3}
.main_vs.if_new2023 .banner .bg_img {position:absolute; left:0; top:0; width:100%; height:100%; z-index:2; display:flex; justify-content:center; align-items:center; flex-direction:column;}

.main_vs.if_new2023 .float_box {height:100%; display:flex; justify-content:center; align-items:stretch; flex-direction:column;}
.main_vs.if_new2023 .fl_cs {margin-top:auto; padding-bottom:0;}
.main_vs.if_new2023 .fl_cs .btn_box ul+ ul {margin-top:10px;}
.main_vs.if_new2023 .fl_cs .btn_box {margin-top:0px;}
.main_vs.if_new2023 .fl_cs .btn_box .btn.btn_line {background:#fff; color:#db2e1f;}




/* ¡ß¡ß¡ß¡ß¡ß ¸ÞÀÎ Æ÷Æ®Æú¸®¿À */
.main_pf {position:relative; overflow:hidden; background:#f2f4f8; padding:50px 0;}
.main_pf li {list-style:none;}
.main_pf .title_pf {color:#000; font-family:"rubik"; font-size:50px; font-weight:600; text-align:center; margin-bottom:30px}
.main_pf .title_pf a:hover {color:#cb3726;}

.main_pf .tabmenu { border-bottom:2px solid #252728; height:52px; text-align:center; }
.main_pf .tabmenu table {width:100%;}
.main_pf .tabmenu td {width:1%; vertical-align:top; position:relative;}
.main_pf .tabmenu td:before {content:""; width:1px; height:52px; background:#c7c7c7; position:absolute; right:0; top:0;}
.main_pf .tabmenu .tab {background:#fafafa; font-size:13px; color:#5e5e5e; height:51px; line-height:53px; display:block; border-top:1px solid #c7c7c7; border-left:1px solid #c7c7c7; letter-spacing:-0.5px; margin-left:-1px;}
.main_pf .tabmenu td:first-of-type .tab {border-left:1px solid #c7c7c7; margin:0 !important}
.main_pf .tabmenu .tab:hover {background:#fff; color:#000; text-decoration:underline;}
.main_pf .tabmenu .hit .tab {background:#f2f4f8; color:#000; font-weight:600; border:2px solid #252728 !important; height:52px; line-height:52px; border-bottom:0 !important; }
.main_pf .tabmenu .hit:before {display:none;}
.main_pf .tabmenu .hit+ td .tab {margin-left:0px; border-left:0;}
/*
.main_pf .tabmenu { border-bottom:2px solid #252728; height:51px; text-align:center; }
.main_pf .tabmenu li {float:left; width:8.3333%; height:50px; background:#fafafa;}
.main_pf .tabmenu .tab { font-size:13px; color:#5e5e5e; height:50px; line-height:52px; display:block; border-right:1px solid #c7c7c7; border-top:1px solid #c7c7c7}
.main_pf .tabmenu li:first-of-type .tab {border-left:1px solid #c7c7c7; margin:0 !important}
.main_pf .tabmenu .tab:hover {background:#fff; color:#000; text-decoration:underline;}
.main_pf .tabmenu .hit .tab {background:#efefef; height:51px; border-right:2px solid #252728; border-top:2px solid #252728; border-left:2px solid #252728; margin-left:-1px; color:#000; font-weight:600;}
.main_pf .tabmenu li:first-of-type.hit .tab {border-left:2px solid #252728 !important}
 */

.main_pf .pf_list .upper_shadow {background:transparent url('../img/main_pf_upper.png') left top repeat; position:absolute; top:0; height:100%; width:100%; z-index:20;}
.main_pf .pf_list .upper_shadow.upper_left {left:50%; margin-left:600px;}
.main_pf .pf_list .upper_shadow.upper_right {right:50%; margin-right:600px}
.main_pf .pf_list {overflow:hidden; position:relative; margin-top:55px;}
.main_pf .pf_list .prevnext {position:absolute; top:50%; margin-top:-45px; z-index:25}
.main_pf .pf_list .prevnext a {padding:10px;}
.main_pf .pf_list .prevnext .icon {display: inline-block;width:51px; height:99px; background:transparent url('../img/main_pf_pvnx.png') left top no-repeat;}
.main_pf .pf_list .prevnext.prev {right:50%; margin-right:610px;}
.main_pf .pf_list .prevnext.next {left:50%; margin-left:610px;}
.main_pf .pf_list .prevnext.prev .icon {background-position:left top;}
.main_pf .pf_list .prevnext.next .icon {background-position:right top;}
.main_pf .pf_list .prevnext.prev:hover .icon {background-position:left bottom;}
.main_pf .pf_list .prevnext.next:hover .icon {background-position:right bottom;}
.main_pf .pf_list ul {height:372px; overflow:hidden;}
.main_pf .pf_list li {list-style:none; float:left; position:relative; overflow:hidden; margin:0 12px}

.main_pf .port_box {width:282px; position:relative;}
.main_pf .port_box .img_box {overflow:hidden; position:relative; height:300px;}
.main_pf .port_box .img_box img {width:100%;}
.main_pf .port_box .border { position:absolute; /* background:transparent url('../images/pf_border.png') left top repeat; */ z-index:2; background:#ddd;}
.main_pf .port_box .border01 { left:0;  top:0; width:1px; height:100%;}
.main_pf .port_box .border02 { right:0; top:0; width:1px; height:100%;}
.main_pf .port_box .border03 { left:0; top:0; width:100%; height:1px;}
.main_pf .port_box .txt_box {background:#fff; border:1px solid #ddd; height:50px; position:relative;}
.main_pf .port_box .txt_box dl {padding:12px 15px 0 73px}
.main_pf .port_box .txt_box dt {color:#666; font-size:13px; letter-spacing:-0.5px;}
.main_pf .port_box .txt_box dt {overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block; line-height:15px; height:15px;}
.main_pf .port_box .txt_box dd {font-size:11px; color:#999; letter-spacing:0px; font-family:"roboto","NanumBarunGothic"; line-height:12px; margin-top:3px;}
.main_pf .port_box .txt_box dd {overflow:hidden; text-overflow:ellipsis; white-space: nowrap; word-wrap: normal !important; display:block;}

.main_pf .port_box .type {width:65px; height:50px; overflow:hidden; background:#666; color:#fff;  position:absolute; padding:13px 5px 0; z-index:5; line-height:1.3; font-size:11px;}
.main_pf .port_box .type {word-wrap:break-word; word-break:keep-all; white-space:normal; text-align:center; letter-spacing:-0.5px; box-sizing:border-box;}
.main_pf .port_box.if_tp .type {background:#cb3726; border:1px solid #cb3726;}
.main_pf .port_box.if_hy .type {background:#0ea7be; border:1px solid #0ea7be;}

.main_pf .port_box.if_ag .type {display:none;}
.main_pf .port_box.if_ag dl {padding-left:15px !important;}
.main_pf .port_box.if_other .type {background:#666; border:1px solid #666;}

.main_pf .port_box:hover .upper_link {border:1px solid #666;}
.main_pf .port_box:hover .txt_box dd {}
.main_pf .port_box.if_tp:hover .txt_box dt {color:#cb3726;}
.main_pf .port_box.if_hy:hover .txt_box dt {color:#0ea7be;}
.main_pf .port_box.if_ag:hover .txt_box dt {color:#000;}
.main_pf .port_box.if_other:hover .txt_box dt {color:#000;}
.main_pf .port_box:hover .border {background:#38393c;}

.main_pf .port_box .by_onedaynet {background:#FFF; color:#999; width:68px; height:50px; text-align:center; font-size:11px; line-height:1.3; border-left:1px #eee solid; padding-top:13px;}
.main_pf .port_box .by_onedaynet {position:absolute; right:1px; bottom:1px; z-index:2; box-sizing:border-box;}
.main_pf .port_box .by_part {background:#FFF; color:#999; width:68px;  height:50px; text-align:center; font-size:11px; line-height:1.3; border-left:1px #eee solid; padding-top:13px;}
.main_pf .port_box .by_part {position:absolute; right:1px; bottom:1px;  z-index:2; box-sizing:border-box;}
.main_pf .port_box .by_customer { background:#FFF; color:#74b72c; width:68px;  height:50px; text-align:center; font-size:11px; line-height:1.3; border-left:1px #eee solid; padding-top:13px;}
.main_pf .port_box .by_customer {position:absolute; right:1px; bottom:1px;  z-index:2; box-sizing:border-box;}
.main_pf .port_box .by_onedaynet+ .img_box+ .txt_box {padding-right:65px;}
.main_pf .port_box .by_part+ .img_box+ .txt_box {padding-right:65px;}
.main_pf .port_box .by_customer+ .img_box+ .txt_box {padding-right:65px;}


.main_pf .stats_number {margin-top:50px; overflow:hidden; text-align:center;}
.main_pf .stats_number ul {display:inline-block;}
.main_pf .stats_number li {float:left; padding:0 45px;}
.main_pf .stats_number .number {font-family:"rubik"; font-size:51px; color:#000; letter-spacing:-0.5px;}
.main_pf .stats_number .txt {/* font-family:"NanumSquare"; */ color:#000; font-size:17px; letter-spacing:-0.5px; margin-top:5px;}

.wrap {position:relative; } /* ÀÌºÎºÐ ½ÇÀÛ¾÷½Ã ¼öÁ¤ÇÒ°Í! */
.lineup {display:inline-block} /* float¿ä¼Òµé Á¤·Ä½ÃÅ³¶§ »ç¿ë */
.layout_fix {width:1200px; margin:0 auto; position:relative} /* ·¹ÀÌ¾Æ¿ô °¡·Î°ª °øÅëÀ¸·Î »ç¿ë */
.upper_link {position:absolute; left:0; top:0; width:100%; height:100%; z-index:9; box-sizing:border-box;} /* º¹ÀâÇÑ ¿ä¼Òµé ÇÑ²¨¹ø¿¡ ¸µÅ©½Ã »ç¿ë */
.upper_link img {width:100%; height:100%}

a:link, a:visited {color:inherit; text-decoration: none; cursor:pointer;}
a:hover, a:active {text-decoration: none;}




/* ·ÎµùÆäÀÌÁö */

.loading * {
    display: none;
}

.dots-loader:not(:required) {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-animation: dots-loader 5s infinite ease-in-out;
    animation: dots-loader 5s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s all
}

@-webkit-keyframes dots-loader {
    0% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    8.33% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    16.67% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    25% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    33.33% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px
    }
    41.67% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    50% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    58.33% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    66.67% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    75% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    83.33% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px
    }
    91.67% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    100% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
}

@keyframes dots-loader {
    0% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    8.33% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    16.67% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    25% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    33.33% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px
    }
    41.67% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    50% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    58.33% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    66.67% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    75% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    83.33% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px
    }
    91.67% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    100% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
}

.loaded .dots-loader {
    opacity: 0;
    z-index: 99999;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.body-2 {
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease
}

.body-2.loaded {
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0
}

/* ·ÎµùÆäÀÌÁö ³¡ */



.main-slider.slick-initialized .background_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.main-slider.slick-initialized .background_animation > div {
  position: absolute;
  max-width: 104px;
  /* top: -10%; */
  z-index: 9999;
  animation-name: upAnimation;
  transform: translateY(50%);
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.main-slider.slick-initialized .background_animation > div img {
  width: 100%;
}
.main-slider.slick-initialized .background_animation .background_animation9 {
  left: 15%;
  animation-delay: -15s;
}
.main-slider.slick-initialized .background_animation .background_animation1 {
  left: 0%;
  animation-delay: -1s;
}
.main-slider.slick-initialized .background_animation .background_animation2 {
  left: 7%;
  animation-delay: -7s;
}
.main-slider.slick-initialized .background_animation .background_animation3 {
  left: 7%;
  animation-delay: -7s;
}
.main-slider.slick-initialized .background_animation .background_animation10 {
  left: 15%;
  animation-delay: -15s;
}
.main-slider.slick-initialized .background_animation .background_animation14 {
  left: 28%;
  animation-delay: -3s;
}
.main-slider.slick-initialized .background_animation .background_animation3 {
  left: 20%;
  animation-delay: -6s;
}
.main-slider.slick-initialized .background_animation .background_animation13 {
  left: 22%;
  animation-delay: -10s;
}
.main-slider.slick-initialized .background_animation .background_animation4 {
  left: 24%;
  animation-delay: -7s;
}
.main-slider.slick-initialized .background_animation .background_animation5 {
  left: 25%;
  animation-delay: -19s;
}
.main-slider.slick-initialized .background_animation .background_animation6 {
  left: 58%;
  animation-delay: -3s;
}

.main-slider.slick-initialized .background_animation .background_animation8 {
  left: 72%;
  animation-delay: -2s;
}
.main-slider.slick-initialized .background_animation .background_animation11 {
  left: 76%;
  animation-delay: -16s;
}
.main-slider.slick-initialized .background_animation .background_animation2 {
  left: 77%;
  animation-delay: -7s;
}
.main-slider.slick-initialized .background_animation .background_animation9 {
  left: 80%;
  animation-delay: -11s;
}
.main-slider section.top .background_animation .background_animation12 {
  left: 80%;
  animation-delay: -18s;
}
.main-slider section.top .background_animation .background_animation7 {
  left: 90%;
  animation-delay: -4s;
}

@keyframes upAnimation {
  0% {
    transform: translateY(300vh);
  }
  100% {
    transform: translateY(-10vh);
  }
}
