/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
 
html{
    scroll-behavior: smooth;
}
html, body {
    height: 100%;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
a:focus {
    outline:0px solid;
}
img {max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}

p {
    margin:0 0 15px;
    color: #171717;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    margin: 0 0 15px;
    color: #262323;
    font-weight: 600;
}
h1{
    font-size: 48px;
    line-height: 50px;
        
}
h2{
    font-size: 38px;
    line-height: 40px;
        
}
h3{
    font-size: 30px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
        
}
h4{
    font-size: 23px;
    line-height: 26px;
        
}
h5{
    font-size: 18px;
    line-height: 22px;
        
}

a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}
.pagination {
    margin-bottom: 0;
}
a:hover {
  color: #153356;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 24px;
}
#scrollUp {
  background: #ee1c25 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  padding: 6px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #907D6F;
    opacity: 1;
}
.clear{
    clear:both;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
    position: fixed;
    left: 0; 
    top: 0; 
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #153356;
    text-shadow: none;
}
::selection {
    background: #153356;
    text-shadow: none;
}
.color{
    color:#4db7fe;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.sec-padding{
    padding: 90px 0px;
}
.sec-padding-2{
    padding: 70px 0px 50px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-titleBar{
    margin-bottom: 60px;
    position: relative;
}
.section-titleBar h3 {
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 48px;
}
.section-titleBar.white-headline h3 {
    color:#fff;
}
.section-titleBar.text-left {
    margin-bottom: 40px;
}
.section-titleBar::after {
    border: 1px solid #153356;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-titleBar.text-left h3::after {
    border: 2px solid #153356;
    left: 0;
    right: auto;
}
.section-titleBar p {
    max-width: 680px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.img-bordered {
    border: 8px solid #f8f8f8;
    width: 100%;
}
.img-bordered-lighter {
    border: 8px solid #fcfcfc;
    width: 100%;
}
.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.sub-head h4::after {
    border: 2px solid #153356;
    bottom:0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}
.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}
.mar-row{
    margin-top: 30px;
}
.load-more-btn {
    text-transform: uppercase;
    background: #153356;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border:2px solid #153356;
}
.load-more-btn:hover{
    background: #fff;
    border:2px solid #153356;
    color: #153356;
    transition: 0.4s;
}
.thm-btn {
    border: 2px solid #4db7fe;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 22px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #4db7fe;
    border-radius: 3px;
}
.thm-btn:hover{
    background: #fff;
    border:2px solid #153356;
    color: #153356;
    transition: 0.4s;
}
.bg-color{
    background: #f7f7f7;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.owl-carousel.owl-loaded {
    display: block;
z-index: 0;
}
/*--------------------------------*/
/*  2. Index-1
/*--------------------------------*/

/*  Header top section */

.header {
    background: #153356;
    line-height: 49px;
    position: relative;
    z-index: 9;
    padding: 15px 0;
}

.header p,
.header ul,
.header li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header .thm-container {
    position: relative;
    z-index: 9;
    padding: 18px 0;
}
.header .header-right-info ul li {
    display: inline-block;
    vertical-align: bottom;
}
.header-right-info {
    float: left;
}
.header-left-info {
    float: right;
}
.icons ul {
    display: flex;
}
.icons ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px;
}
.icons ul li a{
    color: #fff;
    transition: .5s ease-in-out;
    font-size: 14px;
}

.header-left-info .thm-btn-inverse{
    position: relative;
    background: #4db7fe;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #4db7fe;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 38px;
    border-radius: 3px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
    background:  #153356;
    color: #fff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.header .header-right-info ul li .single-header-right-info .text-box,
.header .header-right-info ul li .single-header-right-info .icon-box {
    display: table-cell;
    vertical-align: middle;
}
.header .header-right-info ul li .single-header-right-info .icon-box {
    text-align: center;
    padding: 0 8px;
}
.header .header-right-info ul li .single-header-right-info .icon-box i {
    color: #4db7fe;
    font-size: 30px;
}
.header .header-right-info ul li .single-header-right-info .text-box p {
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
/*-------------Menu section---------------*/

.main-menu-one {
    background: #fff;
    z-index: 100;
    width: 100%;
}

.main-menu-one #main-navigation-wrapper.navbar-default {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;

}
.main-menu-one #main-navigation-wrapper.affix {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.main-menu-one #main-navigation-wrapper .logo {
    margin: 25px 0 25px;
    max-width: 210px;
}
.main-menu-one #main-navigation-wrapper .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: none;
}


.main-menu-one #main-navigation-wrapper .nav > li > a {
    padding: 44px 17px;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.main-menu-one ul.nav.navbar-nav {
    float: right;
}
.main-menu-one #main-navigation-wrapper .navbar-form {
    padding: 0;
    margin: 0;
}
.main-menu-one #main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
.main-menu-one #main-navigation-wrapper.navbar-default .navbar-nav > .open > a,
.main-menu-one #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus,
.main-menu-one #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover,
.main-menu-one #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a {
    background: none;
    color: #4db7fe;
}
.main-menu-one #main-navigation-wrapper .navbar-form {
    background: #000;
    padding: 15px 20px 15px 30px;
    border-left: 1px solid #20202c;
    border-right: 1px solid #20202c;
}
.main-menu-one #main-navigation-wrapper .navbar-form input {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: calc(100% - 32px);
    color: #fff;
}
.main-menu-one #main-navigation-wrapper .navbar-form button {
    border: none;
    outline: none;
    background-color: transparent;
}
.main-menu-one #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    border-top: 2px solid rgb(46, 46, 149);

}

.main-menu-one #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu > li{
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu-one #main-navigation-wrapper .navbar-nav > li  .dropdown-submenu2 {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #10252e;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
.main-menu-one #main-navigation-wrapper .navbar-nav ul.dropdown-submenu li.new
{
    position:relative;
}
.main-menu-one #main-navigation-wrapper .navbar-nav ul.dropdown-submenu li.new:hover a
{
    color: #fff;
}

.main-menu-one #main-navigation-wrapper .dropdown-submenu2 > li:hover a
{
    color: #fff !important;
}
.main-menu-one #main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
.main-menu-one #main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu, .main-menu-one #main-navigation-wrapper .navbar-nav .dropdown-submenu li:hover .dropdown-submenu2{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.main-menu-one #main-navigation-wrapper .dropdown-submenu > li > a,.main-menu-one #main-navigation-wrapper .dropdown-submenu2 > li > a {
    color: rgb(68, 68, 68);
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 10px 15px;
    transition: .5s ease-in-out;
}

.main-menu-one #main-navigation-wrapper .dropdown-submenu > li:last-child a, .main-menu-one #main-navigation-wrapper .dropdown-submenu2 > li:last-child a {
    border: none;
}
.main-menu-one #main-navigation-wrapper .dropdown-submenu > li > a:focus,
.main-menu-one #main-navigation-wrapper .dropdown-submenu > li > a:hover ,.main-menu-one #main-navigation-wrapper .dropdown-submenu2 > li > a:focus,
.main-menu-one #main-navigation-wrapper .dropdown-submenu2 > li > a:hover {
    background-color: transparent;
    color: #4db7fe;
}

.main-menu-one.finance-navbar.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
}
.Marcho-navbar2.affix {
    padding: 20px 0 0 0!important;
    background: #12121b;
}
.Marcho-navbar2 .logo a:nth-child(2),
.Marcho-navbar2.affix .logo a:nth-child(1) {
    display: none;
}
.Marcho-navbar2.affix .logo a:nth-child(2) {
    display: block;
}
.style-home-page2 .Marcho-navbar2.affix #main-navigation-wrapper .nav > li {
    padding: 0 0 24px 0;
}
.navbar-toggle {
    margin: 35px 0;
    float: left;
}
@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

/*--------------Slider section-----------------*/

.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(27, 48, 83, 0.10);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.intro-content .social {
    position:absolute;
    top:50%;
    right:70px;
    transform:translateY(-50%);
}
.intro-content .social li a{
    color:#B19777;
    font-size:30px;
    display:block;
    padding:11px 0;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}
.layer-1-2 {
    margin: 20px 0;
}
.layer-1-1 p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.60px;
    line-height: 30px;
    font-weight:400;
    margin:10px auto;
    max-width: 900px!important;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 85px;
        font-weight: 400;
        line-height: 100px;
    text-transform: uppercase;
    max-width: 880px;
    letter-spacing: .2px;
      max-width: 980px!important;
        margin:10px auto;
}
.layer-1-2 h1 span{
    color:#AE9775;
}
.slider-content .align-center {
    text-align: center;
}
.slider-content .align-center h1{
    max-width: 100%;
    padding: 0 100px;
}
.slider-content .align-center p{
    max-width: 100%;
    padding: 0 130px;
    font-weight:300;
}

.ped-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    padding: 12px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    /*background: #907D6F;*/
    width: 145px;
    border-radius: 3px;
}
.ped-btn:hover{
    color: #fff;
    background: #B19777;
    border: 1px solid #90726f;
    text-decoration: none;
}
.ped-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 1px solid #90726f;
}
.ped-btn.right-btn:hover{
    background: #B19777;
    border: 1px solid #90726f;
}
.ped-btn.left-btn:hover{
    background:#B19777;
    border: 1px solid #90726f;
}
.layer-1-2 .color {
    color: #2e2e95;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav {
    display: block;
}
.intro-carousel .owl-nav .owl-prev,
.intro-carousel .owl-nav .owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    /*top: 0%;;*/
bottom:-5px;
    text-align: center;
    line-height: 39px;
    opacity: 1;
    /*border:1px solid #fff;*/
    width: 60px;
    background:#fff;
    height: 60px;
border:none;
    /*border-radius: 2px;*/
}
.intro-carousel .owl-nav{
    display: block;
}
.intro-carousel .owl-nav .owl-prev{
    right:61px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel .owl-nav .owl-next {
    right: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel:hover  .owl-nav .owl-next{
    /*right: 2%;*/
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel:hover  .owl-nav .owl-prev{
    /*left: 2%;*/
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel:hover  .owl-nav .owl-next:hover,
.intro-carousel:hover  .owl-nav .owl-prev:hover{
    color:#fff;
    background: #B19777;
    border: 1px solid #90726f;
}
.intro-carousel:hover  .owl-nav .owl-next span{


position: absolute;
    top: -1px;
    display:none;
    left: 17px;
}
.intro-carousel:hover  .owl-nav .owl-prev span{
display:none;

position: absolute;
    top: -1px;
    left: 17px;
}
.intro-carousel .owl-nav .owl-next:before{
    content:'';
    display:block;
    position: absolute;
    background-image:url("../images/right-arrow.svg");
    top:25px;
    /*left:10px;*/
    background-position: center;
    width:100%;
    height:auto;
    height:17px;
    z-index:99;
    background-repeat:no-repeat;
}
.about-section{
    padding:90px 0;
}
.about-section h2{
    color:#000;
    font-weight:400;
    line-height:49px;
}
.about-section p{
    color:#000!important;
    font-weight:600;
}
.about-section h2 span{
    color:#B19777;
    font-weight:600;
}
.about-section .left-about .ltx-btn-wrap{
    margin-top:42px;
    display:block;
}
.about-section .left-about .row{
    padding-top:17px;
}
.about-section .left-about .row .col-md-4 img{
    transition:0.5s;
}
.about-section .left-about .row .col-md-4 img:hover{
    transform:translatey(-8px);
    transform: scale(1.1);
}
.about-section .left-about .ltx-btn-wrap a{
    display:inline-block;
    border:1px solid #000;
    padding:12px 30px;
    position:relative;
    color:#000;
    transition:0.6s;
}
.about-section .left-about .ltx-btn-wrap a:after{
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:0%;
    z-index:-1;
        transition:0.6s;

    height:100%;
    background:#000;

}
.we-folowSection{
    padding:40px 10px;
}
.we-folowSection .left-follow{
    position:relative;
    padding-top:90px;
    padding-bottom:60px;
  
}
.we-folowSection .left-follow:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
      background:url("../images/trends-bg.png");
    background-size:center center;
    background-position: center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
}
.we-folowSection .left-follow p{
    color:#000;
    padding-top:30px;
    padding-left:90px;
    color:#000;
    font-weight:600;
    font-size:17px;
}
.we-folowSection .left-follow h2 {
    font-size:41px;
    line-height:54px;
    color:#000;
}
.create-project{
    width:100%;
    background-image:url("../images/tgh.jpg");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    height:auto;
    text-align:center;
    position:relative;
    padding:80px 10px 0px;

}
.create-project:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:1;
}
.create-project h2{
    color:#fff;
    z-index:22;
    font-size:41px;
    line-height:55px;
    position: relative;
}
.create-project .planning-section{
    position:relative;
    bottom:-100px;
    z-index:99;
}
.create-project .planning-section .inn-planning{
    background:#fff;
    padding:70px 30px 40px;
    box-shadow: 0px 3px 2px 0px #ccc
}
.create-project .planning-section .inn-planning1{
    width:100%;
    background-image:url("../images/tgh.jpg");
    background-size:cover;
    background-position:center;
    /*background-attachment:fixed;*/
    height:auto;
    text-align:center;
    /*height:100%;*/
    position:relative;
  

}
.create-project .planning-section .inn-planning1:before{
      content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:1;
}
.create-project .planning-section .inn-planning h3{
    font-size:24px;
    color:#B19777;
}

.create-project .planning-section .inn-planning h4{
    font-size:29px;
    color:#000;
}
.step-section{
    background:url("../images/imgh.jpg");
    background-size:cover;
    background-position:center;
    padding:100px 0 120px;
    height:auto;
    margin-top:180px;
    text-align:center;

    background-attachment: fixed;
}
.step-section h2{
    padding-bottom:60px;
    color:#000;
    letter-spacing: 1px;
    line-height:52px;
}
.why-section{
    width:100%;
     background:url("../images/bgh.jpg");
    background-size:cover;
    background-position:center;
    padding:120px 0 120px;
    height:auto;

    /*background-attachment: fixed;*/

}
.testimonial-section{
    background:url("../images/testi-bg.jpg")!important;
     background-size:cover;
    background-position:center;
    padding:40px 0 40px;
    height:auto;
    width:100%;
    background-repeat:no-repeat;

}
.testimonial-section .user{
    width:90px;
    height:90px;
    border-radius:50%;
    overflow:hidden;

    /*background: #C4B199;*/
    box-shadow:0px 2px 4px 1px #ccc;
    margin:40px auto 20px;

}
.testimonial-section .user:hover img{
    transform:scale(1.1);
}
.testimonial-section h3{
    font-size:22px;
    font-weight:700;
    color:#B19777;
    margin-top:20px;
    margin-bottom:0px;
}
.testimonial-section h4{
    font-size:17px;
    color:#000;
    font-weight:500;
}
.testimonial-section h4{
    margin-bottom: 70px;
}
.testimonial-section p{
    font-size:17px;
    max-width:640px;
    margin:20px auto;
    color:#000;
    font-weight:700;
}
.testimonial-section  img.double{
    width:60px;
    margin:5px auto;
}
.testimonial-section .user img{
    width:100%;
    height:100%;
    object-position: center;
    object-fit:cover;
    transition:0.7s;
}
.testimonial-section.owl-theme .owl-nav .owl-prev{
bottom:-5px;
position: absolute;
left:46.5%;
transform:translatex(-45%);
background:#fff;
width:70px;
border-right:1px solid #000;
height:65px;
}
.testimonial-section.owl-theme .owl-nav .owl-prev span{
    display:none;
}
.testimonial-section.owl-theme .owl-nav .owl-next span{
    display:none;
}
.testimonial-section.owl-theme .owl-nav .owl-prev:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/right-arrow.svg);
    top: 25px;
    /* left: 10px; */
    background-position: center;
    width: 100%;
    height: auto;
    height: 17px;
    transform: rotate(180deg);
    z-index: 99;
    background-repeat: no-repeat;
}
.testimonial-section.owl-theme .owl-nav .owl-next:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/right-arrow.svg);
    top: 25px;
    /* left: 10px; */
    background-position: center;
    width: 100%;
    height: auto;
    height: 17px;
    /*transform: rotate(180deg);*/
    z-index: 99;
    background-repeat: no-repeat;
}
.testimonial-section.owl-theme .owl-nav .owl-next{
    bottom:-5px;
    position: absolute;
    left:52%;
    background:#fff;
width:70px;
height:65px;transform:translatex(-50%);
}
.testimonial-section.owl-theme .owl-nav{
    display:block;
}
.our-teamSection {
    padding:90px 10px 60px;
}
.our-teamSection  h2{
    font-size:27px;
            margin-bottom:60px;

}
.blog-section{
    margin:120px 0 90px;
    position:relative;
}
.blog-section h1{
left:50%;

transform: translatex( -50%);
    font-size: 140px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: 800;
    z-index: 0;
    margin:0 auto;
    margin-top:-40px;
    display:inline-block;
    position: relative;

    /*margin-top: 10px;*/
    text-transform: uppercase;
    color: transparent !important;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
}
.blog-section h2 span{
    color:#B19777;
}
.blog-section h2 {
    margin-bottom:40px;
    margin-top:-40px;
}
.blog-section h6{
    font-family: 'Pinyon Script', cursive;
    font-size:42px;
    font-weight:400;
    color:#B19777;
}
.blog-section h3{
    font-size:20px;
    color:#000;
    font-weight:700;
    padding:7px 0;
    margin-bottom:0;
    line-height:26px;
}
.subscribeSection{
    background:url("../images/banner.jpg");
    background-size:cover;
    background-position:center;
    padding:70px 10px;
    text-align:center;
    position:relative;
    width:100%;
    height:auto;
    background-repeat:no-repeat;
}
.subscribeSection .inner-subscribe{
    max-width:690px;
    margin:10px auto;
    position:relative;
    z-index:33;
}
.subscribeSection  h2 span{
    color:#B19777;
    font-weight:700;
}
.subscribeSection h2{
    font-weight:400;
    color:#fff;
    font-size:32px;
    margin-bottom:40px;
}
.subscribeSection .row{
    max-width:420px;
    margin:10px auto;
}
.subscribeSection .row .form-control{
    padding:20px;
    border-radius:initial;
}
.subscribeSection .row input::placeholder{
    color:#000;
    font-weight:600;
}
.subscribeSection .row  .btnform{
    float:right;
}
.subscribeSection .row  .btnform input[type="submit"]{
    background:#B19777!important;
    padding:9px 32px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    border:none;
    outline:none;
    /*height:30px;*/
}
footer{
    padding:110px 10px 140px;
    background:#181818;
}
footer .container{
    /*background:url("../images/footer-map.png");*/
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    /*background-attachment: fixed;*/
}
footer h3{
    font-size:19px;
    color:#fff;
    padding-bottom:10px;
}
.footer-bottom1{
    background:#000;
    padding: 17px 0px 30px;
}
.footer-bottom1 .social li{
    display:inline-block;
    margin:12px 8px;
}
.footer-bottom1 .social li a{
    font-size:21px;
    color:#B19777;
}
.footer-bottom1 img{
    width:60%;
}
.footer-bottom1 p{
    text-align:center;
    margin-bottom:0;
    color:#B19777;
    padding-top: 4px;
    padding-bottom:0;
}
footer ul li a{
    color:#fff;
    display:block;padding:5px 0;
    font-weight:500;
    font-size:14px;
}
.subscribeSection:before{
    content:'';
    display:block;

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
}
.howitsworks-Section{
    padding:60px 10px;
    background:url("../images/how.jpg");
    width:100%;
    height:auto;
    background-position:center;
    background-size:cover;
}
.howitsworks-Section h2{
    color:#B19777;
    font-size:30px;
}
.howitsworks-Section .container{
    padding:60px 10px;
}
.howitsworks-Section .container .img-icon{
    width:120px;
    height:120px;
    border-radius:50%;
   position:relative;
   margin:10px auto;
    background:#fff;
}
.howitsworks-Section .container .img-icon .inner-icon{
width:85px; height:85px;
border-radius:50%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
transition:0.6s;
box-shadow:2px 10px 10px 0px #ccc;

}
.howitsworks-Section .container .img-icon:before{
    width:140px;
    height:140px;
    border-radius:50%;
    top:-10px;
    content:'';
    display:block;
    position:absolute;
    left:-10px;
    border:1px solid #ccc;
}
.howitsworks-Section .container .in1u h3{
    position: relative;
}
.howitsworks-Section .container .in1u h3:after{
  content:'';
    display:block;
    position:absolute;
    width:98px;
    height:1px;
    background:#ccc;
    left:-64px;
    top:-36px;

}

.howitsworks-Section .container .img-icon:before{
border-bottom:1px solid transparent;
    }
.howitsworks-Section .container .img-icon:after{
    content:'';
    display:block;
    position:absolute;
    width:98px;
    height:1px;
    background:#ccc;
    right:-88px;
    bottom:10px;
}
.howitsworks-Section .container h3{
    font-size:18px;
    margin-top:25px;
    font-weight:500;
    color:#fff;
}
.howitsworks-Section .container h3:hover{
    color:#C4B199;
}
.howitsworks-Section .container .img-icon .inner-icon:hover{
    background:#C4B199;
}
.howitsworks-Section .container .img-icon .inner-icon img{
    width:92%;
padding:12px;
}
/*.howitsworks-Section .container .img-icon*/
.howitsworks-Section p{
    font-size:27px;
    font-weight:400;
    line-height:40px;
    color:#fff;

}
.blog-section  span{
    padding:22px 0 8px;
    display: inline-block;
}
.blog-section .iocon span img{
width:21px;
}
.blog-section .iocon span {
    margin-right:11px;
}
.blog-section .iocon span b {
    font-size:17px;
    font-weight:400;
    padding:0 4px;
}
.blog-section  span.architech{
    color:#B19777;
    font-weight:600;
}
.blog-section p{
    color:#000;
}
.blog-section h3 a{
    color:#000;
}
.our-teamSection h1{
left:50%;

/*transform: translate(-50%, -50%);*/
    font-size: 180px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: 800;
    z-index: 0;
    margin-top:-40px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    color: transparent !important;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.1);
}
.our-teamSection  h2 span{
        color:#B19777;

}
.our-teamSection  h2{
    margin-top:-20px;
}
.our-teamSection h6{
    font-family: 'Pinyon Script', cursive;
font-size:44px;
color:#B19777;
font-weight:400;
}
.our-teamSection .innimg{
    border:1px solid #ccc;
    padding:22px;
    transition:0.7s;
}
.our-teamSection h3{
    margin-top:20px;
    margin-bottom:7px;
    color:#000;
    font-size:23px;
}
.our-teamSection p{
    color:#000;
    font-size:18px;
    font-weight: 500;
}
.our-teamSection .innimg img{
    transition:0.7s;
}
.our-teamSection .innimg:hover img{
transform:scale(1.1);
}
.our-teamSection .innimg:hover{
    border-color:#000;
}
.why-section .left-why{
     background:url("../images/main-about-dots.png");
    background-size:contain;
    background-position:center;
    padding:120px 0 120px;
    height:auto;

    background-attachment: fixed;
position: relative;
right:-70px;
}
.why-section h2 {
    font-size: 40px;
    line-height: 50px;
}
.why-section a{

 display:inline-block;
    /*border:1px solid #000;*/
    padding:12px 30px;
    position:relative;
    color:#000;
    margin-top:40px;
    background:#000;
    color:#fff;
    z-index:2;
    transition:0.6s;
}
.window-flipimage li{
    margin:15px 0;
}
.window-mainSection{
    background:#F3F3F3;
    padding:80px 10px 100px;
}

.window-mainSection .modern a{
 display:inline-block;
    /*border:1px solid #000;*/
    padding:12px 30px;
    position:relative;
    color:#fff;
    z-index:2;
    background:#000;
    transition:0.6s;
}
.finance-navbar #main-navigation-wrapper .nav > li > a{
    text-transform:uppercase;
    color: #232E64;
    font-weight:600;
}
.finance-navbar #main-navigation-wrapper .nav > li > a i{
    font-weight:400;
}
.main-menu-three #main-navigation-wrapper .nav > li{
   color: #232E64; 
}
.window-mainSection .modern a:after{
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:0%;
    z-index:-1;
        transition:0.6s;

    height:100%;
    background:#B19777;

}
.window-mainSection .modern a:hover:after{
    width:100%;
}
  
.window-mainSection  ul li  h5{
    color:#000;
    font-weight:600;
}
.window-mainSection  ul li a{
    color:#000;
    font-weight:600;
}
.window-mainSection .modern a i{
    padding-left:10px;
}
.window-mainSection .modern a:hover:after{
    width:100%;
    background:#B19777;
}

.window-mainSection .modern p{
color:#000;}

.window-mainSection h3 {
    font-weight:500;
    color:#000;
    line-height:45px;
}
.window-mainSection ul li img{
    width:100px;
    padding:40px 20px 10px;
}
.window-mainSection h3 span{
    color:#B19777;
    font-weight:700;

}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 320px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-box .descr{
    padding:10px 40px;
}
/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;


  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-box-back {
background-position:center;
    color:#fff;
    font-weight:600;
}
.flip-box-back:before{
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
background:rgba(0,0,0,0.7);
z-index:1;
width:100%;
height:100%;
}
.flip-box-back .descr{
    color:#fff;
    position: relative;
    z-index:33;
}
.flip-box-back a h5{
    color:#fff!important;
     position: relative;
    z-index:33;
}
.flip-box-back a{
    color:#fff!important;
     position: relative;
    z-index:33;
}
/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

.why-section a:after{
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
    width:0%;
    z-index:-1;
        transition:0.6s;

    height:100%;
    background:#B19777;

}
.why-section a:hover:after{
    width:100%;
    background:#B19777;
}
.why-section a i{
    padding-left:10px;
}
.why-section a:hover{
    color:#fff;
}

.why-section p{
    color:#000;
    font-size:17px;
    font-weight:400;
}
.why-section h2 span{
}
.step-section  .row{
    padding-top:20px;
    color:#000;
}
.step-section  .row h1{
    font-size:112px;
    color:#B19777;
    padding-bottom:30px;
    transition: 0.7s;
}
.step-section  .row  .col-md-3:hover h1{
transform:translateY(-14px);
}
.step-section  .row  h3{
    font-size:21px;
}
.step-section h2 span{
    color:#B19777;
}
.create-project .planning-section .inn-planning ul{
    margin:30px 0;
}
.create-project .planning-section .inn-planning ul li{
    padding:9px 0;
    font-size:15px;
}
.create-project .planning-section .inn-planning1 h3{
    color:#fff;
    position: relative;
    z-index:99;
}
.create-project .planning-section .inn-planning1 a{
      position: relative;
    z-index:99;
}
.create-project .planning-section .inn-planning1 h4{
    color:#fff;
    position: relative;
    z-index:99;
}
.create-project .planning-section .inn-planning1 ul li{
    color:#fff;
    position: relative;
    z-index:99;
}
.create-project .planning-section .inn-planning ul li:not(:last-child){
border-bottom:1px solid #ccc;
}
.create-project h2 span{
    color:#B19777;
}
.create-project .planning-section .inn-planning  a i{
    padding-left:9px;
}
.create-project .planning-section .inn-planning  a{
    padding:14px 29px;
    color:#fff;
    z-index:2;
    position:relative;
    background:#000;
    display:inline-block;
    text-align: center;

}
.create-project .planning-section .inn-planning  a:after{
content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    z-index: -1;
    transition: 0.6s;
    height: 100%;
    background: #B19777;
}
.create-project .planning-section .inn-planning  a:hover:after{
    width:100%;
}
.create-project p{
    max-width:998px;
    margin:10px auto;
    color:#fff;
    z-index:22;
    margin-bottom:-30px;
    color:#A0937F;
    font-weight:400;
        position: relative;

}
.we-folowSection .left-follow h2 span{
color:#CCBEA9;
}
.portfolio-section{
    padding:90px 0 20px;
    background:#181818;
    margin:0px 0 80px;
}
.portfolio-section .donate-sliderpart h4{
    font-size:16px;
    color:#9B8469;
    font-weight:600;
}
.portfolio-section  h6{
color:#B19777;
font-size:32px;
font-family: 'Pinyon Script', cursive;
}
.portfolio-section  h4{
    color:#fff;
    padding-bottom:50px;
    font-weight:400;
    font-size:32px;
}
.portfolio-section  h4 span{
    color:#B19777;
    font-weight:700;
}
.portfolio-section h1{
left:50%;

/*transform: translate(-50%, -50%);*/
    font-size: 180px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: 800;
    z-index: 0;
    margin-top:-50px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    color: transparent !important;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
}
.portfolio-section .donate-sliderpart h3{
    color:#fff;
    font-size:19px;
    margin-bottom:8px;
    margin-top:20px;
}
.about-section .right-about .video-sectionp .playbtn img{
    width:65px;
}
.about-section .right-about .video-sectionp .con{
    padding:10px 17px;
}
.about-section .right-about .video-sectionp .con h4{
    color:#BF9777;
    font-size:17px;
    margin-bottom: 0
}
.about-section .right-about .video-sectionp .con h3{
    font-size:17px;
    color:#000;
    font-weight:700;
}
.about-section .right-about .video-sectionp{
    background:#fff;
    padding:22px 32px 0;
    display:flex;
    justify-content: space-between;
    position: absolute;
    bottom:0;
    right:0;
}
.about-section .left-about .ltx-btn-wrap a:hover:after{
width:100%;
}
.about-section .left-about .ltx-btn-wrap a:hover{
    color:#fff;
}
.about-section .left-about .ltx-btn-wrap a i{
    padding-left:10px;
}
.about-section .right-about {
    position: relative;
}
.about-section .right-about span{


z-index: -1;
    display: block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -140px;
    top: 0;
    background: url("../images/main-about-dots.png");
    right: -100px;
}
.intro-carousel .owl-nav .owl-prev:before{
    content:'';
    display:block;
    position: absolute;
    background-image:url("../images/right-arrow.svg");
    top:25px;
    /*left:10px;*/
    background-position: center;
    width:100%;
    height:auto;
    height:17px;
    transform:rotate(180deg);
    z-index:99;
    background-repeat:no-repeat;
}

.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
    transform: scale(1.1);
    transition: 10s;
}

/*------------Search bar--------------*/

.listing-search {
    padding: 10px 15px 0;
    background-color: #153356;
}
.listing-search .item-wrapper .item{
    width: 20%;
    float: left;
    position: relative;
    white-space: nowrap;
}
.listing-search__label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
button.Zebra_DatePicker_Icon {
    margin-right: 5px;
}
input.input-field {
    width: 94%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white !important;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 20px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
select.ht-field {
    width: 94%;
    height: 43px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white !important;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 2px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ht-field {
    display: block;
    width: 100%;
    font-size: 13px;
}
.listing-search__btn {
    display: inline-block;
    width: 100%;
    padding: 9px 29px;
    background-color: #000;
    color: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.Zebra_DatePicker_Icon_Wrapper {
    width: auto !important;
}

.listing-search__label--hidden {
    opacity: 0;
    visibility: hidden;
}
/*-----------welcome section-------------*/

.welcome-section .room-categories {
    padding-left: 0;
    list-style: none;
    margin-bottom: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.welcome-section .room-categories .room-category{
    padding: 0;
    height: 205px;
    width: 100%;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: .3s ease;
}
.welcome-section .room-category + .room-category {
    border-left: 1px solid #e8ecec;
}
.welcome-section .room-category>a {
    display: block;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.welcome-section .room-category .media-caption .category-titile{
    margin-top: 20px;
}
.welcome-section .room-categories .room-category:hover{
    -webkit-box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
    box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
}
.welcome-section .room-categories .room-category i {
    color: #907D6F;
    font-size: 50px;
    font-weight: 100;

}
.welcome-section .room-categories .room-category a{
    color: #907d6f;
}
/*--------------Counter-3 section-----------------*/

.numbers-section-3 {
    background: url("../img/galery/ghty.jpg") center center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding-bottom: 70px;
}
.numbers-section-3 h3,
.numbers-section-3 p {
    margin: 0;
    color: #fff;
    margin-top: 20px;
}

.numbers-section-3 .thm-container {
    position: relative;
    z-index: 1;
}
.numbers-section-3 .section-titleBar {
    margin-bottom: 0;
}
.section-titleBar::after {
    display: none;
}
.numbers-section-3 .section-titleBar h3 {
    font-size: 29px;
    color: #FDFDFD;
    line-height: 33px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}
.numbers-section-3 .title-box p {
    font-size: 16px;
    color: #FFFFFF;
    font-style: italic;
}
.numbers-section-3 .title-box .right-text-box {
    border-left: 4px solid #FFFFFF;
    padding-left: 25px;
    margin-left: 30px;
    padding-bottom: 6px;
}
.numbers-section-3 .single-count-box {
    border: none;
    margin-bottom: 20px;
    float: right;
    margin-left: 60px;
    margin-right: 20px;
}
.numbers-section-3 .single-count-box span.decor-line {
    width: 32px;
    height: 5px;
    display: inline-block;
    background: #CBD913;
}
.numbers-section-3 .single-count-box .box {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.numbers-section-3 .single-count-box .box .icon-box{
    text-align: center;
    margin-bottom: 15px;
}
.numbers-section-3 .single-count-box .box .icon-box i{
    color: #fff;
    font-size: 44px;
}
.numbers-section-3 .single-count-box .box .number-box,
.numbers-section-3 .single-count-box .box .text-box {
    display: table-cell;
    vertical-align: middle;
}
.numbers-section-3 .single-count-box .box .number-box {
    font-size: 55px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.numbers-section-3 .single-count-box .box .text-box {
    font-size: 14px;
    line-height: 20px;
    /* color: #153356; */
    text-transform: uppercase;
    /* padding-left: 30px; */
    text-align: left;
}
/*------------Rooms offer section-------------*/

.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 40px;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
    width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
}
.awesome-img .price{
    animation: color .3s ease-in-out;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    display: inline-block;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 20px 15px;

}
.project-dec h4 {
    color: #444;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec span {
    font-size: 16px;
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    line-height: 38px;
    width: 38px;
    display: inline-block;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    margin-right: 14px;
    transition: all 0.7s ease 0s;
}
.project-dec a {
    color: #444;
}
.project-dec a:hover {
    color: #333;
}
.project-dec span {
    font-size: 14px;
}
.project-dec p{
    margin-bottom: 0px;
}
.project-dec .rating {
    padding: 15px 0;
}
.rating i.voted {
    color: #FFC107;
}
.rating i {
    margin-right: 2px;
    color: #ddd;
}
.pst-content {
    padding-left: 10px;
}

.project-dec ul {
    padding: 20px 0 0 0;
    border-top: 1px solid #ededed;
}
.project-dec ul li {
    display: inline-block;
    margin-right: 15px;
}
.project-dec ul li:last-child {
    margin-right: 0;
    float: right;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #153356;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    bottom: -15px;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #153356;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #153356;
    border: 1px solid #153356;
}
/*----------Testimonial section---------*/

.testimonial-section{
    background-image: url("../img/galery/ghty.jpg");
    background-size: cover;
    background-position: center;
}

.testimonial-section .section-titleBar h3 {
    color: #fff;
}
.testimonial-section .section-titleBar p {
    color: #fff;
}
.testimonial-section .section-titleBar::after {
    border: 1px solid #fff;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.single-testi {
    border-radius: 8px;
    padding: 34px 22px 28px 34px;
    background-color: #fff;
    position: relative;
    width:100%;
    margin-bottom: 60px;

}

.testi-img img {
    width: 100%;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
    display: inline-block !important;
}
.client-rating {
    padding-bottom: 10px;
}
.client-rating a {
    display: inline-block;

    font-size: 18px;
}
.testi-img {
    float: left;
    margin-right: 15px;
}
.texti-name {
    margin-top: 5px;
}
.texti-name h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.guest-rev a{
    color: #444;
}
.testi-text p {
    margin-bottom: 0px;
    line-height: 30px;
}
.testi-text h5 {
    color: #444;
    font-size: 20px;
}
.testi-text a{
    color: #153356;
}
.client-content {
    margin-top: -30px;
}
.testimonial-carousel.item-indicator{
    padding: 30px 0px 50px;
}
.testimonial-carousel  .owl-dots .owl-dot > span {
    background: transparent;
    display: inline-block;
    height: 8px;
    width: 32px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border: 2px solid #c4c8ff;
}
.owl-theme .owl-dots .owl-dot{
    /*display: none;*/
}
.testimonial-carousel  .owl-dots {
    bottom: 0px;
    display: block;
    left: 46.5%;
/*display: none;*/
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel  .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel .owl-dots div.owl-dot.active span{
    background: #c4c8ff;
}
.reviews-page .single-testi{
    margin-bottom: 30px;
}

.client-content .active.center .texti-name h5,
.client-content .active.center .testi-text p,
.client-content .active.center .guest-rev a {
    color: #fff;
}
/*-------------Overview  section-----------------*/

.our-overview .section-titleBar::after {
    border: 1px solid #153356;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: unset;
}
.our-overview .about .lists{
    display: flex;
    flex-direction: row;
}
.our-overview .about .lists ul:first-child{
    margin-right: 35px
}
.our-overview .about .lists ul li i {
    color: #153356;
    margin-right: 5px;
}

.our-overview .about .lists ul li  {

    margin-bottom: 5px;
}
.toggle {
    margin-bottom: 20px;
}

.our-overview .about-wd .lists {
    display: flex;
    flex-direction: row;
}

.our-overview .about-wd .lists ul:first-child {
    margin-right: 35px;
}
.our-overview .about-wd.lists ul li {
    margin-bottom: 5px;
}
.our-overview .about-wd .lists ul li i {
    color: #907D6F;
    margin-right: 5px;
}
/*--------------Galery section----------------*/

.gallery-section {
    background-color: #f9f7f6;
    grid-column: full-start / full-end;
    display: grid;
    /*grid-template-columns: repeat(8, 1fr);
      grid-template-rows: repeat(7, 5vw);*/
    grid-template: repeat(7, 5vw)/repeat(8, 1fr);
    grid-gap: 1.5rem;
    padding: 1.5rem; }
.gallery__item--1 {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2; }
.gallery__item--2 {
    grid-row: 1 / span 3;
    grid-column: 3 / span 3; }
.gallery__item--3 {
    grid-row: 1 / span 2;
    grid-column: 6 / 7; }
.gallery__item--4 {
    grid-row: 1 / span 2;
    grid-column: 7 / -1; }
.gallery__item--5 {
    grid-row: 3 / span 3;
    grid-column: 1 / span 2; }
.gallery__item--6 {
    grid-row: 4 / span 2;
    grid-column: 3 / span 2; }
.gallery__item--7 {
    grid-row: 4 / 5;
    grid-column: 5 / 6; }
.gallery__item--8 {
    grid-row: 3 / span 2;
    grid-column: 6 / span 2; }
.gallery__item--9 {
    grid-row: 3 / span 3;
    grid-column: 8 / -1; }
.gallery__item--10 {
    grid-row: 6 / span 2;
    grid-column: 1 / 2; }
.gallery__item--11 {
    grid-row: 6 / span 2;
    grid-column: 2 / span 2; }
.gallery__item--12 {
    grid-row: 6 / span 2;
    grid-column: 4 / 5; }
.gallery__item--13 {
    grid-row: 5 / span 3;
    grid-column: 5 / span 3; }
.gallery__item--14 {
    grid-row: 6 / span 2;
    grid-column: 8 / -1; }
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.gallery__item  {
    position: relative;
}

/*Lightboxproject page*/
/*.gallery-section .tt-gallery-1 {*/
/*display: block;*/
/*position: relative;*/
/*overflow: hidden;*/
/*}*/
.gallery-section .tt-gallery-1-caption {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.gallery-section .tt-gallery-1-caption-table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-section .tt-gallery-1-caption-inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.gallery-section .tt-gallery-1-name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.gallery-section .tt-gallery-1-cat {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #777;
    letter-spacing: 0.2px;
}
/*.owl-carousel.owl-theme .owl-controls .owl-nav{
display: none;
}*/
/*.owl-theme .owl-nav{
    display: none;
}*/
.gallery-section .tt-gallery-1-search {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 17px;
    line-height: 59px;
    color: #fff;
    text-align: center;
    padding: 20px;
    background: #907d6f;
    border-radius: 50%;
}
.gallery-section .gallery__item:hover .tt-gallery-1-caption {
    opacity: 1;
}
.gallery-section .gallery__item:hover .tt-gallery-1-caption-inner {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-section .tt-gallery-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
/*Lightboxproject page*/
.gallery-section.no-filter {
    padding-bottom: 65px;
}

/*Single project page*/
.gallery-section .customer-info{
    padding: 15px;
}
.gallery-section .customer-info ul li:not(:last-child){
    padding-bottom: 15px;
}
.gallery-section .customer-info ul li strong{
    color: #2e2e95;
    font-size: 16px;
    margin-right: 12px;
}
.gallery-section .customer-info ul li .fa {
    color: #ef434c;
}
.gallery-section .bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gallery-section .bottom-section .social-wraper ul{
    display: flex;
    flex-direction: row;
}
.gallery-section .bottom-section .social-wraper ul li{
    margin-left: 0px;
    margin-right: 20px;
}
.gallery-section .bottom-section .social-wraper ul li a{
    position: relative;
    color: #444;
    font-size: 16px;
}
.gallery-section .bottom-section .navigation ul{
    display: flex;
}
.gallery-section .bottom-section .navigation ul li {
    margin-left: 10px;
}
.gallery-section .bottom-section .navigation ul li a{
    position: relative;
    color: #444;
    font-size: 16px;
}

/*---------------Contact form section-----------------*/

.request-call-bg h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.request-call-bg.request-call-bg-green {
    background: #3aa27f;
}
.request-call-bg.request-call-bg-green .request-call-form p {
    color: #fff;
}
.request-call-bg-green .sec-title .decor-line {
    background: #fff !important;
}
.request-call-bg-green.request-call-bg .sec-title p {
    color: #fff;
}
.request-call-bg-green .request-call-form .thm-button {
    background: #4db7fe;
    color: #fff;
}
.request-call-bg .thm-btn {
    text-transform: uppercase;
    background: #907D6F;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;

    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #907d6f;
}


.request-call-bg .sec-title p {
    color: #b0b0b0;
    padding-top: 35px;
}
.request-call-form {
    margin: 0px -15px 0 -15px;
}

.request-call-form select {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 30px;
    height: 50px;
}
.request-call-form p {
    margin: 0 0 20px 0;
}
.request-call-form input[type="text"] {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 20px;
    height: 50px;
}

.request-call-bg .contact-info .tel-box .icon-box{
    display: table-cell;
    vertical-align: top;
}
.request-call-bg .contact-info .tel-box .text-box{
    display: table-cell;
    vertical-align: top;
    padding-left: 14px;
}
.request-call-bg .contact-info .tel-box .text-box p{
    margin: 0;
}
.request-call-bg .contact-info .tel-box .icon-box i {
    font-size: 20px;
    color: #90726f;
}
.request-call-bg .info-box {
    border: 2px solid #907D6F;
    padding: 15px;
}
/*--------------------------------*/
/*  3. Index-2
/*--------------------------------*/
/*------------Search bar-2--------------*/

.listing-2 {
    margin-top: -60px;
    background: transparent;
}
.listing-2 .form-wrapper-2 {
    background-color: #153356;
    padding: 15px 19px 0px;
    border-radius: 5px;
}

/*------------welcome section-2--------------*/

.our-overview-2 .toggle {
    margin-bottom: 20px;
}
.our-overview-2 .questions .toggle:last-child {
    margin-bottom: 0px;
}
.our-overview-2 .toggle .toggle-heading a {
    display: block;
    padding: 15px 13px 15px 55px;
    background: #FFFFFF;
    border: 1px solid #777;
    border-radius: 35px;
    color: #444;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
    box-shadow: 1px 3px 6px -6px rgba(0,0,0,0.62);
}
.our-overview-2 .toggle i {

    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    border-radius: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -11.5px;
    color: #2e2e95;
    border: 2px solid #c0c0c0;
}
.our-overview-2 .toggle .toggle-body {
    padding: 20px 0 4px;
    font-size: 16px;
    line-height: 25px;
}
.wpb_single_image {
    margin-bottom: 30px;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;

    width: 100%;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.cart-service {
    background: #4db7fe;
    padding: 30px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
    border-radius: 5px;
}
.cart-service .icon {
    font-size: 43px;
    margin-bottom: 8px;
}
.cart-service h4 {
    font-size: 18px;
    font-weight: 500;
    color:#fff;
    line-height: 28px;
}
.cart-service .text {
    padding-bottom: 8px;
    font-size: 13px;
    opacity: .8;
}
/*--------------About us-2 section-----------------*/

.about {
    display: grid;
    grid-template-columns: [sidebar-start] 0rem [sidebar-end full-start] minmax(6rem, 1fr) [center-start] repeat(8, [col-start] minmax(min-content, 14rem) [col-end]) [center-end] minmax(6rem, 1fr) [full-end];
}
.about .story__content span {
       font-size: 30px;
       line-height: 32px;
       font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
   }
.about .story__content h3 {
    font-size: 38px;
    line-height: 42px;

}
.story__pictures {
    background-color: #153356;
    grid-column: full-start / col-end 4;
    background-image: linear-gradient(rgba(7, 35, 47, 1), rgba(77, 183, 234, 0.5)), url('../img/background/1.jpg');
    background-size: cover;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
    align-items: center; }
@media only screen and (max-width: 50em) {
    .story__pictures {
        grid-column: 1 / -1;
        padding: 6rem; } }

.story__img--1 {
    width: 100%;
    grid-row: 2 / 6;
    grid-column: 2 / 6;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.1); }
@media only screen and (max-width: 50em) {
    .story__img--1 {
        grid-column: 1 / 5;
        grid-row: 1 / -1; } }

.story__img--2 {
    width: 115%;
    grid-row: 4 / 6;
    grid-column: 4 / 7;
    z-index: 20;
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 50em) {
    .story__img--2 {
        grid-row: 1 / -1;
        width: 100%; } }

.story__content {
    background-color: #f9f7f6;
    grid-column: col-start 5 / full-end;
    padding: 6rem 8vw;
    /*
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          */
    display: grid;
    align-content: center;
    justify-items: start; }
@media only screen and (max-width: 50em) {
    .story__content {
        grid-column: 1 / -1;
        grid-row: 5 / 6; } }

.story__text {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 4rem; }


/*-----------Rooms offer-2 section-----------*/

.single-awesome-project-2 {
    float: left;
    overflow: hidden;
    width:100%;
    border-radius: 10px;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project-2 {
    margin-top: 40px;
    background: #fff;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
    width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
}
.awesome-img .price{
    animation: color .3s ease-in-out;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    display: inline-block;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    position: absolute;
    left: 20px;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    padding: 10px 15px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project-2:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project-2:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec-2 {
    display: block;
    padding: 20px 15px;
    background: #fff;
}
.project-dec-2 h4 {
    color: #444;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec-2 span {
    font-size: 16px;
    background: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 100%;
    line-height: 38px;
    width: 38px;
    display: inline-block;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    margin-right: 14px;
    transition: all 0.7s ease 0s;
}
.project-dec-2 a {
    color: #907D6F;
    font-weight: 700;
}
.project-dec-2 a:hover {
    color: #333;
}
.project-dec-2 span {
    font-size: 14px;
}
.project-dec-2 p{
    margin-bottom: 0px;
}
.project-dec-2 .rating {
    padding: 15px 0;
}
.rating i.voted {
    color: #4db7fe;
}
.rating i {
    margin-right: 2px;
    color: #ddd;
}
.pst-content {
    padding-left: 10px;
}

.project-dec-2 ul {
    padding: 20px 0 0 0;
    border-top: 1px solid #ededed;
}
.project-dec-2 ul li {
    display: inline-block;
    margin-right: 15px;
}
.project-dec-2 ul li:last-child {
    margin-right: 0;
    float: right;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #153356;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    bottom: -15px;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #153356;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: -3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: -3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #153356;
    border: 1px solid #153356;
}

/*------------Testimonial-2 section--------------*/

.testimonial-section-2 blockquote {
    position: relative;
    margin: 30px 0;
    padding: 40px 40px 40px 40px;
    font-size: 15px;
    line-height: 26px;
    background-color: #FFFFFF;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    color: #777;
    font-weight: 300;
    transition: all 500ms ease;
}

.testimonial-section-2 .testimonials-author h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.testimonial-section-2 blockquote .icon-holder {
    background: #f7f7f7;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 3px solid #e1e1e1;
    left: 30px;
    top: -30px;
    z-index: 2;
    transition: all 500ms ease;
}
.testimonial-section-2 blockquote:hover .icon-holder{
    border-color: #4db7fe ;
}
.testimonial-section-2 blockquote:hover {
    border-color: #4db7fe;
}
.testimonial-section-2 blockquote .icon-holder i {
    color: #907D6F;
    font-size: 30px;
    line-height: 64px;
}
.testimonial-section-2 blockquote:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;

}

.testimonial-section-2 blockquote:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;

}
.testimonial-section-2 .item {

    margin: 0 30px 60px 30px;
}
.testimonial-section-2 .testimonials-author .author-img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.testimonial-section-2 .testimonials-author h4{

    font-weight: 600;
    font-size: 15px;
    padding-top: 14px;
    color: #222222;
    line-height: 24px;
}
.testimonial-section-2 .testimonials-author span{
    font-weight: 300;
    font-size: 14px;
    color: #222222;
}
.testimonial-section-2 .testimonials-author ul{
    list-style-type: none;
}
.testimonial-section-2 .testimonials-author ul li{
    display: inline-block;
    color: #907D6F;
}
/*-------------Galery section-2-----------------*/

.gallery-carousel {
    margin: 0;
    padding: 0 35px 50px 35px;
}
.galery-item {
    float: left;
    overflow: hidden;
    width:100%;
    border-radius: 10px;
}
.galery-item .awesome-img {
    margin: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.gallery-carousel.owl-carousel.owl-theme .owl-dots div.owl-dot > span {
    background: transparent;
    display: inline-block;
    height: 8px;
    width: 32px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border: 2px solid #c4c8ff;
}
.gallery-carousel.owl-carousel.owl-theme  .owl-dots {
    bottom: 0px;
    display: block;
    left: 46.5%;

    position: absolute;
}

.gallery-carousel.owl-carousel.owl-theme  .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.gallery-carousel.owl-carousel.owl-theme  .owl-dots div.owl-dot.active span{
    background: #c4c8ff;
}
.gallery-carousel .owl-dots {
    margin-top: 30px;
}
/*--------------------------------*/
/*  4. Index-3
/*--------------------------------*/
/*---------------Menu section----------------*/

.main-menu-three {
    background: #000;
    z-index: 100;
    width: 100%;
}

.main-menu-three #main-navigation-wrapper.navbar-default {
     /*background: rgba(7,35,47, .3);;*/
    border: none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background:transparent;
    right: 0;
    z-index: 1000;

}
.main-menu-three #main-navigation-wrapper.affix {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.main-menu-three #main-navigation-wrapper .logo {
    margin: 17px 0 17px;
    max-width: 210px;
}
.main-menu-three #main-navigation-wrapper .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    border: none;
    height: 55vh;
    overflow: scroll;
}
.owl-theme .owl-nav{
    display: none;
}
.intro-carousel .owl-nav {
    display: block;
}
.owl-theme .owl-dot{
    display: none;
}
.intro-carousel .owl-theme .owl-dots{
    display: none;
}
.main-menu-three #main-navigation-wrapper .nav > li > a {
    padding: 44px 27px;
    /*text-transform: uppercase;*/
color: #232E64;
    font-size: 19px;
    display:block;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.main-menu-three #main-navigation-wrapper .nav > li >a:hover{
    color:#B19777;
}
.main-menu-three #main-navigation-wrapper .nav > li {
    padding-right:22px;
    font-size:17px;
}
/*.main-menu-three #main-navigation-wrapper .nav > li >a:before{


content: "";
    position: absolute;
    top: -5px;
    bottom: -6px;
    right: 0px;
    left: 9px;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-color: #B19777;
    border-color:  #B19777;
    z-index: -2;
    height:20px;
}
.main-menu-three #main-navigation-wrapper .nav > li  span{


content: "";
    position: absolute;
    top: -5px;
    border-top: 1px solid ;
    border-color: #B19777;
    border-color: #B19777;
    width: 7px;
    left: -16px;

}
*/.slider-section{
    margin-bottom: -10px;
}
.main-menu-three ul.nav.navbar-nav {
    float: right;
}
.main-menu-three #main-navigation-wrapper .navbar-form {
    padding: 0;
    margin: 0;
}
.main-menu-three #main-navigation-wrapper .navbar-nav {
    margin-left: 0;
    margin-right: 60px;
}
.main-menu-three #main-navigation-wrapper.navbar-default .navbar-nav > .open > a,
.main-menu-three #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus,
.main-menu-three #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover,
.main-menu-three #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a {
    background: none;
    color: #907D6F;
}
.main-menu-three #main-navigation-wrapper .navbar-form {
    background: #000;
    padding: 15px 20px 15px 30px;
    border-left: 1px solid #20202c;
    border-right: 1px solid #20202c;
}
.main-menu-three #main-navigation-wrapper .navbar-form input {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: transparent;
    width: calc(100% - 32px);
    color: #fff;
}
.main-menu-three #main-navigation-wrapper .navbar-form button {
    border: none;
    outline: none;
    background-color: transparent;
}
.main-menu-three #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #fff;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    border-top: 2px solid #907D6F;

}

.main-menu-three #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu > li{
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu-three #main-navigation-wrapper .navbar-nav > li  .dropdown-submenu2 {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    min-width: 220px;
    background: #10252e;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}
.main-menu-three #main-navigation-wrapper .navbar-nav ul.dropdown-submenu li.new
{
    position:relative;
}
.main-menu-three #main-navigation-wrapper .navbar-nav ul.dropdown-submenu li.new:hover a
{
    color: #fff;
}

.main-menu-three #main-navigation-wrapper .dropdown-submenu2 > li:hover a
{
    color: #fff !important;
}
.main-menu-three #main-navigation-wrapper .navbar-nav > li:hover > .dropdown-submenu,
.main-menu-three #main-navigation-wrapper .navbar-nav > .open > .dropdown-submenu, .main-menu-three #main-navigation-wrapper .navbar-nav .dropdown-submenu li:hover .dropdown-submenu2{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.main-menu-three #main-navigation-wrapper .dropdown-submenu > li > a,.main-menu-three #main-navigation-wrapper .dropdown-submenu2 > li > a {
    color: rgb(68, 68, 68);
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 10px 15px;
    transition: .5s ease-in-out;
}

.main-menu-three #main-navigation-wrapper .dropdown-submenu > li:last-child a, .main-menu-three #main-navigation-wrapper .dropdown-submenu2 > li:last-child a {
    border: none;
}
.main-menu-three #main-navigation-wrapper .dropdown-submenu > li > a:focus,
.main-menu-three #main-navigation-wrapper .dropdown-submenu > li > a:hover ,.main-menu-three #main-navigation-wrapper .dropdown-submenu2 > li > a:focus,
.main-menu-three #main-navigation-wrapper .dropdown-submenu2 > li > a:hover {
    background-color: transparent;
    color: #907D6F;
}

.main-menu-three.finance-navbar.affix {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    margin: 0;
    animation: fadeItIn 1s;
    z-index: 1000;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
    box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.47);
}
.Marcho-navbar2.affix {
    padding: 20px 0 0 0!important;
    background: #12121b;
}
.main-menu-three.finance-navbar.affix .navbar-default {
    background: #000!important;
    border-bottom: 1px solid #907D6F!important;
}
.main-menu-three.finance-navbar.affix .navbar-default   .nav > li > a{
    color:#907D6F!important;
}
.Marcho-navbar2 .logo a:nth-child(2),
.Marcho-navbar2.affix .logo a:nth-child(1) {
    display: none;
}
.Marcho-navbar2.affix .logo a:nth-child(2) {
    display: block;
}
.style-home-page2 .Marcho-navbar2.affix #main-navigation-wrapper .nav > li {
    padding: 0 0 24px 0;
}
.navbar-toggle {
    margin: 35px 0;
    float: left;
}
@keyframes fadeItIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}
/*--------------Search bar-3--------------*/


.listing-3 {
    margin-top: -130px;
}

.listing-3 .form-wrapper-3 {
    background-color: rgba(7,35,47, .6);
    padding: 15px 19px 0px;
    border-radius: 5px;
}


/*-----------welcome section-3------------*/

.welcome-section-3 {
    padding-bottom: 35px;
}
.welcome-section-3 .service-sec {
    margin: 0 0 55px 0;
    float: left;
}
.welcome-section-3 .service-sec .icon {
    width: 96px;
    height: 96px;
    float: left;
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    text-align: center;
    background: #4db7fe;
    line-height: 85px;
}
.welcome-section-3 .service-sec .detail {
    float: right;
    width: 78%;
    margin: -5px 0 0 0;
}
.welcome-section-3 .service-sec .detail p{
    margin-bottom: 0;
}
/*---------------Best offer-3 section----------------*/

.best-offer-3 {
    background-image: url('../img/background/2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.best-offer-3 .offer-title h2 {
    color: #fff;
}
.best-offer-3 .offer-title p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
}
.best-offer-3 .offer-title a{
    border: 2px solid #4db7fe;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 22px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: transparent;
    border-radius: 3px;
    width: 160px;
}
/*---------------Galery section-3-------------------*/
.gallery-3 {
    background-color: #153356;
}
.gallery-3 .section-titleBar h3{
    color: #fff;
}
.gallery-3 .section-titleBar p{
    color: #fff;
}
.gallery-3 .gallery-section{
    background-color: #153356;
}
/*--------------------------------*/
/*  5. Index-4
/*--------------------------------*/
.welcome-section-4 .section-titleBar h3{
    text-transform: uppercase;
    margin: 20px 0;
}

.welcome-section-4 .intro_images {
    width: 100%;
    height: 588px;
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.welcome-section-4 .intro_1 {
    position: absolute;
    top: 0;
    right: 0;
}
.welcome-section-4 .button {
    margin-top: 20px;
}
.welcome-section-4 .intro_2 {
    position: absolute;
    bottom: 0;
    right: 98px;
    box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
}
.welcome-section-4 .intro_3 {
    position: absolute;
    top: 51px;
    left: 0;
    box-shadow: 0px 23px 35px rgba(4,4,4,0.54);
}
.welcome-section-4 .intro_img img {
    max-width: 100%;
}

.fluid-know-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.fluid-know-area .service-promo .promo-content {
    max-width: 670px;
    margin: 0;
    z-index: 2;
    position: relative;
    padding: 0 0 0 5em;
}

.fluid-know-area .service-promo .know-top {
    border-bottom: 1px solid #0b1c30;
}

.fluid-know-area .service-promo .know-top h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 50px;
    margin-bottom: 20px;
    font-size: 36px;
}



.fluid-know-area .service-promo .know-top p {
    color: #b5c9db;
    margin: 0 0 2.5em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.fluid-know-area .service-promo .know-bot {
    border-top: 1px solid #234470;
    padding: 2em 0 0;
}

.fluid-know-area .service-promo .know-bot ul {
    margin: 0;
    padding: 0;
}

.fluid-know-area .service-promo .know-bot ul li {
    margin: 0;
    padding: 0 18px;
    display: inline-block;
    border-right: 1px dashed #6e6e6e;
}

.fluid-know-area .service-promo .know-bot ul li:last-child {
    border-right: 1px dashed transparent;
    padding-right: 0;
}

.fluid-know-area .service-promo .know-bot ul li:first-child {
    padding-left: 0;
}

.fluid-know-area .service-promo .know-bot ul li .about-img {
    float: left;
    margin: 0 1em 0 0;
}
.fluid-know-area .service-promo .know-bot ul li .about-img i{
    color: #4db7fe;
    font-size: 35px;
    line-height: 44px;
}
.fluid-know-area .service-promo .know-bot ul li .about-cont {
    float: left;
}

.fluid-know-area .service-promo .know-bot ul li .about-cont p {
    color: #fff;
    margin: 0;
    padding: 0;
    font: 400 1.33em/1.3em "Open Sans", sans-serif;
}

.fluid-know-area .work-image-ser img {
    width: 100%;
    height: 32.7em;
}

@media (max-width: 991px) {
    .fluid-know-area {
        display: block;
    }
}
.fluid-know-area .work-image-ser {
    width: -webkit-calc(50% - 115px);
    width: calc(50% - 115px);
    float: left;
    text-align: right;
    display: block;
    position: relative;
}

@media (max-width: 991px) {
    .fluid-know-area .work-image-ser {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .fluid-know-area .work-image-ser img {
        width: 100%;
    }
}
.fluid-know-area .service-promo {
    width: -webkit-calc(50% + 115px);
    width: calc(50% + 115px);
    float: left;
    position: relative;

    background: #153356;
}

@media (max-width: 991px) {
    .fluid-know-area .service-promo {
        width: 100%;

    }
}

.big_room_slider_container {
    height: 100%;
}
.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: url(../img/rooms/6.jpg) no-repeat;
}

.events-section blockquote {
    position: relative;
    margin: 30px 0;
    padding: 40px 40px 40px 40px;
    font-size: 15px;
    line-height: 26px;
    background-color: #FFFFFF;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    color: #777;
    font-weight: 300;
    transition: all 500ms ease;
}
.events-section blockquote .icon-holder {
    background: #f7f7f7;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    text-align: center;
    border: 3px solid #e1e1e1;
    left: 30px;
    top: -30px;
    z-index: 2;
    transition: all 500ms ease;
}
.events-section blockquote:hover .icon-holder{
    border-color: #4db7fe ;
}
.events-section blockquote:hover {
    border-color: #4db7fe;
}
.events-section blockquote .icon-holder i {
    color: #4db7fe;
    font-size: 30px;
    line-height: 64px;
}
.events-section blockquote:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;

}

.events-section blockquote:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;

}
.events-section .item {

    margin: 0 30px 60px 30px;
}
.events-section .testimonials-author .author-img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.events-section .testimonials-author h4{

    font-weight: 600;
    font-size: 15px;
    padding-top: 14px;
    color: #222222;
    line-height: 24px;
}
.events-section .testimonials-author span{
    font-weight: 300;
    font-size: 14px;
    color: #222222;
}
.events-section .testimonials-author ul{
    list-style-type: none;
}
.events-section .testimonials-author ul li{
    display: inline-block;
    color: #4db7fe;
}
.events-section .our-events .date-box {
    width: 86px;
    height: 86px;
    float: left;
    color: #fff;
    font-size: 50px;
    border-radius: 5px;
    text-align: center;
    background: #4db7fe;
    line-height: 85px;
    margin-right: 10px;
}

.events-section .our-events .date-box .date-inner {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.events-section .our-events .date-box .date-inner .date-text-inner {
    display: table-cell;
    vertical-align: middle;
}

.events-section .our-events .date-box .date-inner .date-text-inner p{
    color: #fff;
    font-size: 29px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-weight: 700;
}
.events-section .our-events .date-box .date-inner .date-text-inner  span{
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 500;
}
.events-section .our-events .media-body h4 {

    margin: 0 0 0.3em;
    padding: 0;
    font: 700 1.0715em/1em "Open Sans", sans-serif;
    text-transform: uppercase;
}
.events-section .our-events .media-body p {
    margin: 0;
}

.newsletter-section {
    background-image: url(../img/background/2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.newsletter-section .offer-title h2 {
    color: #fff;
}
.newsletter-section .offer-title p {
    color: #fff;
}
.newsletter-section .form-group {
    position: relative;
    width: 40%;
    margin: 0 auto;
}
.newsletter-section .form-group input{
    font-size: 15px;
    width: 100%;
    padding-right: 3em;
    border: none;
    background: #fff;
    color: #333333 !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
}
.newsletter-section .form-group button{
    position: absolute;
    top: 0;
    right: -1px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #4db7fe;
    color: #fff;
    border: none;
    padding: 15px 25px;
}

.offer-section {
    padding-bottom: 40px;
}
.offer-section .desc .project-dec-2 {
    display: block;
    padding: 20px 15px;
    background: #fff;
}
.offer-section h4 {
    color: #444;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}
.offer-section .tour{
    margin-bottom: 50px;
}
.offer-section .tour-img {
    height: 300px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}
.offer-section .tour-img .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00BBF0;
    color: #fff;
    padding: 8px 12px;
    margin: 0;
}
.offer-section a {
    color: #4db7fe;
    font-weight: 700;
}
.offer-section a:hover {
    color: #333;
}
.offer-section span {
    font-size: 14px;
}
.offer-section p{
    margin-bottom: 0px;
}
.offer-section .rating {
    padding: 15px 0;
}
.rating i.voted {
    color: #90726f;
}
.rating i {
    margin-right: 2px;
    color: #ddd;
}
.pst-content {
    padding-left: 10px;
}

.offer-section ul {
    padding: 20px 0 0 0;
    border-top: 1px solid #ededed;
}
.offer-section ul li {
    display: inline-block;
    margin-right: 15px;
}
.offer-section ul li:last-child {
    margin-right: 0;
    float: right;
}
.offer-section .desc a{
    color: #fff;
    margin-top: 10px;
}
/*--------------------------------*/
/*  6. Index-5
/*--------------------------------*/



.welcome-section-5 .wel-wrap-inner .section-titleBar{
float: left;
    width: 38%;
    padding: 0 5% 0 0;
}
.welcome-section-5 .wel-wrap-inner .section-titleBar .rating i{
    font-size: 18px;
}
.welcome-section-5 .wel-wrap-inner .description-wrap{
    float: left;
    width: 58%;
    padding: 15px 0 5px 7%;
    border-left: 1px solid #c2c2c2;
}
.welcome-section-5 .wel-wrap-inner .description-wrap span {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}
.our-advantages-5 {
padding-bottom: 0;
}
.our-advantages-5 .nav li:hover img, .our-advantages-5 .nav li:focus img {
    transform: scale(1.1);
    opacity: .7;
}
.our-advantages-5 .nav li {
    position: relative;
    overflow: hidden;
}
.our-advantages-5 .nav li .mask{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.4);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4);
    opacity: 0.2;
    background: #153356;
}
.our-advantages-5 .nav li img {
    opacity: 1;
    transition: all 300ms linear 0s;
}
.news-section .post {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
.news-section .post .detail {
    background: #fff;
    padding: 20px;
    position: relative;
}
.news-section .post .detail img {
    width: 56px !important;
    position: absolute;
    top: 0;
    border-radius: 100% !important;
    border: solid 4px #fff;
    margin: -28px 0 0 0;
}

.news-section .post .detail h4 {
    font-weight: 400;
    margin: 25px 0 7px 0;
    font-size: 20px;
    font-weight: 500;
}
.news-section .post .detail a {
    color: #444;
    display: block;
}
.news-section .post .detail span.comment {
    float: right;
}
.news-section .post .detail span {
    color: #444;
    font-size: 14px;
    margin: 22px 0 0 0;
    display: inline-block;
}
/*----------------------------------------*/
/*  7. Footer section
/*----------------------------------------*/


.footer {
    background: #907D6F;
    padding-bottom: 40px;
}
.footer .about-widget .logo img {
    max-width: 240px;
}
.footer .footer-widget {
    margin-bottom: 50px;
}
.footer h2,
.footer h4,
.footer ul,
.footer li,
.footer p {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer p {
    line-height: 24px;
    color: #fff;
}
.footer .title {
    margin-bottom: 6px;
}
.footer .title h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    position: relative;
    top: -5px;

}

.subscribe-widget .tel-box{
    margin-bottom: 15px;
}

.footer .tel-box .icon,
.footer .tel-box .text {
    display: table-cell;
    vertical-align: top;
}
.footer .tel-box .icon i {
    font-size: 20px;
    color: #e7e7e7;
}
.footer .tel-box .text {
    padding-left: 10px;
}
.footer .tel-box .text h4 {
    font-size: 20px;
    line-height: 22px;
    color: #153356;
    font-weight: 600;
}
.footer .tel-box .text p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.footer .tel-box .text p a {
    color: #fff;
}
.footer .links-widget.links-widget-pac {
    padding: 0 0 0 25px;
}
.footer .links-widget ul {
    margin-top: 1px;
}
.footer .links-widget ul li {
    margin-bottom: 10px;
}
.footer .links-widget ul li:last-child {
    margin-bottom: 0;
}
.footer .links-widget ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.footer .links-widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 11px;
}
.footer .links-widget ul li a:hover {
    color: #636363;
}
.footer .social li a {
    width: 35px;
    height: 35px;
    border: 1px solid #d2d2d2;;
    color: #d2d2d2;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 5px;
}
.footer .social li a i {
    font-size: 17px;
    line-height: 33px;
}
.footer .social li a i .fa-google-plus {
    font-size: 12px;
}
.footer .social li a:hover {
    color: #636363;
    border-color: #636363;
}
.footer .subscribe-widget input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    font-size: 15px;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 65px 0 20px;
    color: #838486;
    border: none;
}
.footer .about-widget > p {
    margin-top: 22px;
    color: #fff;
}
.footer .footer-widget .ped-btn-footer {
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 0px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    line-height: 45px;
}
.footer .about-widget .link {
    margin-top: 10px;
}
.footer .about-widget .link a {
    font-size: 14px;
    text-transform: uppercase;
 color: #fff;
     font-weight: 600;

}
.footer .about-widget .tel-box {
    margin: 15px 0;
}
.footer-bottom {
   /*border-top: 1px solid #142b35;*/
    background: #907D6F;
    padding: 27px 0;
}
.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.footer .newsletter-widget {
    position: relative;
    margin: 15px 0 20px 0;
}

.footer2 .footer-bottom p {
    color: #797a7c;
}
.footer-bottom p a{
 color: #fff;
}
.footer-bottom p a:hover{
    color: #636363;
}
.footer2 {
    background: #222229;
    padding: 65px 0;
}
.footer-bottom2 {
    background: #1c1c21;
}
.pull-left{
    color: #fff;
}
.footer-bottom2 .pull-right p {
    color: #33585c;
}
.footer2 .tel-box .icon-box i {
    color: #153356;
}
.footer2 .twitter-widget,
.footer2 .about-widget {
    padding: 0 20px 0 0;
}
.footer .title2 h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #D5D5D5;
    line-height: 26px;
    position: relative;
    top: -5px;
    text-transform: uppercase;
}

.twitter-widget ul li span {
    color: #153356;
}
.twitter-widget ul li a:before {
    display: none;
}
.twitter-widget p {
    display: inline;
    color: #797a7c;
}
.flickr-widget img {
    float: left;
    padding: 0 5px 5px 0;
}
.flickr-widget li:nth-child(3) img,
.flickr-widget li:nth-child(6) img {
    padding: 0 0 5px 0 !important;
}
.flickr-widget {
    width: 200px;
    float: right;
}





/*----------------------------------------*/
/*  8. Breadcumbs section
/*----------------------------------------*/
.page-section{
    position: relative;
}
.page-section {
    background: url(../img/background/sub-banner-hotel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.page-section-restaurant {
    background: url(../img/background/sub-banner-hotel-restaurant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(27, 48, 83, 0.20) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
}
.breadcrumb{
    padding: 150px 0px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb .section-titleBar h3 {
    font-size: 48px;
    letter-spacing: .2px;
    line-height: 48px;
    text-transform: uppercase;
}
.breadcrumb .section-titleBar{
    margin-bottom: 0px;
}
.breadcrumb .section-titleBar h3::after {
    display: none;
}
.page-breadcrumb  .nav-path {
    padding: 10px 0px;
    background: #f7f7f7;
    text-align: center;
}
.page-breadcrumb ul li {
    display: inline-block;
    color: #444;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.page-breadcrumb  ul li.home-bread{
    padding-left: 0px;
}
.page-breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-titleBar::after {
    display: none;
}
.testimonial-page-section{
    background: #fff;
}
.welcome-page-section {
    background: #f9f9f9;
}
.pricing-page-section{
    background: #f9f9f9;
}
.testimonial-page-section .single-testi{
    margin-top: 30px;
    border: 1px solid #f4f4f4;
}


/*---------------------------------*/
/* 9. LIGHTBOX */
/*---------------------------------*/
#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-close {
    width: 2.5em;
    height: 2.5em;
    text-align: left;
    background-color: #907D6F;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    border: none;
}
#imagelightbox-close:before, #imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}
#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#imagelightbox-close:hover {
    background-color: #fff;
    outline: none;
}
#imagelightbox-close:hover:before, #imagelightbox-close:hover:after {
    background: #05305a;
}
#imagelightbox-loading, #imagelightbox-loading div {
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#imagelightbox-loading {
    width: 2.5em;
    height: 2.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    margin: -1.25em 0 0 -1.25em;
    -moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    -moz-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}
#imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#imagelightbox-caption {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    background-color: #907D6F;
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0px;
}
.imagelightbox-arrow {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.32);
    width: 3.75em;
    height: 7.5em;
    background-color: transparent;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em;
    border: none;
}
.imagelightbox-arrow-left {
    left: 2.5em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-right {
    right: 2.5em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imagelightbox-arrow-left:focus, .imagelightbox-arrow-right:focus {
    outline: none;
}
.imagelightbox-arrow-left:hover, .imagelightbox-arrow-right:hover {
    color: #fff;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    -moz-animation: fade-in .25s linear;
    animation: fade-in .25s linear;
}
@media only screen and (max-width:660px) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em;
    }
    #imagelightbox-nav {
        bottom: 1.25em;
    }
    .imagelightbox-arrow {
        width: 2.5em;
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
    }
}
@media only screen and (max-width:320px) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}
@media (max-width:767px) {
    .block.type-7 .filter-nav li {
        margin-bottom: 10px;
    }
    .block.type-7 .filter-content a {
        display: block;
    }
    .block.type-7 .filter-content a img {
        margin: 0 auto;
    }
    .block.type-7 .icon-wrapper .icon-entry {
        margin-bottom: 30px;
    }
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-moz-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}


/*----------------------------------------*/
/*  10. About page
/*----------------------------------------*/

.about-section .owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;

    display: inline;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('../img/slider/arrow-cro.png') no-repeat;
    height: 58px;
    width: 58px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
}
.about-section .owl-theme .owl-controls .owl-prev {
    left: -8%;
    background-position: 0px 0;
    top: 46%;
    color: rgba(142, 18, 18, 0);
}
.about-section .owl-theme .owl-controls  .owl-prev {
    left: 5px;
    top: 44%;
}
.about-section .owl-theme .owl-controls  .owl-next {
    right: 10px;
    top: 44%;
    background-position: -57px 0 !important;
}
.about-section .owl-theme .owl-controls  .owl-prev i {
    display: none;
}
.about-section .owl-theme .owl-controls  .owl-next i {
    display: none;
}
.about-section .about-carousel {
    margin-bottom: 20px;
}
.about-whoweare .about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.about-whoweare .about-content .lists ul {
    text-align: left;
}
.about-whoweare .about-content .lists ul li {
    margin-bottom: 5px;
}
.about-whoweare .about-content .lists ul li i {
    color: #907D6F;
    margin-right: 5px;
}

.about-us-activities .about-widget {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}
.about-us-activities .mt-20 {
    margin: 15px 0;
}
.about-us-activities .about-widget .text-widget span {
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center !important;
    display: block;
}
.about-us-activities .about-widget .text-widget {
    position: absolute;
    z-index: 99;
    display: block;
    opacity: 1;
    right: auto;
    top: auto;
    bottom: 55%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    padding: 22px 30px;
    transition: .35s;
}
.our-best-sides .box-wrapper {
    margin-top: 14px;
}
.our-best-sides .box-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.our-best-sides .box {
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.our-best-sides .box h4{
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
.our-best-sides .box p{
    margin: 0;
}

.our-best-sides .box .icon-box  {
    margin-bottom: 15px;
}
.our-best-sides .box .icon-box i {
    font-size: 53px;
    color: #907D6F;
}
/*--------------------------------*/
/*  11. Contact page
/*--------------------------------*/
.map-section .our-location .map {
    height: 460px;
}

.map-section .our-location .map iframe {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.contact-us  .form input[type=text] {
    width: 100%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
    margin-bottom: 15px;
}

.contact-us .form textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
}
.contact-us .get-in-touch span {
    font-size: 17px;
    display: block;
    line-height: 34px;
}
.contact-us .get-in-touch span a {
    color: #222;
}
.contact-us .form input[type=submit] {
    border: 2px solid #907D6F;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 22px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #907D6F;
    border-radius: 3px;
    width: 100%;
}
.get-directions {
    text-align: center;
    margin: 40px 0 0 0;
}
.get-directions input[type="text"] {
    padding: 15px 2% 17px;
    width: 86%;
    max-width: 556px;
    font-size: 22px;
    color: #747474;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: solid 1px #BEBEBE;
    border-radius: 10px;
    margin: 0 10px 0 0;
}
.get-directions input[type="submit"] {
    background: url(../img/background/directions-btn.jpg) no-repeat;
    width: 60px;
    height: 61px;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -6px;
}
/*--------------------------------*/
/*  12. Room page
/*--------------------------------*/
.room-section .single-room-wrapper{
    border: solid 1px #ccc;
    float: left;
    width: 100%;
    margin: 0 0 55px 0;
}

.room-section .single-room-wrapper  img{
    width: 390px;
    float: left;
}
.room-section .single-room-wrapper .text-wrapper {
    padding: 20px 10px 0;
    /* clear: both; */
    overflow: hidden;
}
.room-section .single-room-wrapper .text-body{
    float: left;
    width: 550px;

}
.room-section .single-room-wrapper .text-body ul {
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.room-section .single-room-wrapper .text-body ul li{
    float: left;
    width: 49%;
    margin: 0 0 18px 0;
    list-style-type: none;
    font-size: 17px;
}

.room-section .single-room-wrapper .text-body ul li i{
    color:#907D6F;
    margin-right: 5px;
}
.room-section .single-room-wrapper .price-detail{
    text-align: center;
    width: 150px;
    float: right;

}
.room-section .single-room-wrapper .price-detail .price-room{
    background: #f5f5f5;
    padding: 32px 0;
}
.room-section .single-room-wrapper .price-detail .price-room span{
    color: #907D6F;
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.room-section .single-room-wrapper .price-detail .price-room p {
    margin: 12px 0 0 0;
    display: block;
}
.room-section .single-room-wrapper .price-detail  a {
    background: #907D6F;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 0 0;
}
/*--------------------------------*/
/*  13. Single Room page
/*--------------------------------*/
.single-room-section .booking-form {
    background: #907D6F;
    text-align: center;
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
}
.single-room-section .listing-search__form {
    padding: 30px;
    margin: 0;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 0;
}
.single-room-section .listing-search__form .price {
    padding: 30px;
    margin: 0;
}
.single-room-section .listing-search__form .price p {
    color: #fff;
    font-size: 18px;
    display: block;
}
.single-room-section .listing-search__form .price span {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: 0px 0 0 0;
    display: block;
}

.single-room-section .listing-search__form .item {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    text-align: left;
}
.single-room-section .listing-search__form .item input[type=text] {
    width: 100%;
    color: #555;
    height: 48px;
}
.single-room-section .listing-search__form .item select {
    width: 100%;
    height: 48px;
    border: none;
    color: #555;
}
.single-room-section .listing-search__form .item .ht-field {
    margin-bottom: 0;
}
.single-room-section .listing-search__form  .listing-search__btn{
    float: left;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}

.single-room-section .owl-theme .owl-controls .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;

    display: inline;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('../img/slider/arrow-cro.png') no-repeat;
    height: 58px;
    width: 58px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    position: absolute;
}
.single-room-section .owl-theme .owl-controls .owl-prev {
    left: -8%;
    background-position: 0px 0;
    top: 46%;
    color: rgba(142, 18, 18, 0);
}
.single-room-section .owl-theme .owl-controls  .owl-prev {
    left: 5px;
    top: 44%;
}
.single-room-section .owl-theme .owl-controls  .owl-next {
    right: 10px;
    top: 44%;
    background-position: -57px 0 !important;
}
.single-room-section .owl-theme .owl-controls  .owl-prev i {
    display: none;
}
.single-room-section .owl-theme .owl-controls  .owl-next i {
    display: none;
}
.single-room-section .what-in-room {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}
.single-room-section .what-in-room .included{
    text-align: center;
    padding: 28px 0;
    border: solid 1px #ccc;
    margin: 0 15px 15px 0;
    width: 18%;
}
.single-room-section .what-in-room .included img{
    width: 70px;
}
.single-room-section .what-in-room .included span{
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    margin: 12px 0 0 0;
}

.single-room-section .room-description .section-titleBar p {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.single-room-section .room-overview .table > tbody > tr > th {
    width: 35%;
    padding: 13px 30px;
    border-top: 1px solid transparent;
}
.single-room-section .room-overview code {
    color: #000;
    text-transform: uppercase;
    background: transparent;
    font: 700 1em/1em "Open Sans", sans-serif;
}

.single-room-section .room-overview .table > tbody > tr > td {
    border-top: 1px solid transparent;
    color: #777;
    font: 400 1.0715em/1em "Open Sans", sans-serif;
    padding: 13px 30px;
}
/*--------------------------------*/
/*  14. Dining & Bar page
/*--------------------------------*/

.dining-section .menu-list .menu-item .menu-item-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.dining-section .menu-list .menu-item .menu-item-header h4{
    font-weight: 500;
    margin-bottom: 5px;
}
.dining-section .menu-list .menu-item h4.menu-item-price  {
    color:#907D6F;
}
.menu-list > li + li {
    margin-top: 26px;
}
.dining-section .menu-list .menu-item p {
    margin-bottom: 0;
}
.dessert-section .box-menu-item h4{
    font-weight: 500;
    margin-bottom: 5px;
    margin: 10px 0;
}
.dessert-section .box-menu-item p{
    margin: 0;
}
.dessert-section .box-menu-item .box-menu-item-price{
    color:#907D6F;
    font-size: 23px;
    margin-bottom: 10px;
}






/*--------------------------------*/
/*  15. News page
/*--------------------------------*/

.blog-page-section .single-blog-post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}
.blog-page-section .single-blog-post + .single-blog-post {
    margin-top: 80px;
}
.blog-page-section .single-blog-post .text-content{
    position: relative;
    padding: 17px 18px;
    border: 1px solid #f2f2f2;
}
.blog-page-section .single-blog-post .text-content a.read-more{
    position: relative;
    color: #4db7fe;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.blog-page-section .blog-grid .single-blog-post {
    margin-bottom: 40px;
}
.blog-page-section .single-blog-post h3,
.blog-page-section .single-blog-post h4{
    margin: 0;
}
.blog-page-section .single-blog-post .img-holder {
    position: relative;
    margin-bottom: 20px;
    background: #000;
    overflow: hidden;
}
.blog-page-section .single-blog-post .img-holder-grid {
    position: relative;
    height: 181px;
    background: #000;
    overflow: hidden;
}

.blog-page-section .single-blog-post .img-holder img, .img-holder-grid img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
}
.blog-page-section .single-blog-post .img-holder:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
    cursor: pointer;
}
.blog-page-section .single-blog-post .img-holder-grid:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
    cursor: pointer;
}
.blog-page-section .single-blog-post h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 26px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.blog-page-section .single-blog-post h4:hover {
    color: #4db7fe;
}
.blog-page-section .single-blog-post ul li {
    margin: 5px 0 10px 0;
}
.blog-page-section .single-blog-post ul li a{
    color: #777;
}
.blog-page-section .single-blog-post ul li i{
    color: #4db7fe;
}

/*Sidebar Page Container*/

.blog-page-section .right-box .search-widget {
    height: 54px;
    position: relative;
    margin-top: 10px;
}
.blog-page-section .right-box h4{
    border-bottom: 1px solid #f2f2f2;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .search-widget form input {
    width: 100%;
    height: 54px;
    border: none;
    border: 1px solid #f1f1f1;
    padding: 0 56px 0 12px;
    color: #9e9e9e;
}
.blog-page-section .right-box .single-sidebar-widget .search-widget form button {
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #4db7fe;
    right: 0;
    color: #fff;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li:last-child a {
    border: none;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a {
    font-weight: 600;
    color: #444;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #C8C8C8;
    font-size: 14px;
    position: absolute;
    right: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a:hover {
    color: #4db7fe;
}

.blog-page-section .right-box .single-sidebar-widget .post-widget ul li  {
    margin-top: 20px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .icon-box,
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box {
    display: table-cell;
    vertical-align: top;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .icon-box {
    width: 110px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .icon-box img {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box {
    padding-left: 30px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box h5 {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -3.5px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box h5 a {
    color: #242424;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box h5 a:hover {
    color: #4db7fe;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li .text-box span {
    color: #4db7fe;
    font-size: 13px;
    line-height: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .post-widget ul li:hover .icon-box img {
    opacity: .5;
}

.blog-page-section .right-box .single-sidebar-widget .category-widget ul li a:hover {
    color: #4db7fe;
}
.blog-page-section .right-box .single-sidebar-widget .tags-widget ul li {
    margin-bottom: 10px;
}
.blog-page-section .right-box .single-sidebar-widget .text-widget p{
    font-size: 14px;
    margin-bottom: 0;
}
.blog-page-section .right-box .single-sidebar-widget .tags-widget ul li a {
    padding: 6px 0;
    display: block;
    font-size: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    color: #787878;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-page-section .right-box .single-sidebar-widget .tags-widget ul li a:hover {
    background: #4db7fe;
    border-color: #4db7fe;
    color: #fff;
}
.blog-page-section .left-box .author-box {
    margin-top: 30px;
}
.blog-page-section .left-box .share-box {
    clear: both;
    overflow: hidden;
}


/*Post Share Box*/

.single-blog-post .author-box .share-box .tag-box  {
    padding: 0;
}
.single-blog-post .author-box .share-box .tag-box li {
    margin: 0;
    display: inline-block;
}
.single-blog-post .author-box .share-box .tag-box a {
    color: #4db7fe;
    font-size: 16px;
    transition: .3s ease;
    line-height: 30px;
    text-transform: capitalize;
}
.single-blog-post .author-box .share-box .social {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -2.5px;
}
.single-blog-post .author-box .share-box .social li {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.single-blog-post .author-box .share-box .social a {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    color: #4db7fe;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #eee;
    display: block;
    line-height: 41px;
    transition: all 0.5s ease;
}

/*Author Area*/

.single-blog-post .author-box .post-author {
    margin: 40px 0;
}
.single-blog-post .post-author .inner {
    position: relative;
    padding: 30px 0px 25px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.single-blog-post .post-author .inner .img-box{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.single-blog-post .post-author .text-box {
    padding: 0 10px;
    line-height: 24px;
    color: rgb(138, 138, 138);
    border-bottom: none;
}
.single-blog-post .post-author .text-box h5{
    color: #444;
    font-size: 18px;
    margin-bottom: 5px;
}

/*Comment Area*/

.single-blog-post .author-box .comments-area{
    position:relative;
    margin-top:0px;
    margin-bottom:50px;
}
.single-blog-post .author-box .comments-area h3{
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.single-blog-post .author-box .comments-area .comment-box{
    position:relative;
    margin-bottom:35px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.single-blog-post .author-box .comments-area .comment-box:nth-child(1){
    padding-top:0px;
}

.single-blog-post .author-box .comments-area .comment-box:hover{
    border-color:#4db7fe;
}

.single-blog-post .author-box .comments-area .comment-box.reply-comment{
    margin-left:30px;
}

.single-blog-post .author-box .comments-area .comment{
    position:relative;
    font-size:14px;
    padding:0px 0px 0px 80px;
}

.single-blog-post .author-box .comments-area .comment .comment-inner{
    position:relative;
    padding:15px 20px;
    border:1px solid #f4f4f4;
}



.single-blog-post .author-box .comments-area .comment .comment-inner .rating .fa{
    display:inline-block;
    color:#4db7fe;
    font-size:14px;
}

.single-blog-post .author-box .comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    margin-bottom:20px;
}

.single-blog-post .author-box .comments-area .comment-box .author-thumb img{
    width:60px;
    display:block;
}

.single-blog-post .author-box .comments-area .comment-info{
    position:relative;
    color:#444;
    line-height:24px;
    font-size:16px;
    font-weight:500;
}

.single-blog-post .author-box .comments-area .comment-box .text{
    color:#777;
    font-size:15px;
    margin-top:12px;
    font-weight:400;
    line-height: 1.6em;
    margin-bottom:0px;
}
/*Comment form*/

.comment-form{
    position:relative;
}

.comment-form .group-title{
    margin-bottom:20px;
}
.comment-form .group-title h3{
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comment-form .form-group{
    position:relative;
    margin-bottom:15px;
}

.comment-form .form-group label{
    position:relative;
    color:#777;
    font-size:15px;
    font-weight:400;
}

.comment-form .form-group:last-child{
    margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 15px;
    border:1px solid #efefef;
    height:50px;
    color:#848484;
    font-weight:300;
    background:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
    border-color:#4db7fe;
}

.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 15px;
    color:#d6d6d6;
    border:1px solid #efefef;
    height:105px;
    font-weight:300;
    background:#ffffff;
    resize:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}


.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
    border-color:#4db7fe;
    background: #fff;
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/






.finance-navbar .logo{
   /* position: absolute;
    top: -30px*/
}
.finance-navbar .logo img{
    width: 100%;
    /*box-shadow:  0px 2px 0px 0px #A7925E;*/
}
.language-container{
    position: absolute;
    right: 70px;
    top: 42px;
}
.language-container ul li{
    display: inline-block;
    margin: 0 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    /*width: 0px;*/
   /* border: 1px solid #A7925E;
    border-radius: 32px;
    background: #fff;*/
    color: #fff;
}
.language-container ul li span{
    color:#fff;
    font-weight:normal;

}
.language-container ul li img{
    padding: 0 5px;
    width: 40px;
}
.footer-widget .logo img{
    width: 55%;
}
.intro-carousel .owl-item img{
    /*filter: grayscale(17);
    filter: blur(3px);*/
    opacity: 0.9;
}
.slider-section .slider-images:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    z-index:2;
}
@media (max-width: 767px) and (min-width: 200px){
    .finance-navbar .logo{
        position: static;
}
.finance-navbar .logo img{
    width: 45%;
}
.language-container{
    display: none;
}
.main-menu-three #main-navigation-wrapper .navbar-nav{
    margin-right: 0;
}
}
@media (max-width: 1400px) and (min-width: 768px){
    .main-menu-three #main-navigation-wrapper .navbar-nav{
        margin-right: 60px;
    }
    .language-container ul li{
        /*width: 75px;*/
}
}
@media (max-width:767px) and (min-width:200px){
    .why-section .left-why{
        right:0;
        padding:10px;
    }
    .howitsworks-Section .container .img-icon:after{
    width:140px;
    height:140px;
    border-radius:50%;
    top:-10px;
    content:'';
    display:block;
    position:absolute;
    display:none;
    left:-10px;
    border:1px solid #ccc;
}
        .why-section .left-why h2{
            /*font-size:27px;*/
        }
    .our-teamSection h1{
        font-size:32px;
    }
    .blog-section h1{
        font-size:32px;
    }
    .portfolio-section h1{
        font-size:32px;
    }
    .about-section .right-about span{
        display:none;
    }
    .intro-content .social{
        display:none;
    }
    .container{
        padding:20px 15px;
    }
    .footer-bottom1{
        text-align: center;
    }
    .howitsworks-Section .container .in1u h3:after{
        display:none;
}
.about-section .left-about .ltx-btn-wrap a{
    margin-bottom:20px;
}
.finance-navbar .logo img{
    width:80%;
}
}
@media (max-width:1100px) and (min-width:768px){
    .main-menu-three #main-navigation-wrapper .nav > li{
        padding-right:2px;
    }
     .about-section .right-about span{
        left:0;
        width:70%;
    }
    
}
@media (max-width:991px) and (min-width:768px){
    .main-menu-three #main-navigation-wrapper .navbar-nav{
        margin-right:120px;
    }
    .portfolio-section h1{
        font-size:90px;
    }
    .why-section .left-why{
        right:0px;
    }
    .our-teamSection h1{
        font-size:100px;
    }
    .about-section .right-about span{
        display:none;
    }
}
.sectionBanner{
    background:url("../images/banner.png");
    width:100%;
    background-size:cover;
    background-position:center;
    height:auto;
   padding: 188px 20px 50px;
}
.sectionBanner h1{
    text-align: left;
    color: #ffffff;
}
.sectionBanner p{
    text-align: left;
    color: #d4d4d4;
    font-weight:600;
    line-height: 23px;
}
.sectionBanner h1{
    line-height: 51px;
}
.main-menu-three #main-navigation-wrapper.navbar-default{
/*background: rgba(0, 0, 0, 0.2);*/
    
      background: #fff;    border-bottom: 1px solid #907D6F;
}
  
.sectionBanner .inn{
    background: #D7EFFB;
    padding: 17px 10px;
    margin:17px 0;
    box-shadow:0px 0px 4px 0px #ccc;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.sectionBanner .inn1{
    background: #FFD2B1;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 140px;
    right: -32px;
}
.sectionBanner .inn2{
    background: #FDB7B7;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 279px;
    right: 3%;
}
.sectionBanner .makesection{
}
.sectionBanner .inn h4{
    text-align: center;
    color: #232E64;
    font-size: 12px;
    margin-bottom:0;
    line-height: 1.4;
}
.sectionBanner .inn p{
    text-align: center;
    color: #232E64;
    margin-bottom:0;
    font-size: 11px;
    line-height: 1.5;
}
.takewebsitesection{
    width:100%;
    background:url("../images/make.png");
    background-size:cover;
    background-position:center;

}
.takewebsitesection .container-fluid{
        background:rgba(0,0,0,0.9);

}
.takewebsitesection p{
    color:#fff;
}
.takewebsitesection .one h4{
    margin-bottom:0;
}
.business-section{
   /*background:url("../images/ty.png");*/
    background-size:cover;
    background-position:center;
    width:100%;
    padding: 60px 10px 20px;
}
.tep-section{
      /*background:url("../images/unp.png");*/
    background-size:cover;
    background-position:center;
    width:100%;
    padding:60px 10px; 
}
.tep-section h4{
    font-family: 'Roboto', sans-serif;
 font-style: normal;
font-weight: 400;
font-size: 34px;
line-height: 52px;

letter-spacing: 0.04em;

color: #ee1c25;
}
.tep-section .row{
    margin-top:50px;
}
.tep-section p{
    font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 48px;
/* or 246% */

letter-spacing: 0.04em;
text-transform: uppercase;

color: #000000;

}
.takewebsitesection .one{
    background:url("../images/io.png");
    background-size:cover;
    background-position:center;
    padding:11px 20px;
    margin:45px 0;
    width:66%;
    text-align:center;
}
.takewebsitesection  h4{
    color:#000;
}
.takewebsitesection .two{
    margin-left:170px;
}
.takewebsitesection h3{
    color:#fff;
    padding-top: 0px;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 500;
}
.blog-sectionp img{
    text-align:center;
    margin: 0px auto;
    display:block;
    width:30%;
}
.blog-sectionp h3{
    text-align:center;
    font-size: 40px;
    padding: 14px 0 40px;
    text-transform: capitalize;
}
.blog-sectionp h3 span{
color:#ee1c25;
}
body{
    width:100%;
    /*background:url("../images/unp.png");*/
    background-size:cover;
    background-position:center;
    height:auto;
    background-attachment: fixed;
}
.latest-version .innitem{
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.latest-version .innitem h4{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .2px;
    margin-bottom:0;
    padding: 12px 0px;
    color:rgba(0,0,0,0.7);
}
.latest-version .innitem p{
    padding: 0 0px 5px;
    font-size: 16px;
    font-weight:500;
    line-height:20px;
}
.latest-version .innitem p a{
    color: #000;
}
.latest-version img{
    object-fit:cover;
    height: 100%;
    border-radius: 10px;
}
.overflows{
height:240px;
overflow: hidden;
display: block;
}
.company-reviewSection{
    margin:60px 0;
}
.company-reviewSection .col-md-7{
    text-align: center;
}
.company-reviewSection img{
    text-align: center;
    display:block;
    margin:20px auto;
    width:100%;
}
.company-reviewSection h3 {
    font-size:66px;
    line-height:58px;
}
.company-reviewSection h3 span{
color:#ee1c25;
}
.company-reviewSection p{
    background:#fff;
    padding:12px 20px;
    background: #FFFFFF;
border-radius: 14px;
margin:36px 0;
font-size:17px;
font-weight:600;
color:#000;
box-shadow: 0px 0px 5px 0px #ccc;
}
.innTestimonial .item .inn img{
width:94px; height:94px;
border-radius:50%;
border: 4px solid #FDB7B7;

}
.client-Testimonial {
    margin:60px 0;
}
.client-Testimonial h3{
    font-size: 40px;
    color:#000;
    text-align: center;
    margin-bottom: 45px;
    line-height: 50px;
}
.client-Testimonial h3 span{
  color: #ee1c25;
}
.client-Testimonial .innTestimonial{
    border: 1px solid #e3e3e3;
    padding: 40px;
    box-shadow: 0px 1px 7px #ddd;
    border-radius: 15px;
}
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
.innTestimonial .item p{
  font-size: 17px;
    line-height: 27px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2px;
}
.innTestimonial .item .inn h2{
    font-size:17px;
    font-weight:600;
    color: #232E64;
    margin-bottom:0;
    margin-top:6px;
}
.innTestimonial .item .inn h4{
font-weight:500;
font-size:16px;
color: #ee1c25;
}
.partner-section{
    margin:50px 0;
}
.partner-section .col-md-2{
    background: #BAD4F4;
    padding:20px 8px 8px;
border: 5.04474px solid #FFFFFF;
box-shadow: inset 0px 12.6119px 12.6119px #94AFCF;
border-radius: 0px 60.5369px 0px 0px;
}
.partner-section .col-md-2 h3{
    font-size:19px;
    color:#000;
    margin-bottom:3px;
}
.partner-section .col-md-2 p{
    color:#000;
}
.partnerTestimonial{
    margin-top:50px;
}
.partnerTestimonial .item img{
    height:70px;
    object-fit: contain;
    width:140px;
    background: #FFFFFF;
border: 2px solid #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 10px 10px rgba(0, 0, 0, 0.25);
border-radius: 11px;
    /*object-fit:cover;*/
}
footer p{
    font-size:16px;
    line-height:28px;
    color:#000;
    text-transform:capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2px; 
}
footer h3{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    color: #000000;
    padding-bottom: 9px;
    padding-top: 20px;
}
footer ul{
    list-style: disc;
    margin-left:8px;

}
footer{
    position: relative;
}
footer .social{
position:absolute;
top:50%;
transform: translateY(-50%);
right:40px;
list-style:none;
}
.tell-usSection{
    width:100%;
    background: #2c2c2c;
    background-size:cover;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px 34px 30px;
}
.main-menu-three.finance-navbar.affix .navbar-default{
    background:#fff!important;
}
.navbar-toggle {
    /*display: block!important;*/
}
.navbar-default .navbar-toggle{
    border:none;
    position:absolute;
    top:-10px;
    right:40px;
    color: #232E64!important;
    font-size:17px;
    font-weight:700;

}
.tell-usSection h4{
     line-height:26px;
     color: #e2dddd;
     padding-top:20px;
     font-size:30px;
     font-family: 'Roboto', sans-serif;
     letter-spacing: .2px;
}
.main-menu-three.finance-navbar.affix .navbar-default .nav > li > a{
color: #232E64!important;
}
.tell-usSection h3{
    font-size: 31px;
    line-height: 36px;
    color: #ffffff;
}
.tell-usSection{
    position:relative;

}
.takewebsitesection h3 span{
        color:#ee1c25;

}
.tell-usSection:before{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:30%;
    background:url("../images/re.png");
    /*background-size:contain;*/
    background-position:center;
    width:32%;
    background-repeat:no-repeat;
    height:80px;
    filter: brightness(0) invert(1);
}
.tell-usSection h3 span{
    /*text-align: right;*/
    color:#ee1c25;
}
footer .social li a{
    color:#000;
    border:1px solid #000;
    padding:14px 12px;
    margin:11px 0;
    display:block;
    border-radius:50%;
}
footer ul li a{
    color:#000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0;
    color: #000000;
}
.footer-bottom1 p{
  color: #000000;
  font-size:17px;
  font-weight:700;
}
footer{
    padding: 50px 10px 20px;
    background: #fd898987 !important;
    /* margin-top: 40px; */
}
.footer-bottom1{background: #fd898987 !important;}
.sectionaboutp h1{
    font-size:150px;
    padding-bottom:20px;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);

}
.blogabcdigital .innitem{
    background:#fff;

}
.about-headeSection{
    width:100%;
    background:url("../images/make.png");
    background-size:cover;
    background-position:center;
    padding:70px 20px;
}
.about-headeSection p{
    font-size:19px;
    color: #4C526E;
    width:80%;
    line-height: 30px;
}
.about-headeSection h2{
    font-size:90px;
        color: #4C526E;
        position:relative;
        /*top:50%;*/
        font-weight:800;
        text-transform:uppercase;
        
       transform: rotate(-90deg);
margin-top:260px;

}
.bhthuyh .inner-factor{
    background:url("../images/tyu.png");
    /*background-size:cover;*/
    background-position: center;
    padding: 20px 29px;
    background-repeat: no-repeat;
    margin:15px 0;
}
.bhthuyh .inner-factor h4{
    font-size:25px;
    text-transform: uppercase;
    color:#000;
}
.bhthuyh .inner-factor p{
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
}
.about-headeSection p.title{
    font-size:21px;
    font-weight:600;
    line-height:33px;
}
.contactyuiy label{
    font-size:18px;
    color:#fff;padding:12px 7 0;
    text-transform: uppercase;
}
.contactyuiy ul{
    list-style:none;
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin:60px 0;
    flex-wrap:wrap;
}
.contactyuiy ul li{
    width:30%;
}
.sectionservicesBanner{
    padding:320px 20px 460px;
}
.sectionservicesBanner h1{
font-size: 50px;
    line-height: 105px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 10px 10px rgb(0 0 0 / 25%);
}
.bhthuyh ul{
    list-style:none;
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin:60px 0;
    flex-wrap:wrap;
}
.bhthuyh ul li{
    width:30%;
}
.dropdown-menu {
min-width:1100px!important;
left:-410px;
padding:40px 20px;
}
.dropdown-menu ul li a{
    font-size:15px;
    color:#232E64;
    padding:6px;
    display:block;
    font-weight:600;
    text-transform: uppercase;
}
.main-menu-three #main-navigation-wrapper .nav > li:hover  .dropdown-menu{
    display:block;
}
.bhthuyh ul li a{
    display:inline-block;
    width:220px;
    padding:7px 20px;
    border:2px solid #fff;
    display:block;
    margin:20px auto;
    border-radius:32px;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    background:transparent;
    font-size:18px;
}
.contactyuiy ul li a{
    display:inline-block;
    width:220px;
    padding:7px 20px;
    border:2px solid #fff;
    display:block;
    margin:20px auto;
    border-radius:32px;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    background:transparent;
    font-size:18px;
}
.contactyuiy  input.form-control{
    width:70%!important;
    border:none!important;
    border-bottom:2px dotted #fff!important;
    background:transparent!important;
}
.contactyuiy input[type="submit"]{
    width:180px;
    padding:10px;
    border:2px solid #fff;
    display:block;
    margin:20px auto;
    border-radius:32px;
    color:#fff;
    text-transform: uppercase;
    background:transparent;
    font-size:18px;
}
.contactyuiy .form-group{
    display:flex;
}
.findSectionyu{
    background:#000;
    padding:60px 20px;
}
.findSectionyu h3{
    font-size:26px;
    text-transform: uppercase;
    color:#fff;
    padding:20px 0 0;
}
.findSectionyu p{
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;   
    text-transform: capitalize;
    font-size:17px; 
    color:#fff;
    padding:8px 0;
}
.blogabcdigital .innitem .inn{
    width:100%;
    height:300px;
    overflow:hidden;
    object-fit:cover;
}
.blogabcdigital .innitem p a{
    padding:0 18px 18px;
    display:block;
    font-size:14px;
}
.blogabcdigital .innitem  h4{
    color:#000;
    font-size:19px;
    padding:7px 18px;
    margin-bottom:0;
}
.blogabcdigital .innitem .inn img{
    width:100%;
    height:100%;
}
.webmobilep{
    /*padding-top:20px;*/
}
.webmobilep h1{
    font-size: 43px;
    line-height: 58px;
    font-weight:700;
    text-transform: uppercase;
}
.webmobilep h1 span{
    color:#ee1c25;
}
.digitalmarketingservices h3{
    color:#fff;
    font-size:25px;
}
.digitalmarketingservices .container-fluid{
    padding:60px 10px 70px;
}
.digitalmarketingservices h4{
    text-transform:uppercase;
    color:#fff;
}
.digitalmarketingservices h2{
    font-weight: 500;
    color:#ee1c25;
    font-size:27px;
}
.digitalmarketingservices p{
    font-size:17px;
    line-height:30px;
    /*font-family: 'Architects Daughter';*/
    letter-spacing: .2px;    
}
.businee-sectiond h3{
    text-transform: uppercase;
    color:#232E64;
    /*font-size:40px;*/
}
.business-section h3{
    font-size:50px;
    line-height:54px;
}
.business-section h3 span{
color:#ee1c25;
}

.digitalsectionp h3{
    text-transform: capitalize;
    color: #232E64;
    font-weight: 600;
    font-size: 23px;
    padding-top: 17px;
    margin-bottom: 5px;
}
.plumbingsection{
    padding-bottom:0;
}
.plumbingsection img{
    width:100%;
    height:400px;
    object-fit:cover;
}
.ppcaddsSection{
    padding-top:120px;
    padding-bottom:60px;
}
.ppcaddsSection img{
    max-width:980px;
    margin:20px auto;
    display:block;
object-fit:cover;
height:550px;

}
.digitalmarketingservices h3{
    padding-top:8px;
}
.digitalsectionp p{
  color:#000;
    padding:6px 0 0px;
    line-height:30px;
    font-family: 'Roboto', sans-serif !important;
    /* letter-spacing: .2px;     */
    text-transform:capitalize;
}

@media (max-width:767px) and (min-width:200px){
    .sectionBanner h1{
        font-size:32px;
        line-height:42px;
    }
    .blog-sectionp img{
        width:55%;
    }
    .tell-usSection h3{
         font-size:24px;
        line-height:25px; 
    }
    .blog-sectionp h3{
       font-size:24px;
        line-height:25px; 
    }
    .business-section h3{
        font-size:24px;
        line-height:25px;
    }
    .sectionBanner {
        padding:40px 10px;
    }
    .sectionBanner .inn1{
        width:100%;
    }
    .sectionBanner .inn2{
        width:100%;
    }
    .takewebsitesection .two{
        margin-left:0;
    }
    .takewebsitesection .one{
        width:100%;
    }
    .client-Testimonial h3{
        font-size:32px;
        line-height:40px;
        padding-top: 0px;
    }
    /* .finance-navbar .logo img{
        width:45%;
    } */
    .main-menu-three #main-navigation-wrapper.navbar-default{
        background:#eee!important;
    }
}


/* ====== Whatsup Floating button css ====== */
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:4px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}
/* ====== // Whatsup Floating button css ====== */


/* === Inner Page form section css === */
.switch-cont-form1{
    margin-top: 30px;
    padding: 50px 0px;
}

.switch-cont-form1 textarea{
    width: 100%;
    border-radius: 5px;
    padding: 15px 21px;
    font-size: 14px;
    font-weight: 500;
    color: #67687A;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #00000066;
    margin-bottom: 0;
    height: 150px;
}

.switch-cont-form1 form{
    margin-top: 20px;
}

.switch-cont-form1 .form-group{
    margin-bottom: 15px;
    padding: 0 10px;
}
.switch-cont-form1 .form-group label{
    color:#000;
}
.switch-cont-form1 input{
    height: 55px;
    padding: 15px 21px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    color: #67687A;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    margin-bottom: 0;
    width: 100%;
}

.switch-submit-btn1{
    background-color: #ee1c25;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    padding: 0 40px;
    width: 100%;
    line-height: 60px;
    height: 60px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-top: 6px;
}

.switch-cont-form1 h3{
    margin-bottom: 20px;
    color: #ee1c25;
}

.switch-cont-form1 p{
    font-size: 14px;
    margin-bottom: 0;
}

.radio-btn1 input{
    height: auto;
    width: auto;
}

    .radio-btn1 label{
    font-weight: 500;
}

.radio-btn1{
    margin-top: 0px;
}

.switch-cont-form1 img{
    margin-top: 15px;
}
/* === // Inner Page form section css === */


/* === Inner page client section css === */
.clogo-img{
    margin-bottom: 20px;
}

.switch-client-sec h3{
    text-align: center;
    margin-bottom: 40px;
    color: #ee1c25;
}

.switch-client-sec{
    margin-bottom: 40px;
}
/* === // Inner page client section css === */



/* === Footer section css === */
.foot-icon1{
    display: flex;
}

.foot-icon1 i{
    color: #ee1c25;
}

.foot-icon1 p{
    position: relative;
    top: -6px;
    margin-left: 11px;
    text-transform: lowercase;
    letter-spacing: 0;
    font-family: unset;
}

.foot-icon1 p a{
    font-size: 16px;
    font-weight: 700;
    color: #233862;
}

.qr-code-img img{
    background-color: rgb(65 65 65 / 19%);
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 2px;
    position: relative;
    /* top: 24px; */
    width: 60%;
    height: auto;
    /* display: block; */
    /* margin: auto; */
}
 
.qr-code-img{
    margin-bottom: 0px;
}

.g-review-logo{
    display: flex;
}

.g-review-logo a img{
    width: 85%;
    margin-right: 22px;
    height: auto;
}

.foot-padd{
    position: relative;
    top: 85px;
}

.chat-img-col4{
    display: flex;
}

.w-icon1{
    margin-bottom: 10px;
}
/* === // Footer section css === */



/* === Top Header Css === */
.top-head1{
    border-bottom: 1px solid #eee;
    padding: 8px 0px;
    background-color: #e4e4e4;
    position: relative;
}

.top-head1::after{
    content: "";
    position: absolute;
    background-color: #ee1c25;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 98%);
    width: 310px;
    height: 45px;
    right: 0;
    top: 0;
    z-index: 1;
}

.top-head1 i{
    color: #ee1c25;
    margin-right: 4px;
}

.top-head-left{
    display: flex;
}   

.top-head-left p{
    margin-bottom: 0px;
    margin-right: 38px;
}

.top-head-left p a{
    color: #232E64;
    font-weight: 500;
}

.top-head-right{
    float: right;
    margin-right: 23px;
    z-index: 2;
    position: relative;
}

.top-head-right i{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin-right: 12px;
    color: #ffffff;
}

.top-head-right i:hover{
    border: 1px solid #232E64;
}
/* === // Top Header Css === */


.discuss-form-img{
    width: 35%;
    float: right;
    height: auto;
    position: absolute;
    right: 0;
    top: 0px;
}

.form-start1{
    border: 1px solid #bbb3b3;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
}


/* ======================== RESPONSIVE CUSTOM CSS ======================== */
/* mobile tab */
@media(max-width: 767px){
    .navbar-default .navbar-toggle{
        top: -15px;
    }
    #main-navigation-wrapper .container{
        padding: 0px 20px;
    }
    .tep-section{
        padding: 0px 10px;
    }
    .business-section{
        padding: 60px 10px 15px;
    }
    .company-reviewSection {
        margin: 60px 0px 0px;
    }
    .client-Testimonial{
        margin: 0px 0px;
    }
    .innTestimonial .item .inn img{
        width: 100%;
        height: auto;
    }
    .partnerTestimonial .item img{
        width: 235px;
        display: block;
        margin: auto;
    }
    .tell-usSection{
        padding: 0px 10px 20px;
    }
    footer{
        padding: 0px 10px 20px;
    }
    footer .col-md-3{
        width: 100%;
    }
    .tell-usSection:before{
        display: none;
    }
    .open>.dropdown-menu{
        padding: 0px 20px 20px;
    }
    html, body{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .about-headeSection h2{
        transform: unset;
        margin-top: -85px;
        font-size: 45px;
    }
    .about-headeSection p{
        width: 100%;
        line-height: 36px;
    }
    .bhthuyh .inner-factor{
        background-size: cover;
        padding: 40px 40px;
    }
    .bhthuyh ul li a{
        font-size: 11px;
        width: auto;
        padding: 4px 11px;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .bhthuyh ul li {
        width: 37%;
        margin-bottom: 0px;
    }
    .bhthuyh ul{
        margin: 25px 0 25px;
    }
    .blogabcdigital .innitem .inn{
        height: auto;
    }
    .blogabcdigital .innitem .inn img{
        height: auto;
    }
    .contactyuiy input.form-control{
        width: 40%!important;
    }
    .contactyuiy label{
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 100;
    }
    .contactyuiy ul{
        margin: 25px 0;
    }
    .contactyuiy ul li{
        width: auto;
    }
    .contactyuiy ul li a{
        width: auto;
        font-size: 13px;
        text-transform: capitalize;
        margin: 8px auto;
    }
    .digitalsectionp h3{
        padding-top: 15px;
    }
    .digitalsectionp p{
        width: 100% !important;
        padding: 6px 20px 16px;
    }
    .digitalsectionp img{
        width: 100% !important;
    }
    .dropdown-menu{
        background-color: transparent;
    }
    .inn p{
        padding: 0px 2px 16px;
    }
    .top-head1{
        display: none;
    }
}
/* // mobile tab */

/* Tablet tab */
@media (max-width: 992px) and (min-width: 768px){
    footer .col-md-3{
        width: 100%;
    }
    .client-Testimonial h3{
        padding-top: 0;
    }
    html, body{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .open>.dropdown-menu {
        display: block;
        left: 0;
        height: 85vh;
        overflow: scroll;
    }
    .dropdown-menu{
        left: 0 !important; 
    }
    .bhthuyh .inner-factor{
        background-size: cover;
    }
}

.faq-wrapper {
  max-width: 100%;
  margin: 40px auto;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background: #fff;
}

.faq-question:hover,
.faq-question:focus {
  text-decoration: none;
  color: #000;
}

.faq-question .icon {
  font-size: 26px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.faq-answer {
  padding: 0 15px 15px;
  font-size: 15px;
  color: #444;
}

/* Toggle + / - */
.faq-question[aria-expanded="true"] .icon {
  content: "-";
  transform: rotate(45deg);
}
.mt-20{
    margin-top: 20px;
}
.testimonials-section {
  padding: 60px 0;
}

.section-title {
  font-weight: 600;
  margin-bottom: 25px;
  font-size:24px;
}

.section-subtitle {
  color: #000;
  margin-bottom: 50px;
}

.testimonial-box {
  background: #ffffff;
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
  min-height: 220px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}
.testimonial-text img{
    width:30px !important;
}
.testimonial-author {
  font-size: 14px;
  color: #555;
}
/*css start*/

.rounded-3 {
    border-radius: 10px;
}
.p-4 {
    padding: 20px;
}
.border {
    border: 1px solid #545454;
}
.seo-wrapper {
  padding: 60px 0;
}

.seo-card {
  background: #fff;
  padding: 25px;
  margin-bottom: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow:0px 5px 10px #ddd;
}

.seo-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size:21px;
  color: #000;
}

.seo-list {
  padding-left: 0px;
  margin-bottom: 15px;
}

.seo-list li {
  margin-bottom: 6px;
  color: #000;
}

blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #ee1c25;
  padding-left: 15px;
  margin-top: 10px;
  padding: 8px 15px;
}
.seo-guide {
     padding: 60px 0;
    clear: both;
    display: table;
    width: 100%;
}
.bg-witediv{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px #a6a3a3;
}
.seo-guide h2 {
  font-weight: 700;
  margin-bottom: 20px;
/*  font-size:21px;*/
  color: #000;
}

.seo-guide h3 {
  font-weight: 700;
  margin-top: 0px;
  font-size:22px;
  color: #000;
}
.pt-30{
    padding-top: 30px;
}
.seo-guide p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 5px;
}

.seo-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin-bottom: 18px;
/*  border-radius: 6px;*/
}
.industry-list {
  margin-top: 20px;
}

.industry-list li {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #000;
}

.cta-box {
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
.digitalsectionp li{
    color: #000;
}

.ai-seo-section {
  padding: 0px 0;
}

.section-header h2 {
  font-weight: bold;
  color: #000000;
}

.section-header p {
  color: #292727;
  max-width: 881px;
  margin: 0 auto 18px;
  font-weight: 500;
}

.intro-text {
  font-size: 16px;
  color: #444;
  margin-bottom: 40px;
  text-align: center;
}

.feature-box h4 {
  color: #000000;
  font-weight: 600;
}

.feature-box p,
.feature-box ul {
  color: #555;
}

.feature-box ul {
  padding-left: 0px;
}

.feature-box blockquote,
.ux-box blockquote {
  font-size: 14px;
  border-left: 4px solid #ee1c25;
  color: #333;
  background: #eef4ff;
  margin-bottom: 0px;
}

.ux-box h4 {
  margin-top: 0px;
  font-weight: 600;
  color: #000000;
}

.ux-box p {
  color: #555;
}
.listav li{
color:#fff;
}
.w-100{
    width:100%;
}
.p-5{
    padding: 25px;
}
.border2 {
    border: 2px solid #cbcbcb;
}
.gap-3 {
    gap: 18px;
}

.flex-wrap {
    flex-wrap: wrap;
}
.d-flex {
    display: flex;
}
.py-2 {
    padding: 2px 0px;
}
.seo-cards {
    clear: both;
    table-layout: fixed;
}
.m-0 {
    margin: 0px;
}
.btn:hover{
   background: #ee1c25;
    color: #fff;  
}
.btn{
    background: #ee1c25;
    color: #fff;
    padding: 11px 25px;
}
.btn-outer {
    color: #fff;
    padding: 11px 25px;
    background-color: transparent;
    border: 1px solid #eee9e9;
}
.align-items-center{
    align-items: center;
}
.d-flex{
    display: flex;
}
.banner_text span{
    color: #fff;
    padding: 0px 5px;
}
.ml-3 {
    margin-left: 10px;
}
.py-5{
    padding:50px 0px;
}
.takewebsitesection h2 {
    color: #fff;
    padding-top: 30px;
    font-size: 30px;
    font-weight: 500;
}
.red{
 color: #ee1c25;  
}
.cta-section{
padding:60px 20px;
text-align:center;
color:#fff;
}
.cta-title{
font-size:40px;
font-weight:700;
margin-bottom:10px;
}
.cta-title span{color: #ee1c25;}
.cta-sub{color: #000000;margin-bottom:30px;font-size: 18px;}
.cta-form{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}
.cta-form input{
background:#111;
border:1px solid #333;
padding:12px 15px;
border-radius:8px;
color:#fff;
width:220px;
outline:none;
transition:0.3s;
}
.cta-form input:focus{
border-color:#ee1c25;
}
.cta-btn{background: #ee1c25;color: #ffffff;border:none;padding:12px 25px;border-radius:8px;font-weight:600;cursor:pointer;transition:0.3s;}
.cta-btn:hover{background: #000000;}
.cta-features{
margin-top:25px;
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
font-size:14px;
color:#E91E63;
}
.cta-features span{display:flex;align-items:center;gap:8px;color: #ee1c25;}

.digitalmark .tabs{
margin-top:30px;
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:10px;
border-bottom: none;
}
.digitalmark .tab{
padding:10px 20px;
border-radius:25px;
background:#eee;
cursor:pointer;
font-size:14px;
transition:0.3s;
}
.digitalmark .tab.active{
    background: #ee1c25;
}
.digitalmark .tab a{
    color: #000;
}
.digitalmark .tab.active a{
    color: #fff;
}
.digitalmark .service-box{
margin-top:30px;
background:#dce8ee;
border-radius:15px;
padding:40px;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.digitalmark .service-left{
max-width:500px;
text-align:left;
}
.digitalmark .service-left h3{
font-size:22px;
font-weight:600;
margin-bottom:10px;
}
.digitalmark .service-left p{
color:#444;
margin-bottom:15px;
}
.digitalmark .btn{display:inline-block;padding:10px 20px;background: #ee1c25;color:#fff;border-radius:25px;text-decoration:none;font-size:14px;}
.digitalmark .service-right{
text-align:left;
}
.digitalmark .service-right div{
background:#fff;
padding:10px 15px;
border-radius:20px;
margin-bottom:10px;
font-size:14px;
}
.service-middle {
    width: 25%;
}
.pt-5{
    padding-top:50px;
}
.pt-3{
    padding-top:30px;
}
.mt-3{
    margin-top:30px;
}
.bg-light{
    background-color: #f7f7f7;
}

.case-section {
  padding: 50px 0;
}

.case-section .main-title {
  font-size: 40px;
  font-weight: 600;
}

.case-section .sub-text {
  color: #000000;
  margin-bottom: 20px;
  font-size: 17px;
}

.case-box {
  margin-top: 20px;
}

.case-section .btn-orange {
  background: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
}

.case-section .btn-outline {
  border: 1px solid #ee1c25;
  padding: 10px 20px;
  border-radius: 25px;
  color: #ffffff;
  background: #ee1c25;
}

.chart-img {
  max-width: 100%;
}

/* TESTIMONIAL */
.testimonial-box {
  background: linear-gradient(135deg, #fffefe, #ffebec);
  padding: 30px;
  border-radius: 20px;
  color: #000000;
}

.testimonial-content {
  margin: 20px 0;
}

.circle-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.report-card {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
}

.mt-40 {
  margin-top: 40px;
}
.why-section {
  padding: 60px 0;
}

.why-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-desc {
  color: #141414;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.why-list {
  margin-top: 20px;
}

.why-item {
  background: #fff;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: left;
  position: relative;
  border-bottom: 3px solid #ee1c25;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-size: 17px;
  color: #000;
}

/* Check icon */
.why-item:before {content: "\f058";color: #ee1c25;font-weight: bold;margin-right: 10px;font: normal normal normal 22px / 1 FontAwesome;}
.growth-section {
  padding: 60px 0;
  background: #fdd9da;
}

.growth-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.growth-points p {
  font-size: 17px;
  margin-bottom: 25px;
}

.growth-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin: 10px;
  min-height: 200px;
  transition: 0.3s;
}

.growth-card:hover {
  transform: translateY(-8px);
}

.growth-section .btn-orange {
  background: #ee1c25;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  margin-top: 20px;
}
.growth-section .owl-prev span, .growth-section .owl-next span{

}
.growth-section .owl-prev{

}
.growth-section .owl-next{

}
.cta-section {
  background: #f0ecec;
  padding: 60px 0;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}

.cta-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.cta-sub {
  font-size: 17px;
  max-width: 700px;
  margin: 0 auto 25px;
  color: #000000;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-call {
  border: 2px solid #ee1c25;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  background: #ee1c25;
}

.btn-call:hover {
  background: #000000;
  color: #ffffff;
}

.btn-proposal {
  background: #000000;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
}

.btn-proposal:hover {
  background: #ee1c25;
}

.cta-or {
  font-weight: bold;
  margin: 0 10px;
  color: #ee1c25;
}
.process-section {
  background: #fdd9da;
  padding: 60px 0;
}

.process-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 50px;
}

.process-desc {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #000000;
  font-size: 17px;
}

/* Cards */
.process-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
  margin: 20px 0px;
}

.process-card:hover {
  transform: translateY(-8px);
}

/* Step Number Circle */
.step-number {
  width: 45px;
  height: 45px;
  background: #4da3ff;
  color: #fff;
  border-radius: 50%;
  line-height: 45px;
  font-weight: bold;
  margin: -40px auto 10px;
  font-size: 18px;
}

.step-number.green {
  background: #2ecc71;
}

.step-number.red {
  background: #e74c3c;
}
.step-number.orange {
 background: #FF9800;
 color: #fff;
}
/* Arrow line (optional) */
.process-row {
  position: relative;
}
.blog-sectionp {
    padding: 50px 0px;
}
.textend p{
    text-align: center;
    font-size:17px;
}
.orange{
 color: #ee1c25;
}
.digitalmark {
    padding: 50px 0px;
}
li.text-dark {
    color: #000;
    margin: 9px 0px;
}
.mb-20{
    margin-bottom: 20px;
}
.review-section3 {
    padding: 20px 0 5px;
}

.review-box3 {
    text-align: center;
    padding: 10px 0px;
}

.review-box3:last-child {
    border-right: none;
}

.review-logo3 {
    max-width: 150px;
    margin-bottom: 10px;
}

.review-stars3 {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 0px;
}

.review-text3 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    display: flex;
    justify-content: center;
}

.review-text3 span {
    font-weight: 700;
}

@media(max-width:767px){
.d-flex {
    display: block;
}
    .review-box3{
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .review-box3:last-child{
        border-bottom: none;
        margin-bottom: 0;
    }
}
@media (min-width: 992px){
.d-lg-flex{
    display: flex;
}
}
@media(max-width:768px){
    .d-flex {
    display: block;
}
.digitalmark .service-box{
flex-direction:column;
text-align:center;
}
.digitalmark .service-left{
text-align:center;
}
}
.contact-section{
    overflow:hidden;
    background: #1e2430;
}
.no-margin{
    margin:0;
}

/* LEFT SIDE */
.contact-left{
    background:#1e2430 url('https://www.transparenttextures.com/patterns/dark-mosaic.png');
    color:#fff;
    /* min-height: 100%; */
    position:relative;
    padding: 45px 60px;
    /* height: 100%; */
}
.contact-left h4{
    color: #ee1c25;
    font-size:22px;
    margin-bottom:10px;
    font-weight:600;
}
.contact-left h2{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}
.contact-info-wrap{
    margin-top:40px;
}
.contact-box{
    margin-bottom:40px;
    border-right:1px solid rgba(255,255,255,0.2);
    min-height:170px;
}
.contact-box h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom:15px;
    color: #fff;
}
.contact-box p,
.contact-box span{
    color:#ddd;
    font-size:15px;
    line-height:28px;
    margin-bottom: 2px;
}

/* RIGHT SIDE */
.contact-right{
    background: #e1e1e1;
    padding: 30px 45px;
}
.contact-section .form-box h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}
.contact-section .form-box p{
    margin-bottom:40px;
    font-size:16px;
}
.contact-section .form-control{
    height: 50px;
    border:none;
    border-radius: 8px;
    box-shadow:none;
    margin-bottom:20px;
    font-size:16px;
}
.contact-section textarea.form-control{
    height:auto;
    resize:none;
}
.contact-section .submit-btn{
    background: #ee1c25;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius: 41px;
    font-size:16px;
    transition:0.3s;
}
.contact-section .submit-btn:hover{
    background:#000;
}
.pdn{
padding:0px;
}
/* RESPONSIVE */
@media(max-width:991px){
.contact-left,
.contact-right{
    min-height:auto;
    padding:50px 30px;
}
.contact-left h2{
    font-size:50px;
}
.contact-box{
    border-right:none;
    min-height:auto;
}
}
/* ======================== // RESPONSIVE CUSTOM CSS ======================== */