/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body {
    background: #000;
    border: 0;
    /* font: 14px 'Raleway', Arial, Helvetica, sans-serif ; */
    font-family: 'outfit', sans-serif;
    color: #2f2d2d;
    line-height: 1.42857143;
    min-width: 320px;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    outline: none
}

    a:hover {
        
        text-decoration: none;
        outline: none
    }

i {
    margin-right: 3px;
    font-weight: 500;
    position: relative;
    font-size: 17px;
    font-family: italic;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.h1, h1 {
    font-size: 26px;
}

.h2, h2 {
    font-size: 30px;
    padding: 15px 0;
}

.h3, h3 {
    color: #444444;
    /* text-align: center;
    font-size: 17px; */
}

p {
    margin-bottom: 25px;
    color: #000000;
    
    line-height: 20px;
}

    p.lead {
        font-size: 22px;
        line-height: 34px;
        color:#878686
        /* font-weight: 500; */
    }

.btn {
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    font-size: 11.5px;
    /* line-height: 40px; */
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    height: 34px;
    padding: 0 10px !important;
    text-align: center;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
 
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);
}
.panel-body .btn{font-size: 11.5px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    height: 32px;
    padding: 0 18px !important;
    text-align: center;
    display: inline-block;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 1px rgba(0,0,0,.3);}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
}

    .btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {

  }

    .btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
        text-shadow: none;
    }

.btn:active, .btn.active {
    background-image: none;
}

.btn-default {
    color: #333;
    background-color: #ff5353
  }

    .btn-default:hover, .btn-default:focus {
     
        color: #FFF;
       
    }

    .btn-default:active, .btn-default.active {
        background-color: #000000;
        border-color: #dbdbdb;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-primary {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 0.5rem 3rem;
    border-radius: 0.375rem;
    background-color: #e1c77e;
    position: relative;
    text-align: center;
    

    

}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #0d89a0;
        color: #fff;

        
    }

    .btn-primary:active, .btn-primary.active {

        border-color: #0d89a0;
        color: #000;
    
       
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #555555;
        background-image: none;
    }

.btn-success {
    background:  #0094d8;
    position: relative;
    text-align: center;
    
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 20%) inset;
    moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 20%) inset;font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    
    border-radius:0 !important;
}

    .btn-success:hover, .btn-success:focus {
        background: #0094d8;
    }

    .btn-success:active, .btn-success.active {
        background: #0094d8;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #0094d8;
        background-image: none;
    }

.btn-red {
    color: #fff;
    background-color: #0094d8;
    border-color:  #0094d8;
    padding: 10px;
}

    .btn-red:hover, .btn-red:focus {
        color: #fff;
        background-color:  #0094d8;
        background-position: 0 -15px;
    }

    .btn-red:active, .btn-red.active {
        color: #fff;
        background-color: #0094d8;
        border-color:  #0094d8;
    }


    .btn-info:hover, .btn-info:focus {
        background-color: #2aabd2;
        background-position: 0 -15px;
    }

    .btn-info:active, .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #25a5db;
        background-image: none;
    }

.btn-warning {
    background:  #0094d8;
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    color: #fff;
    background-color:  #0094d8;
    border-color:  #0094d8;
}

    .btn-danger:hover, .btn-danger:focus {
        background-color:  #0094d8;
        background-position: 0 -15px;
    }

    .btn-danger:active, .btn-danger.active {
        background-color:  #0094d8;
        border-color:  #0094d8
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color:  #0094d8;
        background-image: none;
    }

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 #000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #bcafa6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
        background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
        background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
        background-repeat: repeat-x;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    }
    .solblk{padding:0 5px ;    font-size: 10px;}
    .sagblk{padding:0 5px ;    font-size: 10px;}
    span.ortablk {
        font-size: 10px;
    }
footer .navbar-nav > li > a {
    font-size: 16px;
    padding: 10px 5px;
    color: #ADADAD;
}

    footer .navbar-nav > li > a:hover {
        color: #838383;
    }

footer .navbar-nav {
    padding: 0;
    margin: 0;
}

.snlg-block-social-media a {
    color: #ffffff;
}

    .snlg-block-social-media a:hover {
        color: #838383;
    }

footer address {
    color: #ffffff;
}

.navbar-inverse {
    /* background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #fff 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;*/
    background-color: transparent !important;
}



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);*/
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
}

@media screen and (max-width: 767px) {
	.modules-tours-tour-details .carousel .carousel-inner .item{height: auto !important;margin-bottom: 20px;}
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
    }

}

.alert {
    padding: 5px 10px;
    margin-bottom: 22px;
    border-radius: 2px;
}

.alert-success {
    color: #FFF;
    background-color:  #525a5e;
}

.alert-info {
    color: #FFF;
    background:  #525a5e;
}

.alert-warning {
    color: #FFF;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #636363;
    background-color: #fafafa;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

    .list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border: none;
    background: none;
}

.panel-default > .panel-heading {
    color: #333;
    background: none;
    border: none;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #555;
    font-weight: 700;
}

.panel-body {
    padding: 15px 0;
    color: #2f2d2d;
    font-size: 15px;
    line-height: 26px;
    border-top-color: #E8E8E8;
    border: none !important;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
.navbar {
    position: relative;
    background: #9e8d8d;
}


.navbar-brand {
    padding: 0;
    margin: 20px 0;
    height: auto;
    margin-left: 0 !important;
    background: #76933C;
}

.navbar-nav {
    display: none;
}

@media (min-width:768px) {
    .navbar-nav {
        display: block;
    }

}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    text-align: center;
    margin: 0px;
    float: left;
}

    .navbar-collapse.in {
        overflow-y: visible;
    }

.dropdown, .dropup {
    text-align: center;
}

@media screen and (min-width:1010px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .dropup {
        text-align: center;
        float: none !important;
        display: table-cell !important;
    }
}

.dropdown-menu .dropdown, .dropdown-menu .dropup {
    text-align: left;
    display: block !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 98%;
}

.dropdown-menu .dropdown:first-child {
    border: none;
}

.dropdown-menu .dropdown {
    margin: 0;
    position: relative;
    zoom: 1;
    display: block;
    border-top: 1px solid #d8ccc4;
}

.navbar .dropdown-menu {
    position: absolute;
    left: 0;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    margin: 0;
    z-index: 1399;
    width: 240px;
    top: 75px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 15px 25px;
}

    .navbar .dropdown-menu > li > a {
        display: block;
        position: relative;
        font-family: 'Raleway';
        font-weight: 500;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        color: #8c8c8c;
        text-decoration: none;
        padding: 10px 0px;
        background: none;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background: none;
    text-shadow: none;    text-decoration: none;
    color: #161616;
    text-shadow: 0 0 black;
}

@media screen and (min-width: 1023px) {
    .navbar .navbar-nav > li > a {
    
        display: block;
        text-decoration: none;
        background: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-weight: bold;
        line-height: 20px;
        color: #2c2f3e;
        text-shadow: none;
        padding: 35px 0px 35px 0;
        border: none;
        margin: 0;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        text-align: left;
        text-transform: none;
        vertical-align: middle;
        border-bottom: 3px solid transparent;
        transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
    }


    .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li.sfHover > a, .navbar .nav > li.sfHover > a:hover {
        color: #000000;
        text-decoration: none;
        background: none;
        box-shadow: none;
        moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus {
        color: #2f718f;
        text-decoration: none;
        background: none;
        box-shadow: none;
        moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #458f2f;
    }


    .navbar .navbar-nav > li:first-child {
        margin-left: 0;
    }

    .navbar-nav > li {
        position: relative;
        display: block;
        float: left;
        white-space: nowrap;
        padding-left: 0px;
        background: none;
       /* margin-left: 50px;*/
    }
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown-menu > li > a{position: relative;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #8c8c8c;padding: 9px 5px;}
.dropdown:hover .dropdown-menu {
    /* display: block; */
    border-top: 0px;
    padding: 15px 25px;
    background: #fff;
    text-align: left;
   /* left:-25px; */
    min-width: 180px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}

.navbar .navbar-nav > li > a em {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../images/caret.png);
    margin-left: 5px;
}

.navbar-nav  {
  

    float:right ;

}

.main-menu .navbar-nav 
{
float: left;
}
    



.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background: transparent;
}


.navbar-toggle {
    background-color: transparent !important;
    border: none;
    top: 20px;
    border-radius: 0;    z-index: 9999;
}

    .navbar-toggle .icon-bar {
        background-color: #696969!important;    height: 5px;-webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        top: 0px;
        width: 100%;
    }
    .navbar-toggle .icon-bar:nth-child(2) {
        top: 9px;
        width: 30px;
    }
    
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
        width: 25px;  background-color: #696969;  
    }
    .navbar-toggle:hover .icon-bar + .icon-bar {
        width: 100% !important;
    }


/* .navbar-toggle {
    background-color: #999 !important;
    border: none;
    top: 20px;
    border-radius: 0;    z-index: 9999;
}

    .navbar-toggle .icon-bar {
        background: #FFF;
    } */

.page-title {
    color: #E0E0E0;
    background: #000;
}

    .page-title .pull-left, .page-title .pull-right {
        clear: both;
        width: 100%;
        text-align: center;
    }

    .page-title h1 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        color: #E0E0E0;
    }

        .page-title h1 span {
            font-size: 20px;
            font-weight: 300;
        }

    .page-title .breadcrumb {
        padding: 3px 15px;
        margin-bottom: 0;
        list-style: none;
        border-radius: 4px;
        font-size: 13px;
        text-align: center;
        background: none !important;
    }

        .page-title .breadcrumb li a {
            color: #E0E0E0;
            font-weight: 600;
        }

        .page-title .breadcrumb li {
            color: #E0E0E0;
        }


   
@media screen and (min-width:768px) {
    .page-title {
        color: #E0E0E0;
        background: #3e3d3d;
    }

        .page-title .pull-left, .page-title .pull-right {
            clear: none;
            width: auto;
            text-align: left;
        }

        .page-title h1 {
            font-size: 15px;
            font-weight: 600;
            margin: 0;
            color: #E0E0E0;
        }

            .page-title h1 span {
                font-size: 12px;
                font-weight: 300;
            }

        .page-title .breadcrumb {
            padding: 8px 15px;
            margin-bottom: 0;
            list-style: none;
            border-radius: 4px;
            background: none !important;
            font-size: 16px;
            text-align: left;
        }

            .page-title .breadcrumb li a {
                color: #E0E0E0;
                font-weight: 600;
            }

            .page-title .breadcrumb li {
                color: #E0E0E0;
            }
}

.wrapper {
    margin-top: 200px;
}

.footer {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #eceeeb;
    border-top: 1px solid #eceeeb;
    margin: 0px 0 0;
    padding: 0;
    text-align: center;
}

    .footer address {
        text-align: center;
    }

    .footer nav {
        text-align: center;
    }

.footer-menu {
    border-bottom: #2F2F2F 1px solid;
}

.snlg-block-copyright {
    border-bottom: none;
    padding-bottom: 0x;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width:768px) {
    .footer {
        background: #f7f7f7 none repeat scroll 0 0;
        border-bottom: 1px solid #e7e7e7;
        border-top: 1px solid #e7e7e7;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        padding: 0;
        padding-top: 16px;
        margin: 0px 0 0 0;
        text-align: left;
    }

        .footer address {
            text-align: center;
        }

        .footer nav {
            text-align: center;
        }

    .footer-menu {
        border-bottom: none;
        padding-bottom: 0x;
        margin: 0;
    }

    .snlg-block-copyright {
        border-bottom: none;
        padding-bottom: 0x; /*border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .snlg-block-footer-logo {
        display: inline-table;
        float: none;
        margin-top: 30px;
        max-width: 300px;
        text-align: center;
    }
}

.hotel-detail li a i {
    padding-right: 10px;
}

.snlg-block-footer-logo {
    display: inline-table;
    float: right;
    max-width: 300px;
}

.snlg-block-social-media li {
    padding-right: 4px;
    float: right;
}

.footer .container {
}

.footer .copyright {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.5;
    color: #000;
    margin-right: -50px;
}

.footer .copyright2 {
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin-top: 15px;
}

.copyright {
    padding: 10px;
}

.sub-footer {
    margin-top: 20px;
    font-size: 12px;
}

#myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
    max-width: none;
    height: 250px;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 80px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff; 
    text-align: center;
}

    .carousel-caption p {
        font-size: 100%;
        color: #FFF;
        line-height: normal;
    }

@media screen and (max-width:768px) {
    .snlg-block-footer-logo {
        display: inline-table;
        margin-top: 50px;
        max-width: 100%;
        text-align: center;
    }
}

.modules.modules-tours-home-tours
{
    background: rgb(185 203 210 / 17%);
}

#popular_cruises1{margin-bottom: 20px;}

@media screen and (min-width:768px) {
    #myCarousel-133 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-133 .thumbnail a > img, #myCarousel-133 .thumbnail > img {
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: auto;
        opacity: 1;
       
    }

    #myCarousel-133 .carousel-caption {
        
       
        right: 15%;

        z-index: 10;
     
        color: #fff; 
        padding: 2rem 7%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
 
  



    }

         #myCarousel-133 .carousel-caption h3 {
         
            padding: 5px 15px;
            display: inline-block;
            font-size: 50px;
            line-height: 1.3;
            color: #FFF;
            font-weight: 500;
            position: absolute;
           top:0px
        }
        #myCarousel-133 .carousel-caption h3 a{ color: #FFF;font-size: 2rem;
            font-weight: 500;
            line-height: 1.3;
            text-transform: capitalize;
            margin-bottom: 1rem;
           }
        #myCarousel-133 .carousel-caption p a{ color: #FFF; font-size: 1rem;
            letter-spacing: 1px;
            font-weight: 400;
            padding-bottom: 2rem;
            line-height: 1.6;}
        #myCarousel-133 .carousel-caption p{ 
           
            color: #fff;
        top:60px;
            font-weight: bold;
            position: absolute;
            padding: 5px 15px;
            display: inline-block;
            margin: 5px 0;    width: 70%;
        }
}

@media screen and (min-width:1440px){
    #myCarousel-133 .carousel-caption h3 a{ color: #FFF;font-size: 4rem;
        font-weight: 500;
        line-height: 1.3;
        text-transform: capitalize;
        margin-bottom: 1rem;
       }
    #myCarousel-133 .carousel-caption h3{top:60px;}
    #myCarousel-133 .carousel-caption p{ top:160px;width:60%;}
    #myCarousel-133 .carousel-caption p a{font-size:2rem}
}


@media screen and (min-width:1990px){
    #myCarousel-133 .carousel-caption h3{top:150px;}
    #myCarousel-133 .carousel-caption p{ top:220px;width:50%;}

}





/*anasayfa3-page*/
@media  screen and (max-with:767px) {
    #myCarousel-133 .carousel-inner h3 a{ color: #FFF; font-size: 30px;}
        #myCarousel-133 .carousel-inner p { color: #FFF; font-size: 20px;}
    .xs-none{display: none;}
}
 #myCarousel-99 .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 35%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    bottom: 0px;
}

#myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
    min-width: 1920px;
    min-height: 800px;
    max-height: 800px;
}

@media screen and (min-width:992px) {
    #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
        min-width: 1920px;
        min-height: 800px;
        max-height: 800px;
    }

    #myCarousel-99 .carousel-caption {
        position: absolute;
        left: 0;
        right: 0;
        top: 30%;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

        #myCarousel-99 .carousel-caption h3 {
            font-size: 350%;
            line-height: 1;
            color: #FFF;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .anasayfa2-template #myCarousel-99 .carousel-caption p {
            font-size: 200%;
            color: #FFF;
        }
}

.anasayfa2-template .carousel-inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.anasayfa2-template #myCarousel-99 .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 10px;
}

.anasayfa2-template #myCarousel-99 .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0px 5px;
    background-color: #fff;
    border: 2px solid #fff;
}
/*anasayfa3-page*/
.anasayfa3-template #myCarousel-99 .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 35%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width:992px) {
    .anasayfa3-template #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
        min-width: auto;
        width: auto;
        margin: 0 auto;
        vertical-align: middle;
        min-height: 800px;
        max-height: 800px;
    }

    .anasayfa3-template #myCarousel-99 .carousel-caption {
        position: absolute;
        left: 50px;
        right: inherit;
        top: 35%;
        width: 430px;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

        .anasayfa3-template #myCarousel-99 .carousel-caption h3 {
            font-size: 350%;
            line-height: 1;
            color: #FFF;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .anasayfa3-template #myCarousel-99 .carousel-caption p {
            font-size: 200%;
            color: #FFF;
        }
}

.anasayfa3-template .carousel-inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .anasayfa3-template .carousel-inner > .item {
        max-height: 500px;
    }

.anasayfa3-template .carousel-indicators {
    bottom: 10px;
}

.anasayfa3-template #myCarousel-99 .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 10px;
}

.anasayfa3-template #myCarousel-99 .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0px 5px;
    background-color: #fff;
    border: 2px solid #fff;
}
/*anasayfa4-page*/
.anasayfa4-template #myCarousel-99 .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 35%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width:992px) {
    .anasayfa4-template #myCarousel-99 .carousel-inner > .item > a > img, #myCarousel-99 .carousel-inner > .item > img, #myCarousel-99 .thumbnail a > img, #myCarousel-99 .thumbnail > img {
        min-width: 1920px;
        min-height: 700px;
        max-height: 700px;
    }

    .anasayfa4-template #myCarousel-99 .carousel-caption {
        position: absolute;
        left: initial;
        right: 40px;
        top: 35%;
        width: 430px;
        z-index: 10;
        padding-top: 0px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

        .anasayfa4-template #myCarousel-99 .carousel-caption h3 {
            font-size: 350%;
            line-height: 1;
            color: #FFF;
            margin-bottom: 25px;
            font-weight: 700;
        }

        .anasayfa4-template #myCarousel-99 .carousel-caption p {
            font-size: 200%;
            color: #FFF;
        }
}

.anasayfa4-template .carousel-inner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.anasayfa4-template .carousel-indicators {
    bottom: 30px;
}

.anasayfa4-template #myCarousel-99 .carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 10px;
}

.anasayfa4-template #myCarousel-99 .carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    background-color: #fff;
    border: 2px solid #fff;
}

.c-content-box {
}

    .c-content-box.c-size-sm {
        padding: 30px 0;
    }

    .c-content-box.c-size-md {
        padding: 60px 0;
    }

    .c-content-box.c-size-lg {
        padding: 80px 0;
    }

    .c-content-box.c-size-xg {
        padding: 100px 0;
    }

    .c-content-box.c-no-bottom-padding {
        padding-bottom: 0;
    }

    .c-content-box.c-no-top-padding {
        padding-top: 0;
    }

    .c-content-box.c-no-padding {
        padding: 0;
    }

    .c-content-box.c-overflow-hide {
        overflow: hidden;
    }

@media (max-width: 991px) {
    /* 991px */
    .c-content-box > .container-fluid {
        padding: 0 100px;
    }

    .c-content-box.c-size-sm {
        padding: 20px 0;
    }

    .c-content-box.c-size-md {
        padding: 30px 0;
    }

    .c-content-box.c-size-lg {
        padding: 40px 0;
    }

    .c-content-box.c-size-xg {
        padding: 60px 0;
    }
}

.c-bg-white {
    background-color: #FFF !important;
}

.c-bg-grey-1 {
    background-color: #f7f7f7 !important;
}

.c-content-title-1 > h3.c-font-uppercase {
    font-size: 30px;
}

.c-content-title-1 > h1 {
    font-size: 60px;
    color: #3f444a;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.c-content-title-1 > h3 {
    font-size: 28px;
    color: #3f444a;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.c-content-title-1 > .c-line-center {
    width: 30px;
    height: 3px;
    background-color: #32c5d2;
    margin: 0 auto 30px auto;
}
/*bootstrap vertical slide*/
.vertical .carousel-inner {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

    .carousel.vertical .next.left, .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
/*MARGINS*/
.mt-zero {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 20px !important;
}

.mt-lg {
    margin-top: 30px !important;
}

.mt-xl {
    margin-top: 40px !important;
}

.mb-zero {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 20px !important;
}

.mb-lg {
    margin-bottom: 45px !important;
}

.mb-xl {
    margin-bottom: 50px !important;
}

@media (min-width: 768px) {
    .mt-zero {
        margin-top: 0 !important;
    }

    .mt-xs {
        margin-top: 5px !important;
    }

    .mt-sm {
        margin-top: 10px !important;
    }

    .mt-md {
        margin-top: 20px !important;
    }

    .mt-lg {
        margin-top: 30px !important;
    }

    .mt-xl {
        margin-top: 50px !important;
    }

    .mb-zero {
        margin-bottom: 0 !important;
    }

    .mb-xs {
        margin-bottom: 5px !important;
    }

    .mb-sm {
        margin-bottom: 10px !important;
    }

    .mb-md {
        margin-bottom: 20px !important;
    }

    .mb-lg {
        margin-bottom: 45px !important;
    }

    .mb-xl {
        margin-bottom: 50px !important;
    }
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

    ol li, ul li {
        line-height: 2;
        list-style-type: none;
        position: relative;
        
    }

    ol.menu li, ul.menu li {
        padding-left: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        border-bottom: #EEE 1px solid;
    }

        ol.menu li a, ul.menu li a {
            font-size: 16px;
        }

    ol.menu .nav, ul.menu .nav {
        border: #f0f0f0 1px solid;
    }

.carousel-control.left {
    left: 0;
    right: auto;
    background: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background: none;
}


/*menu-footer*/
.snlg-block-menu-footer ul li {
    font-weight: bold;
    display: inline-block;
    padding: 6px;
    vertical-align: top;
    /*  margin-right: 25px;*/ width: 250px;
}

    .snlg-block-menu-footer ul li a {
        color: rgb(255, 255, 255);
        font-size: 15px;
        text-transform: uppercase;
    }

    .snlg-block-menu-footer ul li:last-child {
        margin-right: 0;
    }

.snlg-block-menu-footer img {
    margin-right: 5px;
}

.snlg-block-menu-footer ul {
    margin: 20px 0;
}

    .snlg-block-menu-footer ul li ul {
        margin: 0px 0;
    }

        .snlg-block-menu-footer ul li ul li {
            display: block;
            padding: 2px 0;
            list-style: circle inside disc
        }

            .snlg-block-menu-footer ul li ul li a {
                font-weight: normal;
            }

                .snlg-block-menu-footer ul li ul li a:hover {
                    color: wheat;
                }

.count {
    font-size: 40px;
    font-weight: 600;
}

cite {
    font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #B3B3B3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(191, 191, 191, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(187, 187, 187, 0.6);
}
.modal-header, .modal-footer {
    
    background: #26a3bf;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #000000;
    border-color: #000000;
}

.pagination > li > a, .pagination > li > span {
    color: #000000;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #000000;
    }

.top-text a {
    color: #fff;
}

.payment {
    display: block;
    min-height: 70px;
}

.home-box1 {
    background: #f3f3f3;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .home-box1 img {
        text-align: center;
    }

    .home-box1 span {
        text-align: center;
        display: block;
        color: #0F4C85;
        font-size: 12px;
        font-weight: 500;
    }

.p0 {
    padding: 0 !important; 
}

.m0 {
    margin: 0 !important;
}

.snlg-block-social-media {
    margin: 20px 0;
    font-size: 11px;
}

.txt-title {
    display: block;
    font-size: 21px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.umre {
    background: url("/uploads/images/anasayfa/umre-footer.jpg");
    display: table;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 25px;
    width: 100%;
}

.hac {
    background: rgba(0, 0, 0, 0) url("/uploads/images/anasayfa/Hac-Footer.jpg") repeat scroll 0 0;
    display: table;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 25px;
    width: 100%;
}

.hac-byk {
    font-size: 30px;
    color: #fff;
    padding: 40px;
    font-weight: 900;
}

.umre-byk {
    font-size: 30px;
    color: #fff;
    padding: 40px;
    font-weight: 900;
}

.hac-menu {
    float: right;
}

.umre-menu {
    float: right;
}

    .umre-menu li {
        padding: 10px 10px;
    }

        .umre-menu li i {
            color: #fff;
        }

.hac-menu li i {
    color: #000;
}

.hac-menu li {
    padding: 10px 10px;
}

.umre-menu li a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: rgba(18, 18, 18, 0.63);
    padding: 2px;
    -webkit-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
    box-shadow: 5px 5px 5px 5px rgb(0, 0, 0);
}

.hac-menu li a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.46);
    padding: 2px;
    -webkit-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 3px 13px 5px rgba(0,0,0,0.12);
    box-shadow: 5px 5px 5px 5px rgb(0, 0, 0);
}

.neden-umre {
    background: #f6f6f6;
    margin: 35px 0 35px 0px;
    border-top: 1px solid #eceeeb;
    border-bottom: 1px solid #eceeeb;
    padding: 70px 0;
}

.yaklasan-program {
    background: #D9D9D9;
    padding: 10px;
    font-size: 13px;
    margin-left: -15px;
    max-width: 500px;
}

.menu {
    float: right;
}

.hcity {
    text-align: center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.01);
    font-size: 1rem;
    color: #f1574d;
    line-height: 22px;
    font-weight: bold;
}

.ptext {
    text-align: center;
}

.date {
    font-size: 13px;
    line-height: 12px;
    color: #3394de;
    padding: 7px;
    font-weight: bold;
}

.day {
    font-size: 13px;
    line-height: 12px;
    color: #3394de;
    padding: 7px;
    font-weight: bold;
}

.uygun {
    font-size: 13px;
    line-height: 12px;
    color: #3394de;
    padding: 7px;
    font-weight: bold;
}

.rezerv {
    font-size: 12px;
    line-height: 12px;
    color: #3394de;
}

.w3-example {
    /*background-color: #fcfcfc;
    padding: 0.01em 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;*/
}

.w3-btn, .w3-btn:link, .w3-btn:visited {
    color: #FFFFFF;
    background-color: #f1574d;
}

    .w3-btn, .w3-btn:link, .w3-btn:visited:hover {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) !important;
        ;
    }

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-margin-top {
    margin-top: 16px !important;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.fullwidth-section.grey-bg .welcome-txt h2 {
    background: rgba(0, 0, 0, 0) url("/uploads/images/anasayfa/hr-white-three.png") no-repeat scroll center 50px;
    display: block;
    height: 82px;
    padding: 0 0 25px;
    text-transform: uppercase;
    width: 100%;
}

.grey-bg .welcome-txt p {
    color: #616161;
}

p {
    /*   line-height: 26px;*/
    margin-bottom: 10px;
}

.fullwidth-section.grey-bg {
    text-align: center;
}

    .fullwidth-section.grey-bg .welcome-txt .dt-sc-button {
        margin: 10px;
        font-size: 14px;
    }

.dt-sc-button.green {
    color: #ffffff;
    background: #00C33D;
    border-radius: 2px;
}

.dt-sc-button.small, .button {
    font-size: 14px;
    padding: 11px;
}

.dt-sc-button, .button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    color: #fff;
}

.fullwidth-section.grey-bg {
    background: #f6f6f6;
    border-top: 1px solid #eceeeb;
    border-bottom: 1px solid #eceeeb;
    padding: 50px 0;
    margin: 40px 0;
}

.fullwidth-section {
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px;
    float: left;
    background: #f6f6f6;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border-top: 1px solid #eceeeb;
    border-bottom: 1px solid #eceeeb;
    padding: 50px 0;
    margin: 0 0 40px;
}

.column.first {
    margin-left: 0px;
    clear: both;
}

.column {
    margin: 0px 0px 0px 2%;
    margin-left: 2%;
    float: left;
    min-height: 1px;
    position: relative;
}

.fullwidth-section .container, #footer .footer-widgets-wrapper .container {
    line-height: 22px;
}

.icon {
    /* background: #f1574d !important */
}

.dt-sc-ico-content.type11 .icon {
    width: 70px;
    text-align: center;
    /*margin-right: 25px;*/
    height: 70px;
    position: relative;
}

a, abbr, address, and, applet, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    background: 0 0;
    border: 0;
    font-size: 13px;
    margin: 0;
    margin-right: 0px;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.dt-sc-ico-content.type11 h4 {
    margin-bottom: 10px;
    font-size: 20px !important;
    display: inline-block;
    margin-top: 5px;
}

.dt-sc-ico-content.type11 p {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.dt-sc-one-fourth {
    width: 23.4%;
}

.column {
    margin: 0px 0px 0px 2%;
    float: left;
    min-height: 1px;
    position: relative;
}

.dt-sc-ico-content.type11 {
    padding: 0px;
    position: relative;
    width: auto;
    text-align: center;
}

.dt-sc-ico-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: block;
}

    .dt-sc-ico-content.type11 .icon {
        width: 70px;
        text-align: center;
        /* float: left;*/
        /* margin-right: 25px;*/
        height: 70px;
        position: relative;
        display: inline-block;
    }

        .dt-sc-ico-content.type11 .icon > img, .dt-sc-ico-content.type10 .icon > img {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
        }

.column img {
    max-width: 100%;
    height: auto;
}

.dt-sc-ico-content.type11 .icon {
    text-align: center;
}

.dt-sc-ico-content.type11:hover .icon > img {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 1s;
}

#footer .widget .dt-sc-social-icons {
    margin-bottom: 20px;
    margin-top: 10px;
}

.widget ul {
    float: left;
    width: 100%;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.dt-sc-social-icons {
    display: inline-block;
    line-height: 0px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #d3d3d3;
}

#footer .widget .dt-sc-social-icons li {
    margin: 0px;
    padding: 0px;
    width: auto;
    clear: none;
    display: inline-block;
}

.widget ul li {
    position: relative;
    padding: 0px 0px 0px 10px;
}

.widget ul li {
    line-height: 22px;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 0px;
}

#footer .widget ul li a, #footer .entry-details .entry-metadata p a span, #footer .widget .dt-sc-social-icons li a, #footer .widget.widget_rss li::before, #footer a:hover {
    color: #555;
}

.dt-sc-social-icons li a {
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #8B8B8B;
}

#footer .widget .dt-sc-social-icons li::before {
    content: "";
}

#footer .widget ul li::before {
    color: #8b8b8b;
}

.widget ul li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 0px;
    color: #2C3E50;
}

.dt-sc-social-icons li::before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dt-sc-social-icons li {
    text-align: center;
}

.widget ul li {
    line-height: 26px;
    float: left;
    width: initial;
    clear: none;
}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
    }
/* footer social icons */
.social-network a.icoRss {
    background-color: #F56505;
}

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoTwitter {
    background-color: #33ccff;
}

.social-network a.icoGoogle {
    background-color: #BD3518;
}

.social-network a.icoVimeo {
    background-color: #0590B8;
}

.social-network a.icoLinkedin {
    background-color: #007bb7;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #D3D3D3;
}

.modules-tours-new-tour-list {
    margin: 30px 0;
}

.anasayfa-image {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.61);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.anasayfa-image:hover .overlay {
    bottom: 0;
    height: 100%;
    opacity: 0.9;
}

.text-2 {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}

.home-box-col {
    margin: 50px -16px 50px !important;
}

.top-bar {
    background: #1c234c;
    padding: 10px 0;
}

.top-text {
    color: #fff;
}

.page-title a {
    color: #fff;
}

.clear-padding h5 {
    font-weight: bold;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.LBGallery a {
    color: #fff;
    font-weight: bold;
}

.hotel-listing {
    padding-left: -15px;
    padding-right: -15px;
     padding-top: 40px;
}

    .hotel-listing .sort-area {
        /* background-color: #fff; */
        /* -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1); */
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
        /* box-shadow: 0 0 2px rgba(0,0,0,0.1); */
        /* border: solid 1px #efefef; */
        margin-top: 5px;
    }

.modules-general-page-title span {
    color: #fff;
}

.hotel-ad {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    background: #fb000d;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    font-weight: 600;
}

    .hotel-ad:hover {
        background: #0066ff;
        color: #fff;
    }

.similar-hotel {
    background: #fff;
    padding: 10px;
    float: left;
}

    .similar-hotel h4 {
        font-size: 17px;
        text-transform: uppercase;
        padding-left: 10px;
        font-weight: bold
    }

        .similar-hotel h4 i {
            padding-right: 10px;
        }

.modules-general-page-content h1 {
    font-size: 2em;
}

.head-style-2 {
    font-size: 2em;
}

.modules-tours-turlara-gore-arama-sonuc {
    margin-top: 30px
}

    .modules-tours-turlara-gore-arama-sonuc .hotel-list-view .room-book-box .price {
        font-size: 15px;
        font-weight: bold;
    }

.top-menu ul {
    /*float: left;*/
}

.hotel-header h6 {
    color: #636363;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 25px;
}

.price h4 {
    color: #ed1c24;
    font-size: 25px;
    font-weight: bold;
}

.hotel-list-view .room-book-box .price {
    font-size: 13px;
    font-weight: normal !important;
}

.hotel-info i {
    padding-right: 7px;
}

.page-titles {
    background: #087dc2 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 135px;
    text-align: left;
}

    .page-titles h3 {
        color: #ffffff;
        display: inline-table;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .page-titles h4 {
        display: inline;
        text-align: left;
    }

    .page-titles h4 {
        color: #a2d5ff;
        font-size: 14px;
        font-weight: 600;
        position: relative;
    }

.new-hotel-list {
    display: table;
    margin: 20px 0;
    border-bottom: #eee 1px solid;
    padding-bottom: 30px;
}

.thumb-box5 {
    padding: 67px 0;
    position: relative;
    background-image: url(../images/bgrd-2.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}

.welcome-txt {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}

.two-tabs {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
}

    .two-tabs li {
        border-bottom: 1px solid #ddd;
        width: 20%;
    }

        .two-tabs li a {
            border-bottom: 1px solid #ddd;
            padding: 8px 0 !important;
            text-align: center;
        }

.tabs2 .tab-pane {
    background: #fff;
    padding: 10px 20px !important;
    border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: 0 3px 4px 0 #b4b4b4;
}

.navbar-inverse {
    background-color: transparent;
}

.affix {
    background-color: #fff !important;
    border-color: #eae9e9 !important;position: fixed;top:-1px;transition: .5s all;box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    -webkit-backface-visibility: hidden;z-index: 99999;
}

    .affix .nav > li > a:focus, .affix .nav > li > a {
        color: #2c2f3e !important;
    }

.snlg-block-logo {
    /*padding: 10px 0px;*/
    float: left;
}

.carousel-caption h3 {
    color: rgb(255, 255, 255);
    font-size: 70px;
    /* line-height: 84px; */
}

.carousel-caption p {
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.content-box-heading {
    font-size: 48px;
    line-height: 53px;
}

@media screen and (max-width:1010px) {
    .navbar-nav {
        float: left !important;
    }

    #myCarousel-99 .carousel-caption h3 {
        font-size: 20px;
    }

    .navbar-nav > li > a {
        color: #222 !important;    display: flex;
        /* font-size: 16px;
        font-weight: bold; */
    }

    .snlg-block-logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.footer-top {
    /* background-image: url(../images/background2.jpg); */
    /* background-color: #fff; */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px 100px;
    border-top: 0px solid rgb(234, 233, 233);
    border-top-color: rgb(234, 233, 233);
    border-bottom: 0px solid rgb(234, 233, 233);
    border-bottom-color: rgb(234, 233, 233);
    border-color: rgb(234, 233, 233);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: -1px;
}

.top-menu {
    background: #fff;position: relative;z-index:9999;
}

.post-content, .our-vision {
    float: left;
    width: 100%;
    background: url(../images/our-vision-bg.jpg) no-repeat left top/cover;
    padding: 80px 0;
    margin-top: 30px;
}

.heading-center {
    float: left;
    width: 100%;
    text-align: center;
}

    .heading-center strong.title {
        font: 400 18px/18px 'Poppins', sans-serif;
        display: block;
        text-align: center;
        text-transform: uppercase;
        padding: 0 0 15px 0;
        color: #0080ff;
    }

    .heading-center h2 {
        margin: 0 0 40px 0;
        position: relative;
        font-family: 'Poppins', sans-serif;
        color: #020d1b;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 35px !important;
    }

        .heading-center h2::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -20px;
            background: url(../images/heading-center-icon.png) no-repeat center bottom;
            width: 100%;
            height: 6px;
        }

.text-holder {
    margin: 0 auto 30px;
    display: block;
    max-width: 540px;
}

    .text-holder p {
        font: 400 14px/24px 'Poppins', sans-serif;
        color: #777;
        margin: 0 0 15px 0;
    }

.vision-box {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 5px;
}

    .vision-box span.icon {
        position: relative;
        display: inline-block;
    }

        .vision-box span.icon::before {
            content: '';
            position: absolute;
            left: -10px;
            top: -10px;
            width: 70px;
            height: 70px;
            border: 1px solid #161514;
        }

    .vision-box .fa {
        display: inline-block;
        width: 70px;
        height: 70px;
        background: #161514;
        text-align: center;
        line-height: 70px;
        color: #fff;
        font-size: 30px;
        margin: 0 0 30px 0;
        position: relative;
    }

    .vision-box h3 {
        font-weight: 300;
        position: relative;
        margin: 0 0 30px 0;
        font-size: 25px;
    }

        .vision-box h3::before {
            background: #ffad05;
        }

        .vision-box h3 a {
            text-decoration: none;
            color: #020d1b;
        }

    .vision-box p {
        font: 400 14px/24px 'Poppins', sans-serif;
        color: #777;
        margin: 0 0 15px 0;
    }

    .vision-box:hover {
        background: #ffad05;
        transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
    }

    .vision-box p:hover {
        color: #fff
    }

.footer-social {
    float: right;
}

    .footer-social ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: right;
    }

        .footer-social ul li {
            float: left;
            padding: 0 0 0 15px;
        }

            .footer-social ul li a {
                text-decoration: none;
                display: block;
                background: #323232;
                width: 40px;
                height: 40px;
                border-radius: 100%;
                text-align: center;
                line-height: 40px;
                color: #777;
            }

            .footer-social ul li a {
                text-align: center;
                line-height: 40px;
                color: #777;
            }

.fa-facebook::before {
    content: "\f09a";
}

.fa-twitter::before {
    content: "\f099";
}

.fa-google-plus::before {
    content: "\f0d5";
}

.pillars-islam-section, .prayer-timings {
    background: #ffad05;
}

.pillars-islam-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}

    .pillars-islam-section h2 {
        color: #fff;
        margin: 0 0 100px 0;
        font-size: 36px !important;
    }

.pillar-box {
    display: inline-block;
    width: 200px;
    position: relative;
}

.shape-1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    width: 120px;
    z-index: 9;
}

    .shape-1::before, .shape-1::after {
        background: #fff none repeat scroll 0 0;
        border-radius: 20px;
        content: "";
        height: 120px;
        left: 0;
        position: absolute;
        top: 0;
        width: 120px;
    }

    .shape-1::before, .shape-1::after {
        background: #fff none repeat scroll 0 0;
        border-radius: 20px;
        content: "";
        height: 120px;
        left: 0;
        position: absolute;
        top: 0;
        width: 120px;
    }

    .shape-1::before {
        transform: rotate(30deg);
    }

.pillar-box h3 {
    display: block;
    color: #fff;
    text-align: center;
    margin: 90px 0 0 0;
    font-size: 25px;
}

.shape-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.shape-1 img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 99;
}

#inner-banner h1 {
    text-align: left;
    color: #fff;
    font-size: 30px;
    display: table;
    text-shadow: 0 0 11px #000;
}

#inner-banner .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-top: -25px;
    padding: 0;
    text-align: right;
}

    #inner-banner .breadcrumb li {
        display: inline-block;
        font: 300 18px/18px 'Poppins', sans-serif;
        color: #fff;
        text-shadow: 2px 2px 10px #000;
    }

        #inner-banner .breadcrumb li a {
            text-decoration: none;
            font: 300 18px/18px 'Poppins', sans-serif;
            color: #fff;
        }

.contact-box {
    background: #ffad05;
    float: left;
    width: 100%;
    padding: 50px 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 50px;
}

    .contact-box a {
        color: #fff;
    }

    .contact-box h3 {
        color: #fff;
        font-size: 25px;
        margin: 0 0 15px 0;
    }

    .contact-box ul {
        padding: 0 0 30px 0;
        margin: 0 0 20px 0;
        list-style: none;
        border-bottom: 1px solid rgba(255,255,255,0.30);
    }

        .contact-box ul li:first-child {
            margin: 0;
        }

        .contact-box ul li {
            display: block;
            position: relative;
            margin: 30px 0 0 0;
        }

            .contact-box ul li img {
                position: absolute;
                left: 0;
                top: 6px;
            }

            .contact-box ul li .holder {
                overflow: hidden;
                padding: 0 0 0 58px;
            }

                .contact-box ul li .holder p {
                    font: 400 16px/26px 'Poppins', sans-serif;
                    color: #fff;
                    margin: 0;
                }

@media (max-width:767px) {
    #myCarousel-99 {
        top: 0
    }

    .carousel-caption {
        bottom: 25px;
    }
}
        .carousel-caption h3 a {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        
        }

    .footer-social ul {
        float: left;
        width: 100%;
    }

    .fusion-copyright-notice {
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }
    .carousel-caption p{line-height: 2px;}
    .carousel-caption p a {
        font-size: 10px;
        color: #fff;
        line-height: 3;
        margin-top: 33px !important;
    }


@media (min-width:320px) and (max-width:480px) {
    .pillars-islam-section {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .pillar-box {
        width: 100%;
        margin-bottom: 90px;
    }
}

.history-section {
    float: left;
    width: 100%;
    padding: 107px 0 80px 0;
}

    .history-section .frame {
        padding: 0 0 0 70px;
        position: relative;
        overflow: inherit;
        margin: 0;
    }

        .history-section .frame::before {
            border-color: #ffad05;
        }

        .history-section .frame::before {
            content: '';
            position: absolute;
            left: 44px;
            top: -27px;
            width: 422px;
            height: 598px;
            border: 14px solid;
            border-top-color: currentcolor;
            border-right-color: currentcolor;
            border-bottom-color: currentcolor;
            border-left-color: currentcolor;
            z-index: -1;
        }

        .history-section .frame img {
            width: auto;
        }

.frame img {
    display: block;
    width: 100%;
    height: auto;
}

.history-section .text-box {
    margin: 60px 0 0 0;
}

.heading-left {
    float: left;
    width: 100%;
    position: relative;
}

    .heading-left strong.title {
        color: #ffad05;
    }

    .heading-left strong.title {
        font: 400 18px/18px 'Poppins', sans-serif;
        display: block;
        text-transform: uppercase;
        padding: 0 0 15px 0;
    }

    .heading-left h2 {
        margin: 0 0 40px 0;
        position: relative;
        font-size: 36px !important;
    }

        .heading-left h2::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -20px;
            background: url(../images/heading-left-icon.png) no-repeat left bottom;
            width: 100%;
            height: 6px;
        }

.modules-general-contact-form {
    top: 40px;px;
    position: relative;
    display: block;
    background: #fff;
    padding: 26px 15px 15px;
    margin: 0 0 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px rgb(0 0 0 / 33%);

}

.modules-tours-kultur-tur-arama {
    background-color:#ffffff;
    position: relative;
    z-index: 1;
    padding: 20px;
}

    .modules-tours-kultur-tur-arama .container {
        border-radius: 3px;
        transition: all 250ms ease-in-out;
        background: rgba(255, 255, 255, 0.61);
        top: 10px;
        position: relative;
    }

#ctl20_Turlistesi {
    top: 8px;
    position: absolute;
}

#inner-banner {
    padding: 60px 0;
}

#ctl20_btnTcTurSorgulama {
    top: 15px;
    position: absolute;
}

@media screen  and (max-width:1010px){.top1_wrapper{display: none;}
    
}
/* ============================= header ====================== */
.top1_wrapper {
    background-color: #26a4c0;
    height: 36px;
   

}


#top_phone{    float: right;
    padding: 0px 19px;
    border-radius: 5px;
    background: #d7f7fc;

}
#top_phone img{max-width: 120px;}

.social_wrapper {
    /* float: right; */
    margin:8px;
    margin-left:24px;
}
.social_wrapperfoot {
    /* float: right; */
    margin: 8px;
    margin-left: 181px;
}

.social {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social li {
        display: inline-block;
        margin: 0 10px;
        float:left;
    }

        .social li a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: #ffffff;
            text-align: center;
            line-height: 20px;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
    
        }

            .social li a:hover {
                color: #fff;
            }

.social_sm {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social_sm li {
        display: inline-block;
        margin: 0 10px 10px 0;
     
    }

        .social_sm li a {
            display: block;
            text-decoration: none;
            font-size: 20px;
            color: #ebebeb;
            text-align: center;
            line-height: 20px;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

            .social_sm li a:hover {
                color: #fff;
            }

.social3_wrapper {
}

.social3 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social3 li {
        display: inline-block;
        margin: 0 15px 10px 0;
        float: left;
    }

        .social3 li a {
            display: block;
            text-decoration: none;
            font-size: 20px;
            color: #d7d7d7;
            text-align: center;
            line-height: 20px;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

            .social3 li a:hover {
                color: #458f2f;
            }

.social4_wrapper {
    display: inline-block;
}

.social4 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social4 li {
        display: inline-block;
        margin: 0 8px;
        float:left;
    }

        .social4 li a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: #d7d7d7;
            text-align: center;
            line-height: 20px;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

            .social4 li a:hover {
                color: #458f2f;
            }

.lang1 {
    float: right;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    width: 150px;
    margin-right: 20px;
}

    .lang1 .dropdown-toggle {
        border: none;
        padding: 0;
        background: none !important;
        outline: none;
        display: block;
        width: 100%;
        padding-left: 30px;
        text-align: left;
        font-size: 13px;
        line-height: 20px;
        color: #acacac;
    }

        .lang1 .dropdown-toggle:focus, .lang1 .dropdown-toggle:active {
            background: none;
            outline: none;
            box-shadow: none;
        }

        .lang1 .dropdown-toggle:before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 12px;
            background: url(../images/flag_en.png) 0 0 no-repeat;
            vertical-align: top;
            margin-top: 3px;
            margin-right: 5px;
        }

        .lang1 .dropdown-toggle .caret {
            display: inline-block;
            width: 10px;
            height: 6px;
            border: none;
            background: url(../images/arr0.png);
            margin-left: 10px;
        }


    .lang1 .dropdown-menu {
        min-width: 100%;
        margin: 0;
        padding: 0;
        left: -1px;
        right: -1px;
        margin-top: 13px;
        border-radius: 0;
        border: 1px solid #ebebeb;
        box-shadow: none;
    }

        .lang1 .dropdown-menu a {
            display: block;
            font-size: 13px;
            line-height: 20px;
            padding: 4px 30px;
            color: #acacac;
            text-decoration: none;
        }

            .lang1 .dropdown-menu a:hover {
                background: #3dd2cb;
                color: #fff;
            }

            .lang1 .dropdown-menu a:before {
                content: '';
                display: inline-block;
                width: 18px;
                height: 12px;
                background: url(../images/flag_en.png) 0 0 no-repeat;
                vertical-align: top;
                margin-top: 3px;
                margin-right: 5px;
            }

            .lang1 .dropdown-menu a.ge:before {
                background: url(../images/flag_ge.png) 0 0 no-repeat;
            }

            .lang1 .dropdown-menu a.ru:before {
                background: url(../images/flag_ru.png) 0 0 no-repeat;
            }

.top2_wrapper {
    position: relative;
    background: #fff;
}

.top2 {
    position: relative;
}

header {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 31;
}

.ustmenu {
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(193,182,174);
    background: -moz-linear-gradient(top, rgba(193,182,174,1) 0%, rgba(186,172,163,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,182,174,1)), color-stop(100%,rgba(186,172,163,1)));
    background: -webkit-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
    background: -o-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
    background: linear-gradient(to bottom, rgba(193,182,174,1) 0%,rgba(186,172,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 99;    border-top: 1px solid #989898;
}

    .navbar-nav > li {
        padding: 0px;
        margin: 0px 11px;
        float: left;
    }

    .navbar-nav > li > a {
   
           
   }

    .navbar-nav > li > a:hover {
               
                text-shadow: none;
				
            }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	/*/background-color: #5fc8c2;
    border-color: #5fc8c2;/*/
}

/* .snlg-block-top-telefon-mail {
    float: right;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 100px;
} */

#usttelefon {
    float: right;
}

.carousel-control.right {
    width: 64px;
    display: block;
    top: 50%;
    height: 64px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: 0;
    background-repeat: no-repeat;
    right: 10px;
    background: url(../images/sag.png);
    background-position: center;
}

    .carousel-control.right:hover {
        opacity: 1;
    }
@media screen and (max-width:767px)
{.carousel-control.left {display: none!important;}
.carousel-control.right {display: none;}
.xs-none{display: none;}
}





.carousel-control.left {
    width: 64px;
    display: block;
    top: 50%;
    height: 64px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: 0;
    left: 20px;
    background-repeat: no-repeat;
    
    background: url(../images/sol.png);
}

    .carousel-control.left:hover {
        opacity: 1;
    }

    .carousel-indicators {
        display: block;
        z-index: 999;text-align: center;
    }

.details {
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    background: #fafafa;
    padding: 10px 10px 16px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px #b7b5b5;
    -moz-box-shadow:0px 0px 15px #b7b5b5;
    box-shadow: 0px 0px 15px #b7b5b5;
}


    .details h3 {
        padding: 0 0 12px;
        margin: 0 0 15px;
        border-bottom: 1px solid #ccc;
        font: 600 15px 'Open Sans', Helvetica, Arial, sans-serif;
    }

    .details h3 {
        text-align: left;
        padding: 0 75px 5px 0;
    }

    .slide .details h3 {
       
border: none;
       
padding: 0px;
       
margin: 0px;
       
text-align: center;
    }

    .details .gradient-button {
        margin: 0 auto;
    }

article .gradient-button {
    position: absolute; 
    right: 15px;
}

.gradient-button {
    transition: 0.5s;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    padding: 0.5rem 3rem;
    border-radius: 0.375rem;
    background-color: #26a4c0;

}

.gradient-button {
    font-size: 11.5px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    height: 32px;
    padding: 0 18px !important;
    text-align: center;
    display: inline-block;
   
   
    cursor: pointer;
   
    position: relative;
    text-align: center;
    

}

    .gradient-button:hover {
        background: #e1c77e;
       
    }

figure img {
    display: block;
}
.pktpay{    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
    background: linear-gradient(#f0f0f0, #fff, #f0f0f0);
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    margin-left: 10px;
    padding: 0px 0 5px 0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #1c7962;
    }
.f-rhl{
    font-size: 20px;
    font-weight: 600;
    color: #1c7962
}

.pktpay span{display: block;
    text-align: center;
    color: #000;
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #999;
    background: rgb(232, 232, 232);}

@media screen and (max-width:1024px) {.pktpay{margin-bottom: 10px;}
    
}    

article h4 {    font-size: 16px;
    font-weight: 500;
    color:#000;
    padding: 4px 5px 15px 0 !important;
    margin: 0 !important;
    height: 65px;
    border: none !important;
    text-align: left;/* height: 70px; */max-width: 250px;
}



.modules-general-email-list .form-control.modules-general-email-list {
    padding-top: 10px;
}


.abone{
   
    position: absolute;
    border-radius: 50px;
    right: 112px;
    top: 22px;
    /* z-index: 99999; */
    height: 42px;
}
   

.support1 {
        color: #555555;
    }
    
    .support1 a {
        color: #ffffff;
    }   
#why1 {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
padding:140px 0;
    background: url(../images/bg-bblue.jpg)  50% 0 fixed;
    color: #fff;margin-bottom:30px;
}
.title1 {
  font-size:15px;
    text-align: center;
   
    
    padding-bottom: 15px;
}
.thumb2 {
    margin-bottom: 20px;
}.thumb2 .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    background: none;
}
.thumb2 .thumbnail a .caption {
    padding-top: 15px;
}
.thumb2 .thumbnail a .caption .txt1 {
    font-family: 'Raleway';
    font-size: 21px;
    color: #464646;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}.thumb2 .thumbnail a .caption .txt2 {
    color: #959595;
    padding-bottom: 15px;
}.thumb2 .thumbnail a .caption .txt3 {
    display: inline-block;
    color: #c2c2c2;
    font-size: 13px;
    padding-right: 15px;
    line-height: 20px;
    background: url(../images/btn1.png) right center no-repeat;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}



@media screen and (max-width:767px){
article h4 {
    
    height: auto;
}
}

.daynum{  color: #fff;
    background: #26a4c0;
    -webkit-border-radius: 0.9375rem;
    -moz-border-radius: .9375rem;
    border-radius: 0;
    padding: 10px 0.625rem;
    font-size: .875rem;
    font-weight: 500;
    width: 100px;
    line-height: 20px;}


.solyasla {
    height: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.sagyasla {
    
    float: right;
    white-space: nowrap;
    font-size: .965em;
    margin-top: 0;
    text-align: right;
    font-weight: bold;
    
    color: #403d3d;
    white-space: nowrap;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 55px;
    background: white;
    padding: 5px 10px;
}
.sagyasla img{height: 35px;
    margin-top: -3px;
    margin-bottom: 10px;}

.ribbon {
    text-align: center;
    margin: 0 auto;
    height: 50px;
    position: relative;
    display: inline-table;
    /* -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background: #5FC8C2 !important;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2),inset 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1b6ae', endColorstr='#baaca3',GradientType=0 );
    padding: 8px; */
}

    /* .ribbon:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 0;
        border-color: transparent #A39385 transparent transparent;
    } */

    /* .ribbon:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 0;
        border-color: #A39385 transparent transparent transparent;
    } */

    

        .ribbon > div.hotel img {
            float: left;
            margin-left: 20px;
            margin-top: 10px;
        }

        .ribbon > div > a {
            position: relative;
            display: table;
           
            height: 100%;
            padding: 5px 19px;
            color: #fff;
        }

   

    .ribbon .small {
        font-size: 12px;
        font-weight: 600;
    }


    /* .ribbon:hover {
        background: #5FC8C2 !important;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2),inset 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 2px rgba(0,0,0,0.2), inset 0 0 10px rgba(0,0,0,0.2);
    } */
    .ribbon:hover  .ilktext .small{color:#fff}
.price {
    border: none;
    margin-top: 11px;
    padding: 9px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
}


.ilktext {
}

    .ilktext .small {
        font-weight: bold;
        font-size: 16px;
        color: #545454;
        text-align: left;
    }

    .ilktext .smalliyi {
        font-size: 11px;
        text-align: left;
    }

.ortasi {
   color: #fff;
    font-size: 12px;
    padding: 7px 7px;
}
/* 
    .ortasi:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background: rgba(0,0,0,.2);
        top: 10px;
        right: 0;
    } */

.ensag {
    width: 40% !important;
    padding: 10px 5px;
}
.ensag img{float: right;height: 100%;}
.solmenu { 
    border-radius: 0rem 0rem 0 0;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
   
    display: table;
}




@media screen and (max-width:767px)
{
 
    .solmenu li.active a:before {
       display: none
    }
}



    /* .solmenu li.active {
        background: #5FC8C2 !important;
        width: 110%;
        z-index: 2;
    } */

        /* .solmenu li.active a:before {
            border-color: transparent transparent transparent #5FC8C2;
            content: "";
            position: absolute;
            top: 0;
            right: -21px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 21px 0 21px 21px;
            z-index: 2;
        } */
    .sm-h3{
        background: #e6e6e6;line-height: 1.6;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 12px;
        color: #000;text-align: left;
    }
    .solmenu li a:hover{
        color:#387962;

    }

    .solmenu li {
        padding: 0 10px!important;
        float: left;
        display: block;
        height: 42px;
        width: 100%;
        margin: 0 0 1px;
        font-size: 14px;
   
        line-height: 42px;
       
        background: #FFF;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-bottom: 1px solid #e3e3e3;
    }

        .solmenu li a {
            float: left;
            display: block;
     color: #333;
            padding: 0 0 0 px;
            width: 100%;
            height: 100%;
            position: relative;
            font-weight: 500;
            font-size: 13px !important;
          
           
        }


#arama {
    float: left;
    padding: 3px 15px;
    position: relative;
}

    #arama .fa {
        /* position: absolute; */
        /* right: 30px; */
        /* top: 13px; */
        /* cursor: pointer; */
    }

    #arama input {
        border-radius: 18px;
    }

.ustribbon {
    background: #5FC8C2 !important;
    float: right;
    position: absolute;
    top: -1px;
    right: -20px;
    z-index: 2;
    width: 125px;
    min-height: 90px;
    webkit-box-shadow: 1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);
    box-shadow: 1px 0 0 rgba(0,0,0,.1),-1px 0 0 rgba(0,0,0,.1);
}

    .ustribbon:before {
        z-index: 2;
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 52px 0 0;
        border-color: #5FC8C2 transparent transparent transparent;
    }

    .ustribbon:after {
        z-index: 2;
        content: "";
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 52px 20px 0;
        border-color: transparent #5FC8C2 transparent transparent;
    }

    .ustribbon nav:before {
        opacity: 0.1;
        -ms-opacity: 0.1;
        z-index: 1;
        content: "";
        position: absolute;
        bottom: -22px;
        left: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 21px 53px 0 0;
        border-color: #000 transparent transparent transparent;
    }

    .ustribbon nav:after {
        opacity: 0.1;
        -ms-opacity: 0.1;
        z-index: 1;
        content: "";
        position: absolute;
        bottom: -22px;
        right: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 53px 21px 0;
        border-color: transparent #000 transparent transparent;
    }

    .ustribbon li {
        float: left;
        display: block;
        width: 100%;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 0 12px 0px;
        border-bottom: 1px solid rgba(0,0,0,.2);
        text-shadow: 0 0 1px rgba(0,0,0,0.3);
        text-align: center;
    }

        .ustribbon li:last-of-type {
            border-bottom: none;
        }

        .ustribbon li a {
            color: #fff;
            float: left;
        }

            .ustribbon li a:hover {
                color: rgba(0,0,0,.5);
                text-shadow: 0 1px 0 rgba(255,255,255,0.15);
            }

    .ustribbon nav {
        float: left;
        width: 100%;
        position: relative;
        min-height: 100px;
    }

    .ustribbon ul {
        padding: 15px 8px;
        width: 100%;
        float: left;
    }

        .ustribbon ul:last-of-type li.active {
            border-bottom: none;
        }


  



.widget {
    position: relative;
    float: left;
    display: block;
    background: #fff;
    padding: 13px 15px 15px;
    margin: 0 0 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

    .widget h4 {
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        margin: 0 0 14px;
        padding: 0 0 13px;
        color: #858585;
    }

/* .carousel-inner {
    height: 550px;
} */

.number {
    margin-top: 11px;
}

    .number span {
        float: left;
    }

    .number i {
        float: left;
        font-size: 25px;
        margin-right: 10px;
    }

.sayisi {
    color: #fff;
    font-size: 36px;
    text-shadow: 1px 1px 4px #000;
    margin-top: 50px;
}

.ulkeno {
    background: #2b8210;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0px;
}

.sehirno {
    background: #fbcf27;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0px;
}

.turno {
    background: #d40d0d;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0px;
}

.misafirno {
    background: #0d4d6d;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0px;
}


@media (max-width: 767px) 
{

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev{
    display: none;
}
.footer-bottom span{margin: 0px !important;}
#kesifedilmeyen a{float:left;width:100%;margin-bottom:10px}


#UC-17550{margin-bottom: 10px !important;}
    .carousel-control.left{
    top:50%;
}
    .carousel-control.right{
    top: 50%;
}
	.ustribbon{
		display:none;
	}
	.snlg-block-top-telefon-mail{
	margin: 0px;
	
	margin-bottom: 10px;
    justify-content: space-evenly;
    display: flex;

	}
	#arama input{
    width: 125px;
}
.package-detail{padding-bottom: 0!important;}
.package-detail .package-detail-sidebar{position:relative;z-index:2;float: left;width: 100%;}
.package-detail .main-content{position:relative;z-index:3;float:left;width:100%;display:inherit; padding-left: 0!important;padding-right: 0!important;}
.page-title-pics .page-title{position: relative !important;display: inline-table !important;}
.modules-tours-tour-details .page-title h3{color: #5f5f5f !important;}
.page-title-pics .page-title h4{float: left !important;margin: 10px 0px!important;}
.detayLabel{float: left !important;margin-top: 18px !important;color: #464646 !important;padding: 0px !important;margin: 0px !important;text-align: left;}
.solmenu li.active{width:100%;}
.ensagdetay{margin-top:30px;float:left;}
.modules-tours-tour-details .page-title h3{margin-bottom:0px !important}
.ustmenu{
    height: auto;
    overflow: hidden;
}
.ustmenu li{
    width: 100%;
    text-align: left;
   
}

#sehirulke{display:none}

}


.populer-tour figure img{
	 min-height: 375px;
	width: 100%;
	box-shadow: 0px 0px 15px #b7b5b5;
    max-height: 375px;
}


@media screen and (max-width:1024px){
    .populer-tour figure img{
        height:auto;
    }
}
.navbar-nav > li > a > img {
    max-width: 25px;
}
.slick-slide img{box-shadow:0px 0px 15px #b7b5b5}

#kesifedilmeyen img:hover {
	padding: 0px;
	box-shadow: 0 30px 65px rgba(0,0,0,0.12);
}

.footerul{
    list-style: disc !important;
    color: #5FC8C2;
}
.footerul li{
    list-style: disc !important;
}
.footerul li a{
    color: #f7f7f7;
    font-weight: 400;
}

.sosyalmenu {
    text-align: center;
}
.sosyalmenu ul{
    text-align: center;
    margin-top: 17px;
}
.sosyalmenu ul li{display: inline-block;padding: 0 1px 4px 0 !important;font-size: 15px;}

.sosyalmenu li a{
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #000 !important;
    background: #ffffff;
    display: block;
}
.sosyalmenu li a:hover{background:#5FC8C2}
#UC-17550{margin-bottom:100px}

.sosyalmenu li.instagram a:hover {
    background: #d92983;
}

.sosyalmenu li.twitter a:hover {
    background: #1da1f2;
}

.sosyalmenu li.whatsapp a:hover {
    background: #0dc143;
}

.sosyalmenu li.facebook a:hover {
    background: #397cad;
}

#UC-17620, #UC-17623, #UC-17624 {
    background: #fff;
    padding: 10px 20px;
    margin-top:30px
}
.modules-article-most-tags .module-title, .modules-article-categories-list .module-title{
    padding-left: 0px;
}

.modules-article-categories-list [data-snlg="menu"]{padding: 0px !important;}


.snlg-block-hakimizda-menu-baslik {
    background-color: #ffffff;
    padding: 10px 30px 10px 20px;
    border-bottom: #bcafa6 1px solid;
	    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);

}

.hakkimizda-sol-menu ul {
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.snlg-block-hakimizda-menu-baslik {
    background: #e6e6e6;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px;
    color: #000;
    text-align: left;
    border-bottom: #bcafa6 1px solid;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 0 0;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

}
.snlg-block-menu-left .hakkimizda-sol-menu {    border-radius: 1rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);}


.kesif-menu ul {
    background-color:rgb(255 255 255);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}



.txt2.animated {
    padding-bottom: 15px;
}

.hesap-no tbody tr td {
    text-align: center;
	    color: #000000;

}

.hesap-no thead tr th {
	    color: #656464;

}

.sube-hesap1 {
    padding: 20px;
    color: #842026;
    font-size: 15px;
}

.sube-hesap2 {
    padding: 20px;
    color: #275d12;
    font-size: 15px;
}

.hesap-no tbody tr:hover {
    background-color: #0000000a;
}

.title-hesap {


    background-color:#303030;
    border-color: #303030;
    padding: 15px 15px;
    border-bottom: 1px solid transparent;
}

.title-hesap h4 {
    font-size: 16px;
    color: #fff;
}
.title-note{
	background-color: #d9534f !important;
    font-size: 14px;
    color: white;
    text-transform: none;
    font-family: inherit;
    vertical-align: baseline;
        border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 0 10px;
    margin-bottom: 0px;
}

@media screen and (max-width:752px){
	.title-note{
    font-size: 12px;
}
.title-hesap h4 {
    font-size: 14px;
}
.snlg-block-footer-icerik{text-align:center!important;margin-bottom:10px;padding-bottom:10px;}
.sosyalmenu:last-child{}
.firmalogo{text-align: left !important;}
}

.sosyalmenu li.youtube a:hover {
    background: #d92929;
}
.modules-general-we-call .btn{display:none !important;}
.modal-backdrop.in{z-index:99}
.modal-content .search-button {
    position: relative;

}
@media (min-width:768px){
	.klogo img{max-height: 30px;}
}

.modal-open{padding:0px !important}
.navbar-inverse{width: 100%;}


#toTop:before {
	content: "\f077";
	font-size: 21px !important;
	line-height: 35px !important;
	font: normal normal normal 14px/1 FontAwesome;
}

.modules-article-article-detail, .modules-article-comments, .modules-article-new-comment-form{background:#fff;padding:20px;}
.modules-article-new-comment-form, .modules-article-article-detail{margin-bottom:20px;}
.modules-general-breadcrumbs{
    float: left;
    width: 100%;background: #f3f3f3;
}
.modules-article-categories-list{}

.modules-article-categories-list li{
    float: left !important;
    width: 100% !important;
}
.modules-article-categories-list li a{}


.hoverdis {
	width: 100%;
	overflow: hidden;
}
.hoverdis:hover+span {
	bottom: -36px;
	opacity: 1;
}


@media (max-width:868px){
    .ustribbon{display:none}
}

.hover01 .hoverdis img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .9s ease-in-out;
	transition: .9s ease-in-out;
}
.hover01 .hoverdis:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0px;
   
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.modules-tours-home-tours .details .count {
    color: #858585;
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    font-size: .965em;
    float: left;
    text-align: left;
}

@media screen and (max-width: 990px) {
    .ustribbon{display:none}
	.search-button{margin-left: 0px !important;}
    .search-section label{font-size: 10px !important;}
	/* .snlg-block-anasayfa-4lu-slider{margin-top:30px !important} */
}

.abone .fa{padding:0 5px;}
.modules-general-insankaynaklariformu{
    background: white;
    padding: 20px;
    margin-bottom: 50px;
}   


@media screen and (min-width:768px)
{.hide-md{display: none;}
    
}

@media screen and (min-width:981)
{
    .snlg-block-top-menu{
        display: inline;
    }
    
}

@media screen and (max-width:767px)
{.email1{display: none;}
    
}
.phone{display: inline-block;padding-right: 20px;}

.phone a{color: #0e0e0e;
    font-weight: 500;
    line-height: 2.5;
    /*/font-size: 17px;/*/}


.snlg-block-top-menu{display: block;}   
.snlg-block-top-menu .navbar-nav{ color: #0d233e ;float: left!important;  margin-top: 9px;}  
.nav-link {
   padding: 5px;;
    color: #0d233e;
    text-transform: inherit;
    font-size: 14px;
    color: #0d233e;
    text-transform: inherit;
    font-size: 14px;
}

.modules-tours-home-tours2
{
    background-color: #fff6e5;padding:30px 0;
}

.gallery-img-title{display: none;}

.banner.colored {
    background: url(../images/banner_bg.png) center bottom no-repeat rgb(239, 172, 70);
    color: #fff;
    display: table;
    width: 100%;
    padding-top: 50px !important;
    /* padding-right: 45px !important; */
    padding-bottom: 50px !important;
}

.banner {
    position: relative;
    background: url(../images/banner_bg_2.png) center bottom no-repeat #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    padding: 30px;
    margin-bottom: 60px;
}.banner.colored h4 {
    color: #fff;text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}
 .banner p {
    margin: 0;
    padding: 0;
    color: #fff;
}.banner .btn-primary {
    border-radius: 0 3px 3px 0 !important;
    background: #192b48;
    top: 0px;
}
.banner:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 18px;
    width: 50%;
    top: 100%; right: 0;
    background: url(../images/shadow-bg.png) top right no-repeat;
}

.banner:after{
    position: absolute;
    content: "";
    z-index: 1;
    height: 18px;
    width: 50%;
    top: 100%;
}

.banner::after {
    left: 0;
    background: url(../images/shadow-bg.png) top left no-repeat;
}
#Design-in{background-color: #fff}


@media screen and (max-width:1023px){
    #map{margin-bottom:20px}
}

.details {
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    background: #fafafa;
    padding: 10px 10px 16px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px #b7b5b5;
    -moz-box-shadow: 0px 0px 15px #b7b5b5;
    box-shadow: 0px 0px 15px #b7b5b5;}


    .details {
        text-align: center;
        float: left;
        display: block;
        position: relative;
        background: #fafafa;
        padding: 10px 10px 16px;
        width: 100%;
        -webkit-box-shadow: 0px 0px 15px #b7b5b5;
        -moz-box-shadow: 0px 0px 15px #b7b5b5;
        box-shadow: 0px 0px 15px #b7b5b5;
    }
    .n-button{
        background-color: rgb(255 255 255);
        color: #000000;
        /* width: fit-content; */
        justify-content: center;
        align-items: center;
        border-radius: 1px;
        margin: auto;
        font-weight: 700;
        position: absolute;
        bottom: 0px;
        left: 0;
        text-align: center;
        padding-top: 10px;
        transition: all .5s;
        transform: translateY(75px);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        font-size: 16px;
        font-weight: 500;
        border: none;
        padding: 5px 36px;
        display: none;
        right: 0;
        position: absolute;
        display: block;
    }
  
    .one-fourth:hover .n-button{
        display: block;
   
    transform: translateY(0);
    }
    .center {
        text-align: center!important;
        }

        .section-header>h2 {
            font-size: 30px;
            line-height: 30px;
            letter-spacing: .5px;
            font-weight: 500;
            color: #232323;
            text-transform: unset;
            position: relative;
            margin-bottom: 25px;
            margin-top: 0;
        }

    


    .footer-block__heading 
    span{
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 1.6rem;
        font-weight: 500;
        color: #ffffff;
    }

    .footer-block__details-content .list-menu__item--link, .copyright__content a {
        color: var(--footer-text-color);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }


    .store-desc {
        margin: 0 0 20px;
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        letter-spacing: .5px;
        line-height: 24px;
    }


    .clear-padding-footer
    {
        /* top: 20px;
        background-color: #e1c77e; */
    align-items: center;
    overflow: hidden;
    padding: 15px 106px;
    width: 100%;
    border-radius: 41px;
    /* display: flex; */
    justify-content: space-between;
    position: relative;

    }
    @media screen and (max-width:700px)
    {
        .clear-padding-footer
    {
       
        align-items: center;
        overflow: hidden;
        top: -55px;
        padding: 15px 20px;
        width: 126%;
        margin-left: -40px;
        border-radius: 41px;
        justify-content: space-between;
        position: relative;
    }


    .abone {
        position: absolute;
        border-radius: 50px;
        right: 33px;
        top: 22px;
        /* z-index: 99999; */
        height: 42px;
    }
    .social_wrapperfoot {
        /* float: right; */
        margin: 8px;
        margin-left: 66px;
    }
    }
    
    .footer .footer-block--newsletter svg {
        width: 100px;
        transform: rotate(-30deg);
        height: 100px;
        position: absolute;
        left: 3px;
        top: -30px;
        z-index: 0;
        opacity: .4;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        fill: #000;
    }

    .footer .footer-block--newsletter .newsletter_text {
        clear: both;
        display: block;
        padding: 0 0 0 35px;
        vertical-align: middle;
    }
    
    .footer-block__heading.newsletter-heading
       {
        margin: 0;
        font-size: 25px;
        position: relative;
        line-height: 60px;
        float: left;
        left: 23px;
        display: inline-block;
        z-index: 6;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #ffff;
    
    }

    


    @media screen and (max-width:700px)
    {
        .modules-general-email-list .fa-envelope{
            width: 100px;
            transform: rotate(-44deg);
            height: 100px;
            position: absolute;
             left: 15px; 
            top: 5px;
            z-index: 0;
            opacity: 0.4;
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 0;
            
        }
    }
    /* .modules-general-email-list .fa-envelope{
        width: 100px;
        transform: rotate(-44deg);
        height: 100px;
        position: absolute;
         left: 15px; 
        top: 5px;
        z-index: 0;
        opacity: 0.4;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        fill: #000;
    } */


    .special-heading .text-center {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .special-heading h5{color:#ffff;}
    .bottommargin_40 {
        margin-bottom: 40px;
    }
    .white, .white a {
        color: #fff !important;
    }.special-heading p {
        line-height: 1.5;
    }
    .theme_button .btn-highlight {
        color: #fff;
        border-color: #38AB1E;

    }
    .theme_button{    font-size: .9em;
        font-weight: 600;
         /* border: 2px solid  #ff4a52; */
        border-radius: 2em; 
        background-color: #fff;
        padding: 0.9em 5.5em;
    }
   
    
    .theme_button.btn-highlight:hover {
        background: #161514;
        color: #fff;
    }


    .head-icon
{
    line-height:3;
    display: contents;
}


.p-t-60 {
    padding-top: 60px!important;
}
.p-b-40 {
    padding-bottom: 40px!important;
}
.background-pattern-2 {
    background-image: url(/themes/tour/images/asfalt-dark.png);
}




.btn .btn-default .btn-rounded
{
    border-radius: 2em!important;
}

.p-t-90 {
    padding-top: 90px!important;
}
.p-b-40 {
    padding-bottom: 40px!important;
}
.section {
    padding: 20px;
}
.section {
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}


.heading.section-title>h1, .heading.section-title>h2, .heading.section-title>h4, .heading.section-title>p {
    margin-bottom: 20px;
}
.heading.section-title>h1, .heading.section-title>h2 {
    /* font-size: 48px; */
    line-height: 1.2;
}

.heading.section-title p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;}

    .heading>h1, .heading>h2 {
        font-size: 40px;
        text-transform: capitalize;
        line-height: 46px;
        font-weight: 300;
    }


    .icon-box.border.color .icon, .icon-box.border.color .icon i {
        color: #f0801e;
        border-color: #f0801e;
    }
    .icon-box.border:hover>.icon {
        border: 0;
    }
    .icon-box.border .icon {
        border: 3px solid #333;
        text-align: center;
        border-radius: 50%;
        background-color: transparent;
    }
    .icon-box.center .icon, .icon-box.text-center .icon {
        margin: 0 auto 22px;
        position: relative;
    }
    .icon-box .icon {
        height: 64px;
        position: absolute;
        width: 64px;
    }


    .icon-box.border.color .icon, .icon-box.border.color .icon i {
        color: #ff5353;
        border-color: #ff5353;
    }
    .icon-box.color .icon i {
        background: #ff5353;
        color: #fff;
    }
    .icon-box.border .icon i {
        line-height: 56px;
        background-color: transparent!important;
        color: #333;
    }
    .icon-box.effect .icon i {
        z-index: 1;
    }
    .icon-box .icon a, .icon-box .icon i {
        width: 100%;
        height: 100%;
        color: #333;
    }
    .icon-box .icon i {
        font-size: 28px;
        text-align: center;
        line-height: 66px;
        -webkit-transition: background-color .2s, color .2s;
        transition: background-color .2s, color .2s;
    }
    
    .icon-box .icon i, .social-icons.social-icons-rounded li a {
        border-radius: 50%;
    }
    
    .icon-box.center h3, .icon-box.center h5, .icon-box.text-center h3, .icon-box.text-center h5 {
        margin: 0 12px 10px 0;
    }

    .icon-box h3, .icon-box h5 {
        margin: 0 12px 10px 83px;
        letter-spacing: 0;
        line-height: 25px;
        font-weight: 700;
    }
    .icon-box h3, .icon-box h5, .icon-box p {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .icon-box.center p, .icon-box.text-center p {
        font-size: 16px;
        margin-top: 15px;
    }
    .icon-box.center p, .icon-box.text-center p {
        margin: 0 0 20px;
    }
    .icon-box p {
        margin: 0 0 20px 83px;
        line-height: 28px;
        font-weight: 400;
    }
    .icon-box h3, .icon-box h5, .icon-box p {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .img-footer-logo
    {
      
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;

    }
    


 .contact-info {
    height: 197px;
    border: 3px solid #68656530;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px;
}

 .contact-info span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -54px;
    width: 108px;
    height: 108px;
    background: #fff;
    font-size: 28px;
    border-radius: 100%;
    line-height: 94px;
    transition: all 0.3s;
}

 .contact-info:hover span {
    background:#ff5353;
    color: #fff;
}


.color-blue, .color-blue h1, .color-blue h2, .color-blue h3, .color-blue h4, .color-blue h5, .color-blue h6, .color-blue p, .color-blue span {
    color: #0e1222 !important;
}
.line-heading {
    position: relative;
    margin-bottom: 60px;
    margin-top: 0px;
}

.line-heading h1 {
    position: relative;
    font-size: 40px;
    font-family: 'Oranienbaum', serif;
    display: inline-block;
    margin: 0 auto;
    padding-right: 10px;
    z-index: 1;
    background: #fff;
}
.line-heading h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin: 0 auto;
    line-height: 45px;
}

.about_content p {
    line-height: 25px;
    margin-bottom: 30px;
}

.about_content .btn {
    margin-top: 20px;
}
.btn-blue {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    background-color: #0e1222;
    padding: 9px 15px 9px 15px;
    min-width: 200px;
    color: #fff;
}

.about_image .bg-image {
    min-height: 400px;
}
.bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}


.section {
    width: 100%;
    padding: 60px 0;
    position: relative;
    clear: both;
    display: table;
}

.btn-blue:hover, .btn-blue:focus {
    background-color:#ff5353;;
    color: #ffffff;
    border-color: #ff5353;;

}


.single-service {
    background-color: #f7f7f7;
    position: relative;
    padding: 30px 30px 20px;
    margin-bottom: 30px;
    box-shadow: 0px -1px 14px 0px rgb(0 0 0 / 40%);
  
}



.single-service i {
    font-size: 40px;
    color: #ff5353;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
}

.single-service h3 {
    padding: 20px 0 6px;
    font-size: 22px;
    line-height: 32px;
}

.services-section {
    margin-top: -13px;
    /* top: -15px; */
    position: relative;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 44px 0;
    background-color: #0d89a030;
    background-image: url(../images/patternxs.png);
}


.featured-icon {
    position: absolute;
}
.featured-icon-box {
    overflow: visible;
    border-radius: 15px;
    text-align: left;
    font-size: 16px;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 25px 30px;
    position: relative;
    margin-top: 55px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.02));
}

.featured-icon-box:before{
    display: block;
    content: "";
    position: absolute;
    border-top: 4px solid;
    border-top-color: transparent;
    top: -15px;
    left: 0px;
    right: 0;
    height: 50px;
    transform: rotate(-5deg);
    background: #fff;
    border-radius: 19px;
    transition: all .4s;
    z-index: -1;
}
.featured-icon-box:hover:before {
    transform: rotate(5deg);
}
.featured-icon-box {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #1414143b;
    transition: all .4s;
}
.featured-icon-box .icon {
    height: 63px;
    width: 63px;
    line-height: 63px;
    margin-top: -40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color:#e1c77e;
}
.featured-icon-box:hover .icon {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    animation-duration: 2s;
}
.featured-icon-box .featured-desc p { margin-bottom: 10px; }
.featured-icon-box .icon i {    
     font-size: 34px;
    top: 8px;
} 
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 42px; }
.featured-icon-box .featured-content a {
    border-bottom: 2px double #0e6d7f;
    padding-bottom: 5px;
}

.featured-icon-box .featured-title h3 {
    font-size: 22px;
    font-weight: 700;
}


.features-section-2 {
    position:relative;
    padding:100px 0px ;
    background: #fafafa;
}

.features-section .title-column{
    position:relative;
    margin-bottom:30px;
}

.features-section .title-column .inner-column{
    position:relative;
    padding-right:20px;
}

.features-section .title-column .sec-title{
    margin-bottom:20px;
}

.features-section .title-column .text{
    position:relative;
}

.features-section .title-column .text p{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:15px;
}

.features-section .title-column .text p:last-child{
    margin-bottom:0px;
}

.features-section .blocks-column{
    position:relative;
    margin-bottom:30px;
}

.features-section .blocks-column .inner-column{
    position:relative;
}

.features-section-2 .feature-block{
    position:relative;
    margin-bottom:50px;
}

.features-section-2 .feature-block .inner-box{
    position:relative;
    padding:22px 22px;
    background-color: #fff;
    border-radius:12px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 2%);
}

.features-section-2 .feature-block .inner-box:hover{
    border-color:#ff6525;
}

.features-section-2 .feature-block .inner-box .icon{
    position:absolute;
    left:-20px;
    top:-20px;
    width:90px;
    height:90px;
    color: #e1c77e;;
    font-size:30px;
    line-height:90px;
    text-align:center;
    display:inline-block;
    border-radius: 50%;
    background-color:#ffffff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.12);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.features-section-2 .feature-block .inner-box:hover .icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.features-section-2 .feature-block .inner-box .content{
    position:relative;
    padding-left:70px;
}

.features-section-2 .feature-block .inner-box h5{
    position:relative;
    font-weight:700;
    line-height:1.4em;
    font-size:22px;
}

.features-section-2 .feature-block .inner-box h5 a{
    position:relative;
    font-size: 13px;
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.features-section-2 .feature-block .inner-box:hover h5 a{
    color:#0d89a0;
}

.features-section-2 .feature-block .inner-box .text{
    position:relative;
    font-weight:400;
    line-height:1.4em;
    font-size:12px;
    color:#555555;
    margin-top:10px;
}


.bg-white {
    background-color: #fff !important;
}


.agent-top {
    margin-bottom: 25px;
}

.agent-top .agent-title-text {
    margin-top: 30px;
    padding-left: 40px;
}

.counter
{
    font-size: 40px;
}

.tablebank
{
background-color: #ff4b000f;
}

.text-center {
    text-align: center!important;
}
.position-relative {
    position: relative!important;
}

.modules-general-page-content .contact-us-wrapper .section-title .title-watermark {
    font-size: 60px;
}


.section-title.title-style-two .title-watermark {
    right: 0;
    opacity: 0.05;
    color: #53536C;
    line-height: 1;
    font-size: 100px;
    font-weight: 900;
    margin-bottom: 0;
    /* text-align: center; */
    position: absolute;
    left: 0;
    display: none;
}
/* .col-md-3.clear-padding {
    background-color: #fff;
} */

.elementor-divider {
    display: flex;
    position: absolute;
    height: 2px;
    top: 9px;
    background: #26a4c0;
    text-align: center;
    margin: 0 auto;
    left: -205px;
    right: 0;
    width: 50px;
}

div#Design
{
    background: rgb(185 203 210 / 17%);
}


/* .modules-general-page-content .section-title span {
    left: -36px;
} */
.section-title.title-style-two span {
    color:#26a4c0;
}
.section-title span {
    /* right: 218px; */
    font-size: 15px;
    font-weight: 700;
    color: #F56960;
    position: relative;
}

.section-title h2, .section-title h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.125;
    padding: 15px 0px 20px;text-align: left;
}
.headline h2{       
    color: #000;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.125;
    padding: 15px 0px 20px;
    margin: 0;
    font-family: 'Outfit', 'Inter', sans-serif;
    }


.snlg-block-tourslidecatolog{    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 120px 0 120px;}    

 .price-badge {
    top: 43px;
    color: #fff;
    right: 0;
    z-index: 1;
    font-weight: 700;
    padding: 2px 0 2px 15px;
    position: absolute;
    background-color: #ff6525;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    text-align: center;
    box-shadow: 3px 3px 3px rgb(52 52 52 / 30%);

    }

    .figure-image {
        margin-top: -37px;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 4px 20px 20px 1px rgb(0 0 0 / 26%);
    }

    .contact-us-area {
      
       
        position: relative;
        z-index: 1;
        padding: 100px 0;
    }
    
    .contact-us-wrapper {
        background: #fff;
        position: relative;
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
        margin-left: 20px;
        padding: 20px 0px 50px 0px;
    }
    .section-title.title-style-two {
        /* max-width: 590px; */
        margin: 0 auto;
    }
    .contact-us-inner {
        text-align: left;
        padding: 25px 20px;
        /* border: 1px dashed #eee; */
    }
    
    .contact-us-inner:nth-last-child(4) {
        border-right: none;
    }
    
    .contact-us-area {
      
       
        position: relative;
        z-index: 1;
        padding: 100px 0;
    }
    
    .contact-us-wrapper {
        top: 36px;
        position: relative;
        display: block;
        background: #fff;
        padding: 0px 15px 15px;
        margin: 0 0 42px;
        width: 100%;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 13px rgb(0 0 0 / 33%);
    }
    
    .contact-us-inner {
        text-align: left;
        padding: 25px 20px;
        /* border: 1px dashed #eee; */
    }
    
    .contact-us-inner:nth-last-child(4) {
        border-right: none;
    }
    
    .contact-us-inner h5 {
        font-size: 18px;
        font-weight: 700;
        margin: 10px 60px 5px;
    }
    
    .contact-us-inner a {
    /* text-transform: uppercase; */
    color: #101f46;
    font-size: 15px;
    /* font-weight: 800; */
    margin: 20px 0 10px;
    }
    
  .info-i {
        position: relative;
        float:inline-start;
        z-index: 1;
        font-size: 50px;
        color: #ff6525;
    }
    
.info-i i:before {
    color: #ffffff;
    background-color: #0791be;
    padding: 18px;
    font-size: 25px;
    margin-right: 20px;
    }
    
.contact-form .main-btn {
        margin-top: 30px;
    }
    
    .contact-section .section-title h2 {
        color: #fff;
    }
    
    .contact-form .main-btn {
        border-radius: 0;
        border: none;
        margin: 40px 0;
    }
    
    
    .booking-cart-page-area {
        padding: 100px 0;
    }


    .map-wrap {
        padding: 40px;
        background-color: #fff;
    }
    
    .googlemap{    
        background-color: #F2F2F2;
        padding: 50px 0px 0px;
    }
    
    @media (min-width: 992px) {
         .group-fact-counter {
            margin-top: 40px;
        }
    }
    
     .group-fact-counter {
        margin-top: 30px;
    }
    
    .group-fact-counter {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -25px;
        margin-left: -33px;
    }
    
    .group-fact-counter >  {
        margin-top: 0;
        margin-bottom: 25px;
        margin-left: 33px;
    }
.contact-form .main-btn {
        margin-top: 30px;
    }
    
    .contact-section .section-title h2 {
        color: #fff;
    }
    
    .contact-form .main-btn {
        border-radius: 0;
        border: none;
        margin: 40px 0;
    }
    
    
  .booking-cart-page-area {
        padding: 100px 0;
    }


    .map-wrap {
        background-color: #fff;
    }
    
    .googlemap {

      background-color: #f2f2f4;
    } 
    @media (min-width: 992px) {
         .group-fact-counter {
            margin-top: 40px;
        }
    }
    
     .group-fact-counter {
        margin-top: 30px;
    }
    
    .group-fact-counter {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -25px;
        margin-left: -33px;
    }
    
    .group-fact-counter >  {
        margin-top: 0;
        margin-bottom: 25px;
        margin-left: 33px;
    }
    
    #footer {
        color: #fff;
        font-size: 14px;
        background: #111;
      }
      
      #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #1e1e1e;
      }
      
      #footer .footer-top .footer-contact {
        margin-bottom: 30px;
      }
      
      #footer .footer-top .footer-contact h3 {
        font-size: 22px;
        margin: 0 0 10px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
      }
      
      #footer .footer-top .footer-contact p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Roboto", sans-serif;
        color: rgba(255, 255, 255, 0.7);
      }
      
      #footer .footer-top h4 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
      }
      
      #footer .footer-top .footer-links {
        margin-bottom: 30px;
      }
      
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      #footer .footer-top .footer-links ul i {
        padding-right: 2px;
        color: #1ed33c;
        font-size: 18px;
        line-height: 1;
      }
      
      #footer .footer-top .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
      }
      
      #footer .footer-top .footer-links ul li:first-child {
        padding-top: 0;
      }
      
      #footer .footer-top .footer-links ul a {
        color: rgba(255, 255, 255, 0.6);
        transition: 0.3s;
        display: inline-block;
        line-height: 1;
      }
      
      #footer .footer-top .footer-links ul a:hover {
        text-decoration: none;
        color: #fff;
      }
      
      #footer .footer-newsletter {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
      }
      
      #footer .footer-newsletter h4 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
      }
      
      #footer .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 4px 0 0 4px;
        text-align: left;
      }
      
      #footer .footer-newsletter form input[type=email] {
        border: 0;
        padding: 4px 8px;
        width: calc(100% - 100px);
      }
      
      #footer .footer-newsletter form input[type=submit] {
        position: absolute;
        top: 0;
        right: -4px;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: #1bbd36;
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      }
      
      #footer .footer-newsletter form input[type=submit]:hover {
        background: #2ae149;
      }
      
      #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #fff;
      }
      
      #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 4px;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
      }
      
      #footer .social-links a:hover {
        background: #1bbd36;
        color: #fff;
        text-decoration: none;
      }

      .bx-chevron-right:before {
        content: "\f105";
    }
    *, ::after, ::before {
        box-sizing: border-box;
    }
    #footer .footer-top .footer-links ul i {
        padding-right: 2px;
        color: #1ed33c;
        font-size: 18px;
        line-height: 1;
    }

  .bx {
    font-family: 'FontAwesome' !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.out-div{
background-color: rgb(255 255 255);
color: #f7f7f7;
/* width: fit-content; */
justify-content: center;
align-items: center;
border-radius: 3px;
margin: auto;
bottom: 0px;
left: 0;
text-align: center;
transform: translateY(75px);
-webkit-transition: all .5s;
font-size: 16px;
font-weight: 600;
border: none;
padding: 5px 36px;
/* display: none; */
right: 0;
position: absolute;
display: block;
}

.modal-dialog.modal-lg.duyuru {
    width: 1000px;
    margin-top: 125px;
}

.modal-dialog.modal-lg.duyuru .modal-content .modal-body{
    height: 550px;
    border-radius: 7px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kabefoto.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
}

.modal-dialog.modal-lg.duyuru .modal-content .modal-body h2{
    font-size: 80px;
    margin-top: 75px;
    color: white;
    font-family: inherit;
    font-weight: 700;
}
.modal-dialog.modal-lg.duyuru .modal-content .modal-body h3{
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    color: #e2e2e2;
}

.modal-dialog.modal-lg.duyuru .modal-content{
    box-shadow: 0 5px 15px rgb(214 214 214 / 50%);
    border-color: white;
}

.btn-duyuru {
    background-color: #25d366;
    font-size: 20px;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    display: table;
    margin: 0 auto;
    margin-top: 200px;
}