@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  
    url('fonts/ProximaNova-Light.otf')  format('opentype'),
    url('fonts/ProximaNova-Light.woff') format('woff'), 
    url('fonts/ProximaNova-Light.ttf')  format('truetype'), 
    url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), 
    url('fonts/ProximaNova-Regular.otf')  format('opentype'),
    url('fonts/fonts/ProximaNova-Regular.woff') format('woff'), 
    url('fonts/ProximaNova-Regular.ttf')  format('truetype'), 
    url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  
    url('fonts/ProximaNova-Bold.otf')  format('opentype'),
    url('fonts/ProximaNova-Bold.woff') format('woff'), 
    url('fonts/ProximaNova-Bold.ttf')  format('truetype'), 
    url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding:0;
  outline: none !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd{
  margin:0;
  padding:0;
}
body{
  font-family: 'ProximaNova-Regular';
  font-weight:400;
  font-size:14px;
}
h1, h2, h3, h4, h5, h6{
  font-weight:normal;
}
img{
  border:0px;
  max-width:100%;
}
input[type="submit"],  button[type="submit"], button{
  -webkit-appearance:none;
  cursor:pointer;
}
a{
  text-decoration:none;
  outline:none;
  color:#000;
  transition:0.4s all;
  -webkit-transition:0.4s all;
  cursor: pointer;
}
a:hover{
  color:#3a3a3c;  
}
ul, ol{
  list-style-type:none;
}
.container{
  max-width:1220px;
  margin:0 auto;
  padding:0 10px;
}
.mini_container{
  max-width: 890px;
  margin:0 auto;
  padding: 0 10px;
}
.clearboth:after,
.clearboth:before{
  clear:both;
  width:100%;
  display:block;
  content:'';
}
.text-center{
  text-align:center;
} 
.text-right{
  text-align: right;
}
input,
textarea{
  border: 2px solid #f1f1f1;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: 'ProximaNova-Light';
  margin-bottom: 10px;
}
textarea{
  height: 70px;
}
select{
  border: 2px solid #f1f1f1;
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: 'ProximaNova-Light';
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../image/down-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
}
label{
  font-size: 15px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}
.btn1{
  border: 2px solid #ff103e;
  background-color:  #ff103e;
  color: #fff;
  transition: 0.4s all;
  -webkit- transition: 0.4s all;
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 70px;
  font-family: 'ProximaNova-Light';
}
.btn1:hover{
  background-color: transparent;
  color: #ff103e;
}
.header{
  padding-top: 12px;
  box-shadow: 1.5px 2.598px 3px rgba(0,0,0,0.02);
  background-color: #fff;
  margin-bottom: 2px;
}
.top-header > div{
  display: inline-block;
  vertical-align: middle;
}
.top-header{
  padding:0 20px 12px;
  -webkit-box-shadow: 0px 4px 5px 0px #fafafa;
	-moz-box-shadow: 0px 4px 5px 0px #fafafa;
	box-shadow: 0px 4px 5px 0px #fafafa;
	position: relative;
	z-index: 1;
}
.header .logo{
  width: 20%;
}
.header .header_right_part {
  width: 80%;
}
.login_container{
  max-width: 400px;
  margin: 0 auto;
  padding: 0 10px;
}
.logon_del{
  padding: 190px 0;
}
h2{
  font-family: 'ProximaNova-Bold';
  font-size: 30px;
}
h3{
  font-size: 20px;
  font-family: 'ProximaNova-Bold';
  padding-bottom: 5px;
}
.login_container h2{
  text-align: center;
  margin-bottom: 15px;
}
.logon_del button{
  margin-top: 10px;
  padding: 10px 50px;
}
/* mobile menu */
.full-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pushmenu {
  position: fixed;
  top: 0;
  z-index: 99999999999;
  background: #fff;
  width: 300px;
  height: 100vh;
  overflow-y: scroll;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.menuOpen .pushmenu {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  display: block;
}
.menuOpen .full-content::after {
  content: ' ';
  z-index: 13;
  background: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}
.menuOpen{
  overflow:hidden;  
}
.close {
  padding: 15px;
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
.mmenulist {
  padding: 0 10px;
}
.mmenu-bar ul li a {
  line-height: 55px;
  color: #08213f;
  display: table-cell;
  padding: 0 15px;
}
.tablebox {
  display: table;
  width: 100%;
}
.toggleItem {
  display: table-cell;
  font-size: 38px;
  vertical-align: middle;
  border-left: 1px solid #eee;
  width: 55px;
  text-align: center;
  color: #000;
  line-height: 55px;
  position: relative;
}
.toggleItem {
  font-size: 20px;
  color: #08213f;
}
.mmenu-bar ul li {
  border-bottom: 1px solid #eee;
}
.sub-menu-mob li a {
  display: inline-block !important;
  width: 100%;
  padding-left: 30px !important;
}
.mmenu-bar ul li .mines, 
.mmenu-bar ul li.active .plus {
  display: none;
}
.mmenu-bar ul li.active .mines {
  display: inline-block;
}
.sub-menu-mob {
  border-top: 1px solid #eee;
  display: none;
}
.mmenu-bar .other-contact ul li a {
  line-height: 1.6;
  padding: 15px 20px;
}
/* end mobile menu */
.mobileNav{
  display:none !important;   
}
body.change_clr{
  background-color: #f8f7fa;
}
.main-nav ul > li{
  display: inline-block;
}
.main-nav {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all; 
}
.main-nav.DarkHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
.main-nav ul li.active a{
  background-color:#eeeeeeb3;
}
.main-nav ul > li a{
  padding:7px 15px;
  color: #000;
  border-radius: 20px;
  display: inline-block;
}
.main-nav ul > li {
  padding: 0px;
}
.header_right_part ul li{
  display: inline-block; 
  padding-left: 10px;
}
.sub-menu{
  position:relative;
}
.sub-menu > a .fa{
  display:inline-block;
  vertical-align:top;
  margin-top: -2px;
}
.sub_menu_main{
  display:none;
  overflow-y: scroll;
  max-height: 400px;
  position: absolute;
  transform: translate3d(0px, 30px, 0px) !important;
  top: 0px;
  left: 0px;
  background-color:#FFFFFF;
  text-align:left;
  border:1px solid #d8d8d8;
  border-radius: .25rem;
  min-width:140px;
  box-shadow: 1.5px 2.598px 3px rgba(0,0,0,0.02);
}
.sub_menu_main ul li{
  display:block;
  width:100%;
}
.sub_menu_main.active{
  display:block;
}
.sub-menu > a{
  display:inline-block;
  vertical-align:middle;
}
.norway_btn {
  padding: 8px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  margin-right:5px;
}
.header_right_part a.btn1{
  padding:8px 20px;
  font-family: 'ProximaNova-Bold';
}
.explore_cols{
  margin:0 -10px;
  padding-top: 30px;
}
.explore_cols .explore_col{
  width: 33.33%;
  float:left;
  padding:10px;
}
.overflow_hiddne{
  overflow: hidden;
}
.norway_btn{
  position:relative;
}
.norway_btn ul{
  display:none;
  overflow-y: scroll;
  max-height: 400px;
  position: absolute;
  transform: translate3d(0px, 30px, 0px) !important;
  top: 11px;
  left: 0px;
  background-color: #FFFFFF;
  text-align: left;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  width: 170px;
  padding:20px 20px;
  z-index:99;
  box-shadow: 1.5px 2.598px 3px rgba(0,0,0,0.02);
}
.blogs_left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.blog_left_img{
  background-color: #f8f7fa;
  max-width: 137px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  min-height: 82px;
  position: relative;
}
.noeway_select *{
  display:inline-block;
  vertical-align:middle;
}
.noeway_select p{
  padding:0 5px;
}
.norway_btn ul li{
  display:block;
  padding-bottom:7px;
  padding-left:0;
  cursor:pointer; 
}
.noeway_select{
  display:block;
  cursor:pointer;
}
.explore_col a{
  background-color: #fff;
  display: inline-block;
  padding: 30px 10px;
  width: 100%; 
  border-radius: 10px;
  box-shadow: 1.5px 2.598px 3px rgba(0,0,0,0.02);
  background-color: #ffffff;
  border: 1px solid #f3f4f7;
}
.main_explore{
  padding: 45px 0 170px;
}
.explore_col p{
  color: #ff103e;
}
.col20{
  width: 25%;
  float: left;
  padding:0 10px;
  margin-top: 40px;
}
.col60{
  width: 50%;
  float: left;
  padding: 0 10px;
}
.main_cols{
  padding: 15px 0 150px;
}
.heart_toggle{
  cursor:pointer;
}
.blogs_cols{
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 1.5px 2.598px 3px rgba(0,0,0,0.02);
  background-color: #ffffff;
  border: 1px solid #f3f4f7; 
}
.delete{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.blogs_col{
  margin: 0 -10px;
}
.blogs_left,
.blogs_right{
  float: left;
  padding: 0 10px;
}
.blogs_left{
  width: 25%;
}
.blogs_right{
  width: 75%;
}
.blogs_col h3{
  font-family: 'ProximaNova-Regular';
  padding-bottom: 5px;
}
.blogs_col p{
  font-size: 15px;
  line-height: 1.5;
}
.social_list{
  padding-top: 20px;
}
.social_list .blogs_left *,
.social_list .blogs_right *{
  display: inline-block;
  vertical-align: bottom;
}
.social_list svg{
  margin-right: 5px;
  height:18px;
  width:20px;
}
svg{
  height:18px;
  width:20px;
  display: inline-block;
  vertical-align: middle; 
}
.social_list .blogs_left{
  padding-left: 15px;
}
.blogs_right ul li{
  margin-left: 20px;
}
.main_cols h3{
  padding-bottom: 12px;
  padding-top:5px;
  text-transform: capitalize;
}
.load_more_btn{
  padding-top: 30px;  
}
.load_more_btn a{
  color: #b0b0b0;
  font-size: 15px;
}
.old_blogs > h3{
  margin-top: 30px;
  padding-bottom: 20px;
}
.explore_col h3{
  padding-bottom: 5px;
}
/* custom popup */
.popupOverlay {
  display: none;
}
.popupOverlay {
  background: rgba(248, 247, 250,0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9991;
  padding: 10px;
  overflow-y: scroll;
}
.popupBox {
  background: #fff none repeat scroll 0 0;
  z-index: 9999;
  margin: 15px auto;
  max-width: 1020px;
  position: relative;
  border-radius: 7px;
}
.cls_popup {
  color: #999;
  cursor: pointer;
  font-size: $font-size3;
  font-weight: $font-weight3;
  position: absolute;
  right: 14px;
  top: 10px;
  text-decoration:none !important;
  z-index:99;
}
.popupBox .overflow_hiddne{
  border-radius: 7px;
} 
body.popupOpen {
  overflow: hidden;
}
/* end popup */
.popup_box .popup_left{
  width: 46%;
  float: left;
  position: relative;
  background-color: #2d193a;
}
.popup_box .popup_right{
  width: 54%;
  float: left;
  padding: 20px;
}
.left_inner h2{
  color: #fff;
  padding: 60px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.popup_bottom{
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 20px 30px 30px;
  color: #8c769a;
}
.popup_bottom a{
  color: #8c769a;
}
.two_cols{
  margin:0 -15px;
  overflow: hidden;
}
.two_cols .select_box{
  float: left;
  padding: 0 15px;
  width: 50%;
  position: relative;
}
.valid_text{
  color: #ff103e;
}
.two_cols,
.full_width{
  margin-bottom: 5px;
}

.form_button button{
  font-family: 'ProximaNova-Bold';
  padding: 8px 25px;
  margin-top: 10px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file_input{
  cursor: pointer;
  width: auto;
  display: inline-block;
  width: 119px;
  height: 79px;
  border-radius: 9px;
  background-color: #f8f7fa;
  border: 2px solid #cdd2d7;
  margin:5px 0 10px;
  position:relative;
  overflow: hidden;
}
.file_input img{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.left_inner img{
  width: 100%;
}
.norway_btn select {
  width: auto;
  border: 0;
  padding: 0;
}
.norway_btn img{
  display: inline-block;
  vertical-align: middle;
}
.norway_btn select{
  background-image: none;
  width: 100px;
}
.explore_menu{
  margin-right: 20px;
}

ul.sub_menu_main li{
  display:block !important;
  width:100%;
}
.blogs_right h3 a:hover{
  color:#ff103e;
}
::-webkit-scrollbar {
  width: 5px;
  height:50px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.err-msg{
  color: red;
}
.login_form .err-msg{
  padding-bottom: 10px;
  margin-top: -5px;
}
.page-not-found{
  padding: 20px 0;
  text-align: center;
}
.load_more_btn .btn1{
  font-family: 'ProximaNova-Bold';
}
.social_list .blogs_left{
	width: 40%;
}
.social_list .blogs_right{
	width: 60%;
}
.dropdown-wrapper .downdown-title{
  border: 2px solid #f1f1f1;
width: 100%;
padding: 10px 15px;
border-radius: 5px;
font-family: 'ProximaNova-Light';
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-image: url(../image/down-arrow.png);
background-position: right 15px center;
background-repeat: no-repeat;
cursor: pointer;
}
.dropdown-menu{
	position: absolute;
	top: -201px;
	width: 100%;
	max-height: 195px;
	padding: 9px 0 22px;
	overflow-y: auto;
	list-style-type: none;
	border: 1px solid #f8f7fa;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 3px #cecece;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.dropdown-menu ul li{
padding: 5px 10px;
cursor: pointer;
}
.dropdown-menu.open{
	opacity: 1;
visibility: visible;
}
.dropdown-wrapper{
	position: relative;
}
.two_cols.select-dropdown{
  overflow: visible;
}
@media (max-width:991px){
  .main-nav{
    display:none; 
  }
  .mobileNav{
    display:inline-block !important;
    width:50%;
    text-align:right;  
  }
  .cart{
    text-align:right; 
  }
  .mobile_menu_toggle {
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    cursor:pointer;
  }
  .mobile_menu_toggle i {
    height: 2px;
    width: 20px;
    background-color: #000;
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    left: 0;
  }
  .mobile_menu_toggle i:first-child {
    top: 3px;
  }
  .mobile_menu_toggle i:nth-child(2) {
    top: 10px;
  }
  .mobile_menu_toggle i:last-child {
    top: 17px;
  }
  .close svg{
    height: 20px;
    width: 20px;
  }
  .main-header .logo {
    width: 50%;
    vertical-align:middle;
    text-align:center;
  }
  .main-header{
    padding:10px; 
  }
  .col20,
  .col60{
    width: 100%;
    padding-bottom: 30px;
  }
  .header .header_right_part{
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .header .logo{
    width: 50%;
  }
  .popup_box .popup_left,
  .popup_box .popup_right{
    width: 100%;    
  }
  .logon_del {
    padding: 100px 0;
  }
  .cls_popup,
  .cls_popup:hover{
    color: #fff;  
  }
  .mob_dis_none{
    display:none;
  }
}
@media (max-width: 600px){
  .blogs_left,
  .blogs_right{
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .main_cols {
    padding: 20px 0 50px;
  }
  .header_right_part ul li{
    padding-left: 5px;
    font-size:13px;
  }
  .explore_menu{
    margin-right: 5px;
  }
  .norway_btn{
    padding: 5px 7px;
  }
  .header_right_part a.btn1{
    padding: 5px 15px;
  }
  .norway_btn select{
    width: 70px;
  }
  .col20{ 
    margin-top: 10px;
  }
  .two_cols .select_box{
    width: 100%;
  }
  .explore_cols .explore_col{
    width: 50%;
  }
  .main_explore {
    padding: 20px 0 50px;
  }
  .social_list .blogs_left,
  .social_list .blogs_right{
	width: 100%;
}
.two_cols.select-dropdown .select_box:first-child{
	padding-bottom: 15px;
}
}