
@import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap');

body, html {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	width: 100% !important;
	height: 100% !important;
	 scroll-behavior:smooth;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #111111;
    font-weight: 600;
}

h4, .h4 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 19px;
}
h5, .h5 {
    font-size: 15px;
}
.h6, h6 {
    font-size: 12px!important;
}

@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}


strong, b {
    font-weight: 600;
    color: #003756;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
	font-family: 'Open sans', sans-serif;
       color: rgb(94, 94, 94);
    font-weight: 400;
}

a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
	color: #fff;
    outline: 0 solid transparent;
} 


ul, ol {
	padding: 0;
	margin:0px;
	list-style: none;
	webkit-padding: 0;
	moz-padding: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/


.title h3{
   font-size:30px;
   margin-bottom:10px;
  }
a, button {
    color: inherit;
    outline: medium none;
}

.logo-section img {
    position: relative;
    top: 0px;
    z-index: 333;
    max-width: 66px;
    margin: 10px 0px;
    /* background-color: #fff; */
}

#topbar {
    background: #000;
    transition: all 0.5s;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 0px;
}

.contact-info i{
  margin-right:10px;
}

#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
	font-weight: 600;
	display:inline-block;
	font-size:16px;
}
#topbar .social-links a {
    color: rgba(255, 255, 255, 0.9);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
/*============topbar--section==============*/

.extra-small-icon li a{
    font-size: 14px;
    width: 25px;
    height: 25px;
	text-align:center;
	line-height:25px;
    border-radius: 50px;
    border-style: none;
        color: #dc2119;
	display:inline-block;
    border-color: transparent;
  }


  .navbar-scroll .scroll-track{
    display:block!important;
  }
  
   .navbar-scroll .header-social-icon{
     display:none;
   }
   
      .navbar-scroll .stm-iconbox svg {
    color: rgb(220 33 25);
    margin-right: 1px;
    width: 35px!important;
    height: 41px!important;
}
   
   
   
   
   
  
 .elementor-button {
    font-family: "Hind", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 18.48px;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #db261e;
    border-radius:4px;
    padding: 13.5px 29px 11.5px 29px;
}

.stm-iconbox__text, .stm-iconbox__description {
    font-size: 13px;
    color: #747474;
    font-style: italic;
    line-height: 17px;
    font-weight: 400;
}

.stm-iconbox svg {
    color: rgb(220 33 25);
    margin-right: 1px;
    width: 26px;
    height: 32px;
    fill: #525252;
    margin-top: 5px;
    color: #df152d;
    font-size: 29px;
    border-color: #df152d;
    text-align: center;
    display: block;
}

 .elementor-icon-box-title span {
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
	display:inline-block;
	margin:0px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0px;
}

.elementor-icon-box-description a {
    color: #333;
    font-size: 15px;
	text-transform:uppercase;
    font-weight: 600;
    display: inline-block;
    margin: 0px;
    font-style: normal;
    text-decoration: none;
}

.stm-iconbox__info {
    margin-left: 6px;
}

.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	background-color:black;
    transition:0.4s;
  }
  
  .navbar-toggler:focus{
   outline:none;
   box-shadow:none;
   border:0px;
  }
  
  .topbr {
    background: #363532;
}
  
.navbar-scroll {
    position:fixed!important;
    top:0%!important;
    right: 0;
	background: #fff!important;
    left: 0;
    z-index:999;
	transition:0.10s ease;
    color: #333;
	box-shadow: 0 0 4px 0 #aaa;
}

.navbar-scroll .logo-section img {
    position: relative!important;
    z-index: 333;
    max-width:65px!important;
    margin: 4px 0px;
    /* top: 0px!important; */
    /* background-color: #fff; */
    border-radius: 4px;
    border: 0px solid #ebebeb;
}

.navbar-scroll .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #333!important;
    background-color:#fff!important;
}


.navbar-scroll .helpbx {
    border-radius: 0px;
    float: right;
    max-width: 190px;
    background: #fff;
    text-align: center;
    margin-top: -30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
}

.navbar-scroll .helpbx a {
    display: block;
    color: #fff;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #dc3545;
    text-decoration: none;
}


.navbar-scroll .helpbx span {
    display: block;
    font-size: 12px;
    margin-top: -1px;
    font-weight: 500;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255);
    background-color: #000;
}

.navbar-brand img {
    transition: all 0.5s ease;
}

.helpbx {
    border: 1px solid #db3546;
    border-radius: 4px;
    float: right;
    max-width: 190px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-top: -68px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
}
.helpbx h4 {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.1428571428571428;
    text-align: center;
	font-weight:400;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.helpbx a {
    display: block;
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #000;
    text-decoration: none;
}
.helpbx a i {
    transform: scaleX(-1);
    color: #fff;
    margin-right: 4px;
    font-size: 16px;
    display: inline-block;
}

.helpbx span {
    display: block;
    font-size: 14px;
    margin-top: 2px;
    font-weight: 500;
}

.helpbx span:before {
    content: "";
    position: absolute;
    background: #DFFEEE;
    height: 7px;
    width: 7px;
    border-radius: 50px;
    margin-left: -13px;
    margin-top: 7px;
}


@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color:white;
    vertical-align: middle;
    content: "";
    background:#1f343a;
	border-radius:5px;
}
.navbar-toggler-icon   i{
  color:white!important;
}

.header{
    position:relative;
    right: 0;
	top:0;
    z-index:999;
    left: 0;
}


@media only screen and (max-width:786px){
.appoinment-area .appoinment-form-content {
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    /* margin-top: -5px; */
    -webkit-box-shadow: 2px -2px 5px 9px rgb(72 73 121 / 15%);
    box-shadow: 2px -2px 5px 9px rgb(72 73 121 / 15%);
    max-width: 400px;
    margin-left: auto;
    position: relative;
    bottom: 0px!important;
   right:0px!important;
}

.appoinment-style .appoinment-content h3 {
    font-size: 17px!important;
    line-height: 21px!important;
}
.appoinment-content {
    padding: 19px 0px;
}

.appoinment-style {
    padding-left:15px!important; 
    max-width:100%!important; 
    padding-right: 15px!important;
}
.locationslist ul li {
    width: 46%!important;
}
.locationslist ul li {
    font-size: 10px!important;
	    border: dotted 1px #ddd!important;
	line-height:12px!important;
}


}



@media only screen and (min-width:992px){
   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
}

@media only screen and (max-width:992px){


.navigation {
    background-color: #ffffff!important;
}

 .navbar-brand img {
    max-width: 47px!important;
}



.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 600;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
 .nav-item .nav-link {
    /* background-color: #333; */
    color: #5f5f5f!important;
    border-bottom: 1px solid #dcdcdc;
    padding: 4px 18px!important;
}

 .outer-ul{
  display:block!important;
}

   .header-bottom{
     display:none;
   }
  
   
   .mobile-menu{
     position:fixed;
	 top:0;
	 right:0;
	 width:100%;
	 padding-top: 66px;
	 transform:translateX(100%);
	 z-index:-1;
	 height:100vh;
	 background-color:white;
	 overflow:auto;
   }
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}



.navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #333;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar-toggler {
    width: 30px;
	margin:16px 0px;
    height: 25px;
    right: 15px;
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}



.navbar-toggler.nav-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(
135deg);
    transform: rotate(
135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(
-135deg);
    transform: rotate(
-135deg);
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}


.small-menu{
    background: #313840;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    position: relative;
	border-radius:0px;
	padding:0px;
	margin:0px 0px  0px 0px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	min-width:19rem;
    padding: 0px;
    border: none;
	opacity:0;
	transform:translatey(30px);
	visibility:hidden;
	animation:slidedown 0.4s ease 1;
}

@keyframes slidedown{
  0%{ transform:scale(0.8); opacity:0;}
  100%{ transform:scale(1); opacity:1;}
}

.small-menu a {
    display: block;
    color: #fff;
	font-family: arial;
    font-weight: 500;
    font-size: 14px;
    background: #000000;
    border-bottom: 1px dotted rgb(233 233 233 / 50%);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    transition: 0.5s ease;
    padding: 4px 15px;
	position:relative;
	z-index:2;
}

.small-menu a:last-child{
    border-bottom:0px dotted rgb(233 233 233 / 50%);
 }

@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}
}
@media only screen and (max-width:992px){
   .dropdown .small-menu{
    opacity:1;
  	transform:translatey(0px);
	visibility:visible;
}
}

.small-menu a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #d1ac54;
    transform: scalex(0);
    z-index: -1;
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}
 .small-menu a:hover:before{
    transform:scalex(1);
 }
 
.dropdown:hover .nav-link {
    color: #fff!important;
	  background: #000;
}
.nav-item .nav-link:hover {
    color: #fff!important;
	  background: #000;
}

.bg-lightest {
    background-color: #fcfcfc;
}


.header-item{
 margin:0px 20px;
}

.navigation {
    background-color: #fff;
    position: relative;
    top: 0px;
	box-shadow: 0 6px 5px 0 rgb(0 0 0 / 10%);
    padding: 0px 0px;
    left: 0;
    right: 0;
    z-index: 3;
}
.navbar-nav .nav-item{
	position:relative;
}

.navbar-brand {
    font-weight: 900;
    font-size:30px;
	color: #fff;
	padding:0px;
}


.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    border-right: 1px solid #dfdfdf;
    display: block;
    position: relative;
    line-height: 1.72;
    text-decoration: none;
    transition: 0.4s ease;
}

.navbar-nav .nav-item:last-child .nav-link {
      border-right:0px solid #dfdfdf;
}


.navbar-nav .nav-item .nav-link i{
    font-size:12px;	
}


.navbar-scroll .navbar-nav .nav-item .nav-link{
  color:#333;
}


.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    font-weight: 500;
}

.header-social-icon {
   border-left: 1px solid #fff;
}

.extra-small-icon li {
    margin:0px 8px;
}

.navbar-nav .nav-item .nav-link span {
    font-size: 17px;
    top: 4px;
    position: relative;
}

.btn-theme-colored {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
}
.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 0px;
}
.btn:focus{
  box-shadow:none;
  border:none;
}



@media only screen and (min-width:1200px){
.navbar-nav .nav-item .nav-link {
    padding:0px 16px!important;
}
}


.navbar-nav .nav-item.active:after{
			background-color: #fff;
			width: 75%!important;
		}
		
.navbar-nav .nav-item:hover:after, .nav-item.active:after {
    width: 75%;
}
.navbar-nav .nav-item:last-child:after{
 display:none;
}



.text-theme-colored {
    color: #FFAB00 !important;
}
.font-24 {
    font-size: 24px !important;
}

.font-20 {
    font-size: 20px !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.text-black-333 {
    color: #333333 !important;
}




/*--------
.nav-item:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
--------------*/


/*------------slider---section------------*/

.pt-60{
  padding-top:120px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
	top:-117px;
    width: 100%;
	z-index:333;
    line-height: 0;
    direction: ltr;
	transform: rotate(180deg);
}

.elementor-shape  svg{
    fill:#fff;
	width:100%;
}

.client-section {
    background-color: #fff;
    color: #6f6f6f;
    position: relative;
    padding: 13px 0px 50px 0px;
}

.borderleft_logo {
    padding: 5px;
    border-left: 1px solid #f1f0f0;
}
.bottom-line h5 {
    font-size: 22px;
    font-weight: 500;
}
/* ---------------------------------- */
.enquiry2 {
    position: fixed;
    right: 0;
    top: 215px;
    z-index: 9999999999;
}
.fullwidthbanner-container {
    width: 100% !important;
    color: #fff;
    position: relative;
    padding: 0;
    max-height: 630px !important;
    overflow: hidden;
}

.slider-section{
  position:relative;
}

.home-enquery{
  position:relative;
  width:100%;
}
.home-enquery-heading-bg {
    position: relative;
    top: 0px;
    z-index: 99;
    border: 4px solid #3a5a93;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 26px 20px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}

.home-enquery-form .btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    width: 100%;
    display: block;
    background: #395992;
    border: 1px solid #395992;
    text-transform: uppercase;
    font-weight: 600;
}
 
.home-enquery-heading p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: normal;
}

.home-enquery-heading span {
    font-family: 'Roboto Condensed', sans-serif;
    color: #395791;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    clear: both;
    display: block;
}
  
  .home-enquery-form input,.home-enquery-form select{
    display: block;
    width: 100%;
    padding: 10px 0px 10px 25px;
    font-size: 14px;
    line-height: 1.5;
	text-transform:capitalize;
    background-color:transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #ced4da!important;
	border:none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
 .tp-banner {
	width:100%;
	position:relative;
    padding:0;
}

.tp-banner-container{
 width:100%;
 overflow:hidden;
 position:relative;
}



.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.6);
}



.tp-leftarrow.preview1:after {
    content:'\f053';
}

.blog-slider .slick-prev:before, .blog-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 0.8;
    color: #003756!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.main-title {
    position: relative;
}

.main-title:before {
    background-color: #333f43;
    content: "";
    top: 50%;
    left: 0;
    display: inline-block;
    height: 6px;
    transform: translateY(-50%);
    position: absolute;
    vertical-align: middle;
    width: 100%;
}
.main-title h3 {
    position: relative;
    color: #333f43;
    font-family: 'oswald';
    padding: 0px 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: 700;
    font-size: 33px;
    line-height: 35px;
}

.book-btn {
    color: #fff;
    border: none;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #000000;
    box-shadow: 4px 8px 24px 0px rgb(47 57 112 / 15%);
    padding: 14px 36px 14px 36px;
}
/*========================================
       about-section
	   ============================*/
.features-box-layout2 {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
}

.about-section{
  position:relative;
  overflow:hidden;
}

.tick-list ul {
    margin-bottom: 15px;
    padding-left: 0;
    list-style-type: none;
    -webkit-column-count: 2;
    column-count: 2;
    overflow: hidden;
}

.tick-list li {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    background-image: url(https://assets-global.website-files.com/5de84d0…/5de86da…_green.svg);
    background-position: 0 7px;
    background-size: auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.tick-list strong {
    display: block;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.btnwt {
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #000;
    padding: 16px 58px 15px 26px;
    border-radius: 4px;
    -webkit-transition: background-color 160ms cubic-bezier(.25,.46,.45,.94),box-shadow 160ms cubic-bezier(.165,.84,.44,1),background-position 160ms cubic-bezier(.25,.46,.45,.94);
    transition: background-color 160ms cubic-bezier(.25,.46,.45,.94),box-shadow 160ms cubic-bezier(.165,.84,.44,1),background-position 160ms cubic-bezier(.25,.46,.45,.94);
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}


/*===========footer=======*/
.location {
    width: 100%;
    height: auto;
    padding: 25px 0;
	background-color:#fff;
}


.locationslist {
    width: 100%;
    height: auto;
}

.locationslist h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff!important;
}
.locationslist ul li {
    position: relative;
    display: inline-block;
    width: 24%;
    margin: 2px 3px;
    border: dotted 2px #ddd;
    background: #003756;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
}
.locationslist ul li a {
    color: #fff;
}
.locationslist ul span a {
    width: 100%;
    max-width: 260px;
    border: solid 1px #ddd;
    margin: 2px;
    background: #82540c;
    padding: 0 5px;
    margin-top: 4px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
}

.fa-phone{
  transform:rotate(90deg);
}

.location-lists ul li {
    font-size: 13px;
    font-weight: 500;
    /* line-height: 26px; */
    margin: 6px 0px;
    display: block;
    padding-left: 20px;
    position: relative;
	cursor:pointer;
	transition:all 0.5s ease;
}

.location-lists ul li:hover{
    color: #db261e;
	}
	
.location-lists ul li:hover:before {
	background-color:#db261e;
}

.location-lists ul li:before{
   position:absolute;
   top:6px;
   left:0;
   content:"";
   width:7px;
   border-radius:50%;
   height:7px;
   background-color:#333;
   clip-path: polygon(50% 0, 50% 0, 100% 50%, 50% 100%, 50% 100%, 0% 50%);
   -webkit-clip-path: polygon(50% 0, 50% 0, 100% 50%, 50% 100%, 50% 100%, 0% 50%);

}
.location-heading h4{
   font-size: 16px;
    color: #999;
    padding: 0;
    margin-right: 40px;
    position: relative;
    font-weight: 400;
}

.location-heading h4:before{
content: "";
    position: absolute;
    bottom: -8px;
    left:0px;
    border-bottom: 1px solid #e5e5e5;
    width: 375px;
}
.location-heading h4:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0px;
    height: 2px;
    background-color: #db261e;
    width: 150px;
    transform: scaleX(0);
    transition: all 0.5s ease;
}

.location-heading h4:hover:after{
   	transform:scaleX(1);
}

.kcwelcomematter {
    background: url(../img/about-bg.png) ,#db261e;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 51px;
}

.kcwelcomematter-matter h1 {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    padding-left: 15px;
    border-left: 3px solid white;
}


.kcwelcomematter-matter p {
    letter-spacing: 0px;
    font-size: 14px;
	color:#fff;
}

.callback-counter-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	max-width:500px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.callback-counter-wrap .counter-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
        padding: 16px 16px 16px 16px;
    width: 50%;
}

.callback-counter-wrap .counter-icon {
    width: 52px;
}

.callback-counter-wrap .counter-icon img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.callback-counter-wrap .counter-no {
    color: #ffffff;
    display: block;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
}

.callback-counter-wrap .counter-content {
    padding-left:30px;
    text-align: center;
}

.callback-counter-wrap .counter-text {
    color: #ffffff;
    display: block;
}

.support-area {
    background-color: #ffffff;
    box-shadow: 0px 15px 55px -15px rgb(0 0 0 / 10%);
    display: -webkit-box;
    position: absolute;
    bottom: -46px;
    left: 205px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	z-index:55;
    margin-bottom: -50px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px;
}

@media screen and (min-width: 768px){
.callback-counter-wrap .counter-item {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.callback-counter-wrap .counter-item:nth-child(2n+2) {
    border-right: none;
}
.callback-counter-wrap .counter-item:last-child, .callback-counter-wrap .counter-item:nth-last-child(2) {
    border-bottom: none;
}
}


.support-area h3 {
    color: #db261e;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
}


.support-area h3 a:hover{
    color: #db261e;
}

.support-area .support-icon {
    width: 52px;
    margin-right: 22px;
}

.support-icon img{
  fill:#333;
}

.support-area h4 {
    color: #383838;
	   font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}



.kc-package {
    padding:100px  0px 50px 0px;
}

.kc-package h2 {
    color: #000;
}
.kc-package h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.para-section {
    margin-bottom: 2em;
	text-align:justify;
}



/*============================================
   footer---
   ----------------*/

.copyright {
    background: #790a0e;
    padding: 15px 0;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}


.footer-bottom {
    background: #000;
}

.footer-bottom .container {
    border-top: 2px solid #d1ac54;
    padding: 15px 15px;
}

 .footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
	color:#fff;
}

.footer-bottom ul li {
    list-style: none;
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin: 0px 5px;
    /* margin-right: 15px; */
}

 .footer-bottom ul li a {
    color: #fff;
}
 .footer-bottom ul li a i {
    color: #fff;
}

.footer-bottom .copyright-text p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 13px;
}

.footer-bottom .header-social-icon {
    border-left: 0px solid #fff;
}

.footer {
    background: url(../img/footer-bg.jpg);
}

.pad80 {
    padding:50px 0;
}
footer {
    position: relative;
}

.customer-says {
    padding:25px 0;
   background: #e4d7ca;
}


.customer-says .location-lists2 ul li{
  display:inline-block;
}
.customer-says .location-lists2 ul li a{
  font-size:13px;
}
.customer-says .location-lists2 ul li a:hover{
  font-size:13px;
  color:#333;
}
.customer-says .location-lists2 ul li a:after {
    content: "/";
    padding: 5px;
}

.location-btn {
    color: #fff!important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    width: 100%;
    font-size: 13px;
    margin: 10px 0px;
    letter-spacing: .5px;
    background:#d3a435;
}

.location-btn svg{
  width:20px;
  fill:#fff;
  margin-right:5px;
}

.address {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px){
.phone1_icon {
    left: 20px;
}
}
.phone1_icon {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 130px;
    z-index: 100;
    animation: wiggles .3s infinite alternate;
}
@keyframes wiggles{
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.2);
}
}

@media only screen and (max-width: 992px){
.phone1_icon {
    width: 40px!important;
    height: 40px!important;
    position: fixed!important;
    bottom: 33px!important;
    right: 20px!important;
    z-index: 100;
    animation: wiggles .3s infinite alternate;
}
.whatsapp_icon {
    width: 40px!important;
    height: 40px!important;
    position: fixed;
    bottom: 33px!important;
    left: 20px!important;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
}

.footer .address h5 {
    color: #fff;
    font-weight: 00;
    padding-bottom: 10px;
    /* font-family: 'Oswald'; */
    border-bottom: 2px solid #d1ac54;
    text-transform: uppercase;
    /* text-decoration: underline; */
    margin-bottom: 15px;
    font-size: 15px;
}

.anthoer_link {
    position: fixed;
    right: 30px;
    bottom: 50px;
	z-index:999;
    text-align: center;
}
.logo_foot {
    position: relative;
}

.logo_foot img {
    max-width: 46px;
}
.anthoer_link img {
    /* height: 70px; */
    /* background: #002147; */
    padding: 10px;
    position: relative;
    z-index: 9;
}


.anthoer_link h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 9px!important;
    margin-top: -1px;
    background: #fff;
    padding: 4px;
}

.query ul {
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    /* -webkit-column-gap: 25px; */
    column-count: 2;
    /* column-gap: 25px; */
    margin-bottom: 0;
    list-style: none;
}

.address {
    margin-bottom: 20px;
}
.query ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
}
.query ul li{
   list-style: disc;
}
.footer .address .draw_line {
    width: 40px;
}
.footer .address p, .footer .address p a {
    color: #fff;
	font-weight: 400;
    font-size: 13px;
    margin-bottom: 4px;
}

.myown_p {
    text-align: left!important;
}

.query ul li {
    margin-bottom:8px;
}

#scrollUp {
    background: #d3a536;
    height: 40px;
    width: 40px;
    right: 0px;
    bottom: 10px;
    display: inline-block;
    color: #ffffff;
    border: 2px soild #fff;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    font-size: 17px;
    line-height: 40px;
    transition: .3s;
}

.whatsapp_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
@keyframes wiggle{
0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}


/*--------service--section----*/

/*============testimonial========*/


/*=================form---section===========*/




/*======================slick-arrow-style===============*/

  .prev,.next,.tab-prev3,.tab-next4{
    position:absolute;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px!important;
	cursor:pointer;
	z-index:4;
	border-radius:0px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	opacity:0;
	transition:all 0.5s ease;
  }
  
    .prev,.tab-prev3{
	  left:0;
	  transform:translateX(-30px);
	}
	
	
	.next,.tab-next4{
	  right:0;
	  transform:translateX(30px);
	}
	
	.client-slider :hover  .slick-arrow .prev{
	  opacity:1;
	}
	
	.project-slider :hover .slick-arrow .next{
	  opacity:1;
	}
	
	.client-slider .slick-arrow,.project-slider .slick-arrow{
	    position:absolute;
		top:50%;
		transform:translatey(-50%);
	  }


.tab-prev {
    position: absolute;
    top: -49px;
    display: inline-block;
    background: #eeeeee;
    width: 30px;
        color: #888;
    font-size: 14px;
    cursor: pointer;
    height: 30px;
    border-radius: 4px;
    line-height: 30px!important;
    text-align: center;
    right: 34px;
}

.tab-next {
    position: absolute;
    top: -49px;
    display: inline-block;
     background: #eeeeee;
    width: 30px;
       color: #888;
    font-size: 14px;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 30px!important;
    text-align: center;
    right: -2px;
}

.tab-slider .slick-arrow, .blog-slider .slick-arrow, .testimonial-slider .slick-arrow {
    position: absolute;
}

.wow-outer {
    position: relative;
    overflow: hidden;
}







/*============new---footer------*/


a.blantershow-chat {
    /* background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
	display:none;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgb(32 33 36 / 28%);
}

/*=========service---section-----------*/


/*=============parallax-bg===========*/


/*===============================
   Causes=====*/


/*-----gallery-----*/




/*---footer-top--section----*/

.Product-slider .slick-slide{
  margin:0px 13px;
}


.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-section {
    position: relative;
    width: 100%;
    padding: 52px 0px 60px 0px;
    background: url(../img/about-bg.jpg);
}

.why-bikefixo-sec {
    width: 100%;
    background:url(../img/mission-bg.jpg);
    background-size: cover;
    padding:45px 0;
    background-attachment: fixed;
    position: relative;
	z-index:2;
}

.why-bikefixo-sec:before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
    background-color: rgb(26 26 26 / 84%);
  z-index:-1;
}

  .why-bikefixo-box img {
    margin: 0 auto;
    filter: invert(0.5) brightness(5);
    display: block;
}

.why-bikefixo-box .why-heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 0px;
}

.why-bikefixo-box p {
    text-align: center;
    font-size: 13px;
    color: #fff;
}




.why-list ul {
    list-style-type: disc;
    margin-left: 2.5rem;
   color:gray;
}

.why-list ul li {
    color: #686868;
    font-weight: 500;
}

.why-title h2 {
    color: #333;
    /* font-family: "Poppins", Sans-serif; */
    font-size: 35px;
    text-align: center;
    line-height: 43px;
    text-transform: uppercase;
    /* font-family: Oswald; */
    font-weight: 700;
}

.et_pb_text_inner h2 {
    font-size: 40px;
    color: #fff;
	  text-transform: uppercase;
    font-family: Oswald;
    line-height: 1.2em;
}

.why-inner {
    background-color: #c39d43;
}
.why-content-bg {
    background-color: #fff;
    padding: 50px 0px;
    margin-bottom: 20px;
}


/*----sevices-----*/
.packers-trasport .card {
    border: none;
    background:transparent;
        border: 1px solid #eaeaea;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 0px 10px 0px;
	border-radius:20px;
	overflow:hidden;
    padding: 0px 0px 0px 0px;
	transition:all 0.5s ease;
	}
	
	
	.card-img-top {
    width: 100%;
    border-radius:0px;
}

.sec-title h3 {
    color: #333;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 16px;
    position: relative;
    text-decoration: none;
    /* line-height: 31.68px; */
}
.sec-title h3:before {
    width: 18px;
    height: 3px;
    background-color: #d1ac54;
    content: "";
    top: -14px;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
}
.sec-title h4 {
    color: #dfad37;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    /* line-height: 45.696px; */
}
.sec-title p{
text-align: center;
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	}
.view-all-btn {
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    cursor: pointer;
    font-family: "Poppins", Sans-serif;
    line-height: 21px;
    transition: all 1s ease;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #1b222e;
    font-style: italic;
    /* border-radius: 0px 0px 0px 0px; */
    box-shadow: 4px 8px 24px 0px rgb(47 57 112 / 15%);
    padding: 10px 33px 10px 33px;
    border-radius: 4px;
}
	
	.packers-trasport .card:hover{
	 background-color:#fff;
	    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	}
	
.packers-trasport .card:hover  .card-title {
	color:#000;
	text-decoration:underline;
	}
	
	.packers-trasport .card:hover  .call-btn{
	 display:block;
	 opacity:1;
	 transform:translateX(0px);
	}
	
.packers-trasport .call-btn {
    color: #fff;
    border: none;
    /* font-family: "Poppins", Sans-serif; */
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: uppercase;
    font-style: normal;
    cursor: pointer;
    /* transform: translateX(40px); */
    line-height: 17px;
    transition: all 1s ease;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #000;
    /* border-radius: 0px 0px 0px 0px; */
    box-shadow: 4px 8px 24px 0px rgb(47 57 112 / 15%);
    padding: 9px 12px 9px 12px;
}
.packers-trasport .card-title {
    color: #333;
    font-family: "arial", Sans-serif;
    font-size: 19px;
	text-align:center;
    font-style: normal;
    line-height:19px;
}

.packers-trasport{
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
	padding:60px 0px;
	}

	.packers-trasport .card .card-body{
	  position:relative;
	  padding:10px 15px;
	  text-align:center;
	}
	
	.packers-trasport .card .card-body p {
    font-size: 15px;
    text-align: center;
    line-height: 21px;
}
	
	
	.additional-servies{
	  position:relative;
	  width:100%;
	  overflow:hidden;
	  padding:5px 0px;
	}
	

	.image-section{
	  position:relative;
	}
	
	.image-section img {
    position: relative;
}

	.ser-ver img {
    /* width: 56px; */
    filter: hue-rotate(556deg);
    margin-bottom: 20px;
}
  
  .ser-bg-color{
    padding-left:70px;
  }
  

.form-group{
  position:relative;
  width:100%;
}
.form-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    text-align: center;
    line-height: 14px;
    height: 18px;
    /* margin-right: 10px; */
    background-color: white;
}


.why-inner-img {
    background-position: right center;
    background-repeat: no-repeat;
    background: url(../img/why-img2.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}


.slider-bottom {
    background: #d3a435;
    padding: 13px 0px;
    overflow: hidden;
    position: relative;
}
.main_button {
    color: #000000;
    padding: 10px 15px;
    font-weight: 600;
    border: none;
    text-transform: capitalize;
    border-radius: 30px;
    background: #ffffff;
}

.main_button:hover{
  color:#333;
}


.background-bg{
    position: relative;
    width: 100%;
    padding:20px 0px 60px 0px;
    background: url(../img/about-bg.jpg);
}




/*=====page--style------*/

.page-padding{
  position:relative;
}


.uni-banner {
    position: relative;
    font-weight: 400;
    width: 90%;
	background-position:center center!important;
	background-size:cover!important;
    margin:0px auto;
    font-style: normal;
	overflow:hidden;
}

.uni-banner:before{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 content:"";
 background-color:rgba(0,0,0,0.4);
}


.uni-banner-text-area h1 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-decoration: underline;
    color: #fff;
}


.uni-banner-text-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uni-banner-text-area {
    position: relative;
    padding-top: 30px;
    text-align: left;
    padding-bottom: 30px;
}

.uni-banner-text-area ul li a{
      color:#fff;
	  font-size: 12px;
	  font-family: Open Sans,Arial;
}

.uni-banner-text-area ul li:after {
    content: '>';
    font-size: 14px;
    position: absolute;
    right: -16px;
        color:#fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uni-banner-text-area ul li:last-child:after {
    opacity:0;
}

.uni-banner-text-area ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
   	    color: #fff;
		  font-size: 12px;
	  font-family: Open Sans,Arial;
}
.uni-banner-text-area ul li:first-child{
  margin-left:0px!important;
}

.page-heading.about-info.text-left .section-title h2{
font-size: 34px;
    line-height: 45px;
	color:#222;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -.5px;
    word-spacing: 0px;
    text-transform: capitalize;
}

.about-info.text-left .section-title h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #fde428;
    border-radius: 3px;
	margin:10px 0px!important;
}

.sidebar-head{
  display:inline-block;
 
}

.service-sidebar{
 border-color: #CCC;
    border-width: thin;
    border-style: solid;
background-color: #f7f8fb;
    border-radius: 3px;
  }
  
  .service-sidebar  ul{
      	padding:0px 15px;
  }
  .sidebar-head {
    font-size: 15px;
    color: #333;
    padding: 12px;
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: normal;
    text-transform: uppercase;
    background: url(../img/link.jpg);
}
  
  
  .service-sidebar ul li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
	font-family:arial;
    font-weight: 400;
}
 
  
    .service-sidebar ul li a:hover{
	  color:#333;
	  text-decoration:underline;
	}
  
    .service-sidebar ul li {
    border-bottom: 1px dotted #b3bdd7;
    padding: 5px 3px;
}

      .service-sidebar ul li > i {
    font-size: 10px;
    color: #ffc246;
    margin-right: 13px;
}


.locationtext h2 {
    background-color: black;
    text-transform: uppercase;
    color: white;
    font-family: arial;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 20px;
}

.locationtext h3 {
    text-transform: uppercase;
    color: #000;
    font-family: arial;
    font-weight: 600;
	margin:10px 0px;
    font-size: 14px;
}

.locationtext p {
    color: #585858;
    font-family: arial;
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
}

.marquee-div{
  position:relative;
  width:100%;
  overflow:auto;
}

.bold-item {
    color: #333;
    font-family: arial;
    font-weight: 700;
    display: block;
    line-height: 18px;
    display: inline-block;
    font-size: 13px;
}

.features li {
    list-style: disc;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #5a5a5a;
    text-align: justify;
}

ul.features {
    padding-left: 20px;
}


.locno {
    width: 100%;
    height: auto;
    position: sticky;
    top: 96px;
    background: #f6f6f6;
    padding: 10px;
    border: solid 5px #ddd;
}

.table-section{
  position:relative;
  width:100%;
  overflow:hidden;
}

.table-section table tr td div span,.table-section table tr td span{
      font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

.table-section table tr td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight:500;
	line-height:19px;
    color: #000;
}


.table-section table{
 border-collapse: separate;
}

.table-section table tr td p{
   font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight:500;
    color: #000;
}

.table-section table {
    margin: 0;
	width:100%;
}

.listing ul li,.table-section table tr td ul li{
   display:block;
   position:relative;
   font-size: 14px;
   color: #000;
   padding-left:20px;
}
.listing ul li:before,.table-section table tr td ul li:before{
  position:absolute;
  top:7px;
  left:0;
  width:5px;
  content:"";
  height:5px;
  background-color:#000;
  transform:rotate(45deg);
}

.listing ul li strong{
   display:block;
   font-size:15px;
    font-family: arial;
   color:#000;
}

.listing ul li p{
    color: #585858;
    font-family: arial;
    font-weight: 400;
	text-align:justify;
    font-size: 14px;
}


.textForm-salesforceForm {
    background-color: #f7f8fb;
    border-radius: 2px;
	border:1px solid #ccc;
    padding: 25px;
}

.form-group label {
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}

.form-group input, .form-group select ,#exampleTextarea{
    background-color: #fff;
    border-radius: 2px;
    position: relative;
	font-size:13px;
	text-transform:capitalize;
   border:1px solid #ccc;
}

.form-control-file{
background-color:transparent!important;
border:none!important;
}

.textForm-salesforceForm-submit {
    background: #d1ac54;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 10px 90px;
    margin-top: 5px;
    color: #000000;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
	width:100%;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 18px;
    line-height: 21px;
}


 .video-box {
    position:relative;
    width: 100%;
    height: 100%;
    min-height: 270px;
    background: url(../img/why-img2.jpeg) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.anchor-overlay{
   position:absolute;
   top:0;
   left:0;
   width:100%;
   display:flex;
   align-items:center;
   justify-content:center;
   height:100%;
}

 table>tbody>tr>td:first-child {
    color: #848484;
    width: 40%;
}
 table>tbody>tr>td {
    padding: 4px 5px;
}


table {
    border-collapse: collapse;
}

