@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;900&family=Lato:wght@300;400;700;800;900&family=Poppins:wght@400;500;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: #f5f7fa;
  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: 110px;
    min-height: 752px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;

    background-color: #E9EEF2;
}

@media (max-width: 767px) {
    header#header {
        min-height: 100vh;
    }
}
.banner-shape {
    width: 100%;
    height: auto;
    left: 0;
    bottom: -1px;
    position: absolute;
}

#carousel-original .carousel-inner {
    overflow: initial;
}
.carousel-indicators {
    bottom: -70px;
}
.carousel-indicators li {
    background-color: #797979;
}
.carousel-indicators li.active {
    background-color: #00bb94;
}
/*****************************************/
.large-white-circle {
    z-index: 6;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background: linear-gradient(315deg, rgb(28, 65, 251) 0%, rgb(15, 212, 255) 100%);
    display: inline-block;
    touch-action: pan-y;
    color: rgb(255, 255, 255);
    width: 470px;
    height: 470px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    overflow: hidden;
    border-radius: 500px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
    animation: scaleCircle 4s infinite ease-in-out; /* Add the animation */

}

.large-white-circle-container {

    position: absolute;
    top: 0;
}
@keyframes scaleCircle {
    0%, 100% {
        transform: scale(1); /* Start and end at normal size */
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2); /* Grow the circle */
        opacity: 0.4;
    }
}
/*****************************************/


.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;
}

.tp-caption {
    position: relative;
    width: 100%;
    height: 115px;
    display: block;

    max-width: 530px;
    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: inherit;    
    line-height: 55px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 40px;
    color: #000;
}
.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: #616161;
}
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;*/
    background: linear-gradient(315deg, rgb(0, 143, 203) 0%, rgb(0, 209, 121) 100%);
}
.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: rgb(0, 209, 121);
}
.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 {
    color: #fff;    
}

.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: rgb(0, 209, 121);
    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 #Email {
    direction: ltr;
}
.newsletter-form #Email::placeholder {
  text-align: left;
}
.newsletter-form .btn-custom {
    padding: 0 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 44px;
    z-index: 9;
}
.newsletter-form .btn-custom:hover {
    box-shadow: none;
}
.newsletter-form .btn-custom i {
    margin: 0 !important;
}
/******** Search Article ************/
.search-article {
    padding-top: 100px;
}
.article-search-wrap {
    padding: 15px;
    
    position: relative;
    z-index: 2;

    background-color: #fff;
    box-shadow: 2px 10px 11px 0 rgba(0,0,0,.16);
    border-radius: 7px;
    text-align: center;
    transition: 0.3s ease-in-out;

    margin-bottom: 30px;
}
.article-search-wrap:hover {
    
    box-shadow: 2px 18px 19px 0 rgba(0,0,0,.16);
}
.article-search-form-wrap img {
    max-height: 170px;

}
.hover-box-title {
    /*color: #010101;
    font-weight: 600;*/
    text-align: center;
    padding: 15px 0;

    color: rgb(63,81,181) !important;
    font-weight: 900;
    text-align: center;
    padding: 15px 0;
    

}

.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) {

    .carousel-caption-custom h3 {
        font-size: 32px;
    }
    .img-responsive-xs, .img-fluid-xs {
        max-width: 100%;
        height: auto;
    }
    .large-white-circle-container {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .large-white-circle {
        width: 70vw;
          height: 70vw;
          min-height: 0;
          min-width: 0;
          display: block;
          margin-left: auto;
          margin-right: auto;
    }
    .carousel-caption-custom {
        display: block;
        min-height: 290px;
        display: block;
        position: relative;
        width: 100%;
    }
    .article-search-wrap {
        margin-bottom: 15px;
    }

    .article-search-form-wrap img {
        max-height: 112px;

    }
    .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: 20px;
    }
    .btn-custom.right {
        padding-right: 20px;
        padding-left: 5px;
    }
    .btn-custom i.fa-arrow-right {
        margin-left: 12px;
    }
    .btn-custom i.fa-arrow-left {
        margin-right: 12px;
    }
    .btn-custom-inverted.left i {
        margin-right: 12px;
    }
    .btn-custom-inverted.right i {
        margin-left: 12px;
    }
}
/* new size of bootstrap 4 */
@media (max-width: 575px) {
    
}

/***************** 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;
}

.topmenu-padding {
    padding-top: 70px;
}

.topmenu.navbar {
    /*min-height: 120px;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e9c37c;
    
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
	
    /*top: 0px !important;*/

    /*background-color: rgba(255, 255, 255, 1);*/
	min-height: 90px;
	margin-bottom: 0;
    border: 0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    border-radius: 0;

}
.topmenu .navbar-nav > li > a {
    line-height: 25px;
    font-weight: 500;
    color: #333F4F;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;

}
.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
    color: #3399FF;
}
.topmenu .navbar-nav > li > a i.fa-home {
    color: #3399FF;
    padding-left: 10px;
    padding-right: 10px;
}

.topmenu.sticky .navbar-nav > li > a, .topmenu.sticky .navbar-nav > li > a {
    color: #111 !important;
}
.topmenu.sticky .navbar-nav > li > a:hover, .topmenu.sticky .navbar-nav > li > a:focus {
    color: #0e69cd !important;
}

.topmenu .navbar-nav > li.active-link > a {
    color: #fff;
}
.menu-underline {
  position: relative;
}
.lang-block {
    position: absolute;
    top: -5px;
    line-height: 15px;
}
.lang-block.left {
  right: 0;
}
.lang-block.right {
  left: 0;
}
/**********************/

.top-section {
    background-color: white;
}

.SearchBlock {}



.topmenu #logo {
    text-align: center;
    float: right;
    background-image: url('../logo_new.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    min-height: 70px;
    min-width: 170px;
    font-weight: 500;
}

.topmenu.sticky #logo {
    background-image: url('../logo_new_dark.png');

}

@media (min-width: 768px) {

    .topmenu.sticky {
        background-color: #fff;
        box-shadow: 0 0 30px rgba(24,104,222,.1);
    }

}
@media (max-width: 767px) {

    .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(0, 0, 0, 0.5);
    }
    .topmenu .navbar-nav > li > a {
        color: #000;
        font-weight: 500;

        padding-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;
    }
    

}


@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: 0; }
	
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu {
        padding: 0px;
        margin: 0.5rem 0 0;
        border-radius: 0.5rem;
        overflow: hidden;

        min-width: 220px;
    }

    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a {
        color: #5b5b5b;
        position: relative;
        display: block;
        width: auto;
        height: auto;
        padding: 8px 15px;
        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) {

	.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;
    }

}

@media (min-width: 767.9px) and (max-width: 991.9px) {
    
    .carousel-caption-custom h3 {
        font-size: 36px;
    }
    .carousel-caption-custom p {
        font-size: 17px;
    }
    .topmenu .navbar-right {
        padding-right: 10px;
    }
    .topmenu .navbar-left {
        padding-left: 10px;
    }
    .topmenu .navbar-nav > li > a {
        /*font-size:17px;*/
        padding-right: 10px !important;
        padding-left: 10px  !important;
        font-size: 16px !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 .navbar-brand {
    	max-width: 210px;
    }
    .topmenu.navbar .navbar-brand img {
        margin-top: 7px;
    }
}


@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;  
        padding-top: 30px;
	}

    .topmenu.navbar {
        background-color: transparent;
        margin-bottom: 0;
    }
    .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;
        
        padding-left: 20px;
        padding-right: 20px;

        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 {
        margin-bottom: 10px;
    }
    
    #collapsemenu .dropdown-menu > li > a {
        color: #0e69cd;
        background-color: transparent;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 16px;
        padding: 3px;
        letter-spacing: 1px;
        
    }
    #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 {
    border-top: 1px solid rgba(0,0,0,0.2);
    display: block;
    position: relative;
    padding: 15px 0 10px 0 ;
}

.footer-copyright {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 25px;
    text-align: center;
}

@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(0, 0, 0, 0.5);
    line-height: 18px;
    padding-top: 5px;
  }
  .real-developer a, .real-developer a:hover {
    color: rgba(0, 0, 0, 0.5);
  }


/**************** Home css **************/
.bg-color-white {
    background-color: #fff;
}
.headline-block {
    margin-top: 30px;
}
.headline-title {
    /*font-family: "Poppins", sans-serif;*/
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 50px;
    margin-bottom: 24px !important;
}
.headline-title span {
    color: #29abe2;
    font-size: 45px;
    
    letter-spacing: -2px;
    line-height: 50px
}
.headline-paragraph {
    /*font-family: "Poppins", sans-serif;*/
    color: rgb(73, 79, 102);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 80px !important;
}

.widget-wrap.margin-right {
    position: relative;
    margin: 0 45px 0 0;
}
.widget-wrap.margin-left {
    position: relative;
    margin: 0 0 0 45px;
}
.widget-wrap.extra-margin-left {
    margin: 40px 0 0 45px;
}
.widget-wrap.extra-margin-right {
    margin: 40px 45px 0 0;
}
.widget-wrap .main-widget-img-right {
    text-align: right;
}
.widget-wrap .main-widget-img-left {
    text-align: left;
}
.full-rounded {
    border-radius: 30px;
}
.widget-wrap .opal-shape {
    position: absolute;
    text-align: left;
    width: auto;
    
}
.widget-wrap .opal-shape.top {
    top: 160px;
}
.widget-wrap .opal-shape.left {
    left: 0;
}
.widget-wrap .opal-shape.right {
    right: 0;
}

.widget-wrap .opal-shape.right {
    right: 0;
}
.widget-wrap .opal-shape.bottom {
    bottom: 60px;
}
.widget-wrap .opal-shape.top-left {
    left: 5px;
  	top: 250px;
}
.widget-wrap .opal-shape.top-right {
    right: 10px;
    top: 250px;
}
.widget-wrap .opal-img {

}
/* Service block home page ****************/
.product-cat {
	/*height: 330px;*/
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;

	box-shadow: 0 1px 24px 0 rgba(0,0,0,.05);
	margin-bottom: 30px;

	transition: all .3s ease;
}
.product-cat:hover {
	box-shadow: 0 1px 24px 5px rgba(0,0,0,.06);
}
.product-cat-link {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
    padding: 0 15px;
}
.category-product-img {
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.category-product-img img {
  object-fit: cover;
  margin: auto;
}
.cat-title {
  
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  color: #000;
}
.cat-title.AR {
	font-weight: 700;
}
.product-cat-link:hover .category-product-img {
  transform: scale(1.05);
}
/******************************************************/
@media (min-width: 768px) and (max-width: 991.9px) {
    .widget-wrap {
        margin: 0 15px 0 0;
    }
    .widget-wrap.extra-margin-left {
        margin: 40px 0 0 15px;
    }
    .widget-wrap.extra-margin-right {
        margin: 40px 15px 0 0;
    }
}
@media (max-width: 767.9px) {
    .widget-wrap {
        margin: 0;
    }
    .widget-wrap.extra-margin-left, .widget-wrap.extra-margin-right {
        margin: 0 30px;
    }
    .widget-wrap .main-widget-img-left, .widget-wrap .main-widget-img-right {
        text-align: center;
    }
    .headline-title, .headline-title span {
        font-size: 28px !important;
        letter-spacing: -0.5px;
        line-height: 34px;
        margin-bottom: 15px;
        text-align: center;
    }
    .headline-paragraph {
        margin-bottom: 50px !important;
    }
}
/*********************************************/
.features-block .material-icons {
    font-size: 50px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #fff;
}
.features-block img {
    padding-left: 5px;
}
.features-block h4 {
    font-size: 20px;    
    color: #fff;
    font-weight: 600;
}
.features-block p {
    text-justify: inter-character;
    color: #fff;

}

.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;
}
.head {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.5px;
}
.pre-head {
    color: rgb(0, 209, 121);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}
.head.invert {
    color: #fff;
}
.pre-head.invert {
    color: #fff;
}
ul.custom-list, ul.custom-list-more {
    list-style: none;
    color: #424242;
    margin-bottom: 7px;
    color: #424242;
    font-size: 15px;
    line-height: 30px;
}

ul.custom-list li::before {
    display: inline-block;
    
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #0d90c3;
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-size: 22px;
}
ul.custom-list-more li  {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
ul.custom-list-more li::before {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    position: relative;
    top: 0px;
    color: #0d90c3;
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-size: 22px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    filter: drop-shadow(2px 14px 15px rgba(0, 0, 0, 0.14));
    background-color: #fff;
}

ul.custom-list-imaged {
    list-style: none;
    color: rgb(0, 209, 121);
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 30px;

    
}
ul.custom-list-imaged li {
    display: flex;
    flex-direction: row;
}
ul.custom-list-imaged li span {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-indent: 5px;
}
ul.custom-list-imaged li img {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    position: relative;

    max-width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.btn-carved {
    background: linear-gradient(315deg, rgb(0, 143, 203) 0%, rgb(0, 209, 121) 100%);
    color: #fff;
    border: none;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-radius: 25px;
    line-height: 50px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 35px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
}
.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;
}

.contact-box {
    padding-top: 2em;
    padding-bottom: 4em;
}
.contact-box .blue {
    color: #29abe2;
}
.blue-hr {
  width: 70px;
  height: 4px;
  background-color: #29abe2;
  margin: 10px auto;
  content: "";
}
ul.custom-list-more li.phone-icon::before {
    content: "\f095" !important;
}
ul.custom-list-more li.email-icon::before {
    content: "\f0e0" !important;
}
ul.custom-list-more li span.contact-pre-head {
    color: rgb(105, 105, 105);
    text-align: start;
    line-height: 28px;

}
ul.custom-list-more li span.contact-head {
    color: #29abe2;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: start;
    direction: ltr;
}
ul.custom-list-more li span.contact-head a {
    color: #29abe2;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    

}
/***************** blue part **********************/
.elementor-container-section {
  background-image: url("../website_home_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;
  padding: 110px 0px 54px 0px;

  text-align: center;
}
.elementor-widget-wrap {
  
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.elementor-widget-container {
    /*position: absolute;*/
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 25px !important;
}
.elementor-widget-block {

    position: relative;
    margin-bottom: 50px;
    width: 100%;
    /*position: absolute;
    margin-bottom: 0;

    
    max-width: 100%;
    top: 17px;*/

    
}

.elementor-image-box-wrapper {
  text-align: start;
}

.elementor-widget-container.left {
  padding: 17px 0px 17px 20px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #342CA8 0%, #2972F200 100%);
  border-radius: 4px 0px 0px 4px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.elementor-widget-container.right {

  padding: 17px 20px 17px 0px;
  background-color: transparent;
  background-image: linear-gradient(-90deg, #1E30A2 0%, #2972F200 100%);
  border-radius: 0px 4px 4px 0px;
}

.elementor-image-box-img {
    padding: 7px 0 0 0;
    width: 25%;
    margin-right: 20px;
    display: inline-block;
}
.elementor-image-box-img.arabic {
    margin-left: 20px;
    margin-right: 0;
}
.elementor-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transition-duration: 0.35s;
    transform: translate3d(0px, 0, 0);

    max-height: 100px;
}
.elementor-image-box-content {
  width: 100%;
}
.elementor-image-box-title {
    margin-bottom: 7px;
    color: #ffffff;

    text-transform: capitalize;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
}
.elementor-image-box-description {
  color: #A7B4DF;
  margin: 0;
}

.opa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;

    animation-name: test;
    animation-duration: 10s !important;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;

}

@-webkit-keyframes test {
    0% {
        transform:  rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes test {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/*********** social media section ************/
.social-media-section {

    padding: 4em 0;
    background-image: url("../social_shadow_bg.png");
    background-position: 65px 163px;
    background-repeat: no-repeat;
    background-size: auto;
}
.social-widget-wrap {
    box-shadow: 0px 0px 30px 0px rgba(42.000000000000156, 22.000000000000014, 139, 0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 25px 0px;
    padding: 20px 20px 20px 20px;

    background-color: #FFFFFF;
    border-radius: 25px;


}
.social-widget-wrap:hover {
    box-shadow: 0px 10px 30px 5px rgba(42.000000000000156, 22.000000000000014, 139, 0.12);
}

.social-widget-image {
    text-align: center;
}
.social-widget-heading {
    text-align: center;
    padding: 0px 0px 7px 0px;
}
.social-widget-heading h6 {
    color: #010101;
    font-weight: 600;
}
.social-widget-heading p {
    color: #696969;
    font-size: 16px;
    line-height: 28px;
}
/************* Branding & printing ***********/
.branding-section {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #fff !important;
    border-radius: 30px;
}

.branding-widget-container {
    /*position: absolute;*/
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.branding-widget-block {

    position: relative;
    margin-bottom: 20px;
    width: 100%;
    /*position: absolute;
    margin-bottom: 0;

    
    max-width: 100%;
    top: 17px;*/   
}
.branding-image-box-img {
    padding: 7px 0 0 0;
    width: 25%;
    margin-right: 20px;
    display: inline-block;
}
.branding-image-box-img.arabic {
    margin-right: 0;
    margin-left: 20px;
}   

.branding-image-box-img img {
    transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
    transition-duration: 0.35s;
    transform: translate3d(0px, 0, 0);

    max-height: 100px;
}
.branding-image-box-content {
  width: 100%;
}
.branding-image-box-title {
    margin-bottom: 7px;
    color: #3f3f3f;

    text-transform: capitalize;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 17px;
}
.branding-image-box-description {
  color: #3f3f3f;
  margin: 0;
}

/********* responsive of home css ******/
 @media (min-width: 768px) {
    .elementor-image-box-wrapper, .branding-image-box-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;

      /*text-align: left;*/
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;

      display: flex;
    }

}

@media (max-width: 991px) {
    .elementor-image-box-img {
      width: 8%;
    }
    .branding-image-box-img {
      width: 8%;
    }
}
@media (max-width: 767px)
{
    .elementor-image-box-img {
      width: 15%;
    }
    .elementor-image-box-wrapper {
        text-align: center;
    }

    .branding-image-box-img {
      width: 15%;
    }
    .branding-image-box-wrapper {
        text-align: center;
    }
}
/******************************************/
.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;
}
/****************************************************/

@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: 20px;
        color: #fff;
        padding-top: 5px;
    }
    .features-block p {
        text-align-last: center;
    }


    .poweredby {
        letter-spacing: 0;
        text-align: center !important;
        color: #ccc;
    }

}

@media (min-width: 768px) {}

@media (min-width: 768px) and (max-width: 991px) {

    ul.custom-list, ul.custom-list-more {
        flex-direction: column;
    }
}
    
@media (max-width: 575px) {
    .container-fluid.main-container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    ul.custom-list, ul.custom-list-more {
        flex-direction: column;
    }
}

/*************** Footer Area ***************/
.top-border {
    border-top: 1px solid #ededed;
}
.bottom-border {
    border-bottom: 1px solid #ededed;
}
.main-footer-container {
    min-height: 370px;
    background-color: #E9EEF2;
    position: relative;
    padding-top: 50px;
    padding-bottom: 0;

}
.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-size: 14px;
    font-weight: 300;
    color: #494F66;
    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;
}
.working-hours th.important {
    color: #00a5df;
}
.footer-menu-section p {
    color: #494F66;
    line-height: 1.9em;
    font-size: 14px;
    text-align: justify;
    text-justify: distribute;
}
.footer-menu-section .Contactus {
    color: #000;
    font-size: 21px;
    overflow: hidden;
    padding: 0  0 0 0;
    margin-bottom: 20px !important;
    font-weight: 900;
}
.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: #494F66;
    white-space: normal;
    font-size: 15px;
    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: #494F66;
    font-size: 15px;
}
.dl-contact dd > div {
    font-weight: 400;
}
.dl-contact dd a {
	color: #494F66;
    font-weight: 800;
    display: block;
}

.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: rgb(0, 209, 121);
    color: var(--white);
}
.dl-contact dt i.fa-envelope {
    background-color: var(--white);
    color: rgb(0, 209, 121);
}
.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: #fff;
    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: 38px;
	border-radius: 50%;
    background-color:  rgb(0, 209, 121);
}
/*
.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.linkedin-in:hover {background-color: #0077b5;}
.footer-social a.rss:hover {background-color: #eba832;}

.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;
    z-index: 1;
}
.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;
}
.lang {
  margin: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.lang:hover {

    color: #fff;
    text-decoration: underline;
}

.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-linkedin-in:before {
    content: "\f0e1";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-google-plus:before {
    content: "\f0d5";
}

.fa-rss:before {
    content: "\f09e";
}
/******/
.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-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";
}
/*********************************************/


/**************.Net Fixed********************/
.text-last-center {
    text-align-last: center;
}
.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: 30px;
}
.HeaderCell, .HeaderCell a {

    color: #000;
    font-weight: 700;
}
.HeaderCell a:hover {

    color: #000;
}
.heading-title {
    color: var(--indigo);
    font-weight: 700;
    padding-bottom: 25px;
    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;
}
/************* 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: 12px;
    padding: 0 5px 5px 5px;
    text-transform: capitalize;
    white-space: normal;
    color: #555;
    background-color: transparent !important;
    letter-spacing: 0 !important;
    text-align: center;
}
.Contact-page li.nav-item > .nav-link  {
  font-weight: 600;
}
.Contact-page li.nav-item .nav-link > span {
	font-size: 13px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}
.Contact-page li.nav-item .nav-link.active {
    color: #0e69cd;
    margin-bottom: 0;
    border-bottom: 1px solid #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 {
    content: "\2022"; 
    color: var(--indigo); 
    font-weight: bold;
    display: inline-block;
    width: 0.75em;
    font-size: 28px;
    vertical-align: top;
    line-height: 23px;
}
/*********************************************/
#about-us p {
    font-size: 15px;
}
/*********** digital marketing page ************/
.digital-marketing-section {

    padding: 5em 0;
    background-image: url("../social_shadow_bg.png");
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: auto;
}

.digital-marketing-wrap {
    box-shadow: 0px 0px 30px 0px rgba(42.000000000000156, 22.000000000000014, 139, 0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 25px 0px;
    padding: 15px 20px 10px 20px;

    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;


}
.digital-marketing-wrap:hover {
    box-shadow: 0px 10px 30px 5px rgba(42.000000000000156, 22.000000000000014, 139, 0.12);
}

.digital-marketing-image {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
}
.digital-marketing-heading {
    text-align: center;
    padding: 0px 0px 7px 0px;
}
.digital-marketing-heading h6 {
    color: #010101;
    font-weight: 600;
}
.digital-marketing-heading p {
    color: #696969;
    font-size: 14px;
    line-height: 28px;

    text-align: justify;
    text-align-last: center;
    text-justify: distribute;
}
/*********** Software page ************/
.three-block-container {
	transition: background .3s,border .4s,border-radius .4s,box-shadow .4s;
	margin: 0 15px;
	padding: 35px 30px;
	border-radius: 5px;
	text-align: center;
}
.three-block-container:hover {
  background-color: #fff;
  box-shadow: 9px 17px 30px 0 rgba(0,0,0,.1);
}
.three-block-image-box {
	width: 35%;
	text-align: center;
	margin: 0 auto 18px auto;
}
.three-block-content-box {

}
.three-block-content-title {
	margin-bottom: 14px;
	color: rgb(0, 209, 121);
}
.three-block-content-desc {
	color: #6a7c92;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: justify;
	text-justify: distribute;
	text-align-last: center;
}
/*********************************************/
@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {


}
@media (min-width: 768px) {
    .margin-minus-50 {
        margin-top: -50px;
    }
}
@media (max-width: 767px) {

    .HeaderCell {
        font-size: 27px;
    }
    .head {
        font-size: 29px;
    }
    .margin-minus-50 {
        margin-top: -25px;
    }
    .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;
    }

    .digital-marketing-section {
        background-size: contain;
    }

}


/**** projects block **********/
#projects .owl-theme .owl-dots {
    margin-top: 25px;
}
.bdt-gallery-item {
    margin: 0;
    transition: box-shadow 350ms cubic-bezier(.24,.8,.58,1),transform 350ms cubic-bezier(.37,.9,.58,1);
    position: relative;
    /*height: 450px;*/
    display: block;
    border-radius: 25px;
  overflow: hidden;
}
.bdt-portfolio-carousel .bdt-portfolio-inner {
  position: relative;
  overflow: hidden;
}
.bdt-portfolio-content-inner {
  /*height: 450px;*/
}
.bdt-portfolio-carousel .bdt-gallery-thumbnail {
  height: 100% !important;
}
.bdt-portfolio-carousel .bdt-gallery-item .bdt-gallery-thumbnail img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  height: 100% !important;
  display: block;
}

.bdt-portfolio-content-inner .bdt-position-center {

	position: absolute !important;
	top: 90% !important;
	
	z-index: 999;
	transform: translate(0,-50%);

    /*position: absolute !important;
    top: 90% !important;
    left: 57% !important;
    z-index: 999;
    transform: translate(-50%,-50%);
    width: 100%;*/
}
.bdt-portfolio-content {
  display: none;
  transition: all 300ms ease !important;

}
.bdt-flex-inline {
  display: inline-flex;

}
.bdt-flex-inline span {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.bdt-flex-inline i {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

 .bdt-gallery-item-link {
    border-radius: 40px;
    background: rgba(255,255,255,.8);
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(255,255,255,.8);
  }
.bdt-portfolio-carousel .bdt-gallery-item-link {
    background-color: #ffb90000;
    border-style: solid;
    border-width: 2px;
    border-color: #02010100;
    border-radius: 0 0 0 0;
    padding: 0 28px 0 18px;
    color: #ffffff;

    transition: all .4s ease-in-out;
}
.bdt-gallery-item-link span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 300ms ease-out !important;
}
.bdt-portfolio-desc {
    opacity: 1 !important;
    text-align: left;
    transform: translateY(-30px) !important;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    min-width: 100%;
    padding: 0 30px;
    transition: all .4s ease;
}
.bdt-gallery-item .bdt-portfolio-desc {
  opacity: 1;
  transform: translateY(0);
}

.bdt-gallery-item-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    transform: translateY(190px) !important;
    transition: all 300ms ease !important;
    margin-bottom: 30px !important;
    /*height: 64px;*/
}
.bdt-gallery-item:hover .bdt-portfolio-desc .bdt-gallery-item-title {
  transform: translateY(15px) !important;
  color: #fff; /*#252531;*/
}
.bdt-gallery-item:hover:hover .bdt-gallery-item-link span {
  color: #252531 !important;
}
.bdt-portfolio-excerpt {
    color: #ffffff;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    transform: translateY(50px);
    transition: all 300ms ease !important;
    opacity: 0;
}
.bdt-gallery-item:hover .bdt-portfolio-excerpt {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}
.bdt-portfolio-excerpt p {
	margin: 0;
	height: 120px;
	text-align: justify;
	text-justify: distribute;
    display: flex;

}
.bdt-portfolio-excerpt p::first-letter{
  text-transform: capitalize
}

.bdt-gallery-item:hover {
  z-index: 5;
  /*transform: translateY(0px) !important;*/
  transition: box-shadow 350ms cubic-bezier(.24,.8,.58,1),transform 350ms cubic-bezier(.37,.9,.58,1);
  box-shadow: 0 1px 1px rgba(0,0,0,.01),0 2px 2px rgba(0,0,0,.02),0 3px 3px rgba(0,0,0,.03),0 4px 4px rgba(0,0,0,.04),0 6px 6px rgba(0,0,0,.05);
}
.bdt-gallery-item:hover .bdt-portfolio-content {
  display: block !important;
}
.bdt-gallery-item:hover .bdt-gallery-item-link:nth-last-child(1) {
  transition-delay: .1s;
}
.bdt-gallery-item:hover::after {
  width: 100% !important;
  background: #06171e;
  opacity: 0.5;
}

.bdt-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #252531;
  opacity: 0.2;
  transition: all 300ms ease !important;
}
/**********************************************************//**
 * 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: 110px;
      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: 110px;
      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: 110px;
      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: 110px;
      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:rtl;
}
.left-dir {
    direction: ltr;
    display: inline-block;
}
.large-white-circle-container {
    Left: 0;
}

.footer-title::after {
    border-Right: 45px solid white;
    Right: 0;
}
.NewsLetterBlock {
    /*margin-Left: 40px; */
}
.footer-social a {
    float: Right;
}
.address-list .padding {
    margin-Right: 15px; 
}


.owl-theme .owl-nav .owl-prev {
  Right: -33px;
}
.owl-theme .owl-nav .owl-next {
  Left: -36px;
}

.top-contact, 
.top-contact a {
    direction: rtl;
}
.top-contact a {
    margin-Left: 30px;
}
.top-contact a.top-address {
  float: Right;
}

.dl-horizontal dt {
    float: Right;
    clear: Right; 
}
.dl-contact dd {
    margin-Right: 20px;
    margin-Left: 0;
    
    padding-Left: 30px;
    /*border-Right: 1px solid #40607a;*/
}

ul.custom-list li::before, ul.custom-list-more li::before {
  margin-Left: 18px; 
}
.bdt-portfolio-content-inner .bdt-position-center {
    Left: 5%; 
}

@media (min-width: 992px) {
    .elementor-widget-container.extra-left-margin {
        margin-Right: 47px;
    }
    .elementor-widget-container.extra-right-margin {
        margin-Right: -47px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dl-contact dd {
        margin-Right: 30px;
        margin-Left: 5px;
        padding-Right: 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: 'Poppins', sans-serif;
}
.english-font-special {
    font-family: 'Lato', sans-serif;
}
.font-georgia {
    font-family: 'georgia';
}


    body, td {
        font-family:"Cairo";
        line-height: 1.5;
    }
    h1, h2, h3, h4, h5, h6, .footer-copyright, .address-list  {
        font-family: "Cairo";
        font-weight: 700;
    }
    .hover-box-title { 
        font-family: 'Cairo';
        font-size: 17px;
    }
    .about-page p {
        line-height: 1.8;
        text-align: justify;

    }
    .topmenu .navbar-nav > li > a {
        font-size: 17px;
        font-weight: 600;
    }
    #collapsemenu ul.navbar-nav > li > ul.dropdown-menu > li > a {
        font-size: 15px;
    }
    .footer-contact address {
        font-size: 15px;  
    }
    .footer-text {
        font-size: 16px;
    }
    .sort-info ul li::before {
        margin-right: -12px;
        margin-left: 5px;
    }

    .owl-theme .owl-nav .owl-prev:before {
      content: "\f105";
    }

    .owl-theme .owl-nav .owl-next:before {
      content: "\f104";
    }
    
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      text-align: right;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      text-align: right;
    }
    :-ms-input-placeholder { /* IE 10+ */
      text-align: right;
    }

    @media (min-width: 768px) 
    {
        
    }
    @media (max-width: 767px) 
    {

    }




/********************** Bootstrap two AR/EN Lang support **************/
.topmenu .Social a 
{
    float:Right; 
}
.service-gray-block .supplier-gray-inner {
    padding-Right: 75px;
    background-position: Right 0;
}

.main-title, section.service-section h1, .counter-title-block h2, section.project-section h1 { 
    border-Right: 7px solid #0e69cd; 
    padding-Right: 15px;
    text-shadow: 5px 5px 2px black;
}

@media (min-width: 1400px) {
    .scroll-top-wrapper {
        Left:80px; 
    }
}
@media (max-width: 1399px) {
    .scroll-top-wrapper {
        Left:10px; 
    }
}
@media (max-width: 767px) {

    .dl-contact dd {
        margin-Right: 65px !important;
    }
    
    .footer-menu-section .footer-menu.floated li {
        float: Right;
    }

    .service-gray-block .service-gray-inner .accordion.panel-group, 
    .service-gray-block .supplier-gray-inner .accordion.panel-group,
    .supplier-gray-inner  ul.dot.split {
      margin-Right: -75px;
    }
}

@media (max-width: 1199.9px) and (min-width: 992px) {
    .large-white-circle-container {
        Left: -100px;
    }
}

@media (max-width: 991.9px) and (min-width: 767.9px) {
    .large-white-circle-container {
        Left: -190px;
    }
}