/*==== House Moving Custom Style CSS - (Nalini) ====*/

/*==== Google Font ====*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*==== Reset ====*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    outline: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #f5f5f5;
    color: #969696;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
}

/* Selection */
::selection {
    background-color: #282828;
    color: #FFF;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.7);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Margin & Padding */
.p0 {padding: 0px !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.p30 {padding: 30px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.pt80 {padding-top: 80px !important}
.pt100 {padding-top: 100px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}
.pb100 {padding-bottom: 100px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl40 {padding-left: 40px !important;}
.pl50 {padding-left: 50px !important;}
.pl60 {padding-left: 60px !important;}
.pl100 {padding-left: 100px !important;}

.mg0 {margin: 0px !important;}
.mt0 {margin-top: 0}
.mt5 {margin-top: 5px !important}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt18 {margin-top: 18px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt85 {margin-top: 85px !important;}
.mt100 {margin-top: 100px !important;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}

.block {display: block !important;}
.inline-block {display: inline-block !important;}

/* Font Weight */
.bold {font-weight: bold;}
.f400 {font-weight: 400;}
.f500 {font-weight: 500;}
.f600 {font-weight: 600;}
.f700 {font-weight: 700;}

small{
    color: #49181E !important;
}

/**/
ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 13px;
    color: #020202;
    font-weight: 400;
    line-height: 21px;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    color: #262a2e;
    margin-top: 0;
    font-weight: 500;
}

h1{
    font-size: 50px;
}

h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

a {
    color: #f2ba1c;
    text-decoration: none!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


a:focus {
    outline: 0;
}


.col1{
    color: #49181E;
}

.col2{
    color: #ffffff;
}

.col3{
    color:#E2B144;
}

/* form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: #f2ba1c;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

label {
	font-weight: 600 !important;
	font-size: 16px;
    color: #25262a;
    margin-bottom: 2px;
}

/*==== Button ====*/
.btn, button {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn-default.myloader {
    padding: 12px 14px;
}

.btn-black-line {
    color: #323232;
    border-color: #323232;
    background-color: transparent;
}

    .btn-black-line:hover, .btn-black-line:active, .btn-black-line:focus {
        color: #fff;
        background: #323232;
        outline: none;
    }

/*==== Wrapper ====*/
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*==== Navbar ====*/
.logo{
    width: 70px;
}
.fl-navbar {
    padding: 10px 0px;
    background-color: #ffffff;
    height: 46px;
}
.navbar {
    /*text-transform: uppercase;*/
    font-size: 13px;
}

.navbar-dark {
    padding: 0px 0px 20px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff;
}
.navbar-dark a {
    color: #49181E;;
}
.navbar-dark .navbar-brand {
    font-weight: 700;
    padding: 0;
}
.navbar-dark .navbar-brand:focus {
    outline: none;
}
.navbar-dark .navbar-brand .logo {
    display: inherit;
}
.navbar-dark .navbar-brand .logo-collapse {
    display: none;
}
.navbar-dark .navbar-brand .logo img,
.navbar-dark .navbar-brand .logo-collapse img {
    max-height: 40px;
    margin: 7px 0 0 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: rgba(244, 245, 247, 0.5);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #49181E;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: none;
}

/**/
.box{
    width: 500px;
    height: 440px;
    background-color: #debb40;
}

/* Navbar */

@media (min-width: 767px) {
    .navbar-dark {
        height: 65px;
        padding: 0px 0px 20px 0px;
        border-bottom: none;
        letter-spacing: 1px;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .navbar-dark .navbar-brand .logo img,
    .navbar-dark .navbar-brand .logo-collapse img{
        max-height: 63px;
        margin-top: -6px;
    }
    .navbar-dark .nav li {
        margin-right: 0;
    }
    .navbar-dark .nav li:last-child {
        margin-right: 0px;
    }
    .navbar-dark .nav li a {
        font-weight: 600;
    }
    .navbar-dark .nav li a:after{
        position: absolute;
        width: 60%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        background: #ffffff;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .navbar-dark .nav li a::after {
        bottom: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    .navbar-dark .nav li a.non-hover:after {
        background: transparent;
    }
    .navbar-dark .nav li a:hover,
    .navbar-dark .nav li a:focus,
    .navbar-dark .nav li a:active {
        color: #49181E;
        outline: none;
        background-color: transparent;
    }
    .navbar-dark .nav li a:hover::after,
    .navbar-dark .nav li a:focus::after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
    .navbar-dark .nav li.active a {
        background-color: transparent;
        color: #f2ba1c !important;
    }
    .navbar-dark.top-nav-collapse {
        padding: 5px 0;
        /* border-bottom: 1px solid;
        border-color: rgba(62, 68, 77, 0.5); */
    }
    .navbar-dark.top-nav-collapse {
        /* background: -webkit-linear-gradient(135deg, #949494 0%, #000000 100%);
        background: linear-gradient(135deg, #949494 0%, #000000 100%);
        border-color: #505050; */
    }
    .navbar-dark.top-nav-collapse a {
        color: #49181E;
    }
    .navbar-dark.top-nav-collapse li a {
        color: #49181E;
    }
    .navbar-dark.top-nav-collapse .nav li a {
        color: #49181E;
    }
    .btn, button {
        font-size: 13px;
    }
    .dropbtn a{
        font-size: 10px !important;
    }
    .navbar-dark.top-nav-collapse .nav li a:after {
        background: #49181E;
    }
    .navbar-dark.top-nav-collapse .nav li a:hover,
    .navbar-dark.top-nav-collapse .nav li a:focus,
    .navbar-dark.top-nav-collapse .nav li a:active {
        color: #49181E;
    }
}


@media(max-width:767px){
    .fl-navbar {
        padding: 0px 0px;
    }
    .navbar-nav {
        margin: 0px -15px !important;
        background-color: #ffffff !important;
    }
    .navbar-header {
     margin-top: 0px !important; 
    }
    .navbar-dark .nav li a {
        color: #49181E;
    }
}
.img-round{
    width:350px;
}

.img-shadow{
    box-shadow: 3px 16px 13px -10px rgb(52, 53, 70);
}

.img-box{
    width: 220px;
}

/*====icons====*/
.icons{
    width:20px;
}

/*===list===*/
.list{
    padding: 40px 20px 20px;
}


/*==== Top Home Section ====*/
section.fl-topsec {
	position: relative;
    width: 100%;
    height: 450px;
}

/* Slide */
.carousel-control {
    width:3%;
}

.intro-slider{
  width: 100%;
  text-align: center;
}
.intro-slider {
  padding: 0;
  height: 100%;
}

.intro-slider {
  background-color: #E2B144;
  margin-top: 55px;
}
.intro-slider .carousel {
  height: 100%;
}
.intro-slider .carousel-inner {
  height: 100%;
}
.intro-slider .item {
  height: 100%;
}
.intro-slider .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin: 0px 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #E2B144;
    border-radius: 50%;
}
.carousel-indicators .active {
    width: 15px;
    height: 12px;
    margin: 0px 8px;
    background-color: #E2B144;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

 .carousel-indicators li {
    height: 14px;
}
 
.carousel-indicators .active {
    height: 14px;
   background-color: #E2B144;
}

.fl-searchsec {
    position: absolute;
    left: 0;
    top: 18%;
    width: 100%;
}

.banner-wrap{
    overflow: hidden;
}


/*==== Details ====*/


/*==== Last Quote ====*/
.fl-below-quote {
    background-color: #49181E;
}

.fl-below-quote a:hover{
    color:#ffffff;
}


.fl-below-quote h3 {
	color: whitesmoke;
	font-size: 2.3em;
    margin: 0px;
    font-weight: 400;
}

.fl-below-quote h3 span {
	color: #f2bc21;
    font-weight: 600;
    text-transform: uppercase;
}

.fl-below-quote p {
	margin: 8px 0px 0px;
	color: whitesmoke;
	font-size: 12px;
}

.fl-below-quote p span {
	color: #929497;
	font-weight: 500;
	font-size: 1em;
}

.quo-btn {
    text-align: center;
    margin-top: 100px;
}

.modal-height{
    height: 445px;
    overflow: auto;
    overflow-x: hidden;
}

.fl-below-quote1 .btn-quo {
    background-color: #deba3d;
    color: whitesmoke;
    padding: 2rem 4.5rem;
    border-radius: 30px;
    border-color: #deba3d;
    -webkit-box-shadow: 0px 13px 40px -14px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 13px 40px -14px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 13px 40px -14px rgba(0,0,0,0.6);
    -ms-box-shadow: 0px 13px 40px -14px rgba(0,0,0,0.6);
    box-shadow: 0px 13px 40px -14px rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*==== Common Page BG ====*/
.white-box {
    background-color: #ffffff;
    padding: 10px 15px;
    position: relative;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.18);
}

.whiteBg {
    background-color: white;
}
.whiteBgCol {
    color: white !important;
}

.lightBg {
    background-color: whitesmoke;
}


/* All Categories Section BEGIN */


img{
    width: 100%;
}


.list-unstyled li{
padding:10px 0;
}

.item-sec {
    position: relative;
  }
  .item-info {
    position: absolute;
    top: 10px;
    right: 35px;
    bottom: 10px;
    left: 10px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    background: rgba(0,0,0,.6);
  }
  .item-sec:hover .item-info {
    background: rgba(0,0,0,.6);
  }
  .item-info-inner {
    position: absolute;
    left: 10px;
    bottom: 40px;
  }
  .item-info-inner a:hover, a:focus {
    color: #fff;
  }
  .item-info h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 4px;
  }
  .item-info h3 em {
    font-style: normal;
    font-size: 10px;
    display: block;
    margin-bottom: 2px;
  }
  .item-info p {
    color: rgba(255,255,255,.8);
    font-size: 10px;
    margin: 0;
  }
  .item-info-price {
    background: #141415;
    font-size: 13px;
    padding: 5px;
    display: inline-block;
    float: right;
  }
  .item-info-price strong {
    color: #f2ba1c;
  }
  .item-sec-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -10000px;
  }
  

  /* Popular Tours Section END */
  
  
  @media (max-width: 600px) {
    .hidden-2xs {
      display: none;
    }
    .col-2xs-12 {
      width: 100%;
    }
  }

  /*About details*/
  .about-detailswhite{
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 10px 0px #282828;
  }

  .about-detailsyellow{
    padding: 20px;
    background-color: #E2B144;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 10px 0px #282828;
  }

  .abt-logo{
      width:200px;
      margin-left: 20px;
      cursor: pointer;
  }

/* All Categories Section END */

/*===Contact===*/
.contac-form {
    padding: 2.5em 1.5em;
    box-shadow: 0px 14px 20px -13px #717171;
    background-color: white;
}

.con-form .list-inline li {
    padding: 0px 10px;
}

.con-form .list-inline li a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #fff;
    background-color: #E2B144;
}

.con-form .list-inline li a:hover {
    color: #fff;
    background-color: #49181E;
    border: 1px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.sectionTitle {
    text-align: center;
}
.sectionTitle h2 span {
    padding-left: 26px;
    padding-right: 26px;
    z-index: 5;
    position: relative;
    background-color: #ffffff;
    font-size: 35px;
    color: #49181E;
}
.sectionTitle h2 span.lightBg {
    background-color: whitesmoke;
}
.sectionTitle h2:before {
    background-color: #49181E;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 1;
}
.sectionTitle p {
    color: #969696;
    font-weight: 400;
    /*text-transform: capitalize;*/
    margin-bottom: 0;
}

.footer {
    width: 100%;
    display: block;
    background: -webkit-linear-gradient(135deg, #272727 0%, #0c0c0c 100%);
    background: linear-gradient(135deg, #272727 0%, #0c0c0c 100%);
    padding: 30px 0;
}



.footer-logo img {
    width: 100%;
}

.moving-footer h5 {
    font-size: 15px;
    color: #ffffff;
    line-height: 21px;
    margin: 18px 0;
    text-transform: uppercase;
}

.moving-footer p {
    color: #929497;
}

.moving-footer .list-unstyled li {
    color: #929497;
    margin-bottom: 15px;
}

.moving-footer .list-link li {
    margin-bottom: 6px;
}

.moving-footer .list-unstyled li i {
    margin-right: 14px;
    float: left;
    margin-top: 4px;
    height: 24px;
}

.moving-footer .list-unstyled li a {
    color: #929497;
}

.moving-footer .list-unstyled li a:hover {
    color: #f2ba1c;
}

.moving-footer .input-group {
    border: 1px solid #4a4e52;
    border-radius: 5px;
    margin-bottom: 30px;
}

.moving-footer .input-group .form-control {
    background-color: transparent;
    border: 0;
    color: #929497;
}

.moving-footer .input-group .input-group-addon {
    border-radius: 4px;
    background-color: #565b61;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.moving-footer .input-group .input-group-addon i {
    color: #ffffff;
}

.moving-footer .input-group .input-group-addon:hover {
    background-color: #f2ba1c;
    border-color: #f2ba1c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.moving-footer .list-inline li {
    margin-right: 14px;
}

.moving-footer .list-inline li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    border: 1px solid #4a4e52;
    border-radius: 100%;
    color: #ffffff;
}

.moving-footer .list-inline li a:hover {
    background-color: #f2ba1c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.moving-footer hr {
	border-top: 1px solid #353a3e;
}

.copyRight {
    display: block;
    background-color: #000;
    padding: 30px 0;
}

/*==== Footer ====*/
.footer-logo {
    display: block;
    float: right;
    width: 200px;
    padding: 10px;
    border-radius: 100px;
    margin-top: 20px;
    background-color: #ffffff;
}
.copyRight {
    display: block;
    background-color: #0e0e0e;;
    padding: 30px 0;
}

.copyRight p {
    margin-bottom: 0;
    color: #929497;
}

.socialmedia{
    margin-top: 100px;
}

.socialmedia ul{
    display: flex;
    float: right;

}

.socialmedia ul li{
    padding: 10px;
}

.socialmedia ul li a img{
   width: 40px;
}

  
/*--main page--*/
.fixed-bg {
    background-image: url("../img/img1.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.fixed-bg-wrap{
    padding: 250px 0;
    background-color: #32312e;
    opacity: 0.2;
}

.wrap-img{
    background-color: #282828;
    opacity: 0.9;
    color: #fff;
    margin-top: 70px;
    padding: 20px;
}

.wrap-img p{
    color: #ffffff !important;
}

.img-check{
    width:20px;
}

/*Service--*/
.img-wrapped{
    width:160px;
}