@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&family=Lato:wght@300;400;700;900&family=Open+Sans:wght@400;600&display=swap');

@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;
}

body#home, body#inner {
	
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 16px;
  margin: 0;
  background-color: #ffffff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-cell {
    margin-top: 0;
    padding-top: 0;
}
.topmenu {

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.topmenu:not(.fixed-top) {
    position: absolute;
    top: 0;
}



/**************/

header#header {
    padding-top: 110px;
    padding-bottom: 180px;
    min-height: 752px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;

    background: #1d0f9b;
    background: -webkit-gradient(linear,left top,right top,from(#1d0f9b),to(#00c3ff));
    background: -o-linear-gradient(left,#1d0f9b 0,#00c3ff 100%);
    background: linear-gradient(to right,#1d0f9b 0,#00c3ff 100%);
}
.banner-shape {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -1px;
    position: absolute;
}

#carousel-original .carousel-inner {
    overflow: initial;
}
/*****************************************/


.tp-loop-wrap {
    position:absolute;
    /*display:block;*/
}




.tp-mask-wrap {
    position: absolute; 
    display: block; 
    overflow: hidden; 
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 100%;
}
.tp-mask-wrap.bais {
    top: 125px;
}
.tp-mask-wrap.bais_2 {
    top: 220px;
    padding: 10px 0;
}

.tp-caption {
    position: relative;
    width: 100%;
    height: 115px;
    display: block;

    max-width: 492px;
    overflow: hidden;
}
.slide-content-box {
    position: absolute;
    display: block;
}

.customEffect {
    animation-name: customEffect;
    animation-duration: 1.5s !important;
    animation-delay: 0.2s;

}
.customEffect_2 {
    animation-name: customEffect_2;
    animation-duration: 1.5s !important;
    
}
.customEffect_3 {
    animation-name: customEffect_3;
    animation-duration: 1.7s !important;
    animation-delay: 0.2s;

}
.customEffect_4 {
    animation-name: customEffect_4;
    animation-duration: 1.7s !important;
}



@keyframes customEffect {
  0% {
    /*visibility: hidden;*/
    transform: translate3d(-650px, 0px, 0px);
  }
  100% {
    /*visibility: visible;*/
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes customEffect_2 {
  0% {
    /*visibility: hidden;*/
    transform: translate3d(650px, 0px, 0px);
  }
  100% {
    /*visibility: visible;*/
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes customEffect_3 {
  0% {
    /*visibility: hidden;*/
    transform: translate3d(-650px, 0px, 0px);
  }
  30% {
    /*visibility: hidden;*/
    transform: translate3d(-650px, 0px, 0px);
  }
  100% {
    /*visibility: visible;*/
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes customEffect_4 {
  0% {
    /*visibility: hidden;*/
    transform: translate3d(650px, 0px, 0px);
  }
  30% {
    /*visibility: hidden;*/
    transform: translate3d(650px, 0px, 0px);
  }
  100% {
    /*visibility: visible;*/
    transform: translate3d(0px, 0px, 0px);
  }
}

/*****************************************/
.carousel-caption-custom {

    display: block;
    min-height: 400px;
    display: block;
    position: relative;
    width: 100%;

}
.carousel-caption-custom h3 {
    transition: none 0s ease 0s;
    text-align: start;    
    line-height: 58px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 48px;
    color: #fff;
}
.carousel-caption-custom p {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 26px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
input.form-control, input.form-control:focus {
    box-shadow: none;
}
input.form-control-xl {
    height: 50px;
    padding: 0.5rem 1rem;
}
.btn-custom {

    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: none;
    outline: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;

    border-radius: 25px;

    color: #fff;    
    height: 52px;

}
.btn-custom.left {

    padding-right: 5px;
    padding-left: 30px;
}
.btn-custom.right {

    padding-right: 30px;
    padding-left: 5px;
}
.btn-custom.blue {
    background-color: #00c3ff;
}
.btn-custom.indigo {
    background-color: #3f51b5;
}
.btn-custom i {
    background-color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    
    transition: 0.15s ease-in-out;

}
.btn-custom i.fa-arrow-right {
    margin-left: 15px;
}
.btn-custom i.fa-arrow-left {
    margin-right: 15px;
}
.btn-custom.blue i {
    color: #00c3ff;
}
.btn-custom.indigo i {
    color: #3f51b5;
}
.btn-custom.left i.fa-search {
    
    margin-left: 15px;

}
.btn-custom.right i.fa-search {
    
    margin-right: 15px;

}

.btn-custom.blue:hover,
.btn-custom.blue:focus {
    background-color: #fff;
    color: #00c3ff;    
}
.btn-custom.indigo:hover,
.btn-custom.indigo:focus {
    background-color: #00c3ff;
    color: #fff;    
}
.btn-custom.blue:hover i,
.btn-custom.blue:focus i {
    background-color: #00c3ff;
    color: #fff;

}
.btn-custom.indigo:hover i,
.btn-custom.indigo:focus i {
    color: #fff;
    background-color: #3f51b5;
}
.btn-custom-inverted {

	font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: none;
    outline: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;

    border-radius: 25px;

    background-color: transparent;
    color: #fff;    
    height: 52px;
    border: none;
    transition: 0.3s ease-in-out;
}
.btn-custom-inverted.left {

    padding-right: 5px;
    padding-left: 25px;
}
.btn-custom-inverted.right {

    padding-right: 25px;
    padding-left: 5px;
}

.btn-custom-inverted i {

	background-color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    color: #00c3ff;
    

    position: relative;
    transition: 0.3s ease-in-out;
}
.btn-custom-inverted i::before {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
}
.btn-custom-inverted.left i {
    margin-right: 15px;
}
.btn-custom-inverted.right i {
    margin-left: 15px;
}
.btn-custom-inverted.right i::before {
    transform: rotate(180deg) translate(2px,-1px);
}
.btn-custom-inverted:hover,
.btn-custom-inverted:focus {
    color: #fff;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.btn-custom-inverted i::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    animation: ripple 2s linear infinite;
    background-color: #fff;
    border-radius: 50%;
}

.btn-custom-inverted:hover i::after {
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
 }
 100% {
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  opacity:0
 }
}
@keyframes ripple {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
 }
 100% {
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  opacity:0
 }
}
.newsletter-form .btn-custom {
    padding: 0 !important;
    position: absolute;
    
    top: 10px;
    height: 44px;
    z-index: 9;
}
.newsletter-form.left .btn-custom {
    right: 10px;
}
.newsletter-form.right .btn-custom {
    left: 10px;
}
.newsletter-form .btn-custom:hover {
    box-shadow: none;
}
.newsletter-form .btn-custom i {
    margin: 0 !important;
}
/******** Search Article ************/
.article-search-wrap {
    padding: 70px 15px 0px;
    margin-top: -130px;
    position: relative;
    z-index: 2;

    background-color: #fff;
    box-shadow: 0 0 30px rgba(24,104,222,.1);
    border-radius: 10px;
}
.article-search-form .input-group{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;

    border: 1px solid #e8e8e8;
    padding: 7px;
    max-width: 570px;
    margin: 0 auto;
    border-radius: 50px;
}

.newsletter-form .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 7px;
    max-width: 570px;
    margin: 0 auto;
    border-radius: 50px;
}

.article-search-form .input-group .form-control,
.newsletter-form .input-group .form-control {
    margin-bottom: 0;
    border: 0;
    border-radius: 50px !important;
}
.article-search-info {
    padding: 30px 15px;
}
/************ New / Articles *******************/
.boxer-attend {
    position: relative;
    transition: all .5s;
    border-radius: 5px;

    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(41,61,88,.1);
}
.boxer-attend:hover {
    box-shadow: 0 10px 20px -15px #000;
}
.boxer-attend-img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    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;
    max-height: 167px;
    overflow: hidden;
}
.boxer-attend-info time {
    padding: 0 10px;
    color: #C0C1C2;
}
.boxer-attend-info h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.boxer-attend:hover h4 {
    color: var(--indigo);
}
.boxer-attend-info p {

    text-align: justify;
    text-justify: distribute;
    text-align-last: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #666d81;
    padding-left: 15px;
    padding-right: 15px;

   display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;

}
.footer-article h4 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.25s ease-in-out;
}
.footer-article div.img-fluid {
    background-size: cover;
    padding-top: 100%;
}
.footer-article time {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    color: var(--blue);
}
.footer-article a:hover h4 {
    color: var(--blue);
}
.footer-article a:hover time,
.footer-article a:focus time {
    color: var(--blue);
}
/*************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-article h4 {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

	
}
@media (max-width: 767px) {
    .img-responsive-xs {
        max-width: 100%;
    }
    .carousel-caption-custom {
        display: block;
        min-height: 290px;
        display: block;
        position: relative;
        width: 100%;
    }

    .carousel-caption-custom p {
        font-size: 16px;
    }
    .btn-custom, .btn-custom-inverted {
        font-size: 13px;
    }
    .btn-custom-inverted.left {
        padding-right: 5px;
        padding-left: 5px;
    }
    .btn-custom-inverted.right {
        padding-right: 5px;
        padding-left: 5px;
    }
    .btn-custom.left {
        padding-right: 5px;
        padding-left: 10px;
    }
    .btn-custom.right {
        padding-right: 20px;
        padding-left: 5px;
    }
    .btn-custom i.fa-arrow-right {
        margin-left: 8px;
    }
    .btn-custom i.fa-arrow-left {
        margin-right: 8px;
    }
    .btn-custom-inverted.left i {
        margin-right: 12px;
    }
    .btn-custom-inverted.right i {
        margin-left: 12px;
    }

}
/* new size of bootstrap 4 */
@media (max-width: 379px) {
    .btn-custom, .btn-custom-inverted {
        font-size: 12px;
    }
}

/***************** 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:40px;

	 position:fixed;
	 opacity:0;
	 visibility:hidden;
	 z-index:99;
	 color:#fff;
	 height:40px;
	 line-height:40px;
	 /*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: var(--blue);

	border: 1px solid var(--blue);
    border-radius: 50%;
}
.scroll-top-wrapper i.fa {
    line-height: 32px;
    font-size: 20px;
    color: #fff;

    -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: var(--blue);


}
.scroll-top-wrapper:hover, .scroll-top-wrapper:focus {
 	border-color: var(--blue);
 	background-color: #fff;
}
.scroll-top-wrapper.show {
	 visibility:visible;
	 cursor:pointer;
	 opacity:1
}

/************************************************/

a {
    color: var(--blue);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #323232;
    text-decoration: none;
}

.lang-block {
    position: absolute;
    top: -5px;
    line-height: 15px;
}
.lang-block.left {
    right: 0;
}
.lang-block.right {
    left: 0;
}
.lang {
    /*margin: 0px;*/
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    
}

.lang:hover,.lang:focus {

    color: #fff;
    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;*/

    /**/
	min-height: 90px;
	margin-bottom: 0;
    border: 0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    border-radius: 0;

    background-color: rgba(255, 255, 255, 1);

}
.topmenu .navbar-nav > li > a {
    line-height: 25px;
    
    color: #2d50a3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;

}
.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
    color: #000;
}
.topmenu .navbar-nav > li > a i.fa-home {
    color: #2d50a3;
    padding-left: 10px;
    padding-right: 10px;
}

.topmenu.sticky .navbar-nav > li > a {
    
    color: #0e69cd !important;
}
.topmenu.sticky .navbar-nav > li > a:hover, 
.topmenu.sticky .navbar-nav > li > a:focus {
    color: #000 !important;
}

.topmenu .navbar-nav > li.active-link > a {
    color: #fff;
}
.menu-underline {
    position: relative;
}
.center-register {
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  background-color: transparent !important;
  border-radius: 50px !important;
  font-weight: 600 !important;

  color: #0e69cd !important;
  border: 1px solid #0e69cd !important;
}

.center-register:hover , .center-register:focus {
    color: #fff !important;
border: 1px solid #0e69cd !important;
background-color: #0e69cd !important;
}
.topmenu.sticky .navbar-nav > li > a.center-register {
    color: #0e69cd !important;
    border: 1px solid #0e69cd !important;
}
.topmenu.sticky .navbar-nav > li > a.center-register:hover,
.topmenu.sticky .navbar-nav > li > a.center-register:focus {
    color: #fff !important;
    border: 1px solid #0e69cd !important;
    background-color: #0e69cd !important;
}
/**********************/

.top-section {
    background-color: white;
}

.SearchBlock {}



.topmenu #logo {
    text-align: center;
    float: right;
    background-image: url('../logo_new_dark.png');
    /*background-image: url('../logo_new.png');*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    min-height: 75px;
    min-width: 230px;

    /*text-align: center;
    float: right;
    background-color: rgb(255, 255, 255);
    background-image: url('../logo_new.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 141px 70px;
    min-height: 78px;
    min-width: 162px;
    margin-right: 70px;
    border-radius: 0 0 10px 10px;*/

}

@media (min-width: 768px) {

    .topmenu.sticky {
        background-color: #fff;
        box-shadow: 0 0 30px rgba(24,104,222,.1);
    }

    .topmenu.sticky .lang {
        color: #0064ff;
    }
    .topmenu.sticky .lang:hover, .topmenu.sticky .lang:focus {
        color: #1d0f9b;
    }

}
@media (max-width: 767px) {

    .lang {
        color: #0064ff;
    }
    .lang:hover,.lang:focus {
        color: #1d0f9b;
    }
    .navbar-container {
        width: 100%;
        padding: 5px;
    }
    .topmenu.sticky .navbar-container {
        background-color: #fff;
        box-shadow: 0 0 30px rgba(24,104,222,.1);
    }
    .topmenu.navbar {
        margin-top: 0;
    }
    .navbar-dark .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
    }
    .topmenu .navbar-nav > li > a {
        color: #000;
        font-weight: 600;

        padding-block: ;top: 10px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 18px;
        display: inline-block;

    }
    .topmenu .navbar-nav > li > a:hover, 
    .topmenu .navbar-nav > li > a:focus {
        color: #3f51b5;
    }
    .topmenu .navbar-nav 
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .topmenu .navbar-nav > li > a.center-register {
        color: #0e69cd !important;
        border: 1px solid #0e69cd !important;
    }
    .topmenu .navbar-nav > li > a.center-register:hover,
    .topmenu .navbar-nav > li > a.center-register:focus {
        color: #fff !important;
    }
}


@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; }
	#collapsemenu > ul { margin-top: 10px; }
	
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu {
        padding: 0px;
        margin: 0.5rem 0 0;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a {
        color: #5b5b5b;
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 8px 25px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
        line-height: 30px;	
        cursor: pointer;
        transition: all 0.3s ease-in-out !important;
        -webkit-transition: all 0.3s ease-in-out !important;
        border-bottom: 1px solid #f5f5f5;
    }
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a:last-child {
        border-bottom: none;
    }
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a:hover, 
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a:focus {
        color: #0e69cd;
        background-color: #f5f5f5;
    }
    

    .topmenu .navbar-header {
        max-width: 260px;
        margin-left: 15px;
        margin-top: 10px;
        margin-right: 15px;
    }
    .menu-underline {
        transition: all 0.3s ease-in-out;
        
    }
    
}


@media (min-width: 992px) and (max-width: 1199px) {

    .lang {
        font-size: 14px;
    }
	.topmenu ul.navbar-nav {
		margin-right: 0;
		padding-right: 0;
	}
    .topmenu .navbar-header {
        max-width: 240px;   
    }

	.topmenu.navbar .navbar-brand {
		width: 240px;
	}
    .topmenu.navbar .navbar-brand img {
        margin-top: 7px;
    }

    .topmenu .navbar-nav > li > a {
        letter-spacing: 0 !important;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .lang {
        font-size: 13px;
    }
    .topmenu .navbar-right {
        padding-right: 10px;
    }
    .topmenu .navbar-left {
        padding-left: 10px;
    }
    .topmenu .navbar-nav > li > a {
        /*font-size:17px;*/
        padding-right: 4px !important;
        padding-left: 4px  !important;
        font-size: 12px !important;
        letter-spacing: 0 !important;
    }
    .footer-menu-section .footer-menu {
        margin-bottom: 30px;
    }
    .topmenu .navbar-header {
    	max-width: 214px;
		margin-left: 5px;
		margin-top: 10px;
		margin-right: 5px;
    }
    .topmenu.navbar #logo.navbar-brand {
    	min-width: 180px !important;
    }
    .topmenu.navbar .navbar-brand img {
        margin-top: 7px;
    }
    .center-register {
        padding: 5px 4px !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
        border: 1px solid #fff !important;
        background-color: transparent !important;
        border-radius: 50px !important;
        font-weight: 500 !important;
    }
}


@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 img {
        max-height: 70px;
    }
    
    .topmenu.navbar {
        box-shadow: none;
        border:0;
        padding: 0;
        min-height: 70px;
    }

    .topmenu.navbar .navbar-header {
        background-color: #fff;
        min-height: 80px;
    }
	
	.topmenu ul.navbar-nav {
		margin-right: 0px;
		padding: 0;
        height: 100vh;  
        text-align: center;
        padding-top: 10px;
	}

    .topmenu.navbar {
        background-color: transparent;
        margin-bottom: 0;
    }
    .menu-underline {
    	background-color: #fff;
    }
    .navbar-default .navbar-toggler {
        border: 1px solid #fff;

    }
	.navbar-default .navbar-toggler .icon-bar {
        height: 3px;
        background-color: rgba(42, 185, 57, 0.7);
        transition: 0.3s ease-in-out;
    }
    .navbar-default .navbar-toggler:hover .icon-bar {
        height: 3px;
        background-color: rgba(42, 185, 57, 0.9);
    }
	.topmenu.navbar .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: 1px solid transparent;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        max-height: 100%;
    
        background-color: rgba(255, 255, 255, 0.9) ;
	}

    .topmenu.navbar .navbar-toggle {
		position: relative;
		float: right;
		padding: 12px;
		margin-top: 20px;
		margin-right: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 2px solid rgba(42, 185, 57, 0.8);
		border-radius: 50%;

    }
    /******************************/
    
    #collapsemenu > ul.navbar-nav > li > ul.dropdown-menu {
        
        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;
    }
    #collapsemenu .dropdown-menu > li > a {
        color: #0e69cd;
        background-color: transparent;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 16px;
        padding: 3px;
    }
    #collapsemenu .dropdown-menu > li > a:hover {
        color: #000;
    }
    /*****************************/

	.background-video, .header-carousel .carousel-inner > .item > img {
		width: 100%;
        /*min-height: 40vh !important;*/
	}

    .background-video {
        
        width: 100%;
        min-width: auto;
        height: auto;
    }
	/************************/
    .footer-menu-section .footer-menu.floated li {
        width: 48%;
        margin-left: 2%;
        overflow: hidden;
    }
    .footer-menu-section .footer-menu li {
        overflow: hidden;
    }
    .footer-menu-section .footer-menu {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 30px;

    }
    .footer-service-no {
        text-align: center !important;
        display: block !important;
    }
	.NewsLetterBlock {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

}



.header-title {
    opacity: 0;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    margin: 0;
    height: 0;
}
.bottomfooter-container {
    background-color: var(--indigo);
    border-top: 1px solid rgba(255,255,255,0.3);
    display: block;
    position: relative;
    padding: 15px 0 10px 0 ;
}

.footer-copyright {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 25px;
}

@media (min-width: 768px) {
    .bottomfooter-container {
        /*padding-top: 10px;*/
    }
}

.poweredby {
    letter-spacing: 1px;
    font-size: 12px;
    color: #e5e7ef;
}
.footer-copyright a, .poweredby a {
    color: #333;
}
.footer-copyright a:hover, .poweredby a:hover {
    color: #000;
}

.real-developer {
    font-size: 12px;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    line-height: 18px;
    padding-top: 5px;
  }
  .real-developer a, .real-developer a:hover {
    color: rgba(255, 255, 255, 0.5);
  }


/**************** Home css **************/
.material-icons.blue {
    color: var(--blue);
}
.features-block .material-icons {
    font-size: 34px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    /*opacity: 0.6;*/

    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(33, 150, 243, 0.2);
    border-radius: 50%;

}
.features-block h4 {
    font-size: 20px;    
    color: #555;
}
.features-block p {
    text-justify: inter-character;
    color: #555;

}

.top-three-features {
    color: #fff;
}
.top-three-features * {
    color: #fff;
}
.top-three-features p {
    text-justify: inter-character;
}
.bgcolor-tone-1 {
    background-color: #2196F3;
}
.bgcolor-tone-2 {
    background-color: #1E88E5;
}
.bgcolor-tone-3 {
    background-color: #1976D2;
}
ul.custom-list {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
ul.custom-list li::before {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;

    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
}
ul.custom-list.blue {
    list-style: none;
    color: #424242;
    margin-bottom: 0;
    color: #424242;
    font-size: 15px;
    line-height: 26px;
}
ul.custom-list.blue li::before {
    display: inline-block;
    
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: var(--blue);
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
}
.mdl-card {
    width: auto;
}
.mdl-card__title {
    flex-direction: column;
}
.mdl-card__title h3{
    color: #737373;
    font-size: 30px;
    line-height: 2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mdl-card__title p {
    font-style: italic;
    font-size: 17px;
    line-height: 23px;
    color: #a2a2a2;
}
/******************************************/
#register-tabs-header .flex-fill {
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

#patient-tab .mdl-shadow--4dp {
    box-shadow: 0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(0,0,0,0) !important;
}
#patient-tab .form-group {
    margin-bottom: 1rem !important;
}
#center-tab .register-btn {
    color: #fff !important;
    border: 1px solid #0e69cd !important;
    background-color: #0e69cd !important;

    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;

}
#center-tab .login-btn {
    color: #fff !important;
    border: 1px solid #0e69cd !important;
    background-color: #0e69cd !important;

    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;

}
#register-tabs-header.nav-tabs .nav-link:not(.active) i {
    color: #fff !important;
}
.requestContent {
    position: relative;
}
.requestContent h5 {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: none;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.requestContent p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 26px;
    color: #8e8d8d;
}
/****************  Counter section  **************/
.CounterBlock {
    padding-top: 100px;
}
.counter-container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: -100px;
    /*padding-top: 80px !important;
    padding-bottom: 80px !important;*/
}
.counter-block {
    overflow: hidden;
    
    padding-bottom: 10px !important;

    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 60px -10px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.14);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.14);

    z-index: 2;
}
.counter-col {
    padding-top: 30px !important;
}
.counter-block .counter-title-block {
    background-color: #003a64;
    padding:4em 4em  7em 4em;
}

.counter-block i.far, .counter-block i.fas {
    color: white;
    display: block;
    text-align: center;
    
    height: 72px;
    width: 72px;
    line-height: 72px;
    font-size: 40px;

    display: block;
    margin-right: auto;
    margin-left: auto;

    background-color: var(--blue);
    border-radius: 8px;
    /*text-shadow: 2px 2px 5px black;*/

    margin-bottom: 30px;
}
.counter-block .numscroller, .counter-block .plus-addon {
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    color: #001837;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans',sans-serif;
    /*text-shadow: 2px 2px 5px black;*/

    font-weight: bolder;
}

.counter-block h6 {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #949494;
    font-weight: 700;
}
.counter-col:hover h6 {
    color: #3c73ad;
}
.counter-block p {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-bottom: 24px;
    text-align: center;
    text-justify: distribute;
    text-align-last: center;
}
/****************************************************/

@media (max-width: 991px) {
    .heading-title {
        text-align: center;
        font-size: 32px !important;
    }
    .heading-title.heading-underline::after {
        margin-left: auto;
        margin-right: auto;
    }
    .features-block h4 {
        font-size: 19px;
        color: #555;
    }
    .features-block p {
        text-align-last: center;
    }
    .main-container-fluid {

    }

    .poweredby {
        letter-spacing: 0;
        text-align: center !important;
        color: #ccc;
    }

    

}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .counter-container {
        bottom: -250px;
        top:auto;
    }
    .CounterBlock {
        padding-top: 370px;
    }

}
    
@media (max-width: 575px) {
    .CounterBlock {
        padding-top: 800px;
    }
}

/*************** Footer Area ***************/
.top-border {
    border-top: 1px solid #ededed;
}
.bottom-border {
    border-bottom: 1px solid #ededed;
}
.main-footer-container {
    min-height: 370px;
    background-color: var(--indigo);
    position: relative;
    
    padding-bottom: 0;
}
#home .main-footer-container {
    margin-top: 150px;
    padding-top: 150px;
}
#inner .main-footer-container {
    padding-top: 50px;
}
.main-footer-container .terms-row{
    padding-bottom: 30px;
}
.main-footer-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.footer-menu-section {
    overflow: hidden;
    margin-top: 20px;
}
.bottom-link-list {
    margin-bottom: 0;
}
.bottom-link-list li a {
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin:0 3px;
}
.footer-menu-section .working-hours {
    border: 2px solid #40607a;
    padding: 10px 0;
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 100%;
}
.hr-line {
    /*border-bottom: 1px solid #40607a;*/
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
}
.working-hours th.important {
    color: #00a5df;
}
.footer-menu-section p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9em;
    font-size: 14px;
    text-align: justify;
    text-justify: distribute;
}
.footer-menu-section .Contactus {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    overflow: hidden;
    padding: 0  0 0 0;
    margin-bottom: 20px;
    
    line-height: 30px;
}
.footer-menu-section .Contactus span {
    display: block;
}
.footer-menu-section .Contactus::after {
    /*margin-top: .5em;
    width: 20px;
    margin-bottom: 0;
    float: left;
    border:1px solid #0e69cd;
    content: "";*/
}
.footer-menu-section .footer-menu {
    list-style-type: none;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.footer-menu-section .footer-menu li {
    white-space: normal;
    padding:0 0 0.8rem;
    
}
.footer-menu-section .footer-menu li a {
    font-size: .9em;
    transition: all 350ms ease;
}
.footer-menu-section .footer-menu li i {
    color: #c5d8eb;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 14px;
    width: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}

.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: rgba(255, 255, 255, 0.9);
    white-space: normal;
    font-size: 16px;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    font-weight: 400;
    display: block;
}
.footer-menu-section .footer-menu li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.footer-menu-section .footer-menu li a:hover i {
    color: #0e69cd  ;
}
.dl-contact dt {
	width: 50px;
	text-align: center;
    padding-top: 5px;
}
.dl-contact dd {

    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 4px;
	color: #fff;
    font-size: 15px;
}
.dl-contact dd > div {
    font-weight: 400;
}
.dl-contact dd a {
	color: #fff;
    font-weight: 900;
}

.dl-contact dt i {
	font-size: 15px;

    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: inset 0px -4px 0px 0px rgb(0 0 0 / 10%);
}
.dl-contact dt i {
}
.dl-contact dt i.fa-phone {
    background-color: var(--blue);
    color: var(--white);
}
.dl-contact dt i.fa-envelope {
    background-color: var(--white);
    color: var(--blue);
}
.dl-contact dt:hover i {

}
.dl-horizontal dt {
    overflow: hidden;
    
    text-overflow: ellipsis;
    white-space: nowrap;

}
.footer-social-block {
    margin-left: 5px;
    margin-right: 5px;
}
.footer-social {
    display: table;
}
.footer-social .footer-title, .footer-social .social {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    font-weight: 800;
}
.footer-service-no {
    font-size: 30px;
    font-weight: 300;
}
.footer-service-no i {
    margin-right: 10px;
    color: #0e69cd;
}
/*************************/
.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: #ededed; 
}
.footer-contact a:hover, 
.footer-copyright a:hover,
.poweredby a:hover { 
    color: #ededed; 
}
.footer-contact a:hover {
    text-decoration:none;
}

.footer-title
{
    line-height:25px;
    vertical-align: top;
    margin: 0;
}

.address-list div {

    padding: 0 0 10px 0;
    line-height: 22px;

}
.address-list div.arabic-font span{

    letter-spacing: 0 !important;

}
.address-list .padding {

    display: block;
    
}
.address-list time {
    line-height: 22px;
}
.contact-form .address-list div {

    padding-top: 7px;
    padding-bottom: 7px;
}

.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 7px 0 0;

}
.footer-social a 
{
    color: var(--indigo);
    display: inline-block;
    text-align: center;
    
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;

    font-size: 17px;
    width: 40px;
	height: 40px;
	border: none;
	line-height: 40px;
	border-radius: 50%;
    background-color: #fff;
}
/*
.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 {background-color: #4267b2;}
.footer-social a.twitter:hover {background-color: #00acee;}
.footer-social a.whatsapp:hover {background-color: #189d0e;}
.footer-social a.youtube-play:hover {background-color: #da4834;}
.footer-social a.instagram:hover {background-color: #983bf7;}
.footer-social a.rss:hover {background-color: #eba832;}
.footer-social a.tiktok:hover {background-color: #000;}

.footer-social a i
{
    line-height: inherit;
    font-size:18px;
}
/*******************************************/
@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;
    }

    .footer-social .footer-title, .footer-social .social {
        display: block !important;
    }
    .footer-social a 
    {
        margin: 0 4px 0 3px;
    }
    .sgs-block {
        margin-top: 25px;
    }
}
/************************************/
.error-container label.error {
    display: block;
    
}
label.error {
    color: red;
    padding-right: 2px;
    font-size: 11px;

}
.mdl-textfield label.error {
   
    position: absolute;
    bottom: -1px;
    left: 2px !important;
    z-index: 1;
    white-space: nowrap;
}
.input-group label.error {
   
    position: absolute;
    bottom: -1px;
    left: 40px;
    z-index: 99;
}
.mdl-textfield.is-dirty label.error {
    display: none;
}

.bg-danger label.Failure {
    font-size: 80%;
}
label.sucess {
    color: #339900;
    padding-right: 2px;
}

label.block {
    display: block;
    padding: 4px;
    background: #FFFFCC;
}


.title-icon {
    float: right;
    color: #fff;
    font-size: 22px;
    margin-top: 12px;
    font-weight: normal;
}


.fa-social a:hover {
    color: #fff;
}

.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-rss:before {
    content: "\f09e";
}
.fa-tiktok:before {
    content: "\e07b";
}

/******/
.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-calendar-day:before {
    content: "\f783";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-times:before {
    content: "\f00d";
}
/*******/
.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-mobile-alt:before {
    content: "\f3cd";
}
.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-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-calendar-check-o:before {
  content: "\f274";
}
.fa-check-circle::before {
    content: "\f058";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-left:before {
  content: "\f060";
}
.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-reply:before {
    content: "\f3e5";
}
.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-leaf:before {
    content: "\f06c";
}
.fa-envira:before {
    content: "\f299";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-bell::before {
  content: "\f0f3";
}

.fa-thumbs-up::before {
  content: "\f164";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-chart-line::before {
  content: "\f201";
}

/*********************************************/


/**************.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 {
    margin-bottom: 30px !important;
    font-size: 26px;
    text-align: center;
}
.HeaderCell, .HeaderCell a {

    color: #0e69cd;
}
.HeaderCell a:hover {

    color: #0e69cd;
}
.heading-title {
    color: var(--indigo);
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 36px;
}
.heading-title.heading-underline::after {
    content: "";
    width: 62px;
    border-top: 2px solid var(--indigo);
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;

    display: none;
}
/************* 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:#0e69cd
}

/**********************************/
.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 ****************/
.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: 14px;
    padding: 0 5px 5px 5px;
    text-transform: capitalize;
    white-space: normal;
    color: #555;
    background-color: transparent !important;
}
.Contact-page li.nav-item > .nav-link  {
  font-weight: 600;
}
.Contact-page li.nav-item .nav-link > span {
  font-size: 90%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}
.Contact-page li.nav-item.active .nav-link {
    color: #0e69cd;
}
.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: #0e69cd;
    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: #0e69cd;
    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: #0e69cd; 
    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 #0e69cd;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 20px;
    color: #0e69cd;
    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;
}
/***********************************************/

@media (min-width: 992px) {

  .zero-top-margin {
    margin-top: 0;
    padding-top: 0;
  }

  .text-container.extra-padding {
    padding-top: 30px;
    padding-left: 30px;
  }
}

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: 'Open Sans', sans-serif;
    content: "\2022"; 
    color: var(--indigo); 
    font-weight: bold;
    display: inline-block;
    width: 0.75em;
    font-size: 28px;
    vertical-align: top;
    line-height: 23px;
}
.mini-note {
    line-height: 1.1rem;
}
.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}
/*********************************************/
@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {


}
@media (max-width: 767px) {
    .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;
    }

    .dl-accordion dd {
      display: block;
      clear: both;
      margin-left: 10px;
    }


}/**
 * 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;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    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: #869791;
}

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

  overflow: hidden;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.owl-carousel .owl-thumbnail img {
    /*height: 100px;*/
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
    /*max-width: 150px;*/
}
.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: #000;
}
.owl-theme .owl-nav .owl-prev:hover:before, .owl-theme .owl-nav .owl-next:hover:before {

  color: #25aa3b;
}


/*.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; }
.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.4s;
	animation-fill-mode:both;
	animation-iteration-count: 1;
}
/*.carousel-inner .item.active .caption-animation.roll {

	-webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    animation-name: rollIn;
}*/
.animation-delay-15 {
	animation-delay: 1.5s;
}
/******************************/
.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 !important;
}
@media only print {
  body *::before {
    content: " " !important;
  }
}
.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-contact, 
.top-contact a {
    direction: ltr;
}
.top-contact a {
    margin-Right: 30px;
}
.top-contact a.top-address {
  float: Left;
}

.dl-horizontal dt {
    float: Left;
    clear: Left; 
}
.dl-contact dd {
    margin-Left: 20px;
    margin-Right: 0;
    
    padding-Right: 30px;
    /*border-Left: 1px solid #40607a;*/
}
ul.custom-list.blue li::before {
    margin-Right: 15px; 
}
/*** alter material design & adminlte ***/

.mdl-textfield__label {
    Left: 10px !important;
    Right:initial !important;
}
/***************************************/

@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:#0e69cd;
    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: #ffffff;
    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-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: 2em;
  height: 2em;
  background-color: #0e69cd;
  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', sans-serif !important;
}
.english-font {
    font-family: 'Open Sans', sans-serif;
}
.english-font-special {
    font-family: 'Lato', sans-serif;
}
.font-georgia {
    font-family: 'georgia';
}


    
    .print-key {
        font-family: 'Times New Roman' !important;
    }  
    .print-value {
        font-family: 'Times New Roman' !important;
    }

    body#home, body#inner, body#inner td, body#home td, .font-regular, .address-list {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
    }

    .font-Light, .Result {
        font-family: 'Open Sans', sans-serif;
    }
    h1, h2, h3, h4, h5, h6  {   
        font-family: 'Lato', sans-serif;
        font-weight: 500;
    }
    .Poppins-font {
        font-family: 'Open Sans', sans-serif;
    }
    .special-font {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .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: 'Open Sans', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        
    }
    
    .footer-contact address {
        font-size: 12px;  
    }
    .footer-title {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }
    .footer-text {
        font-size: 13px;
    }

    .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: 'Open Sans', sans-serif;
        font-weight: 300;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }
    :-ms-input-placeholder { /* IE 10+ */
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }
    
    .footer-menu-section .Contactus {
        font-weight: 900;
    }
    @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: 50%; 
            text-align: left;
        }

    }
    @media (min-width: 768px) 
    {
        
    }




/********************** Bootstrap two AR/EN Lang support **************/
.topmenu .Social a 
{
    float:Left; 
}
.service-gray-block .supplier-gray-inner {
    padding-Left: 75px;
    background-position: Left 0;
}

.main-title, section.service-section h1, .counter-title-block h2, section.project-section h1 { 
    border-Left: 7px solid #0e69cd; 
    padding-Left: 15px;
    text-shadow: 5px 5px 2px black;
}

@media (min-width: 1400px) {
    .scroll-top-wrapper {
        Right:80px; 
    }
}
@media (max-width: 1399px) {
    .scroll-top-wrapper {
        Right:10px; 
    }
}
@media (max-width: 767px) {

    .dl-contact dd {
        margin-Left: 65px !important;
    }
    
    .footer-menu-section .footer-menu.floated li {
        float: Left;
    }

    .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;
    }
}
