@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import "fontawesome-all.css";
@import "animate.css";
@import "simple-line-icons.css";
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Nunito Sans', sans-serif;color:#797979;font-size:16px;}
p {font-size:15px;
   line-height:23px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#0f1b1c;font-family:'Poppins', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
/*scroll top*/
.scrolltp {position: fixed;
    right: 10px;
    bottom:30px;
    cursor: pointer;
    width:44px;
    height:44px;
    display: none;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    display: block;
    background-color:rgba(0,0,0,.5);
    padding-top: 4px;
	border-radius:5px;
}
.scrolltp i {display:block;font-size:16px;line-height: 30px;}
.scrolltp:hover {opacity:1;}
/*======header=====*/
.top-header {background:#f28913;padding: 9px 0;}
.hd-brd {
    border-top: 1px solid #f28913;
    margin-top: 1px;
    width: 100%;
    overflow: hidden;
}
.tpcont-detail {
    padding-top:3px;
    margin-bottom: 0px;
}
.tpcont-detail li {
    font-size:16px;
    font-weight:500;
	color:#fff;
    position: relative;
    padding: 0 18px;
}
.tpcont-detail li:first-child {padding-left: 0;}
.tpcont-detail li:after {
    content: '';
    position: absolute;
    right: 0px;
    top:5px;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.4);
}
.tpcont-detail li:last-child:after {display:none;}
.tpcont-detail li i {font-size:17px;color:#fff;padding-right: 9px;}
.tpcont-detail li i.wt { color:#25D366;}
.tp-social {margin-bottom:0px; text-align:right;}
.tp-social li {padding:0px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.tp-social li i {color: #fff;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 3px;
    border-radius: 50%;
    border: 0;
    font-size: 16px;
}
.tp-social li i.fb {background-color:#3B5998;}
.tp-social li i.tw {background-color:#33CCFF;}
.tp-social li i.yt {background-color:#FF3333;}
.tp-social li i.ins {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.affix .navbar-brand {height:72px;padding:2px 15px;}
.affix  .navbar-brand>img {width:145px;}
.affix + .container{padding-top: 70px;}
.navbar-brand>img {width:235px;}
.navbar-default {
    background-color:#fff;
    border-color: transparent;
    box-shadow:1px 1px 3px rgb(0 0 0 / 10%);
}
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
      min-height:72px !important;
    background-color: rgb(255 255 255 / 97%);
}
.navbar {
    border-radius:0px;
    margin-bottom:0px;
    border:0px;
    min-height:100px;
}
.navbar-brand {height: 100px;padding: 8px 15px;position: relative;z-index: 99;}
.navbar-default .navbar-nav > li > a {
    color:#000;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#f28913;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#f28913;
    background-color: transparent;
}
/*drop-drop down*/
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #edeae9;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a {padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size:14px;
    font-weight:600;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#f28913;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {min-width: 180px;}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid #f28913;
    padding: 5px 0 0 0;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
.btn3 {padding:12px 28px;
    background-color:#f28913;
    color:#fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: relative;
    border: 0;
    border-radius: 0;
}
.btn3:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: 0;
}
.btn3:hover:before {
    width: 100%;
    opacity: .1;
}
/*welcome section*/
.welcome-section {padding:90px 0; overflow: hidden;}
.welcontent-wrap {padding-left:25px;}
.image-box {position:relative;margin-bottom:30px;}
.year-experience {
    position: absolute;
    right: -11px;
    bottom: -20px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 3px 40px 0px rgb(0 0 0 / 20%);
    text-align: center;
    width: 110px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 10px;
    color: #f28913;
    animation: mover .8s infinite alternate;
}
@-webkit-keyframes mover {
    0% {transform: translateY(0);}
    100% {transform: translateY(-20px);}
}
.year-experience strong {
    font-size: 50px;
    font-weight: 800;
}
.heading-style h1, .heading-style h2 {margin: 0px;
	font-weight:700;
    font-size:36px;
    position: relative;
    padding-bottom: 15px;
    color:#373543;
} 
.heading-center h1, .heading-center h2 {text-align: center;}
.hd-white h1 {color:#fff;}
.hd-white h1:after, .hd-white h1:before, .hd-white h2:after, .hd-white h2:before {background-color:#fff !important;}
.heading-center h1:after, .heading-center h1:before, .heading-center h2:after, .heading-center h2:before {right: 0px;margin: 0px auto;}
.heading-style h3 {color:#f28913;font-size:17px;margin-top:0;}
/*service section*/
.services-section {
    position: relative;
    padding:90px 0;
    background: #f5f4f7 url(../img/pattern.png);
    overflow: hidden;
}
.service-box {
    padding: 12px;
    position: relative;
    z-index: 2;
    background-color:#fff;
    margin-bottom: 30px;
}
.service-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f28913;
    border-radius: 11px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1;
}
.service-box .service-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 80%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.service-box .service-img .overlay a {
    text-align: center;
    font-family: auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f28913;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-top: 100px;
}
.service-box .service-txt {text-align: center;padding:20px 0 10px;}
.service-box .service-txt h3 {margin-top: 0;font-weight: 600;font-size: 22px;}
.service-box .service-txt p {margin-bottom:0;min-height: 72px;}
.service-box:hover:before {top: 5px;}
.service-box:hover .service-img .overlay {opacity:1;}
.service-box:hover .service-img .overlay a {margin-top: 0;}
.service-box:hover .service-txt h3 a {color:#f28913;}
.service-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    z-index: -1;
}
.read-more {color:#f28913;
    font-size:14px;
    font-weight:600;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
.truck-image {position: absolute;
    z-index: 99;
    right: 0;
    bottom:0;
}
.truck-image img {width:220px;animation:leftright 1s infinite alternate;}
 @-webkit-keyframes leftright {
 0% {
 -webkit-transform: translateX(-10px);
 -moz-transform: translateX(-10px);
 -ms-transform: translateX(-10px);
 -o-transform: translateX(-10px);
 transform: translateX(-10px);
}
 100% {
 -webkit-transform: translateX(40px);
 -moz-transform: translateX(40px);
 -ms-transform: translateX(40px);
 -o-transform: translateX(40px);
 transform: translateX(40px);
}
}
/*quality-section start*/
.quality-section {overflow: hidden;
    position: relative;
    background-image: url(../img/cargo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.quality-section:before {content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background-color:rgb(196 19 11 / 90%);
}
.quality-section .inner-container {
    margin: 0 auto;
    margin-right: 0;
    padding:50px 0;
}
.quality-section h3 {
    position: relative;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 54px;
}
.quality-section p {
    position: relative;
    color: #fff;
}
.quality-section .image {
    position: relative;
    margin-top: -100px;
}
/*why-choose-section*/
.why-choose-section {padding:80px 0;
    position: relative;
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
}
.why-choose-section:before {content:'';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color:rgb(255 255 255 / 95%);
}
.why-choose-section .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom:1px solid rgb(231 231 231 / 50%);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.why-choose-section .icon-box:last-child {border:0;}
.why-choose-section .icon-box .icon {
    color: #f28913;
    position: relative;
    font-size:30px;
    line-height:45px;
    margin-right:20px;
}
.why-choose-section .icon-box h4 {
    font-size: 20px;
    font-weight:600;
    color: #172b56;
}
.additional-list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 18px;
    padding-left: 30px;
}
.additional-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background-image: url(../img/list-icon.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
/*testimonial-section start*/
.testimonial-section {position: relative;
    padding:50px 0;
   background-color:#fff;
}
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background:#f5f4f7;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background:#f5f4f7;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #f28913;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e5241b;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #f28913;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #f28913;
}
/*footer start*/
.footer {
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer:before {content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background-color:rgb(18 22 26 / 100%);
}
.main-footer {padding:80px 0px 40px 0px;position: relative;}
.footer-widget img {width: 110px; margin-bottom: 20px;}
.footer-widget h3 {margin-top: 0px;
    font-weight:800;
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}
.heading-style h1:before, .heading-style h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 1px;
}
.footer-widget h3:after, .heading-style h1:after, .heading-style h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 20px;
    height: 1px;
}
.footer-widget h3:after, .heading-style h1:before, .heading-style h1:after, .heading-style h2:before, .heading-style h2:after {background-color:#f28913;}
.footer-widget p, .copyright p {color:#cccccc;margin-bottom: 0;}
.copyright p {letter-spacing: 0.5px;font-size: 14px;}
.ftlist-link li {padding-bottom:15px;width: 50%; float: left;}
.ftlist-link li a { position:relative;padding-left:16px;}
.ftlist-link li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top:7px;
    width:6px;
    height:6px;
    background-color:#c3c3c4;
        -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ftlist-link li:hover a:before {
   left:2px;
    background-color:#f28913;
}
.footer-widget ul li {color:#cccccc; 
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
}
.footer-widget ul li a:hover { color:#f28913;}
.ft-add-info li {
    position: relative;
    padding-left: 30px;
    margin-bottom:15px;
}
.ft-add-info li span {
    position: absolute;
    left: 0px;
    top:7px;
    font-size: 20px;
    color: #f28913;
}
.ft-socail {margin-top:15px;}
.ft-socail li i {
    color:rgba(255,255,255,0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height:38px;
    text-align: center;
    font-size:20px;
    border:1px solid rgba(255,255,255,0.6);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.ft-socail li i.fb:hover {
    background-color: #3B5998;
    color: #fff;
	border-color:#3B5998;
}
.ft-socail li i.ins:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
	border-color:#fd5949;
}
.ft-socail li i.tw:hover {
    background-color:#1DA1F2;
    color: #fff;
	border-color:#1DA1F2;
}
.ft-socail li i.lin:hover {
    background-color:#0077b5;
    color: #fff;
	border-color:#0077b5;
}
.footer-widget {margin-bottom:30px;}
.list2 li {color:#fff;}
.list2 li a {background-color: #f28913;
    color: #fff;
    padding: 10px 16px;
    margin-bottom: 10px;
    display: block;
}
.bottom-footer {padding:20px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
}
.whats_app a {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background: #26d266;
    z-index:9;
    color: #fff;
    font-size:30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height:54px;
    text-align: center;
}
.trigger-more {
    color:rgba(217, 217, 217, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:10px;
}
.trigger-more:hover, .trigger-more:focus, .trigger-more:active {color:rgba(217, 217, 217, 0.8);} 
.trigger-more.collapsed:after {
    content: "\e095";
}
.trigger-more:after {
    font-weight: 400;
    padding-left: 5px;
    font-family: simple-line-icons;
}
.trigger-more:not(.collapsed):after {
    content: "\e615";
}
.title-list h2 {
    color: rgba(217, 217, 217, 0.8);
    margin: 0px;
    font-size:14px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
}
.title-list h2:after {
    content: '|';
    left: 7px;
    position: relative;
}
/*sidecall*/
#wpcr-cw {
    position: fixed;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-direction: normal;
    -webkit-animation-direction: normal;
    z-index: 1005;
    list-style-type: none;
    padding-left: 0;
    font-size: 25px;
    margin: -24px 0 0;
    top: 50%;
    right: 0;
}
#wpcr-cw.wc-right li {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw.wc-2:not(:hover) .wc {position: absolute;}
#wpcr-cw.wc-2 .wc {
    font-size: 24px;
    margin-top: 2px;
    border-radius: 50%;
    opacity: 0;
    width: 0;
    height: 0;
}
#wpcr-cw .wc-phone, #wpcr-cw .wc-mail {background-color: #f28913;}
#wpcr-cw li {
    display: table;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
    text-align: center;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(1) {transform: translate(-35px,-36px);}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(2) {transform: translate(-35px,36px);}
#wpcr-cw.wc-2:active .wc, #wpcr-cw.wc-2:hover .wc {
    width: 45px;
    height: 45px;
    position: fixed;
}
#wpcr-cw:active .wc, #wpcr-cw:hover .wc {box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);opacity: 1;}
#wpcr-cw .wc-show-contacts {
    animation: colorchange 10s infinite;
    -webkit-animation: colorchange 10s infinite;
    background-color: #f28913;
}
#wpcr-cw.wc-right li:last-child a {
    padding: 7px 21px 7px 12px;
    border: 4px solid #ffffff;
    border-right: 0 none;
    border-radius: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
}
@keyframes colorchange {
    0% {background: #f28913;}
    25% {background: #001A71;}
    50% {background: #0067ac;}
    75% {background: #f28913;}
    100% {background: #0067ac;}
}
/*====inner page start=====*/
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding: 110px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-banner h1 {margin: 0px;
    color: #fff;
    font-weight:700;
    text-transform: capitalize;
    font-size:40px;
}
.page-breadcrumb {position: relative;margin-top:7px;}
.page-breadcrumb li {position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: 1px;
    color: #fff;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.page-breadcrumb li:last-child::after{display:none} 
.breadcrumb > .active {color:#ee0d09;}

.innerpage-section {padding:80px 0px; 
    position: relative;
    overflow: hidden;
}
/*service inner page*/
.service-item-wrap {background-color: #f4f4f4;
    padding:30px;
    border-radius:4px;
    position: relative;
}
.service-item-wrap:before {content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left:30px;
    right:30px;
    background-color:#f28913;
}
.service-item-wrap h3 {margin-bottom:30px;
    margin-top:5px;
    font-weight: 700;
    font-size: 27px;
}
.service-item-wrap ul li a {
    position: relative;
    color: #222222;
    font-size: 16px;
    padding: 15px 30px;
    display: block;
    z-index: 1;
    font-weight:700;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 2px solid #e7ebef;
}
.service-item-wrap ul li a:after {
    position: absolute;
    content:"\f105";
    right: 20px;
    top: 15px;
    color:#f28913;;
    font-size: 20px;
    font-weight: 900;
    font-family:'Font Awesome 5 Free';
}
.service-item-wrap ul li a:hover::after, .service-item-wrap ul li.active a::after {
    opacity: 1;
    color:#fff;
}
.service-item-wrap ul li a:hover, .service-item-wrap ul li.active a {color:#fff;background-color:#f28913;}
.inner-service-content {margin-top:25px;}
.inner-heading h2 {
    margin-top: 0px;
    font-weight: 700;
    position: relative;
    padding-bottom:15px;
    margin-bottom:20px;
}
.inner-heading h2:before {
    position: absolute;
    content: '';
    background:#f28913;
    width:4%;
    height: 3px;
    display: block;
    overflow: hidden;
    left: 0px;
    bottom: 0px;
}
.list1 {padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.list1 li {
    font-size: 16px;
    margin-bottom: 15px;
}

/*contact page start*/
.sub-heading h3 {margin-top: 0;
    font-weight: 700;
    font-size: 28px;
}
.contact-field .form-control {
    height: 50px;
    box-shadow: none;
    border:1px solid #E4E4E4;
    border-radius: 0;
    color:#999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
textarea.form-control {height:auto !important;}
.contactinfo-wrap {
    background-color:#f28913;
    padding:40px 30px;
    position: relative;
}
.contactinfo-wrap:before {content: '';
    position:absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom:10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.contactinfo-wrap h3 {color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight:700;
    font-size: 28px;
}
.contact-detail-bx {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}
.contact-detail-bx:last-child {border:0px; margin: 0px;padding: 0px;}
.contact-detail-bx .icn-bx {background-color:#36444d;
    float: left;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
}
.contact-detail-bx .icn-bx i {color: #fff;
    font-size: 20px;
    line-height: 45px;
}
.content-bx {display: grid;}
.content-bx p span {font-weight:800;display: block;margin-bottom:6px;}
.content-bx p {margin-bottom: 0px;
    font-size:17px;
    line-height:24px;
    color:#fff;
}

/*==========media query============*/
@media (max-width:1200px) {
 .service-box {min-height: 392px;}
}
@media(max-width:992px){
    .welcontent-wrap {padding-left:0;}
    .container {width:100%;}
    .service-box {min-height: 448px;}
}
@media(min-width:769px){
    .affix .navbar-nav > li > a {padding-top: 26px;padding-bottom: 26px;}
	.navbar-nav > li > a {padding-top:40px;padding-bottom:40px;}
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
}
@media(max-width:769px){
	.navbar-default .navbar-toggle {border-color:#f28913;margin-top: 15px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#fff;}
    .navbar-toggle .icon-bar {width:30px;height:5px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle {background-color:#f28913;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav > li > a {border-bottom:1px solid rgba(117, 116, 116, 0.1);}
    .year-experience {right:0;}
    .service-box {min-height:auto;}
}
@media(max-width:580px){
    
}
@media(max-width:480px){
    .tpcont-detail li {font-size: 13px;padding: 0 5px;}
    .tpcont-detail li i {font-size: 10px;padding-right:2px;vertical-align: middle;}
    .tpcont-detail li:second-child {padding-left:0;}
    .tpcont-detail li:after {right: -1px;height: 12px;}
}
