/*-----------------------------------------------------------------------------------
	    nk-logistics
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:50px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

.cap-ground{
	background-color:rgba(0,0,0,0.55);
	box-shadow:0px 0px 0px rgba(255,255,255,0.66);
	background-position:center bottom;
}

/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,1);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-70{
	max-width:70%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"PT Sans";
}
.container{
	max-width:1920px;
}
.p-style{
	font-size:24px;
	font-family:"PT Sans";
	font-weight:700;
}
.link-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:40px;
	line-height:20px;
}
.h4-style{
	font-family:"PT Sans";
	font-weight:400;
	font-size:20px;
	line-height:30px;
}
.h4-3-style{
	font-family:"PT Sans";
}
.h4-10-style{
	font-family:"PT Sans";
	font-size:20px;
	line-height:30px;
	width:100%;
}
.h4-11-style{
	font-family:"PT Sans";
	font-size:20px;
	line-height:30px;
}
.h4-12-style{
	font-family:"PT Sans";
	font-size:20px;
	line-height:30px;
}
.h4-13-style{
	font-family:"PT Sans";
	font-size:20px;
	line-height:30px;
}
.h2-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:40px;
}
.h3-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h2-services-style{
	line-height:48px;
}
.p-bloc-7-style{
	width:100%;
	font-family:"PT Sans";
	font-size:18px;
}
.row-style{
	width:100%;
    margin-left: auto;
    margin-right: auto;
}
.img-style{
	width:515px;
}
.carousel-text-ground{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(0,0,0,0.46);
	background-position:left center;
	box-shadow:0px 0px 19px #000000;
}
.p-4-style{
	font-family:"PT Sans";
	font-size:20px;
	line-height:30px;
}
.p-6-style{
	font-family:"PT Sans";
	font-size:20px;
	color:#5E5E5E!important;
	line-height:24px;
}
.h4-bloc-4-style{
	font-family:"PT Sans";
}
.indent{
	font-family:"PT Sans";
	font-size:18px;
	line-height:30px;
}
.p-bloc-4-style{
	font-size:18px;
	line-height:20px;
	letter-spacing:px;
	color:#302E32!important;
	font-family:"PT Sans";
}
.img-about--style{
	width:387px;
}
.img-6-style{
	width:361px;
}
.img-customs-lo-style{
	width:108px;
}
.img-8-style{
	width:114px;
}
.img-bloc-6-style{
	width:113px;
}
.img-10-style{
	width:113px;
	height:112px;
}
.img-9-style{
	width:113px;
	height:112px;
}
.img-dcaa-lo-style{
	width:166px;
}
.link-n-k-logistics-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:30px;
}
.btm-logo{
	width:136px;
	margin-top:-85px;
}
.container-div-19198-style{
	height:90px;
}
.bloc-style{
	height:180px;
}
.h1-style{
	width:100%;
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h3-8-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.p-bloc-20-style{
	font-size:20px;
	line-height:30px;
}
.h3-about-us-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:36px;
}
.img-servi-style{
	height:500px;
}
.h5-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	width:100%;
	font-size:18px;
}
.h5-bloc-24-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:18px;
}
.h5-3-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	width:100%;
	font-size:18px;
}
.h5-2-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:18px;
	width:100%;
}
.h5-1-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	font-size:18px;
}
.img-27-style{
	width:82px;
}
.p-bloc-25-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.p-11-style{
	font-size:20px;
}
.p-12-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.img-28-style{
	width:80px;
}
.h3-bloc-25-style{
	font-size:20px;
}
.h3-bloc-22-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h3-bloc-33-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h3-15-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
	line-height:20px;
}
.p-17-style{
	line-height:18px;
}
.p-bloc-33-style{
	line-height:18px;
}
.h2-8-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.checkbox-style{
	height:52px;
}
.row-bloc-6-style{
	width:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFF;
}
.bgc-dark-slate-gray{
	background-color:#284D71;
}
.bgc-sunglow{
	background-color:#F8CC34;
}
.bgc-bistre{
	background-color:#2E292A;
}

/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-bistre{
	color:#2E292A!important;
}
.tc-dark-slate-gray{
	color:#284D71!important;
}
.tc-black{
	color:#000000!important;
}

/* Button colour styles */

.btn-sunglow{
	background:#F8CC34;
	color:rgba(0,0,0)!important;
}
.btn-sunglow:hover{
	background:#c6a32a!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-dark-slate-gray{
	background:#284D71;
	color:#FFFFFF!important;
}
.btn-dark-slate-gray:hover{
	background:#203e5a!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FEFFFF!important;
}
.ltc-white:hover{
	color:#cbcccc!important;
}

/* Icon colour styles */

.icon-red{
	color:#FF0002!important;
	border-color:#FF0002!important;
}

/* Bloc image backgrounds */

.bg-Service-2{
	background-image:url("img/Service-2.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}
#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.btm-logo{
		width:92px;
		margin-top:-70px;
	}
	.img-servi-style{
		;
	}
	.container-div-bloc-7-style{
		height:78px;
	}
	.img-integri-style{
		width:88px;
		height:88px;
	}
	.img-teamwo-style{
		width:88px;
		height:88px;
	}
	.img-innovati-style{
		width:88px;
		height:88px;
	}
	.img-empow-style{
		width:88px;
		height:88px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.btm-logo{
		width:76px;
		margin-top:-65px;
	}
	.container-div-bloc-6-style{
		height:69px;
	}
	.container-div-style{
		height:69px;
	}
	.p-bloc-7-style{
		width:100%;
	}
	.row-style{
		width:86.93%;
	}
	.img-servi-style{
		;
	}
	.img-empow-style{
		width:88px;
		height:88px;
	}
	.img-teamwo-style{
		width:88px;
		height:88px;
	}
	.p-bloc-25-style{
		font-size:22px;
	}
	.p-12-style{
		font-size:22px;
	}
	.img-innovati-style{
		width:88px;
		height:88px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.p-bloc-7-style{
		width:100%;
	}
	.img-dcaa-lo-style{
		width:126px;
	}
	.container-div-style{
		height:70px;
	}
	.container-div-bloc-6-style{
		height:70px;
	}
	.container-div-0-style{
		height:70px;
	}
	.row-style{
		width:77.74%;
	}
	.img-servi-style{
		height:300px;
	}
	.carousel-style{
		width:100%;
	}
	.img-integri-style{
		width:88px;
		height:88px;
	}
	.img-teamwo-style{
		width:88px;
		height:88px;
	}
	.img-innovati-style{
		width:88px;
		height:88px;
	}
	.img-empow-style{
		width:88px;
		height:88px;
	}
	
}

@media screen and (min-width: 440px){
            .rwd-break { display: none; }
}
@media screen and (max-width: 440px){
            .pipe { display:none; }
}
@media screen and (max-width: 440px){
            .ignore-br {
             break-after: none;
    }
}

/*======================================
	Footer CSS
========================================*/
.footer {
    background-color: #203e5a;
    position: relative;
}

.footer .top-arrow .btn {
    position: absolute;
    top: 0;
    left: 50%;
    width: 65px;
    height: 65px;
    line-height: 55px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin: -32.5px 0 0 -32.5px;
    border: 5px solid #fff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
	z-index: 1000;
	background-color:#000;
}

.footer .top-arrow .btn:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
}

.footer .footer-top {
    padding: 50px 0 20px;
}

.footer. footer-note {
    color: #fff;
    text-align: center !importan
}

.footer .single-widget {
    margin-top: 30px;
}

.footer .single-widget h2 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.footer .single-widget li {
    color: #bbb;
    position: relative;
    margin-bottom: 10px;
}

.footer .single-widget li i {
    margin-right: 5px;
}

.footer .single-widget .list li:last-child {
    margin-bottom: 0px;
}

.footer .single-widget li a {
    color: #bbb;
}

.footer .single-widget li:hover a {
    padding-left: 5px;
}

/* About Widget */
.footer .single-widget.about {}

.footer .single-widget.about p {
    color: #bbb;
}

.footer .single-widget.about .list {
    margin-top: 15px;
}

/* Twitter Widget */
.footer .single-tweet {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.footer .single-tweet:last-child {
    margin: 0;
}

.footer .single-tweet i {
    left: 0;
    font-size: 37px;
    top: 5px;
    position: absolute;
    z-index: 3;
    opacity: 0.3;
}

.footer .single-tweet p {
    color: #bbb;
}

.footer .single-tweet p a {
    font-weight: 500;
    margin-right: 5px;
}

.footer .single-tweet p a:hover {
    color: #fff;
}

/* Newsletter */
.footer .single-widget.newsletter p {
    color: #bbb;
}

.footer .single-widget.newsletter form {
    margin-top: 20px;
}

.footer .single-widget.newsletter input {
    width: 100%;
    padding: 10px 25px;
    color: #eee;
    border-radius: 0px;
    text-transform: capitalize;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .single-widget.newsletter input::-webkit-input-placeholder {
    opacity: 1;
    color: #bbb !important;
}

.footer .single-widget.newsletter input::-moz-placeholder {
    opacity: 1;
    color: #bbb !important;
}

.footer .single-widget.newsletter::-ms-input-placeholder {
    opacity: 1;
    color: #bbb !important;
}

.footer .single-widget.newsletter input:hover {
    padding-left: 30px;
}

.footer .single-widget.newsletter button {
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 3px;
}

.footer .single-widget.newsletter button:hover {
    background: #fff;
    color: #333;
}

/* Footer Bottom */
.footer .footer-bottom {
    background-color: #343a40;
    text-align: center;
}

.footer .bottom-top {
/*    border-top: 1px solid rgba(255, 255, 255, 0.2); 
    padding: 15px 0;*/
}

/* Social */
.footer .social {
    margin-bottom: 10px;
}

.footer .social li {
    display: inline-block;
    /*margin-right: 5px; */
    color: #bbb;
    font-weight: 500;
}

.footer .social li:last-child {
    margin: 0;
}

.footer .social a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
}

.footer .social li:hover a {
    background: #fff;
    border-color: transparent;
}

.footer .copyright p {
    color: #ddd;
    margin: 0;
    text-transform: capitalize;
}

.footer-nk {
    line-height: 30px;
    text-align: center;
    color: #fff;
}

ul.footer .copyright p a:hover {
    color: #fff;
}

.dd {
    color: #D93552;
    font-weight: 600;
    position: relative;
    padding-right: 10px;
}

/*---------------------------  */

ul {
/*	display: flex;
	flex-direction: column;
	align-items: start;
	list-style-type: none; */
  }
  ul li {
	padding: 2px 0;
  }
  ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-family:"PT Sans";
	font-weight:500;
	  
	font-size: 1rem;;
	color: #ecf0f1;
/*	text-transform: uppercase;  */
	padding: 2px 0;
	transition: 0.5s;
  }
  ul li a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	top: 100%;
	left: 0;
	background: #056079;
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
  }
  ul li a:hover {
	color: #056079;
  }
  ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
  }
  
  /*--------------------------------- */

.sameheight {
height: 160px;
}

p-bloc li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.px16 {
padding-left: 16px !important;
padding-right: 16px !important;
}
.grid {
display: flex;
}
/* .s-sidebarwidget--item {}
margin: 12px 0;
}  */
.grid--cell1 {
flex-basis: 6%;
}
.fl-shrink0 {
flex-shrink: 0;
}

.img-fluid2 {
max-width: 20%;
height: auto;
}

.img-fluid3 {
max-width: 60%;
height: auto;
}
.offset-lg-3 {
margin-left: 14%;
}


@media all and (min-width: 480px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 479px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}

.ad-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.66s ease-out;
}
.ad-wrapper.loaded {
  height: 100px;
}
.nav-link !Important {
/* display: block; */
padding: 0.5rem 1rem;
}