@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet');
/*font-family: 'Poppins', sans-serif;
 font-family: 'Montserrat', sans-serif;
 font-family: 'Lato', sans-serif;
*/
@import url('animate.css');
/*@import url('fontawesome.css');
@import url('jquery.fancybox.css');*/
/***Reset Css***/
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
} 

.prvideo {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: relative;
}

.dansvideo {
    object-fit: cover;
    width: 100%;
    height: 800px;
    position: relative;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

button:hover,a:hover{
    transition: all 1s;
}
body {
    font-size:16px;
    color:#000000;
    line-height:1.8em;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration:none;
    cursor:pointer;
    color:#e31e25;
}
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}
h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:600;
    margin:0px;
    background:none;
    line-height:1.6em;
    font-family: 'Poppins', sans-serif;
}
input,button,select,textarea{
    font-family: 'Poppins', sans-serif;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}
.centered{
    text-align:center;
}
section{
    width: 100%;
    height: auto;
    position: relative;
}
img{
    display:inline-block;
    max-width:100%;
    height:auto;
}
.wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

header{
    position: fixed;
    width:100%;
    float: left;
    z-index: 9999;    
}

.header-main{
    margin-top: 20px;
    transition: all 0.3s linear;
	z-index: 101;
	position: relative;
	width: 100%;
	float: left;
}

.mobilvideo{
  display: none;
}

.spormenu {
  background: #000000e0;border-radius: 7px; height: 54px;
}

.header-main-left{
    float: left;
}
.header-main-left .main-sube{
    color: #fff;
    float: left;
    margin-right: 30px;
}
.header-main-left .main-sube button{
    background: transparent;
}
.header-main-left .main-sube img{
    height: 26px;
}
.header-main-left .main-sube span{
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}
.header-main-left .main-sube .dropdown-menu{
    min-width: 50px;
    margin-top: 5px;
}
.header-main-left .main-sube a.dropdown-item{
    padding:4px 20px;
    display: block;
    color: #555;
}
.header-main-left .main-sube a.dropdown-item:hover{
    color: #111;
}
.header-main-left .main-phone{
    float: left;
    margin-right: 35px;
}
.header-main-left .main-phone img{
    float:left;
    height: 26px;
}
.header-main-left .main-phone a{
    color:#fff;
    margin-left: 10px;
    font-size: 14px;
}
.main-social{
    /* margin-right: 30px; */
}
.main-social a{
    color:#fff;
    margin:0 10px;
}
.main-social a .fa{
    font-size: 20px;
}
.mobile-social{
    margin-left: 15px;
    margin-top: 40px;
}
.header-main-right .yol-tarifi {
    position: relative;
    top: -4px;
    float: right;
}
.header-main-right .yol-tarifi a {
    color: #fff;
    padding: 20px 0;
}
.header-main-right .yol-tarifi .fa {
    margin-right: 9px;
    font-size: 20px;
}

.nav-links .fa {
    font-size: 21px;
    margin-right: 11px;
}

.header-main-nav {
       border-bottom: solid 1px #dddddd52;
}

.header-main .logo{
   margin-top: -35px;
    z-index: 100;
    width: 257px;
    left: -50px;
    position: relative;
}
.navbar-logo{
       position: absolute;
}

.header-main .logo img{
       margin-top: 25px;
}

.header-main nav.navigation > ul{  
      margin-top: 0px;
}   
.header-main nav.navigation ul li a{
    color: #ddd;
    font-weight: 600;
    font-size: 16px;
}
.header-main nav.navigation ul li a:hover{
    color: #e10101 !important;
    font-weight: 700;}

.header-main nav.navigation ul li a:hover, header .header-main nav.navigation ul li a:focus{
    background: none;
    color: #fff;
}
.header-main nav.navigation > ul > li > a::after{
       content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    left: 15px;
    bottom: -5px;
    background: #a9020a;
    opacity: 0;
    transition: all linear 1s;
}
.header-main nav.navigation ul li:hover a::after{
    opacity:1;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
    border-color: transparent;
}


nav.navigation .dropdown-menu{
    position: absolute;
    left: 0;
    right: 0px;
    top:40px;
    background-color: rgba(0, 0, 0, 0.87);
    background-color: #e84118;
    max-height: 0;
    transition: all 0.4s ease-out;
    overflow: hidden;
    display: block; 
    padding: 0;
    z-index: 9;
    box-shadow: none;
    border: 0px;
}
nav.navigation .dropdown:hover .dropdown-menu {
    max-height: inherit;
    padding: 20px 0 20px 0; 
}
nav.navigation .dropdown-menu ul li a{
    padding: 8px 20px;
    color: #a3a2a2;
    font-size: 13px;
}
nav.navigation .dropdown-menu ul li.active a,
nav.navigation .dropdown-menu ul li a:hover {
    color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: transparent; 
}
 
.dans-text{
    padding: 20px 0px;
}
.indexvideo {
    object-fit: cover;
    width: 100vw;
    height: 50vh;
    position: relative;

}
.dans-text h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
}

.dans-text h1{
    font-weight: 700;
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 15px;
}

.dans-text img{
   float: left;
       width: 52px;
    margin-top: -17px;    margin-right: 10px;
}

.header-main.fixed{
    position: absolute;
    left: 0;
    right: 0px;
    margin-top: 0;
    height: 85px;
    background-color: rgb(15, 15, 15);
    margin-bottom: 0px;
}
.header-main.fixed .header-main-top{
    display: none;
}
.header-main.fixed .logo {
    margin-top: 5px;
/*    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 0;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 25px 0px rgb(0, 0, 0);
    box-shadow: 0px 0px 25px 0px rgb(117, 117, 117);*/
}
.header-main.fixed .logo img{
     margin-top: -5px;
}

.header-main.fixed  nav.navigation > ul {
     margin-top: 20px;
}

.header-main.fixed nav.navigation ul li a {
    color: #eee;
}
/* responsive menu */
.responsive-menu{ 
    float: left; 
    width: 100%;
    height: auto; 
	z-index: 99;

}
.responsive-menu #nav-icon {
    width: 40px;
    height: 35px;
    position: absolute;
    top: 60px;
    right: 75px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    cursor: pointer;
    display: none;
}
.responsive-menu #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30%;
    background: #ffffff;
    opacity: 1;
    -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;
    cursor: pointer;
}

.responsive-menu #nav-icon span:nth-child(even) {
    left: 30%;
    border-radius: 0 9px 9px 0;
}

.responsive-menu #nav-icon span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

.responsive-menu #nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0px;
}

.responsive-menu #nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 10px;
}

.responsive-menu #nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 20px;
}

.responsive-menu #nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.responsive-menu #nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.responsive-menu #nav-icon.open span:nth-child(1) {
    left: 6px;
    top: 10px;
}

.responsive-menu #nav-icon.open span:nth-child(2) {
    left: calc(50% - 6px);
    top: 10px;
}

.responsive-menu #nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.responsive-menu #nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.responsive-menu #nav-icon.open span:nth-child(5) {
    left: 6px;
    top: 19px;
}

.responsive-menu #nav-icon.open span:nth-child(6) {
    left: calc(50% - 6px);
    top: 19px;
}
.responsive-menu .menu{
    position: absolute;
    width: 100%;
    top: 0px;
    right: -100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.87);
    transition: all 0.5s linear;
    z-index: 999;

}
.responsive-menu .menu.open{
    right: 0px;
    overflow: auto;
}

.responsive-menu .menu-top{
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    height: 97px;
}
.responsive-menu .menu-bottom{
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    height: 73px;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
.responsive-menu .menu-top .language{
    margin-right: 40px;
    margin-left: 25px;
}
.responsive-menu .menu-top .language a{
    color: #fff;
    padding-top: 13px;
    line-height: 55px;
    margin: 0 5px;
}
.responsive-menu .menu-top .language a.active{
    transition: all 0.5s linear;
    border-top: 4px solid #fff;
}
.responsive-menu .menu-top .phone{
    color: #fff;
    line-height: 50px;
    background: #03a8f3;
    padding: 0;
}
.responsive-menu .menu-top .phone a{
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    background: #03a8f3;
    padding:0 30px 0 30px;
    transition: all 0.5s linear;
}
.responsive-menu .menu-top .phone a:hover{
    background: #0685bf;
}
.responsive-menu .menu-top .phone img{
    color: rgba(255,255,255,0.5);
    font-size:45px;
    position: absolute;
    padding-top: 8px;
}
.responsive-menu .menu-top .login{
    color: #fff;
    line-height: 55px;
    background: #57463b;
    padding: 0;
    margin-left: 0px;
}
.responsive-menu .menu-top .login a{
    color: #fff;
    line-height: 55px;
    background: #57463b;
    padding:0 30px 0 30px;
    transition: all 0.5s linear;
}
.responsive-menu .menu-top .login a:hover{
    background: #42352d;
}
.responsive-menu .menu-top .login img{
    color: rgba(255,255,255,0.5);
    font-size:45px;
    position: absolute;
    padding-top: 8px;
}

.responsive-menu  .menu > ul{
    text-align: center;
    padding-top: 100px;
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.responsive-menu  .menu ul li{
    line-height: 45px;
    float: left;
    width: 100%;
}
.responsive-menu  .menu ul li:last-child{
    border-bottom: none;
}
.responsive-menu  .menu ul li a{
    line-height: 45x;
    color: #eee;
    font-size: 16px;
}
.responsive-menu  .menu ul li.active a,
.responsive-menu  .menu ul li a:hover {
    color: #fff;
}

.responsive-menu  .menu .dropdown-menu{
    position: relative;
    float: left;
    width: 100%;
    right: 0px;
    top: 0px;
    background-color: rgba(47, 46, 46, 0.87);
    max-height: 0;
    transition: all 0.4s ease-out;
    overflow: hidden;
    display: block;
    padding: 0;
    z-index: 9;
    box-shadow: none;
    border: 0px;
}

.responsive-menu  .menu .dropdown:hover .dropdown-menu {
    max-height: inherit;
    padding: 15px 0 15px 0;
	text-align: center;


}


.responsive-menu  .menu .dropdown-menu li a:hover,
.responsive-menu  .menu .dropdown-menu li:hover,
.responsive-menu  .menu .dropdown-menu li.active,
.responsive-menu  .menu .dropdown-menu li.active a{
    background-color: transparent;
}
.responsive-menu  .menu .dropdown-menu li a{
    line-height: 30px;
    color: #a3a2a2;
}
.responsive-menu  .menu .dropdown-menu li.active a,
.responsive-menu  .menu .dropdown-menu li a:hover {
    color: #fff;
}
.responsive-menu .shareButtons{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.responsive-menu .shareButtons ul{
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    width:auto;
}
.responsive-menu .shareButtons ul li{
    float: left;
    width: auto;
    height: auto;
}
.responsive-menu .shareButtons ul li a{
    padding: 0px 15px;
}
.resMenu{ 
    overflow: hidden;
} 


.carousel-bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 9;
    visibility: visible;
    animation-name: pulse;
    background:rgba(0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.page-banner-bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 9;
    visibility: visible;
    animation-name: pulse;
    background:rgba(0,0,0,0.5);
}
.packet-bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 9;
    visibility: visible;
    animation-name: pulse;
    background:rgba(0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.main-slider .item .carousel-img {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 99;
}
.main-slider .item .carousel-img::before {
    content: "";
    height: calc(100vh - 120px);
    width: calc(100% - 120px);
    margin:60px;
    border: 1px solid black;
    position: absolute;
    border:1px solid rgba(255,255,255,0.6);
}
.main-slider .carousel-caption{
    z-index: 99;
    top:40%;
    right: 0%;
    left: 0%;
    text-shadow: none;
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-delay: .5s;
}
.main-slider .carousel-caption h2{
    color:#fff;
    font-weight: 300;
    font-size:48px;
    font-size:40px;
    line-height: 60px;
    text-shadow: none;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.main-slider .carousel-caption h3{
    color:#fff;
    font-weight: 300;
   font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.main-slider .carousel-caption a.slider-btn{
    border:1px solid #eee;
    color:#fff;
    font-size: 16px;
    padding:10px 20px;
    margin-top: 20px;
    transition: 0.4s all linear;
}
.main-slider .carousel-caption a.slider-btn:hover{
    background: #e84118;
    border:1px solid transparent;
}
.main-slider .carousel-caption a.slider-btn .fa{
    margin-left: 10px;
}

.mouse-icon {
    width: 100%;
    position: relative;
    text-align: center;
}
.mouse-icon button{
    background:url(../images/icons/mouse-icon.png) no-repeat bottom center !important;
    height:59px;
    width:17px;
    border:none !important;
    position:absolute;
    bottom:0;
    text-align:center;
    margin-bottom:15px;
    z-index:9999 !important;
    animation: 2s ease 0s normal none infinite bounce;
}

.main-title h2{
    margin: 30px auto 0px;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}
.main-title h2 .fa{
    font-size: 40px;
    padding: 5px 10px;
    position: relative;
    top: 5px;
}
.main-title a{
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    text-align: center;
    position: relative;
    width: 100%;

}


#main-packet{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.packet .packet-list .item{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    transition: all 250ms ease-in;
}
.packet .packet-list .item .packet-box{
    width:100%;
    border-radius: 20px;
    overflow:hidden;
}
.packet .packet-list .item .packet-box .packet-img{
    position: relative;
    height:360px;
	background-size: cover !important;
    background-position: center center;
}
.packet .packet-list .item .packet-box .packet-img::before {
    content: "";
    z-index: 999;
    height: 92%;
    width: calc(100% - 30px);
    margin: 15px;
    left: 0;
    border: 1px solid black;
    position: absolute;
    border: 2px solid rgb(255 255 255 / 46%);
    border-radius: 20px;
}

.dansmaps ol {
    padding: 7px 16px;
    margin: 30px -5px 30px;
    list-style-type: none;
    text-align: left;
    background: #012d63;
    border-radius: 5px;
    width: max-content;
    border: 1px solid #ffffff14;
    position: relative;
}

.dansmaps ol li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.packet .packet-list .item:hover span{
   background: #000000a8;
    

}
.packet .packet-list .item span{
    position: absolute;
    transition: 0.5s all linear;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 360px;
    width: 100%;
    z-index: 99;
    border-radius: 20px;
    background:rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.packet .packet-list .packet-text {
     position: absolute;
     top: 30px;
     width: 100%;
     z-index: 999;
}
.packet .packet-list .packet-text h4{  
    color:#eee;
    font-weight:700;
    font-size: 20px;
    position: relative;
    text-align: center;
}
.packet .packet-list .packet-text .content .fa{
    color:#146cbb;
}
.packet .packet-list .packet-text .content em{
    color:#666;
    margin-left: 10px;
}

.packet .more{
    opacity: 0;
    position: relative;
    top: -50px;
    padding: 10px 30px;
    background: #e10101;
    color: #fff;
    z-index: 999;
    border-radius: 10px;
}
.packet .item:hover .more{
    opacity: 1;
    color: #fff;
}
.packet .more .fa{
    margin-left: 5px;
    font-weight: 600;
}


.packet-detail{
    background: #f9f9f9;
    padding: 35px;
    margin-top: -100px;
    z-index: 999;
    position: relative;
    border-radius: 3px;
}




/*footer*/
footer{
    position: relative;
    float: left;
    width: 100%;
    background: #111;
}
footer .footer-top{
    margin:50px 0;
}
footer .footer-top-left h2{
    color: #eee;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
footer .footer-top-left p{
    color: #919191;
    margin-bottom: 0;
}
footer .footer-top .maps-link{
    margin-top: 10px;
}
footer .footer-top .maps-link a{
    color:#ccc;
    padding: 10px 20px;
    border:1px solid #ccc;
}
footer .footer-top .maps-link a .fa{
    margin-right: 10px;
}
footer .footer-top .footer-phone{
    margin-top: 20px;
}
footer .footer-top .footer-phone img{
    width: 24px;
    opacity: 0.5;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
footer .footer-top .footer-phone a{
    color: #ccc;
    font-size: 18px;
}


footer .footer-bottom{
    border-top: 1px solid #333;
}
footer .footer-bottom h2{
    color:#e84118;
    margin-bottom: 10px;
    font-size:18px;
    font-weight: 600;
}
footer .footer-about img{
    width: 120px;
}
footer .footer-link a{
    color:#aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
footer .footer-link a:hover{
    color:#fff;
}

footer .social-content {
    margin-left: -8px;
}
footer .social-content a .fa{
    color: #ddd;
    margin:8px;
    font-size: 25px;
}
footer .main-cd{
    position: relative;
    margin: 30px auto 0 auto;
}
footer .main-cd .cd-top .fa{
    font-size: 18px;
    color: #f5f5f5;
    background: #e84118;
    padding: 10px 15px;
}

.copyright{
    position: relative;
    float: left;
    width: 100%;
      padding-top: 0px;
    padding-bottom: 25px;
}
.copyright p{
    color: #999;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 0;
}
/*footer*/


.page-banner-img{
    height: 520px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.page-banner-img::before {
    content: "";
    height: calc(100vh - 120px);
    width: calc(100% - 120px);
    margin:60px;
    border: 1px solid black;
    position: absolute;
    border:1px solid rgba(255,255,255,0.6);
}
.packet-banner-img{
    height: 800px;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}
.packet-banner-img::before {
    content: "";
    height: auto;
    width: calc(100% - 120px);
    margin:60px;
    border: 1px solid black;
    position: absolute;
    border:1px solid rgba(255,255,255,0.6);
}
.page-banner .page-title{
    position: relative;
    z-index: 999;
    text-align: center;
}
.page-banner .page-title h1{
    font-size:40px;
    color:#fff;
       line-height: 50px;
    font-weight: 600;
    margin-top: 300px;
    margin-bottom: 10px;
}
.page-banner .breadcrumb{
    margin-top:-10px;
    padding:0;
    background:none;
}
.page-banner .breadcrumb li{
    display: inline-block;
    font-size:13px;
    color:#fff;
}
.page-banner .breadcrumb li:before{
    content:"|";
    display: inline-block;
    color:#fff;
    padding:0 10px;
}
.page-banner .breadcrumb li:first-child:before{
    display:none;
}
.page-banner .breadcrumb li a{
    display: inline-block;
    color:#fff;
}

.site-content{ 
    padding:10px 0 40px 0; 
}
.site-content .page-img{
    margin:20px 0 30px 0;
    float: left;
}
h3.title-intro {
    font-weight: 600;
    margin-bottom: 30px;
}
h3.title-intro:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    border-radius: 2px;
    background: #aaa;
    top: 40px;
    left: 0;
}
.page-content-title{
    margin: 0 0 30px 0;
}


.insta-images{
    width: 100%;
    position: relative;
    display: block;
    margin: 30px 0;
}
.insta-images .item {
    position: relative;
    height: 280px;
    overflow: hidden;
    margin: 0;
}
.insta-images .item:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.insta-images .item .insta-img{
    height:280px;
        width: 94%;
    background-size: cover !important;
}
.insta-images .item .insta-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(14, 14, 14, 0.6);
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: all 0.4s linear;
}
.insta-images .item:hover .insta-icon{
    opacity: 1;
}
.insta-images .item .insta-icon .fa{
    transform: translate(-50%, -50%);
    top: 50%;
    left:50%;
    position: relative;
}


.page-packet-detail .packet-page-img{
    max-height: 350px;
    overflow: hidden; 
    margin-bottom: 30px;
}
.page-packet-detail .packet-page-img img{
    width: 100%;
    height: auto;
}

#page-first-packet{
    margin: 320px auto 50px auto;
    float: left;
    position: relative;
}
#page-two-packet{
    margin: 10px auto 50px auto;
    float: left;
    position: relative;
}
#packet-slider .col-img{
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
}
.packet #text-area .detail-text {
    margin-top: 30px;
    margin-bottom: 50px;
}
.packet .detail-text ul{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.packet .detail-text ul li .fa{
    color: #e84118;
    font-size: 12px;
    margin-right: 6px;
}
.packet-detail h3{
    font-size:18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.packet-detail h3::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #e84118;
    height: 4px;
    width: 40px;
}
.packet-detail-bottom .detail-box{
    margin:20px 0;
}
.packet-detail-bottom .detail-box .detail-icon{
    float: left;
    position: relative;
}
.packet-detail-bottom .detail-box .detail-icon .fa{
    font-size: 22px;
    margin-top: 10px;
}
.packet-detail-bottom .detail-box .detail-text{
    margin-left: 40px;
}
.packet-detail-bottom .detail-box .detail-text p{
    margin-bottom: 0;
}
.packet-detail-bottom .detail-box .detail-text a{
    color: #555;
}
.packet-detail-link a{
    position: relative;
    top: 30px;
    background:#e84116;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
}
.listing-nav {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 17px;
    font-weight: 400;
    background-color: #fff;
    margin-bottom: 35px;
}
.listing-nav li {
    display: inline-block;
    margin-right: 15px;
}
.listing-nav li a {
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    bottom: -1px;
    transition: .3s;
    color: #444;
    padding-bottom: 15px;
    font-weight: 600;
}
.listing-nav li:first-child a.active, .listing-nav li:first-child a:hover, .listing-nav li:first-child a, .listing-nav li a.active, .listing-nav li a:hover {
    border-color: #e84116;
    color: #e84116;
    font-weight: 600;
}


.contact-tab-title ul.nav-tabs{
    width:100%;
    float:left;
    background:#e84116;
    height:60px;
	border-bottom-color: transparent;
}
.contact-tab-title ul.nav-tabs li{
	background: transparent;
	cursor: pointer;
}
.contact-tab-title ul.nav-tabs li a{
    color:#eee;
	line-height:38px;
	padding: 10px 20px;
	font-size:18px;
	border-radius: 0;
	cursor: pointer;
}
.contact-tab-title ul.nav-tabs li a:hover,.contact-tab-title ul.nav-tabs li a:focus{
    color: #fff;
    cursor: pointer;
    background-color: #e84118;
    border: 1px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #e84118;
    border: 1px solid transparent;
}

.contactTabArea{
    width:100%;
    float:left;
    position:relative;
    margin-bottom:0;
}
.contactTabArea ul{
    width:100%;
    position:absolute;
    top:60px;
    display:none;
    z-index:99
}
.contactTabArea ul li{
    width:100%;
    height:60px;
    float:left;
    background:#1f5c9e;
    padding:0 20px;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in
}
.contactTabArea ul li a{
    width:100%;
    height:60px;
    float:left;
    line-height:60px;
    font-size:18px;
    font-weight:700;
    color:#fff;
}
.contactTabArea ul li:hover{
    background:#084e97;
}
.contentBottom .contactTabText{
    width:100%;
    float:left;
    background:#146dbd;
    height:60px;
    padding:0 20px;
}
.contentBottom .contactTabText h4{
    float:left;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:18px;
    font-weight:700;
}
.contentBottom .contactTabText a{
    float:left;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:18px;
    font-weight:700;
}
.contentBottom .contactTabText span{
    width:36px;
    height:36px;
    float:right;
    margin-top:12px;
    background:url(../images/icons/rightDown.png) no-repeat;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
}
.contentBottom .contactTabText.active span{
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.myMap{
    /*padding-left:0*/
}
.myMap img{
    width:100%
}
.contactInformation{
    /*padding-right:0*/
}
.contactInformationArea{
    width:100%;
    height:360px;
    float:left;
    position:relative;
    background: #f7f7f7;
    padding:30px
}
.contactInformationArea .adresLeftArea{
    float:left
}
.contactInformationArea .adresGroup{
    width:100%;
    float:left;
    margin-bottom:16px
}
.contactInformationArea .adresGroup .s1{
    width:100%;
    float:left;
    font-weight:600;
    font-size:18px;
    color:#00000;
}

.contactInformationArea .adresGroup .s3{
    width:100%;
    float:left;
    font-weight:600;
    font-size:16px;
    color:#00000;
}
.contactInformationArea .adresGroup .s2{
    width:100%;
    float:left;
    font-weight:normal;
    line-height:24px;
    font-size:15px;
    color:#888;
}
.contactInformationArea .adresGroup .s2 a{
    width:100%;
    float:left;
    font-weight:normal;
    line-height:16px;
    font-size:16px;
    color:#888;
}
.contactInformationArea .adresRightArea{
    position:absolute;
    bottom:30px;
    right:30px
}
.contactInformationArea .adresRightArea a{
    width:157px;
    height:50px;
    float:left;
    line-height:50px;
    background:#111;
    border-radius:40px;
    margin-top:10px;
    padding:0 20px;
    clear:both;
    overflow:hidden;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in
}
.contactInformationArea .adresRightArea a .s1{
    float:left;
    color:#fff;
    font-size:18px;
    margin-left:-40px;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in
}
.contactInformationArea .adresRightArea a .s2{
    width:100%;
    float:right;
    font-size:14px;
    color:#fff;
    font-weight:600;
    text-align:center;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in
}
.contactInformationArea .adresRightArea a.yta{
    background:#2d313a
}
.contactInformationArea .adresRightArea a:hover .s1{
    margin-left:0
}
.contactInformationArea .adresRightArea a:hover .s2{
    width:73px
}
.myContactArea .contact-image{
    position: relative;
    background-size: cover;
    background-position: center;
   height:327px;
    width: 100%;
}


.contact-form-back{
    position: relative;
    float: left;
    padding: 30px 30px;
    background: #eee;
    width:100%;
    margin:30px 0 0 0;
}
.contact-form-back h2{
    font-weight: 500;
}

.contact-form{
    float: left;
    width: 100%;
    height: auto;
}

.f-form{
    margin-top: 10px; 
}
.f-form input{
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    background: none;
    border-color: transparent; 
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    color: #111;
    font-weight: 500;
}
.f-form textarea{
    height: 100px;
    line-height: 35px;
    border-radius: 0;
    background: none;
    border-color: transparent; 
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    color: #111;
    font-weight: 500;
}
.f-form .form-group {
    margin-bottom: 10px;
}
.f-form ::placeholder {
    color: #222 !important;
    font-weight: 500;
}
.f-form .btn-form{ 
    margin-top: 20px;
    margin: 20px;
    padding: 8px 30px;
    background: #333;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s;
}
.f-form .btn-form:hover{
    background: #222;
    color:#fff;
}
.f-form .error{
    position: absolute;
    top: 10px;
    right: 20px;
    color: #cd0505;
    font-size: 0;
}
.f-form .error:after{
    font-family: FontAwesome;
    content:"\f071";
    font-size: 15px !important;
}
.f-form .form-control{
    padding-left: 6px;
}
.f-form .has-feedback .form-control {
    padding-right: 30px;
}


#popupModal .modal-body img{
    width: 100%;
}
#popupModal .modal-header {
    padding: 30px;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: transparent;
}
#popupModal .close {
    float: right;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8; 
}

#popupModalForm{
    z-index: 9999; 
}
#popupModalForm .modal-content {
    border-radius: 0; 
}
#popupModalForm .modal-header {
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e84116;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); 
}
#popupModalForm h5.modal-title{
    font-weight: 500;
    font-size: 20px;
    color: #f5f5f5;
    float: left;
    padding-left: 20px;
}
#popupModalForm h5.modal-title .fa{
    font-size: 16px;
    margin-right: 12px;
    top: -2px;
    position: relative;
}
#popupModalForm .modal-header .close {
    float: right;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8; 
}

#popupModalForm h4{
    font-weight: 600;
    font-size: 18px;
    color:#333;
    margin: 0 0 20px 0;
}
#popupModalForm .modal-body{
    padding: 20px 40px;
}
.poppup-form{
    float: none;
}
.gallery-list{
    width: 100%;
    position: relative;
    display: block;
    margin: 30px 0;
}
.gallery-list .gallery-list-box{
    margin-bottom: 30px;
}
.gallery-list .item{
    position: relative;
height: auto;
        margin: 10px;
}

.gallery-list .item:hover .gallery-inner:before {
    opacity: 1;
}
.gallery-list .item .gallery-img{
    height:250px;
    width:100%;
        border-radius: 10px 10px 0px 0px;
    background-position: center center !important;
    background-size: cover !important;
}
.gallery-list .item .gallery-icon{
    z-index: 2;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(14, 14, 14, 0.5);
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: all 0.4s linear;
}
.gallery-list .item:hover .gallery-icon{
    opacity: 1;
}
.gallery-list .item .gallery-icon .fa{
    transform: translate(-50%, -50%);
    top: 50%;
    left:50%; font-size: 34px;
    position: relative;
}
.gallery-list .item .gallery-text{
  position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
     padding: 20px 16px;
    border-radius: 0px 0px 10px 10px;
    background: #000000;
    font-size: 15px;
}


#page-project{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.page-project-list .filters-button-group{
    position: relative;
    width: 100%;
    margin:30px 0 20px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.page-project-list .filters-button-group button.button {
    padding: 10px 10px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
.filters-button-group button.active, .filters-button-group button:hover {
    color: #e84118;
}

.atasehir-portfolio-item {
     position: relative;
     margin: 15px 0;
     overflow: hidden;
     height: 300px;
}
 .atasehir-portfolio-item .project-img {
     width: 100%;
     height: 300px;
     background-position: center;
     background-size: cover;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     position: relative;
     z-index: 1;
}
 .atasehir-portfolio-item .project-overlay {
    position: absolute;
    transition: 0.5s all linear;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 360px;
    width: 100%;
    z-index: 1;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
 .atasehir-portfolio-item .atasehir-title {
     font-weight: 400;
     font-size: 18px;
     color: #fff;
     position: absolute;
     padding-bottom: 15px;
     top: 30px;
     left: 30px;
     right: 30px;
     opacity: 1;
     text-transform: uppercase;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     z-index: 2;
}
 .atasehir-portfolio-item .atasehir-title span {
     font-weight: bold;
}
 .atasehir-portfolio-item .atasehir-title:after {
     content: '';
     width: 100%;
     height: 1px;
     background-color: rgba(255,255,255,0.5);
     position: absolute;
     bottom: 0;
     left: 0;
}
 .atasehir-portfolio-item .atasehir-icon {
     color: rgba(254, 254, 254, 0.8);
     font-size: 30px;
     position: absolute;
     bottom: 20px;
     right: 20px;
}
 .atasehir-portfolio-item .atasehir-background-overlay {
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
     opacity: 0;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .atasehir-portfolio-item:hover {
     border-color: #FFC000;
}
 .atasehir-portfolio-item:hover .atasehir-background-overlay {
     opacity: 1;
}
 .atasehir-portfolio-item:hover .project-img {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
}
h1.content-title {
    font-size: 80px;
    font-weight: 600;
    color: #eee;
    height: 72px;
    overflow: hidden;
    position: relative;
    margin: 0 0 -30px 0;
    z-index: -1;
}




#main-about{
    position: relative;
    width: 100%;
    float: left;
    padding: 60px 0 50px 0;
    background: #f5f5f5;
}
#main-about .about-area h1.title{
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

#main-about .about-area h1.title::before {
    content: '';
    height: 5px;
    width: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e84118;
    border-radius: 5px;
}
#main-about .about-area ul{
    margin-top: 20px;
}

#main-about .about-area ul li .fa{
    color: #e84118;
    font-size: 12px;
}
#main-about .about-img .img{
    width: 100%;
    height: 370px;
    background-size: cover;
}



.main-text h2{font-size:36px; color:#a8a8a8;}
.main-text p{font-size:17px; line-height:25px; margin:25px 0; color:#a8a8a8; font-weight:400;}
.main-text h3{font-size:19px;color:#222;font-weight:600;background:url(../images/main-h3-bottom.png) center bottom no-repeat;padding-bottom:40px;position:relative;z-index:9;}
.main-text .main-box{margin-top:30px; margin-bottom: 40px;}
.main-text .main-icon{background: #f5f5f5; border-radius:100px; height:120px; line-height:120px; width:120px; margin:-20px auto 0 auto; z-index:8; transition: background-color 300ms ease-out 1ms;}
.main-text .main-icon:hover{background: #ccc; transition: background-color 300ms ease-out 1ms;}
.main-text .main-icon img{height: 60px;}

.wrapper p {
  text-align: center;
  margin: 0 0 10px;
  color: #777;
  font-size: 12px;
}

.wrapper {
  position: fixed;
  width: 300px;
  bottom: 90px;
  right: 25px;
  padding: 20px;
  border: 2px solid #eee;
  background: whitesmoke;
  border-radius: 3px;
  display: none;
  z-index: 99999;
}

.fa-times {
  color: #222;
  opacity: 0.1;
  transition: all 0.2s;
}

.fa-times:hover {
  cursor: pointer;
  opacity: 1;
}

#whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  border: none;
  border-radius: 50%;
  background: #2ecc71;
  color: #fcfcfc;
  font-size: 32px;
  height: 60px;
  width: 60px;
  outline: none;
}

#whatsapp:hover {
  cursor: pointer;
}

#msg {
  display: block;
  height: 80px;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #fff;
  resize: none;
  outline: none;
  padding: 5px;
      font-size: 13px;
  letter-spacing: 1px;
}

#sendMsg {
  display: block;
  border: none;
  width: 100%;
  margin: 10px 0 0;
     background: #30cc71;
  color: #fcfcfc;
  padding: 5px 0;
  border-radius: 3px;
  transition: background 0.2s;
}

#sendMsg:hover {
  cursor: pointer;
  background: #2980b9;
}


.input-group-addon{
    border:1px solid transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
}

.social {
  position: fixed;
  top: 15%;    z-index: 99999;
  list-style-type: none;
}
.social li {
  width: 45px;
  text-align: center;
  margin: 0 0 10px 0;
}
.social li:hover {
  width: 60px;
}
.social li a {
  display: block;
  width: 100%;
  background: #2a2a2a;
  font-size: 30px;
  color: #fff;
  padding: 10px;
}

.social li a.facebook:hover {
    background: #3b5997;
}

.social li a.twitter:hover {
    background: #2daae1;
}

.social li a.whatsapp:hover {
    background: #5abe42;
}

.social li a.pinterest:hover {
    background: #ca2026;
}

.social span {
  display: none;
}



footer .footer-widget ul.address-list {
  margin-bottom: 20px;
}
footer .footer-widget ul.address-list li .icon-box,
footer .footer-widget ul.address-list li .text-box {
  display: table-cell;
  vertical-align: middle;
}
footer .footer-widget ul.address-list li .icon-box {
  text-align: center;
  width: 16px;
}
footer .footer-widget ul.address-list li .text-box {
  padding-left: 20px;
}
footer .footer-widget ul.address-list li .fa {
  font-size: 16px;
  color: #fff;
}
footer .footer-widget ul.address-list li p {
  font-size: 14px;
  color: #C9C9C9;
  margin: 0;
  line-height: 20px;
}

footer .footer-widget form {
  background: #2C2C2C;
  height: 50px;
  margin-top: 23px;
}
footer .footer-widget form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-left: 25px;
  color: #fff;
}
footer .footer-widget form button {
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    position: absolute;
    right: 40px;
    top: 35px;
}

    .mobile-bottom-menu{
    display: none;
}

.mobile-bottom-menu nav.tab {
     position: relative;
     display: flex;
     align-items: stretch;
     width: 100%;
         height: 6.1rem;
}
.mobile-bottom-menu nav.tab.moving .icon {
     pointer-events: none;
}
 
.mobile-bottom-menu nav.tab .icons {
     position: absolute;
     z-index: 2;
     display: flex;
     justify-content: space-around;
     width: 100%
}
.mobile-bottom-menu nav.tab .icons a {
     position: relative;
     top: 1rem;
     width: 4rem;
     line-height: 4rem;
     font-size: 1.5rem;
     text-align: center;
     cursor: pointer;
     transition-delay: 0.1875s;
     color: #292929;
}

.mobile-bottom-menu nav.tab .icons  a:first-child{
     font-size: 38px;
}

.mobile-bottom-menu nav.tab .icons  a:nth-child(2){
    line-height: 0;
    font-size: 50px;
    top: 7px;
    color: #38a900;
}
.mobile-bottom-menu nav.tab .icons  a:nth-child(3){
     font-size: 38px;
}

.mobile-bottom-menu nav.tab .bar {
     z-index: 1;
     position: absolute;
     display: flex;
     align-items: stretch;
     filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1)) drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.1));
     width: 100%;
     height: 100%;
     background: transparent;
}

.mobile-bottom-menu nav.tab .bar .middle {
     flex-grow: 1;
     position: relative;
     display: flex;
}
.mobile-bottom-menu nav.tab .bar .middle .circle {
     position: relative;
   top: -2.75rem;
    width: 11rem;
   height: 11.75rem;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='92' viewBox='0 0 112 92'%3E%3Ccircle cx='56' cy='36' r='36' fill='%23FFF'/%3E%3Cpath d='M104 35.2L104 35.2c0 26.3-20.9 48.3-47.2 48.8C29.9 84.4 8 62.8 8 36v-0.8c0-4-3.2-7.2-7.2-7.2H0v64h112V28h-0.8C107.2 28 104 31.2 104 35.2z' fill='%23FFF'/%3E%3C/svg%3E");
}

.mobile-bottom-menu nav.tab .bar .middle .side {
     flex-grow: 1;
     background: white;
     transition: 0.75s ease;
}


@media only screen and  (max-width: 780px) {
    .mobile-bottom-menu{
        display: block;
        bottom: 0;
        width: 100%;
        position: fixed;
            z-index: 99999;
    }
}

