@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700,900|Roboto:300,400,500,600,700,800');

@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("font/fa-brands-400.eot");
	src: url("font/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("font/fa-brands-400.woff2") format("woff2"),
		url("font/fa-brands-400.woff") format("woff"),
		url("font/fa-brands-400.ttf") format("truetype"),
		url("font/fa-brands-400.svg#fontawesome") format("svg"); 
}


.fab {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
}

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-regular-400.eot");
	src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
  		url("font/fa-regular-400.woff2") format("woff2"),
  		url("font/fa-regular-400.woff") format("woff"),
  		url("font/fa-regular-400.ttf") format("truetype"),
  		url("font/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
}

@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("font/fa-solid-900.eot");
  src: url("font/fa-solid-900.eot?#iefix") format("embedded-opentype"),
  		url("font/fa-solid-900.woff2") format("woff2"),
  		url("font/fa-solid-900.woff") format("woff"),
  		url("font/fa-solid-900.ttf") format("truetype"),
  		url("font/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  display: inline-block;
}

html {
  /*scroll-behavior: smooth;*/
  height: 100%;
}
body {
	height: 100%;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #a7a7a7;
  font-size: 16px;
  margin: 0;
  background-color: #000;
  text-rendering: optimizeLegibility !important;
}


body#home .container.main-container {
  width: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body#home .container-fluid.main-container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;

}

.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: #333;
}


.top-bar {
	background-color: #000;
	color: white;
  position: fixed;
  top: 0 !important;
  z-index: 99999 !important;
  height: 100%;
  width: 80px;
}

.top-bar a {
	color: #eeeeee;
}
.top-bar a:hover {
	opacity: 0.8;
}

.wraper_header_top > .container {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header_top_item {
	/*overflow: hidden;*/
}
.header_top_item p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: initial;
    margin-bottom: 0;
}
.header-data-social ul.fa-social {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;

}
.header-data-social ul.fa-social li {
    vertical-align: middle;
    margin-bottom: 5px;
}
.header-data-social ul.fa-social li a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;

    color: #a7a7a7;
    background-color: #626262;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.header-data-social ul.fa-social li a i {
    color: #fff;
    transition: 0.2s ease-in-out;
}
.header-data-social ul.fa-social li a:hover {
	background-color: #ffffff;
	color: #000;
}
.header-data-social ul.fa-social li a:hover i {
    color: #000;
}
.topmenu {
    
}


/**************/

header#header {

    /*width: 100vw;*/
    /*width: 100vw;*/
    /*min-height: 720px;
    height: 100vh;
    */
	
    /*
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	*/
}


.header-shadow {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    transition: ease-in-out 0.7s;
    position: absolute;
    top: 0;
    left: 0;
}

.header-shadow:hover {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}




.header-container {

    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    /*transform: translateY(-4.1rem);*/
	min-height: 60px;
    position: absolute ;
    bottom: 1%;
    left: 0;
    right: 0;

}
.btn-default-xl {
    color: #ffffff;
    background-color: #fab702;
    padding: 5px 30px;
    font-size: 16px;
    line-height: 25px;
    border-radius: 2px;
    border: 1px solid #fab702;
    text-align: center;
    
    
    /*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	
	text-shadow: 2px 2px 2px black;*/
    font-weight: 300;
    transition: 0.4s;
    margin-top: 20px;
    text-transform: uppercase;
}
.btn-default-xl:hover,
.btn-default-xl:focus {
	
	border: 1px solid #febd0f;
    background-color: #febd0f;
    color: #ffffff;

    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.btn-default-inverse-xl {

	border: 1px solid #ffffff;
    background-color: #000;
    color: #ffffff;

    
    
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 35px;
    
    text-align: center;
    /*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	
	text-shadow: 2px 2px 2px black;*/
    font-weight: 300;
    transition: 0.4s;
}
.btn-default-inverse-lg {

	border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    border-radius: 25px;
    text-align: center;
    font-weight: 300;
    transition: 0.4s;
}
.btn-default-inverse-lg i::before {
  padding: 0 4px;
}
.btn-default-inverse-xl:hover,
.btn-default-inverse-xl:focus,
.btn-default-inverse-lg:hover,
.btn-default-inverse-lg:focus {

    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.1);*/
}


/***********************************************************************/
.provided-block {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/*height: 520px;*/
	position: relative;
	padding: 60px 0px;
	background-color: #fff;
	background-image: url('../we-provide-bg.jpg');
}
.provided-block::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.75);
}
.provided-block p {
   text-align-last: center;
   text-align: justify;
   text-justify: inter-character;
   font-size: 18px;
}
.item-table {
  display: table;
  width: 100%;
  height: 100%;
}
.item-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.provided-block h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.provided-block h1 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px !important;
}
.provided-block h2 {
  color: #ffd200;
  font-weight: 400;
}
.wshipping-button.cta-btn {
  margin-top: 20px;
}
.wshipping-button {
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  padding: 12px 30px;
  border: 0px;
}
/*******************************/
.wshipping-content-block {
  padding: 50px 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .vision-mission-content {
        border-bottom: 1px solid rgba(255,255,255, 0.1);
  }

}
.vision-mission-content:last-child {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}


.why-choose-us-content h3 {
  margin-bottom: 20px;
}
h1.heading3-border {
  font-weight: 700;
  color: #fff;
}
h5.heading3-border {
  font-size: 19px;
  font-weight: 300;
  color: #a7a7a7;
}

h2.heading2-border, h3.heading3-border, h4.heading4-border {
  position: relative;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
h2.heading2-border::before, h3.heading3-border::before, h4.heading4-border::before {
  position: absolute;
  left: calc(50% - 55px);
  bottom: 0px;
  width: 20px;
  height: 2px;
  transform: translateX(-40%);
  background-color: #a7a7a7;
  content: "";
}
h2.heading2-border::after, h3.heading3-border::after, h4.heading4-border::after {
  position: absolute;
  bottom: 0px;
  width: 90px;
  height: 2px;
  background-color: #a7a7a7;
  content: "";
  left: 50%;
  right: auto;
  transform: translateX(-35%);
}
.readmore-btn {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.readmore-btn i.fa {
  margin-left: 5px;
  font-size: 16px;
}
.why-choose-us {
  margin-top: 20px;
  position: relative;
  width: 100%;
  float: left;
}
.why-choose-us::before {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  content: "";
  width: 2px;
}
.why-choose-us .why-choose-us-icon {
  line-height: 56px;
  text-transform: uppercase;
  margin: 10px 0px;
  position: relative;
  font-size: 18px;
  color: #444444;
  padding-left: 40px;
  float: left;
  width: 100%;
}
.why-choose-us .why-choose-us-icon::before {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #ffffff;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 40px;
}
.why-choose-us-icon i.fa, .why-choose-us-icon i.fas, .why-choose-us-icon i.far {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin-right: 18px;
  line-height: 56px;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.what-we-do {
  text-align: center;
}
.what-we-do-icon i.fa, .what-we-do-icon i.fas, .what-we-do-icon i.far {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  line-height: 120px;
  font-size: 48px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.what-we-do div.title {
	text-align: center;
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 15px;
}
/****************  Counter section  **************/
.counter-block {
    overflow: hidden;
}

.counter-block .counter-title-block {
    background-color: #fab702;
    padding:4em 7em  7em 7em;
}
.counter-title-block h2{
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
}
.counter-title-block p{
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
}
.counter-block .counter-columns {

    padding-top: 4em;
    position: relative;

    background: url('../counterbg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: 100%;

}

.counter-block .counterbg {
    background-color: rgba(10,10,10,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.counter-hr {

    z-index: 10;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    min-height: 3px;
    min-width: 50px;
    max-height: 3px;
    max-width: 50px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;

}
.counter-block i.fa {
    font-size: 3em;
    color: white;
    display: block;
    text-align: center;
    width: 130px;
    height: 130px;
    display: block;
    margin-right: auto;
    margin-left: auto;

    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    line-height: 130px;
    /*text-shadow: 2px 2px 5px black;*/
}
.counter-block .numscroller, .counter-block .plus-addon {
    font-size: 26px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    /*text-shadow: 2px 2px 5px black;*/

    font-family: "arial black";
    font-weight: bolder;
}

.counter-block h6 {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
    /*text-shadow: 2px 2px 5px black;*/
}

/*********** Service blocks **********************/
section.service-block {
    padding-top: 2em;
    padding-bottom: 4em;

    background-color: white;
}
section.service-block .h1 {
    font-weight: 300;
    margin-bottom: 1em;
    display: block;
}
.col-service {
    margin-bottom: 30px;

}
.page .bg-shark {
    background: #2a2a30;
    fill: #2a2a30;
}
.justify-content-sm-center {
    justify-content: center !important;
}
.thumbnail-terry { 
    overflow: hidden;
    position: relative;
    display: block;

    border-radius: 10px;
}
.thumbnail-terry > a { 
    display: block;
    height: 100%;
}
.thumbnail-terry > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #000;
    opacity: 0;
    transition: 0.35s all ease;
    z-index: 2;
}
.thumbnail-terry img { 
    width: 100%;
    height: auto;
    transition: .35s;
    will-change: transform;
}
.thumbnail-terry figcaption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 25px 0 0;
    background: transparent;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);

    width: 100%;
    text-transform: none;
    vertical-align: middle;

    backface-visibility: hidden;
    border-radius: 0;
    transition: 0.35s all ease;
    will-change: transform;
}
.thumbnail-terry figcaption .figcaption-caption {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
}
.thumbnail-terry figcaption .figcaption-caption h4 {
    color: #fff;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 23px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
.thumbnail-terry .thumbnail-terry-btn-wrap {
    position: relative;
    width: 100%;
    transition: .3s all ease;
    text-align: right !important;
}
.thumbnail-terry .thumbnail-terry-btn-wrap::before {
    content: '';
    position: absolute;
    bottom: -59px;
    left: -10px;
    width: 2000px;
    height: 600%;
    background: #337ab7;
    opacity: 0;
    transform: translateY(65%);
    transition: .3s all ease;
}

.thumbnail-terry .btn.btn-thumbnail-terry.btn-primary {
    background: transparent;
    border-color: transparent;
}
.btn-thumbnail-terry {
    
    position: relative;
    top: 17px;
    right: -15px;

    margin-bottom: 23px;
    margin-right: 21px;
    padding: 0;

    opacity: 0;
    -webkit-transform: translateY(100%) scale(0.8);
    transform: translateY(100%) scale(0.8);
}

.btn-thumbnail-terry i {
    float: right;
    padding-left: 10px;
    font-size: 20px;
    line-height: 22px;
    vertical-align: middle;
    transition: 0s;
}
/*** hover effect ****/
.thumbnail-terry:hover a::before, .thumbnail-terry:focus a::before {
    opacity: 0.25;
}
.thumbnail-terry:hover figcaption, .thumbnail-terry:focus figcaption {
    opacity: 1;
    -webkit-transform: translateY(-10%) scale(1);
    transform: translateY(-10%) scale(1);
}
.thumbnail-terry:hover .thumbnail-terry-btn-wrap, .thumbnail-terry:focus .thumbnail-terry-btn-wrap {
    transform: translateY(30%); 
}
.thumbnail-terry:hover .btn, .thumbnail-terry:focus .btn {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}

.thumbnail-terry:hover .thumbnail-terry-btn-wrap::before, .thumbnail-terry:focus .thumbnail-terry-btn-wrap::before {
    opacity: 1;
    transform: rotate(-12.3deg);
}
/****** Clients block *******/
.client-section {
    overflow: hidden;
}
.client-section .owl-carousel .owl-thumbnail a img {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    transition: 0.5s ease-in-out;

    filter: grayscale(100%);
} 
.client-section .owl-carousel .owl-thumbnail a:hover img {
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.6);
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.6);
    transition: 0.5s ease-in-out;

    filter: grayscale(0%);
} 
.client-section .owl-carousel .owl-thumbnail img.img-rounded {
    border-radius: 0;
}
.client-section .owl-carousel .owl-thumbnail img {
    /*height: 100px;
    max-width: 150px;*/
}
/*************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
	#vision .standard-text-white {
		font-size: 34px;
		line-height: 1.2;
	}
    .counter-block .counter-columns {
        background-size: cover;
    }
    .counter-block .counter-title-block {
        padding:4em 3em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

	#vision .standard-text-white {
		font-size: 32px;
		line-height: 1.2;
	}

	.section-two-bg {
		height: 60vh;
		background-size:80% 100%;
	}
	.section-two-bg-ar {
		height: 60vh;
		background-size:80% 100%;
	}
	.section-two-bg .standard-section, .section-two-bg-ar .standard-section {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.white-skew-bg-ar, .white-skew-bg {
		height: 60vh;
	}
	.smaller-text {
	    font-size: 24px;
	    line-height: 1.2;
	}
    .counter-block .counter-columns {
        background-size: cover;
    }
    .counter-block .counter-title-block {
        padding:4em 3em;
    }
}
@media (max-width: 767px) {
    .thumbnail-terry::before {
        display: none !important;
    }
    .counter-block .counter-title-block {
        background-color: #fab702;
        padding:3em;
    }
    .counter-title-block h2{
        color: #ffffff;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 36px;
        text-align: center;
    }
    .counter-title-block p{
        color: #ffffff;
        font-size: 20px;
        line-height: 1.6;
        margin-top: 20px;
        text-align: center;
        text-align-last: center;
    }
    .counter-hr {

        z-index: 10;
        background-color: #ffffff;
        font-weight: 400;
        font-size: 14px;
        white-space: nowrap;
        min-height: 3px;
        min-width: 50px;
        max-height: 3px;
        max-width: 50px;
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
        transform-origin: 50% 50% 0px;
        margin-right: auto;
        margin-left: auto;

    }
    .counter-block .counter-columns {
        background-size: cover;
    }

}
/************ About block *************************/

.sort-info, .personal-detail {
    margin-top: 30px;
}

.sort-info ul, .personal-detail ul {
    list-style: none;
    padding: 0;
}
.sort-info li {

	margin-bottom: 10px;
	display: block;
}
.sort-info ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    color: #9f8a3f;
}
.personal-detail li {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
}

.sort-info a.btn i {
    margin-right: 7px;
}
.sort-info a.btn-default {
    border-color: #9f8a3f;
    color: #333;
}
.sort-info a.btn-default:hover, .sort-info a.btn-default:focus {
    color: white;
}
/*************************************************/

/***************** Bottom and Contactus *********/
#contact input, #contact textarea {

	border-radius: 0;
	
}
#contact i {

	margin-left: 5px;
	margin-right: 5px;
}
.scroll-top-wrapper {

	 overflow:hidden;
	 text-align:center;
	 width:50px;

	 position:fixed;
	 opacity:0;
	 visibility:hidden;
	 z-index:99;
	 color:#fff;
	 height:50px;
	 line-height:50px;
	 /*right:20px;*/
	 bottom:40px;

	 -webkit-transition:all 1s ease;
	 -moz-transition:all 1s ease;
	 -ms-transition:all 1s ease;
	 -o-transition:all 1s ease;
	 transition:all 1s ease;

	background-color: transparent;

	border: 1px solid #ffffff;
    border-radius: 50%;
}
.scroll-top-wrapper i.fa {
    line-height: 32px;
    font-size: 20px;
    color: #ffffff;

    -webkit-transition:all 1s ease;
     -moz-transition:all 1s ease;
     -ms-transition:all 1s ease;
     -o-transition:all 1s ease;
     transition:all 1s ease;
}
.scroll-top-wrapper:hover i.fa, .scroll-top-wrapper:focus i.fa {
    
    color: #ffffff;

}
.scroll-top-wrapper:hover, .scroll-top-wrapper:focus {
 	border-color: #ffffff;
    background-color: #ffffff;
 	color: #ffffff;
}
.scroll-top-wrapper.show {
	 visibility:visible;
	 cursor:pointer;
	 opacity:1
}

.form-group-upload {
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.upload-block {
    
}
.upload-control {
        padding: 2px;
}
@media (min-width: 768px) {
    .upload-block {
        display: table;
        padding-left: 5px;
        padding-right: 5px; 
    }
    .upload-control {
        max-width: 250px;
        display: table-cell !important;
        white-space: nowrap;
        
    }
}
@media (max-width: 767px) {
    .upload-control {
        overflow: hidden;
        
        max-width: 100%;
    }
    .prevent-excced-width {
        max-width: 100%;
        overflow: hidden;
    }
}
/************************************************/



td {
    font-size: 16px;
}

Body.PopBody {
    background-color: white;
    margin: 0;
    padding: 5px;
    background-image: none;
}

a {
    color: #565656;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #323232;
    text-decoration: none;
}

.topmenu-padding {
    padding-top: 70px;
}

.topmenu.navbar {
    /*min-height: 120px;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e9c37c;
    
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
	
    /*top: 0px !important;*/

    /*background-color: rgba(255, 255, 255, 1);*/
	/*min-height: 90px;*/
	margin-bottom: 0;
    border: 0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    padding: 0;
}
.love-sticky.topmenu.navbar {
	/*background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/

}
.custom-navbar-menu {
  background-color: #000;
  
  height: 80px;
}
/*.topmenu.navbar.affix .navbar-brand {

	opacity: 0.8;
	filter:Alpha(Opacity=80);
	background: url('../logo.jpg') no-repeat;
	width: 114px;
	height: 45px;
	margin: 10px 0 0 10px;
	padding: 0;
	transition: 0.4s ease-in;
}*/

.topmenu .navbar-phone {
  margin-left: 20px;
  margin-right: 20px;

  
}
.topmenu .navbar-phone a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 2px 10px;
  display: inline-block;
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
  direction: ltr;
}
.topmenu .navbar-phone a i {
  padding: 0 5px;
}
.topmenu .navbar-phone a:hover, .topmenu .navbar-phone a:focus {
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.topmenu .navbar-toggle {
    float: left;
    margin-left: 10px;
}

.topmenu .logo-main {
    /*width:18%;*/
    padding-top: 5px;
}

.side-logo-main {
    overflow: hidden;
    display: block;
}

.side-logo-main img {

    display: block;
    padding: 10px;
    width: 188px;
}

.topmenu .menu-container {

}


.top-contact a {
	
	
	display: inline-block;
	line-height: 23px;
	color: #ffffff;
	transition: 0.2s ease-in-out;
	font-size: 14px;
  
  

}
.header-data-social ul {
  display: inline-block;
  margin-right: 0px;
}
.top-contact a:hover, .top-contact a:focus {
	color: white;
}
.top-contact i {

  width: 15px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}
.top-contact a:hover i {
  color: #ffffff;
}

.header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
    /*height: calc(100vh - 135px );
    width: 100vw;*/
}
.background-video {
    /*position: fixed;
    right: 0;
    bottom: 0;*/
    min-width: 100%;
    min-height: 100%;
}

.carousel-bg {
	
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	
}
.header-carousel .carousel-inner > .item > img {
    /*min-height: 100%;
    min-width: 100%;
    overflow: hidden;*/
}
.header-carousel .carousel-inner {
	background-color: rgba(0,0,0,0.8);
}
.header-carousel .carousel-inner .single-slide-item {
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  height: 580px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
/*************** Start of Original Owl Carousel *****************************/
.carousel-content.full-height {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  float: left;
  background: #fff;
} 
/*.carousel-content::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index: 20;
  width: 7px;
  left: 42px;
  background-repeat: repeat-y;
  background-image: url(../images/bg-dec.png);
  opacity: .5;
}*/ 
.hero-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.center-item {
  top: 50%;
}
.hero-wrap-item {
  float: left;
  width: 100%;
  position: relative;
  z-index: 12;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
#header-slider.owl-carousel .owl-item .item {
  height: 100vh;
}

#header-slider .item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) !important;
  text-align: center;
  width: 100%;
}

.ovarlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slideshow-item h2 {
  text-align: center;
  margin-bottom: 14px;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
.slideshow-item h3, .slideshow-item h3 a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
  /*letter-spacing: 18px;*/
  padding-left: 6px;
}
.hero-link {
  margin-top: 30px;
  display: inline-table;
  padding: 10px 6px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.hero-link h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
  /*letter-spacing: 18px;*/
  padding-left: 6px;
  margin-bottom: 0 !important;
}
.custom-scroll-link {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  margin-left: -20px;
  z-index: 9;
  border: 1px solid rgba(255,255,255,.21);
  text-align: center;
}
.custom-scroll-link:hover {
  color: #fff;
}
.custom-scroll-link i, .custom-scroll-link:hover i, .custom-scroll-link:focus i {
  color: #fff;
}
@media (max-width: 767px) {
  .slideshow-item h3, .slideshow-item h3 a {
    letter-spacing: 12px;
  }
  .hero-link h4 {
    letter-spacing: 12px;

  }
}
/**************** End of Original Owl Carousel ****************************/
@media (max-width: 991px) {
  .top-bar {
    display: none !important;
  }
  #ContentHolder {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-navbar-menu {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .topmenu.navbar .navbar-brand {
    margin-right: 0 !important;
  }
  .topmenu .navbar-phone {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }
  .topmenu .navbar-phone a {
    padding: 0px 7px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 991px) {
	.header-carousel .carousel-inner .single-slide-item {
	  height: 480px;
	}
}
@media (max-width: 767px) {
  .topmenu .navbar-phone a {
    padding: 4px 10px;
    font-size: 14px;
  }
	.header-carousel .carousel-inner .single-slide-item {
	  height: 300px;
	}
}
/*
.carousel-control {
    top: auto;
    bottom: 25px;
    
    width: 50px;
    height: 50px;    
    opacity: 1;

}
.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
    
}
.carousel-control .fa-chevron-right {
    margin-left: -14px !important;
}
.carousel-control .fa-chevron-left {
    margin-right: -12px !important;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {

    line-height: 44px;
    color: #2d384c;
    font-size: 30px;
    font-weight: lighter;
    margin-top: -23px !important;

}
*/

.carousel-control {
    width: auto;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control {
    opacity: 1 !important;
}
.carousel-control-prev, .carousel-control-next {
    background-image: none;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    z-index: 99;
}
.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {

    background-size: 12px;
    height: 54px;
    width: 54px;
    color: white;
    line-height: 54px;
    font-weight: normal !important;
    /*text-shadow: 2px 2px 2px black;*/
    background-color: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    margin-right: 25px;
    margin-left: 25px;

}
a.carousel-control-prev:hover .carousel-control-prev-icon, a.carousel-control-next:hover .carousel-control-next-icon,
a.carousel-control-prev:focus .carousel-control-prev-icon, a.carousel-control-next:focus .carousel-control-next-icon {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: rgba(235,0,40,0.6);
}
.carousel-caption2 {
    
    position: absolute;
    width: 100%;
    top: 19%;
    vertical-align: middle;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    text-align: center;

    left: 0;
	right: 0;
}

.carousel-caption2 h5 {
	text-transform: uppercase;
	font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);

}

.carousel-caption2 > h3 {
    /*text-shadow: -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;*/

     /*text-shadow: 1px 2px 1px rgba(0,0,0,0.7);*/
}
.carousel-caption2 h3 {
    color: #ffffff;
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
}
.carousel-caption2 h3.small-font-title {
    font-size: 33px;
}

.caption-hr {

    z-index: 10;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    min-height: 3px;
    min-width: 50px;
    max-height: 3px;
    max-width: 50px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;

}

.carousel-caption2 p {
    font-size: 18px;
    color: #fff;
    font-weight: normal;

    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    
    line-height: 25px;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.7);*/

    text-justify: distribute;
    padding-right: 30px;
    padding-left: 30px;
}

.carousel-caption2 .btn-danger {
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #ffffff;
  padding: 12px 30px;
  border: 0px;
}

.topmenu .navbar-nav > li {
    margin-right: 2px;
    margin-left: 2px;
}
.topmenu .navbar-nav > li > a {
    /*line-height: 20px;
    border: 1px solid transparent;*/
    color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.topmenu .navbar-nav > li > a:hover {
    /*color: #4d4d4d;
    border: 1px solid #fab702;
    border-radius: 2px;*/
    color: rgba(255,255,255,.61);
}
.topmenu .navbar-nav > li > a:focus {
	color: rgba(255,255,255,.61);
}
.topmenu .navbar-nav > li.active-link > a {
    color: rgba(255,255,255,.61);

}


@media (min-width: 768px) and (max-width: 1199px)
{
.topmenu .navbar-nav > li > a
    {
        padding-left: 10px;
		padding-right: 10px;
    }
}

/******* sidebar-nav *****************/

.topmenu .sidebar-nav {
    padding: 10px 10px 20px 10px;
}

.topmenu .sidebar-nav li a {
    font-size: 16px;
}


/**********************/

.top-section {
    background-color: white;
}

.SearchBlock {}

#Logo {
    text-align: center;
}

#Logo img {
    border: 0;
    max-width: 400px;
}
.special-font-text {
    color: #4075a7;
    vertical-align: text-top;
}

.text-white {
    color: white;
}
.text-white a {
    color: white;
}
.text-white a:hover {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.topmenu.navbar .navbar-brand { /*.affix-top*/

	min-width: 100px;
	height: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  text-align: center;
	padding: 0;
	transition: none;
	background-size: contain;
	transition: 0.2s ease-in-out;
	
}
/*
.topmenu.navbar.affix .navbar-brand {

	width: 55px;
	margin: 5px 0 0 0;
	padding: 0;
	background-size: contain;
	transition: 0.3s ease-in-out;
	height: 65px;

}
*/

.topmenu.navbar .navbar-brand img {
    max-height: 100%;
    /*transition: 0.3s ease-in-out;*/
}

.topmenu.navbar #collapsemenu > ul > li.dropdown > a i.arrow {

    
    transition: all 0.2s ease;
    display: inline-block;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 12px;
    height: 17px;

    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

@media (max-width: 767px) {

    .topmenu.navbar #collapsemenu > ul > li.dropdown > a i.arrow {
        vertical-align: text-top !important;
        margin-top: 8px !important;
        font-size: 26px;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }


}

.topmenu.navbar #collapsemenu > ul > li.dropdown > a i.arrow::after {

    content: "\f078";
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-size: 60%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topmenu.navbar #collapsemenu > ul > li.dropdown > a.open i.arrow, .topmenu.navbar #collapsemenu > ul > li.dropdown.on > a i.arrow {
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
}
/*
#collapsemenu .dropdown-menu > li > a::before {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\f061";
    text-align: left;
    transition: all 0.2s ease;
    
    margin-left: 3px;
    margin-right: 10px;

    vertical-align: top;
    margin-top: 5px;
}
#collapsemenu .dropdown-menu > li > a:hover::before {
    text-align: right;
    transition: all 0.2s ease;
    margin-left: 10px;
    margin-right: 3px;
}
*/

@media (min-width: 768px) {
	

	/* trick to prevent colapsing behaviour case I set colapse to every menu link in single page design */
	.topmenu.navbar .collapsing { height:inherit !important; }

	.topmenu.navbar.affix-top {
		background-color: transparent ;
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.topmenu.navbar.affix {
		background-color: #1e304b;
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.topmenu .navbar-nav > li > a {
		display: flex;
		align-items: center !important;
		line-height: 100%;
		height: 100%;
	}

	#collapsemenu > ul { margin-top: 0; margin-right: 0 !important; margin-left: 0 !important; }
    

    .topmenu.navbar.affix-top #collapsemenu ul.navbar-nav {
		margin-top: 30px;
		transition: 0.3s ease-in-out;
	}
	.topmenu.navbar.affix #collapsemenu ul.navbar-nav {
		margin-top: 12px;
		transition: 0.3s ease-in-out;
	}
	
	#collapsemenu ul.navbar-nav > li > ul.dropdown-menu { 
        margin: 0px; 
        background-color: #ffffff;
        color: white;
        padding: 0;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
        border-radius: 0;
        border: none;


		left: 0;
		z-index: 1;
		/*width: 220px;*/
		min-width: 100px;
		height: auto;
		
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
    }

	/*.topmenu.navbar #collapsemenu > ul > li:not(.dropdown) > a::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 2px;
		margin-top: 4px;
		transition: .3s all ease;
		background: linear-gradient(90deg, #edeff0 0%, #ffffff 100%);
	}
	.topmenu.navbar #collapsemenu > ul > li:not(.dropdown):hover > a::after {
		left: 0;
		width: 100%;
	}
    
    
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu::before {
        width: 10px;
        height: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(87, 168, 231, 0.7);
        display: block;
        content: "";
        margin-top: -10px;
        float: right;
        margin-right: 30px;
    }
	*/
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a {
        color: #5b5b5b;
        position: relative;
		display: block;
		width: auto;
		height: auto;
		padding: 8px 15px 8px 15px;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 13px;
		line-height: 25px;
		cursor: pointer;
		transition: all 0.3s ease-in-out !important;
		-webkit-transition: all 0.3s ease-in-out !important;
    }

    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a:hover, #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a:focus {
        color: #555555;
        background-color: transparent;
    }


    .topmenu .navbar-header {
        max-width: 540px;   
    }
}

.topmenu ul.navbar-nav {
	margin-right: 0;
	padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	

    .topmenu.navbar.affix #collapsemenu ul.navbar-nav {
        margin-top: 30px;
        transition: 0.3s ease-in-out;
    }

	.topmenu ul.navbar-nav {
		margin-right: 0;
		padding-right: 0;
	}
    .topmenu .navbar-header {
        max-width: 350px;   
    }

	.topmenu.navbar .navbar-brand {
		/*width: 300px;*/
	}
	#collapsemenu > ul {
		margin-top: 0;
	}
	
    .carousel-control {
        
        width: 40px;
        height: 40px;
        bottom: 15px;
    }

    .carousel-control.left {
        right: 50px;
    }

    .carousel-control.right {
        right: 5px;
        
    }
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right {

        line-height: 40px;
        color: #2d384c;
        font-size: 25px;
        font-weight: lighter;
        margin-top: -21px !important;
        /*text-shadow: 2px 2px 2px black;*/
    }
    
    .carousel-caption2 {
        width: 45%;
        min-height: 64%;
        top: 18%;
        padding: 30px 50px;
    }
    .carousel-caption2 h3 {
        font-size: 28px;
        line-height: 35px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 23px;
    }
    .carousel-caption2 p {
        font-size: 17px;
        margin-top: 20px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    
    .topmenu.navbar {
        /*min-height: 130px;*/
    }

	.topmenu.navbar.affix-top .navbar-brand, .topmenu.navbar.affix .navbar-brand {
		width: 90px;
		height: 80px;
		margin-left: 5px;
	}
    
    .topmenu .navbar-header {
        /*max-width: 100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        float: none;*/
        max-width: 295px;
    }
    .topmenu.navbar .navbar-brand {
        margin-top: 0;
    	/*margin-right: auto;
        margin-left: auto;
        float: none;
        display: block;*/
    }
	.topmenu ul.navbar-nav {
		/*margin-right: auto !important;
		margin-left: auto !important;
		clear: both !important;
		margin-top: 0 !important;
		float: none !important;
		display: table;*/
	}

    .topmenu .navbar-right {
        padding-right: 10px;
    }
    .topmenu .navbar-left {
        padding-left: 10px;
    }
    .topmenu .Social {
        width: 205px !important;
    }
    .topmenu .navbar-nav > li > a {
        /*font-size:17px;*/
        padding-right: 6px !important;
        padding-left: 6px  !important;
    }
    .topmenu .Social a {
        width: 27px !important;
        height: 27px !important;
        background-size: 27px !important;
    }
    
    .header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
       /* height: calc(100vh - 175px );*/
    }
    
    .carousel-caption2 {
            
        top: auto;
        position: absolute;
        width: 70%;
        min-height: 65%;
        left: 15px !important;
        bottom: 15px !important;
        padding:20px 30px;
    }
    
    .carousel-control {
        height: 30px;
        width: 30px;
    }
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right {
        font-size: 24px;
    }

    .carousel-caption2 h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 22px;
    }
    .carousel-caption2 p {
        font-size: 17px;
        margin-top: 15px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {
    #NewsPage img,
    .main-container p img {
        max-width: 100% !important;
    }

    .HomeProductBlock header {
        font-size: 21px;
    }


    
}


@media (max-width: 767px) {
    
    .pull-left-xs {
        float: left !important;
    }
	.topmenu.navbar .navbar-brand {
		height: 65px !important;
		min-width: auto;
		margin-left: 10px;
		height: auto;
        margin-top: 7px;
	}
	.navbar-light .navbar-toggler {
		margin: 0 15px;
	}
    .topmenu .navbar-nav > li {
        margin-bottom: 15px;
    }
    .topmenu.navbar {
        box-shadow: none;
        border:0;
        padding: 0;

    }

    .topmenu.navbar .navbar-header {
        /*box-shadow: 0 3px 6px rgba(0,0,0,0.5);
        padding: 5px 0 5px 0;*/
        background-color: #ffffff;
        min-height: 75px;
    }
	
	.topmenu ul.navbar-nav {
		margin-right: 0px;
		padding: 0;
        height: 100vh;  
        margin-top: 20px;
	}

	.topmenu.navbar.affix-top, .topmenu.navbar.affix {
		
	}
    .topmenu.navbar.affix {
        
    }
	.topmenu.navbar.affix-top .navbar-brand, .topmenu.navbar.affix .navbar-brand {
		width: 45px;
		height: 55px;
		margin-left: 10px;
		margin-top: 5px;

	}

    .topmenu.navbar-inverse,
    .topmenu.navbar-default {
        background-color: transparent;
        margin-bottom: 0;
    }
    .topmenu.navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #ddd;
    }
    .topmenu.navbar-inverse .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .topmenu.navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
    .topmenu.navbar-fixed-top {
        /*position: absolute;
        left: 10px;*/
    }
	.navbar-default .navbar-toggle .icon-bar {
        height: 3px;
    }
	.topmenu.navbar-default .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);

    
        background-color: rgba(255,255,255, 0.9) ;
	}

    .topmenu.navbar-default .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 2px;

    }

    .topmenu.navbar .navbar-collapse {
      padding-right: 15px;
      padding-left: 15px;
      overflow-x: visible;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid #000;
      box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
      background-color: rgba(0,0,0, 0.9);
    }
    /******************************/
    
    #collapsemenu > ul.navbar-nav > li > ul.dropdown-menu {
        
        /*height: 0 !important;*/
        box-shadow: none !important;
        
        color: white;
        position: relative;
        top: auto;
        left: auto;
        float: none;
        
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 2px;
        
        transform: translateX(-25%);

        font-size: 14px;
        
        list-style: none;
        background-color: transparent !important;

        border:0;
        border-radius: 0;
        
        
        
        animation-duration: 0s !important;
        animation-fill-mode: none !important;
        -webkit-box-shadow: none !important;

        /*margin-top: 0px; 
        background-color: rgba(31, 48, 71, 0.7);
        color: white;
        padding: 0;
        border: 1px solid rgba(87, 168, 231, 0.7) !important ;
        border-radius: 5px;*/
    }
    #collapsemenu .dropdown-menu > li > a {
        color: #333;
        background-color: transparent;
        padding-right: 15px;
        padding-left: 15px;
    }
    
    /*****************************/
	header#header {
		height: auto;
		width: 100%;
		padding-top: 0;
		position: relative;
        background-color: white;
	}
    .header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
        /*height: 34vh;
        width: 100%;*/
    }

	.background-video, .header-carousel .carousel-inner > .item > img {
		/*width: 100%;*/
        /*min-height: 40vh !important;*/
	}

    .background-video {
        
        width: 100%;
        min-width: auto;
        height: auto;
    }
    .carousel-bg {
        /*background: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
        background: -o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
        background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));*/
    }
	.carousel-caption2 {
    
        position: absolute;
        width: 96%;
        /*min-height: 70%;*/
        top: 5px !important;
        bottom: 5px;
        left: 2% !important;
        right: 2% !important;

        padding: 15px;
    }

    .carousel-caption2 h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 20px;
    }

    .carousel-caption2 p {
        font-size: 16px;

        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 0;
        
        padding-left: 0;
        padding-right: 0;
    }

    .header-container {

        min-height: 0px;
    }

    .carousel-control {
        
        width: 30px;
        height: 30px;
        bottom: 5px;
    }
    
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right {

        line-height: 30px;
        color: #2d384c;
        font-size: 16px;
        margin-top: -15px !important;
        /*text-shadow: 2px 2px 2px black;*/
    }
   /*.fa-social {
    	margin-top: 5px !important;
    	font-size: 22px !important;
    }
    .fa-social li {
    	margin-right: 15px !important;
    	margin-left: 15px !important;

    }*/
    a.top-phone {
    	border: 1px solid #edfbef;
		padding: 2px 5px;
		border-radius: 10px;
    }
    .btn-default-xl, .btn-default-inverse-xl {
    	padding: 5px 10px;
    	min-width: 170px;
    }
    .standard-section {
    	padding-top: 40px;
    	padding-bottom: 40px;

	}
    .parallax-section {
        height: auto !important;
    }

    .standard-text {
		font-size: 22px;
		line-height: 1.5;
		color: black;

	}
	.standard-text-white {
		font-size: 29px;
	}
	/************************/
	.section-two-bg-ar, .section-two-bg {

	    background: url(../img_two_static_round.png) no-repeat center 20px;
	    background-size: 100px 100px;
	    padding-top: 120px;
        height: auto !important;

	}
	.section-two-bg-ar .standard-section, .section-two-bg .standard-section {
		padding-top: 0 !important;
		text-align-last: center;
	}

	.section-two-bg h1, .section-two-bg-ar h1 {
		text-align: center;
		font-size: 35px;
	}
	.text-skew-inverse-ar, .text-skew-inverse {
		padding-left: 0;
        padding-right: 0;
		transform: skewX(0deg);
	}
	.white-skew-bg-ar, .white-skew-bg {
		transform: skewX(0deg);
        height: auto !important;
	}
	#vision > .container {
		padding-left: 0;
		padding-right: 0;
	}
	#vision .standard-text-white {
		font-size: 24px;
		line-height: 1.3;
	}
	.section-three-bg h1 {
		font-size: 35px;
	}
	
	/************************/
    .footer-menu-section .footer-menu li {
        width: 50%;
        overflow: hidden;
    }
    .footer-menu-section .footer-menu {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
	.NewsLetterBlock {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
    .scroll-top-wrapper {
        /*bottom: 20px;*/
    }

}

@media screen and (orientation: portrait) and (max-width: 479px) {

	.carousel-control-prev, .carousel-control-next {
		display: none;
	}
    .carousel-caption2 {
    
        position: absolute;
        width: 95%;
        min-height: 130px;
        left: 2%;
        right: 2%;
        bottom: 5px;
        vertical-align: middle;
        z-index: 1;
    }
    
    .carousel-caption2 h3 {
        font-size: 25px;
        line-height: 28px;
        margin-top: 0;
    }
    .carousel-caption2 p {
        font-size: 15px;
        max-height: 82px;
        overflow: hidden;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .carousel-caption2 .btn-danger {
	  color: #fff;
	  border-radius: 4px;
	  text-transform: uppercase;
	  font-size: 14px;
	  background-color: #ffffff;
	  padding: 7px 20px;
	  border: 0px;
	}
    .btn-default-xl, .btn-default-inverse-xl {
        float: right;
        margin-top: 5px;
        padding: 3px 10px;
        min-width: 120px;
        font-size: 13px;
        line-height: 20px;
    }

    .header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
        /*height: auto !important;
        width: 100%;
        overflow: hidden;
        max-height: 30vh;*/
    }

    .background-video, .header-carousel .carousel-inner > .item > img {
        /*width: 100%;
        min-height: 30vh !important;*/
    }
    .background-video + .carousel-bg {
        height: auto;
        min-height: 100%;
    }
}


@media screen and (orientation: landscape) and (max-width: 767px) {
    /*.header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
        height: calc(100vh - 120px);
        width: auto;
        overflow: hidden;
    }

    .background-video, .header-carousel .carousel-inner > .item > img {
        width: auto;
        min-height: calc(100vh - 71px) !important;
    }*/
}


.header-title {
    opacity: 0;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    margin: 0;
    height: 0;
}

.btn.btn-RedColor {
    color: #a82b2e;
    background-color: white;
    border: 1px solid #bb6567;
    font-weight: bolder;
    font-size: 18px;
}




.bottomfooter-container {
    background-color: #151617;
    border-top: 1px solid rgba(255,255,255,0);
    display: block;
    position: relative;
    padding: 15px 0 3px 0 ;
}

.footer-copyright {
    font-weight: 400;
    font-size: 14px;
    color: #a7a7a7; /*rgba(255,255,255,0.6);*/
    line-height: 25px;
}

@media (min-width: 768px) {
    .bottomfooter-container {
        /*padding-top: 10px;*/
    }
}
/*
.poweredby {
    letter-spacing: 1px;
    font-family: "AzoSans-Light";
    font-size: 12px;
    color: #e5e7ef;
}
.footer-copyright a, .poweredby a {
    color: #ffffff;
}
.footer-copyright a:hover, .poweredby a:hover {
    color: #ffffff;
}
*/
.real-developer {
    font-size: 12px;
    float: left;
    color: rgba(255, 255, 255, 0.7);
    line-height: 18px;
  }
  .real-developer a, .real-developer a:hover {
    color: rgba(255, 255, 255, 0.7);
  }


/**************** Home css **************/

.main-container {
    /*padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 3px;
    margin-bottom: 3px;*/
}
.white-bg {
    background-color: white;
}


/***************************************************/
.main-title {
    font-size: 35px;
    color: #4c4e54;
    line-height: 35px;
    border: 5px solid #f6bb19;
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-title-2 {
    font-size: 22px;
    color: #000000;
    line-height: 35px;
    text-align: center;
}
.main-title-xs {
  font-size: 18px;
  color: #000000;
  line-height: 35px;
}

.sub-title {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.main-title span {
    padding: 0 58px 20px;
    display: block;
}
.main-title span::before {

    background-color: #424141;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 73px;
    height: 3px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pre-head {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
/************ Contact from block *******************/
.contact-block {
  background-position: right;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0px 65px;
	position: relative;
    /*background-image: url('../get-quote-bg.jpg');*/
}
.contact-block::before {
  /*content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  display: block;
  width: 50%;
  background-image: linear-gradient(rgba(255,0,30,0.8), rgba(86,0,0,0.8));*/
}
.contact-block h2 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px !important;
}
.contact-block h6 {
  color: #a7a7a7;
  
  font-weight: 400;
}
.quote-form {
  padding-top: 20px;
}
.quote-form .form-control[placeholder] {
  color: #656565;
}
.quote-form input.form-control {
  height: 44px;
  padding: 12px 20px;
  line-height: 20px;
  border: 0px;
  background: rgba(255,255,255,0.1);
  color: #eee;
}
.quote-form textarea.form-control {
  padding: 12px 20px;
  line-height: 20px;
  border: 0px;
  background: rgba(255,255,255,0.1);
  color: #eee;
}
.quote-form .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.25);
}
.quote-form .form-control::placeholder {
  color: #929395;
  opacity: 1;
}
.quote-form .rn-btn{
  padding: 20px 70px;
}
.register-text-block {
    padding: 0 3em;
}
.contact-block .title {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.35em;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-hr {

    z-index: 10;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    min-height: 3px;
    min-width: 50px;
    max-height: 3px;
    max-width: 50px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;

}
.contact-block p {
    line-height: 1.8em;
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: start;
    color: #ffffff;
    
    margin-top: 20px;
}
.contact-block p strong {
    font-size: 15px;
}
.contact-block .btn {
    margin-top: 20px;
    transition: 0.3s ease-in-out;
}
#ContactForm p {
    text-align: center;
}
#ContactForm p label {
    font-size: 17px;
    display: block;
    text-align: center;
    text-align-last: center;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 20px;
    padding: 3px;
    z-index: 99999;

}
#register #ContactForm .form-control {
    border-radius: 0;
    color: #cacaca;
    background-color: transparent;
    border-color: #ffffff;
}
#register #ContactForm .form-group {
    margin-bottom: 30px;
}

.boxer-attend {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
}
.boxer-attend:hover {
    box-shadow: 0 10px 20px -15px #000;
}
.boxer-attend-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.boxer-attend-img > a > img {
    border-radius: 2px;
    transition: 0.8s ease-in-out;
}
.boxer-attend-img > a:hover > img {
    transform: scale(1.1);
}

.boxer-attend-info {
    
    padding-bottom: 25px;
    overflow: hidden;
    height: 240px;
}
.boxer-attend-info time {
    padding: 0 10px;
    color: #C0C1C2;
}
.boxer-attend-info h4 {
    color: #777;
    font-size: 19px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}
.boxer-attend:hover h4 {
    color: #000;
}
.boxer-attend-info p {

    text-align: justify;
    text-justify: distribute;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #666d81;
    font-size: 15px;


   display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;

}
.boxer-attend-info p.brief {
	height: 72px;
}
.xs-arrow {

    display: inline-block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: #f4f4f4;
    line-height: 45px;
}
.xs-arrow:hover, .xs-arrow:focus {
    background-color: #d92300;
    color: #fff;
}
/****************************************************/


@media (min-width: 768px) {

    .product-link {
        height: 300px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .main-container-fluid {
        padding-right: 4px;
        padding-left: 4px;
    }

    .poweredby {
        letter-spacing: 0;
        text-align: center !important;
        color: #e5e7ef;
    }

    .contact-block {
        padding: 2em 0;
    }
    .register-text-block {
        padding: 0;
    }
    .contact-block .title {
        text-align: center;
    }
    .contact-hr {
        margin-left: auto;
        margin-right: auto;
    }
    .contact-block p {
        text-align-last: center;
    }
    #register #ContactForm .form-group {
        margin-bottom: 10px;
    }

}




@media (min-width: 768px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

    .HeaderTitle {
        font-size: 27px;
    }
    .HeaderCell {
        text-align: center;
    }
}

/*************** Footer Area ***************/
.google-map {
    max-height: 400px;
}
.top-border {
    border-top: 1px solid #ededed;
}
.bottom-border {
    border-bottom: 1px solid #ededed;
}

.main-footer-container {
    min-height: 400px;
    background-color: #000;
    color: #a7a7a7;
    background-attachment: fixed;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;

}

.main-footer-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.footer-menu-section {
    overflow: hidden;
}
.footer-menu-section .footer-menu {

}

.footer-menu-section .working-hours {
    border: 2px solid #40607a;
    padding: 10px 0;
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 100%;
}

.working-hours th {
    border: none;
    padding: 0 27px;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
    line-height: 23px;
    color: #c5d8eb;
    font-size: 14px;
}
.working-hours td {
    border-radius: 0 3px 3px 0;
    text-align: right;
    white-space: nowrap;
    padding: 0 27px;
    color: #ffffff;
    line-height: 23px;
    font-size: 14px;
}
.working-hours th.important {
    color: #00a5df;
}
.footer-menu-section p {
    color: #a7a7a7;
    line-height: 1.9em;
    font-size: 16px;
    text-align: justify;
    text-justify: kashida;
    text-align-last: center;
}
.footer-menu-section .Contactus {
    color: white;
    font-size: 22px;
    overflow: hidden;
    padding: 0  0 0 0;
    margin-bottom: 38px !important;
    font-weight: 700;
}

.Contactus span {
    padding: 0 0 5px 0;
    display: block;
    position: relative;
}
.Contactus span::before {

    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 1px;
    
    position: absolute;
    width: 40px;
    height: 2px;
}

.footer-menu-section .footer-menu {
    list-style-type: none;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-menu-section .footer-menu li {
    white-space: normal;
    margin-bottom: 5px;
}

.footer-menu-section .footer-menu li i {
    color: #a7a7a7;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 15px;
    width: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;

    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.footer-menu-section .footer-menu li span {
    display: inline-block;
}

.footer-menu-section .footer-menu li span,
.footer-menu-section .footer-menu li a {
    text-decoration: none;
    color: #a7a7a7;
    white-space: normal;
    font-size: 15px;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}
.footer-menu-section .footer-menu li a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-menu-section .footer-menu li a:hover i {
    color: #fff;
}

.dl-contact dt {
	width: 30px;
	text-align: center;
	margin-bottom: 4px;
    padding-top: 5px;

}
.dl-contact dd {

    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 4px;
    font-size: 14px;
	 color: #a7a7a7;
}
.dl-contact dd a {
	color: #a7a7a7;
}
.dl-contact dt i {
	font-size: 15px;
	color: #a7a7a7;

}
.dl-horizontal dt {
    overflow: hidden;
    
    text-overflow: ellipsis;
    white-space: nowrap;

}
.footer-social-block {
    margin-left: 30px;
    margin-right: 30px;
}
.footer-social-block h4 {
    color: #cacaca;
    font-weight: 300;
}
.footer-social {
    display: table;
}
.footer-social .footer-title, .footer-social .social {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    font-weight: 800;
}
/*************************/
.footer-contact {
   
}
.glow-shadow {
    -webkit-filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 1)); 
}
.vat-container img {
    max-height: 70px;
}
.footer-contact address {
    color: #ededed;
}
.footer-contact i.fa {
    width: 15px;
    vertical-align: baseline;
}
.footer-contact a, 
.footer-copyright a, 
.poweredby a { 
    color: #eee; 
}
.footer-contact a:hover, 
.footer-copyright a:hover,
.poweredby a:hover { 
    color: #ffffff; 
}
.footer-contact a:hover {
    text-decoration:none;
}

.footer-title
{
    line-height:33px;
    vertical-align: top;
    margin: 0;
}

.address-list div {

    padding: 0 0 10px 0;
    line-height: 22px;

}
.address-list .padding {

    display: block;
    
}
.address-list time {
    line-height: 22px;
}
.contact-form .address-list div {

    padding-top: 7px;
    padding-bottom: 7px;
}

.NewsLetterBlock {

    overflow: hidden;
}
.NewsLetterBlock .input-group-addon {

    border: 0;
    background-color: transparent;
    color: #58a9e8;

}

.NewsLetterBlock .form-control {


    border-radius: 0;
}
.NewsLetterBlock .btn {

    border-radius: 0;
    background-color: #ffffff;
    color: #5e5e5e;
}
.NewsLetterBlock .Result {

    color: #ededed;

}
/************* social icons ***************/
.footer-title {
    color: #58a9e8;
}
.footer-social
{
   overflow:hidden;
   clear:both;
   
}
.footer-social ul.fa-social
{	
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social .fa-social li {

    display: inline-block;
    margin: 0 15px;

}
.footer-social a 
{
    color: #cacaca;
    display: inline-block;
    text-align: center;
    
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;

    font-size: 20px;
}
/*
.footer-social a.facebook {border:2px solid #45619d; color: #45619d;}
.footer-social a.twitter {border:2px solid #00acee; color: #00acee;}
.footer-social a.plus {border:2px solid #da4834; color: #da4834;}
.footer-social a.instagram {border:2px solid #983bf7; color: #983bf7;}
.footer-social a.rss {border:2px solid #eba832; color: #eba832;}

.footer-social a:hover {
   color: white; 
}
*/
.footer-social a.facebook:hover {color: #45619d;}
.footer-social a.twitter:hover {color: #00acee;}
.footer-social a.whatsapp:hover {color: #189d0e;}
.footer-social a.youtube-play:hover {color: #da4834;}
.footer-social a.instagram:hover {color: #983bf7;}
.footer-social a.rss:hover {color: #eba832;}

.footer-social a i
{
    line-height: inherit;
    font-size:inherit;
}
/*******************************************/
@media (min-width: 768px) {
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .NewsLetterBlock .input-group-addon, .footer-social .footer-title {

        letter-spacing: 0px;
        font-size: 80%;
        padding-right: 0;
        padding-left: 0;
    }

    .main-footer-container {
        min-height: 370px;
        background-attachment: fixed;
        background-size: cover;
    }

}
@media (max-width: 767px) {
	
    .main-footer-container {
        min-height: 370px;  
        background-attachment: fixed;
        background-size: cover;
    }

    .bottomfooter {
        padding-top: 2px;
        font-size: 12px;
        color: silver;
    }

    .contact-form > h2 {
        font-size: 22px;
    }
    .contact-form .address-list div {
        padding-left: 1px;
        padding-right: 1px;
    }

    .NewsLetterBlock .input-group-addon {
        display: table-caption !important;
        margin-bottom: 5px !important;
        width: 100% !important;
    }
    .footer-social .footer-title, .footer-social .social {
        display: block !important;
    }
    .footer-social a 
    {
        margin: 0 4px 0 3px;
    }
    .sgs-block {
        margin-top: 25px;
    }
}
/************************************/

Label.error {
    color: red;
    padding-right: 2px;
}

Label.sucess {
    color: #339900;
    padding-right: 2px;
}

Label.block {
    display: block;
    padding: 4px;
    background: #FFFFCC;
}


/***************************************************************************/
/*** Language menu ***/
.custom-html-widget {
	width: auto;
	display: flex;
}
.topbar .widget, .widget_custom_html {
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 0;
    
    display: inline-block;
}
.topbar .widget::after {
    background-color: #e1e1e1;
    width: 2px;
    height: 14px;
    content: "";
    position: absolute;
    
    top: 50%;
    transform: translateY(-50%);
}
#lang_sel > ul {
	margin-bottom: 0;
	padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}
#lang_sel > ul > li, .lang_sel > ul > li {
    padding: 0 !important;
    height: auto;
    position: relative;
    list-style: none;
    border: none;
    width: auto;
}
.header-bar #lang_sel a.lang_sel_sel, .header-bar .lang_sel a.lang_sel_sel {
    color: #000;
    padding-right: 15px;
}
#lang_sel a.lang_sel_sel, .lang_sel a.lang_sel_sel {
    background: none;
    line-height: 1;
    color: #b9babc;
    border: none;
    font-size: 12px;
    padding-left: 0;
    line-height: 24px;
}
#lang_sel a.lang_sel_sel, .lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
}
.lang_sel a.lang_sel_sel:hover {
	color: #000;
}
#lang_sel img.iclflag, .lang_sel img.iclflag {
    top: 0;
    padding-right: 5px;
    width: auto;
    height: auto;
}
#lang_sel > ul > li ul {
    width: 100%;
    border: 1px solid #484848;
    background-color: #000;
    min-width: 100px;
    border-radius: 3px;
    white-space: nowrap;
}
#lang_sel ul ul, .lang_sel ul ul {
    top: 150%;
    z-index: 99999;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    transform: scaleX(0);
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
    transition: top 0.35s;
}
#lang_sel > ul > li ul li:first-child, .lang_sel > ul > li ul li:first-child {
    padding-top: 10px !important;
}
#lang_sel > ul > li ul li, .lang_sel > ul > li ul li {
    padding: 4px 5px !important;
    margin-bottom: 0;
    /*background-color: #fff;*/
    list-style-type: none;
}
#lang_sel ul ul li a, 
.lang_sel ul ul li a {
    padding: 5px 0;
        padding-right: 0px;
    border: none;
    display: block;
    color: #666;
    line-height: 1;
    font-size: 14px;
    background-color: transparent;
}
#lang_sel > ul > li ul li a:hover, 
.lang_sel > ul > li ul li a:hover {
	text-decoration: none;
}

#lang_sel > ul > li:hover ul, .lang_sel > ul > li:hover ul {
    transform: scaleX(1);
    top: 100%;
}

#lang_sel > ul > li > a::after, .lang_sel > ul > li > a::after {
    content: "\f078";
	font-family: 'Font Awesome 5 Solid';
	font-style: normal;
    font-size: 14px;
    padding-left: 3px;
    color: #b9babc;
    transform: translateY(-50%);
    font-size: 11px;
}
@media (max-width: 767px) {
	
  #lang_sel > ul {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.hidden-xxs {
		display: none !important;
	}
	.top-contact a {
		font-size: 12px;
		margin-right: 5px !important;
	}

	.navbar-container {
		width: 100%;
    background-color: #000;
    height: 80px;
    border-bottom: 1px solid #262626;
	}
}
/**********************************/

/*.lang {
    float: left;
    margin: 10px 10px 0px 0px;
    color: #c09a4f;
    font: 16px/30px 'NeoSansArabic';
}

.lang:hover {

    color: #c09a4f;
    text-decoration: underline;
}*/

.btn .fa {
    font: normal normal normal 14px/1.42857143 FontAwesome;
}




.title-icon {
    float: right;
    color: #fff;
    font-size: 22px;
    margin-top: 12px;
    font-weight: normal;
}


.fa-social a:hover {
    color: #7e6f40;
}

.fa-search:before {
    content: "\f002";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-facebook:before {
    content: "\f39e";
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-linkedin-in::before {
	content: "\f0e1";
}
.fa-rss:before {
    content: "\f09e";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-down:before {
    content: "\f107";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-play:before {
    content: "\f04b";
}

.fa-youtube-play::before {
    content: "\f167";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-map-marker::before, .fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-print:before {
  content: "\f02f";
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-arrow-circle-up::before {
    content: "\f0aa";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-user:before {
  content: "\f007";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-home:before {
    content: "\f015";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-file-invoice-dollar:before {
    content: "\f571";
}
.fa-industry:before {
    content: "\f275";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-university:before {
    content: "\f19c";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-handshake::before {
    content: "\f2b5";
}
.fa-unlock-alt::before {
    content: "\f13e";
}
.fa-thumbs-up::before {
    content: "\f164";
}
.fa-ship::before {
    content: "\f21a";
}
.fa-truck::before {
    content: "\f0d1";
}
.fa-plane::before {
    content: "\f072";
}

/*********************************************/


/**************.Net Fixed********************/

.FBComments {
    /*direction:ltr;
	float:left;*/
    overflow: hidden;
    display: inline-block;
}

.BodyCell {
    padding: 5px;
    background-color: white;
    background-image: none;
    font-size: 15px;
}
.HeaderCell {
    text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
	color: #444444;
	font-size: 32px;
	font-weight: 400;
}
.HeaderCell, .HeaderCell a {

    color: #424141;
}
.HeaderCell a:hover {

    color: #5fa435;
}
/* User master Frame **/
.full-frame {
	height: calc(100vh - 140px);
	width: 100vw;
}
/**** User master Frame ********/
#LikeBox {
    width: 90px;
    float: left;
}

.ShareBox {
    width: 300px;
    float: left;
}

.ShareBox iframe {
    border: none;
    margin: 0 2px;
    float: left;
}

.ShareBox .Facebook {
    background: url(../social/share.png) no-repeat 0 0;
    width: 60px;
    height: 20px;
    display: inline-block;
    border: 0;
    margin-left: 0px;
    margin-right: 1px;
    float: left;
}

.ShareBox .Twitter {
    background: url(../social/share.png) no-repeat -60px 0;
    width: 55px;
    height: 20px;
    display: inline-block;
    border: 0;
    margin-left: 0px;
    margin-right: 1px;
    float: left;
}


/*#########################################################################*/


/***************************************************************************/


/***************************************************************************/

.Our-Team {
    background: url(../piclib/team.jpg) no-repeat center 0;
    display: block;
    overflow: hidden;
    max-width: 650px;

    color: White;
    margin-right: auto;
    margin-left: auto;

    clear: both;
    margin-bottom: 20px;
}

@media (max-width: 579px) {
    .Our-Team {
        background-size: contain;
        padding-top: 60%;
    }
    .table.img-compact td img {
        max-width: 100px !important;
        height: auto !important;
    }

}




@media (min-width: 768px) {
    .Our-Team {
        min-height: 410px;
    }
}

.Our-Team .Team-Text {
    background: url(../aboutbg.png);
    margin: 20px;
    padding: 10px;
}

.Our-Team .Team-Text h4 {
    font-weight: bold;
    text-align: center;
}

.SubHeader {
    background-color: #d8d8d8;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: #365f91;
    padding: 5px;
    margin-top: 0;
    font-size: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.white-space-normal .btn {
    white-space: normal;
}
/*******************************************************/
/************* contact page **************/
.contact-tel-block .padding {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
.address-list .tel-dir {
	direction: ltr;
	display: inline-block;
	text-align: right;
}

.contact-social div.social {
    text-align: center;
    margin-right: auto;
    margin-left: auto;

}
.contact-social div.social a {
    display: inline-block;
    text-align: center;
    padding: 10px;

}
.contact-social div.social a i{
    font-size: 28px;
    color: silver;
}
.contact-social div.social a:hover i{
    color:#424141
}
/****************** home album section ****************/
/*
.service-block-container {
    padding: 30px 15px;
    box-shadow: 0px 0px 0px rgba(5,6,6,0.08);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #e6e6e6;
}
.service-block-container:hover {
  box-shadow: 0px 0px 50px rgba(5,6,6,0.08);
}
.service-block-container h4 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #448301;
}
.service-block-container p {
    line-height: 21px;
    text-align: justify;
    text-justify: distribute;
    text-align-last: center;
    height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
*/
.gallery-section {
	padding: 0 1em;
}
.album-home {

    /*margin-left: 20px;
    margin-right: 20px;*/
    position: relative;
    display: block;
    overflow: hidden;
    
}
.album-home .img-container {
  position: relative;
  overflow: hidden;
}
.album-home img {

    transform: scale(1.3);
    transition: 0.9s;
    overflow: hidden;
    /*opacity: 0.85;*/
    display: block;

}
.album-home:hover img {

    transform: scale(1.35);
    opacity: 1;
}
.content-title {
    padding-top: 1em;
    padding-bottom: 1em;

}

.content-title h1.title {

    margin-bottom: 20px !important;
    font-weight: 700;
    display: block;
    line-height: 55px;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
}
.content-title p.descreption {

  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  
  text-justify: distribute;
}
.text-last-center {
  text-align-last: center;
}
.gallery_image_container {
  overflow: hidden;
}
.gallery_image_pro {
  display: block;
  overflow: hidden;
}
.gallery_image_bg {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
  transition: all 0.7s ease-out;
  position: relative;
  object-fit: cover;
}
img.gallery_image_bg:hover {
  transform: scale(1.3);
  transition: all ease-in-out 0.7s;
}

/*********** Static Pages ********************/
.text-paragraph {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.certificates a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
    transition: all .5s;
    cursor: pointer;
    text-align: center;
    height: 250px;
    border-radius: 7px;

}
.fancybox-image {
    border-radius: 0;
}
.certificates a img {
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.certificates a span {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(27, 65, 122, 0.5);
    color: white;
    width: 100%;

    transition: 0.3s ease-in-out;
}
.certificates a:hover span {
    background-color: rgba(27, 65, 122, 0.7);
}
.fancybox-caption {
    text-align: center;
}
/**********************************/
.nice-box {
    box-shadow: 0 0 7px rgba(0,0,0,0.7);
    border-radius: 10px;
    overflow: hidden;
}
.nice-box  .image-section img {
    margin-top: 40px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}
.text-section .address-list {
    font-size: 15px;
}   
.text-section .address-list i {
    width: 15px;
    text-align: center;
}
.text-section .address-list .padding {
    margin-right: 20px;
    margin-left: 20px;
}
/********* contact page ****************/
.nav-tabs.nav-justified {
    border: initial;
}
.Contact-page .nav-tabs.nav-justified {
    padding-right: 0;
}
.tabs-custom > .nav-tabs.nav-justified > .active > a, .tabs-custom > .nav-tabs.nav-justified > .active > a:hover {
    border: none;
}
.tabs-custom > ul.nav-tabs.nav-justified {
    border-bottom: 1px solid #d7d7d7;
}
.Contact-page li.nav-item .nav-link {
    border: none;
    font-size: 12px;
    padding: 0 5px 5px 5px;
    text-transform: capitalize;
    white-space: normal;
    color: #555;
    background-color: transparent !important;
    letter-spacing: 0 !important;
    text-align: center;
}
.Contact-page li.nav-item > .nav-link  {
  font-weight: 600;
}
.Contact-page li.nav-item .nav-link > span {
	font-size: 13px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}
.Contact-page li.nav-item .nav-link.active {
    color: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff;
}
.Contact-page li.nav-item {
    margin-bottom: -1px;
    display: inline-block;
    width: 32% !important;
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
    position: relative;
}
.Contact-page li.nav-item .nav-link:hover, .Contact-page li.nav-item .nav-link:focus {
    background-color: transparent;

}
.Contact-page li.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #ffffff;
    transition: .22s ease;
}
.Contact-page li.nav-item.active::after {
    width: 100%;
}
.Contact-page .address-list > div.english-font {
    display: table;
}
.Contact-page .address-list i.fa, .Contact-page .address-list i.fas, 
.Contact-page .address-list i.fab, .Contact-page .address-list i.far {
    width: 35px;
    line-height: 1;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    color: #ffffff;
    vertical-align: top;
}

.Contact-page .address-list i.fa, .Contact-page .address-list i.fa + span,
.Contact-page .address-list i.fas, .Contact-page .address-list i.fas + span,
.Contact-page .address-list i.far, .Contact-page .address-list i.far + span,
.Contact-page .address-list i.fab, .Contact-page .address-list i.fab + span {
    display: table-cell;
    /*text-align: left;*/
    letter-spacing: 1px;
}

.Contact-page address.address-list {
    font-size: 14px;
    color: #29293a;
}
.Contact-page .openingHours a {
    font-weight: normal;
}

.Contact-page .tab-content {
    margin-top: 25px;
    overflow: hidden;
}
.dl-email-block {
    font-size: 14px;
    margin-left: 70px;
}
.dl-email-block dt{
    font-weight: lighter;
}
.dl-email-block dd{
    margin-bottom: 10px;
}

.Contact-page h4 {
    color: #ffffff; 
    line-height: 49px;
    text-align: center;
    margin-bottom: 20px;
}
.Contact-page h4 i.fa, .Contact-page h4 i.far, .Contact-page h4 i.fas {
    width: 20px;
    text-align: center;
    line-height: 49px;
    height: 50px;
    width: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 20px;
    color: #ffffff;
    vertical-align: top;
    text-indent: 6px;
}
/***********/

.custom-form-block {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding-top: 10px;
}
/***********************************************/
.custom-box-shadow {
    box-shadow: 0px 0px 50px rgba(0, 1, 1, 0.11);
}
.ts-columns-flexbox {
    margin-top: 60px;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ts-column-flex {

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    display: flex;
}
.ts-column-inner {
	margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.ts-column-inner:hover {
    box-shadow: 0px 0px 30px rgba(5,6,6,0.08);
}

.ts-img {
	display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.ts-column-inner h3 {
	font-size: 20px;
    color: #161616;
    line-height: 30px;

    padding-top: 23px;
    padding-bottom: 15px;
    font-weight: 700;

    margin: 0;
}
.ts-column-inner p {
    color: #131313;
	font-size: 15px;
	line-height: 26px;
    text-align: justify;
    text-justify: distribute;
}

/**** mission vision area ***********/
.mv-section {
    margin-top: 60px;
}

.mv-right-section {
    min-height: 450px;
    background-image: url('../statement-right.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
.mv-left-section {
    min-height: 450px;
    padding-top: 0px;
    background-image: url('../statement-left.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;

    background-attachment: fixed;

}
.mv-left-section > .mv-row {
    padding-right: 50px;
    padding-left: 50px;
}
.mv-column-inner {
    padding-top: 70px;
    padding-bottom: 40px;
}
.mv-icon i {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 80px;
    padding: 29px 0;
    text-align: center;
    width: 80px;

    background-color: #26507a;
    font-size: 22px;
    line-height: 22px;
}
.mv-section h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    transition: 0.4s color, 0.4s background-color;
    color: #000000;
}
.mv-section h3:hover {
    color: #00A5DF;
}
.mv-section p {
    text-align: justify;
    text-justify: distribute;
    text-align-last: start;
    line-height: 24px;
}
/******* srvices section **********/
.section-title h2 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #444444;
}
.boxer-head {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.boxer-head h4 {
    position: relative;
    line-height: 30px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 20px;
}
.boxer-head h4 span {
    font-weight: 300;
    display: block;
}
.boxer-attend {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
    transition: 0.3s ease-in-out;

    overflow: hidden;
}
.boxer-attend:hover {
    box-shadow: 0 10px 20px -15px #000;
}
.boxer-attend-info {
    padding:20px;
   	overflow: hidden;
}
.boxer-attend-info h4 {
  color: #444444;
  text-transform: uppercase;
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
	line-height: 1.2;
	height: 54px;
}
.boxer-attend-info h4::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: #ffffff;
  display: block;
  width: 40px;
  left: 0px;
  bottom: -5px;
}
.boxer-attend-info p {
	font-size: 14px;
	line-height: 24px;
}
.boxer-attend-img {
    overflow: hidden;
}
.boxer-attend-img a img {
    transform: scale(1);
    transition: 0.5s ease-in-out;
}
.boxer-attend-img a:hover img {
    transform: scale(1.1);
}

.readmore-btn {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.boxer-attend-info .readmore-btn {
  display: none;
}
.readmore-btn i.fa {
  margin-left: 5px;
  font-size: 16px;
}
.location_map {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.location_map::before {
  position: absolute;
  right: 0px;
  bottom: -60px;
  width: 60px;
  height: 60px;
  border-top: 80px solid transparent;
  border-right: 80px solid #ffffff;
  border-bottom: 50px solid transparent;
  content: "";
  display: block;
}
.location_map i.fa {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 12px;
  bottom: 10px;
}
/************ About Page *************/
.dark-block {
  margin-top: 3em;
  padding: 45px 25px;
  background: linear-gradient(145deg, #111, #0c0c0d);
  border-radius: 10px;
  box-shadow: 10px 10px 19px #000, -10px -10px 19px #000;

  /*background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 10px;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;*/
}

a.rn-btn, button.rn-btn, input.rn-btn {
  border-radius: 6px !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  /*box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;*/
  transition: 0.4s;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  border: 0 none;

  display: inline-block;
  padding: 15px 35px;
  list-style: none;
  text-decoration: none;
  color: #fff;

}
a.rn-btn::before, button.rn-btn::before, input.rn-btn::before {
  content: "";
  position: absolute;
  transition: 0.4s;
  width: 100%;
  height: 100%; 
  border-radius: 6px !important;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
a.rn-btn:hover::before, button.rn-btn:hover::before, input.rn-btn:hover::before {
  opacity: 1;
}
/*****/

.rn-service {
  box-shadow: none;
  padding: 35px;
  text-align: left;
  transition: 0.5s all ease-in-out;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(145deg, #111, #0c0c0d);
  position: relative;
  z-index: 1;
  height: 100%;
}
.rn-service::before {
  content: "";
  position: absolute;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #131313, #1c1c1c);
  opacity: 0;
  z-index: -1;
}
.rn-service:hover::before {
  opacity: 1;
}
.rn-service .inner .icon {
  margin-bottom: 29px;
}
.rn-service .inner .icon i {
  font-size: 29px;
  color: #eee;
}
.rn-service .inner .content p {
  font-size: 16px;
  line-height: 28px;
  color: #878e99;
  margin-bottom: 22px;
  transition: 0.4s;
}

/***********************************/

.about-block-container {
    padding: 30px 15px;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
}
.text-container {
  padding-right: 15px;
  padding-left: 15px;
}

#workteam-section {
    padding-top: 3em;
    padding-bottom: 4em;
}
@media (min-width: 992px) {

  .zero-top-margin {
    margin-top: 0;
    padding-top: 0;
  }

  .text-container.extra-padding {
    padding-top: 30px;
    padding-left: 30px;
  }
}

.about-block-container figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.about-block-container figure img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.about-block-container h4 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-block-container p {
    line-height: 21px;
    text-align: justify;
    text-justify: distribute;
    text-align-last: center;
    height: 147px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
ul.dot {
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    color: #7c7c7c;
    list-style: none;
    list-style-position: inside;
}
ul.dot li::before {
    font-family: 'PT Sans', sans-serif;
    content: "\2022"; 
    color: #424141; 
    font-weight: bold;
    display: inline-block;
    width: 0.75em;
    font-size: 28px;
    vertical-align: top;
    line-height: 23px;
}
.wide-gray-block {
    background-color: #fcfcfc;
    margin-bottom: 30px;
}
.quote-title {
    position: relative;
    padding-left: 21px;

    content: "";
    border-left: 4px solid #424141;
    font-size: 20px;


}
.wide-gray-block h5 {
    line-height: 25px;
}
/********* Services pages IT, furniture, industrial ********/

.material-design-elevation {
    box-shadow: 0px 0px 0px rgba(5,6,6,0.08);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #e6e6e6;
}
.material-design-elevation:hover {
  box-shadow: 0px 0px 30px rgba(5,6,6,0.08);
}

.panel-special .panel-title, .panel-special .panel-title > a {
  font-weight: 700 !important;
  line-height: 30px !important;
}

.project-block-text {
    overflow: hidden;
}
.service-block-text p, .project-block-text p {
  text-align: justify;
  text-justify: distribute;
  text-align-last: start;
}
figure.bubble_figure {
  text-align: center;
}
figure.bubble_figure img {
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.service-block-container {
    padding: 30px 15px;
    box-shadow: 0px 0px 0px rgba(5,6,6,0.08);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #e6e6e6;
}
.service-block-container:hover {
  box-shadow: 0px 0px 50px rgba(5,6,6,0.08);
}
.service-block-container h4 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #448301;
}
.service-block-container p {
    line-height: 21px;
    text-align: justify;
    text-justify: distribute;
    text-align-last: center;
    height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.service-gray-block {
  background-color: #f4f5f6 !important;
  padding: 30px 20px 30px 20px;
}
.col-sm-height .service-gray-block {
  height: 100%;
  width: 100%;
  display: table;
}
.service-gray-block .service-gray-inner {

  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 75px;
  background: url('../piclib/service-icon.png') no-repeat 0 0;
}

.service-gray-block .supplier-gray-inner {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  
  background-image: url('../piclib/supplier-icon.png');
  background-repeat: no-repeat;
  
}

.service-gray-block ul.dot {
  overflow: hidden;
}
.service-gray-block h2 {
  font-size: 28px;
  line-height: 27px;
}
.service-gray-block li a:hover {
  color: #424141;
}
/********** Project pages ****************/
.project-subpage .ss_figure img {
  margin-right: auto;
  margin-left: auto;
  max-height: 500px;
}
.dl-accordion dt {
  text-align: left;
  margin-bottom: 5px;
}
.dl-accordion dd {
  text-align: justify;
  text-justify: distribute;
  margin-bottom: 5px;
}
/**** Home Services block **********/
.bdt-gallery-item {
    margin: 0;
    transition: box-shadow 350ms cubic-bezier(.24,.8,.58,1),transform 350ms cubic-bezier(.37,.9,.58,1);
    position: relative;
    /*height: 450px;*/  
    display: block;
}
.bdt-portfolio-carousel .bdt-portfolio-inner {
  position: relative;
  overflow: hidden;
}
.bdt-portfolio-content-inner {
  /*height: 450px;*/
}
.bdt-portfolio-carousel .bdt-gallery-thumbnail {
  height: 100% !important;
}
.bdt-portfolio-carousel .bdt-gallery-item .bdt-gallery-thumbnail img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  height: 100% !important;
  display: block;
}

.bdt-portfolio-content-inner .bdt-position-center {
    position: absolute !important;
    top: 90% !important;
    left: 57% !important;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 100%;
}
.bdt-portfolio-content {
  display: none;
  transition: all 300ms ease !important;

}
.bdt-flex-inline {
  display: inline-flex;
}
 .bdt-gallery-item-link {
    border-radius: 40px;
    background: rgba(255,255,255,.8);
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255,255,255,.8);
  }
.bdt-portfolio-carousel .bdt-gallery-item-link {
    background-color: #ffb90000;
    border-style: solid;
    border-width: 2px;
    border-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0 28px 0 18px;
    color: #ffffff;

    transition: all .4s ease-in-out;
}
.bdt-gallery-item-link span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 300ms ease-out !important;
}
.bdt-portfolio-desc {
    opacity: 1 !important;
    /*transform: translateY(-60px) !important;*/
    position: absolute;
    bottom: 30px;
    z-index: 999;
    min-width: 100%;
    padding: 0 30px;
    transition: all .4s ease;
}
.bdt-gallery-item .bdt-portfolio-desc {
  opacity: 1;
  transform: translateY(0);
}

.bdt-gallery-item-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    /*transform: translateY(190px) !important;*/
    transition: all 300ms ease !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title {
  transform: translateY(15px) !important;
  color: #252531;
}
.bdt-gallery-item:hover:hover .bdt-gallery-item-link span {
  color: #252531 !important;
}
.bdt-portfolio-excerpt {
    color: #ffffff;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    transform: translateY(50px);
    transition: all 300ms ease !important;
    opacity: 0;
}
.bdt-gallery-item:hover .bdt-portfolio-excerpt {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
.bdt-portfolio-excerpt p {
  margin: 0;
}
.bdt-gallery-item:hover {
  z-index: 5;
  /*transform: translateY(0px) !important;*/
  transition: box-shadow 350ms cubic-bezier(.24,.8,.58,1),transform 350ms cubic-bezier(.37,.9,.58,1);
  box-shadow: 0 1px 1px rgba(0,0,0,.01),0 2px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.03),0 4px 4px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.05);
}
.bdt-gallery-item:hover .bdt-portfolio-content {
  display: block !important;
}
.bdt-gallery-item:hover .bdt-gallery-item-link:nth-last-child(1) {
  transition-delay: .1s;
}
.bdt-gallery-item:not(.no-brief):hover::after {
  width: 100% !important;
  /*background: #FFB900;*/
  background: #000;
  opacity: 0.5;
}

.bdt-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #252531;
  opacity: 0.1;
  transition: all 300ms ease !important;
}
/**********************************************************/
/*********************************************/
@media (min-width: 1200px) {
  .service-gray-block ul.dot.split li {
    /*width: 49%;
    padding-right: 0.5%;
    float: left;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dl-email-block {
        margin-left: 110px;
    }
	
	.ts-column-inner h3 {
		font-size: 17px;
		white-space: nowrap;
	}
	/*** mission vision block ************/

    .mv-left-section, .mv-right-section {
        min-height: 550px;
    }
    .mv-left-section > .mv-row {
        padding-right: 25px;
        padding-left: 25px;
    }
    .mv-column-inner {
        padding-top: 25px;
        padding-bottom: 10px;
    }
	/*************************/

    .footer-menu-section .Contactus {
        margin-bottom: 23px;
    }
    .footer-social-block {
        margin: 0;
    }
    .working-hours th {
        padding: 0 22px;
    }
    .working-hours td {
        padding: 0 22px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .album-home .content-title {
        line-height: 25px;
        height: 100px;
    }

    .ts-column-inner {
        border-bottom: 1px solid #eaeaea;
    }
    
    .project-subpage .ss_figure img {
      max-height: 300px;
    }
    .service-gray-block .row .col-md-6:last-child {
        overflow: hidden;
    }

}
@media (max-width: 767px) {
    
    .ts-column-inner {
        border-bottom: 1px solid #eaeaea;
    }

    .footer-social-block {
        margin: 0;
    }

    .service-gray-block .service-gray-inner .accordion.panel-group, 
    .service-gray-block .supplier-gray-inner .accordion.panel-group,
    .supplier-gray-inner  ul.dot.split {
      margin-top: 15px;
      clear: both;
    }
    
    .service-gray-block h2 {
        font-size: 22px;
    }
    .service-block-container p {
      height: auto;
    }

    .text-section .address-list {
        font-size: 14px;
    }
    .dl-email-block {
        margin-left: 30px;
    }

    .Contact-page li.nav-item .nav-link {
        font-size: 12px;
        font-weight: bold;
    }

    .home-top-service > .container {
    	padding-right: 0 !important;
  		padding-left: 0 !important;
    }

    .dl-accordion dd {
      display: block;
      clear: both;
      margin-left: 10px;
    }

    .project-accordion .panel-special .panel-title, .project-accordion .panel-special h4.panel-title > a,
    .project-accordion .panel-special h4.panel-title > a:hover, .project-accordion .panel-special h4.panel-title > a:focus {
      font-size: 15px !important;
      font-weight: 700 !important;
      letter-spacing: 0;
    }
    .project-accordion .row.no-gutters > div {
      padding-right: 1px;
      padding-left: 1px;
    }

    .content-title h1.title {
      line-height: 45px;
      font-size: 36px;
    }

}


.google-map{
  filter: grayscale(60%) invert(90%) contrast(83%);
}
/******* Custom Gallery pages ********/
.mf-banner-medium .banner-image img {
  max-height: 460px;
  width: auto !important;
  margin-right: auto;
  margin-left: auto;
}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}




/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    /*zoom: 1;
    display: inline;*/
    background-color: transparent;
    border-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #848484;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/************ Custom by john ***************/
.owl-carousel .owl-thumbnail {

  overflow: hidden;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.owl-carousel .owl-thumbnail img {

    width: auto !important;
    margin-right: auto;
    margin-left: auto;

}
.owl-carousel .caption h4 {

  line-height: 1.3;
}

.owl-theme .owl-nav {


}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {  
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  background-color: transparent;
  font-size: 1px;
  color: transparent;


}
/*
.owl-theme .owl-nav .owl-prev {
    left: -40px;
}
.owl-theme .owl-nav .owl-next {
    right: -40px;
}
*/
.owl-theme .owl-nav .owl-prev::before { 
    content: "\f053";
    margin-right:5px;
    
}
.owl-theme .owl-nav .owl-next::before {  
    content: "\f054";
    margin-right:5px;
    
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {

  background-color: transparent;
}
.owl-theme .owl-nav .owl-prev:before, .owl-theme .owl-nav .owl-next:before {

  font: normal normal normal 40px/1 'Font Awesome 5 Solid';
  color: #163651;
}
.owl-theme .owl-nav .owl-prev:hover:before, .owl-theme .owl-nav .owl-next:hover:before {

  color: #00a5df;
}


/*.owl-theme .owl-nav .owl-prev {
  right: -50px;
}
.owl-theme .owl-nav .owl-next {
  left: -50px;
}*/

@media (min-width: 1200px) {

    .owl-carousel .caption {
      height: 250px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 95px;
      overflow: hidden;
    }
}
@media (min-width:992px ) and (max-width: 1199px) {
  
    .owl-carousel .caption {
      height: 250px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 95px;
      overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .owl-carousel .caption {
      height: 250px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 70px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 95px;
      overflow: hidden;
    }
}


@media (max-width: 767px) {

    .owl-carousel .caption {
      height: 200px;
      overflow: hidden;
    }
    .owl-carousel .caption h4 {
      height: 45px;
      overflow: hidden;
    }
    .owl-carousel .caption p.brief {
      height: 70px;
      overflow: hidden;
    }

    .owl-carousel .owl-nav {

        /*display: none;*/
    }

    .owl-carousel .owl-thumbnail img {
        /*height: 80px;*/
    }

}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    animation-duration: 0.3s !important;
}
@keyframes fadeOutDownSmall {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 10px, 0)
    }
}

.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
    animation-duration: 0.3s !important;
}

/******************************************************/
/******************************************************/
.inject-animation { opacity: 0; }
.AnimateOnLoad.is-hidden { opacity:0 !important; }
.carousel-inner .item:not(.active) .caption-animation, 
.carousel-inner .item:not(.active) .carousel-caption2
.carousel-inner .item.next .caption-animation { 
	opacity: 0 !important; 
}
.carousel-inner .item.active .caption-animation, .carousel-inner .item.active .AnimateOnLoad {
	animation-duration:1.1s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
}
.delay01 {
	animation-delay: 0.3s;
	animation-duration:1.1s;
}
.delay02 {
	animation-delay: 0.7s;
	animation-duration:1.1s;
}
.delay03 {
	animation-delay: 0.9s;
	animation-duration:1.1s;
}
.delay04 {
	animation-delay: 1.2s;
	animation-duration:1.1s;
}
/******************************/
.scroll-down-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scroll-down-arrow:hover {
  opacity: .5;
}

.scroll-down-arrow i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scroll-down-arrow i:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scroll-down-arrow i:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scroll-down-arrow i:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/***** Another type of scorll down ********/
.scroll-down-one-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
  opacity: 0.5;
	
	width: 25px;
	height: 39px;
}
.scroll-down-one-arrow:hover {
  opacity: 0.3;
}
.scroll-down-one-arrow i::before {
	color: white;
	display: block;
	font-size: 24px;
}
.scroll-down-one-arrow i {

	margin-top: 0;
    display: block;
    -webkit-animation: sdb04 3s;
    -moz-animation: sdb04 3s;
    animation: sdb04 3s;
        animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform:  translate(0, 25px);
  }
  40% {
    -webkit-transform:  translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform:  translate(0, 25px);
  }
  40% {
    transform:  translate(0, 0);
  }
}

body
{
    direction:ltr;
}
.left-dir {
    direction: ltr;
    display: inline-block;
}
.footer-title::after {
    border-Left: 45px solid white;
    Left: 0;
}
.NewsLetterBlock {
    /*margin-Right: 40px; */
}
.footer-social a {
    float: Left;
}
.address-list .padding {
    margin-Left: 15px; 
}


.owl-theme .owl-nav .owl-prev {
  Left: -40px;
}
.owl-theme .owl-nav .owl-next {
  Right: -40px;
}

.top-bar {
    left: 0 !important; 
    border-right: 1px solid #1e1e1e;
}
.topbar .widget, .widget_custom_html {
    right: 0; 
}
#ContentHolder {
  margin-left: 80px;
}
.custom-navbar-menu {
    margin-left: 80px;
}
.top-contact, 
.top-contact a {
    direction: ltr;
}
.top-contact a {
    margin-Right: 30px;
}
.top-contact a.top-address {
  float: Left;
}
.top-contact a:not(.top-address) {
  float: left;
}
.topbar .widget::after {
    right: 0;
}
#lang_sel > ul > li ul, .lang_sel > ul > li ul {
    right: 0px;
    left: auto;
}

.header-data-social ul {
    float: right;
}
.dl-horizontal dt {
    float: Left;
    clear: Left; 
}
.dl-contact {
    margin-Left: 30px;
}

.dl-contact dd {
    margin-Left: 20px;
    margin-Right: 20px;
    
    padding-Left: 20px;
    /*border-Left: 1px solid #40607a;*/
}
.Contactus span::before {
    Left: 0; 
}
@media (min-width: 992px) {
    .vision-mission-content {
        border-right: 1px solid rgba(255,255,255, 0.1);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dl-contact dd {
        margin-Left: 30px;
        margin-Right: 5px;
        padding-Left: 10px;
    }


}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background:black;
    overflow: hidden;

}
.preloader .bg {
    
    z-index: 9999;

    background:#163651;
    background-size: cover;

    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.4;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    transform: translate(-35px,-35px);

    
}
.spinner:before {
     content:'';
     box-sizing:border-box;
     position:absolute;
     top:50%;
     left:50%;
     width:70px;
     height:70px;
     margin-top:0;
     margin-left:0;
     border-radius:50%;
     border:5px solid white;
     border-top-color:black;
     animation:spinner 0.9s linear infinite;


}
@-webkit-@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}
@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}
/******** another page loader 3 dots ******************/
.preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.preloader>.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}
.preloader > .table .table-row {
    height: 60px;
    background: url('../logo_footer.png') no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
}
.preloader>.table>.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 40px;
    text-align: center;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.sk-three-bounce {
  width: 8em;
  margin: auto;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s !important;
          animation-delay: -0.32s !important;
}
.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s !important;
          animation-delay: -0.16s !important;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*****************************************************/
.arabic-font {
    font-family:"Cairo" !important;
}
.english-font {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

    
    body, td, .font-regular, .address-list {
        font-family: 'Roboto', sans-serif;
    }

    .text-justify {
        text-justify: distribute;
    }
    .font-Light, .Result {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    h1, h2, h3, h4, h5, h6  {
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
    }
    .Roboto-font {
        font-family: 'Roboto', sans-serif;
    }
    .Roboto-font {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .letter-spacing-1 {
        letter-spacing: 1px;
    }
    .letter-spacing-2 {
        letter-spacing: 2px;
    }
    .letter-spacing-3 {
        letter-spacing: 3px;
    }
    .letter-spacing-4 {
        letter-spacing: 4px;
    }
    .letter-spacing-5 {
        letter-spacing: 5px;
    }
    .topmenu .navbar-nav > li > a {
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    .footer-contact address {
        font-size: 12px;  
    }
    .footer-title {
        font-family: 'Roboto';
        font-weight: 700;
    }
    .footer-text {
        font-size: 13px;
    }
    
    .carousel-caption2 h2  {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    
    
    
    .sort-info ul li::before {
        margin-right: 10px;
    }
    
    .owl-theme .owl-nav .owl-prev:before {
      content: "\f104";
    }

    .owl-theme .owl-nav .owl-next:before {
      content: "\f105";
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    :-ms-input-placeholder { /* IE 10+ */
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    
    .slideshow-item h3, .slideshow-item h3 a, .hero-link h4 {
        letter-spacing: 18px;
    }

    @media (min-width: 1200px) {
        .letter-spacing-responsive {
            letter-spacing: 3px;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        .letter-spacing-responsive {
            letter-spacing: 2px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .letter-spacing-responsive {
            letter-spacing: 1px;
        }
    }
    @media (max-width: 767px) 
    {
        .letter-spacing-responsive {
            letter-spacing: 1px;
        }

        .footer-copyright,
        .bottomfooter {
            letter-spacing: 2px;
        }

        #collapsemenu > ul.navbar-nav > li > ul.dropdown-menu { 
            margin-left: 47%; 
            text-align: left;
        }

    }
    @media (min-width: 768px) 
    {
        
    }




/********************** Bootstrap two AR/EN Lang support **************/
.topmenu .Social a 
{
    float:Left; 
}
/*
.carousel-caption2 {
    Left: 10%;
}
.carousel-control.left {
    Left: 35px;
}

.carousel-control.right {
    Left: 90px;
}
*/
.topmenu .navbar-nav > li 
{

    /*float:Left;*/
    
    
}
.service-gray-block .supplier-gray-inner {
    padding-Left: 75px;
    background-position: Left 0;
}

@media (min-width: 1400px) {
    .scroll-top-wrapper {
        Left:20px; 
    }
}
@media (max-width: 1399px) {
    .scroll-top-wrapper {
        Left:10px; 
    }
}
@media (min-width: 1200px) 
{
    .topmenu .navbar-nav > li > a
    {
    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .topmenu .navbar-nav > li > a
    {
    }
}

@media (min-width: 768px) {
    .ts-column-inner {
        border-Right: 1px solid #eaeaea;
    }
}
@media (max-width: 767px) 
{
    .top-contact a:not(.top-address) {
          float: Left !important;
          direction: ltr;
          border: 1px solid rgba(255, 255, 255, 0.7);
          border-radius: 11px;
          line-height: 22px;
          padding-right: 5px;
          padding-left: 5px;
    }
    .topmenu .navbar-nav 
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .topmenu .navbar-nav > li > a
    {
        padding-top: 8px;
        padding-bottom: 8px;
        /*padding-left: 0;
        padding-right: 0;*/
        text-align: center;
        font-size: 20px;

    }
    

    .dropdown-toggle {
        padding-left: 20px !important;
    }

    .footer-menu-section .footer-menu li {
        float: Left;
    }
    
    /*
    .carousel-caption2 .btn-default-xl {
        float: Right;
    } */

    .service-gray-block .service-gray-inner .accordion.panel-group, 
    .service-gray-block .supplier-gray-inner .accordion.panel-group,
    .supplier-gray-inner  ul.dot.split {
      margin-Left: -75px;
    }
}

.flexbox-row {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexbox-column {

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}

