@charset "utf-8";
/* CSS Document */
@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=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;800&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Nunito Sans', sans-serif;}
p {font-size:16px;
    line-height:26px;
	color:#6c6c6c;
    font-weight:400;
}
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 {color:#373543;font-family: 'Public Sans', 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*/
#scroll {position: fixed;
    right: 10px;
    bottom:25px;
    cursor: pointer;
    width:45px;
    height:45px;
    display: none;
    z-index: 99;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    display: block;
    background-color:#21a045;
	border-radius:50%;
}
#scroll:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
}
#scroll i {display:block;font-size:16px;line-height:44px;}
#scroll:hover {opacity:1;}
/* 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 */
/*======header=====*/
.top-header {background-color:#222222;overflow: hidden;}
.top-header ul {margin-bottom: 0px;}
.call-tp-list {padding:14px 0;}
.call-tp-list li {
    font-size: 15px;
    padding-right: 0px;
    font-weight: 500;
    color:#fff;
}
.call-tp-list li i {
    padding-right:7px;
    padding-left: 3px;
    font-size:15px;
    color:#21a045;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgba(255, 255, 255, 0.1);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.call-tp-list li a:hover {color:#21a045;}
.social-wrap-head {float: right;}
.social-wrap-head li {
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.head-social-icon {
    font-size: 14px;
    height: 50px;
    width: auto;
    float: left;
    padding: 0 10px !important;
    color: #fff;
    background: none;
    transition: .5s;
    line-height: 50px;
}
/*facebook-hover*/
.social-wrap-head .head-social-icon.fa-facebook-f:hover {background: #204385;}
.social-wrap-head .head-social-icon.fa-twitter:hover {background: #2aa9e0;}
.social-wrap-head .head-social-icon.fa-instagram:hover {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-wrap-head .head-social-icon.fa-linkedin:hover {background:#0e76a8;}
.social-wrap-head .head-social-icon.fa-pinterest:hover {background:#E60023;}
.requestbtn-wrap {float: right;}
.requestbtn-wrap ul li a {background-color: #21a045;
    color: #fff;
    padding: 14px 20px;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
/*navbar*/
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
    box-shadow:0px 0px 15px 0px rgb(0 0 0 / 15%)
}
.navbar {border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    min-height:92px;
}
.navbar-default {
    background:#fff;
    border-color: transparent;
    border-bottom:0;
}
.navbar-brand > img {
    display: block;
    width:200px;
}
.navbar-brand {height:92px;padding:15px 15px;}
.navbar-default .navbar-nav > li > a {
   color: #333333;
    text-transform: uppercase;
    font-size:14px;
    font-weight:700;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#21a045;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#21a045;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #eee;border-color: #21a045;}
.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
    bottom: 0;
    opacity:1;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
    opacity:1;
    bottom: 0;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding: 0px 20px;
    border-bottom: 2px solid #21a045 !important;
    min-width: 250px;
    border: 0px; 
}
.dropdown-menu > li > a {
    padding:12px 0;
    color:#333;
    text-transform: capitalize;
    font-size:14px;
	font-weight:600;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#21a045;
    background-color:transparent;
}
/*welcome-section start*/
.heading-style h2 {
    font-size:36px;
    position: relative;
    margin-top: 0;
    font-weight:700;
    text-transform:uppercase;
    padding-bottom:15px;
    margin-bottom: 15px;
}
.heading-style h2 span {color:#21a045;}
.heading-style h2:before, .img-brd:before, .sub-heading h2:before {
    background:#21a045 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
    bottom: 0;
}
.heading-style h3 {font-size:20px;
    font-style: italic;
    font-weight: 300;
    font-family: 'EB Garamond', serif;
    margin-top:0;
    color:#21a045;
}
.heading-center {text-align: center;}
.heading-center h2:before, .img-brd:before {left: 0;right: 0;margin: 0 auto;}
.heading-white h2 {color:#fff;}
.heading-style img {margin: 0 auto;width:400px;}
.img-brd {position: relative;padding-bottom: 30px;}
.welcome-section {background-color:#fff;
    position: relative;
    padding:70px 0;
    overflow: hidden;
}
.about-wrap {padding-left:20px;}
.about-image {position: relative;}
.about-image img {position:relative;border:10px solid #fff;}
.about-image .overlays {
    position: absolute;
    bottom: 0;
    right: 0;
    background:#21a045;
    padding:15px 25px;
    z-index:9;
    text-align:center;
    display: inline-table;
}
.about-image .overlays h3 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size:15px;
    font-weight:600;
    margin: 0;
}
.about-image .overlays h3 span {
    font-size:30px;
    font-weight:700;
}
.about-wrap p {font-size: 17px;line-height: 31px;letter-spacing: 0.2px;}
.fixed-truck {
    position: absolute;
    bottom:0;
    right: 0;
}
.fixed-truck img {width:250px;}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob-y {
    0% {-webkit-transform: translateY(-20px);
        transform: translateY(-20px);}
    50% {-webkit-transform: translateY(-10px);
        transform: translateY(-10px);}
    100% {-webkit-transform: translateY(-20px);
          transform: translateY(-20px);}
}
.btn2 {padding:15px 40px;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #21a045;
    border: 1px solid #21a045;
    color: #fff;
    border-radius:4px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
.btn2:hover, .btn2:focus, .btn2:active {color:#21a045;background-color: transparent;}
.tp-about-shape {
    left: 0;
    position: absolute;
    top: 0;
}
/*service-section start*/
.service-section {padding:50px 0px;position: relative;
    background-color:#f7f6fd;
}
.bg-white {background-color:#fff !important;}
.service-item {
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
    background-color:#fff;
    border-radius:0 0 5px 5px;
    border:1px solid #f7f6fd;
}
.service-item .service-image {overflow: hidden;position: relative;}
.service-item .service-image:before {content:'';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background-color:#222222;
    z-index:1;
    opacity:0;
}
.service-item .service-image > img {width:100%;
    transition: opacity .5s ease,transform .5s ease;
}
.service-detail {padding:20px 25px;box-shadow:0 40px 40px 0 rgb(0 0 0 / 8%);min-height:221px;}
.service-detail h3 {margin-top: 0;
    font-size: 20px;
    font-weight: 700;
}
.service-detail p {font-size:15px;color:#454545;}
.services-btn {font-size: 16px;
    font-weight: 700;
    color: #454545;
    padding-left: 0px;
}
.services-btn i {
    background:#21a045;
    display: inline-block;
    padding: 2px;
    border-radius: 50%;
    transition: all .5s ease;
    width: 25px;
    height: 25px;
    position: relative;
    line-height: 22px;
    font-size: 12px;
    margin-left: 10px;
    color:#fff;
}
.services-btn:hover {color:#21a045;}
.services-btn:hover i {margin-left: 15px;}
.service-item:hover .service-image > img {
    transform: scale(1.05);
}
.service-item:hover .service-image:before {opacity:.4;}
.service-item:hover .service-detail h3 a {color:#21a045;}
.note-item ul {margin-bottom:0;}
.note-item ul li {font-size: 15px;margin-bottom: 12px;}
/*value-section start*/
.value-section {position: relative;
    padding: 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../img/tankers-with-cicpa-bg.jpg);
    text-align: center;
    overflow: hidden;
}
.value-section:before {position: absolute;
    content: '';
    background:#000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .5;
}
.value-inner-box {position: relative;}
.value-inner-box .block-title h4 {
    font-size: 15px;
    text-transform: uppercase;
    color:#21a045;
    margin: 0;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 2px solid #21a045;
    display: inline-block;
}
.value-inner-box .block-title p {
    color:#fff;
    margin-bottom:30px;
    font-size:17px;
}
.value-inner-box .block-title.light h2 {
    color: #fff;
    font-weight: 800;
    font-size:46px;
    margin:25px 0 30px 0;
}
/*certificates-section start*/
.certificates-section {padding:50px 0 70px 0;
    background-image: url(../img/bg-building.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.certificate-list li {border-bottom: 1px solid #ddd;
    width: 20%;
    float: left;
    padding:15px;
    border-right: 1px solid #ddd;
}
.certificate-list li:hover .client-logo img {
    opacity: 1;
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*why-chooseus-section start*/
.why-chooseus-section {padding:70px 0;background-color:#fff;}
.list1 li {color: #072440;
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.list1 li i {position: absolute;
    color:#21a045;
    font-size:20px;
    left:0;
    top:4px;
}
.overl-lft {left:0;border:5px solid #fff;bottom:-10px !important;}
/*footer start*/
.footer { position: relative;
    background-color:#090807;
}
.main-footer {
    padding:70px 0 40px 0px;
    color:rgba(255, 255, 255, 0.4);
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.main-footer p, .ft-add-info li, .ft-links li, .bottom-footer p {color:rgb(255 255 255 / 85%);font-size: 16px;}
.ft-title {margin-bottom: 25px;}
.ft-title h2 {font-size:21px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
    padding-bottom: 15px;
}
.ft-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color:#21a045;
}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#21a045;}
.ft-links li:hover:before {background-color: #21a045;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
}
.ft-links {padding-left:15px;}
.ft-links li {
    position: relative;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top:20px;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #292929;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #BDB6B6;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #21a045;
    color: #fff;
}
.social-links-style1 li a:hover i.fb { background-color: #3B5998;}
.social-links-style1 li a:hover i.tw { background-color:#00acee;}
.social-links-style1 li a:hover i.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-links-style1 li a:hover i.lin { background-color:#0e76a8;}
.social-links-style1 li a:hover i.pin { background-color:#E60023;}
.bottom-footer {
	padding:35px 0px;
    border-top:1px dashed rgb(255 255 255 / 10%);
    position: relative;
}
.bottom-footer p {margin-bottom: 0px; 
    text-align: center;
}
.bottom-footer p a {color:#fff;}
.iso-footer {text-align: center;
    background-color: #0b0a08;
    border-top: 1px dashed rgb(255 255 255 / 10%);
    padding: 15px 0px 10px 0;
}
.iso-logo img {width:72%;margin: 0 auto;}
.iso-logo ul {margin-bottom:0;}
.iso-footer h3 {color:#fff;}
.affix .whatsapp-icon-fixed {top:25px;}
.whatsapp-icon-fixed {
    position: fixed;
    right: 10px;
    top: 70px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}
.wt-icon {background-color:#25D366 !important;}
.whatsapp-icon-link {
        display: block;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    padding: 1px;
    z-index: 9999;
    background-color: #eb6547;
    border-radius:6px;
    padding: 8px 10px;
    color: #fff;
    font-weight: 700
}
.whatsapp-icon-link .whatsapp-icon {
    min-height:24px;
    width:24px;
    height: 100%;
}
.whatsapp-icon-link:hover {color:#fff;}
.title-list {padding-bottom:5px;}
.title-list h2 {color: rgba(217, 217, 217, 0.5);
    margin: 0px;
    font-size: 13px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-right: 10px;
    margin-bottom: 10px;
    font-weight: 100;
}
.title-list h2:after {
    content: '|';
    left: 7px;
    position: relative;
}
.title-list h2:last-child:after {
    content: inherit;
    display: none;
}
/*=========inner page start======*/
.inner-banner {position: relative;	
	padding: 100px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    text-align: center;
}
.truck-banner {background-image: url(../img/truck-banner.jpg);}
.double-cabin-banner {background-image: url(../img/double-cabin-banner.jpg);}
.pickups-banner {background-image: url(../img/pickup-banner.jpg);}
.suv-banner {background-image: url(../img/suv-banner.jpg);}
.tanker-banner {background-image: url(../img/tanker-banner.jpg);}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}
.inner-banner h1 {margin-top: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:0.8px;
}
.page-breadcrumb {position: relative;}
.page-breadcrumb li {position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color:#fff;
    font-size: 15px;
    font-weight:600;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}
.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} 
.page-breadcrumb > .active, .page-breadcrumb li a:hover {color:#21a045;}
.innerpage-section {padding:80px 0px; 
    position: relative;
    overflow: hidden;
}
.sub-heading h2 {margin-top:0;}
/*about Us page*/
.main-timeline{ position: relative;}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% - 1px);
    padding: 3px 0;
    margin: 0 2px 0 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #777;
    background-color: #fff;
    text-align: center;
    padding: 20px 60px 20px 0;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: #21a045;
    width: 40px;
    transform: skewY(-20deg);
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
}
.main-timeline .timeline-year{
    color: #555;
    background-color: #21a045;
    font-size: 25px;
    font-weight: 600;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 1;
}
.main-timeline .timeline-year:before{
    content: '';
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 7px rgba(0,0,0,0.4);
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
}
.main-timeline .title{
   color: #21a045;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}
.main-timeline img {margin:0 auto;width:260px;}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){ float: right; }
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 0 20px 60px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: -20px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -50px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    background:#1a7e36;
}
.timeline:nth-child(even) .title {color:#1a7e36;}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 2px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 20px 0 20px 120px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        left: 30px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        left: 0;
        right: auto;
    }
}
/*service inner page start*/
.ser-inner-image {margin-bottom:20px;}
.ser-inner-image img {border-radius:6px;}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#21a045 !important;}
.service-slide-img {border: 2px solid #f4f3f3;}
.service-inner-content {
    background-color:#fff;
    box-shadow:0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding:25px;
    border-radius:5px;
}
.sub-heading h2 {
    position: relative;
    margin-top: 0;
    font-weight:700;
    text-transform:capitalize;
    padding-bottom:15px;
    margin-bottom: 15px;
}
.service-item-wrap {
    box-shadow: 0 10px 35px 0 rgb(53 82 99 / 7%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-top: 3px solid #21a045;
    margin-bottom:40px;
}
.service-item-wrap h4 {margin: 0;
    font-weight: 700;
    font-size:28px;
    padding:20px;
}
.service-item-wrap ul li a {
    position: relative;
    color: #222222;
    font-size:17px;
    padding:12px 30px;
    display: block;
    z-index: 1;
    font-weight:600;
    background-color: #f5f5f5;
    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: 1px solid #d7d7d7;
    margin:2px;
}
.service-item-wrap ul li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity:1;
    border-left: 4px solid #21a045;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-item-wrap ul li a:after {
    position: absolute;
    content:"\f105";
    right: 20px;
    top: 12px;
    color:#21a045;
    font-size: 20px;
    font-weight: 900;
    font-family:'Font Awesome 5 Free';
}
.service-item-wrap ul li a:hover::before, .service-item-wrap ul li.active a::before {
    width: 100%;
    background-color:#21a045;
}
.service-item-wrap ul li a:hover, .service-item-wrap ul li.active a, .service-item-wrap ul li a:hover::after, 
.service-item-wrap ul li.active a:after {color:#fff;}
/*contact page start*/
.contactinfo-wrap h4 {line-height:35px;margin-bottom:30px !important;}
.contactinfo-wrap h4 span {display: block;}
.contact-detail-bx {margin-bottom:30px;}
.contact-detail-bx:last-child {border:0px; margin: 0px;padding: 0px;}
.contact-detail-bx .icn-bx {background-color: #21a045;
    float: left;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.contact-detail-bx .icn-bx i {font-size:22px;line-height:50px;}
.content-bx {display: grid;}
.content-bx p span {font-weight: 700;display: block;font-size: 18px;color: #343434;}
.content-bx p {margin-bottom: 0px;
    font-size:16px;
    line-height: 26px;
    word-spacing: 1px;
    color:#666;
}
.contact-page-form {background-color:#F1F6FC;
                    padding:40px 40px;
}
.contact-field {margin-bottom: 25px;}
.contact-field h4, .contactinfo-wrap h4 {margin: 0;
    font-weight:700;
    font-size: 26px;
    text-transform:capitalize;
    margin-bottom: 15px;
}
.contact-field p {margin-bottom:20px;}
.contact-field .form-group {margin-bottom: 25px;}
.contact-field .form-control {
    height:56px;
    border:1px #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 22%);
    background-color: #FFFFFF;
    border-radius:0;
    color:#818181;
    text-transform: capitalize;
    letter-spacing:0.5px;
}
textarea.form-control {height: auto !important;}
.section-thnk {
    vertical-align: middle;
    padding:80px 0;
    border-top:2px solid #ddd;
}
.bg-row {border: 2px solid #ddd;
    padding: 35px 25px;
    background-color: #fafafa;
    margin-bottom:25px;
}
.section-thnk .icn-thk i {font-size:100px;
    color: #4CAF50;
    border: 7px solid #4CAF50;
    border-radius: 50%;
    height:160px;
    width:160px;
    line-height:160px;
}
.section-thnk h1 {font-weight: 700;font-size: 32px;margin-bottom: 20px;}
.back-btn i {margin-right:7px;}
.thank-section p {font-size: 18px;line-height: 28px;color: #373543;}
/*=====media query=====*/ 
@media(max-width:1366px){ 
    .whatsapp-icon-fixed, .affix .whatsapp-icon-fixed {top: 150px;}
}

@media (max-width:992px) and (min-width:769px) {
    .nav > li > a {padding-right:10px;padding-left:10px;}
    .navbar-default .navbar-nav > li > a {font-size: 13px !important;}
    .navbar-brand > img {width:160px;}
}
@media(min-width:992px){
    .certificate-list li:nth-child(5), .certificate-list li:nth-child(10), .certificate-list li:nth-child(15) {border-right: 0px;}
}
@media(max-width:1200px){
    .bottom-navbar ul li {padding: 0 5px;font-size: 13px;}
    .navbar-default .navbar-nav > li > a {text-transform: capitalize;font-size: 14px;}
    .service-detail h3 {min-height: 45px;}
    .container {width: 100%;}
    .whatsapp-icon-fixed, .affix .whatsapp-icon-fixed {top: 200px;}
}
@media(max-width:992px){
    .container {width:100%;}
    .certificate-list li {width: 25%;}
    .certificate-list li:nth-child(4), .certificate-list li:nth-child(8), {border-right: 0px;}
    .value-inner-box .title-text {top: -50px;font-size: 100px;}
    .service-box-wrap .image-wrap, .servicewrap-content {width:100%;}
    .servicewrap-content {padding: 10px 0 20px 0;}
    .whatsapp-icon-link .whatsapp-icon {min-height: 18px;width: 18px;}
    .whatsapp-icon-fixed {font-size:13px;}
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:36px;padding-bottom:36px;}
	 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;}
    .navbar-default .navbar-nav > li > a:after {
    content: '';
    width: 100%;
    height: 5px;
    opacity:0;
    background: url(../img/menu-icon.png) no-repeat scroll center center transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    transition: all 300ms ease-in-out 0s;}
}
@media(max-width:769px){
    .navbar-brand > img {width:170px;}
    .navbar-brand {height: 84px;}
    .navbar {min-height: 84px;}
    .value-inner-box .block-title.light h2 {font-size: 36px;}
	.navbar-default .navbar-toggle {border-color:#d2cece;margin-top:20px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#21a045;}
    .navbar-toggle .icon-bar {width:30px;height:4px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.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);
	font-size:14px; letter-spacing: 0px;}
    .btn2 {padding: 10px 10px;letter-spacing: 0;font-size: 12px;}
    .certificate-list li {width: 33.3%;}
    .certificate-list li:nth-child(3), .certificate-list li:nth-child(6), .certificate-list li:nth-child(9), .certificate-list li:nth-child(12) {
    border-right: 0px;}
    .certificate-list li:nth-child(4), .certificate-list li:nth-child(8) {
    border-right: 1px solid #ddd;}
    .service-detail h3 {min-height:auto;}
    .tp-about-shape {display:none;}
}
@media(max-width:580px){
	
}
@media(max-width:480px){
    .call-tp-list li {font-size: 14px;}
}
