/*
==========================
1 Body
==========================
*/

body {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #626161;
    line-height: 24px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
    letter-spacing: 2px;
}
/*
==========================
2 Common Css
==========================
*/
/* 2.1 Reset Style */

img {
    max-width: 100%;
    float: left;
}
a {
    text-decoration: none;
    cursor: pointer;
    -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;
    letter-spacing: 2px;
    color: inherit;
}
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: 'Dosis', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: inherit;
    letter-spacing: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Dosis', sans-serif;
    color: #000;
    text-transform: initial;
    letter-spacing: 2px;
    text-transform: uppercase;
    clear: both;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
.clear {
    clear: both;
}
.parallax-style {
    background-attachment: fixed;
}
.grey-background {
    background-color: #eee;
}
/* 2.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 rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
    color: #000;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
    color: #000;
}
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;
}
/* 2.3 Button Style */

.itg-button {
    font-size: 14px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.2em;
    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;
    border: 1px solid #fff;
    margin: 0 20px 20px 0;
    text-transform: uppercase;
    background-color: transparent;
}
.itg-button.light:hover {
    color: #fff;
}
.itg-button.active {
    color: #fff;
}
.itg-button:hover {
    color: #fff;
}
/* 2.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;
}
/* 2.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;
}
/*
==========================
3 Header Style
==========================
*/
/* 3.1 Main Header  */

#header {
    
    top: 0;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
    -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;
}
#header.sticky-header {
    background-color: #000;
    top: 0;
    position:relative;
    border-bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
#header.sticky-header a.navbar-brand {
    width: 200px;
    padding: 12px 0;
}
#header.sticky-header .navbar-nav {
    padding: 10px 0;
}
#header.sticky-header .head-search {
    padding: 18px 0;
}
.head-box {
    padding: 0 40px;
	background-color: #fff;
}
.navbar {
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
a.navbar-brand {
    padding: 15px 0;
}
.navbar-nav {
    padding: 55px 0;
}
.navbar-nav>li>a:after {
    top: 10px;
    left: 15px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-left: 1px solid;
    border-top: 1px solid;
    -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;
}
.navbar-nav>li>a:before {
    bottom: 10px;
    right: 15px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -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;
}
.navbar-nav > li:after {
    top: 10px;
    right: 15px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    -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;
}
.navbar-nav > li:before {
    bottom: 10px;
    left: 15px;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -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;
}
.navbar-nav>li:hover a::after {
    opacity: 1;
    top: 0;
    left: 0;
}
.navbar-nav>li:hover a::before {
    opacity: 1;
    bottom: 0;
    right: 0;
}
.navbar-nav > li:hover::before {
    opacity: 1;
    bottom: 0;
    left: 0;
}
.navbar-nav > li:hover::after {
    opacity: 1;
    top: 0;
    right: 0;
}
.navbar-nav > li:focus::after,
.navbar-nav > li:focus::before,
.navbar-nav > li:focus a::after,
.navbar-nav > li:focus a::before,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    opacity: 1;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover,
ul.nav.navbar-nav li a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
ul.nav.navbar-nav li a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
}
.navbar-nav .dropdown-menu > li > a {
    white-space: normal;
    padding: 10px 15px;
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover .navbar-default .navbar-nav>li>a:before {
    opacity: 1;
}
.navbar-nav .dropdown-menu > li > a {
    text-transform: capitalize;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.head-search {
    padding: 23px 0;
    text-align: right;
    color: #fff;
    float: right;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu>li>a i,
.navbar-default .navbar-nav>li>a i {
    float: right;
    margin-top: 4px;
}
/* 3.2 Search bar */

.top-search {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 30px;
    position: absolute;
    top: 100%;
    right: 100%;
    -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;
}
.searchopen {
    right: 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;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
}
.top-search input.form-control {
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    padding: 0 0;
    height: 50px;
}
.top-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #fff;
}
.top-search input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #fff;
}
.top-search input:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #fff;
}
.top-search input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #fff;
}
.search_bar {
    position: relative;
}
.search_bar input {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.search_bar button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 1em;
    background-color: #fff;
    border: none;
    padding: 0px 20px;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
/*
==========================
4 Main Slider
==========================
*/

.slider {
    position: relative;
    float: left;
    width: 100%;
}
.slider-text {
    top: 50%;
    width: 100%;
    left: 0;
    text-align: left;
    margin-top: 20px;
    position: absolute;
}
.slider-image {
    float: left;
    width: 100%;
}
.slider-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.27);
}
.slider.owl-theme .owl-dots {
    width: auto;
    right: 0;
    bottom: 50%;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: -35px;
}
.slider.owl-theme .owl-dots .owl-dot {
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 10px;
    background-color: transparent;
    border: 1px solid #fff;
}
.slider-text h1 {
    color: #fff;
    letter-spacing: 2px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 500;
}
.slider-text p {
    color: #fff;
    width: 600px;
    margin-bottom: 20px;
}
/*
===================================
5 Heading Style
===================================
*/

.theme-heading {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}
.theme-heading h1 {
    position: absolute;
    top: 0;
    line-height: 40px;
    font-size: 60px;
    width: 100%;
    color: rgba(0, 0, 0, 0.1);
}
.theme-heading p {
    padding: 20px 15px;
    max-width: 600px;
    margin: auto;
    display: table;
}
.heading-shape {
    display: inline-block;
}
.theme-heading strong {
    font-weight: 600;
}
.theme-heading h3 {
    padding: 8px 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.theme-heading h3:before {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -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;
}
.theme-heading h3:after {
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-top: 1px solid;
    border-right: 1px solid;
    -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;
}
.heading-shape:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-left: 1px solid;
    border-top: 1px solid;
    -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;
}
.heading-shape:before {
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -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;
}
/*
===================================
6 Photographer
===================================
*/

.photographer {
    width: 100%;
    float: left;
}
.photographer .content {
    clear: both;
}
.photographer figure {
    float: left;
    width: 100%;
}
.photographer .content p {
    margin-bottom: 0;
}
/*
===================================
7 About
===================================
*/

.about {
    width: 100%;
    float: left;
}
.about .content {
    clear: both;
    width: 100%;
    float: left;
}
.about .content h4 {
    margin-bottom: 10px;
}
.social-icon.solid li a {
    border: 0;
    font-size: 20px;
    color: #777;
}
.my-story {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
.my-story .first {
    display: inline-block;
    float: left;
    position: relative;
}
.my-story .second {
    float: right;
    display: inline-block;
    position: relative;
}
.my-story .third {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110.5px;
}
.my-story a img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -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;
}
.my-story a:hover {
    z-index: 2;
}
.my-story a:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}
.itg-loader h4 {
    color: #fff;
}
/*
===================================
8 Services
===================================
*/

.service-background {
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../img/background/service-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 170px;
}
.services {
    width: 100%;
    float: left;
    margin-bottom: -170px;
}
.sevice-box {
    width: 100%;
    float: left;
}
.sevice-box figure {
    overflow: hidden;
}
.sevice-box figure img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    -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;
}
.sevice-box.theme-hover:hover figure img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.service-background:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 225, 225, 0.5);
}
/*
===================================
9 Portfolio
===================================
*/

#portfolio-slider .theme-hover .content-box {
    margin-top: -99px;
}
#portfolio-slider figure {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -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;
}
#portfolio-slider .theme-hover:hover figure {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
#portfolio-slider.owl-carousel .owl-stage-outer {
    padding: 50px 0;
    margin-top: -50px;
}
/*
===================================
10 Work Gallery
===================================
*/

.work-gallery {
    padding: 0;
}
.mixitup-btn a.filter {
    margin: 0 20px;
    font-size: 18px;
}
.mixitup-btn {
    text-align: center;
}
.mixitup-btn a.filter {
    margin: 0 10px;
    font-size: 18px;
    padding: 0;
    position: relative;
}
.mixitup-btn a.filter span {
    padding: 10px 20px;
    display: inline-block;
    line-height: 1.2em;
}
.mixitup-btn a.filter span:before {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -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;
}
.mixitup-btn a.filter span:after {
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    -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;
}
.mixitup-btn a.filter:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-left: 1px solid;
    border-top: 1px solid;
    -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;
}
.mixitup-btn a.filter:before {
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -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;
}
.mixitup-btn a.filter.active span:after,
.mixitup-btn a.filter.active span:before,
.mixitup-btn a.filter.active:after,
.mixitup-btn a.filter.active:before {
    opacity: 1;
}
.work-gallery .content-box a {
    font-size: 50px;
    color: #fff;
}
.work-gallery .theme-hover .content-box {
    margin-top: -27.5px;
}
.work-gallery.simple {
    padding: 0 15px;
    margin-bottom: 30px;
}
/*
===================================
11 Home Blog
===================================
*/

.blog-section {
    width: 100%;
    float: left;
    position: relative;
}
.blog {
    width: 100%;
    float: left;
    position: relative;
}
.blog-caption {
    margin: 20px 0 0 0;
}
.blog-caption h4 {
    margin-bottom: 10px;
}
.blog-caption p {
    margin-bottom: 20px;
}
.blog-caption .itg-button {
    margin-bottom: 10px;
}
.blog figure img {
    width: 100%;
}
.blog figure {
    position: relative;
    overflow: hidden;
}
.blog figure figcaption {
    position: absolute;
    bottom: -50%;
    padding: 15px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -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;
}
.blog:hover figure figcaption {
    bottom: 0;
}
.blog figure figcaption a {
    color: #fff;
}
.blog .user-name,
.blog .comment-no {
    float: left;
    margin-right: 40px;
}
.blog .date {
    float: right;
}
.blog figure figcaption a i {
    margin-right: 5px;
}
/*
===================================
12 Agency
===================================
*/

.agency {
    float: left;
    width: 100%;
}
section.modal-agency-section {
    background-color: #eeeeee;
}
.agency h4 {
    text-align: left;
    padding-bottom: 10px;
}
.agency p {
    margin-bottom: 20px;
}
.agency-image {
    padding: 0;
}
.agency-detail {
    padding: 20px 30px 15px;
}
.agency figure {
    width: 100%;
    float: left;
    position: relative;
}
.agency-image figure img {
    width: 100%;
}
/*
===================================
13 Photography
===================================
*/

#photography-slider {
    margin-bottom:0px;
}
#photography-slider .owl-dots {
    position: relative;
	line-height:1em;
}
#photography-slider .owl-dots .owl-dot span {
    margin:0 5px;
}
.professional-photography h4 {
    margin-bottom: 10px;
}
.professional-photography {
    width: 100%;
    float: left;
    position: relative;
}
.professional-photography p {
    margin-bottom: 20px;
}
.professional-photography a {
    margin-bottom: 0;
}
#photography-slider figure {
    width: 100%;
}
/*
===================================
14 Contact form
===================================
*/

.theme-form {
    width: 100%;
    float: left;
    position: relative;
}
.contact-us {
    position: relative;
    float: left;
    background-image: url(../img/background/contact-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.contact-us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.address {
    color: #fff;
    margin-bottom: 30px;
}
.address h3 {
    color: #fff;
    margin-bottom: 20px;
}
.address ul li {
    margin-bottom: 5px;
    font-weight: 300;
}
.address ul li span {
    font-weight: 600;
    margin-right: 12px;
}
.social {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 30px;
}
.social h3 {
    color: #fff;
    margin-bottom: 20px;
}
.theme-form input {
    margin-bottom: 30px;
    background-color: #1d90cc;
    border: 1px solid #000;
    color: #000;
}
.theme-form input.itg-button {
    margin-bottom: 0;
}
.theme-form textarea {
    background-color: #1d90cc;
    border: 1px solid #000;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    color: #000;
}
.theme-form input::-webkit-input-placeholder,
.theme-form select::-webkit-input-placeholder,
.theme-form textarea::-webkit-input-placeholder {
    color: #fff;
}
.theme-form input::-moz-placeholder,
.theme-form select::-moz-placeholder,
.theme-form textarea::-moz-placeholder {
    color: #fff;
}
.theme-form input:-ms-input-placeholder,
.theme-form select:-ms-input-placeholder,
.theme-form textarea:-ms-input-placeholder {
    color: #fff;
}
.theme-form input:-moz-placeholder,
.theme-form select:-moz-placeholder,
.theme-form textarea:-moz-placeholder {
    color: #fff;
}
/*
===================================
15 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: -22.5px;
    z-index: -1;
}
#partner-slider figure {
    float: left;
    width: 100%;
    border: 1px solid #eee;
}
#partener-slider.owl-theme .owl-nav {
    z-index: -1;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    border-radius: 0;
    line-height: 1.2em;
    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;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid;
    text-align: center;
    padding: 6px 0;
}
.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: -40px;
}
.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: -40px;
}
.owl-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
}
/*
=================
16 Preloader
=================
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
}
.preloader.loaderout {
    top: -100%;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.itg-loader {
    position: absolute;
    max-width: 100px;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    text-align: center;
    margin-top: -62px;
}
.itg-loader figure {
    width: 100px;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.itg-loader figure:after {
    content: "";
    position: absolute;
    background: url(../img/loader/loder-lense.png) no-repeat;
    bottom: 1px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 50%;
    margin-left: -30px;
    -webkit-animation: itgRotating 1.5s linear infinite;
    -moz-animation: itgRotating 1.5s linear infinite;
    -ms-animation: itgRotating 1.5s linear infinite;
    -o-animation: itgRotating 1.5s linear infinite;
    animation: itgRotating 1.5s linear infinite;
}
.itg-loader h4 {
    color: #fff;
    -webkit-animation: itgAnimate 3s infinite ease-in-out;
    animation: itgAnimate 3s infinite ease-in-out;
}
@keyframes itgRotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes itgAnimate {
    0%, 100% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(1);
    }
}
@keyframes itgAnimate {
    0%, 100% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(1);
    }
}
/*
===================================
17 Page Header
===================================
*/

.page-header {
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    position: relative;
}
.page-header.about {
    background-image: url('../img/background/about-bredcrumb.jpg');
}
.page-header.portfolio-one {
    background-image: url('../img/background/portfolio-one-bredcrumb.jpg');
}
.page-header.portfolio-two {
    background-image: url('../img/background/portfolio-two-bredcrumb.jpg');
}
.page-header.portfolio-three {
    background-image: url('../img/background/portfolio-three-bredcrumb.jpg');
}
.page-header.portfolio-four {
    background-image: url('../img/background/portfolio-four-bredcrumb.jpg');
}
.page-header.blog-full {
    background-image: url('../img/background/blog-full-bredcrumb.jpg');
}
.page-header.blog-full-side {
    background-image: url('../img/background/blog-full-side-bredcrumb.jpg');
}
.page-header.blog-one {
    background-image: url('../img/background/blog-one-bredcrumb.jpg');
}
.page-header.blog-two {
    background-image: url('../img/background/blog-two-bredcrumb.jpg');
}
.page-header.blog-three {
    background-image: url('../img/background/blog-three-bredcrumb.jpg');
}
.page-header.blog-four {
    background-image: url('../img/background/blog-four-bredcrumb.jpg');
}
.page-header.contact {
    background-image: url('../img/background/contact-bredcrumb.jpg');
}
.page-header:before {
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
}
.breadcrumb {
    background-color: transparent;
}
.page-header .theme-heading h1 {
    color: rgba(225, 225, 225, 0.2);
}
.breadcrumb-box {
    clear: both;
}
.breadcrumb>li {
    color: #fff;
}
.page-header .theme-heading h3 {
    color: #fff;
}
.page-header .theme-heading {
    padding-bottom: 10px;
}
.page-header .container {
    padding-top: 40px;
    margin-bottom: -40px;
}
/*
===================================
18 Pagination
===================================
*/

.pagination {
    text-align: center;
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    padding:0;
}
.pagination ul {
    display:table;
	margin:auto;
}
.pagination li {
    float: left;
}
.pagination li a {
    width: 35px;
    height: 35px;
    border: 1px solid;
    background-color: transparent;
    margin: 0 5px;
    padding: 3.5px 0;
}
.pagination .pull-left li a{
	  margin: 0 10px 0 0;
}
.pagination li a:hover {
    color: #fff;
}
.portfolio.pagination {
    margin-top: 30px;
}
/*
===================================
19 Comming Soon
===================================
*/

.comming-soon-content {
    z-index: 3;
    position: fixed;
    width: 100%;
    top: 50%;
    margin-top: -272px;
    text-align: center;
}
.special-style-fixed {
    position: fixed;
}
.comming-soon-style-1 {
    background-image: url(../img/background/comming-soon-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.special-section {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.timer {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.timer ul li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 40px 0;
    min-height: 152px;
}
.timer ul li span {
    font-size: 60px;
    display: block;
    color: #fff;
}
.timer ul li span.normal {
    font-size: 14px;
}
.after-border {
    position: relative;
}
.after-border:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #96918f;
    position: absolute;
    right: 0;
    top: 0;
}
.comming-soon-content h1 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}
.comming-soon-content p {
    color: #fff;
    width: 60%;
    margin: auto;
    display: table;
    margin-bottom: 50px;
}
.comming-soon-content figure {
    margin: auto;
    display: inline-block;
    margin-bottom: 30px;
}
.comming-soon-content .social-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.comming-soon-content .social-icon.solid li a {
    color: #fff;
}
.comming-soon-content .social-icon li {
    display: block;
}
.comming-soon-content .social-icon {
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -87.5px;
}
/*
===================================
20 Contact Page
===================================
*/
.contact-map {
    width: 100%;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	padding-top: 100px;
}
#gmap_canvas {
    width: 100%;
    height: 400px;
}
/*
===================================
21 Blog Page
===================================
*/

.blog-sidebar {
    width: 100%;
	float:left;
    margin: auto;
}
.blog-sidebar .widget {
    margin-bottom: 30px;
}
.blog-sidebar .widget_title {
    margin-bottom: 20px;
}
.blog-sidebar figure {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.blog-sidebar figure img {
    width: 100%;
}
.sidebar-category li a {
    width: 100%;
    padding: 8px 10px;
    border-bottom: 1px solid #eeeeee;
}
.sidebar-category li a span {
    float: right;
}
.sidebar-category li a:hover {
    background-color: #eeeeee;
}
.sidebar-post figure {
    margin-bottom: 0;
}
.sidebar-post figure img {
    width: 100%;
}
.sidebar-post p {
    margin-bottom: 0;
}
.sidebar-post li {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.sidebar-post li:last-child {
    margin-bottom: 0;
}
.sidebar-post p a {
    color: #000;
    font-weight: 500;
}
.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}
.tag-cloud a {
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    text-transform: capitalize;
}
.tag-cloud a:hover {
    color: #fff;
}
#sidebar-slider figure {
    margin-bottom: 0;
}
#sidebar-slider .owl-nav {
    z-index: 2;
}
#sidebar-slider .owl-nav .owl-prev {
    float: left;
    margin-left: 10px;
}
#sidebar-slider .owl-nav .owl-next {
    float: right;
    margin-right: 10px;
}
.blog-info {
    margin-bottom: 20px;
}
.blog-info a {
    margin-right: 15px;
}
.blog-info a i {
    margin-right: 5px;
}
.list .blog-caption {
    margin: 50px 0;
}
.list .side-content .blog-caption {
    margin: 0px 0;
}
.list .side-content .blog-caption p {
    margin-bottom: 10px;
}
.blog-article figure {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.blog-article figure img {
    width: 100%;
}
.blog-article h3 {
    margin-bottom: 10px;
}
.blog-article p {
    margin-bottom: 20px;
}
.blog-article blockquote {
    padding: 30px 30px;
    border: 0;
    position: relative;
    font-style: italic;
    font-size: 14px;
    border-bottom: 1px solid #eee;
	margin-bottom:0;
}
span.quot-left {
    position: absolute;
    font-size: 80px;
    left: -15px;
    top: 30px;
    float: left;
    text-align: left;
}
.blog-article {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.language-gallery {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom:0px;
    border-bottom: 1px solid #eee;
}
.language-gallery h3 {
    margin-bottom: 20px;
}
.article-info {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    margin-bottom:30px;
}
.article-info i {
    margin-bottom: 10px;
    display: inline-block;
}
.article.tag-cloud h3 {
    margin-bottom: 20px;
}
.article.tag-cloud {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
#comments {
    float: left;
    width: 100%;
    position: relative;
}
.comment-list {
    float: left;
    width: 100%;
    position: relative;
}
.comment-author {
    float: left;
    width: 100%;
}
.comment-body b.fn {
    font-size: 18px;
    color: #000;
    display: block;
}
.comment-content {
    width: 100%;
}
.comment-avtar {
    width: 150px;
    float: left;
}
.comment-author figure {
    width: 110px;
    margin: auto;
    display: table;
}
.comment-content a.time {
    font-size: 12px;
}
.comment-content p {
    margin-bottom: 0;
}
.comment-body {
    float: left;
    margin-bottom: 30px;
}
.comment-list li .children {
    float: left;
    width: 100%;
    padding-left: 60px;
}
#comments .comments-title {
    margin-bottom: 20px;
}
.comment-list {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom:0px;
}
.comment-form h3 {
    margin-bottom: 20px;
}
.comment-form {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom:0px;
}
.comment-form form {
    padding: 30px;
    border: 1px solid #eee;
    float: left;
    width: 100%;
}
.comment-form input,
.comment-form .input {
    margin-bottom: 30px;
    float: left;
}
.comment-form .itg-button {
    margin-bottom: 0;
}
/*
===================================
22 Error Style
===================================
*/

.error-content {
    z-index: 3;
    position: fixed;
    width: 100%;
    top: 50%;
    margin-top: -221.5px;
    text-align: center;
}
.special-style-fixed {
    position: fixed;
}
.error-style-1 {
    background-image: url(../img/background/error-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.special-section {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.error-content h1 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}
.error-content p {
    color: #fff;
    width: 60%;
    margin: auto;
    display: table;
    margin-bottom: 30px;
}
.error-content figure {
    margin: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.error-img {
    max-width: 400px;
}
/*
===================================
23 Footer Style
===================================
*/

.top_footer {
    background-color: #202020;
    margin-top: 45px;
    margin-bottom: 0;
}
.foot-sec {
    width: 100%;
    float: left;
    color: #fff;
}
.footer-logo {
    float: left;
    margin-bottom: 30px;
}
.footer-box {
    float: left;
    width: 100%;
}
.footer-box {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
}
.foot-sec p {
    margin-bottom: 30px;
    clear: both;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
    background: transparent;
    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;
    border: 1px solid;
    border-radius: 5px;
}
.footer-gallery img {
    float: none;
}
.footer-gallery li {
    float: right;
    margin: 5px 0px 5px 10px;
}
.footer-gallery {
    margin-top: -150px;
    margin-bottom: -105px;
    float: left;
    width: 100%;
}
.bottom-footer {
    background-color: #000;
}
.bottom-footer p {
    margin: 0;
    color: #fff;
}
#scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
#scroll-top.showScrollTop {
    opacity: 1;
    visibility: visible;
}









.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






#myBtn {
  display: none;
  position: fixed;
  bottom: 340px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
span.ennn-ext {
    font-size: 50px;
    margin-right: 7px;
    font-weight: 800;
    color: #de302f;
    font-family: 'FontAwesome';
    /* font-family: 'Style Script', cursive; */
}
p.event-exexxex {
    font-family: 'FontAwesome';
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 17px;
	    line-height: 35px;
}
.centerrr{
    text-align: center;
}


 
 





 
        /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 053 css*/
        .jssorb053 .i {position:absolute;cursor:pointer;}
        .jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
        .jssorb053 .i:hover .b {fill-opacity:.7;}
        .jssorb053 .iav .b {fill-opacity: 1;}
        .jssorb053 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}
		
		/* right panel */
		.enquiry_panel_one i {
			background-color: #7761df;
		}

		.enquiry_panel_one {
			background-color: #7761df;
			/* border-radius: 20px 0px 0px 0; */

		}
		.enquiry_panel_one span{
			writing-mode: vertical-lr;

		}
		.enquiry_panel_two i {
			background-color: #26d367;
		}

		.enquiry_panel_two {
			background-color: #26d367;
		}

		.enquiry_panel_two:hover {
			-webkit-transform: translate(-110px);
			-moz-transform: translate(-110px);
			-ms-transform: translate(-110px);
			-o-transform: translate(-110px);
			transform: translate(-110px);
			border-radius: 10px;
		}

		.enquiry_panel_three i {
			background-color: #ffcf20;
		}

		.enquiry_panel_three {
			background-color: #ffcf20;
			border-radius: 0 0px 0px 20px;
		}

		.enquiry_panel_three:hover {
			-webkit-transform: translate(-110px);
			-moz-transform: translate(-110px);
			-ms-transform: translate(-110px);
			-o-transform: translate(-110px);
			transform: translate(-90px);
			border-radius: 10px;
		}


		.enquiry_panel {
			position: fixed;
			bottom: 5%;
			right: -242px;
			/* -webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%); */
			z-index: 9999;
		}

		.enquiry_panel ul {
			padding: 0px;
			-webkit-transform: translate(265px, 0);
			-moz-transform: translate(265px, 0);
			-ms-transform: translate(265px, 0);
			-o-transform: translate(265px, 0);
			transform: translate(250px, 0);
			position: relative;
			top: 0;
			left: -249px;
		}

		.enquiry_panel ul li {
			/* display: block; */
			list-style: none;
			width: 300px;
			text-align: left;
			padding: 5px;
			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			-ms-transition: all 1s;
			-o-transition: all 1s;
			transition: all 1s;
			z-index: 99;

		}
		.enquiry_panel ul li a {
			color: #fff;
			text-decoration: none;
			font-weight: 600;
			font-size: 1.3rem;
		}
		
		.enquiry_panel ul a {
			color: #fff;
		}

		.enquiry_panel ul li:hover i {
			color: #fff;
			/* background: rgba(0, 0, 0, 0.36); */
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
			-webkit-transition: all 1s;
			-moz-transition: all 1s;
			-ms-transition: all 1s;
			-o-transition: all 1s;
			transition: all 1s;
		}

		.enquiry_panel ul li i {
			margin-left: 1px;
			margin-right: 10px;
			color: #fff;
			/* background: #fff; */
			/* padding: 20px 20px; */
			padding: 7px 28px 28px 7px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			width: 25px;
			height: 25px;
			font-size: 20px;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		.form-slide-box {
			box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
			width: 320px;
			/* height: 300px; */
			overflow-x: auto;
			border-radius: 15px;
			padding: 15px;
			position: fixed;
			top: 20%;
			transform: translate(-13%, -50%);
			z-index: -1;
			background: #fff;
			visibility: hidden;
			cursor: pointer;
			right: -150px;

		}

		.hide-arrow {
			background: #000;
			padding: 0 10px !important;
			border-radius: 20px 0px 0px 0;
			cursor: pointer;
			display: block !important;
		}

		.d-none {
			display: none;
		}
		.panel-one-contact-us:hover .form-slide-box {
			visibility: visible;
			transition: 0.3s;
			right: 245px;
		}
		.panel-one-contact-form-in input , .panel-one-contact-form-in textarea{
			width: 100%;
			margin-bottom: 20px;
			border-radius: 30px;
			padding: 5px 15px;
			outline: none;
			border: 1px solid #ddd;
			color:#000 !important;
		}
		.close-icon{
			font-size: 18px;
			font-weight: 600;
		}
		.close-icon:hover .form-slide-box {
			visibility: visible;
			transition: 0.3s;
			right: 245px;
		}
 















