@charset "utf-8";
/* CSS Document */

@font-face{font-family: Raleway ; src: url(../fonts/Raleway-Medium.ttf)}
@font-face{font-family: OpenSans_Regular ; src: url(../fonts/OpenSans-Regular.ttf)}
@font-face{font-family: BahijHelvetica ; src: url(../fonts/BahijHelveticaNeue55Roman.ttf)}

body{font-family: "Raleway";}
a:hover,a:focus{text-decoration: none;}

html::-webkit-scrollbar{width:7px;height:8px}
html::-webkit-scrollbar-track{background-color: #eeeeee;display: none;}
html::-webkit-scrollbar-thumb{background-color:#4A4A4A;border-radius:0}

.clicker{display: none !important;}
.overlay .closebtn{display: none;}

#body-overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

/* start header */

.header{
	background-color: #44D2AC;
	padding: 5px 60px;
}
.header .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header .row .col{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.header .logo{
    height: 60px;
}
.header .clicker2{
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
    min-height: 0;
}
.navbar-default .navbar-nav{
	width: 100%;
}
.navbar-default .navbar-nav li{
	margin: 0 20px;
}
.navbar-default .navbar-nav li a{
	font-size: 14px;
	line-height: 25px;
	color: #4A4A4A;
	border: none;
    padding: 0 5px;
	transition: all .3s;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a{
	color: #44D2AC !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}
.navbar-default .navbar-nav>li:last-child{
    float: right;
    font-family: "BahijHelvetica" ;
}

.width{width: 100% !important;}
.opacity{display: none !important;}

.search{
    width: 100%;
}
.search .form-group{margin: 0;position: relative;}
.search .form-group .form-control {
    height: 45px;
    border-radius: 50px;
    -wibkit-border-radius: 50px;
    padding: 0 30px;
    font-size: 14px;
    padding-right: 210px;
    border: none;
    color: #4A4A4A;
}
.search .form-group select {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    color: #4A4A4A;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 80px;
}
.search .form-group button{
    width: 65px;
    height: 45px;
    background-color: #220971;
    border-radius: 0 50px 50px 0;
    font-size: 16px;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}

.sub-menu {
    list-style: none;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f9f9f9;
    min-width: 160px;
    border: 1px solid #f9f9f9;
    border-radius: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 0;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.sub-menu li{margin: 0 !important;}
.sub-menu li a {
    display: block;
    width: 100%;
    color: #1d1f25 !important;
    padding: 10px 15px !important;
    text-decoration: none;
    line-height: 23px !important;
    text-align: center !important;
    border-radius: 2px;
    transition: all .3s;
}


.menu-item-has-children{position: relative;}
.menu-item-has-children span {
    color: #4A4A4A;
    font-size: 10px;
    line-height: 25px;
    position: absolute;
    top: 0;
    right: -10px;
    transition: all .3s;
}
.sub-menu a:hover {
    background-color: #44D2AC !important;
    color: #fff !important;
}
.navbar-default .navbar-nav li .sub-menu a:hover{
    color: #fff !important;
}

.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    z-index: 9;
    top: 25px;
}

.menu-item-has-children:hover span{color: #44D2AC;}
.header ul.options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding-left: 10%;
}
.header ul.options li a{
    font-size: 20px;
    color: #fff;
}
.header ul.options li a img{
    height: 25px;
}
.header ul.options li.cart a{
    display: flex;
    align-items: center;
    position: relative;
}
.header ul.options li.cart h6{
    font-size: 14px;
    margin: 0;
    margin-left: 5px;
    font-family: "BahijHelvetica";
    margin-top: 5px;
}
.header ul.options li.cart i {
    width: 13px;
    height: 13px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    font-family: "BahijHelvetica";
    font-size: 8px;
    font-style: normal;
    line-height: 13px;
    text-align: center;
    position: absolute;
    bottom: -5px;
    left: -4px;
}
.main_menu {
    height: 100vh;
    width: 260px;
    position: fixed;
    z-index: 999999999999;
    left: -300px;
    top: 0;
    background-color: #44D2AC !important;
    transition: 0.5s;
    padding: 70px 0;
    min-height: 0;
    overflow-y: auto;
    border-radius: 0;
}
.main_menu.open{
    left: 0;
}
.main_menu-content {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main_menu-content a {
    padding: 5px 15px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    position: relative;
}
.main_menu-content a:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: all .3s;
}
.main_menu-content a:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -4px;
    transition: all .3s;
}
.main_menu-content a:hover:before{width: 18%;}
.main_menu-content a:hover:after{width: 80%;}


/* End header */

/*start bottom_nav*/

.bottom_nav{
    padding: 5px 60px;
    background-color: #fff;
}
.bottom_nav .hidden-lg{display: none;}

/*end bottom_nav*/

/*start hero_sec*/

.hero_sec {
    background-color: rgb(3 35 35 / 0.9);
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 160px);
}
.hero_sec .hero_bg{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero_sec .hero_img{
    max-width: 100%;
    margin-bottom: 20px;
}
.hero_sec ul.service{
    margin: 10px 0;
}
.hero_sec ul.service li{
    text-align: center;
    font-family: "OpenSans_Regular";
    margin: 10px 20px;
}
.hero_sec ul.service li h1{
    font-size: 12px;
    line-height: 30px;
    color: #BCBCBC;
    margin-top: 10px;
    margin-bottom: 0;
}
.hero_sec ul.country{
    margin: 10px 0;
}
.hero_sec ul.country li {
    position: relative;
    margin: 10px 20px;
    display: inline-flex;
    align-items: center;
}
.hero_sec ul.country li h2{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    margin-right: 15px;
    display: inline-block;
}
.hero_sec ul.country li:first-child:after {
    content: "|";
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
.hero_sec h6{
    font-size: 12px;
    line-height: 40px;
    color: #BCBCBC;
    margin: 0;
}
.hero_sec h6 a {
    color: #BCBCBC;
    text-decoration: underline;
    transition: all .3s;
}
.hero_sec h6 a:hover{
    color: #44D2AC;
}

/*end hero_sec*/

/*start footer*/

footer{
    padding: 10px 60px;
}
footer .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
footer .icons{margin: 0;}
footer .icons a{
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    display: block;
    border-radius: 50px;
    transition: all .3s;
}
footer .icons a:hover{
    background-color: #44D2AC;
    color: #fff;
    border-color: #44D2AC; 
}
footer h1{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
}
footer h1 a{
    color: #000;
    font-weight: bold;
}

/*end footer*/