/*
Theme Name: Cargo
Theme URI: #
Author: DL Cargo
Description: Custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.dlinnercargo-intro-section {
    position: relative;
    padding: 80px 0;
}
.dlinnercargo-intro-section h2 {
	display: block;
	font-size: 32px;
	color: #000;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
}
.dlinnercargo-intro-section p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlinnercargo-intro-section .imgbx img {
    width: 100%;
    height: auto;
    transition: all .4s;
    border-radius: 50px;
}

.dlinnercargo-intro-section .imgbx {
    margin-right: 20px;
}
.dlinnercargo-intro-section .msnbx {
	width: 100%;
	float: left;
	padding: 30px 0 0;
}
.dlinnercargo-intro-section .msnbx .lticn {
	width: 15%;
	float: left;
}
.dlinnercargo-intro-section .msnbx .dscbx {
	width: 85%;
	float: left;
}
.dlinnercargo-intro-section .msnbx .dscbx h6 {
	font-size: 20px;
	color: #079e2c;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.dlinner-ourservice-section {
    position: relative;
    padding: 80px 0;
}
.dlinner-ourservice-section .inner-servc-bx img {
    border-radius: 20px;
}
.dlinner-ourservice-section .inner-servc-bx h3 {
    position: relative;
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 0;
}
.dlinner-ourservice-section .inner-servc-bx .morbtn {
	display: block;
	padding: 30px 0 10px;
}
.dlinner-ourservice-section .inner-servc-bx .morbtn a {
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 0 0 46px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.dlinner-ourservice-section .inner-servc-bx .morbtn a:hover {
	color: #079e2c;
}
.dlinner-ourservice-section .inner-servc-bx .morbtn a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	background: url(./assets/images/wht-arw.png) no-repeat 55% 10px #079e2c;
	background-size: 14px 18px;
}
.dlinner-ourservice-section .inner-servc-bx {
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    margin-bottom:30px;
}
.dllocations-section {
    position: relative;
    padding: 80px 0;
}

.dllocations-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /* clears floats */
}
.dllocations-grid li {
    width: 50%;
    float: left;
    margin: 5px 0;
}

.dllocations-grid li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    background: url("./assets/images/tickicn1.png") no-repeat 0 6px;
    background-size: 14px 14px;
    padding-left: 26px;
    text-decoration: none;
}
.dllocations-grid li a:hover {
    color: #4f46e5;
}

.dlinner-abtvision-section {
	position: relative;
	padding: 80px 0;
}
.dlinner-abtvision-section h4 {
	position: relative;
	z-index: 1;
	font-size: 25px;
	color: #131c21;
	font-weight: 600;
	line-height: 30px;
	margin: 20px 0 10px;
	padding: 0;
}
.dlinner-abtvision-section p {
	position: relative;
	z-index: 1;
	font-size: 15px;
	color: rgba(19,28,33,0.6);
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.dlinner-abtvision-section img {
	position: relative;
	z-index: 1;
}

.dlinner-abtvision-section .inbgt-bx img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #079e2c;
    padding: 5px;
}

.dlinner-abtvision-section .inbgt-bx {
    position: relative;
    float: right;
    width: 60px;
    border-radius: 50%;
}
.dlinner-abtvision-section .vion-tbx {
	position: relative;
	float: left;
	width: 84%;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0 15px;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	min-height: 375px;
}
.dlinner-abtvision-section .misn-tbx {
    position: relative;
    float: right;
    width: 84%;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    min-height: 375px;
}
.dlinner-aboutpge-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
.dlinner-aboutpge-section p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.dlinner-aboutpge-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.dlinner-aboutpge-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.dlinner-contctpgecont-section {
	position: relative;
	padding: 100px 0;
    background-color: #f7f7f7;
}
.dlinner-contctpgecont-section .innr-quoteform h3 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.dlinner-contctpgecont-section .innr-quoteform {
	width: 100%;
	float: left;
}
.dlinner-contctpgecont-section .innr-quoteform .inpnme {
	width: 47%;
	float: left;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #ddb460;
	font-weight: normal;
	line-height: 24px;
	padding: 18px;
	margin: 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform .inpnme::placeholder {
 color:#ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform .inpcal {
	width: 47%;
	float: left;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #ddb460;
	font-weight: normal;
	line-height: 24px;
	padding: 18px;
	margin: 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform .inpcal::placeholder {
 color:#ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform .inpeml {
	width: 47%;
	float: left;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #ddb460;
	font-weight: normal;
	line-height: 24px;
	padding: 18px;
	margin: 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform .inpeml::placeholder {
 color:#ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform textarea {
	width: 96.2%;
	height: 210px;
	float: left;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #ddb460;
	font-weight: normal;
	line-height: 24px;
	padding: 18px;
	margin: 10px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform textarea::placeholder {
 color: #ddb460;
}
.dlinner-contctpgecont-section .innr-quoteform .sbmt-btn {
	float: left;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
	padding: 15px 30px;
	margin: 10px;
	background: #333;
	text-transform: uppercase;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.dlinner-contactaddress-section {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}
.dlinner-contactaddress-section .inn-iconbx {
	position: relative;
	text-align: center;
	border: 1px solid #e9e8ed;
	border-radius: 30px;
	padding: 15px;
	margin: 15px 0;
	min-height: 320px;
}
.dlinner-contactaddress-section .inn-iconbx h4 {
	display: block;
	color: #282a3d;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.5px;
	padding: 30px 0 0;
	margin: 0;
}
.dlinner-contactaddress-section .inn-iconbx h4 strong {
	display: block;
	font-size: 30px;
	font-weight: 600;
}
.dlinner-contactaddress-section .inn-iconbx p {
	display: block;
	color: #282a3d;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.2px;
	padding: 10px 0;
	margin: 0;
}
.dlinner-contactaddress-section .inn-iconbx p a {
	display: block;
	color: #282a3d;
	text-decoration: none;
}
.dlinner-contactaddress-section .inn-iconbx .imgicn1 {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(./assets/images/addes.png) no-repeat 50% 50% #fff;
	background-size: 50px 46px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	transition: 0.8s;
}
.dlinner-contactaddress-section .inn-iconbx:hover .imgicn1 {
	background: url(./assets/images/addes.png) no-repeat 50% 50% #fff;
	background-size: 50px 46px;
	-webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	transform: rotateY(360deg);
}
.dlinner-contactaddress-section .inn-iconbx .imgicn2 {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(./assets/images/mailbx.png) no-repeat 50% 50% #fff;
	background-size: 50px 46px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	transition: 0.8s;
}
.dlinner-contactaddress-section .inn-iconbx:hover .imgicn2 {
	background: url(./assets/images/mailbx.png) no-repeat 50% 50% #fff;
	background-size: 50px 46px;
	-webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	transform: rotateY(360deg);
}
.dlinner-contactaddress-section .inn-iconbx .imgicn3 {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(./assets/images/callbx.png) no-repeat 50% 50% #fff;
	background-size: 50px 46px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	transition: 0.7s;
}
.dlinner-contactaddress-section .inn-iconbx:hover .imgicn3 {
	background: url(./assets/images/callbx.png) no-repeat 50% 50% #fff;
	background-size: 50px 46px;
	-webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
	transform: rotateY(360deg);
}
.dlinner-servcepgecont-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-section ul li {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(./assets/images/tickicn1.png) no-repeat 0 10px;
	background-size: 14px 15px;
	margin: 0;
	padding: 5px 0 5px 22px;
}
b, strong {
    font-weight: 600;
}
.dlinner-servcepgecont-section3 h5 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 30px 0 20px;
    padding: 0;
    text-align: center;
}
.dlinner-servcepgecont-section3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-section3 ul li {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(./assets/images/tickicn1.png) no-repeat 0 10px;
	background-size: 14px 15px;
	margin: 0;
	padding: 5px 0 5px 22px;
}
.dlinner-servcepgecont-section1 p a {
    color: #d1caca;
}
.dlinner-servcepgecont-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-sectionul li {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(./assets/images/tickicn1.png) no-repeat 0 10px;
	background-size: 14px 15px;
	margin: 0;
	padding: 5px 0 5px 22px;
}
.dlinner-servcepgecont-section1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dlinner-servcepgecont-section1 ul li {
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	background: url(./assets/images/tickicn1.png) no-repeat 0 10px;
	background-size: 14px 15px;
	margin: 0;
	padding: 5px 0 5px 22px;
}
.dlinner-servcepgecont-section3 h4 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 50px;
    padding: 0;
}
.dlinner-servcepgecont-section1 h2 {
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}
.dlblog-list-section {
    padding: 60px 0;
    position: relative;
}

.dlpost-bx {
    display: block;
    width: 100%;
    float: left;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px dotted #afafaf;
    position: relative;
}

.dlpost-description {
    padding: 0 20px 20px;
    width: 60%;
    float: left;
}

.dlpost-img {
    width: 40%;
    float: left;
}

.dlpost-description p {
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.dlpost-post-btn{
    display: block;
    padding: 10px 0 10px;
}
.dlpost-post-btn a {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 0 0 46px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}
.dlpost-date {
    color: #079e2c;
}
.dlpost-post-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: url(./assets/images/wht-arw.png) no-repeat 55% 10px #ddb460;
    background-size: 14px 18px;
}
.dlpost-description h2 {
    position: relative;
    font-size: 24px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

/* Sidebar wrapper */
.dlsidebar {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Sidebar sections */
.dlrecent-post {
    margin-bottom: 30px;
}

/* Sidebar headings */
.dlrecent-post h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #079e2c;
}

/* Lists */
.dlrecent-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List items */
.dlrecent-post ul li {
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

/* Custom bullet */
.dlrecent-post ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #079e2c;
    font-size: 18px;
    line-height: 1;
}

/* Links */
.dlrecent-post ul li a {
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover effect */
.dlrecent-post ul li a:hover {
    color:#079e2c;
}

/* Category list spacing */
.dl-category-list ul li {
    margin-bottom: 10px;
}
.dlinner-blog-section {
    padding: 60px 0;
    position: relative;
}
.dlinner-blog-section .dlpost-content-wrapper h1 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 14px;
    padding: 0;
}
.dlinner-blog-section .dlpost-content-wrapper h2 {
    display: block;
    font-size: 29px;
    color: #000;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.dlinner-blog-section .dlpost-content-wrapper h3 {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 33px;
    font-weight: 600;
    margin: 19px 0;
    padding: 0;
}
.dlinner-blog-section .dlpost-content-wrapper h4 {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 33px;
    font-weight: 600;
    margin: 19px 0;
    padding: 0;
}
.dlinner-blog-section .dlpost-content-wrapper h5 {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 33px;
    font-weight: 600;
   margin: 19px 0;
    padding: 0;
}
.dlinner-blog-section .dlpost-content-wrapper p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.dlinner-blog-section .dlpost-content-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dlinner-blog-section .dlpost-content-wrapper ul li {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(./assets/images/tickicn1.png) no-repeat 0 10px;
	background-size: 14px 15px;
	margin: 0;
	padding: 5px 0 5px 22px;
}
.dlinner-blog-section .dlpost-content-wrapper strong {
    font-weight: 600;
}
.dlinner-blog-section .dlpost-content-wrapper .featured-image {
	float: right;
	width: 44%;
	height: auto;
	border-radius: 80px;
	margin: 0 0 0 20px;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
header .dlcall-emlbx {
    float: right;
    display: flex;
}
.dlnotfound-section {
    padding: 90px 0;
}
.dlnotfound-section h2 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
a{
    color:#079e2c;
}
::selection {
    background-color:#ddb460;
   color:#fff; 
}
.dlinner-page-detail-section {
    padding: 60px 0;
}
.dlinner-page-detail-section h1 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.dlinner-page-detail-section h2 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.dlinner-page-detail-section h3 {
    display: block;
    font-size: 32px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.dlinner-page-detail-section p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
p:empty {
    display: none;
}
img{
	max-width:100%;
	height:auto;
	overflow-x:hidden;
}
/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #f79420;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #f79420;
    color: #fff;
}