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

body, html {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #727272;
    font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	 scroll-behavior:smooth;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight:500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
	font-weight:400;
	text-transform:capitalize;
    color: #222;
}

h1 {
  font-size: 40px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  color: #222;
}


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



::-moz-selection {
  background: #000000;
  color: #fff;
  /* WebKit/Blink Browsers */
}
::selection {
  background: #000000;
  color: #fff;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #000000;
  color: #fff;
  /* Gecko Browsers */
}


p {
 
    color: #000;
    line-height: 24px;
	    font-family: "Poppins", sans-serif;
    margin: 0 0 15px;
    text-transform: none;
    font-size: 15px;
    text-align: justify;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
	transition: all .3s ease-in-out;
}

a:hover{
 text-decoration:none;
}


.font-weight-bold, b, strong {
    font-weight: 700;
}

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

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


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

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

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

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

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

.tb-transparent {
    background-color: #000000;
}

.topbar-home1 .tb-contact {
    float: left;
}

.tb-contact {
    font-size: 12px;
}

.tb-contact ul {
    list-style: none;
}

.topbar-home1 .tb-social-lan {
    float: right;
}
.tb-social-lan {
    font-size: 13px;
}
.tb-social-lan li {
    display: inline-block;
}
.topbar-home1 .tb-social-lan a {
    padding-left: 15px;
}

.tb-contact.tb-oneline i {
    margin-right: 5px;
}
.tb-contact i {
    font-size: 16px;
    color: #d32525;
}

.tb-social-lan a {
    color: #fff;
    line-height: 72px;
    opacity: .6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tb-contact li {
    display: inline-block;
    margin-right: 15px;
}
.tb-transparent .tb-contact a {
    color: #fff;
    line-height: 72px;
    
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.slider-section{
  position:relative;
}

a, button {
    color: inherit;
    outline: medium none;
}

.header-top {
    position: relative;
    /*--background:#006bb3;---*/
background: #ef3838;  /* fallback for old browsers */
    width: 100%;
	padding:0px 30px;
}

.logo-section {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 3px 20px 3px 0px;
}

.logo-section img {
    margin: 2px 0px;
    max-width: 174px;
    filter: invert(2) grayscale(3) brightness(2) contrast(1);
    transition: all 0.5s ease;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color:none!important; 
    background-color: #000;
}

.navbar-light .navbar-toggler-icon {
   	    filter: invert(2) grayscale(3) brightness(2) contrast(1);
}


/*============topbar--section==============*/

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

.navbar-scroll .logo-section img {
    margin: 2px 0px;
    max-width:;
    transition: all 0.5s ease;
}

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

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

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


@media only screen and (min-width:992px){
   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
   
   .col-xl-3.padd{
     width: 20%!important;
   }
   
}

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

.navbar-collapse {
    background-color: #000;
}


.item-testimonial-h1 p {
    font-size: 14px!important;
    color: #fff;
	margin-top:20px!important;
    line-height: 20px!important;
    margin-bottom: 10px;
     margin-left:0px!important; 
}

.widget-footer-list-link ul {
    padding-left: 20px!important;
}

.cr-1 a, .cr-1 p {
    line-height: 21px!important;
}

.item-testimonial-h1 .name {
    margin-left:0px!important;
}

.item-testimonial-h1 img {
    position: relative!important;
}

.tb-transparent .tb-contact a {
    color: #fff;
     line-height:10px!important;
    opacity: .7;
}

.tb-social-lan a {
      line-height:10px!important;
}

.topbar-home1 .tb-contact {
   float:none!important; 
}
.tb-contact {
    font-size: 12px;
    text-align: center!important;
}

.topbar-home1 .tb-social-lan {
    float: none!important;
    text-align: center;
}

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


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

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

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

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


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




.small-menu {
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    background-color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    min-width: 16rem;
    /* padding: 0px; */
    border: none;
    opacity: 0;
    transform: translatey(30px);
    visibility: hidden;
    animation: slidedown 0.4s ease-in-out 1;
}


@keyframes slidedown{
  0%{ transform:translatey(40px); opacity:0;}
    100%{ transform:translatey(0px); opacity:1;}
}

.small-menu a {
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    /* font-family: Rock; */
    /* font-family: 'Rockwell',sans-serif; */
    /* font-family: 'Oxygen', sans-serif; */
    text-transform: capitalize;
    display: block;
    padding: 10px 15px;
    position: relative;
    transition: 0.5s ease;
    position: relative;
    z-index: 2;
}

.small-menu a:hover {
    color: #fff;
	background: #d32525;
	padding-left:20px;
}

.small-menu a:last-child{
  border-bottom:0px;
}


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


.dropdown:hover .nav-link {
      color:#fff!important;
}
.nav-item .nav-link:hover {
    color:#fff!important;
}


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

.navigation {
    background: #d32525;
    width: 100%;
    position:relative;
    top: 0px;
    padding: 0px 0px;
	     box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
    left: 0;
    right: 0;
    z-index: 3;
}

.navbar-nav .nav-item{
	position:relative;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    opacity: 1;
}

.navbar-nav .nav-item .nav-link {
    color:#fff;
	text-transform:capitalize;
    border-radius: 5px;
    font-size: 14px;
	    letter-spacing: -0.5px;
    /* border-right: 1px solid #f2f2f2; */
    font-weight:500;
    position: relative;
    line-height: 1.72;
    text-decoration: none;
    transition: 0.4s ease;
}


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

.navbar-nav .nav-item .nav-link span {
    font-size: 10px;
    margin-left: 2px;
    font-size: 21px;
    color: #444;
    height: 10px;
    position: absolute;
    top: -11px;
    bottom: 0;
    margin: auto;
    right: -6px;
}

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



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

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


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


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







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


/* ---------------------------------- */

.slider-section{
  position:relative;
}

 .tp-banner {
	width:100%;
	position:relative;
    padding:0;
}

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

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

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


/*--about--us----*/

.about-h1 {
    padding-bottom: 0;
    /*--background: url(../img/about-1.png) no-repeat;----*/
    background-position: top right;
	overflow:hidden;
	padding: 70px 0 0px 0px;
}

.left-about-h1 {
    width: 100%;
    display: inline-block;
}

.title-block {
    display: inline-block;
    width: 100%;
}
.title-block .top-title {
    display: block;
    width: 70px;
    height: 24px;
    border: 4px solid #d32525;
    border-bottom: 0;
}

.title-block h2 {
    margin: 10px 0 4px 0;
    font-weight: 600;
}

.title-block .sub-title {
    clear: both;
    color: #fff;
    line-height: 13px;
    margin-bottom: 16px;
}
.title-block .bottom-title {
    clear: both;
    display: block;
    width: 70px;
    height: 4px;
    background: #d32525;
}

.demo-sub-about-text {
    margin: 55px 0;
}

.demo-about-h1 .iconbox {
    width:100%;
    display: inline-block;
    float: left;
    margin-bottom: 35px;
}

.iconbox {
    padding-right: 40px;
}

.iconbox .icon, .iconbox .fa, .iconbox .lnr {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    color: #d32525;
    display: block;
    width: 83px;
    height: 83px;
    line-height: 76px;
    border: 2px solid #d32525;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.iconbox h4 {
    margin-top: 25px;
    margin-bottom: 7px;
}


.right-about-h1 {
    width: 100%;
    display: inline-block;
    float: left;
}

.right-about-h1 img {
   width:100%;
    padding-top: 130px;
}

.iconbox:hover .icon {
    color: #fff;
    background: #d32525;
}

.about-btn:hover{
  background-color:#d32525!important;
  border-color:#d32525!important;
}



/*--about--us----*/


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

.bg-theme {
    background: #000000;
}
.warp-full-width {
    width: 100%;
    display: inline-block;
}
.iconbox-type-sm {
    padding: 60px 40px;
}
.iconbox-type-sm .icon, .iconbox-type-sm .fa, .iconbox-type-sm .lnr {
    font-size: 42px;
    color: #d32525;
}
.iconbox-type-sm h4 {
    margin-top: 13px;
    margin-bottom: 28px;
}
.iconbox-type-sm p {
    margin-bottom: 40px;
}
.btn-border-main-color {
    background: transparent;
    color: #000000;
    border: 2px solid #000000;
    padding: 0 20px;
    line-height: 42px;
}

.slick-slide:nth-child(2n+2) .item{
    background: #f3f3f3;
}

.ot-btn {
    font-size: 13px;
    text-align: center;
    padding: 0 22px;
    line-height: 42px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}



/*------counter-----*/
.bg-counter-h1 {
    width: 100%;
    padding:100px 0px;
    background: url(../img/counter.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.counter-inline span {
    font-size: 46px;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
}
.counter-inline p {
    font-size: 16px;
    color: #fff;
}

.counter-inline {
    padding-left: 65px;
    position: relative;
    width: 100%;
}

.counter-inline .icon, .counter-inline .fa, .counter-inline .lnr {
    font-size: 38px;
    color: #d32525;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.counter-inline span {
    font-size: 46px;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
}

.title-block {
    display: inline-block;
    width: 100%;
}
.title-block.text-center .top-title, .title-block.text-center .bottom-title {
    margin: 0 auto;
}
.title-block.text-center .top-title, .title-block.text-center .bottom-title {
    margin: 0 auto;
}

.title-pd {
    padding: 100px 0 60px 0;
}


/*--------testimonial----*/
.bg-tw-h7 {
    background: url(../img/counter.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	position:relative;
	padding:70px 0px;
	z-index:1;
    background-attachment: fixed;
}

.bg-tw-h7:before{
position:absolute;
top:0;
left:0;
content:"";
width:100%;
height:100%;
background-color:rgba(0,0,0,0.4);
z-index:-1;
}


.item-testimonial-h1 {
    position: relative;
}

.item-testimonial-h1 img {
    width:130px;
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
    overflow: hidden;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.item-testimonial-h1 p {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-weight: 300!important;
    line-height: 21px;
    margin-bottom: 10px;
    margin-left: 170px;
}

.testimonial-warp {
    position: relative;
}
.tw-h1 {
    margin-top: 50px;
}

.item-testimonial-h1 .name {
    color: #ff6161;
    font-size: 14px;
    font-weight: 700;
    display: block;
    position: relative;
    margin-left: 170px;
    padding-left: 60px;
}

.item-testimonial-h1 .name:before {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 0px;
    width: 36px;
    height: 2px;
    background: #d32525;
}

/*-----partner---*/



/*-----location area---*/
.item-branche {
    margin: 0;
    margin-bottom: 30px;
    background: #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-branche h3 {
    background: #000000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.item-locaition h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
    color: #fff;
}

.item-locaition .inner-location {
    padding: 30px 20px;
}
.item-locaition p {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 25px;
}
.item-locaition p i {
    color: #d32525;
    position: absolute;
    top: 3px;
    font-size: 16px;
    left: 0;
    display: block;
}


.img-branches {
    margin: 0 auto!important;
    margin-bottom: 60px;
    width: 80%;
}

/*--------counter-section----*/

	/*-----footer---section----*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.f-bg-dark {
    background: #000000;
}

footer {
    padding: 55px 0;
}

.icon-link-list-icon li a:hover{
  color:#fff;
}


.widget-footer {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.title-xs {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}

.title-block {
    display: inline-block;
    width: 100%;
}
.title-xs h4 {
    margin-bottom: 6px;
}

.title-on-dark h4, .title-on-dark h2 {
    color: #fff;
}
.title-xs span.bottom-title {
    width: 26px;
    height: 3px;
}

.title-block .bottom-title {
    clear: both;
    display: block;
    width: 70px;
    height: 4px;
    background: #d32525;
}

.cr-h1 {
 background-color:#171717;
}
.no-padding {
    padding: 0;
}

.copyright-warp .copyright-list-link {
    display: inline-block;
    float: left;
}
.copyright-list-link ul {
    list-style: none;
}
.copyright-list-link li {
    display: inline-block;
    margin-right: 35px;
}

.copyright-warp .copyright-text {
    display: inline-block;
    float: right;
}
.copyright-text {
    color: #b2b2b2;
}
.cr-1 a, .cr-1 p {
    line-height: 72px;
    color: #ffff;
}
.copyright-text p {
    margin-bottom: 0;
}
.widget-footer-text p {
    color: #fff;
    line-height: 28px;
}

.copyright-list-link a {
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget-footer.widget-footer-social-1 {
    margin-bottom: 0;
}

.widget-footer-social-1 {
    list-style: none;
}
.widget-footer {
    color: #fff;
    display: inline-block;
    width: 100%;
}
.widget-footer-social-1 li {
    display: inline-block;
}
.widget-footer-social-1 li a {
    display: block;
    margin-right: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget-footer-social-1 li a:hover {
    background: #d32525;
}

.widget-footer-icon-link ul i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
}

.widget-footer-icon-link ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 25px;
}

.widget-footer-list-link ul {
    list-style: square;
    line-height: 28px;
    color: #fff;
}


.widget-footer-list-link a {
    pwidth: 100%;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#scrollUp {
    background:#dc3545  none repeat scroll 0 0;
    height: 45px;
	opacity:1;
    width: 45px;
    left: 50px;
    bottom:0px;
    display: inline-block;
    color: #ffffff;
    border: 2px soild #fff;
    text-align: center;
    border-radius: 6px 6px 0px 0px;
    line-height: 45px;
    transition: .3s;
}

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


/*======================slick-arrow-style===============*/
.prev.slick-arrow {
    position: absolute;
    z-index: 2;
    left:20px;
}

.next.slick-arrow {
    position: absolute;
    z-index: 2;
    right: 20px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border-radius: 26px;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
}


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

.slick-dots li.slick-active button:before {
    font-family: 'slick';
    font-size: 50px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 0.5s ease;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1.25!important;
    color: #dc3545!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity:1!important;
    color:#fff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots {
    position: absolute!important;
    right: 100px!important;
    width: 201px!important;
    display: inline!important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

/*----new--design--whatsapp-icon---*/



.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    transition: box-shadow .2s;
    cursor: pointer;
	background-color:transparent!important;
    overflow: hidden;
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
	z-index: 1130;
    font-size: 14px;
    transition: bottom .2s;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom:105px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup{
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgb(60 60 60 / 25%);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out,opacity .2s ease-out;
    transform-origin: bottom;
}


.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
    opacity: 0;
    transition: opacity .2s;
}.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
svg:not(:root) {
    overflow: hidden;
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}


/*----mew----style----*/



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

.page-padding{
  position:relative;
}

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

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

.uni-banner-text-area h1 {
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.uni-banner-text-area span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 48px;
}

.uni-banner-text-area  ul  > li > a i {
    color: #d32525;
    margin-right: 8px;
}

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

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

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

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

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

.uni-banner-text-area ul li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
   	color: #fff;
    font-size: 12px;
}

.uni-banner-text-area ul li:first-child{
  margin-left:0px!important;
}




/*-----widget-sidebar---*/

.title-widget-sidebar {
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    background: #000000;
    position: relative;
    padding-left: 18px;
    margin: 0;
}

.title-widget-sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    height: 36px;
    width: 6px;
    background: #d32525;
}

ul.wd-list-link li {
    display: inline-block;
    width: 100%;
}



ul.wd-list-link a {
    padding-left: 34px;
    line-height: 49px;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #222;
    -webkit-transition: all all 0.3s ease-in-out;
    transition: all all 0.3s ease-in-out;
    font-weight: 500;
}

ul.wd-list-link a:hover{
  background-color:#d32525;
  color:#fff;
}

ul.wd-list-link li.active{
    background-color:#d32525;
  color:#fff;
}
ul.wd-list-link li.active a{
    background-color:#d32525;
  color:#fff;
}

ul.wd-list-link a:before {
    content: "\f0da";
    position: absolute;
    display: block;
    top: 0;
    left: 20px;
    line-height: inherit;
    color: inherit;
    font-family: FontAwesome;
    font-size: 18px;
}


.wd-text-warp {
    display: block;
    width: 100%;
    background: #f6f6f6;
    padding: 15px;
    font-size: 12px;
    margin-bottom: 25px;
}

ul.wd-list-link {
    background: #f6f6f6;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.wd-text-warp .ot-btn {
    display: block;
}
.btn-main-color {
    background: #000000;
    color: #fff;
}
.ot-btn {
    font-size: 13px;
    text-align: center;
    padding: 0 22px;
    line-height: 42px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}


/*------time---line----*/


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #000000;
    padding: 40px;
    margin-left: 82px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.timeline-centered .timeline-entry {
    position: relative;
    padding-left: 115px;
    clear: both;
    margin-bottom: 60px;
    cursor: pointer;
}

.timeline-entry p.h-year {
    display: block;
    min-width: 100px;
    color: #222;
    font-weight: 600;
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 32px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #d32525;
    display: block;
    width: 32px;
    height: 32px;
    border: 6px solid #ededed;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: left;
    margin-top: 40px;
}


.timeline-centered {
    position: relative;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -16px;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #ededed;
    top: 0px;
    bottom: 0px;
    margin-left: 115px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #000000 transparent transparent;
    left: -20px;
    top: 36px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h4 {
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #fff;
    margin-bottom: 0;
}



/*--------contact-us--page---*/

.iconbox-inline h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.iconbox-inline {
    padding-left: 110px;
    position: relative;
}

.iconbox-inline .icon, .iconbox-inline .fa, .iconbox-inline .lnr {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    color: #d32525;
    display: block;
    width: 83px;
    height: 83px;
    line-height: 76px;
    border: 2px solid #d32525;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.iconbox-inline:hover .icon {
    color: #fff;
    background: #d32525;
}



.title-block h3 {
    font-weight: bold;
}

.title-block .bottom-title {
    clear: both;
    display: block;
    width: 70px;
    height: 4px;
    background: #d32525;
}

.form-contact-warp input.form-control {
    height: 44px;
	width:100%;
    line-height: 44px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: transparent;
    margin-bottom: 30px;
}

.form-contact-warp label{
  color:#333;
  text-transform:uppercase;
  font-weight:600;
}

.red{
color:red;
}

.google-map {
background-color:#ddd;
padding:6px;
border-radius:4px;
}
.google-map iframe{
border-radius:10px;
border:2px solid #ddd;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-main-color {
    background: #000000;
    color: #fff;
}

.title-contact {
    margin-bottom: 60px;
}

.form-contact-warp button {
    display: block;
    width: 200px;
    -webkit-transition: all all 0.3s ease-in-out;
    transition: all all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border: 0;
    margin: 0 auto;
}




.list-check-icon li:before {
    display: inline-block;
    content: "\f00c";
    top: 0;
	position:absolute;
    left: 0;
	font-weight:900;
    line-height: 30px;
    color: #d32525;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        font-family: "Font Awesome 5 Free"; 
    margin-right: 5px;
}

.list-check-icon li {
    display: inline-block;
    width: 100%;
	padding-left:25px;
    position: relative;
}

.services-2-detail-warp ul.list-check-icon {
    margin-top: 30px;
    margin-bottom: 30px;
}


.btn-sent {
    width: 100%;
    padding: 5px 15px;
    font-size: 20px;
    color: #ffffff;
	margin:10px 0px 30px 0px;
    background-color:#d32525;
    border: 1px solid #ffffff;
}


.wd-html-block .content-wd-html-inner {
    display: block;
    width: 100%;
    background: #000000;
    padding: 15px 0 5px 0;
    text-align: center;
}

.wd-html-block span {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
}
.wd-html-block p {
    font-size: 15px;
    color: #fff;
}
.wd-html-block .ot-btn {
    display: block;
}
.btn-sub-color {
    background: #d32525;
    color: #fff;
}
.ot-btn {
    font-size: 13px;
    text-align: center;
    padding: 0 22px;
    line-height: 42px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.btn-sub-color:hover, .btn-sub-color:focus {
    background: #222;
    color: #fff;
}

.box-img-left .feature {
    padding-right: 15px;
    float: left;
    width: 40%;
    height: auto;
    display: inline-block;
}
.about-founder {
    display: inline-block;
    width: 100%;
}

.about-founder .box-img-left .boxcontent h4 {
    font-size: 21px;
}

.list-box li i {
    position: absolute;
    top: 5px;
    color: #d32525;
    font-size: 16px;
    left: 0;
}

.list-box li{
  position:relative;
  width:100%;
  padding-left:30px;
  display:block;
  margin-bottom:10px;
}



.services-detail-warp {
    display: inline-block;
    width: 100%;
}

.overview-services {
    position: relative;
    display: inline-block;
    width: 100%;
}

.overview-services .box-text-overview {
    width: 54%;
    height: 90%;
    right: 0;
    top: 5%;
    background: #f6f6f6;
    position: absolute;
    padding: 70px 25px;
    overflow: hidden;
}

.overview-services .box-text-overview h4 {
    font-size: 24px;
    margin-bottom: 30px;
}

.overview-services img {
    max-width: 65.5%;
}


@media only screen and (max-width: 1199px){
.overview-services .box-text-overview {
    width: 100%;
    height: 100%;
    right: 0;
    padding: 70px;
    top: 0;
    background: rgba(10, 44, 78, 0.9);
    color: #fff;
}
.overview-services .box-text-overview p{
  color:#fff;
}
.overview-services {
    position: relative;
    display: inline-block;
    width: 100%;
}
.overview-services img {
    max-width: 100%;
    width: 100%;
}
.overview-services .box-text-overview h4 {
    color: #fff;
}

}


@media only screen and (max-width: 767px){
.overview-services .box-text-overview {
    position: static;
    background: #000000;
    padding: 30px 15px;
}
.overview-services .box-text-overview p{
  color:#fff;
}
}

.about-image2{
  margin:6px 0px;
  border:2px solid #000;
}

.padding{
  padding:4px;
  
}

.big {
    font-size: 27px;
    font-weight: 600;
    color: #d32525;
}


.client-image{
  padding:10px 10px;
  border:1px solid #f7f5f5;
  box-shadow: 0 18px 28px 0 rgb(20 1 1 / 6%);
    background-color: #ffffff;
border-radius: 20px;
  margin:2px 0px;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
}

.padd{
  padding:14px;
}

.client-image img {
    width: 100%;
	border-radius:20px;
}





/*--------mobile-slider----*/

.mobile-text {
padding:70px 0px;
text-align:center;
position:relative;
}



.mobile-item{
  position:relative;
  padding: 0px 30px;
  background-position:center center!important;
  background-size:cover!important;
  z-index:2;
  background-repeat:no-repeat!important;
}

.mobile-item:before{
  background-color:rgba(0,0,0,0.3);
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:-1;
  height:100%;
}
  



.sub-heading-mobile {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}




.main-heading-mobile {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.slider-paragraph p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}


@media only screen and (max-width:768px){
  .small-slider{
    display:block!important;
  }
  
  .about-image3 a img {
    height:auto!important;
}
  
  .next.slick-arrow {
	    filter: invert(2) grayscale(3) brightness(2) contrast(1)!important;
}

.prev.slick-arrow {
	    filter: invert(2) grayscale(3) brightness(2) contrast(1)!important;
}
}

.padding2{
 padding:3px!important;
}

.snip {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
}

.snip:hover img {
    -webkit-transform: scale(1.3) rotate(5deg);
    transform: scale(1.3) rotate(5deg);
}

.snip img {
    width: 280px;
	    transition: all 0.35s;
		    -webkit-transition: all 0.35s;
			    -moz-transition: all 0.35s;
    height: 190px;
    min-height: auto;
    margin-bottom: 0px;
    border-radius: 5px;
    object-fit: cover;
    border: 0px dotted #000;
    padding: 3px;
}


.box-img-left .feature img{
  width:90%!important;
 }
 
  .list2 ul li{
 position:relative;
font-size:15px;
list-style:circle;
color:#333;
font-weight:500;
 }
 
   .list2 ul {
     margin-left:20px;
   }
 
 .list ul li{
 position:relative;
display:inline-block; 
margin-right:10px;
font-size:19px;
color:#333;
font-weight:500;
padding-left:15px;
 }
 
 
   .list ul li a{
    text-decoration:underline;
   }
  .list ul li a:hover{
    color:red;
  }
 
 
  .list ul li:before{
    position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:6px;
	content:"";
	background-color:red;
	border-radius:50%;
	height:6px;
  }
 
 
 
 
