
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;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 {
	margin-top: 3%;
    color: #6f6d6d;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.7em;
}
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: #113dd5;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}

.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 #db4766;
}
.btn:hover, .btn:focus {
	background-color: #db4766;
	color: #fff;
}
.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: 'Roboto', sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 60px 0;
}
.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;
	max-width: 1170px;
	padding: 20px 0;
	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: #3168cf;
}
.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: #3168cf;
}
.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: 740px;
  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;
  font-size: 25px !important;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  margin-top: 25%;
 font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 45px;
  color:#fff;
}

#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; */
    background-image: url(../images/stripe.png);
}
.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: #4787ff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400; }
  .ftco-footer .ftco-footer-widget ul li .iocn {
    color: #4787ff; }
  .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: #fff; }
  .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, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 16px;
    padding-top: 2px;
    color:  #4787ff;
	font-weight: bold;
}
.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%;
}



.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%;
  }
  img.car, img.wheel{
    margin-left: -912px !important;
  }
  #header .logo{
    width: 84% !important;
  }
  #header .header-content{
    width: 100%;
  }
  .navigation{
    margin-top: 0px;
  }
  #header .header-content{
    padding: 27px 0px !important;
  }
  .home-02-our-service-items{
    width: 100% !important;
  }
  .section-border-image.margin-left{
    margin-left: 0px !important;
  }
  .solution_cards_box .solution_card{
    width: 90% !important;
  }
  .our_solution_category{
    display: initial !important;
  }
  .solu_description img{
    width: 100%;
  }
  .section_our_solution{
    padding: 0px 0px 30px 0px !important;
  }
  .our-process-section__work-items .count{
    font-size: 58px !important;
  line-height: 54px !important;
  }
  #header.fixed .nav-toggle{
    top: 32px;
  }
  .customer-feedback .owl-dots{
    left: 48% !important;
  }
  #first-slider .carousel .item{
    min-height: 550px !important;
  height: 400px;
  width: 100%;
  }
  .bg-img{
    width: 100%;
  }
  #first-slider h1{
    margin-top: 6% !important;
  font-size: 26px !important;
  }
  .carousel-control .fa-angle-right{
    margin-top: 182px !important;
  }
  .carousel-control .fa-angle-left{
    margin-top: 182px !important;
  }
  .padding-80{
    padding-top: 50px !important;
  padding-bottom: 50px !important;
  }
  .padding-120{
    padding-top: 100px !important;
  padding-bottom: 35px !important;
  }
  .section-title .heading-02{
    font-size: 40px !important;
  }
  .contact-form-area h1{
    font-size: 35px !important;
  }
  .contact-form-area .sec-title{
    padding-bottom:0px !important;
  }
  .contact-form-area .quick-contact{
    padding: 0px 25px 34px !important;
  }
  .box-title h2{
    font-size: 28px !important;
  }

}

/* 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;
}}

#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-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-border-image.margin-left {
    margin-left: 40px;
}

.section-border-image .border-design {

    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;
    
}
.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-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: 'Roboto', sans-serif;
    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: 'Roboto', sans-serif;
    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 .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(#3168cf));
    background-image: -webkit-linear-gradient(top, #FF9444 0%, #3168cf 100%);
    background-image: -o-linear-gradient(top, #FF9444 0%, #3168cf 100%);
    background-image: linear-gradient(180deg, 
#FF9444 0%,
    #3168cf 100%);
}
.home-02-our-service-items .item-left .item-border .icon {
    width: 105%;
    height: 90%;
    background-color: 
#181818;
color:
    #fff;
    margin: 5% 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: #6f6d6d;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.7em;
}
.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;
 }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) { 
    .we-are-img{
        margin-top: 138px;
    }
}

.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: #113dd5;
}
.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;
    text-align: center;
}
.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(17, 167, 213);
    font-size: 75px;
  line-height: 80px;
    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(17, 167, 213);
}
.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: #fff;
    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%;
}
.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(3, 69, 195);
    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(3, 69, 195);
    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(3, 69, 195);
}

/* 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: #eeba1f;
    padding: 0px 1px;
}
.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:#0345c3;
}
.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 {
    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 {
    
    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: 
    #3168cf;
    padding-right: 5px;
    float: left;
    display: table-cell;
    width: 30px;
    line-height: 23px;
    font-size: 27px;
}
.add-info i {
    color:#3168cf;
    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: #3168cf;
}
.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: 145px;
  padding: 10px 0 13px;
  font-size: 16px;
}
.thm-btn:hover {
    background: 
transparent;
color:
    #222222;
}
.bgclr-1 {
    background: #4b0306;
    border: 2px solid 
    #3168cf;
    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-banner-img{
	background-image:url(../images/inbanner-conact.jpg);
	padding: 7%;
background-repeat: no-repeat;
background-size: cover;
}
.inner-tour-banner-img{
    background-image:url(../images/tour-package-bg.jpg);
}
.inner-package-banner-img{
    background-image:url(../images/package-bg.jpg);
}
.inner-text h6 h2{
	color:#fff;
}
.inner-text span {
	padding:0% 1%;
}
.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-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{
	color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15%;
  border-radius: 5%;
  display: none;
  text-align: center;
  width: 50%;
  margin: 8% auto;
}
.effect-julia:hover .img-view-large a{
	
	display:block;
}
.gal-txt{
	
	padding: 5%;
text-align: center;
color: #0e56a4;
font-weight: bold;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
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;
}
.form-group label {
    color: #444;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0px;
}
.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: #444;
display: inline-block;
margin-top: 0px;
margin-bottom: 8px;
text-transform: uppercase;
font-size: 15px;
font-weight: 600;
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;
}
 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;
}

.process{
    color: #11a7d5 !important;
}

.process::before{
    background-color: #d1d1d1 !important;
}

.process::after{
    background-color: #d1d1d1 !important;
}

.padding-top-60{
    padding-top: 60px;
}

.padding-bottom-60{
    padding-bottom: 60px;
}

.work-process{
    color:#fff !important;
}

.padding-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.ftco-footer-widget p{
    padding-right: 20px;
  line-height: 24px;
}

a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .qick-link{
    padding-left: 20px;
  }

  .btn-whatsapp-pulse {
	background: #25d366;
  color: white;
  position: fixed;
  bottom: 134px;
  right: 35px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 29px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover{
    color: rgb(4, 24, 12);
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}



.call-buton .cc-calto-action-ripple {
	z-index: 99999;
  position: fixed;
  right: 4rem;
  bottom: 22rem;
  background: #0f54b1;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  a align-items: center;
  text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 3.2rem;
  padding: 2px; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 92, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2);
	  box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 81, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2) }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 92, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2);
	  box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 81, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2) } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 92, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2);
	  box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 81, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2) }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 92, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2);
	  box-shadow: 0 4px 10px rgba(0, 59, 236, 0.2), 0 0 0 0 rgba(0, 81, 236, 0.2), 0 0 0 5px rgba(0, 81, 236, 0.2), 0 0 0 10px rgba(0, 92, 236, 0.2) } }



      .stripe-bg {
      background-image: url(../images/stripe.png);  }





