/*** 
====================================================================
	Base css
====================================================================

***/
/*@font-face {
  font-family: poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mt-70{margin-top:70px}
.mt-80{margin-top:80px}
.mt-90{margin-top:90px}
.mt-100{margin-top:100px}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.pt-10{padding-top:10px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.mtb-10{margin-top:10px;margin-bottom:10px;}
.mtb-20{margin-top:20px;margin-bottom:20px;}
.mtb-30{margin-top:30px;margin-bottom:30px;}
.mtb-40{margin-top:40px;margin-bottom:40px;}
.mtb-50{margin-top:50px;margin-bottom:50px;}
.mtb-60{margin-top:60px;margin-bottom:60px;}
.mtb-70{margin-top:70px;margin-bottom:70px;}
.mtb-80{margin-top:80px;margin-bottom:80px;}
.mtb-90{margin-top:90px;margin-bottom:90px;}
.mtb-100{margin-top:100px;margin-bottom:100px;}
.ptb-10{padding-top:10px;padding-bottom:10px;}
.ptb-20{padding-top:20px;padding-bottom:20px;}
.ptb-30{padding-top:30px;padding-bottom:30px;}
.ptb-40{padding-top:40px;padding-bottom:40px;}
.ptb-50{padding-top:50px;padding-bottom:50px;}
.ptb-60{padding-top:60px;padding-bottom:60px;}
.ptb-70{padding-top:70px;padding-bottom:70px;}
.ptb-80{padding-top:80px;padding-bottom:80px;}
.ptb-90{padding-top:90px;padding-bottom:90px;}
.ptb-100{padding-top:100px;padding-bottom:100px;}
.nopadding{padding: 0;}
.bold { font-weight: bold; color: #000; }


/*html, body { 
	height: 100%;
}*/
body {
	font-family: 'Poppins', sans-serif;;
	font-size: 16px;
	color: #9a9a9a;
	line-height: 24px;
	font-weight: 300;
}
button:focus{
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;;
	margin: 0;
	font-weight: 400;
}
h3 {
 
}
h4 {}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	border: none;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
.p0 {
	padding: 0 !important;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-padding {
	padding: 85px 0;
}
.sp-top {
	padding-top: 85px;
}
.sp-bottom {
	padding-bottom: 85px;
}
.grey-back {
    color: #fff !important;
}
.grey-back::before {
    background: #838383 !important;
}
/* Section title */
.secTitle.text-left h2::after {
    content: '';
    position: absolute;
    width: 35px;
    bottom: 12px;
    height: 2px;
    right: -40px;
    background: #242424;
}
.secTitle.text-left h2::before {
    content: '';
    position: absolute;
    width: 20px;
    bottom: 16px;
    height: 2px;
    right: -25px;
    background: #242424;
}
.secTitle.text-left h2, .secTitle.text-center h2 {
    color: #242424;
    font-size: 45px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.secTitle.text-center h2 {
    margin-bottom: 80px;
}
.secTitle span {
    color: #4db848;
}
.secTitle.text-center h2::before {
    content: '';
    position: absolute;
    width: 2px;
    bottom: -35px;
    height: 35px;
    left: 49%;
    background: #242424;
}
.secTitle.text-center h2::after {
    content: '';
    position: absolute;
    width: 2px;
    bottom: -25px;
    height: 25px;
    right: 49%;
    background: #242424;
}
/* End Section title */

.btn:focus, .btn:active {
    box-shadow: none !important;
    background: transparent !important;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
}
header.main-header .menuSec {
    padding: 10px 0;
}
.main-header .logo.resDesc {
    position: absolute;
    top: -53px;
    left: 0;
}
.main-header .container {
	position: relative;
}
.main-header .header-top {
	position:relative;
	color: #ffffff;
	display: block;
	padding: 6px 0 0;
}
.main-header .header-top .top-right::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	bottom: 0;
	background: #ccc;
	right: 0;
}
.main-header .header-top .container {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}
.main-header .header-top 
.header-top .social-icon {
	position:relative;
	float:right;
	margin-left:45px;	
}
.social-icon a {
    position: relative;
    text-align: center;
    line-height: 40px;
    color: #4db848;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-left: 20px;
}
.social-icon a:hover{
	color: #fff;
}
.main-header .header-top .top-right {
	text-align:right;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
    position: relative;
}
.main-header .header-top .top-right .set1 {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.30)
    margin-right: 20px;
}
.main-header .header-top .top-right .set1 a {
	color: #fff;
    display: flex;
    align-items: center;
    font-weight: 300;
}
.main-header .header-top .top-right .set1 i {
    font-size: 22px;
    color: #4db648;
    margin-right: 6px;
}
.main-header .header-top .top-right .set1 select {
	-webkit-appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    padding-right: 10px;
}
.main-header .header-top .top-right ul li {
	display: inline-block;
}
.main-header .header-top .top-right ul li a {
	position:relative;
	display:block;
	font-size: 15px;
	font-weight: 400;
	line-height:24px;
	padding-left:25px;
	color:#a5a5a5;
}
.main-header .header-top .top-right ul li a {
	position:relative;
	color:#a5a5a5;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}
.main-header .header-top .top-right ul li a {
	color:#a5a5a5;	
}
.main-header .header-top .top-right ul li a:hover {
    color: #4db648;
}
.main-header .header-top .top-right ul li .fa{
	padding-right:5px;	
}
.header-top .drop {
	display: none;
}
.main-header .menuSec .container .row {
	align-items: center;
}
.main-header .menuSec .container .row [class*="col-"]:last-child {
	justify-content: flex-end;
	display: flex;
}
.drop {
    display: none;
}
.main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
    background: #fcfcfc !important;
    border: 1px solid #ccc;
    padding: 10px;
}
/*.dropdown-submenu {
    position: relative;
}
.dropdown-submenu ul {
    position: absolute;
    right: -220px;
    width: 220px;
    background: #fff;
    top: -4px;
    padding: 10px;
    display: none;
}*/
/*.dropdown-submenu ul li {
    padding: 5px 0;
}*/
/*.dropdown-submenu:hover ul {
    display: block;
}*/
/*.dropdown-submenu ul > .dropdown-submenu ul {
    display: none;
    right: -130px;
    top: 20px;
}*/
/*.dropdown-submenu ul li a.dropdown-item {
    margin: 0 !important;
}*/
/*.dropdown-submenu ul > .dropdown-submenu:hover ul {
    display: block;
}*/
/*.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}*/
.main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 5px 0;
    padding: 12px 0;
}
.main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu a i {
    line-height: 17px;
    position: absolute;
    right: 0;
}
.main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu a::before {
    top: 0;
}
.main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu a::after {
    bottom: 0;
}

/*-------------------------------------------
:::::MENU SECTION
-------------------------------------------*/
.main-header .menuSec .container .row [class*="col-"]:nth-child(2) {
    justify-content: flex-end;
    display: flex;
}
.main-header  nav.navbar {
	padding: 0;
}
.main-header .navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}
.main-header nav.navbar ul.navbar-nav li a {
    color: #fff;
    position: relative;
    transition: 0.3s ease-in all;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
    padding-left: 0;
    margin: 15px 15px 15px 0;
}
.main-header nav.navbar ul.navbar-nav li a.dropdown-toggle::after {
    border: 0;
}
.main-header nav.navbar ul.navbar-nav li:last-child a {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.main-header nav.navbar ul.navbar-nav li a:hover, 
.main-header nav.navbar ul.navbar-nav li a.active {
    color: #4db848 !important;
    transition: 0.5s;
}
.main-header nav.navbar ul.navbar-nav li a::before {
    content: '';
    width: 0%;
    position: absolute;
    height: 2px;
    top: -8px;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in all;
    background: #4db848;
}
.main-header nav.navbar ul.navbar-nav li a::after {
    content: '';
    width: 0%;
    position: absolute;
    height: 2px;
    bottom: -8px;
    left: 0;
    margin: auto;
    transition: 0.3s ease-in all;
    background: #4db848;
}s
.main-header nav.navbar ul.navbar-nav li:hover a, 
.main-header nav.navbar ul.navbar-nav li a.active {
	color: #bc7d38;
	transition: 0.5s ease-in all;
}
.main-header nav.navbar ul.navbar-nav li a:hover::after, 
.main-header nav.navbar ul.navbar-nav li a:hover::before {
	width: 100%;
	transition: 0.3s ease-in all;
}
.main-header nav.navbar ul.navbar-nav li a.active::before, 
.main-header nav.navbar ul.navbar-nav li a.active::after {
    width: 10px;
}
.main-header .navbar-toggler {
	display: none;
}
.navbar .navbar-toggler {
    outline: 0;
}
.active .type4 {
    background-color: #fff; 
}
.active .type4:before {
    box-shadow: 0 0 0 0 #fff; 
}
.active .type4:after {
    box-shadow: 0 0 0 0 #fff; 
}
.block {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;  
}
.cta {
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out; 
}
.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out; 
}
.main-header nav.navbar ul.navbar-nav li ul.subMenu {
    width: 180px;
    top: 100px;
    position: absolute;
    visibility: hidden;
    background: #bb7d38;
    opacity: 0;
    transition: 0.3s;
    padding: 0 15px;
}
.main-header nav.navbar ul.navbar-nav li ul.subMenu li a {
    color: #fff !important;
    padding: 7px 20px !important;
    display: inline-block;
    margin: 0;
}
.main-header nav.navbar ul.navbar-nav li.drop:hover ul.subMenu {
    opacity: 1;
    visibility: visible;
    top: 70px;
    transition: 0.5s;
}
.main-header nav.navbar ul.navbar-nav li > ul.subMenu > li:hover a {
    color: #000 !important;
}
.main-header nav.navbar ul.navbar-nav li ul.subMenu li a::after {
    border-color: #fff !important;
}
/*------------------------------------------
:::::SLIDER SECTION
------------------------------------------*/
.slider {
    position: relative;
    overflow: hidden;
}
.slider .carousel-caption {
    top: 30%;
    z-index: 3;
    left: 0;
    right: 0;
}
.slider .carousel-caption small, .innerBanner .container small {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.slider .carousel-caption small::after, .innerBanner .container small::after {
    content: '';
    width: 150px;
    position: absolute;
    height: 1px;
    top: 50%;
    background: rgba(255, 255, 255, 0.50);
    right: -160px;
}
.slider .carousel-caption p {
    font-weight: 300;
    margin: 0 0 25px;
    font-size: 18px;
}
.slider .carousel-caption h1, .innerBanner h1 {
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
}
.slider .carousel-caption .btn.left, .btn.readMore {
    background: transparent;
    margin-right: 15px;
    border-color: #f6e58d;
    color: #fff;
    position: relative;
    z-index: 0;
}
.slider .carousel-caption .btn.left i, .btn.readMore i {
    margin-left: 10px;
}
.slider .carousel-caption .btn, .btn.readMore {
    border: 0;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s ease-in all;
}
.slider .carousel-caption .btn.left::before, .btn.readMore::before {
    width: 50px;
    content: '';
    height: 50px;
    position: absolute;
    background: #4db848;
    top: -10px;
    border-radius: 30px;
    left: 0;
    transition: 0.3s;
    z-index: -1;
}
.slider .carousel-caption .btn.left:hover::before, .btn.readMore:hover::before {
    width: 100%;
    transition: 0.5s;
}
.slider .carousel-caption span, .innerBanner .container h1 span {
    color: #4db848;
    font-weight: 700;
}
.slider .caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider .caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slider .caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.slider .caption-animate .item.active .carousel-caption.flipOutX,
.slider .caption-animate .item.active .carousel-caption.flipOutY,
.slider .caption-animate .item.active .carousel-caption.bounceIn,
.slider .caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.slider .caption-animate .item .carousel-caption.fadeIn,
.slider .caption-animate .item .carousel-caption.fadeInDown,
.slider .caption-animate .item .carousel-caption.fadeInDownBig,
.slider .caption-animate .item .carousel-caption.fadeInLeft,
.slider .caption-animate .item .carousel-caption.fadeInLeftBig,
.slider .caption-animate .item .carousel-caption.fadeInRight,
.slider .caption-animate .item .carousel-caption.fadeInRightBig,
.slider .caption-animate .item .carousel-caption.fadeInUp,
.slider .caption-animate .item .carousel-caption.fadeInUpBig{
  opacity:0;
}
.slider .owl-item.active .carousel-caption span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.slider .owl-item.active .carousel-caption h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: bounceIn;
  animation-delay: 1.5s;
}
.slider .owl-item.active .carousel-caption p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.8s;
}
.slider .owl-item.active .carousel-caption a.left {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 2.1s;
}
.slider .owl-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
}
.slider .owl-item::after {
    content: '';
    width: 500px;
    position: absolute;
    height: 500px;
    bottom: -150px;
    background: #4db848;
    right: -150px;
    border-radius: 50%;
    z-index: 2;
}
.slider .conBox {
    background: #fff;
    padding-bottom: 20px;
}
.slider .conBox .titleBtn {
    background: #dadada;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 50px;
}
.slider .conBox .titleBtn > h2 {
    text-transform: uppercase;
    color: #242424;
    font-weight: 500;
    font-size: 25px;
}
.slider .conBox span {
    color: #242424;
    font-weight: 400;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.slider .conBox > span {
    margin-bottom: 0px;
}
.slider .conBox .titleBtn > h2 > p {
    text-transform: none;
    margin-top: 5px;
    font-size: 18px;
}
.slider .conBox p {
    color: #242424;
    font-size: 15px;
}
.slider .conBox .titleBtn a.btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 180px;
    border-radius: 0;
    background: #4db848;
    border: 2px solid transparent;
    margin: auto;
    bottom: -25px;
    padding: 10px 0;
    text-transform: uppercase;
}
.slider .conBox .titleBtn a.btn:hover {
    background: #fff;
    color: #4db848;
    border-color: #4db848;
}
.slider .conBox ul {
    text-align: left;
    padding: 0 30px;
}
.slider .conBox ul > li {
    border-top: 1px solid #ccc;
    margin: 7px 0 0;
    padding: 8px 0 0px 30px;
}
.slider .conBox ul li a {
    color: #4db848;
    transition: 0.3s;
}
.slider .conBox ul li a:hover {
    color: #242424;
    transition: 0.5s;
}
.slider .conBox ul > li > a > i {
    margin-right: 10px;
}
.slider .conBox > p {
    margin-bottom: 10px;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 60px;
    margin: auto;
    width: 1140px;
    right: 0;
    text-align: left;
    left: 0;
    padding: 0 15px;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    border: 2px solid transparent;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.slider .owl-theme .owl-dots .owl-dot span::before {
    content: '';
    width: 8px;
    position: absolute;
    height: 8px;
    background: #4db848;
    border-radius: 50%;
     transform: scale(0); 
    transition: 0.3s;
}
.slider .owl-theme .owl-dots .owl-dot span:hover, 
.slider .owl-theme .owl-dots .owl-dot.active span {
	background: transparent;
	border-color: #4db848;
	transition: 0.5s;
}
.slider .owl-theme .owl-dots .owl-dot span:hover::before, 
.slider .owl-theme .owl-dots .owl-dot.active span::before {
	transform: scale(1);
	transition: 0.5s;
}
/*------------------------------------------
:::::BRAND SECTION
------------------------------------------*/
.brand {
    border-bottom: 1px solid #ccc;
}
.brand .container .row {
    align-items: center;
}
.brand h3 {
    color: #242424;
}
/*------------------------------------------
:::::ABOUT SECTION
------------------------------------------*/
.about .secTitle h2 {
    text-transform: none;
    font-size: 25px;
}
.btn.readMore {
    color: #242424;
}
.btn.readMore:hover {
    color: #fff;
    transition: 0.5s;
}
.about .contentBox {
    padding-right: 50px;
    position: relative;
}
.about .contentBox .innercontent {
    display: flex;
}
.about .contentBox h3 {
    font-weight: 600;
    color: #ececec;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 50px;
    line-height: 0.8em;
    margin-right: 20px;
}
.about .contentBox .innercontent .content {
    display: flex;
    flex-wrap: wrap;
}
.about .contentBox .innercontent .content .readMore {
    display: flex;
    align-items: center;
}
.about .contentBox .innercontent .content .readMore::before {
    top: 50%;
    transform: translate(0,-50%);
}
.about .imgBox {
    position: relative;
    display: inline-block;
    height: 100%;
}
.about .imgBox > img {
    width: 85%;
    float: right;
    height: 100%;
    object-fit: cover;
}
.about .imgBox .women {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 140px;
    border: 5px solid rgba(255, 255, 255, 0.30);
}
.about .secTitle.text-left h2 {
    margin-bottom: 10px;
}
/*------------------------------------------
:::::SERVICES SECTION
------------------------------------------*/
.service {
    background: url(../images/service-back.jpg) no-repeat;
    clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0% 90%, 0% 0%);
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-bottom: 150px;
}
.service .secTitle h2 {
    color: #fff;
}
.service::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.90);
    left: 0;
    z-index: -1;s
}
.service .secTitle.text-center h2::before, .service .secTitle.text-center h2::after {
    background: #fff;
}
.service .itemBox {
    background: rgba(255, 255, 255, 0.20);
    padding: 30px 15px 50px;
}
.service .itemBox .imgBox {
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.service .itemBox h4 {
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}
.service .itemBox ul {
    margin: 15px 0 30px;
}
.service .itemBox ul li {
    color: #fff;
}
.service .itemBox:hover h4 {
    color: #4db848;
    transition: 0.5s;
}
.service .itemBox .readMore {
    margin-right: 0;
}
/*------------------------------------------
:::::NRESLETTER SECTION
------------------------------------------*/
.newsletter, .newsletter .container, .guides .container {
    position: relative;
}
.newsletter .boxBody h5 a {
    color: #242424;
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 15px;
    display: inline-block;
    transition: 0.3s;
}
.newsletter .boxBody:hover h5 a {
    color: #4db848;
}
.newsletter .boxBody span {
    font-size: 35px;
    color: #242424;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    padding-top: 40px;
    border-top: 3px solid #4db848;
}
.newsletter .boxBody span > strong {
    font-size: 70px;
    font-weight: 600;
    margin-top: 20px;
    vertical-align: middle;
}
.newsletter .btn.readMore, .guides .btn.readMore {
    position: absolute;
    top: 13px;
    right: 0;
}
/*------------------------------------------
:::::GUIDES SECTION
------------------------------------------*/
.guides {
    position: relative;
    z-index: 0;
}
.guides .container .row [class*="col-"] {
    margin-bottom: 30px;
}
.guides .boxMain {
    position: relative;
}
.guides .boxMain .contentSec {
    position: absolute;
    width: 60%;
    top: 0;
    height: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.90);
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}
.guides .boxMain .contentSec h5 a {
    color: #242424;
    font-weight: 500;
    margin-bottom: 15px;
    transition: 0.3s;
    display: inline-block;
    transition: 0.3s;
}
.guides .boxMain:hover .contentSec h5 a {
    color: #4db848;
}
.guides .boxMain .contentSec p {
    color: #242424;
    margin: 0;
}
.guides::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 60%;
    top: 0;
    background: #4db848;
    left: 0;
    z-index: -1;
}
.guides .secTitle h2, .guides .secTitle > h2 >span {
    color: #fff;
}
.guides .secTitle h2::before, .guides .secTitle h2::after {
    background: #fff;
}
.guides .btn.readMore::before {
    background: #fff;
}
.guides .btn.readMore:hover {
    color: #4db848;
}
.guides .boxMain:hover .contentSec h5 {
    color: #4db848;
    transition: 0.5s;
}
/*------------------------------------------
:::::TESTIMONIALS SECTION
------------------------------------------*/
.testimonials .slider {
    overflow: visible;
}
.testimonials .slider {
    padding-bottom: 180px;
}
.testimonials .slick-slider button.slick-arrow {
    position: absolute;
    top: 100px;
    z-index: 999;
    width: 45px;
    font-size: 0 !important;
    height: 45px;
    border-radius: 50%;
    background: #efefef;
    margin: 0;
    transition: 0.3s ease-in all;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}
.testimonials .slick-slider button.slick-next {
    right: -100px;
}
.testimonials .slick-slider button.slick-prev {
    left: -100px;
}
.testimonials ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.testimonials ul.slick-dots li {
    display: inline-block;
}
.testimonials .review_part .row [class*="col-"]:last-child {
    position: relative;
    margin-top: -170px;
}
button.slick-next.slick-arrow::before {
    content: '\f061';
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    font-size: 16px;
    font-weight: 600;
}
.testimonials .slick-slider button.slick-prev::before {
    content: '\f060';
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    font-size: 16px;
    font-weight: 600;
}
.testimonials .slick-slider button.slick-arrow:hover {
    background: #4db848;
    transition: 0.5s;
}
.testimonials .slick-slider button.slick-arrow:hover::before {
    color: #fff;
    transition: 0.5s;
}
.testimonials .slick-slider button.slick-arrow:hover::before {
    color: #fff;
    transition: 0.5s;
}
.testimonials .slick-slide h4 {
    font-size: 0;
}
.testimonials .slick-slide img {
    border: 3px solid #ccc;
    border-radius: 50%;
    margin: auto;
}
.testimonials .slick-slide.slick-current.slick-center h4 {
    font-size: 18px;
    text-align: center;
    color: #4db848;
    margin: 15px 0;
}
.testimonials .slick-slide.slick-current.slick-center img {
    border-color: #4db848;
}
.testimonials ul.slick-dots > li > button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border: 0;
    margin: 0 6px;
    border-radius: 50%;
}
.testimonials ul.slick-dots > li.slick-active > button {
    background: #4db848;
}
/*------------------------------------------
:::::MAP SECTION
------------------------------------------*/
.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map-responsive > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
/*------------------------------------------
:::::CONTACT DETAILS SECTION
------------------------------------------*/
.contDesc {
    background-image: linear-gradient(90deg,#4db848 50%,#108e0a 50%)!important;
    border-bottom: 5px solid #4db848;
}
.contDesc .container .row [class*="col-"]:first-child {
    background: #4db848;
}
.contDesc .container .row [class*="col-"]:nth-child(2) {
    background: #24a21e;
}
.contDesc .container .row [class*="col-"]:last-child {
    background: #108e0a;
}
.contDesc a, .contDesc p {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    height: 100%;
}


/*Services page*/
.innerBanner {
    height: 450px;
    background-size: cover !important;
}
.innerBanner .container {
    position: relative;
    top: 50%;
}
.breadcrumb {
    background: #4db848;
    border-radius: 0;
    padding: 30px 0;
    margin-bottom: 0;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb ul li a {
    color: #424242;
}
.breadcrumb ul li:first-child::before {
    content: none;
}
.breadcrumb ul li::before {
    content: '/';
    color: #424244;
    font-size: 17px;
    margin: 0 10px 0 5px;
}
.servicesection .serviceContent .card {
    width: 32%;
}
.servicesection .serviceContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.servicesection .serviceContent .card .card-img-top {
    height: 240px;
    object-fit: cover;
    border-radius: 0;
}
.servicesection .serviceContent .card .card-body h4 {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
}
.servicesection .serviceContent .card:hover .card-body h4 {
    color: #4db848;
}
.servicesection .serviceContent .card .card-body h4::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #2f2f2f;
    position: absolute;
    bottom: -8px;
    left: 0;
    transition: 0.3s;
}
.servicesection .serviceContent .card:hover .card-body h4::after {
    background: #4db848;
}
.servicesection .serviceContent .card .card-body .card-text li {
    font-size: 14px;
    color: #6e6e6e;
}
.servicesection .serviceContent .card .card-body .card-text li::before {
    content: '\25CF';
    margin-right: 5px;
    font-size: 11px;
    transition: 0.3s;
}
.servicesection .serviceContent .card:hover .card-body .card-text li::before {
    color: #4db848;
}
.servicesection .serviceContent .card {
    background: #fff;
    border: 0;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
    border-radius: 0;
}
.servicesection .serviceContent .card .card-body {
    position: relative;
    padding-top: 40px;
}
.servicesection .conBox {
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
    position: relative;
}
.servicesection .conBox::before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #dadada;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.conBox .titleBtn {
    background: #dadada;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 50px;
}
.conBox .titleBtn h2 {
    text-transform: uppercase;
    color: #242424;
    font-weight: 500;
    font-size: 25px;
}
.conBox .titleBtn h2 span {
    color: #242424;
    font-weight: 400;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.conBox .titleBtn h2 p {
    text-transform: none;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
}
.conBox .titleBtn a.btn {
    position: absolute;
    left: 0;
    right: 0;
    width: 180px;
    border-radius: 0;
    background: #4db848;
    border: 2px solid transparent;
    margin: auto;
    bottom: -25px;
    padding: 10px 0;
    text-transform: uppercase;
}
.conBox .titleBtn a.btn:hover {
    background: #fff;
    color: #4db848;
    border-color: #4db848;
}
.conBox span {
    color: #242424;
    font-weight: 400;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.conBox p {
    color: #242424;
    font-size: 15px;
}
.conBox ul {
    text-align: left;
    padding: 0 30px;
}
.conBox ul > li {
    border-top: 1px solid #ccc;
    margin: 7px 0 0;
    padding: 8px 0 0px 30px;
}
.conBox ul li a {
    color: #4db848;
    transition: 0.3s;
}
.conBox ul > li > a > i {
    margin-right: 10px;
}
.conBox ul li a:hover {
    color: #242424;
    transition: 0.5s;
}
.blockIcon {
    position: absolute;
    background: #525252;
    top: -20px;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255) inset;
    border: 2px solid #525252;
    transition: 0.3s;
}
.blockIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0.7);
}
.servicesection .serviceContent .card:hover .blockIcon {
    background: #4db848;
    border: 2px solid #4db848;
}



/*About Page*/
#aboutPageSlider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
}
#aboutPageSlider .owl-nav [class*="owl-"] {
    margin: 0;
    width: 16px;
    height: 52px;
    font-size: 30px;
    background: #ccc;
    border-radius: 0;
    pointer-events: auto;
}
#aboutPageSlider .owl-nav .owl-prev {
    float: left;
}
#aboutPageSlider .owl-nav .owl-next {
    float: right;
}
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;

    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}
.rating-stars ul > li.star > i.fa {
    font-size: 1.5em;
color: #ccc; 
}
.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}
.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}
.aboutPageFormSection form .text-message {
    background: #e8e8e8;
    padding: 10px;
    margin: 10px 0;
    color: #000;
    border: 5px solid #e1e1e1;
}
.aboutPageFormSection form textarea {
    width: 100%;
    resize: none;
    height: 200px;
    border: 1px solid #ccc;
    padding: 15px;
}
.aboutPageFormSection form small.text-mute {
    display: block;
    color: #5b5b5b;
}
.aboutPageFormSection form input, .aboutPageFormSection form textarea {
    font-size: 13px;
}
.aboutPageFormSection form .detailedForm input {
    border-radius: 0;
    border-color: #ccc;
    margin: 10px 0;
    height: 40px;
}
.detailedForm small {
    color: #f00;
}
.aboutPageFormSection form h4 {
    color: #2a2a2a;
    margin-top: 30px;
}
.aboutPageFormSection form .submitDiv {
    padding: 20px 0;
    text-align: right;
}
.aboutPageFormSection form .submitDiv button {
    margin-right: 0;
    padding-right: 0;
}
.aboutPageFormSection form .submitDiv button:hover {
    padding-right: 15px;
}

/*contact page*/
.contactSection .contactForm {
    background: #848383;
    padding: 0 70px 70px 70px;
}
.contactSection .contactForm header {
    padding: 30px 0 20px;
    text-align: center;
}
.contactSection .contactForm header span {
    font-size: 60px;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
    line-height: 82px;
}
.contactSection .contactForm small {
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
}
.contactSection .contactForm form input {
    border-radius: 0;
    margin-bottom: 10px;
    border: 0;
    height: 40px;
    font-size: 14px;
}
.contactSection .contactForm form textarea {
    height: 100px;
    resize: none;
    border-radius: 0;
    font-size: 15px;
    border: 0;
    margin-bottom: 10px;
}
.contactSection .contactForm form .form-check label input {
    height: auto;
    box-shadow: 1px 1px 0px 0px #fff;
}
.contactSection .contactForm form .form-check label {
    color: #fff;
    font-size: 14px;
}
.contactSection .contactForm form .submitDiv {
    padding: 20px 0;
    text-align: center;
}
.contactSection .contactForm form .submitDiv .readMore {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
}
.contactSection .contactForm form .submitDiv .readMore::before {
    background: #c8c8c8;
}
.contactSection .contactForm form .submitDiv .readMore:hover {
    color: #000;
}
.innerPage.contactuspage .contactSection ul.contDetList li span {
    color: #39a134;
    text-transform: uppercase;
    min-width: 60px;
    display: inline-block;
    font-weight: 400;
}
.innerPage.contactuspage .contactSection ul.contDetList li {
    margin-bottom: 10px;
}
.innerPage.contactuspage .contactSection ul.contDetList li,
.innerPage.contactuspage .contactSection ul.contDetList li a {
    color: #2e2e2e;
    transition: 0.3s;
}
.innerPage.contactuspage .contactSection ul.contDetList li a:hover {
    color: #39a134;
}
.innerPage.contactuspage .contactSection ul.contDetList li label {
    display: block;
}
.contactSection .container .row {
    position: relative;
    padding-bottom: 150px;
}
.contactSection .row [class*="col-lg"]:first-child {
    z-index: 99;
}
.contactSection .row [class*="col-lg"]:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 98;
}
.contactSection #map img {
    filter: grayscale(1);
}
.contactSection #map .leaflet-marker-pane img {
    filter: none;
}


/*Forensic Accounting page*/
.forensic_form form input {
    height: 40px;
    border-radius: 0;
    margin-bottom: 10px;
}
.forensic_form form textarea {
    height: 120px;
    border-radius: 0;
    margin-bottom: 30px;
    resize: none;
}
.forensic_form form .input-group-text {
    border-radius: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
}

/* Cal Section */
ul.calc_listing {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
ul.calc_listing li {
    margin-bottom: 30px;
}
ul.calc_listing li a {
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    color: #4db848;
    font-weight: 500;
    width: 100%;
}
ul.calc_listing li a:hover {
    background: #ddd;
    color: #000;
}
ul.calc_listing li a img {
    padding: 5px;
    background: #cecece;
    border: 1px solid #939393;
    border-radius: 2px;
    margin-right: 5px;
    width: 90px;
    height: 90px;
}
ul.calc_listing li a label {
    cursor: pointer;
    margin-bottom: 0;
}
.calc_qs a {
    color: #4db848;
    font-weight: 500;
}


/*------------------------------------------
:::::FOOTER SECTION
------------------------------------------*/
footer {
    background: url(../images/footer-back.jpg) no-repeat;
    position: relative;
    background-size: cover;
    z-index: 0;
}
footer::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    z-index: -1;
}
footer h6 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}
footer a {
    color: #c5c5c5;
    transition: 0.3s;
}
footer ul.quickLinks li a {
    position: relative;
    padding: 2px 0 2px 18px;
    display: inline-block;
}
footer ul.quickLinks li a:before {
    content: '\f061';
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    font-size: 13px;
    top: 2px;
    color: #24a21e;
    left: 0;
    font-weight: 600;
}
footer ul.article {
    padding-left: 15px;
}
footer ul.article li {
    list-style: disc;
    color: #4db848;
    padding: 5px 0 5px 0px;
}
footer ul.financialLinks {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
footer ul.financialLinks li, footer ul.governmentLinks li {
    padding: 5px 0 5px 0px;
}
footer p, .copyright p {
    color: #c5c5c5;
    margin: 0;
}
footer a:hover {
    color: #4db848;
    transition: 0.5s;
}
.copyright {
    background: #000000;
    padding: 20px 0;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright a {
    color: #4db848;
    transition: 0.3s;
}
.copyright a:hover {
    color: #c5c5c5;
    transition: 0.5s;
}
/*------------------------------------------
:::::BACK TO TOP SECTION
------------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: block;
    background: #4db848;
    text-decoration: none;
    display: none;
    z-index: 999;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 19px;
    transition: all 0.3s ease;
    top: 12px;
    left: 16px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .main-header .logo.resDesc {
        width: 220px;
    }
    .slider .owl-theme .owl-dots {
        width: 960px;
    }
    .slider .carousel-caption h1, .innerBanner h1 {
        font-size: 60px;
    }
    .slider .conBox .titleBtn {
        padding: 20px 15px 10px;
        margin-bottom: 30px;
    }
    .slider .conBox .titleBtn > h2 {
        font-size: 22px;
    }
    .slider .conBox span {
        font-size: 18px;
        margin-bottom: 0;
    }
    .slider .conBox .titleBtn > h2 > p {
        font-size: 16px;
    }
    .slider .conBox .titleBtn a.btn {
        width: 140px;
        bottom: -19px;
        padding: 8px 0;
        font-size: 15px;
    }
    .slider .conBox ul > li {
        margin: 3px 0 0;
        padding: 4px 0 0px 30px;
    }
    .about .imgBox {
        width: 100%;
        height: 100%;
    }
    .about .imgBox > img {
        height: 100%;
        object-fit: cover;
    }
    .service .itemBox h4 {
        font-size: 22px;
    }
    .newsletter .boxBody h5 {
        font-size: 26px;
    }
    .testimonials .owl-carousel .owl-item .main {
        width: 80%;
    }
    .map-responsive {
        padding-bottom: 30%;
    }
    footer > .container > .row > [class*="col-"]:last-child {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    header.main-header .menuSec {
        background: rgba(255, 255, 255, 0.10);
    }
    .main-header .navbar-toggler {
        display: block;
    }
    .main-header .logo.resDesc {
        position: relative;
        top: 0;
        display: flex;
        justify-content: space-between;
    }
    .main-header .header-top .top-right {
        width: 100%;
        justify-content: space-between;
    }
    .main-header nav.navbar {
        width: 100%;
        text-align: left;
    }
    .main-header nav.navbar li {
        padding: 0 20px;
    }
    .main-header nav.navbar .navbar-nav {
        background: #fff;
        margin-top: 8px;
    }
    .main-header nav.navbar ul.navbar-nav li a {
        display: inline-block;
        border: 0;
        color: #242424;
    }
    .main-header .logo.resDesc {
        width: auto;
        display: flex;
        align-items: center;
    }
    .main-header .logo.resDesc img {
        width: 150px;
    }
    .slider .owl-item::after {
        width: 350px;
        height: 350px;
    }
    .slider .owl-theme .owl-dots {
        width: 720px;
        bottom: 40px;
    }
    .slider .carousel-caption {
        top: 40%;
    }
    .slider .carousel-caption small {
        font-size: 18px;
    }
    .slider .carousel-caption h1, .innerBanner h1 {
        font-size: 42px;
    }
    .slider .conBox {
        display: none;
    }
    .brand h3 {
        font-size: 22px;
    }
    .about .imgBox {
        margin-top: 30px;
    }
    .service .itemBox h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .service .itemBox ul li {
        font-size: 13px;
        line-height: 22px;
    }
    .service .itemBox ul {
        margin: 10px 0 30px;
    }
    .btn.readMore {
        font-size: 14px;
    }
    .btn.readMore:hover::before {
        width: 100%;
        transition: 0.5s;
    }
    .btn.readMore::before {
        width: 40px;
        height: 40px;
    }
    .newsletter .boxBody h5 {
        font-size: 19px;
        margin: 20px 0 5px;
    }
    .contDesc a, .contDesc p {
        font-size: 15px;
        padding: 10px 0;
    }
    footer > .container > .row > [class*="col-"]:nth-child(3) {
        margin-top: 30px;
    }
    .copyright img {
        width: 18%;
    }
    .testimonials .slick-slider button.slick-next {
        right: -50px;
    }
    .testimonials .slick-slider button.slick-prev {
        left: -50px;
    }
    .about .contentBox {
        padding-right: 0;
    }
    .servicesection .serviceContent .card {
        width: 48%;
        margin-bottom: 30px;
    }
    .servicesection .conBox {
        margin-top: 50px;
    }
    body.innerPage.aboutuspage .servicesection .row [class*="col-lg-"]:nth-child(2) {
        order: 1;
    }
    .contactSection .contactForm {
        padding: 0 20px 20px 20px;
        margin-bottom: 40px;
    }
    .about .contentBox .innercontent {
        flex-wrap: wrap;
    }
    .about .contentBox h3 {
        writing-mode: initial;
        transform: rotate(0deg);
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .slider .carousel-caption small::after, .innerBanner .container small::after {
        width: 60px;
        right: -70px;
    }
    .newsletter .btn.readMore, .guides .btn.readMore {
        top: 0px;
    }
    .main-header nav.navbar ul.navbar-nav li.dropdown::after {
        content: '+';
        font-size: 26px;
        color: #000;
        font-weight: bold;
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .dropdown-submenu ul, .dropdown-submenu ul > .dropdown-submenu ul {
        position: relative;
        right: auto;
        width: auto;
        background: #fff;
        top: 0;
        padding: 0;
        display: block;
    }
    .main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
        width: 100%;
    }
    .main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu .dropdown-menu {
        display: block;
    }
    .dropdown-submenu ul.sec_level {
        padding-bottom: 0;
    }
    .main-header nav.navbar ul.navbar-nav li a {
        display: inline-block !important;
    }
    .main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
        border-left: 1px solid #ccc !important;
        border: 0;
    }
    .main-header nav.navbar .dropdown-menu li {
        padding: 0;
    }
    .main-header nav.navbar ul.navbar-nav li.dropdown .dropdown-menu a i {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .slider .owl-theme .owl-dots {
        width: 540px;
    }
    .slider .owl-theme .owl-dots {
        bottom: -5px;
    }
    .slider .owl-item::after {
        width: 310px;
        height: 310px;
    }
    .slider .carousel-caption {
        top: 44%;
    }
    .slider .carousel-caption .btn, .btn.readMore {
        font-size: 15px;
    }
    .slider .carousel-caption .btn.left::before {
        width: 40px;
        height: 40px;
    }
    .slider .carousel-caption small {
        font-size: 16px;
    }
    .slider .carousel-caption h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }
    .brand h3 {
        text-align: center;
    }
    .section-padding {
        padding: 30px 0;
    }
    .sp-top {
        padding-top: 30px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .service .itemBox {
        margin-bottom: 30px;
    }
    .service .col-12:first-child {
        margin-top: 40px;
    }
    .service .container .row [class*="col-"]:last-child .itemBox {
        margin-bottom: 0;
    }
    .service {
        clip-path: polygon(100% 0%, 100% 96%, 50% 100%, 0% 96%, 0% 0%);
        padding-bottom: 100px !important;
    }
    .newsletter .container .row [class*="col-"]:first-child {
        margin-bottom: 30px;
    }
    .secTitle.text-left h2, .secTitle.text-center h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .testimonials .owl-carousel .owl-item .main {
        width: 100%;
        margin-top: 30px;
    }
    .testimonials .owl-carousel .owl-nav button.owl-prev, 
    .testimonials .owl-carousel .owl-nav button.owl-next {
        background: transparent;
    }
    .testimonials .owl-carousel .owl-nav button.owl-prev:hover, 
    .testimonials .owl-carousel .owl-nav button.owl-next:hover {
        background: transparent;
    }
    .testimonials .owl-carousel .owl-nav button.owl-prev:hover span, 
    .testimonials .owl-carousel .owl-nav button.owl-next:hover span {
        border-color: #4db848 !important;
    }
    .testimonials .owl-carousel .owl-nav button.owl-next {
        right: -15px;
    }
    .testimonials .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .map-responsive {
        padding-bottom: 35%;
        height: 300px;
    }
    .contDesc {
        background-image: none !important;
    }
    .contDesc a, .contDesc p {
        font-size: 20px;
        padding: 40px 0;
    }
    footer > .container > .row > [class*="col-"]:nth-child(2) {
        margin-top: 30px;
    }
    footer h6 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .copyright .container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .copyright img {
        width: 40%;
        margin-bottom: 15px;
    }
    .main-header .header-top .top-right ul li a {
        padding-left: 0;
    }
    .main-header .header-top .top-right ul li:first-child a {
        padding-right: 15px;
    }
    .testimonials .slider {
        padding-top: 30px;
    }
    .testimonials .slick-slider button.slick-next {
        right: -40px;
    }
    .testimonials .slick-slider button.slick-prev {
        left: -40px;
    }
    .testimonials .slick-slider button.slick-arrow {
        background: rgba(239, 239, 239, 0.5);
    }
    .testimonials .slider .client_review_text {
        font-size: 14px;
        line-height: 20px;
    }
    .about.section-padding {
        margin-bottom: 30px;
    }
    .servicesection .serviceContent .card {
        width: 100%;
    }
    .contactSection .row [class*="col-lg"]:last-child {
        position: relative;
    }
    .contactSection .container .row {
        padding-bottom: 0;
    }
    ul.calc_listing {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media only screen and (max-width: 575px) {
    .slider .owl-theme .owl-dots {
        width: 100%;
    }
    .logo.resDesc > .logo img {
        width: 50%;
    }
    .main-header .header-top .top-right .set1 {
        display: none;
    }
    .main-header .header-top .top-right {
        justify-content: center;
        padding-bottom: 0;
    }
    .main-header .header-top .top-right .social-icon {
        display: none;
    }
    .drop {
        width: 50px;
        height: 36px;
        position: relative;
        display: inline-block !important;
    }
    .drop:hover {
        cursor: pointer;
    }
    .main-header .header-top .top-right span > i {
        font-size: 22px;
        color: #4db848;
    }
    .drop-content {
        display: none;
        position: absolute;
        background-color: #4db848;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        top: 100%;
        right: 0;
    }
    .main-header .header-top .top-right ul li a {
        color: #fff;
        padding: 0 7px;
    }
    header .contact .drop-content a {
        color: #fff !important;
    }
    .drop:hover .drop-content {
        display: block;
    }
    .social-icon a {
        line-height: 30px;
        width: 39px;
        padding: 5px 0px;
        display: inline-block;
    }
    .cta {
        height: 25px;
        width: 25px;
    }
    .slider .carousel-caption {
        top: 40%;
    }
    .slider .owl-carousel .owl-item .item {
        height: 280px;
    }
    .slider .owl-carousel .owl-item .item img {
        height: 100%;
        object-fit: cover;
    }
    .slider .owl-item::after {
        width: 210px;
        height: 210px;
    }
    .slider .carousel-caption small {
        font-size: 14px;
    }
    .slider .carousel-caption small::after {
        width: 90px;
        right: -100px;
    }
    .slider .carousel-caption h1 {
        font-size: 20px;
    }
    .slider .carousel-caption h1, .innerBanner h1 {
        font-size: 22px;
    }
    .slider .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 3px 5px;
    }
    .slider .owl-theme .owl-dots .owl-dot span::before {
        width: 4px;
        height: 4px;
    }
    .secTitle.text-left h2 {
        font-size: 18px;
    }
    .secTitle.text-left h2::before {
        top: 11px;
    }
    .secTitle.text-left h2::after {
        bottom: 11px;
    }
    .service {
        clip-path: polygon(100% 0%, 100% 98%, 50% 100%, 0% 98%, 0% 0%);
        padding-bottom: 50px !important;
    }
    .newsletter .btn.readMore {
        position: relative;
        margin-top: 20px;
    }
    .newsletter .boxBody h5 {
        font-size: 17px;
    }
    .newsletter .boxBody p {
        font-size: 14px;
    }
    .newsletter .boxBody span {
        font-size: 20px;
        padding-top: 30px;
    }
    .newsletter .boxBody span > strong {
        font-size: 40px;
    }
    .guides .boxMain .contentSec {
        position: relative;
        width: 100%;
        background: rgba(243, 243, 243, 1);
        text-align: center;
    }
    .copyright img {
        width: 200px;
        margin-bottom: 15px;
    }
    .testimonials .slick-slider button.slick-next {
        right: -15px;
    }
    .testimonials .slick-slider button.slick-prev {
        left: -15px;
    }
    .testimonials .slick-slide img {
        width: 70%;
    }
    .secTitle.text-left h2, .secTitle.text-center h2 {
        font-size: 22px;
    }
    .secTitle.text-center h2::before, .secTitle.text-center h2::after {
        width: 1px;
    }
    .guides .boxMain .contentSec h5 {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .guides .boxMain .contentSec p {
        font-size: 14px;
        line-height: 22px;
    }
    .about .imgBox .women {
        width: 100px;
    }
    .main-header .header-top {
        display: none;
    }
    .main-header nav.navbar ul.navbar-nav li a {
        padding-right: 0;
        margin: 15px 0 15px 0;
    }
}
