@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&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-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-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;
}

body {

    color: #333;
    margin: 0;
    background-color: white;
    line-height: 23px;
    font-size: 16px;
    text-rendering: optimizeLegibility !important;
}


.top-panel {
    background-color: rgba(204, 196, 193, 0.1);
    color: #68605e;
    height: 50px;
    overflow: hidden;
}

.top-panel a {
    color: #000;
}
.top-panel a:hover, .top-panel a:focus {
    color: #000;
}
.top-panel a i, .top-panel address i {
    margin-right: 5px;
    margin-left: 5px;
}
.top-panel-left { 
    float: left;
    line-height: 20px;
    padding: 15px 0 10px 5px;
}
.top-panel-right { 
    float: right;
    height: 30px;
    margin-top: 15px;
}
.top-panel-left address, .top-panel-left a {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-right: 10px;
    line-height: 20px;
    margin-bottom: 0;
}
.login-menu {

}
.login-list {
    margin-top: 5px;
    margin-bottom: 0;
}
.login-list li {
    font-size: 13px;
    vertical-align: top;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 20px;
    margin-bottom: 0;
}
.border-line-right {
    border-right: 1px solid #d6d2cb;
    height: 22px;
}

/**************/

header#header {
    background:url('../homebg.jpg') no-repeat center center;
    width: 100%;

    color: white;
    height: calc(100vh - 150px );
    /*min-height: 720px;*/
    text-align: center;

    
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: bottom center;
    
}

.header-height {
}

.header-shadow {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    transition: ease-in-out 0.7s;
    display: table;
}

.header-shadow:hover {
    background-color: rgba(0, 0, 0, 0.35);
    height: 100%;
    width: 100%;
}

header#header h1 {

    margin-bottom: 25px;
    font-weight: 700;
}

header#header p {
    margin-bottom: 50px;
}

header#header .btn-lg {
    padding: 15px 45px;
    margin-top: 30px;
}


.header-container {

    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
@media (max-width: 767px ) {
    
    .top-panel {
        height: 55px;
    }

    .login-list li {
        padding-right: 3px;
        margin-right: 3px;
        height: 20px;
        font-size: 12px;
    }
    .top-panel-left address {
        display: none;
    }
    .top-panel-left a {
        margin-right: 7px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        
        margin-top: 15px;
    }
    .topmenu .navbar-nav > li > a > i.fa-caret-down {
        display: none;
    }
    .topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
	    color: #00358d !important;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
		margin-left: 10px !important;
	}
	.dropdown-menu > li > a {
		color: rgba(255, 255, 255, 0.8);
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: rgba(255, 255, 255, 0.8);
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
		border: 0;
	}
    .header-container {
    
        display: table-cell;
        overflow: hidden;
        vertical-align: top;
        padding-top: 105px;
        text-align: center;
        /*transform: translateY(7.1rem);*/
    }
    
    header#header h1 {
        margin-top: 10px;
        margin-bottom: 25px;
        
    }
    header#header p {
        font-size: 16px;

    }

}
.btn-carved {
    background: #d94148;
	color: #fff;
    border:none;
    border-radius: 25px;

    line-height: 50px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 35px;
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 16px;
}
.btn-carved:hover, .btn-carved:focus {
    background: #40407e;
	color: #fff;
}
.btn-carved-reverse {
    background: #40407e;
	color: #fff;
    border:none;
    border-radius: 25px;

    line-height: 50px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 35px;
	letter-spacing: 0px;
	font-weight: 600;
	font-size: 16px;
}
.btn-carved-reverse:hover, .btn-carved-reverse:focus {
    background: #d94148;
	color: #fff;
}
.donate-text-block .btn-carved {
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    letter-spacing: 1px;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    margin-left: -20px;
    bottom: 0;
    margin-top: 0;
    /*border-radius: 25px !important;
    box-shadow: inset 0 0 0 1px #fff;*/
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll:before {
    
    color: white;
    font-family: 'Font Awesome 5 Solid';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; 

    content: "\f078";
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: 8px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(46px)
    }
}



/***********************************************************************/


/************ About block *************************/

.sort-info, .personal-detail {
    margin-top: 30px;
}

.sort-info ul, .personal-detail ul {
    list-style: none;
    padding: 0;
}
.sort-info li {

	margin-bottom: 10px;
	display: block;
}
.sort-info ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    color: #9f8a3f;
}
.personal-detail li {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
}

.sort-info a.btn i {
    margin-right: 7px;
}
.sort-info a.btn-default {
    border-color: #9f8a3f;
    color: #333;
}
.sort-info a.btn-default:hover, .sort-info a.btn-default:focus {
    color: white;
}
.btn-color {
    background-color: #cc4c2f;
    color: white !important;
}
/*************************************************/

/***************** Bottom and Contactus *********/
#contact input, #contact textarea {

	border-radius: 0;
	
}
#contact i {

	margin-left: 5px;
	margin-right: 5px;
}
.scroll-top-wrapper {

	 overflow:hidden;
	 text-align:center;
	 width:50px;

	 position:fixed;
	 opacity:0;
	 visibility:hidden;
	 z-index:9999;
	 color:#fff;
	 height:48px;
	 line-height:48px;
	 /*right:20px;*/
	 bottom:0;
	 padding-top:2px;
	 -webkit-transition:all .5s ease-in-out;
	 -moz-transition:all .5s ease-in-out;
	 -ms-transition:all .5s ease-in-out;
	 -o-transition:all .5s ease-in-out;
	 transition:all .5s ease-in-out;
	 border-radius:0;
	background-color: rgba(0, 0, 0, 0.7);

	opacity: 0.5;

}
.scroll-top-wrapper i.fa {
    line-height: 45px;
    font-size: 27px;
}
.scroll-top-wrapper:hover, .scroll-top-wrapper:focus {
 	background-color:rgba(0, 0, 0, 0.8);
 	color: white;
}
.scroll-top-wrapper.show {
	 visibility:visible;
	 cursor:pointer;
	 opacity:1
}
.scroll-top-wrapper i.fa {
 	line-height:45px
}

/************************************************/

@media (min-width: 1200px) {

    .container {
        width: 1130px;
    }
}

td {
    font-size: 16px;
}

Body.PopBody {
    background-color: white;
    margin: 0;
    padding: 5px;
    background-image: none;
}

a {
    color: #464646;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: black;
    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);*/
	
    position: absolute;
    top: 35px;
    left: 35px;
    right: 30px;
	margin-bottom: 0;
	min-height: 60px;
    border-bottom: 0;
    z-index: 100;

    /*border-top: 1px solid #eeeeee;*/
    

}

.topmenu.navbar.affix-top .navbar-brand {

	width: 105px;
	height: 95px;
	margin: 5px 0 0 10px;
	padding: 0;
	transition: none;
}
.topmenu.navbar.affix .navbar-brand {
	width: 92px;
	height: 90px;
	margin: 5px 0 0 10px;
	padding: 0;
	transition: 0.4s ease-in;
}




.topmenu .navbar-toggle {
    float: left;
    margin-left: 10px;
}

.topmenu .logo-main {
    /*width:18%;*/
    padding-top: 5px;
    margin-right: 50px;
}

.side-logo-main {
    overflow: hidden;
    display: block;
}

.side-logo-main img {

    display: block;
    padding: 10px;
    width: 225px;
}

.topmenu .menu-container {
    /*backdrop-filter: blur(5px);*/
}


header.header-carousel {

    /*background-color: #041b2b;
    padding-bottom: 50px;*/
    /*height: calc(100vh - 180px);*/
    overflow: hidden;
    margin: 20px 20px 0;
    border-radius: 20px;
    background-color: #00112e;

}
.carousel-bg {
    
  background: linear-gradient(rgba(0,10,40,0.1), rgba(0,10,40,0.53));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {

    height: 44px;
    width: 44px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 45px;
    font-weight: normal;
}

.carousel-caption {
    float: right;
    position: absolute;
    left: 10%;
    right: 10%;
    width: 55%;
    bottom: 11%;
    padding: 10px;
    border-radius: 4px;
    text-align: start;
    text-shadow: 0;
}
.carousel-caption h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 3px 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    display: inline-block;
}
.carousel-caption h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 84px;
}

.carousel-caption p {
    color: #fff;
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 34px;
}

@media (min-width: 768px) {
    .dropdown-menu {
        min-width: 230px;
        background: #f6f6f6;
		border-top: 3px solid #0b457c;
		padding-bottom: 0;
        border-radius: 10px !important;
    }
    .dropdown-menu li {
    	border-bottom: 1px solid rgba(0,0,0,0.10);
    }
    .dropdown-menu li > a {
	  position: relative;
	  display: block;
	  padding: 12px 10px 12px 10px;
	  line-height: 24px;
	  font-weight: 500;
	  font-size: 15px;
	  color: #242424;
	  text-align: left;
	  text-transform: capitalize;
	  transition: all 500ms ease;
	  -moz-transition: all 500ms ease;
	  -webkit-transition: all 500ms ease;
	  -ms-transition: all 500ms ease;
	  -o-transition: all 500ms ease;
	}
    .carousel-inner > .item > img {
        height: calc(100vh - 40px) ;
        width: 100%;
    }

}
@media (max-width: 767px) {

    header.header-carousel {
        height: auto !important;
    }
    .topmenu.navbar {
        box-shadow: none;
        padding: 0;
        min-height: 70px;
    }
    .topmenu.navbar .navbar-header {
        box-shadow: none;
        padding: 0;
    }
	
    .topmenu.navbar.affix-top .navbar-brand, .topmenu.navbar.affix .navbar-brand {
        width: 70px;
        height: 70px;
        margin: 5px 0 0 10px;
        padding: 0;
        transition: none;
    }

	.topmenu.navbar.affix-top, .topmenu.navbar.affix {
		background-color: #f95c39 ;
	}
	.topmenu.navbar.affix-top .navbar-brand {

	}
    .topmenu.navbar-inverse,
    .topmenu.navbar-default {
        background-color: Transparent;
        margin-bottom: 0;
    }
    .topmenu.navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #ddd;
    }
    .topmenu.navbar-inverse .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .topmenu.navbar-inverse .navbar-toggle:focus {
        background-color: Transparent;
    }
    .topmenu.navbar-fixed-top {
        /*position: absolute;
        left: 10px;*/
    }
	
	.topmenu.navbar-default .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: 0 !important;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);

	    background-color: rgba(0, 0, 0, 0.92) !important;
	}

    .topmenu.navbar-default .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 20px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid #fff;
		border-radius: 4px;

    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    #header .header-height.rd-parallax-layer {

    	background-image: url('../landing__750.jpg') !important;
    }

    .icon-scroll { 
    	bottom: 20px;
    }
    .carousel-inner > .item > img {
        height: 70vh;
		width: 100%;
    }
    .carousel-caption {
        float: right;
        position: absolute;
        left: 5%;
        right: 5%;
        width: 90%;
        padding: 15px;
        border-radius: 4px;
        text-align: center;

    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 32px;
        font-weight: bolder;
        margin-bottom: 20px;
        line-height: 45px;
        text-align: center;
        margin-top: 0;
        padding-top: 0;
    }

    .carousel-caption p {
        color: #fff;
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 20px;
        text-align: center;
    }
    .btn-carved.sm {
        padding: 0px 10px;
        line-height: 25px;
        font-size: 14px;
        border-radius: 10px;
    }
    .btn-carved.sm:hover {
        padding: 0 10px;
        line-height: 25px;

    }
    .dt-sc-button {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 15px 25px 15px 25px !important;
    }
}

.topmenu .navbar-nav > li 
{
    margin: 0 18px;
}

.topmenu .navbar-nav > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;

    
}

.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}


.topmenu.affix-top .navbar-nav > li.active-link > a {
    color: #f95c39;
    transition: 0.3s ease-in-out;
}
.topmenu.affix .navbar-nav > li.active-link > a {
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
    transition: 0.3s ease-in-out;
}


/******* sidebar-nav *****************/

.topmenu .sidebar-nav {
    padding: 10px 10px 20px 10px;
}

.topmenu .sidebar-nav li a {
    font-size: 16px;
}


/**********************/

.top-section {
    background-color: White;
}

.SearchBlock {}

.top-contact-bar {
    height: 120px;
    overflow: hidden;
}
.header-explore .navbar-brand { /*.affix-top*/

    height: 100px;
    padding: 10px 15px 0 15px;
    transition: none;
    background-size: contain;
    transition: 0.2s ease-in-out;
    
}
#logo {
    text-align: center;
}

#logo img {
    border: 0;
    max-height: 110px;
}

.explore-bottom-right { 

    width: auto;
    padding-top: 10px;
}
.explore-timing {
    float: left;
    width: auto;

    
}
.explore-timing.separate {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    margin-left: 20px;
}
.btn.btn-info {
    color: #ffffff;
    height: 45px;
    line-height: 41px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    border-radius: 2px;
    background-color: #a58e60;
    border: 2px solid transparent;
}
.btn.btn-info:hover {
    background: #333333;
    color: #ffffff;
    border: 2px solid #fff;
}
.carousel-caption2 .btn.btn-info:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.explore-timing-left {

}
.explore-timing-right span {
    direction: ltr;
    
}
.explore-timing-right strong {
    font-size: 11px;
    color: #000;
    display: block;
    font-weight: 600;
    text-transform: uppercase;

}
.explore-timing-right span {
    display: block;
    font-size: 14px;
    color: #000;
    padding-top: 3px;
}
.explore-timing-right a {
    color: #333333;
}
.explore-timing-right a:hover {
    color: #000;
}
.explore-timing-left i {
    height: 22px;
    width: 25px;
    border-radius: 50%;
    line-height: 22px;
    border: 0;
    text-align: center;
    font-size: 24px;
    color: #055083;

}

 i.fa-phone-volume {
    transform: rotate(-50deg);
}
.explore-timing-right.large {
	font-size: 30px;
	color: #055083;
}
.explore-timing-right.large span, .explore-timing-right.large span a {
	font-size: 17px;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	color: #055083;

}
.dt-sc-button {
    font-size: 15px;
    line-height: 24px;
    padding: 17px 35px 17px 35px;
    color: #fff;
    border: none;
    background-color: rgba(255,255,255,0.25);
    border-radius: 30px;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out;
}
.dt-sc-button:hover, .dt-sc-button:focus {
    color: #fff;
    background-color: #00358d;
}
@media (min-width: 768px) {

    .topmenu .navbar-nav > li > a  {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0;
        padding-right: 0;
        line-height: 60px;
    }

	.carousel-caption .dt-sc-button, 
	.explore-timing .dt-sc-button {  float: left; }
}
/*************** CEO Part *****************/
.ceo-block {
	background-color: #3b3b79;
	padding-bottom: 3em;
	
}
.ceo-block .thumb-div {
    margin-top: -40px;
    
}
.ceo-block img {
	margin-right: auto;
	margin-left: auto;
	box-shadow: 6px 10px 20px rgba(0,0,0,.15);
    -webkit-box-shadow: 6px 10px 20px rgba(0,0,0,.15);
    border-radius: 4px;
}
.ceo-block  h2 {
	font-weight: 700;
	color: #fff;
	margin: 0 0 16px;
	padding-top: 2em;
}
.ceo-block  p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin: 0 0 40px;
	position: relative;
}
.ceo-block .link {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}
.ceo-block  p::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    
    background: rgba(255,255,255,.20);
    width: 80px;
    height: 2px;
    content: "";
}
/******************* Ranking area **************/
.title-style-3 {
    margin: 0 0 15px;
    color: #333333;
    font-weight: 700;
    line-height: 70px;
}
.title-style-3 a { 
	color: #333333;
}
.title-style-3 img {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	outline: none;
}
.depart-info .deprt-icon-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 225px;
    margin: 0 0 28px;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);
    padding: 30px 5px;
    position: relative;

    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;

	overflow: hidden;
}
.deprt-icon-box:hover {
    padding: 10px 5px;
}
.depart-info .deprt-icon-box img {
    margin: 0 0 20px;
    width: 85px;
    height: 85px;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	padding: 2px;
	border-radius: 50%;
}
.depart-info .deprt-icon-box img.blue { 
	background-color: #2688c8;
}
.depart-info .deprt-icon-box img.purple { 
	background-color: #9c55b8;
}
.depart-info .deprt-icon-box img.green { 
	background-color: #01b993;
}
.depart-info .deprt-icon-box img.orange { 
	background-color: #d95e01;
}
.depart-info .deprt-icon-box img.yellow { 
	background-color: #fcbb40;
}
.depart-info .deprt-icon-box img.red { 
	background-color: #ce3e29;
}

.deprt-icon-box h6 {
    line-height: 22px;
    margin: 0 0 12px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	font-size: 18px;
	text-transform: capitalize;
}
.deprt-icon-box h6 a {
    color: #222;
}
.deprt-icon-box:hover h6 a {
    color: #d94148;
}
.deprt-icon-box a.rm {
    background: #d94148;
    background-color: rgb(217, 65, 72);
    display: inline-block;
    color: #fff;
    line-height: 24px;
    border-radius: 12px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 15px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.deprt-icon-box:hover a.rm {
    opacity: 1;
}
.deprt-icon-box a.rm:hover {
    background: #40407e;
    background-color: rgb(64, 64, 126);
    color: #fff;
}
/***********************************/
.city-news {
    padding-top: 2em;
    padding-bottom: 3em;
}
.city-news.silver {
    background: #f7f7f7;
}
.city-news.white {
    background: #fff;
}
.news-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0 rgba(0,0,0,.07);

    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.news-box:hover {
    box-shadow: 0px 10px 30px 0 rgba(0,0,0,.20);
}
.new-thumb {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;

}
.new-thumb::after {
    background: rgba(0,0,0,.50);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 9;
    opacity: 0;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.news-box:hover .new-thumb::after {
    height: 100%;
    opacity: 1;
}
.new-thumb img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.new-txt {
    padding: 20px;
}
.new-txt ul.news-meta {
    margin: 0 0 10px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.new-txt ul.news-meta li {
    float: left;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    text-transform: uppercase;
}
.news-meta li::after {
    content: "|";
    margin: 0 5px;
    color: #cccccc;
    font-style: normal;
    padding: 0 12px;
}
.new-txt h6 {
    line-height: 26px;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
    letter-spacing: -.5px;
    width: 100%;
    height: 46px;
}
.new-txt h6 a {
    color: #222;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.new-txt p {
    color: #777777;
    line-height: 22px;
    margin:4px 0 0 0;
    font-size: 16px;
    height: 66px;
}
.news-box-f {
    border-top: 1px solid #eeeeee;0
    overflow: hidden;
    line-height: 50px;
    color: #777777;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.news-box-f a {
    float: right;
    border-left: 1px solid #eee;
    width: 54px;
    height: 50px;
    text-align: center;	
    line-height: 50px;
    color: #bbbbbb;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.news-box:hover .news-box-f a {
    background: #d94148;
    color: #fff;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}		
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
/*********************************************/
/************ Events and reports area ******/
.recent-events {
    background: url('../eventsbg.jpg') no-repeat right bottom;
    background-attachment: fixed;
    background-size: auto;
    background-size: cover;
    padding: 75px 0 80px;
}
.recent-events h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 32px;
}
.recent-events h3 a, .recent-events h3 a:hover {
    color: #fff;
}
ul.reports {
    padding: 0;
    margin: 10px 0 0;
    background-color: #40407e;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
}
ul.reports a {
    color: #fff;
    line-height: 28px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: block;
    font-size: 14px;
    padding: 5px 10px;
}
ul.reports a:hover {
    background: rgba(0,0,0,.3);
    color: #fff;
}
ul.reports a i {
    margin-right: 10px;
}
ul.reports a img {
	display: inline-block;
	width: 80px;
	margin: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
ul.reports a span {
	display: inline-block;
	width: 70%;

}
/*****************/
.recent-events .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.recent-events .nav-tabs > li {
    margin: 0px;
}
.recent-events .nav-tabs > li > a {
    background: #d94148;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 51px;
    color: #fff;
    border: 0px;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;

    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.recent-events .nav-tabs > li.active > a {
	color: #222;
	cursor: default;
	background-color: #f7f7f7;
	border: 0px solid #ddd;
}
.recent-events .nav-tabs > li > a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #d94148;
}
.recent-events .nav-tabs > li.active > a:hover {
    color: #222;
    cursor: default;
    background-color: #f7f7f7;
    border: 0px solid #ddd;
}

.recent-events .tab-content {
    background: #fff;
    border-radius: 0 3px 3px 3px;
    width: 100%;
    float: left;
    padding: 30px;
}
.recent-events .event-list::after {
    position: absolute;
    left: -30px;
    width: 3px;
    height: 0;
    background-color: #d94148;
    content: "";
    top: -20px;

    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.recent-events .event-list:hover::after {
    height: 113px;
}
.recent-events .event-list {
    margin: 0 0 20px;
    padding: 0 0 20px;
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.recent-events .event-list:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.recent-events .event-list li {
    float: left;
    margin-right: 15px;
}
.event-list li strong.edate {
    display: block;
    color: #d94148;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;

    font-family: sans-serif;
}
.event-list li strong.etime {
    display: block;
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;

    font-family: sans-serif;
}
.event-list img {
    border-radius: 3px;
}
.event-list li.el-title {
    width: 40%;
}
.event-list li.el-title h6 {
    color: #222222;
    margin: 0 0 7px;
    font-weight: 600;
    line-height: 22px;
    font-size: 18px;
}
.event-list li.el-title h6 a {
    color: #222;

    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.recent-events .event-list:hover h6 a {
	color: #d94148;
}
.recent-events .event-list li:last-child {
    float: right;
    margin: 0px;
}
.event-list a.joinnow {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    line-height: 27px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #a0a0a0;
    padding: 0 20px;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.event-list a.joinnow:hover {
	border-color: #d94148;
	background-color: #d94148;
	color: #fff;
}
/****************/
.member-block-1 {
    margin-bottom: 15px;
    display: flex;
    background-color: #f5f5f5;
}
.item-top {
    position: relative;
}
.item-top {
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}
.caption1 {
    
}
.thumb-title {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-weight: 700;
    font-size: 21px;
    color: #0f1b37;
    margin-right: 5px;
}
.member-block-1 .caption1 > span {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #f3b675;
}
.caption1 {
    color: #73787d;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {

	#logo img {
	    border: 0;
	    max-height: 85px;
	}

    .thumb-title {
        font-size: 16px;
    }
    .caption1 {
        color: #73787d;
        line-height: 17px;
        font-weight: 500;
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .thumb-title {
        font-size: 15px;
        margin-bottom: 3px;
        margin-top: 5px;
    }
    .caption1 {
        color: #73787d;
        line-height: 12px;
        font-weight: 500;
        font-size: 12px;
    }
    .caption1 p {
        margin-bottom: 3px;
    }
}
@media (max-width: 767px) {

    .ceo-block .thumb-div {
        margin-top: 20px;
        
    }

    .thumb-title {
        font-size: 17px;
    }
    .caption1 {
        color: #73787d;
        line-height: 17px;
        font-weight: 500;
        font-size: 13px;
    }
    .event-list li.el-title {
        width: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-contact-bar {
        height: 43px;
    }
    .explore-timing-right strong {
        display: none;
    }
    .explore-timing-right span {
        padding-top: 0;
        font-size: 12px;
    }

    .city-news {
    	padding-left: 10%;
    	padding-right: 10%;
    }
    .new-thumb {
		max-height: 250px; 
	}
}
/***********************************************/
@media (min-width: 768px) {
	
	.top-contact-bar {
        background-color: #fff; 
    }
	/* trick to prevent colapsing behaviour case I set colapse to every menu link in single page display: block;ign */
	.topmenu.navbar .collapsing { height:inherit !important; }

	.topmenu.navbar.affix-top {
		background-color: transparent ;
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.topmenu.navbar.affix {
		background-color: rgba(249, 92, 57, 0.9);
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);

		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	}

	#collapsemenu > ul { 
        margin-top: 10px;
        backdrop-filter: blur(5px);
        background-color: rgba(255, 255, 255, 0.20);
        border-radius: 30px;

    }

    .topmenu.navbar.affix-top #collapsemenu ul.navbar-nav {
		margin: 30px 0 0 0 !important;
		transition: 0.3s ease-in-out;
	}
	.topmenu.navbar.affix #collapsemenu ul.navbar-nav {
		margin: 30px 0 0 0 !important;
		transition: 0.3s ease-in-out;
	}

	.topmenu.navbar.affix-top li a:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 2px;
		margin-top: 4px;
		transition: .3s all ease;
		background: linear-gradient(90deg, #cc4c2f 0%, #f95c39 100%);
	}

	.topmenu.navbar.affix li a:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 2px;
		margin-top: 4px;
		transition: .3s all ease;
		background: linear-gradient(90deg, #fcfcfc 0%, #ffffff 100%);
	}

	.topmenu.navbar li:hover a:after {
		left: 10%;
		width: 80%;
	}
	
	.new-thumb {
		max-height: 180px; 
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

    .topmenu .navbar-nav > li {
      margin: 0 20px;
    }

    header.header-carousel {
        height: auto;
    }
    .carousel-caption {
        float: right;
        position: absolute;
        left: 10%;
        right: 10%;
        width: 60%;
        bottom: 10%;
        padding: 15px;
        border-radius: 4px;
    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 40px;
        font-weight: bolder;
        margin-bottom: 20px;
        line-height: 45px;
    }

    .carousel-caption p {
        color: #fff;
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .btn-carved {
	    border-radius: 20px;

	    line-height: 35px;
		border-width: 0px;
		margin: 0px;
		padding: 0px 20px;
		letter-spacing: 0px;
		font-weight: 600;
		font-size: 15px;
	}
    .dt-sc-button {
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {

    .topmenu .logo-main {
        margin-right: 10px;
    }
    .topmenu .navbar-nav > li {
      margin: 0 10px;
    }
	.top-contact-bar {
        height: 100px;
    }
    .header-explore .navbar-brand {
        
        height: 100px;
        padding: 15px 0 0 0;
        transition: none;
        background-size: contain;
        transition: 0.2s ease-in-out;
    }
    #logo img {
    	max-height: 80px;
    }
    .explore-timing.separate {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 5px;
        margin-left: 5px;
    }

    .explore-bottom-right {
        float: right;
        width: auto;
        padding-top: 10px;
    }
    .explore-timing {
        margin-right: 10px;
    }
    .topmenu .navbar-right {
        padding-right: 10px;
    }
    .topmenu .navbar-left {
        padding-left: 10px;
    }
    .topmenu .Social {
        width: 205px !important;
    }

    .topmenu .navbar-nav > li > a {
        /*font-size:17px;*/
        font-size: 11px;
        letter-spacing: 0px;
    }

    .topmenu .Social a {
        width: 27px !important;
        height: 27px !important;
        background-size: 27px !important;
    }
    .explore-timing .dt-sc-button {
    	margin-top: 5px;
    }
    .explore-timing-right.large {
    	font-size: 24px;
    }
    header.header-carousel {
        height: auto;
    }
    .carousel-caption {
        float: right;
        position: absolute;
        left: 10%;
        right: 10%;
        width: 60%;
        bottom: 10%;
        padding: 15px;
        border-radius: 4px;
    }

    .carousel-caption h2 {
        color: #fff;
        font-size: 40px;
        font-weight: bolder;
        margin-bottom: 20px;
        line-height: 45px;
    }

    .carousel-caption p {
        color: #fff;
        margin-top: 5px;
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .btn-carved {
        border-radius: 20px;

        line-height: 35px;
        border-width: 0px;
        margin: 0px;
        padding: 0px 20px;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 15px;
    }
    .dt-sc-button {
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
	
    .topmenu .navbar-nav > li {
      margin: 0 15px;
    }
    .title-style-3 {
        font-size: 26px;
    }
	.top-contact-bar {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .main-containerbg {
        padding: 0;
    }


    #NewsPage img,
    .main-container p img {
        max-width: 100% !important;
    }

    .HomeProductBlock header {
        font-size: 21px;
    }
    .footer-copyright,
    .bottomfooter {
        line-height: 22px !important;
        padding-top: 10px;
        font-size: 12px;
        color: white;
        text-align: center;
    }
}

@media (max-width: 479px) {
	
    .title-style-3 {
        font-size: 24px;
    }



    .main-containerbg {
        padding: 0;
    }

    .footer-copyright,
    .bottomfooter {
        line-height: 22px !important;
        padding-top: 5px;
        font-size: 12px;
        color: #6d654a;
        text-align: center;
    }
    #NewsPage img {
        max-width: 100% !important;
    }

    .HomeProductBlock header {
        font-size: 19px;
    }
}
@media (max-width: 767px) {

	.top-contact-bar {
        background-color: #055083;
    }
	.explore-bottom-right {
        padding-top: 10px;
        padding-bottom: 20px;
        float: none;
        overflow: hidden;
    }
    .explore-timing {
	  color: #fff;
    	display: flex;
    }
    
    .explore-timing.separate {
        border-left: 0;
        padding-left: 0;
        margin-right: 15px;
        margin-left: 0;
        float: left;
    }
    .explore-timing-right.large {
    	font-weight: 400;
    	font-size: 18px;
    	margin-right: 0px;
    	display: flex;
    	line-height: 20px;
    }
    .explore-timing-right.large span a {
	  font-size: 12px;
	  font-weight: 400 !important;
	  color: #fff;
	}
    .explore-timing .dt-sc-button {
    	display: none;
    }

    .explore-timing i {
	  padding-right: 10px;
	  color: #fff;
	}
	.explore-timing-left, .explore-timing-right span {
	  color: #fff;

	}
	.explore-timing-left i {
		font-size: 18px;
	}
	nav.navbar.bootsnav .navbar-header {
		padding: 0 !important;
	}
	.side-logo-main img {
		width: auto;
    	max-height: 70px;
	}
}

.HeaderTitle {
    font-weight: bolder;
    color: White;
    margin-top: 3%;
}

.SubheaderTitle {
    color: White;
    max-height: 70px;
    overflow: hidden;
}

.btn.btn-RedColor {
    color: #a82b2e;
    background-color: white;
    border: 1px solid #bb6567;
    font-weight: bolder;
    font-size: 18px;
}



.footer-copyright {
    color: white;
    line-height: 30px;
}

.bottomfooter-container {
    min-height: 75px;
    background-color: #0d1426;
    line-height: 75px;
}


.bottomfooter {
    line-height: 30px;
    color: white;
    font-size: 12px;
}

.bottomfooter a,
.bottomfooter a:hover {
    color: white;
    font-size: 12px;
}

.footer-container {
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 0;

    background-color:#092046;
}
.py-80 {
    padding-bottom: 80px !important;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo {
    padding-bottom: 27px;
}
.footer-logo img {
    width: auto;
    height: 55px;
}
.footer-widget p {
    color: #bbbbbb !important;
    font-size: 14px;
    text-align: justify;
}
.mt-20, .my-20 {
    margin-top: 20px !important;
}
.position-relative {
    position: relative !important;
}
.mb-10, .my-10 {
    margin-bottom: 10px !important;
}
.px-25, .pl-25 {
    padding-left: 25px !important;
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.position-absolute {
    position: absolute !important;
}
.office-hour {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-form .contact-info li em {
	color: #055083;
}
.contact-form .contact-info li a {
	color: #000000;
}
.contact-info li i, .contact-info li em {
    left: 0;
    top: 6px;
    color: #fff;
}
.contact-info li a, .office-hour li {
    transition: all 300ms ease-in-out 0s;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
.office-hour li {
    color: #bbbbbb;
}
.footer-widget .widget-top {
    margin-top: 6px;
}
.widget-top .title {
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 19px;

}
.primary-downline, .black-downline {
    position: relative;
    padding-bottom: 0;
}
/*
.primary-downline::after, .black-downline::after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 50px;
    height: 3px;
    content: '';
}
*/
.office-hour li span {
    float: right;
    color: #bbbbbb;
}
.office-hour .text-primary {
    font-weight: 500;
}
/*
.primary-downline::after {
    background-color: #f3b675;
}
*/
.d-inline-block {
    display: inline-block !important;
}
.position-relative {
    position: relative !important;
}
.mb-20, .my-20 {
    margin-bottom: 20px !important;
}
.radius-0 {
    border-radius: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.d-inline-block .form-control {
    border-radius: 0;
    /*height: 50px;*/
    border: none;
    box-shadow: none;
    padding: 6px 15px;
}
.btn-warning, .submit-1 {
    background-color: #fff	;
    border-color: #fff !important;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.btn-warning:hover, .submit-1:hover {
	background-color: #f2f2f2;
	color: #000;
}
.right-position {
    position: absolute;
    right: 0;
    top: 0;
}
.social-media-2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px;
    margin-top: 25px;
}
.social-media-2 li, .social-media-1 li {
    display: inline-block;
    margin-right: 10px;
}
.social-media-2 li a {
    border-radius: 0;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    display: block;
    text-align: center;
    font-size: 18px;
    background-color: #f2f2f2;
    color: #0d1426;

}
.social-media-2 li a:hover {
    color: #ffffff;
}
.social-media-2 a.facebook:hover {background-color: #3C5A98;}
.social-media-2 a.twitter:hover {background-color:#34CBFF;}
.social-media-2 a.plus:hover {background-color:#ec6c53;}
.social-media-2 a.rss:hover{background-color:#fe872b;}
.social-media-2 a.linkedin:hover{background-color:#0077b5;}
.social-media-2 a.instagram:hover{background-color:#c728da;}
.social-media-2 a.youtube-play:hover{background-color:#e10000;}
.social-media-2 a.whatsappLink:hover{background-color:#05e800;}

.fa-facebook-f::before {
    content: "\f39e";
}
.fa-twitter::before {
    content: "\f099";
}
.fa-linkedin-in::before {
    content: "\f0e1";
}
.fa-map-marker-alt::before {
    content: "\f3c5";
}
.fa-facebook-messenger::before {
    content: "\f39f";
}
.fa-whatsapp::before {
    content: "\f232";
}
/**************** Home css **************/
.project-block {
	padding-top: 2em;
}
.main-container {
    /*background-color: #f1f1f1;*/
    padding-top: 20px;
}
.news-section {
	padding-top: 2em;
	padding-bottom: 3em;
}


.counter-section {

	padding: 3em 0;
    position: relative;

	background:url('../toronto.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.counter-section i.fa {
    font-size: 2em;
    color: white;
    display: block;
    text-align: center;
    /*text-shadow: 2px 2px 5px black;*/
}
.counter-section .numscroller , .counter-section .plus-addon {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 300;
    color: #f95c39;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
    /*text-shadow: 2px 2px 5px black;*/

    font-family: Merriweather, serif;
    font-weight: 900;
}
.counter-section h6 {
    font-size: 1.5em;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 35px;
    /*text-shadow: 2px 2px 5px black;*/
}
/************* about us ******************/
.one-stop-shop .upper-box {
  position: relative;
  background-color: #ffffff;
  padding: 100px 0 50px;
}
.image-column {
  position: relative;
  margin-bottom: 25px;
}
.inner-column {
  position: relative;
}
.image-column .image-box {
  position: relative;
}
.image-column .image img {
  max-width: 100%;
  height: auto;
}
.sec-title {
  margin-bottom: 15px;
}
.sec-title h2 {
  line-height: 1.4em;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 1.4em;
  color: #000;
  font-weight: 700;
}
.sec-title h2 a {
	color: #000;
}
.sec-title h2 span {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	color: #055083;
}

.sec-title .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 20px;
}
.list-style-two {
  position: relative;
  padding: 0 10px;
}
.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #464646;
  font-weight: 400;
  margin-bottom: 2px;
  list-style: none;
}
.list-style-two li::before {
 
	  content: "\f058";
	font-family: 'Font Awesome 5 Solid';
	font-weight: 800;
	color: #055083;
	font-size: 14px;
  padding-right: 15px;

}

.services-section {
  position: relative;
  padding: 100px 0 100px;
  background-color: #e4edf4;
}
.services-section .service-block .inner-box {
  margin: 20px auto;
}
.service-block .inner-box {
  position: relative;
  padding: 0 0 40px;
  text-align: center;
  background-color: #f2f6fa;
  box-shadow: 0 0 13px rgba(0,0,0,0.05);
  transition: all 300ms ease;
  max-width: 300px;
}
.service-block .inner-box::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 51%;
  height: 100%;
  background-color: #055083;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 500ms ease;
}
.service-block .inner-box::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 51%;
  height: 100%;
  background-color: #055083;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 500ms ease;
}
.service-block .icon-box {
  position: relative;
  display: inline-block;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 20px;
  z-index: 1;
}
.service-block .icon-box {
  line-height: 105px;
  text-align: center;

}
.service-block .icon-box img {
}
.service-block .icon-box .icon {
  position: relative;
  display: block;
  font-size: 60px;
  color: #0d61a8;
  transition: all 300ms ease;
}
.service-block .icon-box .icon {
  font-size: 60px;
  color: #0d61a8;
}
.service-block h5 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #181e44;
  font-weight: 700;
  margin-bottom: 15px;
  z-index: 1;
}
.service-block h5 a {
  color: #000;
  display: inline-block;
  transition: all 300ms ease;
}
.service-block .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 20px;
  transition: all 300ms ease;
  z-index: 1;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.service-block .link-box {
  position: relative;
  z-index: 1;
}
.service-block .link-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #055083;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  transition: all 300ms ease;
}
.service-block .inner-box:hover {
  box-shadow: 0 0 25px rgba(0,0,0,0.20);
}
.service-block .inner-box:hover::before, 
.service-block .inner-box:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block .inner-box:hover h5 a {
  color: #ffffff;
  text-decoration: underline;
}
.service-block .inner-box:hover .text {
  color: #ffffff;
}
.service-block:hover .link-box a {
  color: #ffffff;
}

.feature-bar {
	background-color: #f7f7f7;
	padding: 2em 0;
}
.feature-bar .image-box {
	text-align: center;
}
.feature-bar .image-box img {

  transform: scale(0.7);
  transition: all 300ms ease;
  filter: grayscale(1);
}
.feature-bar .image-box:hover img {

  transform: scale(0.8);
  filter: grayscale(0);
}
/*********************************************************/
@media (min-width: 768px ) and (max-width: 1199px) {
    .news-section h2.title { 
        font-size: 25px;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
	
    .one-stop-shop .upper-box {
    	padding-top: 0px;
    }
    .one-stop-shop .image-column .image-box {
    	text-align: center;
    }
    .one-stop-shop .image-column .image-box img {
    	max-width: 600px;
    }
    
    .news-section h2.title { 
        font-size: 24px;
    }
	.about-block h2 {
		font-size: 25px;
	}
	.about-block p {
		margin-left: 0em !important;
		margin-right: 0em !important;
	}
	.counter-section i.fa {
    	font-size: 2em;
	}
	.counter-section .numscroller , .counter-section .plus-addon {
    	font-size: 1.7em;
	}
    .counter-section h6 {
	    font-size: 1.2em;
        margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
    
    .one-stop-shop .upper-box {
    	padding-top: 0px;
    }
    .one-stop-shop .image-column .image-box {
    	text-align: center;
    }
    .one-stop-shop .image-column .image-box img {
    	max-width: 300px;
        margin: 0 auto;
    }
    .feature-bar .image-box img {
	  transform: scale(1);
	  transition: all 300ms ease;
	  filter: grayscale(1);
	}
	.feature-bar .image-box:hover img {

	  transform: scale(1.1);
	  filter: grayscale(0);
	}

    .news-section h2.head { 
        font-size: 25px;
        letter-spacing: 0;
    }
    
    .news-section h2.title { 
        font-size: 24px;
    }

    .counter-section .numscroller , .counter-section .plus-addon {
        font-size: 2em;
    }
    .counter-section h6 {
        font-size: 1.5em;
        margin-bottom: 40px;
    }
}
/***************************************************/

.course-block {
    border: 1px solid #eeeeee;
    overflow: hidden;
    height: 130px;
    padding: 10px;
    margin-bottom: 10px;
}

.course-block .img-col {
    padding: 0;
}

.course-block .title-col {
    font-weight: 500;
    color: #2c2c2c;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.embed-responsive {
    /*max-width:600px;
    max-height:450px;
    margin-right:auto;
    margin-left:auto;*/
}


/****************************************************/


/*
.Subject-img
{
}
.Subject-block
{
    background-color:#fbfbfb;
    padding-top:20px;
}
.Subject-block .Container
{
    padding-left:0;
    padding-right:0;
}
.Subject-row
{
    
}
.subject-small-section
{
    margin-bottom:20px;
    background-size:contain;
}
.subject-Large-section
{
    overflow:hidden;
}
*/

@media (min-width: 768px) {
    /*
    .subject-Large-section
    {
        overflow:hidden;
    }
    .Subject-Large
    {
        width:100%;
        height:300px;
        display:block;
        background-size:cover;
        
        transition:0.35s ease-in-out;
        overflow:hidden;
        position:relative;
    }
    .Subject-Large .img-thumb
    {
        width:100%;
        height:300px;
        
        background-size:cover;
        transition:0.35s ease-in-out;
    }
*/

    .list-style-two li {
      position: relative;
      font-size: 16px;
      line-height: 24px;
      color: #464646;
      font-weight: 400;
      margin-bottom: 2px;
      list-style: none;
      width: 50%;
      float: left;
      display: flex;
    }

    .product-link {
        height: 300px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {

    .counter-section .numscroller {
        margin-top: 25px;
    }

    .main-container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}




@media (min-width: 768px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {
    .HeaderTitle {
        font-size: 27px;
    }
    .HeaderCell {
        text-align: center;
    }
}

.footer-menu-section {
    padding: 15px 10px 15px 10px;
    overflow: hidden;
}

.footer-menu-section .Contactus {
    color: white;
    font-size: 18px;
    
    overflow: hidden;
    padding: 10px;
    font-weight: 800;
}


/***** sub menu ****/

.FooterBlock {

    /*min-height:300px;*/
    overflow: hidden;
}

.footer-menu-section .SubMenu {
    list-style-type: none;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
}

.footer-menu-section .SubMenu li {
    white-space: normal;
    margin-bottom: 10px;
}

.footer-menu-section .SubMenu li i {
    color: white;
    padding-right: 5px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.footer-menu-section .SubMenu li span {
    display: inline-block;
}

.footer-menu-section .SubMenu li span,
.footer-menu-section .SubMenu li a {
    text-decoration: none;
    color: white;
    white-space: normal;
    font-size: 13px;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    font-weight: normal;
}

.footer-menu-section .SubMenu li A:hover {
    text-decoration: none;
    color: white;
}

.dl-contact dt {
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.dl-contact dd {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
    direction: ltr;
	color: white;
}
.dl-contact dd a {
	color: white;
}
.dl-contact dt i {
	font-size: 18px;
	color: white;
}
.dl-horizontal dt {
    
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-danger-reverse {
	color: #fff;
	background-color: transparent;
	border:2px solid white;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}
.btn-danger-reverse:hover, .btn-danger-reverse:focus {
	color: #000;
	background-color: white;
	border-color: white;
	transition: 0.3s ease-in-out;

}
.FooterSocial {

    height: 32px;
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.FooterSocial .SocialBlock {
    margin: 0 !important;
}

.footer-logo {
    text-align: center;
    display: block;
}

.footer-logo img {
    text-align: center;
    display: block;
}

.footer-co-title {
    display: block;
    text-align: center;
    color: Silver;
    padding-top: 10px;
}


/************************************/

Label.error {
    color: red;
    padding-right: 2px;
}

Label.sucess {
    color: #339900;
    padding-right: 2px;
}

Label.block {
    display: block;
    padding: 4px;
    background: #FFFFCC;
}


/***************************************************************************/

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.btn .fa {
    font: normal normal normal 14px/1.42857143 FontAwesome;
}


/************* social icons ***************/

.fa-social {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 30px;

    margin-right: auto;
    margin-left: auto;
    width: 233px;
}

.fa-social li {
    display: inline-block;
    margin: 0 4px;
}

.fa-social a {
    width: 50px;
    height: 50px;
    
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    display: block;
    text-align: center;
}

.fa-social i:before {

    color: #fff;
    font-size: 15px;
    line-height: 49px;
}

.title-icon {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 12px;
    font-weight: normal;
}

.lang {
    float: left;
    margin: 10px 10px 0px 0px;
    color: #c09a4f;
    font: 16px/30px 'NeoSansArabic';
}

.lang:hover {

    color: #c09a4f;
    text-decoration: underline;
}


.top-bar-social .fa-social {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    
    margin-right: auto;
    margin-left: auto;
}
.top-bar-social .fa-social li {
    display: inline-block;
    margin: 0 12px;
}
.top-bar-social .fa-social a {
    vertical-align: middle;
    color: #68605e;
}
.top-bar-social .fa-social a:hover {
    vertical-align: middle;
    color: #000;
}

.fa-social a:hover {
    /*color: #7e6f40;*/
}


.fa-social a.facebook:hover {color: #3C5A98;}
.fa-social a.twitter:hover {color:#34CBFF;}
.fa-social a.plus:hover {color:#ec6c53;}
.fa-social a.rss:hover{color:#fe872b;}
.fa-social a.linkedin:hover{color:#0077b5;}
.fa-social a.instagram:hover{color:#c728da;}
.fa-social a.youtube-play:hover{color:#e10000;}

.fa-search:before {
    content: "\f002";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-facebook:before {
    content: "\f39e";
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-play:before {
    content: "\f04b";
}

.fa-youtube-play::before {
    content: "\f167";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-map-marker:before {
    content: "\f3c5";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-phone:before {
    content: "\f095";
}
.fa-print:before {
    content: "\f02f";
}
.fa-phone-volume::before {
    content: "\f2a0";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-arrow-circle-up::before {
    content: "\f0aa";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-user:before {
  content: "\f007";
}
.fa-headset:before {
	content: "\f590";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-handshake:before {
	content: "\f2b5";
}
.fa-plane-departure:before {
	content: "\f5b0";
}
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-university:before {
	content: "\f19c";
}
.fa-user-tie:before {
	content: "\f508";
}
.fa-clock::before {
    content: "\f017";
}
.fa-arrow-right::before {
	content: "\f061";
}
.fa-arrow-left::before {
	content: "\f060";
}
.fa-file-alt::before {
    content: "\f15c";
}
.fa-linkedin::before {
    content: "\f08c";
}



/*************** About us ******************/
.about-block .about-col {
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}
.about-block i, .about-block em {
	font-size: 42px;
	color: #c2c2c2;
	text-align: center;
	margin-bottom: 0.8em;
}
.about-block h2 {
	color: #ec1c24;
	font-weight: 800;
}
.about-block p {
	text-align: justify;
	margin-left: 2em;
	margin-right: 2em;
}
/*********************/
/** service Section at home **/
.service-item {
    
}

.service-item div.img-container {
    width: 300px;
    margin: auto;
    height: 100%;
    border-radius: 20px;
    position: relative;
    cursor: default;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: 8px solid #ddad9f;
}
.service-item div.img-container::before {
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    content: "";

    background: rgba(221, 173, 159, 0.7);
    width: 0;
    height: 0;

}
.service-item:hover div.img-container::before {
    transform: scale(1);
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    top: 0;
    left: 0;
}
.service-item img {
    
}
.service-item .title {
    font-size: 24px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}
.service-item:hover .title {
    color: #ddb2c6;
}
.service-item .brief {
    font-size: 18px;
    
}
/*********** schadule and appointment section **************/
.wide-banner {

    background-attachment: fixed;
    background-size: cover;
    padding: 6em 0 4em 0;
    
}
.wide-banner-content {
    position: relative;
}
.wide-banner-content-inner {
    padding: 3em;
    position: absolute;
    top: 50%;
    background: rgba(176, 171, 171, 0.9);
    transform: translateY(50%);
}
.hours-detail ul {
    list-style: none;
    padding: 0;
}
.hours-detail ul li {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    position: relative;
}
.hours-detail ul li i, .hours-detail ul li em {
    width: 50px;
    height: 100%;
    font-size: 30px;
    
    
    position: absolute;
    
    
}

.wide-banner-content ul li h2 {
    margin-bottom: 5px;
    font-weight: normal;
}
.wide-banner-content ul li span {
    color: #1c1c1c;
}
.hours-detail {
    background-color:rgba(0,0,0,0);
    border:8px solid rgba(0,0,0,0);
}
.hours-detail h6 {
    color:#535353;
    font-size: 18px;
    font-weight: bold;
}
.hours-detail h2 {
    color:#535353;
    font-size: 30px;
}
.wide-short-desc {

}
.wide-banner-content-inner h2 {
    color:#ffffff;
    font-size: 24px;
    margin: 0 0 15px;
    line-height: 1.1;
    
}
.wide-banner-content-inner h4 {
    color:#ffffff;
    font-weight: bold;
    font-size: 32px;
    margin: 0 0 15px;
    line-height: 1.1;
}
.wide-short-desc p {
    color:#1c1c1c;
}
/******** owl carousel  *************/
.service-carousel h2.title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #a7b3ab;
    position: relative;
}
.service-carousel h2.title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #a7b3ab;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-carousel .owl-carousel .owl-thumbnail img {
    width: auto !important;
    height: auto !important;
}
.service-carousel .owl-carousel .owl-thumbnail {
    height: 100px;
}
.service-carousel .owl-carousel h2 {
    color: #535353;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

/************ About *************/
#about h2.title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #a7b3ab;
    position: relative;
}
#about  h2.title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #a7b3ab;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#about h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #535353;
    position: relative;
}
.about-p {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 30px;
}
.ed_item_img {
    padding-top: 20px;
}
.ed_item_description .main-title-2 {
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
}
.ed_item_description p, .text-container p {
    text-align: justify;
}
a.readmore {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    line-height: 27px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #a0a0a0;
    padding: 0 20px;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
a.readmore:hover {
    border-color: #d94148;
    background-color: #d94148;
    color: #fff;
}
/* Home Register */
.register-now-block {
	background:url('../registerbg.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
    position: relative;
	padding: 4em 0 5em 0;
}
.register-now-block::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.register-text-block .title, .register-form-block .title {
	text-transform: capitalize;
	color: white;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.1;
}
.register-text-block h6 {
	color: #fff;
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.register-text-block p {
	color: white;
	text-align: justify;
    text-align-last: center;
}
.register-form-block form {
	padding-top: 2em;
}

.register-form-block form label.error {
    color: red;
    padding-right: 2px;

    font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.5rem;
	margin-bottom: 0;
	padding-bottom: 0;
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
}

.register-form-block .form-control, .register-form-block .btn {
	border-radius: 0;
	height: 45px;
}
/*****************/
.project-block p{
	line-height: 1.4em;
}

/**************.Net Fixed********************/

.FBComments {
    /*direction:ltr;
	float:left;*/
    overflow: hidden;
    display: inline-block;
}

.BodyCell {
    padding: 5px;
    background-color: white;
    background-image: none;
    font-size: 15px;
}

.HeaderCell {
    /*background-color: #365f91;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: White;
    padding: 7px;
    margin-top: 0;*/
    color: #143b7b;
    /*border-bottom: 3px solid #3b3b79;*/
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 20px;
}
.HeaderCell .CategoryName {
	display: block;
	clear: both;
	margin-bottom: 15px;
}
#LikeBox {
    width: 90px;
    float: left;
}

.ShareBox {
    width: 300px;
    float: left;
}

.ShareBox iframe {
    border: none;
    margin: 0 2px;
    float: left;
}

.ShareBox .Facebook {
    background: url(../social/share.png) no-repeat 0 0;
    width: 60px;
    height: 20px;
    display: inline-block;
    border: 0;
    margin-left: 0px;
    margin-right: 1px;
    float: left;
}

.ShareBox .Twitter {
    background: url(../social/share.png) no-repeat -60px 0;
    width: 55px;
    height: 20px;
    display: inline-block;
    border: 0;
    margin-left: 0px;
    margin-right: 1px;
    float: left;
}


/*#########################################################################*/


/***************************************************************************/


/***************************************************************************/

.Our-Team {
    background: url(../piclib/team.jpg) no-repeat center 0;
    display: block;
    overflow: hidden;
    max-width: 650px;

    color: White;
    margin-right: auto;
    margin-left: auto;

    clear: both;
    margin-bottom: 20px;
}


.partner-block {
    height: 110px;
    text-align: center;
    border: 1px solid #ddd;
}
.partner-block img {
    max-height: 100px;
    border: none;
}
/********** Board Members ****************/
.vc_column_container, .vc_column-inner {
    border-color: #e5e5e5;
}
.w-person {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 350px;
}
.w-person.layout_square .w-person-image, .w-person.layout_circle .w-person-image {
    overflow: hidden;
    z-index: 1;
}
.w-person-image {
    position: relative;
}
.w-person-image img {
    display: block;
    width: 100%;
}
.w-person.layout_square .w-person-links, .w-person.layout_circle .w-person-links {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
    transition: transform 0.3s;
    transform: translate3d(0,-100%,0);
    background: rgba(30,30,30,0.8);
    color: #fff;
}
.w-person-links-list {
    display: flex;
    justify-content: center;
}
.w-person.layout_square .w-person-links-list, .w-person.layout_circle .w-person-links-list {
    position: relative;
    top: 50%;
    padding: 1rem;
    transform: translateY(-50%);
}
.w-person-links-item {
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: none;
    color: #fff;
}
.w-person-links-item::before {
    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.w-person-links-item:hover::before {
    background: #1b98e0;
}
.w-person-links-item:hover::before {
    display: block;
}
.w-person-links-item i {
    position: relative;
    vertical-align: top;
    line-height: inherit;
}
.w-person-links-item:hover {
    color: #fff !important;
}
.w-person-content {
    padding: 1rem 0;
    height: 100px;
    max-height: 100px;
}
.w-person-name {
    color: #1b98e0;
    margin: 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.w-person-role {
    font-size: 14px;
    line-height: 1.5;
    opacity: 1;
}
.w-person.layout_square:hover .w-person-links, .w-person.layout_circle:hover .w-person-links {
    transform: translate3d(0,0,0);
}

@media (max-width: 991px) {
    .wide-banner-content-inner {
        padding: 2em;
        position: relative;
        top: 50%;
        background: rgba(176, 171, 171, 0.9);
        transform: translateY(0);
    }
}
@media (max-width: 579px) {
    .Our-Team {
        background-size: contain;
        padding-top: 60%;
    }
    .table.img-compact td img {
        max-width: 100px !important;
        height: auto !important;
    }
}




@media (min-width: 768px) {
    .Our-Team {
        min-height: 410px;
    }
}
@media (max-width: 767px) {
    .ed_item_description .main-title-2 {
        margin-top: 20px;
        padding-top: 0;
    }
}


.Our-Team .Team-Text {
    background: url(../aboutbg.png);
    margin: 20px;
    padding: 10px;
}

.Our-Team .Team-Text h4 {
    font-weight: bold;
    text-align: center;
}

.SubHeader {
    background-color: #d8d8d8;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: #365f91;
    padding: 5px;
    margin-top: 0;
    font-size: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.white-space-normal .btn {
    white-space: normal;
}
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.6.5
*/
.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  clip: rect(0, auto, auto, 0);
  pointer-events: none; }

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }

.rd-parallax-layer-holder {
  pointer-events: all; }

.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; 
}

.rd-parallax-swiper {
  z-index: 1 !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 7px;
    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: 125px;
}
.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:10px;
    
}
.owl-theme .owl-nav .owl-next::before {  
    content: "\f054";
    margin-right:10px;
    
}
.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 18px/1 'Font Awesome 5 Solid';
  color: #869791;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}
.owl-theme .owl-nav .owl-prev:hover:before, .owl-theme .owl-nav .owl-next:hover:before {

  color: #000 !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


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

@media (min-width: 1200px) {

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

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


@media (max-width: 767px) {

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

    .owl-carousel .owl-nav {

        display: none;
    }
}@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}
#owlcarousel.owl-theme .owl-nav .owl-prev {
  Left: -30px;
}
#owlcarousel.owl-theme .owl-nav .owl-next {
  Right: -40px;
}

.owl-theme .owl-nav .owl-prev {
  Left: -50px;
}
.owl-theme .owl-nav .owl-next {
  Right: -50px;
}
.scroll-top-wrapper {
    Right:10px; 
}

.service-item div.img-container::before {

    Left: 50%;
    Right: 0;
}
.dl-horizontal dt {
  float: Left;
}
.dl-contact dd {
  text-align: Left;
}
.explore-timing-left {

}
.explore-timing-right {
    text-align: Left;
    padding-top: 0px;
}
nav.navbar.bootsnav .navbar-toggle {
        float: Right !important;
}
.navbar-brand {
   float: Left !important;
}
.wide-banner {
    background: #fff url('../openinghours-bg_EN.jpg') no-repeat center center;
}
.hours-detail ul li i, .hours-detail ul li em {
  Left: 0; 
  margin-Right: 25px; 
  float: Left;
  border-Right: 1px solid;
}
.contact-icon-content {
    margin-Left: 75px;
}
.sonar-emitter {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ddad9f;
}
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddad9f;
  z-index: -1;
  pointer-events: none;

  animation: sonarWave 2s linear infinite
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.preloader-new {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../preloader.svg');
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: white;

    background: #ffff url("../loader.svg") no-repeat center center;
}
/*
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
}
*/
.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 #9f8a3f;
     border-top-color:black;
     animation:spinner 0.9s linear infinite;


}
@-webkit-@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}
@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}

.arabic-font {
  font-family: "Cairo", sans-serif;
}
.english-font {
        font-family: "Instrument Sans", sans-serif;
}


    body, td {
        font-family: "Instrument Sans", sans-serif;
    }
    
    h1, h2, h3, h4, h5, h6, .carousel-caption h2 {
        font-family: 'Instrument Sans', sans-serif;
    }
    
    .open-sans, , .carousel-caption p {
        font-family: "Instrument Sans", sans-serif;
    }
    .letter-spacing-1 {
        letter-spacing: 1px;
    }
    .letter-spacing {
        letter-spacing: 0.5px;
    }
    header#header p {
        letter-spacing: .2rem;
    }
    header#header h1 {
        font-family: 'Instrument Sans', sans-serif;
        font-size: 64px;
    }

    .sort-info ul li::before {
        margin-right: 10px;
    }
    
    .owl-theme .owl-nav .owl-prev:before {
      content: "\f104";
    }

    .owl-theme .owl-nav .owl-next:before {
      content: "\f105";
    }
    
    .ed_item_description p {
      text-justify: distribute;
    }
    @media (min-width: 768px) and (max-width: 991px) {

    }
    @media (min-width: 768px) 
    {
        
    }
    @media (max-width: 767px) 
    {
        header#header h1 {
            font-size: 30px;
        }
    }



body
{
    direction:ltr;
}
/********************** Bootstrap two AR/EN Lang support **************/
.topmenu .Social a 
{
    float:Left; 
}





@media (min-width: 768px) 
{
    
    .explore-bottom-right {
        float: Right;
    }
}
@media (max-width: 767px) 
{
    .explore-timing-right {
    }

    .topmenu .navbar-nav 
    {
        padding-right: 10px;
        padding-left: 10px;
        border-top: 0 !important;
    }
    .topmenu .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

