/*------------------------------------------------------------------
Project:  Pato
Version:  
Last change:  
Assigned to:  Kevin Nguyen
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
  font-family: Ohio-Collegiate;
  src: url('/fonts/ohio-collegiate/Ohio-Collegiate.ttf'); 
}

@font-face {
  font-family: Annexxus;
  src: url('/fonts/annexxus/Annexxus_Demo.ttf'); 
}

@font-face {
  font-family: Beroga;
  src: url('/fonts/beroga/Beroga.ttf'); 
}

@font-face {
  font-family: Callie;
  src: url('/fonts/callie/Callie-Mae.otf'); 
}

@font-face {
  font-family: Chapinero;
  src: url('/fonts/chapinero/Chapinero\ Serif\ Medium.ttf'); 
}

@font-face {
  font-family: Cresa;
  src: url('/fonts/cresa/Cresa.ttf'); 
}

@font-face {
  font-family: Giulia;
  src: url('/fonts/giulia/GiuliaPlainDEMO-Bold.otf'); 
}

@font-face {
  font-family: Masque;
  src: url('/fonts/masque/MASQUE.ttf'); 
}

@font-face {
  font-family: Corleone;
  src: url('/fonts/corleone/Corleone.TTF'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Courgette-Regular;
  src: url('../fonts/courgette/Courgette-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: NotoSans-Regular;
  src: url('../fonts/notosans/NotoSans-Regular.ttf'); 
}

@font-face {
  font-family: Impacted;
  src: url('/fonts/impacted/Impacted2.0.ttf'); 
}

@font-face {
  font-family: Poet;
  src: url('/fonts/poetsen_one/PoetsenOne-Regular.ttf'); 
}

@font-face {
  font-family: Sugo;
  src: url('/fonts/sugo_pro_classic/Sugo-Pro-Classic-Light-trial.ttf'); 
}

@font-face {
  font-family: Impact;
  src: url('/fonts/impact/impact.ttf'); 
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Montserrat, sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #b63b4d;
}

/* ------------------------------------ */
.a1 {
	font-family: Montserrat;
  font-weight: 600;
	font-size: 14.5px;
	line-height: 1.7;
	color: #ffffff;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.a1:focus {
	outline: none !important;
}

.a1:hover {
	text-decoration: none;
	color: #ec1d25;
}

/* ------------------------------------ */
.a2 {
	font-family: Montserrat;
	font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
	color: #d61c22;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.a2:focus {
	outline: none !important;
}

.a2:hover {
	text-decoration: none;
	color: #f1e20b;
}



.a3 {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 11.5px;
	line-height: 1.7;
	color: #ffffff;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.a3:focus {
	outline: none !important;
}

.a3:hover {
	text-decoration: none;
	color: #e8ec1d;
}



.p1 {
  font-family: Noto+Sans;
	font-size: 11.5px;
	line-height: 1.3;
	color: #ffffff;
}

.p1a {
  font-family: Noto+Sans;
	font-size: 11.5px;
	line-height: 1.3;
	color: #e8ec1d;
}

.p1b {
  font-family: Noto+Sans;
	font-size: 11.5px;
	line-height: 1.3;
	color: #000000;
}

.p1c {
  font-family: Noto+Sans;
	font-size: 11.5px;
	line-height: 1.3;
	color: #ec1d25;
}

.p1d {
  font-family: Noto+Sans;
	font-size: 13.5px;
	line-height: 1.3;
	color: #020202;
}

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

p {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

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


/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}

textarea {
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container2 {
  width: 100%;
  height: 100%;
  text-align: justify;
  max-width: 1800px;
  margin-left: 25px;
}

.slick-slide {
  outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #ec1d25;
    border-right: solid 6px #ec1d25;
    border-bottom: solid 6px #ec1d25;
    border-left: solid 6px #ec1d25;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}


/*[ Loader ]
///////////////////////////////////////////////////////////
*/

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 5px solid #0079ba;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 5px solid #e11546;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 5px solid #0079ba;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}


/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 32px;
  right: 95px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
  background: #439fed;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 32px;
    right: 95px;
  }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}


/* Table */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  
}

th {
  text-align: center;
  padding: 8px;
  background-color: #ebebeb00;
  border: 1px solid #ddd;
}

td {
  background-color: #b4b4b400;
  border: 1px solid #ddd;
}

.tr1 {
  background-color: #0d647f00;
  border: 1px solid rgb(0, 0, 0);
}

.table1
{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}






/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 100;
  border-top: 5px solid #ec1d25;
}

.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
  height: 50px;
}

.logo > a{
  display: block;
  height: 100%;
}

.logo > a > img {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
  padding-top: 10px;  
  padding-bottom: 10px; 
  margin-left: 10px;
  margin-right: 10px;
}

.main_menu > li > a {
  font-family: Poppins-Regular;
  font-weight: 100;
  font-size: 14px;
  color: white;
  padding: 15px;
}


.header-fixed .main_menu > li > a {
  color: #222222;
}

.main_menu > li:hover > a {
  color: #b63b4d;
  text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
  position: absolute;
  top:100%;
  width: 100px;

  transform-origin: top left;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34; 
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.main_menu > li:hover .sub_menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li { 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
  color: #b63b4d;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Cresa;
  font-weight: 200;
  font-size: 13px;
  color: #ffffff;
}

.sub_menu > li:hover > a {
  color: #ff0404;
  text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
  font-size: 15px;
  color: white;
}

.header-fixed .social a {
  color: #222222;
}

.social a:hover {
  color: #b63b4d;
}

.btn-show-sidebar {
  width: 26px;
  height: 15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.header-fixed .btn-show-sidebar {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.btn-show-sidebar:hover {
  border-top: 2px solid #ec1d25;
  border-bottom: 2px solid #ec1d25;
}

@media (max-width: 1200px) {
  .main_menu > li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .social {padding-right: 0px;}

  .logo {
    height: 45px;
  }
}

@media (max-width: 992px) {
  .wrap_menu {
    display: none;
  }

  .wrap_header {
    height: 100px;
  }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {width: 300px;}
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((25% - 30px) / 3 );
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  cursor: pointer;
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height: 100vh;
}

.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #ec1d25;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #d41b22;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #d41b22;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 60px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}


/*[ Horizontal Line ]
///////////////////////////////////////////////////////////
*/
hr {
  border: 0;
  border-bottom: solid 2px #504d4d;
  margin: 0.5em 0;
  width: 100%;
  position: auto;
  }

  .hr1 {
    border: 0;
    border-bottom: solid 2px #ffffff;
    margin: 0.5em 0;
    width: 100%;
    position: auto;
    }

    .hr2 {
      border: 0;
      border-bottom: solid 1px #7c7c7c;
      margin: 0.5em 0;
      width: 25%;
      position: auto;
      }

      .hr3 {
        border: 0;
        border-bottom: solid 1px #ffffff;
        margin: 0.5em 0;
        width: 75%;
        position: auto;
        }


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #ffffff;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button4 ]
///////////////////////////////////////////////////////////
*/
.btn4 {
  background: #000000;
  border-radius: 10px;
}

.btn4:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button5 ]
///////////////////////////////////////////////////////////
*/
.btn5 {
  background: #ec1d25;
  border-radius: 12px;
  width: 250px;
}

.btn5:hover {
  background-color: #3498DB;
  color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
  top: 40%;
}


@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }

}


/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-video {
  background-color: rgba(0,0,0,0.5);
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {padding-right: 0px !important;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 15px;

  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;

}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {font-size: 30px;}
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc( (100% - 140px) / 3 ) ;
  margin: 30px 15px;
  position: relative;
}

.overlay-item-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,29,37,0.8);
  opacity: 0;
}

.overlay-item-gallery:hover {
  opacity: 1;
}

.btn-show-gallery {
  font-size: 18px;
  color: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 768px) {
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;

  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}


*{
  box-sizing: border-box;
}
.container1{
  margin: 20px auto;
  padding: 10px;
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 5px;
}

.container3 {
  margin-left: none;
}

.form1{
  /*padding: 15px;*/
  text-align: center;
}
.input{
  padding: 12px 0;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 3px 4px 16px 6px rgba(0,0,0,.17);
  text-align: center;
  width: 90%;
  font-size: 16px;
  transition: border .2s, background-color .2s;
}
.form1 .field{
  background-color: #ECF0F1;
}
.form1 .field:focus {
  border: 2px solid #3498DB;
}
.form1 .btn{
  background-color: #d61c22;
  color: #fff;
  line-height: 25px;
  cursor: pointer;

}

.btn{
  width: 90%;
}

.btn1{
  background-color: #ECF0F1;
  color: rgb(99, 96, 96);
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;

}

.btn1{
  width: 80%;
}

.form1 .btn:hover,
.form1 .btn:active {
  background-color: #1F78B4;
  border: 2px solid #1F78B4;
}
.pass-link{
  text-align: center;
}
.pass-link a:link,
.pass-link a:visited{
  font-size: 12px;
  color: #777;
}

.pass-link a:hover {
color: #b63b4d;
}

.input2 {
  background-color: #ECF0F1;
  padding: 4.7px 0;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,.17);
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  width: 220%;
  font-size: 12px;
  font-family: Montserrat;
  transition: border .2s, background-color .2s;
}

.input2a1 {
  background-color: #ECF0F1;
  padding: 4.7px 0;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,.17);
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  width: 220%;
  font-size: 12px;
  font-family: Montserrat;
  transition: border .2s, background-color .2s;
}

.input2a {
  background-color: #f0f0f0;
  padding: 4.7px 0;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,.17);
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  width: 220%;
  font-size: 12px;
  font-family: Montserrat;
  transition: border .2s, background-color .2s;
}

.input2b {
  background-color: #f0f0f0;
  padding: 4.7px 0;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,.17);
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  width: 75%;
  font-size: 15.5px;
  font-family: Montserrat;
  transition: border .2s, background-color .2s;
}

.input2a:hover {
  background-color: #1f9725;
  color: #ffffff;
}

.input3 {
  background-color: #ECF0F1;
  padding: 4.7px 0;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,.17);
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  width: 220%;
  height: 40%;
  font-size: 12px;
  font-family: Montserrat;
  transition: border .2s, background-color .2s;
}


.svg-wrapper {
	position: center;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 150px;
}

.shape {
	stroke-dasharray: 140 540;
	stroke-dashoffset: -474;
	stroke-width: 8px;
	fill: transparent;
	stroke: #19f6e8;
	border-bottom: 5px solid black;
	transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.text {
	font-family: 'Roboto Condensed';
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 8px;
	color: rgb(3, 3, 3);
  top: -31px;
  right: -3px;
	position: relative;
}

.svg-wrapper:hover .shape {
	stroke-width: 2px;
	stroke-dashoffset: 0;
	stroke-dasharray: 760;
}













.our-team{
  border: 1px solid #d3d3d3;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14),
  0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.our-team:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.our-team:hover:before{
  background: rgba(0,0,0,0.7);
}
.our-team img{
  width: 100%;
  height: auto;
}
.our-team .team-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  padding: 25px 18px;
  transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
  left:0;
}
.our-team .team-title{
  font-size: 18px;
  color: #fff;
  text-transform: none;
}
.our-team .post{
  font-size: 13.5px;
  font-family: Poppins-Regular;
  color: #fdff8a;
  padding: 25px 0px;
}
.our-team .post:after{
  content: "";
  display: none;
  padding: 25px 0px;
  border-bottom: 1px solid #fdff8a;
  margin: 15px 0 20px;
}
.our-team .description{
  font-family: Poppins-Regular;
	font-weight: 200;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.2;
}
.our-team .read{
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent #439fed #439fed transparent;
  position: absolute;
  bottom: 0;
  right: -100%;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}
.our-team:hover .read{
  right: 0;
}
.our-team .read .i1{
  position: relative;
  top: 2px;
  left: 6px;
}

.i1:hover{
  color: #d61c22;
}

@media only screen and (max-width: 990px) {
  .our-team{ margin-bottom: 20px; }
}

.team_social{
  margin:0;
  padding:0;
  list-style: none;
}
.team_social li{
  display: inline-block;
  margin-right: 5px;
}
.team_social li a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  font-size: 17px;
  color: #f5f5f5;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  transition: border 0.3s ease 0s;
}
.team_social:hover li a:hover{
  border-color: transparent;
  color: #fdff8a;
}

.social1 .ul11 .l11 .a11 {
  color: #000000;
}

.social1:hover .ul11:hover .l11:hover .a11:hover {
  color: #1f9625;
}







* { box-sizing: border-box; }

.h1 {
  width:100%;
  text-align:center;
  font-size: 2.4em;
  font-weight:900;
}

.h2 {
  width:100%;
  text-align:center;
  margin-bottom:10px;
  font-size: 2em;
  font-weight:700;
}

.h3 {
  font-size: 1.3em;
  font-weight:700;
}

.h4 {
  width:100%;
  text-align:center;
  margin-top: -20px;
  margin-bottom:60px;
  font-size: 1.2em;
  font-weight:300;
}

.filters {
  width:100%;
  text-align:center;
}

.ui-group {
  align-items: center;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -20px;
}

/* ---- button ---- */

.button {
  display: inline-block;
  outline: none;
  padding: 0.5em 1.0em;
  margin-top:6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #444;
  font-size: 0.9em;
  background-color: white;
  transition: all 0.2s;
}

.button:hover {
  background-color: #ccc;
  color: black;
}

.button:active,
.button.is-checked {
  background-color: #444;
  border:1px solid #444;
}

.button.is-checked {
  color: white;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}

.button-group .button:first-child { border-radius: 4px 0 0 4px; }
.button-group .button:last-child { border-radius: 0 4px 4px 0; }

/* ---- isotope ---- */

.center {
  margin: auto;
  width: 80%;
  padding: 10px;
}

.center1 {
  margin: auto;
  width: 80%;
  padding: 10px;
}

.center2 {
  margin: auto;
  width: 40%;
  padding: 10px;
}

.center3 {
  margin: auto;
  width: 90%;
  padding: 10px;
}
.center4 {
  margin: auto;
  width: 40%;
  padding: 10px;
}

.center5 {
  margin: auto;
  width: 20%;
  padding: 10px;
}

.center6 {
  margin: auto;
  width: 55%;
  padding: 10px;
}

.center7 {
  margin: auto;
  width: 100%;
  padding-left: 7%;
}

@media all and (max-width: 800px){
.center7 { padding-left: 19.5%;
}
}

.grid {
  max-width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 220px;
  height: 240px;
  margin: 12px;
  padding: 5px;
  color: rgb(24, 24, 24);
  border: 1px solid #ccc;
  border-radius: 4px;
  background: linear-gradient(rgba(255,0,0,0) 100%, #efefef 34%);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,.17);
  transition: all 0.2s;
}

.element-item:hover {
  box-shadow: 3px 4px 16px 6px rgba(0,0,0,.17);
  transform: translateY(-5px);
  background-image: url("/images/itembgd.jpg");
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .logo1 {
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.logo1 {
  padding-top: 25px;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.element-item .logo1 img{
  height: 50px;
}

.element-item .name {
  position: relative;
  color: #000000;
  top: 10px;
  font-family: Courgette;
  text-align: center;
  font-size: 1.2em;
  font-weight: 450;
}


.element-item .subtitle {
  position: relative;
  font-family: Poppins;
  top: 33px;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  color: rgb(56, 56, 56);
}

.element-item .desc {
  position: absolute;
  top: 160px;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  padding: 0 20px 0 0;
}

.ul1a {
  font-family: Poppins;
  font-weight: 400;
  color: rgb(56, 56, 56);
  position: absolute;
  top: 110px;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  padding: 0 20px 0 0;
}









.add-to-cart4{
  color: #000000;
  background-color: #fdff8a;
  border-radius: 3px;
  font-family: Courgette;
  font-size: 14px;
  line-height: 29px;
  height: 30px;
  padding: 0 15px;
  display: inline-block;
  transition: all 0.25s ease 0s;
  }
  
  .add-to-cart4:hover
  {
  color: rgb(255, 255, 255);
  background-color: #1f9725;
  }


  .add-to-cart5{
    color: #ffffff;
    background-color: #439fed;
    border-radius: 3px;
    font-family: Courgette;
    font-size: 14px;
    line-height: 29px;
    height: 30px;
    padding: 0 15px;
    display: inline-block;
    transition: all 0.25s ease 0s;
    }
    
    .add-to-cart5:hover
    {
    color: rgb(255, 255, 255);
    background-color: #1f9725;
    }


    .add-to-cart6{
      color: #000000;
      background-color: #ffffff;
      border-radius: 3px;
      box-shadow: 3px 4px 16px 6px rgba(0,0,0,.17);
      font-family: Courgette;
      font-size: 14px;
      line-height: 29px;
      height: 30px;
      width: 300px;
      padding: 0 15px;
      display: inline-block;
      transition: all 0.25s ease 0s;
      }

      .add-to-cart8{
        color: #000000;
        background-color: #ffffff;
        border-radius: 3px;
        box-shadow: 3px 4px 16px 6px rgba(0,0,0,.17);
        font-family: Courgette;
        font-size: 14px;
        line-height: 28px;
        height: 100px;
        width: 300px;
        padding: 0 15px;
        display: inline-block;
        transition: all 0.25s ease 0s;
        }

      .add-to-cart7{
        color: #000000;
        background-color: #ffffff;
        border-radius: 3px;
        box-shadow: 3px 4px 16px 6px rgba(0,0,0,.17);
        font-family: Courgette;
        font-size: 14px;
        line-height: 29px;
        height: 30px;
        width: 300px;
        padding: 0 15px;
        display: inline-block;
        transition: all 0.25s ease 0s;
        }
        
        .add-to-cart7:hover
        {
        color: #000000;
        background-color: #e9e512;
        }














    

    .pagewrap {
      width: 100%;
      max-width: 1140px;
      margin: 25px auto;
      border-radius: 10px;
    }
    
    .grid01 {
      overflow:hidden;
      padding-left: 10px;
    }
    .col {
      float:left;
      padding-right: 20px;
      padding-bottom: 20px;
      }
    
    .col1-2 {
      width: 80%;
    
    }
    
    .col2-2 {
      width: 20%;
    }

    .col1a-2a {
      width: 25%;
    
    }
    
    .col2a-3a {
      width: 25%;
    }

    .col3a-4a {
      width: 25%;
    }

    .col4a-4a {
      width: 25%;
    }


    .col5a-6a {
      width: 50%;
    }

    .col6a-6a {
      width: 50%;
    }

    .col7a-8a {
      width: 50%;
    }

    .col8a-8a {
      width: 50%;
    }
    
    .module {
      padding: 5px;
      background: rgba(255,255,255,0.1);
      border-radius: 5px;
    } 









   
    /* Common styles
* --------------------------------------- */
*{
	box-sizing: border-box;
}
textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.wrap{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box{
	font-size: 1.2em;
	line-height: 1.6em;
  text-align: center;
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
	.wrap{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
}


#section h2{
	margin-bottom: 50px;
  position: relative;
  display: block;
}
#section p a{
	color: #00B16A;
  text-decoration: none;
}
#section .wrap {
	text-align: center;
	width: 100%;
}
#section .box{
	text-align: center;
	margin: 5% 0 0 0;
	width: 100%;
}

.contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #000000;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -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;
}

.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: #66CC99;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto;
  }
}
@media (max-width: 868px) {
	.contact-form {
	  width: 100%;
	  padding: 40px;
	}
}
@media (max-width: 568px) {
	.contact-form {
	  padding: 10px;
	}
}
/*----page styles---*/

.contact-wrap {
  padding: 15px;
  background: none ;
}
.contact-wrap h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.contact-wrap h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62;
}















#handboy
{
   animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: 98% 98%;
    transform-box: fill-box;
    
}


#girllight
{
   animation: swing ease-in-out 1.3s infinite alternate;
    transform-origin: 0% 97%;
    transform-box: fill-box;
}

#hairgirl
{
    animation: swinghair ease-in-out 1.3s infinite alternate;
   transform-origin: 60% 0%;
    transform-box: fill-box;
  
}

#zero
{
  transform-origin:bottom;
  transform-box:fill-box;
  
}

/*************swing************/
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}


/*************swing hair************/
@keyframes swinghair {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}



/************ News Carousel***********/












