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

@import url('https://fonts.googleapis.com/css?family=Lobster|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 */

.city-list-h li a {
    padding: 4px;
    display: block;
    text-decoration: none;
    color: #ff7200;
    border: 2px solid #ff7200;
    text-align: center;
    margin-bottom: 5px;
}
.city-list-h {
    margin-top: 40px;
    text-align: left;
}


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;
    /*text-align: justify;*/
}
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 {
    word-spacing: 2px;
    font-weight: 400;
}
.small-text-center {
    text-align: center;
}
.special-font {
    font-size: 22px;
}
.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 rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
    color: #777;
    border-radius: 5px;
}
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: #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;
}
/* 3.3 Button Style */

.itg-button {
    font-size: 18px;
    color: #000;
    background: #f5f5f5;
    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: 15px;
    background: #f5f5f5;
    padding: 10px 15px;
    display: inline-block;
    line-height: 1.4em;
    word-spacing: 2px;
    color: #fff;
    border-radius: 50px;
    margin-top:15px;

}
a.itg-button-simple {
    color: #ffffff;
}
.itg-button:hover {
    text-shadow: 3px 0 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 2px 0 #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: 5px 0;
    padding-bottom: 0px;
   
}
.top-bar ul li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.top-bar ul li a i {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #fff;
}
.top-bar ul li a {
    color: #fff;
}
.top-bar ul li a.cart-box {
    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 {
    color: #fff;
}
.top-bar ul li a.cart-box i {
    margin: 0;
}
header {
    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: white;
	box-shadow: 0px 7px 14px 1px rgba(0,0,0,0.175);
}
/* 4.2 Navigation Bar */

a.navbar-brand {
    padding: 20.5px 0;
}
.navbar-default .navbar-nav li a {
    padding: 43px 15px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    font-weight: bold;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav li .dropdown-menu li a {
    padding: 6px 15px;
    color: #777;
}

.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:rgba(255,255,255,0);
}
.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;
}
ul.nav.navbar-nav li a {
    border-radius: 5px;
    padding: 8px 13px;
}
ul.nav.navbar-nav {
    margin-top: 35px;
}
ul.nav.navbar-nav li a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li:nth-child(5) a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li:nth-child(6) a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li:nth-child(7) a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li:nth-child(8) a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li:nth-child(9) a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li:nth-child(10) a:hover {
    color: #166FA5;
}
ul.nav.navbar-nav li .home-color {
    color: #166FA5;
   
}
ul.nav.navbar-nav li .home-color:hover {
    color: #166FA5;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 10px;
	margin-top: 10px!important;
}
.left-side.open .dropdown-menu{
	border-radius:25px;
}
.left-side.open .dropdown-menu:before{
	position: absolute;
    top: 21px;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
}
.left-side.open .dropdown-menu:before {
    border-color: transparent transparent transparent #fff;
}
.navbar-default .navbar-nav li .dropdown-menu li:nth-child(1) a:hover{
	color:#fff;
}
.navbar-default .navbar-nav li .dropdown-menu li:nth-child(9) a:hover{
	
	color:#fff;
}
ul.nav.navbar-nav li .home-color:hover {
    color: #fff;
   
}
/*
===================================
5. Main Slider
===================================
*/

.slider-text {
    top: 0;
    width: 100%;
    left: 0;
}
.slider .owl-nav {
    margin-top: -23px;
}
.slider-text h1 {
    padding-top: 0%;
    font-size: 52px;
    line-height: 1.2em;
    text-shadow: 3px 0 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 2px 0 #fff;
}
.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 {
    padding-top: 20%;
    font-weight: 500;
    color: #fff;
    font-size: 50px;
    line-height: 1.6em;
}
.slider-text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}
/*
===================================
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: 20%;
    float: left;
}
.service-text {
    width: 80%;
    float: right;
}
.service-icon i {
    font-size: 40px;
}
.service-text p {
    margin: 0;
    text-align: left;
    text-align: justify;
}
.service-color {
    float: left;
    width: 100%;
    box-shadow: 10px 14px 14px 10px rgba(0, 0, 0, 0.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;
}
.service-color:hover {
    box-shadow: 4px 5px 5px 4px rgba(0, 0, 0, 0.175);
}
.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 15px;
    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;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.search_bar button:hover {
    color: #fff;
}
.default-btn {
    color: #fff !important;
}
/*
===================================
9. Facilities
===================================
*/

.facilities-image {
    /*background-image: url(../img/background/bg-transparent.html);*/
    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;
}
.service-color.service-facility {
    box-shadow: none;
}
figure.slider-margin {
    margin: 2px;
}
.bg-curve-img:after {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../img/bg-bottom-img.html) no-repeat 50% 100%; */
    background-size: contain;
    width: 100%;
    height: 30px;
    bottom: 0;
    right: 0;
}
.bg-curve-img:before {
    content: "";
    display: block;
    position: absolute;
    /* background: url(../img/bg-top-img.html) no-repeat 50% 0; */
    background-size: contain;
    width: 100%;
    top: 0;
    right: 0;
	 height: 30px;
}

/*
===================================
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;
    line-height: 1.2em;
}
a.circle:hover {
    color: #fff;
}
span.icon.basic-link {
    transform: rotate(90deg);
}
figure.img-shadow {
	box-shadow: 15px 15px 15px rgba(0,0,0,0.175);
}
a.circle {
    box-shadow: 8px 6px 8px rgba(0,0,0,0.175);
}
a.circle.hover-blue.active-blue {
    color: #fff;
}
a.circle.hover-green.active-green {
    color: #fff;
}
a.circle.hover-orange.active-orange {
    color: #fff;
}
/*
===================================
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.html');*/
    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;
    box-shadow: 6px 7px 6px rgba(0, 0, 0, 0.175);
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    text-shadow: 3px 0 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 2px 0 #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: 5%;
    width: 100%;
}
/*
=================
14. Preloader
=================
*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}
.rotating h3 {
	text-transform:capitalize;
	margin-top: 10px;
}
.rotating {
   background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
}
.flip {
	 animation-name: flip;
	-webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
/*
===================================
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: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    margin: 0 4px;
    -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;
	border-radius: 25px;
    box-shadow: 5px 6px 6px rgba(0,0,0,0.175);
}
.pagination-box span:hover {
    color: #fff;
}
span.pg-active-orange {
	color:#fff;
}
/* 15.4 Progress Bar */

.tooltip {
    position: relative;
    float: right;
}
.tooltip > .tooltip-inner {
    padding: 10px 7px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.popOver + .tooltip > .tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tooltip.top .tooltip-arrow {
    bottom: -6px;
    margin-left: -5px;
    border-width: 11px 5px 1px;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: 0px;
}
.progress {
    height: 17px;
    margin-top: 10px;
    border-radius: 50px;
    overflow: visible;
}
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    border-radius: 50px;
}
/* 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.html);*/
    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 {
    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 {
   
    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: 5px;
    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: #f0823c;
    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-radius: 15px;
	color:#fff;
}
.square-box:hover {
    color: #fff !important;
}
.bottom-footer p {
    margin: 0;
    color: #fff;
}
.footer-icon {
    position: absolute;
    top: -42px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 5;
    border-radius: 50%;
    font-size: 25px;
    
    text-align: center;
    float: left;
}

.footer-icon i {
    color: #fff;
    padding-top: 12px;
}
.review{
    color: #fff;
    font-size: 16px;
}
.moverspackers-main-section {
    float: left;
    width: 100%;
    position: relative;
}
.moverspackers-process-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px 68px;
}
.moverspackers-process-list ul li span {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    position: relative;
    margin: 0px 0px 23px;
}
.moverspackers-process-list ul li h6 {
    margin: 0px;
    font-weight: bold;
    letter-spacing: 0.8px;
}
.moverspackers-process-list ul li span a {
    position: absolute;
    right: -23px;
    margin: -22px 0px 0px 0px;
    top: 50%;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    padding: 9px 0px 0px;
    opacity: 0;
}
.moverspackers-color, .moverspackers-colorhover:hover, .moverspackers-services-text i, .moverspackers-process-list ul li i, .moverspackers-prev-post h6 a, .moverspackers-process-list ul li::before, .moverspackers-twitter-layer h5, .moverspackers-twitter-layer p, .moverspackers-next-post h6 a, .moverspackers-twitter-layer p a, .widget-popular-post-text h6 a, .widget_popular_post figure a i, .widget_instPunem figure a i, .moverspackers-blog-grid .slick-arrow:hover, .moverspackers-blog-large .slick-arrow:hover, .moverspackers-blog-large .moverspackers-blog-option li, .moverspackers-experience-text h6, .moverspackers-priceplan-heading h5, .moverspackers-aboutus-heading, .moverspackers-aboutus-heading small, .moverspackers-aboutus h5, .moverspackers-liststyle-two li, .moverspackers-contact-info span i, .moverspackers-coomingsoon form input[type="submit"] {
    color: #272b3d;
}
.moverspackers-process-list ul li::before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -12px;
    top: 50%;
    font-size: 29px;
    margin: -37px 0px 0px;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.moverspackers-process-list ul li {
    list-style: none;
}
.moverspackers-process-list ul li:hover span small {
    opacity: 0;
}
.moverspackers-process-list ul li span small {
    position: absolute;
    left: 50%;
    margin: -23px 0px 0px -22px;
    top: 0px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    font-size: 14px;
    color: #ffffff;
    padding: 2px 0px 0px;
}
.moverspackers-classic-btn, .moverspackers-services-text i, .moverspackers-services-text, .moverspackers-services-text h5, .moverspackers-services-text p, .moverspackers-readmore-btn, .moverspackers-blog-classic figure a::before, .moverspackers-blog-classic figure a i, .moverspackers-blog figure time, .moverspackers-process-list ul li span, .moverspackers-process-list ul li span i, .moverspackers-process-list ul li span small, .moverspackers-services-grid figure > a::before, .moverspackers-process-list ul li span a, .moverspackers-services-grid figure figcaption > a, .moverspackers-services-grid figure figcaption, .moverspackers-prev-post h6 a, .moverspackers-services-grid figure figcaption h5, .moverspackers-services-grid figure figcaption h5::before, .moverspackers-prenxt-post figure a i, .moverspackers-next-post h6 a, .comment-respond form p input[type="submit"], .widget_popular_post figure a::before, .widget_popular_post figure a i, .widget_cetagories ul li a::before, .widget_cetagories ul li a, .widget_instPunem figure a::before, .widget_instPunem figure a i, .moverspackers-blog-grid figure a::before, .moverspackers-blog-grid figure a i, .moverspackers-blog-grid figure span, .moverspackers-blog-large figure a::before, .moverspackers-project-list figure a::before, .moverspackers-blog-large figure a i, .moverspackers-blog-large figure span, .moverspackers-prenxt-post figure a::before, .moverspackers-project-list figure a i, .moverspackers-project-grid-text p, .moverspackers-project-grid-text > a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moverspackers-bgcolor, .moverspackers-bgcolorhover:hover, .moverspackers-services ul li:hover .moverspackers-services-text, .moverspackers-blog-classic figure a i, .moverspackers-blog-classic figure a::before, .moverspackers-blog figure time, .moverspackers-process-list ul li:hover span, .moverspackers-prenxt-post figure a::before, .testimonial-transparent::before, .moverspackers-services-grid figure > a::before, .footer-widget-transparent, .moverspackers-footer-contact-text, .moverspackers-blog-thumb time, .moverspackers-thumb-heading, blockquote, .moverspackers-tags a:hover, .moverspackers-blog-grid figure a::before, .moverspackers-blog-grid figure a i, .moverspackers-pagination > ul > li:hover > .previous, .moverspackers-pagination > ul > li:hover > .next, .moverspackers-blog-large figure a::before, .moverspackers-blog-large figure a i, .moverspackers-team-list figure > a::before, .moverspackers-team-list figure figcaption, .moverspackers-project-info, .moverspackers-project-grid figure > a::before, .moverspackers-simple-btn:hover, .moverspackers-project-list figure a::before, .moverspackers-priceplan ul li:hover .moverspackers-priceplan-heading h5, .coomingsoon-transparent, .moverspackers-dropdown-menu li:hover a, .moverspackers-dropdown-menu li > .moverspackers-dropdown-menu li:hover a, .moverspackers-about-service li span::before, .counter-transparent, .moverspackers-contact-info-text, .moverspakers-error-btn, .moverspakers-faq-accordion .panel-title > .collapsed {
    background-color: #272b3d;
}
.moverspackers-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 66px;
}
.moverspackers-process-list ul li:hover span a {
    opacity: 1;
}
.navbar-nav > li > a::before, .navbar-nav > li > a::after, .moverspackers-simple-btn, .moverspackers-classic-btn:hover, .moverspackers-blog ul li:hover .moverspackers-readmore-btn, .moverspackers-services ul li:hover .moverspackers-services-text i, .moverspackers-blog-classic ul li:hover figure a::before, .twitter-slide-transparent, .moverspackers-process-list ul li span a, .moverspackers-testimonial .slick-dots li.slick-active button, .moverspackers-footer-title::before, .moverspackers-footer-title::after, .widget_links ul li:hover a::before, .widget_newsletter form input[type="submit"]:hover, .moverspackers-section-heading::before, .moverspackers-section-heading::after, .comment-respond form p input[type="submit"]:hover, .widget_search form input[type="submit"]:hover, .moverspackers-widget-heading::before, .moverspackers-widget-heading::after, .widget_popular_post figure a::before, .widget_cetagories ul li:hover a, .widget_instPunem figure a::before, .moverspackers-blog-grid ul li:hover figure a::before, .moverspackers-blog-grid .slick-arrow:hover, .moverspackers-blog-large ul li:hover figure a::before, .moverspackers-blog-large .slick-arrow:hover, .moverspackers-work-experience ul li:hover i, .moverspackers-project-filterable ul li a::before, .moverspackers-project-filterable ul li a::after, .moverspackers-project-list ul li:hover .moverspackers-readmore-btn, .moverspackers-priceplan-heading h5, .moverspackers-quote-form ul li input[type="submit"]:hover, .moverspackers-contact-info span::before, .moverspackers-coomingsoon form input[type="submit"], .moverspackers-get-quote-form ul li input[type="submit"]:hover, .moverspackers-contact-form ul li input[type="submit"]:hover, .moverspakers-error-btn:hover, .moverspakers-search-text form input[type="submit"]:hover, .moverspakers-faq-accordion .panel-title > a {
    background-color: #ffb118;
}
.moverspackers-process-list ul li span a {
    position: absolute;
    right: -23px;
    margin: -22px 0px 0px 0px;
    top: 50%;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border: 6px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    padding: 9px 0px 0px;
    opacity: 0;
}
.moverspackers-classic-btn, .moverspackers-services-text i, .moverspackers-services-text, .moverspackers-services-text h5, .moverspackers-services-text p, .moverspackers-readmore-btn, .moverspackers-blog-classic figure a::before, .moverspackers-blog-classic figure a i, .moverspackers-blog figure time, .moverspackers-process-list ul li span, .moverspackers-process-list ul li span i, .moverspackers-process-list ul li span small, .moverspackers-services-grid figure > a::before, .moverspackers-process-list ul li span a, .moverspackers-services-grid figure figcaption > a, .moverspackers-services-grid figure figcaption, .moverspackers-prev-post h6 a, .moverspackers-services-grid figure figcaption h5, .moverspackers-services-grid figure figcaption h5::before, .moverspackers-prenxt-post figure a i, .moverspackers-next-post h6 a, .comment-respond form p input[type="submit"], .widget_popular_post figure a::before, .widget_popular_post figure a i, .widget_cetagories ul li a::before, .widget_cetagories ul li a, .widget_instPunem figure a::before, .widget_instPunem figure a i, .moverspackers-blog-grid figure a::before, .moverspackers-blog-grid figure a i, .moverspackers-blog-grid figure span, .moverspackers-blog-large figure a::before, .moverspackers-project-list figure a::before, .moverspackers-blog-large figure a i, .moverspackers-blog-large figure span, .moverspackers-prenxt-post figure a::before, .moverspackers-project-list figure a i, .moverspackers-project-grid-text p, .moverspackers-project-grid-text > a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moverspackers-process-list ul li:hover span i {
    color: #ffffff;
}
.moverspackers-process-list ul li span i {
    display: inline-block;
    font-size: 50px;
    padding: 33px 0px 0px;
}
.moverspackers-classic-btn, .moverspackers-services-text i, .moverspackers-services-text, .moverspackers-services-text h5, .moverspackers-services-text p, .moverspackers-readmore-btn, .moverspackers-blog-classic figure a::before, .moverspackers-blog-classic figure a i, .moverspackers-blog figure time, .moverspackers-process-list ul li span, .moverspackers-process-list ul li span i, .moverspackers-process-list ul li span small, .moverspackers-services-grid figure > a::before, .moverspackers-process-list ul li span a, .moverspackers-services-grid figure figcaption > a, .moverspackers-services-grid figure figcaption, .moverspackers-prev-post h6 a, .moverspackers-services-grid figure figcaption h5, .moverspackers-services-grid figure figcaption h5::before, .moverspackers-prenxt-post figure a i, .moverspackers-next-post h6 a, .comment-respond form p input[type="submit"], .widget_popular_post figure a::before, .widget_popular_post figure a i, .widget_cetagories ul li a::before, .widget_cetagories ul li a, .widget_instPunem figure a::before, .widget_instPunem figure a i, .moverspackers-blog-grid figure a::before, .moverspackers-blog-grid figure a i, .moverspackers-blog-grid figure span, .moverspackers-blog-large figure a::before, .moverspackers-project-list figure a::before, .moverspackers-blog-large figure a i, .moverspackers-blog-large figure span, .moverspackers-prenxt-post figure a::before, .moverspackers-project-list figure a i, .moverspackers-project-grid-text p, .moverspackers-project-grid-text > a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moverspackers-color, .moverspackers-colorhover:hover, .moverspackers-services-text i, .moverspackers-process-list ul li i, .moverspackers-prev-post h6 a, .moverspackers-process-list ul li::before, .moverspackers-twitter-layer h5, .moverspackers-twitter-layer p, .moverspackers-next-post h6 a, .moverspackers-twitter-layer p a, .widget-popular-post-text h6 a, .widget_popular_post figure a i, .widget_instPunem figure a i, .moverspackers-blog-grid .slick-arrow:hover, .moverspackers-blog-large .slick-arrow:hover, .moverspackers-blog-large .moverspackers-blog-option li, .moverspackers-experience-text h6, .moverspackers-priceplan-heading h5, .moverspackers-aboutus-heading, .moverspackers-aboutus-heading small, .moverspackers-aboutus h5, .moverspackers-liststyle-two li, .moverspackers-contact-info span i, .moverspackers-coomingsoon form input[type="submit"] {
    color: #272b3d;
}
.flaticon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.moverspackers-process-list {
    text-align: center;
}
.moverspackers-process-list ul li h6 {
    margin: 0px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

/*.cid-r6Vl2LvYf1RC {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #c3c5c4;
}
.media-container-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: start;
}
.charges1 {
    width: 100%;
    margin: 0;
        margin-bottom: 0px;
    padding: 10px;
        padding-top: 10px;
    color: #000;
    border: 0.5px solid #dedede;
    margin-bottom: 10px;
    padding-top: 20px;
}
.stats-agileits {
    text-align: center;
}
.addonsfontlarge {
    font-size: 50px;
    text-align: center;
}
.card {
    background-color: transparent;
    border: none;
}
.display-7 {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
}
.charges1 {
    color: #000;
}
.card {
    word-wrap: break-word;
}*/
.city-list {
    margin-top: 40px;
    text-align: left;
    padding-left: 0px;
}
.city-list li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #ff7200;
    border: 2px solid #ff7200;
    text-align: center;
    font-size: 16px;
}
.city-list li {
    list-style: none;
    display: inline-block;
    width: 373px;
    margin: 2px;
    background: #ffffff;
}
.city-list li a:hover {
    color: #ffffff;
    background: #ff7200;
}

@media screen and (min-width: 310px) and (max-width: 480px) {
    .city-list li {
    list-style: none;
    display: inline-block;
    width: 330px;
    margin: 2px;
    background: #ffffff;
}
}

.box-img{box-shadow: 0px 0px 6px #ccc; padding: 8px; margin-bottom:25px;}
.rbg {
    background: #fe1101;
    border-top: #ffcc00 solid 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0px 9px 7px -8px rgba(0,0,0,0.40);
}  margin-left: auto;
.mt2 {
    margin-top: 10px;
}

.plr {
    padding-left: 5px;
    padding-right: 5px;
}

.mt {
    margin-top: 25px;
}
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 999999;
}
#fix-icon {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.fix-icon-item {
    animation: bounce 1s infinite alternate;
    animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
        animation-duration: 1s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
}
.fix-icon-item img {
    width: 55px !important;
	height: 55px !important;
    background: 
    #ff7400;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
}
.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px 
rgba(60, 60, 60, .4);
transition: box-shadow .2s;
cursor: pointer;
overflow: hidden;
width: 55px !important;
height: 55px !important;
background:
    #25d366 !important;
}
.fix-icon-whataap-item:before {
    content: "";
    border: 20px solid rgba(37, 211, 102, .51);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: -1;
    top: -12px;
    left: -13px;
}

@keyframes pulsate {
    0% {
        transform: scale(.6, .6);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
/*---*/	
.city{
    background-color: #723504;color:#fff;text-align: center;margin-bottom:20px;border-radius:15px;
    padding:6px 0;
}
.sidebar-widget{
    margin-bottom:20px;
    padding:20px 25px;
    box-shadow:0px 0px 10px #000;
}
.sidebar-widget ul li{border-top:1px dashed #166FA5;border-bottom:1px dashed #166FA5;padding:5px 0;}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}

.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
color:#FF0000;

transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
opacity: 1;
}

.prr-5{padding-right:2px;}
.pll-5{padding-left:2px;}
@media (max-width: 800px){
.prr-5 {
padding-right: 15px;
}
.pll-5 {
padding-left: 15px;
}}


