/* style.css of custom.css */
.main-banner {
  background-image: url('https://picsum.photos/1920/1080'); !important;/* Alternatieve achtergrond */
  background-attachment: scroll; /* Wijzig de scrollgedrag van de achtergrond */
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5); /* Andere schaduw */
}
/*------------------------------------------------------------------
	17. footer styles
-------------------------------------------------------------------*/
.spotlight-loader {
    display: none;
}

.footer-section{
    background: #0d0d14;
    padding: 30px 0 100px;
    position: relative;
}


.footer-section .footer-fb-icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 47px;
    text-align: center;
    top: -109px;
    background: #3b5998;
    color: #fff;
    height: 47px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50px;
}

.footer-section .footer-twiiter-icon{
    position: absolute;
    left: -135px;
    right: 0;
    margin: auto;
    display: block;
    width: 47px;
    text-align: center;
    top: -109px;
    background: #1da1f2;
    color: #fff;
    height: 47px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50px;
}

.footer-section .footer-blog-icon{
    position: absolute;
    right: -135px;
    left: 0;
    margin: auto;
    display: block;
    width: 47px;
    text-align: center;
    top: -109px;
    background: #2d3a54;
    color: #fff;
    height: 47px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 50px;
}


.footer-section .footer-fb-icon:hover{
    background: #2e4982;
	top: -126px;
}

.footer-section .footer-twiiter-icon:hover{
    background: #1893de;
	top: -115px;
}

.footer-section .footer-pinterest-icon:hover{
    background: #b00a1c;
	top: -115px;
}


.footer-section .tittle-footer{
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 36px;
      font-family: 'Ubuntu', sans-serif;
}
.footer-company{
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
      font-family: 'Ubuntu', sans-serif;
}
.footer-section .tittle-footer span{
    font-weight: 400;
}

.footer-section .tittle-footer:after {
    content: '';
    height: 3px;
    width: 25px;
    bottom: -10px;
    position: absolute;
    background: #fff;
    left: 0;
    transition: all 0.2s ease-in-out;
}

.footer-section .tittle-footer:hover::after {
    width: 35px;
}

.footer-section .footer-logo {
     width: 90px;
    opacity: 1;
    margin-bottom: 20px;

}

.footer-section .footer-text{
    font-size: 13.5px;
    color: #7d809d;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.04);
     font-family: 'Ubuntu', sans-serif;
     line-height: 20px;

margin-right: 33px;
}

.footer-section .footer-cpy{
    font-size: 13px;
    font-weight: 100;
    color: #7d809d;
    text-transform: capitalize;
    margin-top: 23px;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.04);
       line-height: 20px;
}

.footer-section .footer-paypment{
    width: 200px;
}

.footer-section .first-panu-footer{
    padding-right: 30px;
}

.footer-section .second-panu-footer{
    border-left: 1px solid #3c3e58;
    padding-left: 25px;
}

.footer-section .second-panu-footer ul{
    padding-left: 0;
    float: left;
}

.footer-section .second-panu-footer ul>li{
    list-style: none;
}

.footer-section .second-panu-footer ul>li>a{
  font-size: 14px;
color: #8a8ca2;
text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.04);
display: block;
padding: 0px 0;
   font-weight: 10;
  font-family: 'Ubuntu', sans-serif;
  display: block;
padding: 1.4px 0;

}

.footer-section .second-panu-footer ul>li>a:hover,.footer-section .second-panu-footer ul>li>a:focus{
    color: #fff;
	text-decoration: none;
}

.footer-section  #subscribe-footer-form{
    position: relative;
}

.footer-section  #subscribe-footer-form input{
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 100;
    padding: 8px;
    color: #fff;
    outline: none;
}

.footer-section  #subscribe-footer-form:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #8a8ca2;
    height: 1px;
	transition: all 0.2s ease-in-out;
}

.footer-section  #subscribe-footer-form:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    background: #fff;
    height: 1px;
	transition: all 0.2s ease-in-out;
}

.footer-section  #subscribe-footer-form:hover::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 1px;
	z-index:2;
	transition: all 0.2s ease-in-out;
}

.footer-section  #subscribe-footer-form input::-webkit-input-placeholder{
    color: #8a8ca2;
}

.footer-section  #subscribe-footer-form input:-webkit-autofill {
    background: transparent !important;
}


.footer-section  #subscribe-footer-form button{
    position: absolute;
    background: transparent;
    border: 0;
    color: #40a3da;
    right: 3px;
    top: 8px;
    font-size: 13px;
    z-index: 3;
    cursor: pointer;
	outline: none;
}

.footer-section  #subscribe-footer-form button:hover{
	color: #3389b9;
	outline: none;
}

/*------------------------------------------------------------------
	23. additional & updates style
-------------------------------------------------------------------*/


.login-drop-down-header{
    right: 0 ;
    left: auto ;
    padding: 30px 30px;
    border: 1px solid rgba(223, 228, 232, 0);
    border-radius: 8px ;
    box-shadow: 0 9px 27px rgba(0,0,0,0.1);
    min-width: 350px;
    margin-top: 10px ;
}

@media (min-width: 992px) {


.login-drop-down-header:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 13px 12px;
    border-color: transparent transparent #fff transparent;
    top: -7px;
    right: 30px;
    position: absolute;
}
}


.login-drop-down-header form .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #e4e8ea;
    border-radius: 0;
    font-weight: 100;
    text-transform: lowercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    box-shadow: none;
}

.login-drop-down-header form .form-group .form-control:hover, .login-drop-down-header form .form-group .form-control:focus {
    border-bottom: 1px solid #bfc6ca;
}

.login-drop-down-header form .help-block {
    padding: 5px 0 5px;
}

.login-drop-down-header form .help-block a:first-child {
    float: left;
}
.main-header .navbar-nav .header-login-btn .login-drop-down-header form .help-block a {
    font-size: 12px;
    margin-top: -4px;
    display: block;
    padding: 0 11px;
    color: #cbd2d6 !important;
    background: 0;
    text-shadow: none;
    text-transform: lowercase;
    line-height: 24px;
    box-shadow: none;
}

.main-header .navbar-nav .header-login-btn .login-drop-down-header form .help-block a:hover {
    color: #868c90 !important;
}

.login-drop-down-header form .help-block a:last-child {
    float: right;
}


.login-drop-down-header #login {
    width: 100%;
    margin-top: 20px;
    background: #62d97b;
    border: 0;
    cursor: pointer;
}


.login-drop-down-header #login:hover,.login-drop-down-header #login:focus {
    background: #4aab5f;
}

.main-header .top-header-fixed .login-drop-down-header{
    margin-top: 25px !important;
}


.plans-one {
    overflow: hidden;
}


.login-drop-down-header .col-md-4 {
    padding: 0 5px;
}

.account-drop-down-header {
    padding: 20px 15px;
}

.acount-top-header-acc{
    text-align: center;
    margin: -20px 0 10px 0 !important;
    border-right: 1px solid #f2f4f5;
    border-bottom: 1px solid #f2f4f5;
    text-shadow: none !important;
    box-shadow: none !important;
}

.acount-top-header-acc:before{
    display:none;
}

.acount-top-header-acc:hover i:before{
    color: #1576d3;
}


.acount-top-header-acc i:before{
    color: #bbb;
    font-size: 30px;
    margin-left: 0;
}

.np-bord-right{
	border-right: 0;
}



@media (max-width: 992px) {


.login-drop-down-header{
    border-radius: 0 !important;
}

.acount-top-header-acc{
    display: none  !important;
}

}


@media (max-width: 769px) {

.res-info-img-text .res-info-img h5 {
    text-align: center;
    margin-top: 20px;
}
.res-info-img-text .res-info-img p {
    text-align: center;

}

.nn-phon-display{
	display: none;
}


}

.tab-one-cklcok a {
    min-height: 132px;
}

.host-plan-serc-none a {
    text-decoration: none;
    cursor: pointer;
}


.outliner-bottom-header{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 900px;
}

.plan-none-ind-xs-home-header .actuel-plan{
    display: block;
    float: left;
    -webkit-box-shadow: 0 -9px 17px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -9px 17px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    border-radius: 8px 8px 0 0;
    padding: 40px 10px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(243, 244, 245, 0.72);
    cursor: pointer;
    text-decoration: none;
	position: relative;
    width: 100%;
}

.plan-none-ind-xs-home-header .actuel-plan:hover{
    -webkit-box-shadow: 0 -9px 17px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -9px 17px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.plan-none-ind-xs-home-header .actuel-plan img{
    width: 70px;
    margin-bottom: 15px;
}

.plan-none-ind-xs-home-header .actuel-plan:hover img{
	transition: all 0.2s ease-in-out;
	-webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.plan-none-ind-xs-home-header .actuel-plan h5{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #373e42;
}

.plan-none-ind-xs-home-header .actuel-plan h5>span{
    text-align: center;
    display: block;
    width: 100%;
    color: #bfc7cc;
    font-size: 15px;
    margin-top: 6px;
}


.plan-none-ind-xs-home-header .actuel-plan .non-ind-price{
    margin-top: 25px;
    display: block;
    font-size: 40px;
    color: #4898e2;
    font-weight: bold;
    margin-bottom: 20px;
}

.plan-none-ind-xs-home-header .actuel-plan .non-ind-price b{
    font-weight: 100;
    font-size: 14px;
    margin-right: 5px;
    color: #c6d6e4;
}

.plan-none-ind-xs-home-header .actuel-plan .non-ind-price i{
    font-size: 13px;
}


.plan-none-ind-xs-home-header .actuel-plan p{
    font-size: 13px;
    color: #abb4b9;
}

.plan-none-ind-xs-home-header .actuel-plan p>span{
    font-weight: bold;
    color: #606b71;
}

.plan-none-ind-xs-home-header .actuel-plan .acc-heder-plan{
    position: absolute;
    right: -1px;
    background: #f3f4f9;
    bottom: -1px;
    width: 70px;
    height: 55px;
    line-height: 59px;
    color: #c7c9d2;
    border-radius: 50px 0 0 0;
    padding-left: 9px;
}

.plan-none-ind-xs-home-header .actuel-plan .acc-heder-plan:hover{
    background: #f3f3f5;
    width: 75px;
    height: 60px;
    line-height: 65px;
    color: #c7c9d2;
    border-radius: 50px 0 0 0;
    padding-left: 9px;
}

.hosting-ord-header-title {
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 35px;
    margin: 70px 0 0;
    font-family: 'Ubuntu', sans-serif;
}

.hosting-ord-header-title span{
    font-weight: bold;
}

.hosting-ord-header-title u{
    display: block;
    font-size: 15px;
    margin-top: 10px;
    text-decoration: none;
}

.time-line-status{
    margin: 60px 0;
    min-height: 100px;
    border-left: 1px solid #dce2e4;
	position: relative;
}

.tt-time-status{
    position: relative;
    padding-left: 30px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.tt-time-status:after{
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    background: #fec573;
    width: 14px;
    height: 14px;
    border-radius: 25px;
}

.tt-time-status .title-status{
    background: #00BCD4;
    color: #fff;
    font-weight: bold;
    padding: 6px 22px;
    font-size: 13px;
    border-radius: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tt-time-status .title-status-h5{
    font-size: 19px;
    margin-top: 4px;
}

.tt-time-status .title-status-h5 span{
    font-size: 13px;
    margin-left: 18px;
    color: #c0c7cc;
    float: right;
    background: #f0f2f3;
    padding: 7px 15px;
    border-radius: 4px;
}

.tt-time-status .title-status-p{
    margin-top: 30px;
    font-size: 14px;
    line-height: 27px;
    color: #949ca0;
    margin-bottom: 50px;
}

.status-div-optionel{
    width: 100%;
    margin: 10px 10px 10px 27px;
    background: #f1f4f5;
    padding: 13px;
    border-radius: 5px;
    font-size: 14px;
    color: #879094;
}

.status-div-optionel p{
    margin: 0;
}

.status-div-optionel p>b{
    color: #585f63;
    margin-right: 11px;
}

.status-div-optionel span{
    float: right;
    font-weight: bold;
}

.status-div-optionel.chck span{
    color: #8BC34A;
}

.status-div-optionel.non-chck span{
    color: #ea7575;
}


.status-div-optionel.non span{
    color: #cdd9de;
}

.status-div-optionel span>i{
    font-size: 16px;
    margin-left: 4px;
}

.page-v2-palyout-header{
	height: 500px;
}

.pg-v2-clavet{
    padding: 70px 0;
}

.pg-v2-clavet .title-vlv2{
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    line-height: 40px;
}

.pg-v2-clavet .sub-title-vlv2{
    color: #eceff1;
    font-size: 16px;
    font-weight: 100;
    opacity: 0.7;
    margin-top: 1.3rem;
}

.pg-v2-clavet .ahref-title-vlv2{
    background: #62d97b;
    color: #fff;
    font-size: 11px;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: 500;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.03);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 22px;
    display: -webkit-inline-box;
}

.pg-v2-clavet .ahref-title-vlv2:hover{
    background: #53bb69;
    color: #fff;
	text-decoration: none;
    text-transform: uppercase;
}

.plan-ressler-v2{
    border-right: 1px solid #f0f0f0;
    padding: 60px 10px 100px;
}

.plan-ressler-v2 .res-titl{
    color: #2d2f37;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 10px;
}

.plan-ressler-v2 .res-titl span{
    color: #2d2f37;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 7px;
}

.plan-ressler-v2 .res-price{
    font-size: 46px;
    font-weight: 300;
    margin-top: 10px;
    color: #0f68b8;
    text-align: center;
    width: 100%;
    display: block;
}

.plan-ressler-v2 .res-price i{
    color: #9fa5ae;
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-top: -10px;
}


.plan-ressler-v2 .body-ress-v2{
    margin: 30px 0;
}


.plan-ressler-v2 .body-ress-v2 p{
    list-style: none;
    font-size: 12px;
    color: #54565b;
    font-weight: 400;
    margin: 0;
    padding: 9px 0;
    text-align: center;
}

.plan-ressler-v2 .body-ress-v2 a{
    background: #46a9ed;
    color: #fff;
    font-size: 11px;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: 500;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.03);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    display: -webkit-inline-box;
}

.plan-ressler-v2 .body-ress-v2 a:hover{
    background: #3b94d2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.no-border{
	border: 0;
}

.bner-rsler-gb{
	padding: 60px 0;
	z-index: 1 !important;
}

.bner-rsler-gb p{
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.wallpaper{
    position: absolute;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(https://picsum.photos/1920/1080)
  }
.bner-rsler-gb p a{
    background: #62d97b;
    color: #fff;
    font-size: 11px;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: 500;
    -webkit-box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 2px 2px 25px 0px rgba(0,0,0,0.03);
    box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 20px;
}

.padding10-0{
	padding: 10px 0;
}

.padding20-0{
	padding: 20px 0;
}

.padding30-0{
	padding: 30px 0;
}

.padding40-0{
	padding: 40px 0;
}

.padding50-0{
	padding: 50px 0;
}

.padding60-0{
	padding: 60px 0;
}

.padding70-0{
	padding: 70px 0;
}

.padding80-0{
	padding: 80px 0;
}

.padding100-0{
	padding: 90px 0;
}

.padding100-0{
	padding: 100px 0;
}

.badding-bottom-10{
	padding-bottom: 10px
}

.badding-bottom-20{
	padding-bottom: 20px
}

.badding-bottom-30{
	padding-bottom: 30px
}

.badding-bottom-40{
	padding-bottom: 40px
}

.badding-bottom-50{
	padding-bottom: 50px
}

.badding-bottom-60{
	padding-bottom: 60px
}

.badding-bottom-70{
	padding-bottom: 70px
}

.badding-bottom-80{
	padding-bottom: 80px
}

.badding-bottom-90{
	padding-bottom: 90px
}


.badding-bottom-100{
	padding-bottom: 100px
}

.simple-title{
    text-align: center;
    font-weight: bold;
    color: #646673;
    font-size: 1.5rem;
}

.simple-title span{
    display: block;
    font-size: 15px;
    font-weight: 100;
    margin-top: 9px;
    padding-bottom: 60px;
}

.res-info-img-text{
    margin-bottom: 45px;
    margin-top: 20px;
}

.res-info-img-text img{
    width: 45px;
    margin: auto;
    margin-top: 6px;
    display: inherit;
}

.res-info-img-text .res-info-img h5{
    font-weight: 500;
    font-size: 16px;
    color: #5a5b69;
}

.res-info-img-text .res-info-img p{
    font-size: 13px;
    color: #9ca3a7;
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    transition: all 0s ease-in-out !important;
    margin-top: 0;
}
}





























section.footer-section  {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #0d0d14;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  display: block;
  padding: 30px 0 100px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
div.col-4.first-panu-footer  {
  -moz-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}
img.footer-logo  {
  border-style: none;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  width: 90px;
}
p.footer-text  {
  color: #7d809d;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 1rem;
  margin-top: 0;
  text-shadow: rgba(0,0,0,.04) 2px 3px 5px;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
p.footer-cpy  {
  color: #7d809d;
  font-family: "Ubuntu",sans-serif;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 1rem;
  margin-top: 23px;
  text-shadow: rgba(0,0,0,.04) 2px 3px 5px;
  text-transform: capitalize;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
img.footer-paypment  {
  border-style: none;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  vertical-align: middle;
  width: 200px;
}

div.col-2.second-panu-footer  {
  -moz-box-flex: 0;
  border-left: 1px solid #3c3e58;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}

.footer span {
  font-weight: 500;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

ul.col-6  {
  -moz-box-flex: 0;
  flex: 0 0 50%;
  float: left;
  margin-bottom: 1rem;
  margin-top: 0;
  max-width: 50%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}
ul.col-6 a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 0;
  text-decoration: none currentcolor solid;
  text-shadow: rgba(0,0,0,.04) 2px 3px 5px;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
div.col-6.second-panu-footer  {
  -moz-box-flex: 0;
  border-left: 1px solid #3c3e58;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}
h5.tittle-footer  {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 36px;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
ul.col-4  {
  -moz-box-flex: 0;
  flex: 0 0 33.3333%;
  float: left;
  margin-bottom: 1rem;
  margin-top: 0;
  max-width: 33.3333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}

ul.col-4  {
  -moz-box-flex: 0;
  flex: 0 0 33.3333%;
  float: left;
  margin-bottom: 1rem;
  margin-top: 0;
  max-width: 33.3333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}

div.col-6.second-panu-footer  {
  -moz-box-flex: 0;
  border-left: 1px solid #3c3e58;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 15px;
  position: relative;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 100%;
}

div.col-6.second-panu-footer .h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

div.col-6.second-panu-footer .a {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 0;
  text-decoration: none currentcolor solid;
  text-shadow: rgba(0,0,0,.04) 2px 3px 5px;
  transition-delay: 0s;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}


.row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/**** start css with lagom theme **/
.nav-tabs>li>a {
    width: 100%;
}
ul.power_tab li a {
    padding: 10px 5px !important;
}


/*** end css with lagom theme **/
select.form-control.select-inline option {
    color: black;
}
