


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap');
	

#first-slider .slide1, #first-slider .slide2, #first-slider .slide3  {
    background-image: url('../images/slides/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


p {
	font-size: 16px;
line-height: 26px;
font-style: normal;
color: #4d565e;
font-family: "Rubik", sans-serif;
font-weight: 500;
text-rendering: optimizelegibility;
letter-spacing: 0.03em;
margin: 5px 0px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 40px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #24258d;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Ubuntu', sans-serif;
}

.section-heading h4 {
  font-size: 16px;
  color: #2728bf;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.section-heading h4 span::after {
  right: 16px;
  opacity: 0.5;
}
.section-heading h4 span::after{
  background-color: #24258d30;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 16px;
  top: 0;
  opacity: 0.8;
}

.section-heading h4 span::before {
  background-color: #24258dab;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 0;
  opacity: 0.8;
}

.section-heading h4 span {
  background-color: #292bbd;
  transform: skew(-20deg, 0deg);
  display: inline-flex;
  width: 4px;
  height: 15px;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}

.home-service h4 span{
	background-color: #5455db;
}

.home-service h4 span::after{
	background-color: #f4f4f730;
}

.home-service h4 span::before{
	background-color: #7b7cd5d1;
}

.fix-hed{
	
position: fixed !important;
	
background: #232323 !important;
}
#detailsPage{
	padding-top:140px;
}
.btn {
	background-color: transparent;
	color: #db4766;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #24258d;
}
.btn:hover, .btn:focus {
	background-color: #db4766;
	color: #24258d;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #df2068;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
a.morebtn {
    border: 1px solid #df2068;
    padding: 6px 18px;
    margin-top: 15px;
    display: inline-block;
}
a.morebtn:hover {
    color: #fff;
    background: #e8206b;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 60px 0;
	margin-bottom: 50px;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
}
#header .header-content {
	margin: 0 auto;
	
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size: 38px;
	color: #e8206b;
	text-decoration:none;
	letter-spacing: 3px;
	/* margin-top: -10px; */
	font-family: 'Great Vibes', cursive;
	font-weight: 700;
}
#header .logo span {
    font-weight: 400;
    font-family: monospace;
    letter-spacing: 0px;
    font-size: 22px;
    margin-left: -8px;
    color: #fff;
}
#header.fixed {
	background-color: #fff;
	-webkit-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.13));
-moz-box-shadow: 0px 39px 56.4px 3.6px rrgba(0, 0, 0, 0.13);
box-shadow: 0px 39px 56.4px 3.6px
rgba(0, 0, 0, 0.13);
transition: box-shadow 0.2s ease-in-out;
}
#header.fixed a {
	/* color: #fff; */
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 12px 0;
}
#header.fixed .nav-toggle {
	top: 14px;
	color: #db4766;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	margin-top: 15px;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 16px;
	font-weight: 700; 
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #e8206b;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* background: rgba(255, 255, 255, 0.56); */
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #b5344f;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
 
#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 70px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 500;
    line-height: 32px;
    font-family: sans-serif;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 30px;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 1000px;
  height: 100%;
  width:100%;
}

.carousel-inner .item .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
  text-align: center;
}
#first-slider h4 {
  animation-delay: 2s;
  text-align: center;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}



#first-slider h1 {
  margin-top: 0%;
font-family: 'Roboto', sans-serif;
font-size: 60px;
color: #fff;
font-weight: 800 !important;
text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
line-height: 1.2em;
padding: 0px 20px;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


.intro {
	background-color: #3c3e9a;
	/* color: #000; */
}
.intro h3 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 38px;
}
.intro p { 
	color: #fff;
	font-weight: 400;
}
.carousel-indicators{
	display:none;
}




.notopmargin {
    margin-top: 0 !important;
}
#content .container {
    position: relative;
}
.heading-block {
    margin-bottom: 50px;
}
.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid  #ee2128;
}
#content p {
    line-height: 1.8;
}
.heading-block ~ p:not(.lead) {
    font-size: 17px;
}
.car-section{
	position: relative;

    margin-top: 60px;
padding: 60px 0;
background-color:
#f9f9f9;
overflow: hidden;
}
.offset-lg-6 {
    margin-left: 50%;
}
.text-right{
	text-align:right;
}
.ptb-40{
	margin:40% 0%;
}
.service-content{
	line-height:27px;
	margin-top:7%;
}
.mt-10{
	margin-top:10%;
}
.text-left{
	text-align:left;
}
.mt-5{
	margin-top:5%;
}


.ftco-footer {
  padding: 5em 0 3em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
background-image: url(../images/footer-bg.png);  }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; 
	}
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #7b7cff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400; }
  .ftco-footer .ftco-footer-widget ul li .iocn {
    color: #e8206b; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer a {
    color: #d5d5d5;
font-size:17px;	}
    .ftco-footer a:hover {
      color: #a4a5f7; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000; }
  .ftco-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .ftco-footer .categories li a span {
      color: rgba(255, 255, 255, 0.5) !important; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: #ffb5b5;
    border-radius: 50%;
    position: relative;
    color: #ffb5b5 !important; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff !important; }
    .ftco-footer-social li a:hover {
      color: #fff; }

      .block-23 ul li{
         margin-bottom: 15px;
      }

.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
   
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 16px;
    padding-top: 2px;
    color:  #7b7cff;
	font-weight: bold;
}
.footer-address{
  font-size: 17px;
}
.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}
[class^="icon-"], [class*=" icon-"] {
   
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.lh-35{
	line-height:35px;
}
.copy-write{
	margin: 6% 0% 0% 0%;
border-top: 1px solid #4b4a4a;
padding: 2%;
}
.copy-write a{
  font-size: 12px;
}
.border-right-footer{
	border-right:1px solid #7b7cff;
}


.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 0px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background:transparent;
}

.projectFactsWrap .item:nth-child(2){
  background: transparent;
}

.projectFactsWrap .item:nth-child(3){
  background: transparent;
}

.projectFactsWrap .item:nth-child(4){
  background: transparent;
}

.projectFactsWrap .item p.number{
  font-size: 60px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{

  font-size: 18px;
  margin: 5% 0%;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: #f2585d;
}

.projectFactsWrap .item:hover span{
  background: #f2585d;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
}
 .ul1{
  width: 100% !important;
}
.ul2{
  width: 100% !important;
}

}

#counter-bg-img{
	background-image: url('../images/counter.png');
	padding: 2% 0% 30% 2%;
	background-repeat: no-repeat;
    background-position: 100% 53%;
	background-color: #f9f9f9;
	margin-top: 5%;
}

.counter-padding{
	padding:0% 7%;
}
.theme-red{
	color:#e8206b;
}
.theme-blue{
color:#44469e}



.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}


/*new service*/
.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-border-image.margin-left {
    margin-left: 40px;
}

.section-border-image .border-design {
    border: 1px solid 
    #CAD1DC;
    width: 100%;
    position: relative;
    z-index: 0;
}
.section-border-image.white-gray .border-design .border-bg {
    background-color: 
    #E0E5E9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.section-border-image .border-design .border-bg.top {
    left: -1px;
    right: -1px;
    bottom: 60%;
    top: -1px;
}
.section-border-image .border-design .border-bg {
    position: absolute;
    background-color: var(--main-color-one);
    z-index: -1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.section-border-image .border-design .we-are-img {
    overflow: hidden;
    position: relative;
    z-index: 0;
    max-height: 500px;
}
.section-border-image .border-design .we-are-img2 {
    overflow: hidden;
    position: relative;
    z-index: 0;
    max-height: 500px;
}
.section-border-image.margin-left .we-are-img {
    margin: 40px 40px 40px -40px;
}
.section-border-image.margin-left .we-are-img2 {
    margin: 40px -40px 40px 40px;
}
.section-border-image.white-gray .border-design .we-are-img::before {
    background-color: 
    rgba(224, 229, 233, 0.1);
}
.section-border-image.white-gray .border-design .we-are-img2::before {
    background-color: 
    rgba(224, 229, 233, 0.1);
}

.section-border-image .border-design .we-are-img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    background-color: rgba(251, 9, 55, 0.1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.section-border-image .border-design .we-are-img2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    background-color: rgba(251, 9, 55, 0.1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.section-border-image.white-gray .border-design .we-are-img::after {
    background-color: 
    rgba(224, 229, 233, 0.1);
}
.section-border-image .border-design .we-are-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(251, 9, 55, 0.1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.section-border-image.white-gray .border-design .we-are-img2::after {
    background-color: 
    rgba(224, 229, 233, 0.1);
}
.section-border-image .border-design .we-are-img2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(251, 9, 55, 0.1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.section-title .title.uppercase {
    text-transform: uppercase;
}
.section-title .title.gray {
    color: 
    #181818;
}
.section-title .title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--menu-font);
    color: var(--main-color-one);
    letter-spacing: 4px;
    position: relative;
    z-index: 0;
    padding-left: 30px;
    text-transform: capitalize;
    margin: 0;
}
.section-title .title.gray::before {
    background-color: 
    #181818;
}
.section-title .title::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 1;
    width: 20px;
    height: 1px;
    background-color: var(--main-color-one);
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.section-title .heading-02 {
    font-size: 50px;
    font-family: var(--body-font);
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    color: 
    #181818;
}
.h2-service-section .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    margin: 0;
}
.home-02-our-service-items {
    list-style: none;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}
.home-02-our-service-items .item-left {
    width: 70px;
}
.home-02-our-service-items .item-left .item-border {
    
    width: 60px;
    height: 65px;
    position: relative;
    z-index: 0;
}
.home-02-our-service-items .item-left .item-border .border-bg {
    position: absolute;
    z-index: -1;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 60%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-02-our-service-items .border-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9444), to(#FB0937));
    background-image: -webkit-linear-gradient(top, #FF9444 0%, #FB0937 100%);
    background-image: -o-linear-gradient(top, #FF9444 0%, #FB0937 100%);
    background-image: linear-gradient(180deg, 
#FF9444 0%,
    #FB0937 100%);
}
.home-02-our-service-items .item-left .item-border .icon {
    width: 105%;
    height: 90%;
   
color:
    #fff;
    margin: 30% 0 0 -10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-02-our-service-items .item-left .item-border .icon {
    color: 
    #fff;
    font-size: 30px;
}
.flaticon-car-service::before {
    content: "\f121";
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-style: normal;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.home-02-our-service-items .item-left .item-border .icon {
    color: #fff;
    font-size: 30px;
}
.home-02-our-service-items {
    list-style: none;
}.home-02-our-service-items .item-right {
    width: 300px;
    margin: 0 20px 0 10px;
}
.home-02-our-service-items {
    list-style: none;
}
.home-02-our-service-items .item-right .title {
    color: 
    #181818;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--body-font);
    font-weight: 600;
}
.home-02-our-service-items .item-right p {
    color: 
    #181818;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.home-02-our-service-items:hover .item-left .item-border .icon {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.home-02-our-service-items:hover .item-left .item-border .border-bg {
    top: 0;
}
.section-border-image .border-design .we-are-img:hover::before, .section-border-image .border-design .we-are-img:hover::after {
    width: 100%;
    height: 100%;
}

.section-border-image .border-design .we-are-img2:hover::before, .section-border-image .border-design .we-are-img2:hover::after {
    width: 100%;
    height: 100%;
}

.container-fixed {
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}



@media (min-width:768px) {
 .container-fixed {
  width:750px
 }


}
@media (min-width:992px) {
 .container-fixed {
  width:970px
 }
}
@media (min-width:1000px) {
 .container-fixed {
  width:1000px
 }
}
@media (min-width:1200px) {
 .container-fixed {
  width:1200px;
 }
}
@media (min-width:1500px) {
 .container-fixed {
  width:1500px;
 }
}
.our-process-section.style-02 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
}
.mh-900{
	min-height: 900px;
}
.our-process-section {
    background-color: #181818;
}
.padding-top-110 {
    padding-top: 110px;
}

.our-process-section .section-title-wrap {
    width: 100%;
}
.text-center {
    text-align: center !important;
}
.our-process-section.style-02 .section-title .title {
    color: 
    #181818;
}
.section-title .title.uppercase {
    text-transform: uppercase;
}
.section-title .title.both-line {
    padding-left: 30px;
    padding-right: 30px;
}
.section-title .title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--menu-font);
    color: var(--main-color-one);
    letter-spacing: 4px;
    position: relative;
    z-index: 0;
    padding-left: 30px;
    text-transform: capitalize;
    margin: 0;
}
.our-process-section.style-02 .section-title .title::before {
    background-color: 
    #181818;
}
.section-title .title.both-line::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 1;
    width: 20px;
    height: 1px;
    background-color: var(--main-color-one);
}
.section-title .title::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 1;
    width: 20px;
    height: 1px;
    background-color: var(--main-color-one);
}
.our-process-section.style-02 .section-title .title::after {
    background-color: 
    #181818;
}
.section-title .title.both-line::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
    width: 20px;
    height: 1px;
    background-color: var(--main-color-one);
}
*, ::after, ::before {
    box-sizing: border-box;
}
.our-process-section.style-02 .section-title .title {
    color: #ee2128;
}
.section-title .title.uppercase {
    text-transform: uppercase;
}
.section-title .title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: var(--menu-font);
    color: var(--main-color-one);
    letter-spacing: 4px;
    text-transform: capitalize;
}
.padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-title .heading-02 {
    font-size: 50px;
    font-family: var(--body-font);
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    color: 
    #181818;
}
.our-process-section__work-items {
    z-index: 2;
    position: relative;
}
.our-process-section__work-items .count {
    color: #EC0710;
text-shadow: 0 2px 6px
    rgba(10, 14, 20, 0.2);
}
.our-process-section__work-items .count {
    color: rgb(239, 40, 48);
    font-size: 100px;
    line-height: 120px;
    font-family: var(--body-font);
    font-weight: 700;
    -webkit-transform: translateY(32%);
    -ms-transform: translateY(32%);
    transform: translateY(32%);
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.our-process-section__work-items .count-no {
    color: rgb(239, 40, 48);
    font-size: 50px;
    line-height: 120px;
    font-family: var(--body-font);
    font-weight: 700;
    -webkit-transform: translateY(32%);
    -ms-transform: translateY(32%);
    transform: translateY(32%);
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.our-process-section__work-items:hover .count{
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	color:rgb(37, 38, 142);
}
.our-process-section__work-items:hover .count-no{
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	color:rgb(37, 38, 142);
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
our-process-section.style-02 .our-process-section__work-items .work-tiems-inner .items-title {
    color: 
    #181818;
}
.our-process-section__work-items .work-tiems-inner .items-title {
    color: #00000021;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--body-font);
    font-weight: 600;
    margin: 0;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}
.text-dark{
	color:#000;
}
.mtp-10{
	margin-top:10%;
}
.mtp-05{
	margin-top: 0.5%;
}
.text-light-white{
	color:#d5d5d5;
}


/*scroo top*/

.scrolltotop{
    position: fixed;
    bottom:50px;
    right:0px;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    height: 40px;
    width: 50px;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-size: 30px;
    transform: translateX(50px);
    
    opacity: 0;
}
.scrolltotop.active{
    transform: translateX(0);
    opacity: 1;
}

a:focus, a:hover {
    color: #e8206b;
    /*text-decoration: underline;*/
}
/*end*/
.mtp-6{
	margin-top:6%
}
.ser-num span{
	margin-left:2%;
	color:#ee2128;
	font-size: 22px;	
}
.ser-num{
	font-size: 29px;
	color:#0000002b;
	margin-top: 7%;
}


.testimonials {
	 
	 position: relative;
	 padding-top: 80px;
}
 .testimonials:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 30%;
}
 #customers-testimonials .item-details {
	 
	 color: #fff;
	 padding: 20px 10px;
	 text-align: left;
}
 #customers-testimonials .item-details h5 {
	 margin: 0 0 15px;
	 font-size: 18px;
	 line-height: 18px;
}
 #customers-testimonials .item-details h5 span {
	 color: red;
	 float: right;
	 padding-right: 20px;
}
 #customers-testimonials .item-details p {
	 font-size: 14px;
}
 #customers-testimonials .item {
	 text-align: center;
	 margin-bottom: 80px;
}
 .owl-carousel .owl-nav [class*='owl-'] {
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
	 background-color: #d6d6d6;
}
 .owl-carousel {
	 position: relative;
}
 .owl-carousel .owl-next, .owl-carousel .owl-prev {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 border-radius: 50%;
	 position: absolute;
	 top: 30%;
	 font-size: 20px;
	 color: #ed1c24;
	 text-align: center;
}
 .owl-carousel .owl-prev {
	 left: -70px;
}
 .owl-carousel .owl-next {
	 right: -70px;
}
 
 .owl-carousel .owl-item img {
    display: block;
    width: 50%;
    -webkit-transform-style: preserve-3d;
}
.shadow-effect{
	-webkit-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.24);
box-shadow: 0px 39px 56.4px 3.6px
rgba(0, 0, 0, 0.24);
transition: box-shadow 0.2s ease-in-out;
}


.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 6px;
    top: 103px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 15px 2px rgba(222,222,222,1);
-moz-box-shadow: 1px 1px 15px 2px rgba(222,222,222,1);
box-shadow: 1px 1px 15px 2px rgba(222,222,222,1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
	display:none;
}

.feedback-slider-thumb:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(238, 31, 32);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}
.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }
    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }
    .customer-feedback .owl-prev {
        left: 0;
    }
    .customer-feedback .owl-next {
        right: 0;
    }
    
}

/* extra */
.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
    background-color: #eee;
}
.copyright a {
    display: inline-block;
    padding: 10px 2px;
}
.upwork {
    color: #37a000;
}
.upwork:after {
    content: '/';
    margin-left: 10px;
}
.fiverr {
    color: #1dbf73;
}
.a:focus, a:hover {
    color: transparent;
    text-decoration: none;
}
.text-light-grey{
color: #d5d5d5;
}
.feedback-slider .fa-star{
	color:#ee1f20;
}
.mh-1{
	min-height: 1px;
}

.our-mission-section__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-mission-section__left__items {
    max-width: 350px;
    width: 50%;
    background-color: 
#181818;
color:
    #fff;
    overflow: hidden;
	padding: 0% 3% 0% 4%;
	
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.our-mission-section__left__items .items-title {
    color: 
    #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: var(--body-font);
    font-weight: 700;
}
.our-mission-section__left__items .items-number {
    color: 
    rgba(255, 255, 255, 0.2);
    font-size: 140px;
    line-height: 100px;
    font-family: var(--body-font);
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translate(17%, 17%);
    -ms-transform: translate(17%, 17%);
    transform: translate(15%, 23%);
}
.our-mission-section__left__items:hover .items-number {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.our-mission-section__left__items.white {
    background-color: 
    #fff;
    padding: 0 0 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.our-mission-section__left__items {
    color: 
    #fff;
}
.section-title .heading-02 {
    font-size: 50px;
    font-family: var(--body-font);
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    color: 
    #181818;
}
.our-mission-section__left__items p {
    color: 
    #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--body-font);
    font-weight: 400;
	text-align: justify;
}
.mvv-bg-img{
	background-image:url(../images/mvv.jpg);
	background-attachment:fixed;
	background-size:cover;
}

.mvv-bg-dark{
	background-color:#0000009e;
	margin-top: 5%;
}

.ptb-5{
	padding:5% 0%;
}
.text-white{
	color:#fff;
}

.contact-form-area {
  padding-top: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-form-img {
    position: absolute;
    right: 50px;
    top: 0px;
    max-width: 470px;
    height: 300px;
    z-index: -1;
}
.contact-form-area .sec-title {
    position: relative;
    padding-bottom: 40px;
}
.contact-form-area .sec-title p {
    font-size: 18px;
    color: #333;
	line-height:33px;
    margin: 22px 0 0;
}
.contact-form-area .quick-contact {
    border: 1px solid #f5f4f3;
    display: block;
    padding: 40px 25px 34px;
}
.contact-form-area .quick-contact .title {
    padding-bottom: 0px;
}
.contact-form-area .quick-contact ul li .text-holder h5 {
    line-height: 26px;
}
.contact-form-area .quick-contact ul li .text-holder h5 span.closes{
    color: #2acb35;
}

.contact-form-area .contact-form form {
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    display: block;
    padding: 39px 30px 39px;
}
.contact-form-area .contact-form form h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 35px;
}
.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea{
    background: #ffffff;
   border: 1px solid #cbc8c8;
color: #333;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}
.contact-form-area .contact-form form textarea{
    height: 120px;
    margin-bottom: 30px;
    padding: 10px 20px;
}
.contact-form-area .contact-form form input[type="text"]:focus{
    border-color: #f85b0c;        
}
.contact-form-area .contact-form form input[type="email"]:focus{
    border-color: #f85b0c;        
}
.contact-form-area .contact-form form textarea:focus{
    border-color: #f85b0c;    
}
.contact-form-area .contact-form form button {
    width: 100%;
    padding: 14px 0 13px;
}
.box-title::before {
    border: 1px solid  #ccc;
    content: "";
    height: 74px;
    left: 36px;
    position: absolute;
    top: 29px;
    width: 119px;
    z-index: -1;
}
.footer-link.footer-hedding ul {
    font-weight: 500 !important;
    margin-top: 20%;
}
.add-info i {
    color: 
    #ee1f27;
    padding-right: 5px;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 27px;
}
.add-info i {
    color:#ee1f27;
    line-height: 23px;
    font-size: 27px;
}
.add-info li {
    font-size: 14px;
    color: 
#333;
list-style-type: none;
text-align: left;
margin-bottom: 10px;
border-bottom: 1px solid
    #f4f4f4;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-bottom: 11px;
    position: relative;
}

.add-info a:hover {
    color: #ee1f27;
}
.add-info a {
    color: #000;
    padding: 0px 5px;
    font-weight: 500;
    margin-bottom: 0px;
    display: table;
    font-size: 17px;
    line-height: 30px;
}
.add-info p {
    display: table;
    color: 
    #000;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 30px;
}
.contact-form-area .quick-contact {
    border: 1px solid 
    #f5f4f3;
    display: block;
    padding: 40px 25px 34px;
}
.quick-contact {
    overflow: hidden;
}
.contact-form-area .contact-form form button {
    width: 100%;
    padding: 14px 0 13px;
}
.thm-btn:hover {
    background: 
transparent;
color:
    #222222;
}
.bgclr-1 {
    background: #4b0306;
    border: 2px solid 
    #ee1f27;
    color: #ffffff;
}
.thm-btn {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
}
.pb-5{
padding-bottom:5%}
.padding-t-120{
	padding-top:120px;
}
.mtb-5{
	margin:5% 0%;
}
.mb-5{
	margin-bottom:5%;
}

/* INNER PAGE START */

.mh-1 {
  min-height: 1px;
}.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.padding-120 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.online-bg-img{
	background-image:url(../images/slides/online-booking-bg.jpg) !important;
}

.about-banner-bg{
  background-image:url(../images/slides/about-us-banner.jpg) !important;
}
.truck-banner-bg{
  background-image:url(../images/slides/truck-banner-bg.jpg) !important;
}
.contact-banner-bg{
  background-image:url(../images/slides/contact-banner-bg.jpg) !important;
}
.employee-banner-bg{
    background-image:url(../images/slides/employee-banner-bg.jpg) !important;
}
.inner-banner-img{
	background-image:url(../images/slides/inbanner-conact.jpg);
	padding: 6%;
background-repeat: no-repeat;
background-size: cover;
}
.inner-text h6 h2{
	color:#fff;
}
.inner-text span {
	padding:0% 1% 0% 0%;
}

/* INNER PAGE END */

.myClass .fancybox-bg {
  background-color: #fff;
}

.myClass.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.myClass .fancybox-button,
.myClass .fancybox-navigation button {
  background: transparent;
  color: #444;
  padding: 8px;
}

.myClass .fancybox-button:hover:not([disabled]) {
	color: #000;
}

.myClass .fancybox-navigation button::before {
  background: transparent;
}

.myClass .fancybox-share {
  background: #fff;
}

.myClass .fancybox-close-small:after {
  font-size:25px;
}
.gal-content{
color: #fff;
position: absolute;
border-left: 2px dotted #fff;
border-top: 2px dotted #fff;
}

.gallery-box a{
	position:relative;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	border: 5px solid #e1e1e1;
	border-bottom: 0;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
	margin-bottom: 4%;

}

figure.effect-julia img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.img-view-large a{
	border:2px dotted #fff;
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 2%;
border-radius: 5%;
display:none;
text-align:center;
width:50%;
margin: 40% auto;
}
.effect-julia:hover .img-view-large a{
	
	display:block;
}
.gal-txt{
	
	padding: 5%;
text-align: center;
color: red;
font-weight: bold;
-webkit-box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.25)\);
-moz-box-shadow: 0px 39px 56.4px 3.6px rrgba(0, 0, 0, 0.25);
box-shadow: 0px 39px 56.4px 3.6px rgba(0, 0, 0, 0.25);
transition: box-shadow 0.2s ease-in-out;
}
.testimonial-img{
	height:100px;
	width:100px;
	margin: auto;
}
.testimonial-txt{
	text-align:justify;
	margin-top: 5%;
	padding:0% 7%;
}
.testimonial-name{
	text-align: center;
font-weight: bold;
padding: 3% 5%;
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
color: #c60000;
}
.testimonial-box{
	height: 400px;
padding: 10% 0%;
margin: 15% 0% 2% 0%;
background-color: #fff;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 500ms;
  transition:height 2s;
 overflow:hidden;
}

.testimonial-box:hover{
	height: 510px;
}

.bg-light-grey{
	background-color:#f5f5f5;
	padding-top:5%;
	padding-bottom: 5%;
}
.testimonial-img i{
	
	font-size: 70px;
background-color: #040474;
padding: 12%;
border-radius: 50%;
color: #fff;
}
.pm-0{
	padding:0px;
	margin:0px;
}

.pt-5{
	padding-top:5%;
}
.service-box{
	/*border: 1px solid #686767;*/
text-align: center;
height: 350px;
}
.service-box-icon i{
	background-color: #24268c;
color: #fff;
font-size: 40px;
padding: 10%;
border-radius: 50%;
/*margin-top: -20%;*/
border: 5px solid #eae7e7;
transition: font-size 1s;
}
.service-box-txt h5{
	margin-top:14%;
font-size: 22px;
color:#00000054;
}
.service-box-txt p{
	margin-top:14%;
	text-align:center;
}
.service-box:hover .service-box-icon i{
	font-size:25px;
	background-color:red;
}
@media only screen and (min-width: 950px){
.service-box-icon-1 i:after{
	content: "";
position: absolute;
background-color: #ddd;
height: 1px;
width: 170px;
top: 14%;
left: 71%;
	
}
}
.service-blog2-txt{
	padding:2% 10%;
}
.service-blog2-txt-tit{
	font-size: 40px;
}

.service-blog-2 .col-md-6{
	padding:0% 0%;
}
.mt-10{
	margin-top:10%;
}
.register-form {
     display: block;
}
 .register-form select {
     width: 100%;
     margin-bottom: 20px;
     padding-left: 15px;
     background: #f6f6f6;
     border-color: #f6f6f6;
}
 .register-form p.link {
     margin-top: 20px;
     margin-bottom: 0px;
}
 .register-form p.link a {
     color: #db2d2e;
}
 .register-form .select {
     height: 50px;
}
 .register-form .select-styled {
     padding: 13px 15px;
    background: #f6f6f6;
border-color: #c6c4c4;
}
 .register-form .select-styled:after {
     top: 22px;
}
 .register-form .select-styled:active:after, .register-form .select-styled.active:after {
     top: 14px;
}
 .register-form .select-options {
     border-color: #f6f6f6;
}
 .register-form .selected-box.auto-hight .select-options {
     max-height: 170px;
     overflow: auto;
	 border: 1px solid #e0dede;
    border-top-color: rgb(224, 222, 222);
    border-top-style: solid;
    border-top-width: 1px;
border-top: 0;
line-height: 35px;
}
 .remember-checkbox a {
     color: #db2d2e;
     margin-top: 6px;
}
 .remember-checkbox label {
     position: relative;
     padding-left: 30px;
     font-size: 14px;
     cursor: pointer;
}
 .remember-checkbox label:before, label:after {
     font-family: FontAwesome;
     font-size: 17px;
     position: absolute;
     top: 2px;
     left: 0;
     padding-left: 2px;
}
 .remember-checkbox label:before {
     border: 2px solid #db2d2e;
     content: "";
     height: 20px;
    margin-top: 5px;
     width: 20px;
}
 .remember-checkbox label:after {
     content: '\f00c';
     max-width: 0;
     overflow: hidden;
     opacity: 0.5;
     transition: all 0.35s;
     -webkit-transition: all 0.35s;
     -ms-transition: all 0.35s;
     -ms-transition: all 0.35s;
     -o-transition: all 0.35s;
}
 .remember-checkbox input[type="checkbox"] {
     display: none;
}
 .remember-checkbox input[type="checkbox"]:checked + label:after {
     max-width: 25px;
     opacity: 1;
}
/*all id*/
 #one+label:before, #one+label:after {
     color: #db2d2e;
}
/************************************* Login **************************************/
 .login-form .login-social {
     margin-top: 40px;
}
 .login-form .login-social ul {
     display: block;
     margin-top: 25px;
}
 .login-form .login-social ul li {
     display: inline-block;
     margin: 0 3px;
}
 .login-form .login-social ul li a {
     padding: 6px 20px;
     color: #db2d2e;
}
 .login-form .login-social ul li a i {
     padding-right: 10px;
}
 .login-form .login-social ul li a.fb {
     background: #4c70ad;
     color: #ffffff;
}
 .login-form .login-social ul li a.twitter {
     background: #25b6e6;
     color: #ffffff;
}
 .login-form .login-social ul li a.pinterest {
     background: #dd4b39;
     color: #ffffff;
}
/************************************* Error page **************************************/
 .error-page h2 {
     font-size: 400px;
     color: #f6f6f6;
     line-height: 300px;
}
 .error-page img {
     margin-top: -80px;
}
 .error-page h3 {
     font-size: 60px;
     margin-bottom: 30px;
}
 .error-page strong {
     font-style: italic;
     font-size: 20px;
     display: block;
     margin-bottom: 30px;
     margin-top: 30px;
}
 .error-page .error-search {
     margin-top: 30px;
     padding: 0 50px;
}
 .error-page .error-search a.button {
     padding: 10px 20px;
     display: block;
     text-align: center;
}
 .error-page .error-content p a {
     color: #db2d2e;
}

.form-group > label {
    display: block;
}

.register-form .select-styled {
    padding: 13px 15px;
    background: #f6f6f6;
    border-color: #c6c4c4;
}
.gray-form .select-styled {
    background: #f6f6f6;
    border-color: #e1dfdf;
    line-height: 20px;
    font-size: 16px;
}
.select-styled {
    text-align: left;
    font-size: 14px;
    color: #323232;
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e3e3e3;
        border-top-color: rgb(227, 227, 227);
        border-right-color: rgb(227, 227, 227);
        border-bottom-color: rgb(227, 227, 227);
        border-left-color: rgb(227, 227, 227);
    background-color: #fff;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.register-form .select-styled::after {
    top: 22px;
}
.select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-color: #e3e3e3 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 10px;
}

/************************* Form *************************/
 .form-control {
     font-size: 14px;
     border-radius: 0;
     box-shadow: none;
     height: auto;
     line-height: 1.33333;
     padding: 12px 18px;
     background: transparent;
     color: #626262;
}
 .form-control:focus {
     box-shadow: none;
     border: 1px solid #db2d2e;
}
 .form-control.input-lg {
     resize: none;
     font-size: .9em 
}
 .form-control.rounded {
     border-radius: 0px;
}
 .form-control, .input-group-addon {
     border: 1px solid #e3e3e3;
}
 .form-group label {
color: #bebebe;
margin-top: 0px;
margin-bottom: 8px;
font-size: 14px;
font-weight: 400;
padding: 5px 0px;
}
 .form-inline button {
     margin: 0px;
}
 .form-group > label {
     display: block;
}
 .form-control::-moz-placeholder {
     color: #626262;
}
 .form-control::-ms-input-placeholder {
     color: #626262;
}
 .form-control::-webkit-input-placeholder {
     color: #626262;
}
.form-submit {
    margin-top: 38px;
    margin-bottom: 16px;
}


 select {
     border: 1px solid #232323;
     color: #777;
     cursor: pointer;
     display: block;
     line-height: 14px;
     max-width: 100%;
     min-width: 100%;
     padding: 14px;
}
 .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
     border-color: #e3e3e3;
     padding: 12px 20px;
}
 .select-hidden {
     display: none;
     visibility: hidden;
     padding-right: 10px;
}
 .select {
     cursor: pointer;
     display: inline-block;
     position: relative;
     font-size: 14px;
     color: #e3e3e3;
     width: 100%;
     height: 40px;
}
 .select-styled {
     text-align: left;
     font-size: 14px;
     color: #323232;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     border: 1px solid #e3e3e3;
     background-color: #fff;
     padding: 8px 15px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -ms-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
}
 .select-styled:after {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color: #e3e3e3 transparent transparent transparent;
     position: absolute;
     top: 18px;
     right: 10px;
}
 .select-styled:active:after, .select-styled.active:after {
     top: 10px;
     border-color: transparent transparent #e3e3e3 transparent;
}
 .select-options {
     text-align: left;
     display: none;
     position: absolute;
     top: 100%;
     right: 0;
     left: 0;
     z-index: 99;
     margin: 0;
     padding: 0;
     list-style: none;
     background-color: #fff;
     border: 1px solid #e3e3e3;
     border-top: 0px;
}
 .select-options li {
     list-style: none;
     font-size: 17px;
     padding-left: 15px;
     color: #323232;
}

::-webkit-input-placeholder { /* Edge */
  font-size:16px;
}

:-ms-input-placeholder { /* Internet Explorer */
font-size:16px;
}

::placeholder {
font-size:16px;
}
.ptp-120{
	padding-top:120px;
}
.text-justify{
	text-align:justify;
}
.service-blog2-txt p:before{
	font-family:fontawesome;
	content:"\f1b9";
	padding-right: 3%;
	color: #24268c;
}
.service-blog2-txt-p{
	display: flex;
}
.button-red{
	background-color:red;
	color:#fff;
	padding:2% 3%;
	font-size:14px;
	
}
.button-red:hover{
	color:#fff;
	background-color:#27298f;
}
.mt-120{
	margin-top:120px;
}
.text-justify{
	text-align:justify;
}
.service-blog-2 p{
	text-align:justify;
}
.form-box
{
	background: #ffffff;
border: 1px solid #cbc8c8;
color: #333;
display: block;
font-size: 14px;
height: 50px;
margin-bottom: 30px;
padding: 0 20px;
width: 100%;
transition: all 500ms ease;}

.contact-txt-area
{
	height: 120px;
margin-bottom: 30px;
padding: 10px 20px;
width:100%;
border: 1px solid #cbc8c8;}
.contact-form
{
	background: #fcfcfc;
border: 1px solid #f0f0f0;
display: block;
padding: 39px 30px 39px;}
#btnsendmessage, #btncancelmessage
{
	    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
    background: #4b0306;
border: 2px solid #ee1f27;
color: #ffffff;
}
#btncancelmessage:hover, #btnsendmessage:hover
{
	 background: transparent;
color: #222222;
border: 2px solid #ee1f27;
	 
}
.form-error-icon 
{float: right;
margin: -20% 2%;
	}
.txt-area-error-icon{float: right;
margin: 2% -6%;
position: absolute;}
	

/* Dropdown */


nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;

}
nav .wrapper{
  position: relative;
  max-width: 1550px;
  padding: 10px 30px;
 
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.fa-bars{
	color: #b1b1b1;

}

.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
  padding: 0px 10px;
}
.nav-links li a{
  color: #2B2D90;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 0px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #fdfdfd;
  
  line-height: 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 94px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
width: 100%;
display: block;
padding: 10px 20px;
  padding-left: 10px;
font-weight: 400;
border-radius: 0px;
border-bottom: 1px solid #8080801f;
font-size: 16px;
}

.drop-menu li i{
	padding-right: 8px;
}
.drop-menu li a img{
  padding-right: 5px;
}
.drop-menu{
	width: 340px;

}
.drop-menu li a:hover{
	background-color: #24258d14;
color: #1814a2;
padding-left: 20px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;

}
.drop-menu li a{
	margin-bottom: 5px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}


@media screen and (max-width: 970px) {
   .ul1{
  width: 100% !important;
}
.ul2{
  width: 100% !important;
}
.about-us-li{
  margin-top: 0px !important;
}
  .wrapper .btn{
    display: block;
    background-color: #3333a2;
color: #fff;
  }
  .top__bar-left{
  	font-size: 15px !important;
  }

  .top__bar{
  	padding: 7px 7px !important;
  }
.top__bar-right a{
font-size: 14px !important;
padding-right: 10px;
}
.top__bar-right-social ul li a i{
	font-size: 20px !important;
}
.top__bar-right{
	justify-content: normal !important;
}

.top__bar-right-social ul li{
	margin-right: 0px !important;
}

.top__bar-right-social ul li a{
	padding-right: 4px;
}

.top__bar-right > a i{
	margin-right: 5px !important;
}

.top__bar-left a i {
  margin-right: 5px !important;
}

.top__bar-right-social{
	padding-left: 0px !important;
margin-left: 0px !important;
}
nav .wrapper{
	padding: 0px 26px;
}
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 43px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 18px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
    padding: 5px 10px;
  }

  .drop-menu li a{
  	background-color: #f9f9f9;
color: #1A1777 !important;
font-size: 14px;
padding-left: 10px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
  }
  .drop-menu li a:hover{
    background-color: #fafafb;
color: #1814a2;
padding-left: 16px;
  }

  .drop-menu li{
  	margin-bottom: 5px !important;
  }

  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}


ul.dropin li {opacity:0; transform: translate(0,-200px);}
li:hover .dropin li {animation-name: dropin;}
@keyframes dropin {
    0%   {opacity:0; transform: translate(0,-200px);}
    100% {opacity:1; transform: translate(0,0);}
}
@-webkit-keyframes dropin {
    0%   {opacity:0; transform: translate(0,-200px); }
    100% {opacity:1; transform: translate(0,0);}
}
li:hover ul.dropin.hov li:nth-child(1) {
	animation-duration:0.7s;
	animation-delay 2s;
}
li:hover ul.dropin.hov li:nth-child(2) {
	animation-duration:0.6s;
	animation-delay 1.5s;
}
li:hover ul.dropin.hov li:nth-child(3) {
	animation-duration: 0.5s;
	animation-delay 1s;
}
li:hover ul.dropin.hov li:nth-child(4) {
animation-duration: 0.4s;
	animation-delay 0.5s;
}
li:hover ul.dropin.hov li:nth-child(5) {

	animation-duration: 0.3s;
	animation-delay 0.3s;
}



/* Dropdown End */


/* Topbar Start */

.top__bar {
  background-color: #090909;
  padding: 7px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top__bar::before {
  content: "";
  position: absolute;
  background: #24258d;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90%;
  -webkit-clip-path: polygon(0 0, 63% 0%, 65% 100%, 0 100%);
  clip-path: polygon(0 0, 63% 0%, 65% 100%, 0 100%);
  z-index: -1;
}

.custom__container {
  max-width: 1506px;
  margin: 0 auto;
  padding: 0 12px;
}

.top__bar-left a {
  color: #fdfbfb !important;
}
.top__bar-left a {
  color: var(--text-white);
  font-weight: 600;
}

.top__bar-left a i {
  margin-right: 10px;
}

.top__bar-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.top__bar-right > a {
  color: #f7f4f4;
  font-weight: 600;
  transition: 0.4s;
  font-size: 16px;
}
.top__bar-left{
	padding-top: 2px;
font-size: 16px;
}

.top__bar-right-social ul li a i{
	font-size: 28px;
color: #fbfafa;
}

.top__bar-right > a i {
  color: var(--primary-color-1);
  margin-right: 10px;
}

.top__bar-right-social {
  border-left: 1px solid var(--color-2);
  padding-left: 30px;
  margin-left: 30px;
}

.top__bar-right-social ul {
  padding: 0;
  margin: 0;
}

.top__bar-right-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.top__bar::after {
  content: "";
  position: absolute;
  background: var(--text-white);
  top: -5px;
  left: 30%;
  bottom: -4px;
  width: 3px;
  z-index: -1;
  transform: rotate(23deg);
}

/* Topbar End */

.intro{
	margin-top: -110px;
}


/* Hero Silder Start */

.slider {
     /*position: absolute;*/
     top: 0;
     left: 0;
     width: 100%;
     height: 600px;
     transition: 0.5s ease-in-out;
}
 .down .slider {
     transform: scale(0.9);
}
 .down .slider .item .tit {
     opacity: 0;
}
 .slider * {
     outline: none;
}
 .slider .item {
     position: relative;
     z-index: 1;
     width: 100%;
     height: 600px;
margin-top: 112px;
}

 .slider .item svg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 600px;
     z-index: 1;
}
 .slider .item .tit {
     text-align: center;
     position: absolute;
     z-index: 10;
     top: 50%;
     left: 0;
     width: 100%;
     transform: translateY(-50%);
    
     color: #fff;
     font-family: Roboto, sans-serif;
     font-size: 7vw;
     transition: all 0.3s ease-in-out;
}
 #slider-1 {
     /*position: absolute;*/
     z-index: 2;
     top: 0;
     left: 0;
}
 #slider-1 .tit {
     display: none;
}
 #slider-2 {
     position: absolute;
     z-index: 2;
     top: 0;
     left: 0;
     transform: scale(1) !important;
     pointer-events: none;
}
 .cursor {
     pointer-events: none;
     position: absolute;
     width: 30px;
     height: 30px;
     margin-top: -15px;
     margin-left: -15px;
     border-radius: 50%;
     background: rgba(255, 255, 255, .2);
     box-shadow: 0 0 0 5px rgba(0, 0, 0, .05);
     transition: transform ease-in-out 0.2s, background ease-in-out 0.2s;
     transform: translateZ(0);
     z-index: 100;
     left: -9999px;
}
 .cursor:before, .cursor:after {
     content: '';
     position: absolute;
     border-left: 6px solid rgba(255, 255, 255, .5);
     border-top: 6px solid transparent;
     border-bottom: 6px solid transparent;
     top: 10px;
     left: 52px;
     opacity: 0;
     transition: left ease-in-out 0.1s, opacity ease-in-out 0.2s;
}
 .cursor:after {
     border-left: none;
     border-right: 6px solid rgba(255, 255, 255, .5);
     left: -27px;
}
 .down .cursor {
     transform: scale(0.7) translateZ(0);
     background: rgba(255, 255, 255, .4);
}
 .down .cursor:before, .down .cursor:after {
     opacity: 1;
     left: 49px;
}
 .down .cursor:after {
     left: -24px;
}
 @media (pointer: coarse) {
     .cursor {
         display: none;
    }
}
 .the-most {
     position: fixed;
     z-index: 10;
     bottom: 0;
     left: 0;
     width: 50vw;
     max-width: 100px;
     padding: 10px;
}
 .the-most img {
     max-width: 100%;
}

/* Hero Silder End */

/* About Us Start */ 

.about-list ul {
 /* -webkit-columns: 2;*/
 /* -moz-columns: 2;*/
  /* columns: 2; 
  margin-top: 10px;*/
}

.about-list ul li {
  margin: 8px 0;
}

.about-list ul li i {
  margin-right: 7px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  background: #292ab9e6 none repeat scroll 0 0;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}

.service-list ul li i{
	 margin-right: 7px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  
  color: #292ab9e6;
  line-height: 20px;
  font-size: 12px;
}

.service-list h5{
  color: #24258d;
}

.service-list ul li{
padding: 4px 3px;
list-style-image: url(../images/list.png);
font-size: 16px;
font-style: normal;
color: #4d565e;
font-family: "Rubik", sans-serif;
font-weight: 500;
text-rendering: optimizelegibility;
letter-spacing: 0.03em;
}

.service-list ul li:marker{
	padding-right: 5px;
}



.service-list {
	margin-top: 30px;
}

.service-list ul{
	padding-left: 25px;
}

.about-area{
	padding-bottom: 20px;
}

.ul1{
	width: 45%;
	float: left;
}
.ul2{
	width: 55%;
	float: left;
}

/* About Us End */


/* Top Strip Start */ 

.gauto-promo-area {
  position: relative;
  background: url(../images/strip-bg.png) no-repeat fixed 0 0/cover;
  z-index: 1;
}

.promo-box-left {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 30px;
}

.promo-box-left::before {
  position: absolute;
  background: #fff none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 43%;
  width: 70px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}
.promo-box-left::after {
  position: absolute;
  background: #24258d none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 55%;
  width: 2030px;
  height: 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  z-index: -1;
}

.promo-box-right {
  padding: 55px 0;
}

.promo-box-right h3 {
  font-size: 50px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.gauto-promo-area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  z-index: -1;
}

.promo-box-right h5{
color: #f9f6f6;
font-size: 17px;
letter-spacing: 0.03em;
line-height: 1.5em;
font-weight: 500;
}


  @media (max-width: 767px){
.promo-box-left {
  display: none;
}
}

  @media (max-width: 767px){
.promo-box-right {
  text-align: center;
}
}

/* Top Strip End */ 


/* Button Start */
.gauto-btn::before{
	top: -6px;
left: -6px;
border-width: 2px 0 0 2px;
z-index: 5;
}


.gauto-btn::before{
	content: '';
display: block;
position: absolute;
border-color: #3c3dbe;
box-sizing: border-box;
border-style: solid;
width: 1em;
height: 1em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.gauto-btn{
	color: #fff;
text-align: center;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}

.gauto-btn{
color: #0f11b0 !important;
background: transparent;
  background-color: transparent;
border-width: 2px;
border-style: solid;
border-color: #3c3dbe;
position: relative;
margin: 30px 0px;
display: inline-block;
padding: 8px 15px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align: center;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}

.gauto-btn::after{
	bottom: -6px;
right: -6px;
border-width: 0 2px 2px 0;
}

.gauto-btn::after{
	content: '';
display: block;
position: absolute;
border-color: #3c3dbe;
box-sizing: border-box;
border-style: solid;
width: 1em;
height: 1em;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.gauto-btn:hover::after{
	width: calc(100% + 12px);
height: calc(100% + 12px);
border-color: #3c3dbe;

}

.gauto-btn:hover{
	color: #fff !important;
}

.gauto-btn:hover{
	color: #fff;
background-color: #3c3dbe;
border-color: #3c3dbe;
}

.gauto-btn:hover::before{
	width: calc(100% + 12px);
height: calc(100% + 12px);
border-color: #3c3dbe;
}

/* Button End */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
.heading-02 span{
	color: #2021a8;
	font-family: 'Kaushan Script', cursive;
}


/* Service Start */

.choose-area {
  position: relative;
  background: #0b0b0b;
  background-image: url(../images/home-service-bg.png);
  background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
}
.align-items-center {
  align-items: center !important;
}

.choose-item {
  position: relative;
  background: #fbf8f8;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.choose-count {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 50px;
font-weight: 700;
  -webkit-text-stroke: 1px #1D3EEF;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.choose-item-icon {
  width: 80px;
  height: 80px;
  line-height: 77px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 45px;
  border-radius: 50px;
  margin-bottom: 15px;
  text-align: center;
}

.choose-item-icon {
  line-height: 77px;
  color: #1D48EF;
  font-size: 45px;
  text-align: center;
}

.choose-item-info h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.mt-lg-5 {
  margin-top: 15rem !important;
}

.home-service h2{
	font-size: 64px;
color: #fbf8f8;
}

.home-service h2 span{
	color: #5f5fff;
}

.choose-item-info p{
font-size: 15px;
}

.home-service-para{
	font-size: 22px;
line-height: 1.5em;
}

.choose-item-info a{
	color: #292abf;
font-weight: 500;
}

.choose-item-info a:hover{
	letter-spacing: 0.05em;

}

.choose-img img{
	margin-top: 80px;
}


.home-service-rent{
  margin-top: 15rem !important;
}


/* Service End */

.banner-text{
  padding: 30px 0px 0px 118px;
}
.banner-content{
	padding: 50px 25px;
}

.banner-text h1{
	color: #fdf8f8;
text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
font-size: 66px;
padding-top: 160px;
font-weight: 600;
}




/* Testimonal start */

.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #0039c1;
    position: relative;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    border: 3px solid #efc859;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    padding: 10px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #013dc2;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #013ec2;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #0240c8;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 22px;
    height: 12px;
}

.Testimonial-title{
	text-align: center;
}

.Testimonial-sec{
	padding: 50px 0px;
}

/* Testimonal End */


//* Brand logo start css*//
.brand{
  margin-top: 100px;
}
.client-slide img{
  border: 1px solid #8080804f;
  border-radius: 5px;
}

.client-slide {
    margin: 0px 6px;
}

.brand img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.client-heading{
	text-align: center;
}

.customer-logos{
  height: 100%;
}

.customer-logos{
  margin-top: 10px;
}

.client-slide{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.brand{
	padding: 50px 0px;
}

/* Brand logo End css*/

.banner-text h4 i{
	color: white;
margin-top: 20px;
}


.Quick{
  padding-left: 15px;
}


.mission{
color: #131313;
font-size: 27px;
line-height: 1.4em;
padding-top: 40px;
}

.banner-1 h1{
	padding-left: 200px !important;
	padding-right: 200px !important;
}



.services-content {
	padding-bottom: 50px;
}

.booking{
	appearance: none;
background: #24258d;
border-radius: 0.25em;
color: #fff !important;
cursor: pointer;
display: inline-block;
font-weight: 500 !important;
height: 3em;
line-height: 3em;
padding: 0 1em !important;
}

.employee-transport{
  width: 100% !important;
  filter: drop-shadow(0 0 3px #9db2c8);
  margin-top: 35px;
}

.ftl-transport{
  width: 100% !important;
filter: drop-shadow(0 0 3px #060607);
margin-top: 126px;
}
.car-drive img{
  width: 100%;
  filter: drop-shadow(0 0 2px #9db2c8);
}
blockquote {
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  margin: 35px 0;
  padding: 10px 0 10px 40px;
  font-family: 'Crete Round', serif;
  line-height: 32px;
  border-left: 5px solid;
    border-left-color: currentcolor;
  border-color: #e1e1e1;
}
.list-subhead h5{
  line-height: 1.5em;
letter-spacing: 0.03em;
}

.quote {
  width: 100%;
  
  margin: 20px 0px;
  display: block;
background-color: #fafafa;
padding: 30px 30px;
border-left: 4px solid;
  border-left-color: currentcolor;
border-left-color: currentcolor;
margin: 0 0 40px;
border-color: #24258d;
margin-top: 30px;
}

.quote ul li{
  font-size: 16px;
color: #444;
font-weight: 600;
font-style: italic;
line-height: 30px;
}

.quote h4{
  font-style: italic;
}



/* Contact Us start */

.r-contact-part {
  padding: 45px 0px 0px 0px;
}

.r-contact-part .contact-head {
  position: relative;
  padding-left: 15px;
}
.r-contact-part .contact-head span {
  font-size: 13px;
  color: #333;
  letter-spacing: 3px;
}
.r-contact-part .contact-head h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}
.r-contact-part .contact-head::after {
  content: "C";
  font-size: 200px;
  color: #f8f8f8;
  font-weight: 700;
  position: absolute;
  left: -80px;
  right: 0;
  top: -80px;
  z-index: -1;
}
.r-contact-part .r-contact-address {
  margin-top: 65px;
}

.r-contact-part .r-contact-address .head {
  font-size: 25px;
  color: #333;
  margin-bottom: 35px;
  padding-left: 15px;
}

.r-contact-part .r-contact-address .r-contact-img {
  margin-bottom: 20px;
  display: inline-block;
}

.m-auto {
  margin: auto !important;
}
.r-contact-part .r-contact-address .address-cnt {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}
.r-contact-part .r-contact-address .address-cnt i {
  color: #ffcd00;
}
.r-contact-part .r-contact-address .address-cnt i {
  width: 60px;
  height: 60px;
  font-size: 28px;
  color: #24258d;
  background: #eee;
  text-align: center;
  line-height: 60px;
  margin-right: 28px;
}

.fa-map-marker::before {
  content: "";
}
*, ::before, ::after {
  box-sizing: inherit;
}
.r-contact-part .r-contact-address .address-cnt b {
  font-weight: 700;
}

.address-cnt a{
  color: #757475;
}

.address-cnt a:hover{
  color: red;
  cursor: pointer;
}

/* Contact Us end */


/* Contact us Start */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.contact-block {
  background: #f8f8f8;
  padding: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.con-icon {
  font-size: 80px;
  line-height: 1;
}
.con-icon i{
  color: #24258d;
}

.contact-block {
  text-align: center;
}
.con-details {
  margin: 28px auto 35px;
  font-size: 16px;
  font-weight: 26px;
 
}

.con-details a{
  color: #6c7279;
}
.con-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.72px;
  margin-bottom: 0;
  color: #696a6f;
}
.contact-highlight {
  position: relative;
  color: #fff;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-block {
  background: #f8f8f8;
    background-image: none;
    background-size: auto;
  padding: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.email i{
  color: #f8f8f8;
}

.email a{
  color: #fff;
}
.email h4{
  color: #bbb8b8;
}

.contact-block-section {
  padding-bottom: 50px;
}

.contact-highlight .con-icon {
  color: #fce328;
}
.contact-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #002e5b;
  opacity: 0.9;
}


/* Contact us End */



/* About US Start */

.pd-bottom-120 {
  padding-bottom: 120px;
}
.bg-relative {
  position: relative;
}

.about-thumb-wrap {
  position: relative;
  margin-top: 65px;
}
.about-thumb-wrap::before {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 56px;
  background: url(../images/about/shape-1.png);
  height: 194px;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s infinite ease-in-out;
  width: 194px;
  z-index: -1;
}
.about-thumb-wrap img {
  border-radius: 10px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about-thumb-wrap .img-2 {
  margin: 0 0px -217px 25px;
}
.about-thumb-wrap .img-3 {
  margin: 75px 0 0 60px;
  z-index: 3;
}
.about-thumb-wrap::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 80px;
  background: url(../images/about/shape-2.png);
  height: 243px;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s infinite ease-in-out;
  width: 88px;
}
.align-self-center {
  align-self: center !important;
}

.section-title .sub-title {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--main-color);
}
.section-title .sub-title.left-line::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  margin-top: -4px;
  margin-left: 5px;
  background: var(--main-color);
  height: 1px;
  width: 40px;
}
.section-title .sub-title.left-line::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  margin-top: 2px;
  background: var(--main-color);
  height: 1px;
  margin-left: 5px;
  width: 60px;
}
.section-title .title {
  margin-bottom: 0;
  line-height: 60px;
  margin-top: 0;
}
.section-title .title span {
  position: relative;
}
.section-title .title span::after {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  background: var(--main-color);
  height: 4px;
  margin-top: 15px;
  margin-left: 7px;
  width: 60px;
}
.section-title .content {
  margin-top: 20px;
  margin-bottom: 0;
}
.section-title .btn {
  margin-top: 50px;
}
.btn-base {
  color: #fff;
  background: var(--main-color);
}

/* ABout US End */


.employee-content {
  padding-top: 65px;
}

.scm-content{
  padding-top: 40px;
}

@media screen and (min-device-width: 350px) and (max-device-width: 465px) { 

	.slick-track{
   height: 450px; 
}
.brand {
  padding: 50px;
  height: 300px;
}
.brand {
  padding: 15px;
}
.content .row img{
	width: 100%;
}
.banner-1 h1{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.banner-text{
	padding: 30px 0px 0px 30px;
}
.banner-1 h1{
	padding-top: 40px !important;
}



}

@media screen and (min-device-width: 465px) and (max-device-width: 660px) { 

	.slick-track{
   height: 550px; 
}
.brand {
  padding: 50px;
  height: 300px;
}
.brand {
  padding: 15px;
}
.content .row img{
	width: 100%;
}
.banner-1 h1{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.banner-text{
	padding: 30px 0px 0px 30px;
}
.banner-inner-image img {
  margin-top: 188px;
}

}





@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) { 
    .banner-text h1{
        font-size: 57px;
padding-top: 54px;
font-weight: 600;
    }
    .banner-content{
    padding: 0px 100px;
}

    
.banner-inner-img-2 img{
	padding-top: 180px;
}

.banner-inner-image img{
	margin-top: 180px;
}

.client-slide img{
	height: 100%;
}

.top__bar{
    padding: 7px 56px;
}
nav .wrapper{
    padding: 10px 62px;
}

.banner-text{
  padding: 174px 0px 0px 20px;
}
}

@media screen and (min-device-width: 1300px) and (max-device-width: 1580px) { 
	
.banner-text h1{
 font-size: 42px;
padding-top: 230px;
font-weight: 600;
    }

.banner-2-txt{
  padding: 30px 0px 0px 28px;
}

.banner-inner-img-2 img{
	padding-top: 10px;
}

.client-slide img{
	height: 100%;
}
.banner-inner-img-2{
padding-left: 65px;
padding-top: 70px;
}

.banner-inner-image-1 img{
padding-right: 100px;
padding-top: 118px;
}
.banner-inner-image-3 img{
padding-right: 100px;
padding-top: 45px;
}
.banner-content{
  padding: 0px 25px;
}
.banner-bg{
  height: 600px;
  width: 100%;
}
.banner-bg{
  height: 700px;
}

}

@media screen and (min-device-width: 1580px) and (max-device-width: 1650px) { 
	.banner-inner-image img{
	padding-top: 48px;
}
.banner-inner-img-2 img{
	padding-top: 10px;
}


}
.client-slide img{
	width: 100%;
}

}


@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) { 





}


/* Whatsapp start */

.floating_btn a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 90px;
right: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/* Whatsapp End */

.contact-email{
  padding-bottom: 120px;
}

.map{
  padding: 15px;
}

@media screen and (max-width: 992px) {
  .contact-email{
    padding-bottom: 40px;
  }
  .contact-phone{
    padding: 30px !important;
  }
}