body {
	font-family: "Open Sans", sans-serif;
	color: #444
}
a {
	color: #009970
}
a:hover {
	color: #00cc95;
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	font-family: Raleway, sans-serif
}
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #009970;
	color: #fff;
	transition: all .4s
}
.back-to-top i:hover {
	background: #00805d;
	color: #fff
}

@media screen and (max-width:768px) {
[data-aos-delay] {
	transition-delay: 0!important
}
}
#header {
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	top: 0;
	background: #fff;
	box-shadow: 0 0 10px 0 #00000033;
	padding-bottom: 10px
}
#header .header-container {
	background: #fff
}
#header.header-scrolled {
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	top: 0
}
#header .logo {
	overflow: hidden;
	padding: 0;
	background: #192964
}
#header .logo h1 {
	font-size: 26px;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	font-family: Poppins, sans-serif
}
#header .logo h1 a, #header .logo h1 a:hover {
	color: #fff;
	text-decoration: none
}
#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 77px;
	width: 170px
}

@media (max-width:992px) {
#header {
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	top: 0;
	background: #009970
}
#header .header-container, #header.header-scrolled {
	background: #009970
}
#header .logo h1 {
	font-size: 24px
}
}
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}
.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	float: left
}
.nav-menu a {
	display: block;
	position: relative;
	color: #000;
	padding: 10px 10px;
	transition: .3s;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Poppins, sans-serif
}
.nav-menu .active>a, .nav-menu a:hover, .nav-menu li:hover>a {
	color: #ed1c24;
	text-decoration: none
}
.nav-menu .get-started a {
	background: #ed1c24;
	color: #fff;
	border-radius: 50px;
	margin: 0 15px;
	padding: 10px 25px
}
.nav-menu .get-started a:hover {
	background: #192964;
	color: #fff
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0;
	background: #fff;
	box-shadow: 0 0 30px rgba(127,137,161,.25);
	transition: ease all .3s
}

.nav-menu .drop-down:hover >ul {
	opacity: 1; 
	top: 100%;
	visibility: visible !important
}
.nav-menu .drop-down li {
	min-width: 225px;
	position: relative;
}
.nav-menu .drop-down ul a {
    padding: 0 15px 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}
.nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul li:hover>a {
	color: #ffffff
}
.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px)
}
.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%
}
.nav-menu .drop-down .drop-down>a {
	padding-right: 35px
}
.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px
}

@media (max-width:1366px) {
.nav-menu .drop-down .drop-down ul {
	left: -100%;
    top: 100%;
}
.nav-menu .drop-down .drop-down:hover>ul {
	left: auto;
    right: 100%;
}
.nav-menu .drop-down .drop-down>a:after {
	content: "\ea9d"
}
}
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: 0!important;
	line-height: 1;
	cursor: pointer;
	text-align: right
}
.mobile-nav-toggle i {
	color: #fff
}
.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out .2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #36343a;
	padding: 10px 20px;
	font-weight: 500;
	outline: 0
}
.mobile-nav .active>a, .mobile-nav a:hover, .mobile-nav li:hover>a {
	color: #009970;
	text-decoration: none
}
.mobile-nav .get-started {
	text-align: center
}
.mobile-nav .get-started a {
	background: #009970;
	color: #fff;
	border-radius: 50px;
	margin: 0 15px;
	padding: 10px 25px;
	display: inline-block
}
.mobile-nav .get-started a:hover {
	background: #00c28e;
	color: #fff
}
.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px
}
.mobile-nav .active.drop-down>a:after {
	content: "\eaa1"
}
.mobile-nav .drop-down>a {
	padding-right: 35px
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden
}
.mobile-nav .drop-down li {
	padding-left: 20px
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(29,28,31,.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out .2s
}
.mobile-nav-active {
	overflow: hidden
}
.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff
}
#hero {
	width: 100%;
	background-size: cover;
	position: relative
}
#hero .container {
	padding-top: 80px
}
#hero:before {
	content: "";
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0
}
#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff
}
#hero h2 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 15px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase
}
#hero .btn-get-started {
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: .5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff
}
#hero .btn-get-started:hover {
	background: #009970;
	border: 2px solid #009970
}

@media (min-width:1024px) {
#hero {
	background-attachment: fixed
}
}

@media (max-width:768px) {
#hero {
	height: 100vh
}
#hero .container {
	padding-top: 60px
}
#hero h1 {
	font-size: 32px;
	line-height: 36px
}
}
section {
	overflow: hidden
}
.section-bg {
	background-color: #f6f6f7
}
.section-title {
	padding-bottom: 30px
}
.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}
.section-title h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #009970;
	bottom: 0;
	left: 0
}
.section-title p {
	margin-bottom: 0
}
.clients {
	background: #f6f6f7;
	text-align: center;
	padding: 5px 0
}
.clients img {
	width: 40%;
	-webkit-filter: grayscale(100);
	filter: grayscale(100);
	transition: all .4s ease-in-out;
	display: inline-block;
	padding: 15px 0
}
.clients img:hover {
	-webkit-filter: none;
	filter: none;
	transform: scale(1.1)
}
.about .content h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 20px;
	text-transform: uppercase
}
.about .content h3 {
	font-weight: 500;
	line-height: 32px;
	font-size: 24px
}
.about .content ul {
	list-style: none;
	padding: 0
}
.about .content ul li {
	padding: 10px 0 0 28px;
	position: relative
}
.about .content ul i {
	left: 0;
	top: 7px;
	position: absolute;
	font-size: 20px;
	color: #009970
}
.about .content p:last-child {
	margin-bottom: 0
}
.counts {
	background: #009970;
	padding: 40px 0 20px 0;
	color: #fff
}
.counts .counters span {
	font-size: 36px;
	display: block;
	font-weight: 700
}
.counts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: Raleway, sans-serif;
	font-size: 15px;
	font-weight: 500
}
.why-us .content {
	padding: 30px;
	background: #009970;
	border-radius: 4px;
	color: #fff
}
.why-us .content h3 {
	font-weight: 700;
	font-size: 34px;
	margin-bottom: 30px
}
.why-us .content p {
	margin-bottom: 30px
}
.why-us .content .more-btn {
	display: inline-block;
	background: rgba(255,255,255,.1);
	padding: 6px 30px 8px 30px;
	color: #fff;
	border-radius: 50px;
	transition: all ease-in-out .4s
}
.why-us .content .more-btn i {
	font-size: 14px
}
.why-us .content .more-btn:hover {
	color: #009970;
	background: #fff
}
.why-us .icon-boxes .icon-box {
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	padding: 40px 30px;
	width: 100%;
	transition: .3s
}
.why-us .icon-boxes .icon-box i {
	font-size: 40px;
	color: #009970;
	margin-bottom: 30px
}
.why-us .icon-boxes .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 30px 0
}
.why-us .icon-boxes .icon-box p {
	font-size: 15px;
	color: #848484
}
.why-us .icon-boxes .icon-box:hover {
	box-shadow: 0 5px 25px rgba(0,0,0,.15)
}
.cta {
	background: linear-gradient(rgba(2,2,2,.7), rgba(0,0,0,.7)), url(../img/cta-bg.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0
}
.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700
}
.cta p {
	color: #fff
}
.cta .cta-btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: .5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff
}
.cta .cta-btn:hover {
	background: #009970;
	border: 2px solid #009970
}
.services .icon-box {
	text-align: center;
	padding: 40px 20px;
	transition: all ease-in-out .3s;
	background: #fff
}
.services .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50px;
	border: 1px solid #009970;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: ease-in-out .3s;
	color: #009970
}
.services .icon-box .icon i {
	font-size: 28px
}
.services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px
}
.services .icon-box h4 a {
	color: #36343a;
	transition: ease-in-out .3s
}
.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0
}
.services .icon-box:hover {
	border-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1)
}
.services .icon-box:hover h4 a {
	color: #009970
}
.services .icon-box:hover .icon {
	color: #fff;
	background: #009970
}
.portfolio .portfolio-item {
	margin-bottom: 30px
}
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 20px auto;
	list-style: none;
	text-align: center
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 16px 8px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 5px;
	transition: all .3s ease-in-out;
	border-radius: 50px;
	font-family: Poppins, sans-serif
}
.portfolio #portfolio-flters li.filter-active, .portfolio #portfolio-flters li:hover {
	color: #fff;
	background: #009970
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0
}
.portfolio .portfolio-wrap {
	transition: .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(54,52,58,.6)
}
.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(54,52,58,.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all ease-in-out .3s;
	z-index: 2;
	opacity: 0
}
.portfolio .portfolio-wrap img {
	transition: all ease-in-out .3s
}
.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out .3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 20px
}
.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600
}
.portfolio .portfolio-wrap .portfolio-info p {
	color: rgba(255,255,255,.7);
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-style: italic
}
.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4
}
.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 28px;
	display: inline-block;
	transition: .3s
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #00cc95
}
.portfolio .portfolio-wrap:hover::before {
	opacity: 1
}
.portfolio .portfolio-wrap:hover img {
	transform: scale(1.2)
}
.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1
}
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px 30px 0 30px;
	margin: 30px 15px;
	text-align: center;
	min-height: 350px;
	box-shadow: 0 2px 12px rgba(0,0,0,.08);
	background: #fff
}
.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto
}
.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	color: #111
}
.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: #66ffd6;
	font-size: 26px
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px
}
.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto
}
.testimonials .owl-dots, .testimonials .owl-nav {
	margin-top: 5px;
	text-align: center
}
.testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd!important
}
.testimonials .owl-dot.active {
	background-color: #009970!important
}

@media (max-width:767px) {
.testimonials {
	margin: 30px 10px
}
}
.team {
	background: #fff
}
.team .member {
	position: relative;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	padding: 30px;
	border-radius: 10px;
	text-align: center
}
.team .member .pic {
	overflow: hidden;
	width: 150px;
	border-radius: 50%;
	margin: 0 auto 20px auto
}
.team .member .pic img {
	transition: ease-in-out .3s
}
.team .member:hover img {
	transform: scale(1.1)
}
.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #36343a
}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500
}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #b5b3ba;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}
.team .member p {
	margin: 10px 0 0 0;
	font-size: 14px
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center
}
.team .member .social a {
	transition: ease-in-out .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	background: #a8a5ae
}
.team .member .social a i {
	color: #fff;
	font-size: 16px;
	margin: 0 2px
}
.team .member .social a:hover {
	background: #009970
}
.team .member .social a+a {
	margin-left: 8px
}
.contact .info {
	padding: 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1)
}
.contact .info i {
	font-size: 20px;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	background: #009970;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all .3s ease-in-out
}
.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #36343a
}
.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #686470
}
.contact .php-email-form {
	width: 100%;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0,0,0,.12)
}
.contact .php-email-form .form-group {
	padding-bottom: 8px
}
.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: center;
	padding: 15px;
	font-weight: 600
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px
}
.contact .php-email-form input {
	height: 44px
}
.contact .php-email-form textarea {
	padding: 10px 12px
}
.contact .php-email-form button[type=submit] {
	background: #009970;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: .4s;
	border-radius: 50px
}
.contact .php-email-form button[type=submit]:hover {
	background: #00805d
}
 @-webkit-keyframes animate-loading {
 0% {
 transform:rotate(0)
}
 100% {
 transform:rotate(360deg)
}
}
 @keyframes animate-loading {
 0% {
 transform:rotate(0)
}
 100% {
 transform:rotate(360deg)
}
}
.breadcrumbs {
	padding: 15px 0;
	background: #f6f6f7;
	margin-top: 100px
}
.breadcrumbs h2 {
	font-size: 24px;
	line-height: 1;
	font-weight: 400
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px
}
.breadcrumbs ol li+li {
	padding-left: 10px
}
.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #4f4c55;
	content: "/"
}

@media (max-width:768px) {
.breadcrumbs .d-flex {
	display: block!important
}
.breadcrumbs ol {
	display: block
}
.breadcrumbs ol li {
	display: inline-block
}
}
.portfolio-details {
	padding-top: 40px
}
.portfolio-details .portfolio-details-container {
	position: relative
}
.portfolio-details .portfolio-details-carousel {
	position: relative;
	z-index: 1
}
.portfolio-details .portfolio-details-carousel .owl-dots, .portfolio-details .portfolio-details-carousel .owl-nav {
	margin-top: 5px;
	text-align: left
}
.portfolio-details .portfolio-details-carousel .owl-dot {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd!important
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
	background-color: #009970!important
}
.portfolio-details .portfolio-info {
	padding: 30px;
	position: absolute;
	right: 0;
	bottom: -70px;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	z-index: 2
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px
}
.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px
}
.portfolio-details .portfolio-description {
	padding-top: 50px
}
.portfolio-details .portfolio-description h2 {
	width: 50%;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px
}
.portfolio-details .portfolio-description p {
	padding: 0
}

@media (max-width:768px) {
.portfolio-details .portfolio-info {
	position: static;
	margin-top: 30px
}
}
#footer {
	color: #444;
	font-size: 14px;
	background: #000
}
#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #192964;
    font-size: 17px;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px
}
#footer .footer-top .footer-contact h4 {
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700
}
#footer .footer-top .footer-contact p {
	font-size: 17px;
    line-height: 29px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
#footer{
	font-family: 'Poppins', sans-serif;
}
#footer .footer-top h4 {
	/* font-size: 18px; */
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px
}
#footer .footer-top .footer-contact{
    font-size: 17px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #00c28e;
	font-size: 18px;
	line-height: 1
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}
#footer .footer-top .footer-links ul a {
	color: #dcdcdc;
	transition: .3s;
	display: inline-block;
	line-height: 1
}
#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #ffc107
}
#footer .footer-newsletter {
	font-size: 15px
}
#footer .footer-newsletter h4 {
	/* font-size: 18px; */
	font-weight: 700;
	color: #fff;
	position: relative;
	padding-bottom: 12px
}
#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	text-align: left;
	border: 1px solid #e4e3e6
}
#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px)
}
#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: 0 0;
	font-size: 16px;
	padding: 0 20px;
	background: #009970;
	color: #fff;
	transition: .3s;
	border-radius: 50px;
	box-shadow: 0 2px 15px rgba(0,0,0,.1)
}
#footer .footer-newsletter form input[type=submit]:hover {
	background: #00664b
}
#footer .credits {
	padding-top: 5px;
	font-size: 13px;
	color: #444
}
#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #009970;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s
}
#footer .social-links a:hover {
	background: #00805d;
	color: #fff;
	text-decoration: none
}
ul#menu-menu-1 {
	float: left
}
.footer-contact a img {
	width: 209px;
	padding-bottom: 14px
}
.ta_bb {
	overflow: visible!important
}
.ta_bb .elementor-tabs {
	position: relative;
	margin-top: -66px;
	background: #fff;
	border: none!important;
	box-shadow: 0 7px 13px 0 #0000001a;
	z-index: 9999
}
.ta_bb .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	border: none!important;
	background: #ed1c24!important
}
.ta_bb .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active a {
	color: #fff;
	font-family: Raleway, Sans-serif
}
.elementor-5 .elementor-element.elementor-element-07848f8 .elementor-tab-title {
	background: #192964
}
.elementor-5 .elementor-element.elementor-element-07848f8 .elementor-tab-title a {
	color: #fff;
	font-family: Raleway, Sans-serif
}
.ta_bb .elementor-widget-tabs .elementor-tab-content {
	border: none!important;
	padding-bottom: 50px
}
.slides .caption-wrap {
	width: 360px!important;
	right: 60px!important;
	left: auto!important;
	top: 57px!important;
	height: 360px;
	background: #192964cf!important;
	opacity: 1!important
}
.metaslider .flex-control-nav {
	bottom: 68px!important
}
.metaslider .caption {
	font-size: 26px!important;
	padding: 18% 12%!important;
	line-height: 35px!important;
	color: #fff!important;
	text-align: center
}
.metaslider .caption span {
	float: left;
	color: #ffeb00;
	text-align: center;
	width: 100%;
	font-size: 42px;
	font-weight: 700;
	line-height: 44px
}
.rec figure.elementor-image-box-img img {
	border: 2px solid #1e579a;
	border-radius: 100%;
	padding: 10px
}
.testimonial_slider__minimal .testimonial-star-outer {
	float: left!important;
	padding-top: 10px
}
span.testimonial_by {
	text-align: center
}
.sldr_title {
	border-bottom: 1px dotted #1e579a;
	padding-bottom: 7px;
	text-transform: uppercase;
	background: #1e579a;
	padding: 12px
}
div#testimonial_slider_1_wrap {
	max-width: 100%!important
}
.elementor-widget-tabs .elementor-tab-title {
	background: #192964
}
.elementor-widget-tabs .elementor-tab-title a {
	color: #fff!important
}
.dtdc-tab-cell ul li a {
	color: #000;
	text-shadow: none!important;
	font-family: Raleway, Sans-serif;
	font-size: 16px!important;
	font-weight: 800;
	float: left
}
.dtdc-tab-cell ul li a {
	color: #000;
	text-shadow: none!important;
	font-family: Raleway, Sans-serif;
	font-size: 16px!important;
	font-weight: 800;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 30px
}
.dtdc-tab-cell {
	width: 90%;
	margin: 0 auto
}
.dtdc-tab-cell ul.nav.nav-tabs {
	border: none!important
}
.home-banner-section.inner-page-home-banner {
	margin: 30px 0 0 20px
}
.home-banner-section .dtdc-calc-order {
	width: 100%;
	min-height: 340px;
	position: relative;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 0
}
.home-banner-section .dtdc-calc-order ul.nav-tabs {
	padding: 5px;
	font-weight: 700;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 4%
}
.home-banner-section .dtdc-calc-order ul.nav-tabs li a {
	background: 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 15px;
	margin: 0 0 0 6px;
	font-family: Raleway, sans-serif;
	border: medium none
}
.home-banner-section .dtdc-calc-order ul.nav-tabs li.active a, .home-banner-section .dtdc-calc-order ul.nav-tabs li:hover a {
	background: 0 0;
	border: medium none;
	color: #000;
	padding: 8px 15px;
	font-family: Raleway, sans-serif;
	z-index: 1;
	font-size: 22px!important;
	font-weight: 700!important
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 {
	display: inline-block;
	position: relative;
	width: 100%
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3.colm-block label {
	margin: 0 4px 0 0;
	text-align: left;
	line-height: 30px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3.colm-block input, .home-banner-section .dtdc-calc-order .dtdc-calc-box .col3.colm-block label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .col3.colm-block select {
	float: left
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .osccol3 label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .osccol4 label {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	display: inline-block;
	min-width: 104px;
	line-height: 30px;
	font-family: Raleway, sans-serif;
	font-weight: 600
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 label.error {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	min-width: 90px;
	line-height: 20px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 input, .home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 input[type=text], .home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 select, .home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 textarea {
	margin: 0 20px 10px 0;
	display: inline-block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #898989;
	font-size: 14px;
	font-weight: 400;
	font-family: Raleway, sans-serif
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 .small-select-box {
	width: 77px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .col3 label.error {
	color: #da251c;
	font-size: 12px;
	font-family: Raleway, sans-serif;
	font-style: italic;
	background: none repeat scroll 0 0 #fff;
	display: inline-block;
	left: 40%;
	padding: 4px;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list {
	position: relative;
	background: #00154a;
	float: left;
	width: 100%;
	margin-top: 22px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul {
	list-style-type: none;
	counter-reset: li-counter;
	width: 83%;
	margin: 0
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li {
	background: #00154a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 21px;
	font-weight: 500;
	padding: 14px 8px 0 8px;
	margin: 0;
	display: inline-block;
	width: 97%
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li:before {
	content: counter(li-counter);
	counter-increment: li-counter;
	position: absolute;
	left: 0;
	color: #fff;
	font-weight: 700;
	padding: 0 2% 0 1%
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .weight, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width {
	display: inline-block;
	width: 21%;
	float: left
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .weight label, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width label {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	float: left;
	line-height: 30px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height label.error, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght label.error, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or label.error, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .weight label.error, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width label.error {
	color: #da251c;
	font-size: 12px;
	font-family: Raleway, sans-serif;
	font-style: italic;
	background: none repeat scroll 0 0 #fff;
	display: inline-block;
	left: 80px;
	padding: 4px;
	position: absolute;
	top: 8px;
	width: auto;
	z-index: 1;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height span, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght span, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or span, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .weight span, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width span {
	float: left;
	line-height: 28px;
	font-size: 13px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height input[type=number], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height input[type=text], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height select, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght input[type=number], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght input[type=text], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght select, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or input[type=text], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or select, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .weight input[type=text], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .weight select, .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width input[type=number], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width input[type=text], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width select {
	width: 68px;
	height: 32px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0 5px;
	margin: 0 8px;
	font-size: 13px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .height input[type=number], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .lenght input[type=number], .home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .width input[type=number] {
	width: 75px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .or {
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	width: 4%
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .add-list {
	float: right;
	width: 6%;
	position: relative;
	display: inline-block;
	margin-right: 0!important
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .add-list i {
	width: 36px;
	height: 29px;
	line-height: 30px;
	background: #da251c;
	border: medium none;
	color: #00154a;
	text-align: center;
	padding: 0;
	position: absolute;
	right: -15px;
	font-size: 18px;
	font-weight: 400;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .add-list i:after {
	background: url(images/add-list-bg.png) no-repeat;
	bottom: -7px;
	content: "";
	height: 7px;
	position: absolute;
	right: 0;
	width: 6px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .add-list.remove-more-item i {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .dtdc-weight-list ul li .add-list.remove-more-item i:after {
	background: 0 0
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .quote-btn-outer {
	display: inline-block;
	width: 100%;
	position: relative;
	right: 0;
	float: left
}
.home-banner-section .dtdc-calc-order .dtdc-calc-box .quote-btn {
	width: 162px;
	height: 39px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f51c12;
	border: medium none;
	color: #efefef;
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: absolute;
	bottom: 9px;
	right: 9px
}
.home-banner-section .dtdc-track-parcel .col2 {
	margin: 0 0 20px
}
.home-banner-section .dtdc-track-parcel .col2 .track-parcel {
	width: 100%;
	min-height: 139px;
	background-color: #072575;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM2MCAxMzkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1MWQ1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzYwIiBoZWlnaHQ9IjEzOSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #00237d 0, #051d59 100%);
	background-image: -o-linear-gradient(bottom, #00237d 0, #051d59 100%);
	background-image: -webkit-linear-gradient(bottom, #00237d 0, #051d59 100%);
	background-image: linear-gradient(bottom, #00237d 0, #051d59 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}
.home-banner-section .dtdc-track-parcel .col2 .track-parcel h2 {
	color: #192964 !important;
	font-size: 22px;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	border-bottom: 1px solid #15388e;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 30px
}
.home-banner-section .dtdc-track-parcel .col2 .track-parcel h2 span {
	color: #fa9700
}
.home-banner-section .dtdc-track-parcel .col2 .track-parcel .parcel-input {
	padding: 10px 20px
}
.home-banner-section .dtdc-track-parcel .col2 .exp-delivery {
	background: url(images/exp-delivery.png) no-repeat;
	width: 100%;
	min-height: 179px;
	padding: 24px 20px 20px
}
.home-banner-section .dtdc-track-parcel .col2 .exp-delivery .exp-desc {
	background: url(images/van.png) right bottom no-repeat;
	width: 100%;
	height: 162px;
	position: relative;
	bottom: -10px
}
.home-banner-section .dtdc-track-parcel .col2 .exp-delivery .exp-desc h3 {
	font-size: 22px;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	color: #fff
}
.home-banner-section .dtdc-track-parcel .col2 .exp-delivery .exp-desc .exp-price {
	color: #fba100;
	font-size: 36px;
	font-weight: 700
}
input[type=email], input[type=password], input[type=text], select, textarea {
	/*width: 392px;
	height: 40px;*/
	border-radius: 4px!important;
	border: 1px solid #f2f2f2;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.55);
	padding: 0 0 0 10px;
	color: #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}
.searchform input[type=text] {
	width: 170px;
	background-color: #fff;
	border: 0;
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,.55);
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.55);
	box-shadow: inset 0 0 0 rgba(0,0,0,.55);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
input.track-go-btn {
	width: 43px;
	height: 32px;
	background-color: #000;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQzIDMyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYjgzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiOWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNDMiIGhlaWdodD0iMzIiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: -o-linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: -webkit-linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: medium none;
	color: #051e5d;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
	padding: 0;
	margin: 0
}
.dtdc-services {
	margin: 0 0 30px
}
.dtdc-services .blue-cell, .dtdc-services .red-cell {
	background: #00237d;
	display: inline-block;
	width: 100%
}
.dtdc-services .blue-cell .services-thumb img, .dtdc-services .red-cell .services-thumb img {
	width: 100%;
	height: 100%
}
.dtdc-services .blue-cell .services-desc, .dtdc-services .red-cell .services-desc {
	width: 55%;
	float: right;
	position: relative;
	min-height: 175px
}
.dtdc-services .blue-cell .services-desc h3, .dtdc-services .red-cell .services-desc h3 {
	color: #fefefe;
	font-size: 18px;
	font-weight: 700;
	font-family: Raleway, sans-serif;
	line-height: 30px;
	margin: 10px 0 5px
}
.dtdc-services .blue-cell .services-desc p, .dtdc-services .red-cell .services-desc p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #fff
}
.dtdc-services .blue-cell .services-desc .blue-btn, .dtdc-services .blue-cell .services-desc .red-btn, .dtdc-services .red-cell .services-desc .blue-btn, .dtdc-services .red-cell .services-desc .red-btn {
	min-width: 99px;
	height: 29px;
	background: #da251c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	padding: 0 5px;
	line-height: 29px;
	border: medium none;
	color: #fff;
	position: absolute;
	right: 12px;
	bottom: 12px
}
.dtdc-services .blue-cell .services-desc .blue-btn, .dtdc-services .red-cell .services-desc .blue-btn {
	background: #00237d
}
.dtdc-services .red-cell {
	background: #da251c
}
.hide {
	display: none!important
}
input#domestic-collection-date {
	width: 48%!important;
	float: left;
	height: 35px;
	border-radius: 5px
}
form#domestic-info-form {
	position: relative;
	width: 100%;
	margin: 0 auto
}
form#domestic-info-form .row {
	padding-bottom: 6px
}
ul#domestic-items select {
	width: 48%
}
ul#domestic-items input {
	width: 70%
}
.mns .elementor-icon-box-icon span.elementor-icon.elementor-animation- {
	width: 150px;
	height: 150px;
	background: #124aa0;
	text-align: center;
	border-radius: 100%
}
.mns .elementor-icon-box-icon span.elementor-icon.elementor-animation- i.fas {
	width: auto;
	line-height: 141px;
	font-size: 60px;
	color: #fff
}
.dtdc-contact-info .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}
.dtdc-contact-info .panel-heading {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #00237d
}
.dtdc-contact-info .panel-heading a {
	color: #fff
}
.dtdc-contact-info .panel-body {
	padding: 0
}
.dtdc-contact-info .panel-body address {
	display: inline-block;
	width: 24%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 25px 15px 40px;
	min-height: 190px;
	font-size: 14px;
	line-height: 20px;
	float: left
}
.dtdc-tabbing-outer {
	padding: 12px
}
.dtdc-tabbing-outer ul.nav-tabs {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 12px
}
.dtdc-tabbing-outer ul.nav-tabs li {
	width: 16%
}
.dtdc-tabbing-outer ul.nav-tabs li label {
	width: 32px;
	height: 32px;
	background-color: #00237d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	font-size: 20px;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	float: left;
	margin: 0 10px 0 0
}
.dtdc-tabbing-outer ul.nav-tabs li a {
	border: medium none;
	padding: 0;
	background: 0 0;
	color: #00237d;
	line-height: 30px;
	font-size: 14px
}
.dtdc-tabbing-outer ul.nav-tabs li a:hover {
	background: 0 0;
	padding: 0;
	border: medium none
}
.dtdc-tabbing-outer ul.nav-tabs li.active label {
	background-color: #da251c
}
.dtdc-tabbing-outer ul.nav-tabs li.active a {
	border: medium none;
	padding: 0;
	background: 0 0;
	color: #da251c
}
.dtdc-tabbing-outer .tab-content .tab-pane {
	padding: 20px 0
}
.dtdc-tabbing-outer .tab-content .tab-pane p {
	margin: 0 0 8px;
	line-height: 24px
}
.dtdc-tabbing-outer .tab-content .tab-pane .red {
	color: #da251c;
	font-size: 20px
}
.dtdc-tabbing-outer .tab-content .tab-pane .green {
	color: #2d9d37;
	font-size: 20px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service h3 {
	color: #cd2f27;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 30px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details {
	width: 100%
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details thead tr th {
	background: #00237d;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding: 12px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details tbody tr td {
	padding: 12px;
	border-bottom: 1px dashed #868a95;
	vertical-align: middle
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details tbody tr:nth-child(odd) {
	background: #efefef
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details tbody tr:nth-child(even) {
	background: #fff
}
.dtdc-tabbing-outer .tab-content .tab-pane h4.tab-title {
	width: 100%;
	height: 40px;
	background-color: #00237d;
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 0 12px;
	line-height: 40px;
	margin: 0
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab, .dtdc-tabbing-outer .tab-content .tab-pane #package-content {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 13px;
	margin: 0 0 30px
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 {
	margin: 0 0 10px
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 label, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 label, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 label, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 label, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 label {
	font-weight: 400;
	font-size: 14px;
	min-width: 120px;
	margin: 0 10px 0 0
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 label span, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 label span, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 label span, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 label span, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 label span {
	color: #da251c;
	font-weight: 700
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 input[type=text], .dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 input[type=text], .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 input[type=text], .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 input[type=text], .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 input[type=text], .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 textarea {
	width: 250px;
	height: 30px;
	border: 1px solid #f2f2f2;
	background-color: #fbfbfb;
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.55);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.55);
	box-shadow: inset 0 0 1px rgba(0,0,0,.55);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 select, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 select {
	width: 80px;
	display: inline-block;
	padding: 0 5px;
	line-height: 28px
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab .col5 textarea, .dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 textarea {
	height: 80px
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address h6, .dtdc-tabbing-outer .tab-content .tab-pane #delivery-address h6, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-mode h6, .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab h6, .dtdc-tabbing-outer .tab-content .tab-pane #package-content h6 {
	font-weight: 700;
	font-size: 14px
}
.dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 label {
	min-width: 168px
}
.dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 .chk-box {
	margin: 5px 0 0 183px;
	text-align: left;
	font-size: 12px
}
.dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 .chk-box a {
	text-decoration: underline
}
.dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 .width360 {
	width: 360px!important
}
.dtdc-tabbing-outer .tab-content .tab-pane #package-content .col5 select {
	width: 200px
}
.dtdc-tabbing-outer .tab-content .tab-pane .tab-nxt {
	padding: 0 15px 0 0
}
.dtdc-tabbing-outer .tab-content .tab-pane .btn-blue, .dtdc-tabbing-outer .tab-content .tab-pane .yellow-btn {
	min-width: 71px;
	height: 31px;
	background-color: #efefef;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDcxIDMxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmYjgzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZiOWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNzEiIGhlaWdodD0iMzEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: -o-linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: -webkit-linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: linear-gradient(bottom, #fb8300 0, #fb9b00 49.34%, #fba700 100%);
	background-image: -moz-linear-gradient(bottom, #da251c 0, #da251c 49.34%, #da251c 100%);
	background-image: -o-linear-gradient(bottom, #da251c 0, #da251c 49.34%, #da251c 100%);
	background-image: -webkit-linear-gradient(bottom, #da251c 0, #da251c 49.34%, #da251c 100%);
	background-image: linear-gradient(bottom, #da251c 0, #da251c 49.34%, #da251c 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	color: #242424;
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	border: medium none;
	padding: 0 10px
}
.dtdc-tabbing-outer .tab-content .tab-pane .btn-blue {
	background-color: #000;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2MyAzMiIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDUyNTc3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwYjI3NzAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTI2NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE2MyIgaGVpZ2h0PSIzMiIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #052577 0, #0b2770 48.56%, #0e2664 100%);
	background-image: -o-linear-gradient(bottom, #052577 0, #0b2770 48.56%, #0e2664 100%);
	background-image: -webkit-linear-gradient(bottom, #052577 0, #0b2770 48.56%, #0e2664 100%);
	background-image: linear-gradient(bottom, #052577 0, #0b2770 48.56%, #0e2664 100%);
	color: #fff;
	margin: 0 0 0 20px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab ul li {
	line-height: 34px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-payment-tab ul li label {
	font-size: 14px;
	font-weight: 500;
	min-width: 160px
}
.dtdc-tabbing-outer .tab-content .tab-pane .tab-submit {
	padding: 20px 0
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address label {
	min-width: 160px!important
}
.inner-content {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin: 0 0 52px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service h3 {
	margin: 16px 0 10px 0
}
 .dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service h3:las {
 margin:0 0 10px
}
.td_provider {
	font-size: 20px;
	font-weight: 500;
	color: #0b2668
}
.c-type-block {
	background-color: #0b2668;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 4px
}
.c-type-block .table-responsive {
	background-color: #fff
}
.c-type-block .c-type-block-heading {
	font-size: 30px!important;
	color: #fff!important;
	margin: 0!important;
	padding: 10px 0!important
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details tbody tr:nth-child(odd) {
	background: #fff
}
.col-md-2.td_totalprice {
	font-size: 22px;
	font-weight: 500;
	color: #00237d;
	font-family: arial
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details tbody tr td {
	padding: 12px;
	border-bottom: 10px solid #00237d;
	vertical-align: middle;
	border-radius: 3px
}
.dtdc-tabbing-outer .tab-content .tab-pane .btn-blue, .dtdc-tabbing-outer .tab-content .tab-pane .yellow-btn {
	min-width: 150px;
	height: 58px
}
.flexslider ul li {
	opacity: .99!important
}
.gks-slider-cell-content-image {
	background-size: auto!important;
	height: 90px!important
}
.track-parcel {
	position: relative;
	top: 0;
	right: 0;
	width: 690px;
	background: url(images/gto.png) no-repeat;
	height: auto;
	background-size: cover
}
ol.flex-control-nav.flex-control-paging {
	position: absolute;
	bottom: 108px;
	left: 50px;
	text-align: left;
	padding-left: 20px
}
.home-banner-section.clearfix {
	margin-top: -101px
}
.track-parcel h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700
}
.track-parcel h2 span {
	color: #ef3b42;
	font-weight: 700
}
.track-parcel:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 103px;
	background: url(images/pic.png) no-repeat;
	top: 150px;
	right: 161px
}
.dtdc-tabbing-outer .tab-content .tab-pane #dtdc-table-service .package-details .row {
	display: block!important
}
.dtdc-tabbing-outer .tab-content .tab-pane .yellow-email-btn {
	width: 150px!important
}
.td_provider img {
	width: 100%
}
.dtdc-tabbing-outer .tab-content .tab-pane label {
	font-weight: 400!important;
	font-family: "Open Sans", sans-serif
}
.dtdc-tabbing-outer .tab-content .tab-pane p {
	font-weight: 400!important;
	font-family: "Open Sans", sans-serif
}
.col-md-2.td_totalprice {
	font-weight: 700
}
.dtdc-tabbing-outer ul.nav-tabs li.active a {
	border-radius: 100%!important
}
.tibh {
	background: #da251c;
	padding: 20px;
	margin: 0 0 15px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	color: #fff;
	font-size: 18px;
	font-family: Helvetica Neue;
	font-weight: 400;
	border-radius: 4px;
	margin-top: 30px
}
.vzwo {
	padding-top: 6%
}
a.sf-with-ul {
	display: none
}
.nav-menu>ul>li:last-child {
	display: none
}
.nivo-caption {
	right: 60px;
	top: 60px;
	width: 360px!important;
	height: 250px;
	left: auto!important;
	background: #192964!important;
	font-size: 30px;
	text-align: center;
	padding: 4% 2%!important;
	font-family: Poppins, sans-serif!important
}
.nivo-caption span {
	color: #fbd000;
	font-family: Poppins, sans-serif
}
.aa_cata form.form-search input#s {
	float: left;
	width: 100%;
	border: 1px solid #bbbbbb59;
	background: 0 0;
	height: 40px;
	border-radius: 0!important
}
.aa_cata form.form-search span.input-group-btn button#searchsubmit {
	background: #192964;
	border: #ffdead;
	height: 40px;
	border-radius: 0
}
.aa_cata .elementor-widget-wp-widget-categories {
	background: #fff;
	box-shadow: 0 0 5px 0 #00000038;
	border-radius: 8px
}
.aa_cata .elementor-widget-wp-widget-categories h5 {
	font-size: 20px;
	margin: 0;
	background: #192964;
	padding: 2%;
	color: #fff;
	margin-bottom: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-left: 15px
}
.aa_cata .elementor-widget-wp-widget-categories ul {
	float: left;
	width: 100%;
	padding-left: 17px;
	list-style: none
}
.aa_cata .elementor-widget-wp-widget-categories ul li a {
	color: #000;
	padding-bottom: 10px;
	font-family: Poppins, sans-serif;
	text-decoration: none
}
.aa_cata .elementor-widget-wp-widget-categories ul li {
	float: left;
	width: 100%;
	line-height: 24px
}
.aa_cata .elementor-widget-wp-widget-recent-posts {
	background: #fff;
	box-shadow: 0 0 5px 0 #00000038;
	border-radius: 8px
}
.aa_cata .elementor-widget-wp-widget-recent-posts h5 {
	font-size: 20px;
	margin: 0;
	background: #192964;
	padding: 2%;
	color: #fff;
	margin-bottom: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	padding-left: 15px
}
.aa_cata .elementor-widget-wp-widget-recent-posts ul {
	float: left;
	width: 100%;
	padding-left: 17px;
	list-style: none
}
.aa_cata .elementor-widget-wp-widget-recent-posts ul li a {
	color: #000;
	padding-bottom: 10px;
	font-family: Poppins, sans-serif;
	text-decoration: none;
	float: left;
	width: 100%
}
.aa_cata .elementor-widget-wp-widget-recent-postss ul li {
	float: left;
	width: 100%;
	line-height: 24px
}
form#domestic-info-form .row {
	display: block!important
}
.dtdc-shipping-address input {
	width: 100%
}
label.numberofitems {
	padding-left: 86px
}
.tibh {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400
}
.dtdc-tabbing-outer ul.nav-tabs li.active a {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 500
}
.dtdc-tabbing-outer ul.nav-tabs li a {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 500
}
.td_provider {
	font-family: Raleway, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #0b2668
}
.td_estdeliverydate {
	font-family: Raleway, sans-serif;
	font-size: 14px
}
#dtdc-table-service div {
	font-family: "Open Sans", sans-serif
}
h2.entry-title a {
	font-family: Raleway, sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #424242
}
.post-meta-user {
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-weight: 400
}
.post-content {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 400
}
.post-meta {
	float: left
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
	font-family: Raleway, sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 12px 30px;
	text-decoration: none;
	background: #ed1c24!important
}
.get_from {
	margin: 15px 0!important
}
.get_from .so-widget-sow-contact-form-default-117b41f4f537 .sow-contact-form {
	padding: 25px;
	background-color: #fff;
	border: none;
	box-shadow: 0 0 9px 0 #00000052;
	border-radius: 8px
}
.get_from .so-widget-sow-contact-form-default-117b41f4f537 .sow-form-field {
	margin-bottom: 20px
}
.get_from .so-widget-sow-contact-form-default-117b41f4f537 .sow-form-field label strong {
	font-family: Raleway, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #757575
}
.get_from input {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 8px!important
}
.get_from textarea {
	border-radius: 8px!important;
	border: 1px solid #ccc;
	min-height: 110px;
	background-color: #fff
}
.get_from .so-widget-sow-contact-form-default-117b41f4f537 .sow-contact-form .sow-submit-styled .sow-submit {
	color: #da251c;
	font-size: 15px;
	font-family: Raleway, sans-serif;
	background: #fff!important;
	border: 2px solid #da251c!important;
	border-radius: 6px!important;
	padding: 10px 30px;
	box-shadow: none!important
}
.get_from .so-widget-sow-contact-form-default-117b41f4f537 .sow-contact-form .sow-submit-styled .sow-submit:hover {
	color: #fff;
	background: #da251c!important
}
.sp-post-carousel-section-64269 .sp-pc-post-title a {
	text-decoration: none;
	font-family: Raleway, sans-serif
}
p.sp-pc-content {
	font-family: Raleway, sans-serif;
	font-size: 12px!important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 51px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.sp-post-carousel-section .sp-pc-post-image img {
	height: 150px
}
.sp-post-carousel-section-64269 .sp-pc-post-title a {
	box-shadow: none!important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
#as_track {
	padding: 8px 20px;
	border: 1px solid;
	background-color: #ed1c24;
	color: white;
	font-size: 17px;
	text-transform: uppercase;
}
.track-parcel h2 {
	color: #192964 !important;
}
.osccol3 input {
	border: 1px solid #cccccc !important;
	height: 35px;
	float: left;
	left: 15px;
}
.osccol3 select {
	border: 1px solid #cccccc !important;
	height: 35px;
}
.osccol3 label {
	float: left;
	padding-top: 6px;
	padding-left: 7px;
}
.metaslider .theme-default .nivoSlider img {
	height: 500px !important;
}
div#package-content .col5 {
	float: left;
	width: 100%;
}
div#package-content {
	float: left;
	width: 100%;
}
div#package-content .col5 label {
	float: left;
	/*width: 100%;*/

	padding-bottom: 10px;
}
div#package-content .col5 textarea.width360.error {
	float: left;
	width: 100% !important;
}
div#package-content .col5 .chk-box {
	/*margin-left: 0px !important;*/

	float: left;
	/*width: 100%;*/

	margin-top: 14px !important;
}
div#package-content .col5 input#osc-agree-terms {
	float: left;
	width: auto;
	margin-right: 8px;
	margin-top: 2px;
}
div#package-content .col5 {
	float: left;
	width: 100%;
}
div#package-content {
	float: left;
	width: 100%;
}
div#package-content .col5 label {
	float: left;
	/*width: 100%;*/

	padding-bottom: 10px;
}
div#package-content .col5 textarea.width360.error {
	float: left;
	width: 100% !important;
}
div#package-content .col5 .chk-box {
	/*margin-left: 0px !important;*/

	float: left;
	/*width: 100%;*/

	margin-top: 14px !important;
}
div#package-content .col5 input#osc-agree-terms {
	float: left;
	width: auto;
	margin-right: 8px;
	margin-top: 2px;
}
div#dtdc-payment-mode {
	float: left;
	width: 100%;
}
div#dtdc-payment-mode input.yellow-btn.show-pay-via-stripe-block-btn {
	float: left;
	width: auto;
}
div#dtdc-payment-mode input.btn-blue.pay-via-paypal-btn {
	/*float: right;*/

	width: auto;
}
.tab-nxt input#backstep5 {
	float: left;
	width: auto;
}
ul.rslides_tabs.rslides1_tabs {
	display: none;
}
.caption-wrap {
	width: 410px !important;
	right: 110px !important;
	left: auto !important;
	top: 39px;
	height: 300px;
	background: #192964c4 !important;
	opacity: 1 !important;
}
.rslides1_nav {
	width: 40px;
	height: 40px;
	background: #ed1c24;
	border-radius: 100%;
	text-align: center;
	font-weight: bold !important;
	font-size: 17px;
	border: 1px solid #ffffff;
	margin: 0 10px;
	padding: 0px !important;
	line-height: 37px;
}
#send-equote-email-frm input {
	border: 1px solid #000000 !important;
}
#send-equote-email-frm button {
	width: 80px !important;
}
#cancel-quote-email-btn {
	max-width: 64px !important;
	font-size: 12px !important;
	padding: 0px !important;
	position: relative;
	left: -14px;
}
.modal-footer .col-md-4 {
	padding: 0;
}
button#send-quote-email-btn {
	max-width: 64px !important;
	font-size: 12px !important;
	padding: 0px !important;
	position: relative;
	left: -14px;
}
.category article {
	width: 25%;
	float: left;
	padding: 5px;
	min-height: 680px;
}
.category article img.lazyloaded {
	float: left;
	width: 100%;
}
.category article .entry-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 24px;
	height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 20px !important;
}
.category nav#nav-below {
	float: left;
	width: 100%;
}
.metaslider img {
	height: auto !important;
	object-fit: cover;
}
.c-type-block .c-type-block-heading {
	text-transform: capitalize;
}
.eror {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10% 0;
}
.eror h2 {
	float: left;
	width: 100%;
	font-size: 290px;
	color: #ed1c24;
	font-family: Poppins, sans-serif;
	margin: 0;
}
.eror p {
	float: left;
	width: 100%;
	font-size: 39px;
	color: #192964;
	font-family: Poppins, sans-serif;
}
div#ui-datepicker-div {
	background: #ffffff;
	/* width: 190px;*/

	padding: 10px;
	box-shadow: 0px 0px 8px 0px #00000021;
}
div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	float: left;
	width: 100%;
}
div#ui-datepicker-div a.ui-datepicker-prev.ui-corner-all {
	float: left;
}
div#ui-datepicker-div a.ui-datepicker-next.ui-corner-all {
	float: right;
}
div#ui-datepicker-div .ui-datepicker-title {
	float: left;
	/*width: 100%;*/

	text-align: center;
}
div#ui-datepicker-div table.ui-datepicker-calendar {
	width: 100%;
}
.home #ui-datepicker-div {
	width: 280px;
}
.dtdc-weight-list .error {
	margin-top: 52px;
}
label#from-state-combobox-error {
	margin-top: 24px;
}
#send-equote-email-frm label {
	font-size: 13px !important;
}
.dtdc-tabbing-outer .tab-content .tab-pane #collection-address label span {
	color: #ff0404;
	font-weight: bold;
	font-size: 14px;
}
.dtdc-shipping-address input {
	margin-bottom: 5px;
}
.dtdc-shipping-address select {
	margin-bottom: 5px;
}
.error {
	color: #ff0000;
}
input#pay-via-stripe {
	width: auto;
}
.single-entry-details img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#pay-via-stripe-block {
	float: left;
	width: 100%;
}

div#dtdc-payment-mode input.btn-blue.pay-via-paypal-btn {
    position: relative;
    z-index: 99;
}

.rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
    height: 400px;
    width: 100% !important;
    object-fit: cover;
}

.page-id-25 .elementor-element.elementor-element-8ce99cb.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-f442575.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-a7ecbe1.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-3c194b2.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-6bb1fc1.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-c53e041.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-e336e65.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-b213c29.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-26d4e95.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-bdbf859.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-73367b6.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-0f6a34b.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-da8f47e.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-7499142.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-d11c0b9.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-9f9031b.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-2c3bad3.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-6288381.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-1c9b53c.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-aaf24d3.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-29f99a1.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-31bc7d1.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-093340b.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}

.page-id-25 .elementor-element.elementor-element-367b87c.elementor-widget.elementor-widget-text-editor {
    background: #ffffff;
    box-shadow: 0px 0px 11px 2px #00000033;
    padding: 20px;
    min-height: 290px;
}
/* 
.page-id-25 .elementor-container.elementor-column-gap-default {
    margin-top: 15px;
    margin-bottom: 15px;
} */


.page-id-25 .elementor-element.elementor-element-b0423fa.elementor-column.elementor-col-100.elementor-top-column {
    background: #192964;
    /* box-shadow: 0px 0px 11px 2px #00000033; */
    padding: 20px;
    /* min-height: 290px; */
}


.page-id-25 .elementor-25 .elementor-element.elementor-element-f603d28 {
    margin-bottom: 0px;
}

/* .page-id-25 .elementor-element.elementor-element-b0423fa.elementor-column.elementor-col-100.elementor-top-column h2.elementor-heading-title.elementor-size-default {
    color: #ffffff !important;
} */

.page-id-25 .elementor-element.elementor-element-b0423fa.elementor-column.elementor-col-100.elementor-top-column .elementor-text-editor.elementor-clearfix {
    color: #ffffff !important;
}



.page-id-87 .status-publish table tbody {
    background: #efecec;
    /* box-shadow: 0px 0px 11px 2px #00000033; */
    width: 100% !important;
}

.page-id-87 h1.entry-title {
    font-family: "Raleway",Sans-serif;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 10px;
}

.page-id-87 .status-publish table tbody td {
    float: left;
    padding: 10px;
    /* width: 100%; */
    /* padding-bottom: 0; */
}

.single-entry-content table {
    max-width: 100% !important;
    width: 100% !important;
}

.home label.error {
    color: #ff0000;
}

.home label#from-state-combobox-error {
    color: #ff0000;
}
.home label#to-country-combobox-select-error{
    color: #ff0000;
}
.home label#domestic-collection-date-error {
    color: #ff0000;
}

.home label.error {
    color: red !important;
}

.custom-box-style .iconw {
    display: none;
    transition: all 0.5s;
}

.custom-box-style:hover .iconw {
    display: block;
    transition: all 0.5s;
}

.custom-box-style:hover .iconb {
    display: none;
    transition: all 0.5s;
}

.custom-box-style:hover .box-btn-style .elementor-button {
    background-color: #ffffff;
    color: #FF1519;
    transition: all 0.5s;
}

.custom-box-style:hover .box-heading-sty .elementor-heading-title {
    color: #ffffff;
    transition: all 0.5s;
}
.custom-box-style:hover .elementor-widget-text-editor{
    color: #ffffff;
    transition: all 0.5s;
}
.custom-box-style:hover .elementor-text-editor {
    color: #ffffff;
    transition: all 0.5s;
}
