/*
==========================
1. Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch|Open+Sans:300,400,600,700,800');

/*
==========================
2. Body
==========================
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
/*
==========================
3. Common Css
==========================
*/

/* 3.1 Reset Style */
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: initial;
}
.owl-theme .owl-nav,
.slider-text h1,
.itg-button,
.theme-heading h3,
.itg-button-simple,
.timer span,
.thecube h4 {
    font-family: 'Cabin Sketch', cursive;
    /*font-family: 'Open Sans', sans-serif;*/
    word-spacing: 2px;
	font-weight:700;
}
.small-text-center {
    text-align: center;
}
.special-font {
    font-size: 24px;
}
.positionR {
    position: relative;
}
.positionS {
    position: static;
}
.positionA {
    position: absolute;
}
.bagB {
    background: black;
}
.bagW {
    background: White;
}
.bagG {
    background: #f5f5f5;
}
.border-box {
    border: 1px solid lightgray;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
ul li {
    font-size: 15px;
}
span {
    font-size: 15px;
}
.clear {
    clear: both;
}
.theme-border-bottom {
    border-bottom: 1px solid;
}
.parallax-style {
    background-attachment: fixed;
}
.colorW {
    color: #fff;
}
.colorB {
    color: #000;
}
.colorG {
    #777
}
.title {
    text-transform: uppercase;
}
.fontB {
    font-weight: 600;
}
.special-para {
    font-size: 14px;
}

/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #00C3C9;
    outline: none;
    height: 40px;
    font-size: 13px;
	color:#777;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #00C3C9;
    outline: none;
    font-size: 13px;
	color:#777;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
.ourfaclites{
    color:#fff !important
}

/* 3.3 Button Style */
.itg-button {
    font-size: 18px;
    color: #fff;
    background: #00C3C9;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.4em;
    border-radius: 50px;
    word-spacing: 2px;
    border: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.itg-button-simple {
    font-size: 18px;
    background: #f5f5f5;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.4em;
    border-radius: 50px;
    word-spacing: 2px;
}
.itg-button:hover{
    color: #fff;
}
/* 3.4 Padding Style */
.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}

.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}

.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}

.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}

.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}

.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}

.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}

/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}

.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}

.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB15 {
    margin-bottom: 15px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}

.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}

.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}

/*
==========================
4. Header Style
==========================
*/

/* 4.1 Top Header */
.top-bar {
    padding: 10px 0;
}
.top-bar ul li {
    display: inline-block;
    margin: 0 10px;
}
.top-bar ul li a i {
    display: inline-block;
    margin: 0 8px 0 0;
}
.top-bar ul li a.cart-box {
    background: #f5f5f5;
    padding: 1px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.top-bar ul li a.cart-box:hover {
    color: #fff;
}
.top-bar ul li a.cart-box i {
    margin: 0;
}

/* 4.2 Navigation Bar */
a.navbar-brand {
    padding: 20.5px 0;
}
.navbar-default .navbar-nav li a {
    padding: 43px 15px;
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
	font-weight:600;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #000 !important;
}
.navbar-default .navbar-nav li .dropdown-menu li a {
    padding: 10px 15px;
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-nav li a i {
    margin-left: 8px;
	margin-top:3px;
	float:right;
}
.navbar-default .navbar-nav li .dropdown-menu li a i {
    float: right;
    margin-top: 5px;
}

/*
===================================
5. Main Slider
===================================
*/
.slider-text {
    top: 0;
    width: 100%;
    left: 0;
}
.slider .owl-nav {
    margin-top: -23px;
}

.slider-text h1 {
    padding-top: 11%;
    font-size: 68px;
	line-height:1.2em;
}
.slider-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.slider-text h2 {
    font-weight: 600;
    color: #fff;
    font-size: 50px;
	line-height:1.6em;
}
.slider-text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    margin-top:20px;
    font-weight:600;
}

/*
===================================
6. Heading Style
===================================
*/
.theme-heading {
    width: 100%;
    float: left;
}
.theme-heading i {
    font-size: 20px;
    line-height: 1.4em;
}
.theme-heading p {
    font-size: 14px;
    line-height: 24px;
}
.theme-heading span {
    position: relative;
}
.theme-heading span.colorW:after,
.theme-heading span.colorW:before {
    background-color: #fff;
}
.theme-heading span:after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    right: 30px;
    margin-top: -1px;
}
.theme-heading span:before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    left: 30px;
    margin-top: -1px;
}
.theme-heading h3{
	text-transform:capitalize;
	font-size: 30px;
    margin-bottom: 0;
}

/*
===================================
7. Service Style
===================================
*/
.service-icon {
    width: 17%;
    float: left;
}
.service-text {
    width: 77%;
    float: right;
}
.mainservice{
    border-radius:20px;
}
.mainservice .service-text h4{
    margin-bottom:10px;
    font-weight:700;
}
.facilities-details .service-text .title{
    margin-bottom:10px;
    font-weight: 700;
}
.service-icon i {
    font-size: 40px;
}
.service-text p {
    margin: 0;
    text-align: left;
}
.service-color {
    float: left;
    width: 100%;
}
.service-color .service-icon,
.service-color .service-text h4,
.service-color .service-text p {
    color: #fff;
}
.service-color .service-text a:hover ,
.service-color .service-text a:focus {
    color: #fff;
}

/*
===================================
8. Search Bar
===================================
*/
.search_bar {
    position: relative;
}
.search_bar button {
    font-size: 16px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: #777;
}
.search_bar button:hover {
    color: #fff;
}
.default-btn {
    color: #fff !important;
}

/*
===================================
9. Facilities
===================================
*/
.facilities-image {
    background-image: url(../img/background/bg-transparent.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.facilities,
.facilities-details {
    float: left;
    width: 100%;
}
.facilities-details h3 {
    line-height: 1.2em;
}

/*
===================================
10. Our Staff
===================================
*/
a.circle {
    background: #f5f5f5;
    padding: 6px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #777;
    line-height: 1.2em;
}
a.circle:hover {
    color: #fff;
}
span.icon.basic-link {
    transform: rotate(90deg);
}

/*
===================================
11. Blog Style
===================================
*/
.blog-detail p a span {
    text-transform: uppercase;
    font-size: 12px;
}
.blog-img figure img {
    width: 100%;
}

/*
===================================
12. Page Header
===================================
*/
.bredcrumb-section {
    background-image: url('../img/background/breadcrumb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb>li+li:before {
    color: #fff;
}
.bredcrumb-section:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

/*
===================================
13. Owl nav Style
===================================
*/
.carousel-style-1 {
    position: relative;
}
.carousel-style-1 figure {
    margin-bottom: 1px;
}

.carousel-style-1.owl-theme .owl-nav .owl-prev {
    margin-left: -6%;
}
.carousel-style-1.owl-theme .owl-nav .owl-next {
    margin-right: -6%;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -16px;
}
#partener-slider.owl-theme .owl-nav{
	z-index:-1;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    padding: 5px 18px;
    border-radius: 50px;
    background-color: #f5f5f5;
    line-height: 1.6em;
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    word-spacing: 2px;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	color:#fff;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 2%;
}
.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 2%;
}
.owl-dots {
    position: absolute;
    bottom: 0%;
    width: 100%;
}

/*
=================
14. Preloader
=================
*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.loaderlogo{
    text-align: center;
  vertical-align: middle;
  display: block;

}
.loaderlogo img{
   width: 200px;
  margin-top: 15%;

}
.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.90s ease-in-out;
    -moz-transition: all 0.90s ease-in-out;
    -o-transition: all 0.90s ease-in-out;
    -ms-transition: all 0.90s ease-in-out;
    transition: all 0.90s ease-in-out;
}
.thecube {
    width: 75px;
    height: 75px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -75px;
}
.thecube h4 {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    display: inline-block;
    margin-left: 74px;
    margin-top: 15px;
	font-size: 24px;
    font-weight: 400;
}
.thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes foldthecube {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.cssload-container {
    display: block;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -14px;
}
.cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
}
.cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}
.cssload-loading i:nth-child(2),
.cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}
@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}
@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}
@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}
@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}
@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}
@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}
@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}
@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}
@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}
@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}
@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}
@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}
@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}

/*
===================================
15. Pages Style
===================================
*/

/* 15.1 Sidebar */
.recent-posts p {
    font-size: 14px;
}
.recent-posts a {
    font-size: 14px;
}
.recent-posts img {
    width: 100%;
}
.blog-recent-post {
    display: inline-block;
	margin-bottom:10px;
}
a.square-box:hover {
    color: #fff;
}
.sidebar {
    float: left;
    width: 100%;
}
ul.meta-link li {
    width: 100%;
    margin-bottom: 10px;
}
.tag-list a {
    font-size: 15px;
    background-color: #f5f5f5;
    padding: 12px 15px;
    line-height: 1em;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.tag-list a:hover {
    color: #fff;
}

/* 15.2 Comment Area */
.comment-box figure img {
    width: 100%;
}
.comment-box figure {
    width: 100px;
    margin: auto;
}
.comment-box p {
    font-size: 14px;
}
.comment-box h4 {
    font-size: 16px;
}
.comment-box h4 span {
    color: #777;
    font-size: 12px;
}
.comment-box.reply {
    padding-left: 13%;
}
.comment-box p a.title {
    font-size: 12px;
}
.comment-list {
    width: 100%;
    float: left;
}
.comment-review {
    width: 100%;
    float: left;
}

/* 15.3 Pagination */
.pagination-box span {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    margin: 0 4px;
    background-color: #f5f5f5;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.pagination-box span:hover {
    color: #fff;
}

/* 15.4 Progress Bar */
.progress-bar {
    border-radius: 50px;
}
.progress {
    border-radius: 50px;
    margin-bottom: 10px;
}

/* 15.5 Contact Us */
.address-details p span {
    width: 92%;
}
.address-details {
    width: 100%;
    float: left;
}
.address-details iframe {
    width: 100%;
    height: 370px;
    border: 0;
}
.contact-us p {
    line-height: 1.6em;
}

/* 15.6 Faq Style */
.faq {
    width: 100%;
    float: left;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon,
.ui-icon,
.ui-widget-content .ui-icon {
    #display: none;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0px;
}
.ui-accordion .ui-accordion-header {
    outline: none;
}
.ui-progressbar .ui-progressbar-overlay {} .ui-icon-triangle-1-e {
    background-position: -32px 0px;
}
.ui-icon-triangle-1-s {
    background-position: -65px 0px;
}
.ui-icon {
    float: right;
    margin-top: 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background-color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-widget-content {
    color: #777;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #fff;
}
.ui-accordion .ui-accordion-header:hover{
	color:#fff;
}

/* 15.7 Comming Soon */

.comming-soon-image {
    background-image: url(../img/background/comming-soon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.special-style-fixed {
    position: fixed;
}
.special-section {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
	margin-top:-344px;
}
.overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.timer span {
    font-size: 22px;
}
.timer-circle {
    background: red;
    display: inline-block;
    padding: 16px 10px;
    width: 65px;
    border-radius: 100%;
    text-align: center;
    margin: 0 5px;
    position: relative;
	height:62px;
}
.normal {
    position: absolute;
    top: 106%;
    font-size: 15px !important;
    left: 0;
    width: 100%;
    font-family: 'Lato', sans-serif !important;
}
.comming-soon-content {
    padding: 21% 0;
}

/*
===================================
16. Footer Style
===================================
*/
.foot-sec {
    width: 100%;
    float: left;
	color:#fff;
}
.footer-box {
    float: left;
    width: 100%;
}
.main_footer {
    background-image: url('../img/background/footer-background.jpg');
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_footer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
}
.foot-sec ul li {
    margin-bottom: 15px;
    width: 100%;
}
/*.foot-sec ul.text li span {
    width: 88%;
    float: right;
}*/
.foot-sec ul li a i {
    margin-right: 10px;
}
.foot-img-box ul li {
    width: 21%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.foot-sec p {
    margin-bottom: 15px;
    clear: both;
}
.square-box {
    background: #f5f5f5;
    padding: 5px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0 5px 5px 0;
    line-height: 1.2em;
}
.square-box:hover {
    color: #fff !important;
}
.bottom-footer p {
    margin: 0;
	color:#fff;
}
.site_logo{
    width:100px !important;
}

.navbar-default.theme-bg{
    background:#fff !important;
}
.navbar-header{
    background:#fff !important;
}
.top-bar{
    background: #08acf4;
    color:#fff;
}
.top-bar ul li a:hover{
    color:#fff !important;
}
.navbar-brand{
    padding:2px 0 !important;
}

ul.nav.navbar-nav li a:hover{
    color:#08acf4 !important;
    background:#fff !important;
}
.navbar-collapse.collapse .nav.navbar-nav.sm
{
    margin-top:15px !important;
}

.address-details.marB30 span{
    font-size:14px !important;
}



/* Testimonials Section */
.theme-bg-light {
    background-color: #FFF9C4;
}

.testimonial-box {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    margin: 10px;
    transition: all 0.3s ease;
    border: 2px solid #FFE082;
    position: relative;
}

.testimonial-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.15);
    border-color: #FFC107;
}

.quote-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFC107;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.testimonial-content {
    padding-top: 30px;
}

.testimonial-text {
    font-style: italic;
    color: #5D4037;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}

.star-rating {
    font-size: 18px;
}

.star-rating .fa-star {
    color: #FFC107;
    margin: 0 2px;
}

.star-rating .fa-star-o {
    color: #E0E0E0;
    margin: 0 2px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    border-top: 1px dashed #FFE082;
}

.author-image {
    margin-bottom: 15px;
}

.author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #FFC107;
    object-fit: cover;
}

.author-details {
    text-align: center;
}

.author-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-role {
    color: #FF9800;
    font-size: 14px;
    margin-bottom: 5px;
}

.author-company {
    color: #666;
    font-size: 13px;
    font-style: italic;
}

/* Owl Carousel Customizations for Testimonials */
#testimonials-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#testimonials-slider .owl-prev,
#testimonials-slider .owl-next {
    background: #FFC107 !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#testimonials-slider .owl-prev:hover,
#testimonials-slider .owl-next:hover {
    background: #FF9800 !important;
    transform: scale(1.1);
}

#testimonials-slider .owl-dots {
    margin-top: 30px;
    text-align: center;
}

#testimonials-slider .owl-dot {
    background: #FFE082 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

#testimonials-slider .owl-dot.active {
    background: #FFC107 !important;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-box {
        margin: 20px 0;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
    
    #testimonials-slider .owl-nav {
        display: none;
    }
	#main-slider .slider-text a{
		display:none !important
	}
}

.top-bar a{
	color:#fff !important;
	opacity:1 !important
}
.top-bar a:active{
	color:#fff !important;
	opacity:1 !important
}

.fancybox-inner{
	height:500px !important;
}