@import url('../../../../../https@fonts.googleapis.com/css@family=Open+Sans_3A400,700_7CRoboto_3A400,500,700');

/* ==========================================================================
   All Import File List
   ========================================================================== */


/* ==========================================================================
   Global Styles
   ========================================================================== */
@media (max-width: 768px) {
.container
{  
  right:0 !important;
  -webkit-right:0 !important;
  -moz-right:0 !important;
  -o-right:0 !important;
  -ms-right:0 !important;
}
  } 
body {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	margin: 0;
	line-height: 25px;
	background-color: #fff !important;
	-webkit-box-sizing: box-sizing;
	-moz-box-sizing: box-sizing;
	box-sizing: box-sizing;
	direction: rtl !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 200;
    line-height:22px;
}

p {
	color: #444;
	font-size: 14px;
	font-weight: 200;
}

a {
	color: #e91e63;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	color: #e91e63;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a.main-button,
  input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  a.main-button:hover,
  input[type="submit"]:hover {
    background: #444;
    color: #fff;
  }
  
  a.main-button i {
    font-size: 1.2em;
  }
  
  input[type="submit"] {
    border: none;
  }

    input[type="submit"] {
    outline: none;
  }

      .filter-form input[type="submit"] {
    font-family: 'irs-n' !important;
    height: 50px !important;
    margin-right: 20px !important;
    width: 80% !important;
  }
          input[type="submit"] {
      font-family: 'irs-n' !important;
    }
ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol {
	list-style: none;
}

.section {
	padding: 60px 0;
}

.section-title {
	color: #2d2d2d;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	padding: 15px 0px;
	margin-bottom: 0;
	margin-top: 0;
	direction: rtl !important;
	line-height: 1.7;
}

.section-subcontent {
	font-size: 15px;
	text-align: center;
	padding-bottom: 30px;
}

.small-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
}

.btn {
	padding: 10px 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.btn:focus {
	color: #fff;
	box-shadow: none;
	outline: none;
}

.btn-common {
	color: #FFF;
	background: #e91e63;
}

.btn-common:hover {
	color: #fff;
	box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(233, 30, 99, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.02);
}

.btn-border {
	color: #777777;
	background: #fff;
	box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}

.btn-border:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	box-shadow: none;
}

.btn-border:focus {
	color: #2d2d2d !important;
}

.btn-lg {
	font-size: 15px;
	padding: 14px 40px;
	text-transform: uppercase;
}

.btn-small {
	padding: 11px 25px;
	font-size: 12px;
	text-transform: uppercase;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: 1;
}


/* ==========================================================================
 Back to top
 ========================================================================== */

.back-to-top {
	position: fixed;
	bottom: 35px;
	right: 40px;
	display: none;
	z-index: 99;
}

.back-to-top i {
	display: block;
	width: 40px;
	font-size: 20px;
	height: 40px;
	background: #e91e63;
	color: #fff;
	text-align: center;
	box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.08);
	line-height: 32px;
	border-radius: 50%;
}


/* ==========================================================================
   Page Header
   ========================================================================== */

.page-header {
	padding: 0;
	margin: 0;
	position: relative;
	background: url(../img/background/header-bg.jpg);
	background-size: cover;
	background-position: 0px 0px, 50% 50%;
	min-height: 160px;
}

.page-header:before {
	background: rgba(34, 34, 34, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
}

.page-header .page-header-inner {
	position: absolute;
	color: #fff;
	bottom: 10px;
}

.page-header .page-title {
	text-align: left;
	color: #fff;
	font-size: 40px;
	padding: 15px 0;
	margin-bottom: 10px !important;
}

.page-header .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 9;
}

.page-header .breadcrumb li {
	line-height: 25px;
	color: #e91e63;
}

.page-header .breadcrumb li a {
	color: #fff;
}

.page-header .breadcrumb li a:hover {
	color: #e91e63;
}


/* ==========================================================================
   Navigation Main Menu
   ========================================================================== */


/* ==========================================================================
   Roof Section Start
   ========================================================================== */

#roof {
	color: #fff;
	font-size: 14px;
	background: #e91e63;
}

#roof .info-bar-address {
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
}



#roof .quick-contacts span {
	margin-right: 10px;
	line-height: 40px;
}

#roof .quick-contacts a {
	color: #fff;
}

#roof .quick-contacts i {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #e91e63;
}

.navbar-default.affix {
	width: 100%;
	top: 0;
	background: #2d2d2d;
	z-index: 99999;
	-webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
	-moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
	-o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
	transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.navbar-event.affix {
	background: #fff !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background: transparent;
	color: #fff;
}

.navbar-default {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.navbar-brand {
	position: relative;
	padding: 0px 15px;
}

.navbar-nav a {
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-o-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.navbar-default .navbar-nav {
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-default .navbar-nav li a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	display: block;
	padding: 30px 0px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 24px;
	font-weight: 400;
	outline: 0;
}

.navbar-default .navbar-nav li a:before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	left: 1px;
	bottom: 21px;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li .active > a,
.navbar-default .navbar-nav li a:focus {
	color: #fff;
	background: transparent !important;
}

.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a:focus:before {
	color: #fff;
	width: 100%;
}

.navbar-default .navbar-nav .active > a:before {
	width: 100%;
}

.navbar-event {
	background: #fff;
}

.navbar-event .navbar-nav li a {
	color: #222222;
	padding: 0 20px;
	margin-right: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	border-radius: 50px;
}

.navbar-event .navbar-nav li a:before {
	display: none;
}

.navbar-event .navbar-nav li a:hover,
.navbar-event .navbar-nav li .active > a,
.navbar-event .navbar-nav li a:focus {
	color: #e91e63;
}

.navbar-event .navbar-nav > .dropdown:hover > ul.dropdown-menu {
	display: block;
	-webkit-animation: fadeInUpMenu 0.3s;
	-moz-animation: fadeInUpMenu 0.3s;
	-ms-animation: fadeInUpMenu 0.3s;
	-o-animation: fadeInUpMenu 0.3s;
	animation: fadeInUpMenu 0.3s;
}

.navbar-event .dropdown .dropdown-menu {
	padding: 0;
	border-style: solid;
	border-width: 2px 0 0 0;
	border-radius: 0;
	left: -20px;
	right: 0;
	top: 78px;
	width: 170px;
	border-color: #e91e63;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-event .dropdown .dropdown-menu > li > a {
	color: #222222;
	padding: 2px 20px;
	border-radius: 0;
	margin: 0;
	text-transform: none;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	text-align: right !important;
}

.navbar-event .dropdown .dropdown-menu > li > a:hover,
.navbar-event .dropdown .dropdown-menu > li > a .active {
	color: #e91e63;
}

.navbar-event .dropdown .dropdown-menu > li.active > a {
	background: #e91e63 !important;
	color: #fff;
}

@-webkit-keyframes fadeInUpMenu {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUpMenu {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.navbar-event .fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}

.navbar-event .navbar-nav > .active > a,
.navbar-event .navbar-nav > .active > a:focus,
.navbar-event .navbar-nav > .active > a:hover {
	background: #e91e63 !important;
	color: #fff !important;
}

.navbar-event .navbar-nav > .active > a,
.navbar-event .navbar-nav > .active > a:hover {
	color: #fff !important;
}

.navbar-event .navbar-nav > .open > a,
.navbar-event .navbar-nav > .open > a:focus,
.navbar-event .navbar-nav > .open > a:hover {
	background: transparent;
}

.caret {
	border-top: none;
	border-right: none;
	position: relative;
    border-top:0px !important;
}

.caret:before {
	content: "\e604" !important;
	font-family: 'Simple-Line-Icons' !important;
	left: -2px;
	top: -20px;
	font-size: 11px;
	float: right;
	position: absolute;
}

.wpb-mobile-menu {
	display: none;
}

.slicknav_menu {
	display: none;
}

@media screen and (max-width: 767px) {
	#wpb-mobile-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_nav .active a {
		background: #e91e63;
		color: #fff;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .active {
		color: #e91e63;
	}
	.slicknav_nav .dropdown li a.active {
		background: #e91e63;
		color: #fff;
	}
}


/* ==========================================================================
   Carousel Main Slider
   ========================================================================== */
/*================================================== 
     Slideshow
 ================================================== */
  /*-- Main slide --*/
  
  #main-slide .item img {
    width: 100%;
  }
  
  #main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }
  
  #main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
  }
  
  #main-slide .slider-content {
    top: 30%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  
  #main-slide .carousel-indicators {
    bottom: 30px;
  }
  
  .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
  }
  
  #main-slide .carousel-control.left,
  #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
  }
  
  #main-slide .carousel-control.left span {
    padding: 15px;
  }
  
  #main-slide .carousel-control.right span {
    padding: 15px;
  }
  
  #main-slide .carousel-control .fa-angle-left,
  #main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
  }
  
  #main-slide .carousel-control .fa-angle-left {
    left: 0;
  }
  
  #main-slide .carousel-control .fa-angle-right {
    right: 0;
  }
  
  #main-slide .carousel-control i {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  #main-slide .slider-content h2 {
    font-size: 76px;
    font-weight: 100;
    text-transform: uppercase;
    color: #555;
  }
  
  #main-slide .slider-content h2.white,
  #main-slide .slider-content h3.white {
    color: #fff;
  }
  
  #main-slide .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
  }
  
  .slider.btn {
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  }
  
  .slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC
  }
  
  .slider.btn.btn-default:hover {
    background: #000;
    color: #fff;
  }
  
  .slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
  }
  
  .slider-content-right {
    position: relative;
  }
  /*-- Animation --*/
  
  .carousel .item.active .animated1 {}
  
  .carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
  }
  
  .carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
  }
  
  .carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
  }
  
  .carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
  }
  
  .carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
  }
  
  .carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
  }
  
  .carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
  }
  /*------------------------------------------*/

/* ==========================================================================
   Carousel Area Style
   ========================================================================== */

#carousel-area {
	background-color: #E9E9E9;
	overflow: hidden;
}

#carousel-area .carousel-inner:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	z-index: 9;
}

#carousel-area .carousel-inner .item {
	background-attachment: fixed;
	background-size: 100%;
	background-size: cover;
	z-index: 10;
}

#carousel-area .carousel-inner .item .carousel-caption {
	top: 22%;
	right: 10%;
	left: 10%;
}

#carousel-area .carousel-inner .item .carousel-caption h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 60px;
	color: #fff;
	margin: 40px;
}

#carousel-area .carousel-inner .item .carousel-caption .btn {
	margin: 0 15px;
}

#carousel-area .carousel-control {
	z-index: 10;
	width: 35px;
	height: 55px;
	top: 45%;
	font-size: 40px;
	padding: 10px 5px;
	box-shadow: none;
	background-image: none;
	margin-top: -35px;
	text-shadow: none;
}

#carousel-area .left.carousel-control {
	left: 5%;
}

#carousel-area .right.carousel-control {
	right: 5%;
}

#carousel-area:hover .carousel-control {
	display: block;
}


/* ==========================================================================
   Rev Scroll Button
   ========================================================================== */

.rev-scroll-btn {
	position: relative;
	display: inline-block;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 55px;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 23px;
	margin-top: 80px;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #fff;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}


/* SCROLL DOWN BUTTON */

@-webkit-keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@-moz-keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}


/* ==========================================================================
   Custom Componet
   ========================================================================== */


/* ==========================================================================
   Countdown Style Start
   ========================================================================== */

.countdown-timer .text {
	padding: 10px 68px;
}

.countdown-timer .text h2 {
	font-size: 40px;
	line-height: 48px;
}

.countdown-timer .text h4 {
	color: #e91e63;
	margin-bottom: 10px;
	line-height: 24px;
}

.countdown-timer .text p {
	font-size: 14px;
	line-height: 30px;
}

.countdown-timer .btn-lg {
	margin-top: 30px;
}

.time-count div {
	float: left;
	text-align: center;
}

.time-entry {
	display: inline-block;
	min-width: 110px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 15px 15px 20px 15px;
	margin-right: 20px;
	color: #777;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
}

.time-entry span {
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	display: block;
	color: #e91e63;
	margin-bottom: 10px;
}

.time-countdown {
	margin-top: 68px;
}


/* ==========================================================================
   Event location
   ========================================================================== */

#event {
	background: url(../img/background/bg-1.jpg);
	background-size: cover;
	position: relative;
}

#event .tab-block {
	width: 100%;
	text-align: center;
	border-right: 1px dotted #777;
	margin-bottom: 30px;
}

#event .tab-block .icon {
	text-align: center;
	margin-bottom: 15px;
}

#event .tab-block .icon i {
	font-size: 40px;
	color: #e91e63;
}

#event .tab-block .desc h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

#event .tab-block .desc p {
	color: #ADADAD;
}

#event .last-block {
	border-right: none;
}

#event .content-text {
	text-align: center;
	padding: 6px 60px;
}

#event .content-text h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 22px;
}

#event .content-text p {
	color: #ADADAD;
	font-size: 18px;
	line-height: 28px;
}


/* ==========================================================================
   Featured Style Start
   ========================================================================== */

.featured-box {
	padding: 20px;
	text-align: center;
}

.featured-box .icon {
	padding: 15px;
}

.featured-box .icon i {
	color: #e91e63;
	font-size: 48px;
}

.featured-box h4 {
	font-size: 22px;
	padding: 10px 0;
	font-weight: 500;
	color: #2d2d2d;
}
  /*************** Icons ***************/
    .service-content > h4 {
    font-family: 'irs-n';
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .service-content > p {
    font-size: 14px !important;
    text-align: justify;
    line-height: 2;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .service {
    /*//padding-top: 80px;
    //padding-bottom: 60px;*/
  }
  
  .icon-small {
    font-size: 2em;
    color: #444;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .icon-small:hover,
  .service-box:hover .icon-small {
    text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
  }
  
  .icon-medium {
    font-size: 2.5em;
    color: #666;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .icon-medium:hover,
  .service-box:hover .icon-medium {
    text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
  }
  
  .icon-large {
    font-size: 3em;
    color: #666;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .icon-large:hover,
  .service-box:hover .icon-large {
    text-shadow: 5px 5px 2px rgba(255, 255, 255, 0);
  }
  
  .icon-mini-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 1.2em;
    color: #fff;
    top: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .icon-medium-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 2em;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .icon-large-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 2.6em;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .icon-mini-effect:after,
  .icon-medium-effect:after,
  .icon-large-effect:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  /*First Icon Effect */
  
  .icon-effect-1 {
    background-color: #fff;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
  }
  
  .gray-icon.icon-effect-1 {
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
  }
  
  .icon-effect-1:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  
  .gray-icon.icon-effect-1:after {
    background: #444;
  }
  
  .icon-effect-1.gray-icon:hover,
  .service-box:hover .gray-icon.icon-effect-1 {
    color: #444;
  }
  
  .icon-effect-1:hover:after,
  .service-box:hover .icon-effect-1:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
  /*Seconed Icon Effect */
  
  .icon-effect-2 {
    background: #fff;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
  }
  
  .gray-icon.icon-effect-2 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
  }
  
  .icon-effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }
  
  .gray-icon.icon-effect-2:after {
    background: #444;
  }
  
  .icon-effect-2:hover,
  .service-box:hover .icon-effect-2,
  .icon-effect-2.gray-icon:hover,
  .service-box:hover .gray-icon.icon-effect-2 {
    color: #fff;
  }
  
  .icon-effect-2:hover:after,
  .service-box:hover .icon-effect-2:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  /*Third Icon Effect */
  
  .icon-effect-3 {
    background: #fff;
  }
  
  .gray-icon.icon-effect-3 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
  }
  
  .icon-effect-3:hover:before,
  .service-box:hover .icon-effect-3:before {
    -webkit-animation: toRightFromLeft 0.4s forwards;
    -moz-animation: toRightFromLeft 0.4s forwards;
    animation: toRightFromLeft 0.4s forwards;
  }
  
  @-webkit-keyframes toRightFromLeft {
    49% {
      -webkit-transform: translate(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes toRightFromLeft {
    49% {
      -moz-transform: translate(100%);
    }
    50% {
      opacity: 0;
      -moz-transform: translate(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @keyframes toRightFromLeft {
    49% {
      transform: translate(100%);
    }
    50% {
      opacity: 0;
      transform: translate(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  /*Fourth Icon Effect */
  
  .icon-effect-4 {
    background: #fff;
  }
  
  .gray-icon.icon-effect-4 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
  }
  
  .icon-effect-4:hover:before,
  .service-box:hover .icon-effect-4:before {
    -webkit-animation: toLeftFromRight 0.4s forwards;
    -moz-animation: toLeftFromRight 0.4s forwards;
    animation: toLeftFromRight 0.4s forwards;
  }
  
  @-webkit-keyframes toLeftFromRight {
    49% {
      -webkit-transform: translate(-100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate(100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes toLeftFromRight {
    49% {
      -moz-transform: translate(-100%);
    }
    50% {
      opacity: 0;
      -moz-transform: translate(100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @keyframes toLeftFromRight {
    49% {
      transform: translate(-100%);
    }
    50% {
      opacity: 0;
      transform: translate(100%);
    }
    51% {
      opacity: 1;
    }
  }
  /*Fifth Icon Effect */
  
  .icon-effect-5 {
    background: #fff;
  }
  
  .gray-icon.icon-effect-5 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
  }
  
  .icon-effect-5:hover:before,
  .service-box:hover .icon-effect-5:before {
    -webkit-animation: toTopFromBottom 0.4s forwards;
    -moz-animation: toTopFromBottom 0.4s forwards;
    animation: toTopFromBottom 0.4s forwards;
  }
  
  @-webkit-keyframes toTopFromBottom {
    49% {
      -webkit-transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes toTopFromBottom {
    49% {
      -moz-transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -moz-transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @keyframes toTopFromBottom {
    49% {
      transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  /*six Icon Effect */
  
  .icon-effect-6 {
    background: #fff;
  }
  
  .gray-icon.icon-effect-6 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
  }
  
  .icon-effect-6:hover:before,
  .service-box:hover .icon-effect-6:before {
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;
  }
  
  @-webkit-keyframes toBottomFromTop {
    49% {
      -webkit-transform: translateY(100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes toBottomFromTop {
    49% {
      -moz-transform: translateY(100%);
    }
    50% {
      opacity: 0;
      -moz-transform: translateY(-100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  @keyframes toBottomFromTop {
    49% {
      transform: translateY(100%);
    }
    50% {
      opacity: 0;
      transform: translateY(-100%);
    }
    51% {
      opacity: 1;
    }
  }
 /*************** Service Box ***************/
  
  .service-box .read-more {
    margin-top: 4px;
    font-weight: 500;
    margin-left: 2px;
  }
  
  .service-box .read-more i {
    display: inline-block;
    position: relative;
    top: 1px;
  }
  
  .image-service-box img {
    margin-bottom: 14px;
  }
  
  .image-service-box h4 {
    margin-bottom: 8px;
    padding: 0 10px;
    font-weight: 400;
  }
  
  .image-service-box p {
    padding: 0 10px;
  }
  
  .service-box {
    margin-bottom: 35px;
  }
  
  .service-center {
    text-align: center;
  }
  
  .service-icon-left .service-icon {
    float: left;
  }
  
  .service-icon-left .service-content {
    padding-left: 45px;
  }
  
  .service-icon-left-more .service-icon {
    float: left;
  }
  
  .service-icon-left-more .service-content {
    padding-left: 60px;
  }
  
  .service-center .service-icon {
    margin-bottom: 14px;
  }
  
  .service-center .service-content h4 {
    margin-bottom: 6px;
    font-weight: 500;
  }
  
  .service-center .service-icon i {
    display: inline-block;
    font-size:35px;
  }
  
  .service-box h4 {
    margin-bottom: 5px;
    font-weight: 400;
  }
  
  .service-box > div:first-child {
    padding: 0;
  }
  
  .service-boxed {
    margin-top: 30px;
    padding: 0 15px 20px 15px !important;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .service-boxed:hover {
    border-color: #e2e2e2;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  }
  
  .service-boxed p {
    margin-bottom: 0;
  }
/* ==========================================================================
   About 
   ========================================================================== */

#about .service-block {
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#about .service-block .descr {
	padding: 15px 30px 30px;
	background: #fff;
}

#about .service-block .descr h4 {
	font-size: 22px;
	padding: 10px 0;
	font-weight: 500;
	color: #2d2d2d;
}

#about .service-block:hover {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}


/* ==========================================================================
   Schedule Section Start
   ========================================================================== */

.main-board {
	background: #fff;
	box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.07);
	position: relative;
	margin-top: 30px;
}

.main-board .nav-tabs {
	border-bottom: none;
}

.main-board .day {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.main-board .day > li.active > a,
.main-board .day > li.active > a:focus,
.main-board .day > li.active > a:hover {
	background-color: #e91e63;
	color: #fff;
	border-radius: 0;
	border: none;
}

.main-board .day > li > a {
	color: #777777;
	padding: 8px 104.9px;
	margin-right: 0px;
	font-weight: 400;
	border: none;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	border-radius: 0;
}

.main-board .day > li > a span {
	font-size: 16px;
}

.main-board .day > li > a:focus,
.main-board .day > li > a:hover {
	background: #e91e63;
	color: #fff;
}

.column-1 {
	position: relative;
}

.column-1:before {
	position: absolute;
	content: "";
	left: 45px;
	top: 38px;
	bottom: 0;
	width: 4px;
	height: 96%;
	background: #efefef;
}

.column-1:after {
	position: absolute;
	content: "";
	left: 35px;
	bottom: -45px;
	width: 24px;
	height: 24px;
	background: #efefef;
	border-radius: 50%;
}

.column-1 .nav-pills li {
	text-align: left;
	float: none;
	margin-bottom: 34px;
}

.column-1 .nav-pills li a {
	background: #dddddd;
	color: #777777;
	border-radius: 0px;
	padding: 7px 10px;
	width: 120px;
	display: block;
	text-align: center;
}

.column-1 .nav-pills ul {
	margin-left: 40px;
}

.column-1 .nav-pills ul li {
	margin: 48px 35px;
	position: relative;
}

.column-1 .nav-pills ul li:after {
	position: absolute;
	content: "";
	left: -55px;
	top: 10px;
	bottom: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.column-1 .nav-pills ul > li.color-1:after {
	background: #f44336;
}

.column-1 .nav-pills ul > li.color-2:after {
	background: #30b9f6;
}

.column-1 .nav-pills ul > li.color-3:after {
	background: #736357;
}

.column-1 .nav-pills ul > li.color-4:after {
	background: #4a5dcd;
}

.column-1 .nav-pills ul > li > a {
	background: #dddddd;
	color: #777777;
	border-radius: 0px;
	padding: 7px 10px;
	width: 120px;
	display: block;
	text-align: center;
}

.board {
	padding: 60px 60px 30px;
}

.board .button {
	position: relative;
	margin-top: -45px;
	text-align: center;
}

.board .button .btn-large {
	padding: 12px 36px;
	color: #fff;
	font-size: 16px;
}

.board .button a img {
	margin-right: 12px;
}

.board .member {
	background: #efefef;
	padding: 34px 30px;
	margin-bottom: 42px;
}

.board .member h4 {
	font-size: 20px;
	padding: 18px 0px;
}

.board .member p {
	font-size: 14px;
	line-height: 20px;
}

.board .member .bg-1 {
	background: #f44336;
}

.board .member .bg-2 {
	background: #03a8f3;
}

.board .member .bg-3 {
	background: #2239c2;
}

.board .jon p {
	margin: 40px 0;
	direction: rtl !important;
}

.board .coffee {
	margin: 0px auto;
	padding: 48px 0px;
	width: 40px;
	background: #736357;
}

.board .coffee .coffee-icon {
	margin-bottom: 24px;
}

.board .coffee p {
	color: #fff;
	direction: rtl !important;
}


/* ==========================================================================
   Sponsors Section Style
   ========================================================================== */

#sponsors .spnsors-logo {
	margin-top: 20px;
	padding: 30px;
	text-align: center;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#sponsors .spnsors-logo:hover {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}


/* ==========================================================================
   Gallery Section Style
   ========================================================================== */

#gallery .gallery-wrap {
	margin-top: 30px;
	display: inline-block;
}

#gallery .gellery-pn {
	padding-left: 5px;
	padding-right: 5px;
}

#gallery .more-btn {
	text-align: center;
}

#gallery .more-btn .btn {
	margin-top: 30px;
}

.gallery-item {
	position: relative;
	margin-bottom: 10px;
}

.gallery-item .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.57);
	opacity: 0;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item:hover .overlay {
	opacity: 1;
}

.gallery-item img {
	width: 100%;
}

.gallery-item .icons i {
	color: #fff;
	border: 2px solid #fff;
	padding: 12px;
	margin: -42px;
	font-size: 20px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.gallery-item .icons i:hover {
	color: #e91e63;
	border-color: #e91e63;
}

.gallery-item .icons .preview {
	position: absolute;
	left: 40%;
	top: 45%;
	color: #fff;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item .icons .link {
	position: absolute;
	left: 55%;
	margin-left: 42px;
	top: 45%;
	color: #fff;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item:hover .preview {
	left: 45%;
}

.gallery-item:hover .link {
	left: 50%;
}


/* ==========================================================================
   Video Section Style
   ========================================================================== */

.ready-to-play {
	height: 560px;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.ready-to-play:before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.70;
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}

.stop {
	opacity: 1;
}

.stopfade .ready-to-play:before {
	opacity: 1;
}

h1 {
	font-size: 3rem;
	text-transform: uppercase;
	margin-top: 0;	
}

.video-text {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	color: #fff;
}

.video-text {
	text-align: center;
}

.video-text h4 {
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}

.video-text h1 {
	margin-bottom: 25px;
	color: #fff;
}

.video-text p {
	color: #fff;
}

.tb-t {
	display: table;
	height: 100%;
	margin: auto;
}

.tb-t .tb-c {
	display: table-cell;
	vertical-align: middle;
}

.tb-t .tb-c button {
	background: transparent;
	border: 2px solid #fff;
	padding: 18px 22px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.tb-t .tb-c button:focus {
	outline: none;
}


/* ==========================================================================
   Speakers member Style
   ========================================================================== */

#speakers .speakers-member:hover {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

#speakers .speakers-member:hover .member-img img {
	margin-top: -58px;
}

.speakers-member {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	z-index: 99;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.speakers-member .member-img {
	background: #cccccc;
	position: relative;
	padding: 15px 30px 0;
	width: 100%;
	height: 240px;
	z-index: -1;
}

.speakers-member .member-img img {
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.speakers-member .member-desc {
	padding: 15px 40px 30px;
	background: #fff;
	z-index: 99;
}

.speakers-member .member-desc h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

.speakers-member .member-desc h5 {
	font-size: 14px;
	font-weight: 400;
}

.speakers-member .member-desc p {
	line-height: 20px;
	margin-bottom: 20px;
}

.social-icon .social i {
	color: #777777;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	margin-right: 2px;
	font-size: 14px;
	width: 32px;
	height: 32px;
	border-radius: 0;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.social-icon a .fa-facebook:hover {
	color: #3b5998;
}

.social-icon a .fa-twitter:hover {
	color: #00aced;
}

.social-icon a .fa-linkedin:hover {
	color: #007bb6;
}

.social-icon a .fa-dribbble:hover {
	color: #ea4c89;
}

.social-icon a .fa-behance:hover {
	color: #42C0FB;
}

#team .single-member {
	background: #fff;
	margin-top: 30px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#team .single-member:hover {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

#team .team-img {
	position: relative;
	width: 50%;
	float: left;
}

#team .team-img img {
	width: 100%;
}

#team .team-img:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(233, 30, 99, 0.7);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#team .team-desc {
	width: 50%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}

#team .team-desc h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

#team .team-desc h5 {
	font-size: 14px;
	font-weight: 400;
}

#team .social-icon {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	opacity: 0;
	width: 100%;
}

#team .single-member:hover .team-img:before {
	opacity: 1;
}

#team .single-member:hover .social-icon {
	opacity: 1;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.gray-bg {
	background: #f0f3f5;
}


/* ==========================================================================
   Blog Section Style
   ========================================================================== */

#blog .blog-item {
	text-align: center;
	margin: 30px 0px 30px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	padding-bottom: 30px !important;
}

#blog .blog-item:hover {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

#blog .blog-item .blog-image {
	display: block;
	position: relative;
	overflow: hidden;
}

#blog .blog-item .blog-image img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

#blog .blog-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#blog .blog-info {
	padding: 15px 45px;
	width: 100%;
	height: 180px;
}

#blog .blog-info h3 {
	padding-bottom: 10px;
	margin: 0;
}

#blog .blog-info h3 a {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 400;
}

#blog .blog-info h3 a:hover {
	color: #e91e63;
}

#blog .meta {
	font-size: 13px;
	margin-bottom: 10px;
}

#blog .meta i {
	margin-right: 3px;
}

#blog .meta .meta-part {
	display: inline-block;
	padding-right: 13px;
}

#blog .meta .meta-part a {
	color: #999;
}

#blog .meta .meta-part a:hover {
	color: #e91e63;
}
.classic-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
}
.classic-title span {
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-weight: 400;
}
/*************** Pricing Tables ***************/
  
  .pricing-tables {
    padding: 25px 0;
    text-align: center;
  }
  
  .pricing-tables .pricing-table {
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .pricing-tables .pricing-table:hover {
    z-index: 2;
    top: -3px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-tables .highlight-plan {
    margin: -15px 0;
    margin-right: -1px;
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
  }
  
  .pricing-tables .pricing-table.highlight-plan .plan-name {
    padding: 25px 0;
  }
  
  .pricing-tables .pricing-table.highlight-plan .plan-name h3 {
    color: #fff;
  }
  
  .pricing-tables .pricing-table.highlight-plan .plan-signup {
    padding: 30px 0;
  }
  
  .pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
    border-color: #fff;
    color: #fff;
  }
  
  .pricing-table .plan-name {
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    border-bottom: 1px solid #eee;
  }
  
  .pricing-table .plan-name h3 {
    font-size:18px !important;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
  }
  
  .pricing-table .plan-price {
    padding: 25px 0;
  }
  
  .pricing-table .plan-price .price-value {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: #444;
  }
  
  .pricing-table .plan-price .price-value span {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
  }
  
  .pricing-table .plan-price .interval {
    line-height: 14px;
  }
  
  .pricing-table .plan-list li {
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
  }
  
  .pricing-table .plan-list li:first-child {
    border-top: 1px solid #eee;
  }
  
  .pricing-table .plan-signup {
    padding: 25px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .06) inset;
  }
  
  .pricing-table .plan-signup a {
    text-transform: uppercase;
  }
  /*************** Buttons ***************/
  
  .btn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
  }
  
  .btn-system:last-child {
    margin-right: 0;
  }
  
  .btn-system {
    font-size: 1em;
    width: auto;
  }
  
  .btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  .btn-system:hover {
    color: #fff;
    opacity: 0.8;
  }
  
  .btn-system.border-btn:hover {
    opacity: 1;
    color: #fff;
  }
  
  .btn-system.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
  }
  
  .btn-system.border-btn.btn-black:hover {
    background-color: #111;
    color: #fff;
  }
  
  .btn-system.border-btn.btn-wite:hover {
    background-color: #fff;
  }
  
  .btn-system.btn-gray {
    background-color: #444;
  }
  
  .btn-system.btn-black {
    background-color: #111;
  }
  
  .btn-system.btn-wite {
    background-color: #fff;
  }
  
  .btn-system.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
  }
  
  .btn-system.border-btn.btn-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
  }
  
  .btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  
  .btn-large {
    font-size: 14px;
    padding: 9px 22px;
  }
  
  .btn-medium {
    font-size: 14px;
    padding: 7px 18px;
  }
  
  .btn-small {
    padding: 5px 15px;
  }
  
  .btn-mini {
    padding: 3px 12px;
  }
  
  .btn-large.border-btn {
    padding: 8px 22px;
  }
  
  .btn-medium.border-btn {
    padding: 6px 18px;
  }
  
  .btn-small.border-btn {
    padding: 4px 15px;
  }
  
  .btn-mini.border-btn {
    padding: 2px 12px;
  }

/* ==========================================================================
   Map Section
   ========================================================================== */

#map_canvas {
	height: 800px;
	width: 100%;
}


/* ==========================================================================
   Contact Forem 
   ========================================================================== */

.main-content {
	background: url(../img/background/contact-bg.jpg) center;
	background-size: cover;
}

#contact .contact-form {
	background: #fff;
	padding: 57px 40px;
	margin: -254px 0px 200px;
	max-height: 627px;
}

#contact .information {
	background: #777777;
	padding: 65px 30px;
	margin-top: -254px;
	max-height: 627px;
}

#contact .information .title-medium {
	color: #ffffff !important;
	margin-left: 24px;
}

#contact .information .contact-datails {
	margin: 15px 0px 48px;
}

#contact .information .contact-datails .icon {
	float: right;
	font-size: 38px;
	width: 48px;
	height: 48px;
	text-align: right;
	line-height: 32px;
	border-radius: 50%;
	color: #fff;
}

#contact .information .contact-datails .info {
	margin-right: 60px;
}

#contact .information .contact-datails .info span.detail {
	font-size: 16px;
	display: block;
	font-weight: 500;
	color: #fff;
    text-align:justify !important;
    word-spacing: -2px;
}

#contact button {
	margin-top: 30px;
}

#contact button i {
	font-size: 20px;
	margin-left: 5px;
}

#contact .social {
	margin: 110px 0 22px;
	font-size: 30px;
	color: #fff;
	margin-right: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#contact .social a .fa-twitter:hover {
	color: #00aced;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#contact .social a .fa-google-plus:hover {
	color: #E91E63;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#contact .social a .fa-linkedin:hover {
	color: #007bb6;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#contact input {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	background: transparent;
	height: 100%;
	font-size: 1em;
	font-family: inherit;
	font-weight: 400;
	padding-top: 15px;
}

#contact .title-header {
	display: inline-block;
	width: 100%;
	margin-bottom: 68px;
}

#contact .title-header .title-medium {
	font-size: 22px;
	color: #555;
	font-weight: 700;
}

#contact .title-header .icon {
	margin-top: 10px;
}

#contact .title-header .icon i {
	color: #e91e63;
	font-size: 48px;
}

#contact input:focus,
#contact textarea:focus {
	outline: none;
}

#contact input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

#contact textarea {
	width: 100%;
	height: 180px;
	border: none;
	resize: none;
	background: transparent;
	padding: 0;
	padding-top: 20px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
}

#contact .label {
	display: block;
	font-weight: 400;
	color: #bbbbbb;
	position: absolute;
	top: 20px;
	padding: 0;
	font-size: 16px;
}

#contact .label-line.active .label {
	top: 0px;
	font-size: 16px;
	color: #e91e63;
}

#contact .span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e4e4e4;
	bottom: 0px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#contact .span.active {
	top: auto;
	bottom: 0px;
}

#contact .label-line {
	position: relative;
	height: 50px;
	margin: 0px 0 30px;
}

#contact .transition {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
	-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}

#contact .label-line.textarea {
	height: 180px;
}

#contact .span:before {
	content: "";
	width: 0;
	left: 50%;
	height: 2px;
	background: #e91e63;
	position: absolute;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#contact .label-line.active .span:before {
	width: 100%;
	left: 0%;
	height: 2px;
	background: #e91e63;
}

#contact .text-left {
	text-align: center;
	display: block;
	margin-top: -38px;
}


/* ==========================================================================
   Footer Start
   ========================================================================== */

footer img {
	margin-top: -8px;
}

footer h3 {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}

footer p {
	font-size: 13px;
	color: #2d2d2d;
	line-height: 20px;	
}

footer ul li a {
	color: #666;
	font-size: 13px;
	font-weight: 400;
}


/* ==========================================================================
   Copyright Section 
   ========================================================================== */

#copyright {
	background: #333;
}

#copyright .copyright-text {
	color: #fff;
	padding: 14px;
	margin: 0;
}


/* ==========================================================================
   Subscribe Section 
   ========================================================================== */

#subscribe-section {
	background: url(../img/background/header-bg.jpg);
	background-size: cover;
	position: relative;
}

#subscribe-section:before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #e91e63;
	opacity: 0.90;
}

#subscribe-section .content {
	position: relative;
	text-align: center;
	padding: 61px 0;
}

#subscribe-section .content h5 {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	margin-bottom: 11px;
	margin-top: 36px;
}

#subscribe-section .content h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 47px;
}

#subscribe-section .subscribe-box .subscribe-form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#subscribe-section .subscribe-box .subscribe-form .form-control {
	position: relative;
	font-size: 22px;
	border-width: 2px;
	font-weight: 400;
	color: #999;
	width: 100%;
	padding: 12px 0;
	padding-left: 22px;
	padding-right: 150px;
	height: 56px;
	background: #fff;
	border-radius: 0;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

#subscribe-section .subscribe-box .subscribe-form .form-control:focus {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
	border-color: #fff;
}

#subscribe-section .subscribe-box .subscribe-form button {
	position: absolute;
	background: transparent;
	top: -2px;
	right: -2px;
	padding: 0px 24px;
	font-size: 14px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	line-height: 60px;
	border: none;
	z-index: 999;
}

#subscribe-section .subscribe-box .subscribe-form button:hover {
	color: #e91e63;
}

#subscribe-section .subscribe-box .subscribe-form button:focus {
	border: none;
	outline: none;
}


/* ==========================================================================
   Intro Section Start
   ========================================================================== */

#intro {
	background: url(../img/background/header-bg.jpg);
	background-size: cover;
	position: relative;
}

#intro:before {
	content: '';
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #e91e63;
	opacity: 0.90;
}

#intro .content-text h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 15px;
}

#intro .content-text .text {
	color: #fff;
	font-weight: 400;
	line-height: 32px;
	font-size: 17px;
}

#intro .btn-cta {
	position: relative;
	margin: 40px 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

#intro .btn-cta i {
	margin-right: 5px;
}


/* ==========================================================================
   Blog Componet
   ========================================================================== */

.social-link a {
	display: inline-block;
	margin-right: 5px;
}

.social-link a i {
	text-align: center;
	color: #777777;
	font-size: 18px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	height: 38px;
	line-height: 36px;
	width: 38px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.social-link .twitter:hover i {
	color: #00BAFF;
}

.social-link .facebook:hover i {
	color: #5192CC;
}

.social-link .google:hover i {
	color: #ED523D;
}

.social-link .linkedin:hover i {
	color: #1985BC;
}

.social-link .youtube:hover i {
	color: #D42424;
}

.post-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

.post-title a {
	color: #2d2d2d;
}

.post-title a:hover {
	color: #e91e63;
}



.blog-post {
	margin-bottom: 40px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.blog-post .post-content {
	float: none;
	width: 100%;
	clear: both;
	padding: 30px;
}

.blog-post .post-content .meta {
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}

.blog-post .post-content .meta .meta-part {
	display: inline-block;
	margin-bottom: 25px;
}

.blog-post .post-content .meta .meta-part a {
	color: #999;
	padding-right: 10px;
}

.blog-post .post-content .meta .meta-part a:hover {
	color: #e91e63;
}

.blog-post .post-content .meta .meta-part i {
	margin-right: 5px;
}

.quote-post .feature-inner {
	padding: 50px;
	border-radius: 0px;
	background: #3e3e3e;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.quote-post .feature-inner a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
}

.quote-post .feature-inner a:hover {
	color: #e91e63;
}

.blog-post .post-format {
	position: absolute;
	left: 50%;
	z-index: 999;
}

.blog-post .post-format span a {
	background: #fff;
	border-radius: 4px;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin-top: -20px;
	text-align: center;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}

.blog-post .post-format span a i {
	display: block;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.blog-post .post-type i {
	font-size: 1.2em;
	color: #fff;
}

#pagination {
	text-align: center;
}

#pagination span,
#pagination a {
	display: inline-block;
	text-align: center;
	height: 34px;
	width: 34px;
	color: #666;
	line-height: 33px;
	border: 1px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#pagination .current {
	color: #e91e63;
}

#pagination a:hover {
	color: #e91e63;
}

#pagination .all-pages,
#pagination .next-page {
	width: auto;
	padding: 0 14px;
}

.widget-title {
	font-size: 18px;
	font-weight: 700;
	padding: 12px 15px;
	background: #F9F9F9;
	border-bottom: 1px solid #e91e63;
	margin-bottom: 20px;
}

.widget-search {
	margin-bottom: 48px;
}

.widget-search input[type="search"] {
	position: relative;
	margin: 0;
	float: left;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	height: 42px;
	border: none;
	line-height: 37px;
	width: 100%;
	border-radius: 0;
}

.widget-search input[type="search"]:focus {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

.widget-search .search-btn {
	display: inline-block;
	width: 38px;
	position: absolute;
	height: 42px;
	border: none;
	background: transparent;
	right: 30px;
	color: #000;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
	color: #e91e63;
}

.right-sidebar {
	padding-left: 20px;
}

#sidebar {
	margin-bottom: 30px;
	padding: 0px 30px;
}

#sidebar .widget {
	padding-bottom: 30px;
}

#sidebar .widget:last-child {
	border-bottom: none;
}

#sidebar .cat-list li {
	padding: 8px 18px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

#sidebar .cat-list li a {
	text-decoration: none;
	margin-right: 10px;
	color: #666;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#sidebar .cat-list li a:hover {
	color: #e91e63;
}

#sidebar .cat-list li .num-posts {
	color: #aaa;
	float: right;
	font-size: 12px;
}

#sidebar .posts-list li {
	margin-bottom: 12px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list li:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#sidebar .posts-list .widget-thumb {
	float: left;
}

#sidebar .posts-list .widget-thumb img {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
	opacity: 0.7;
}

#sidebar .posts-list .widget-content {
	margin-left: 104px;
	padding: 5px 0;
}

#sidebar .posts-list .widget-content a {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #2d2d2d;
}

#sidebar .posts-list .widget-content span {
	color: #999;
	font-size: 12px;
	display: block;
	margin: 3px 0;
	line-height: 18px;
}

#sidebar .posts-list .widget-content span i {
	margin-right: 5px;
}

#sidebar .tag a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding: 7px 14px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	margin: 4px 2px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#sidebar .tag a i {
	padding-right: 5px;
}

#sidebar .tag a:hover {
	color: #e91e63;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.post-slide {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.post-slide .post-content {
	margin-top: 20px;
	padding: 0px 30px 48px;
}

.post-slide .post-content h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 22px;
}

.post-slide .post-content h3 a {
	color: #2d2d2d;
}

.post-slide .post-content h3 a:hover {
	color: #e91e63;
}

.post-slide .post-content .meta {
	font-size: 13px;
	font-style: italic;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.post-slide .post-content .meta .meta-part {
	display: inline-block;
	margin-bottom: 25px;
}

.post-slide .post-content .meta .meta-part a {
	color: #999;
	padding-right: 10px;
}

.post-slide .post-content .meta .meta-part a:hover {
	color: #e91e63;
}

.post-slide .post-content .meta .meta-part i {
	margin-right: 5px;
}

.relate-slider .owl-controls .owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #e91e63;
}

.single-gallery .social-link span {
	margin-right: 15px;
}

.single-gallery p {
	margin-bottom: 20px;
}

blockquote {
	padding: 20px 0;
	position: relative;
	margin: 30px 0;
	border-left-color: transparent;
}

blockquote i {
	font-size: 32px;
	position: absolute;
	margin-top: 10px;
}

blockquote .quote-text {
	color: #666;
	font-size: 18px;
	line-height: 32px;
	display: block;
	font-style: italic;
	font-weight: 400;
	padding-left: 45px;
}

.post-tags-list {
	padding-top: 6px;
}

.post-tags-list a {
	display: inline-block;
	color: #666;
	font-size: 15px;
	padding: 7px 8px;
	background: rgba(238, 238, 238, 0);
	margin: 4px 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.post-tags-list a:hover {
	color: #fff;
}

.comments-title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

#comments .comments-list {
	padding: 0;
	margin: 0 0 35px 0;
}

#comments .comments-list li .comment-box {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 0px;
	padding: 22px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#comments .comments-list li ul {
	padding-left: 80px;
}

#comments .avatar {
	padding: 5px;
	background: #fff;
	width: 80px;
	float: left;
	border-radius: 50%;
	height: 80px;
	position: relative;
	border: 1px solid #ddd;
}

#comments .avatar img {
	border-radius: 50%;
}

#comments .comment-content {
	padding: 0px 90px 0px 105px;
}

#comments .comment-content .comment-meta {
	margin-bottom: 5px;
}

#comments .comment-content .comment-by {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

#comments .comment-content .comment-by a {
	color: #2d2d2d;
}

#comments .comment-content .comment-by a:hover {
	color: #e91e63;
}

#comments .comment-content .comment-date {
	color: #e91e63;
	font-size: 14px;
}

.reply-link {
	padding: 0px 6px;
	color: #e91e63;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#respond button {
	margin-top: 10px;
}

.project-content h4 {
	margin-bottom: 12px;
	padding-bottom: 8px;
}

.project-content h4 span {
	padding-bottom: 8px;
	border-bottom: 1px solid;
}

.project-content p {
	margin-bottom: 30px;
}

.project-content .share {
	margin-top: 20px;
	font-size: 14px;
}

.project-content .share span {
	margin-right: 10px;
}

.form-control {
	font-size: 14px;
	outline: medium none;
	color: #999;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	padding: 10px 15px;
	height: 40px;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.form-control:focus {
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
	outline: none;
}

p * {
	direction: rtl !important;
}



.mp0 select,input[type="submit"] {
    font-size:11px !important;
    font-weight:bold;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px !important;
    margin:15px 0;
    height:40px !important;
  }
  .mp0 input {
    padding: 6px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .filter-form {
    margin-top: 20px !important;
    margin-bottom: -30px !important;
  }
  
  .filter-form input[type="text"],
  .filter-form select {
    height: 50px !important;
    border-radius: 0px !important;
  }
  
  
  .filter-form input[type="submit"] {
    font-family: 'irs-n' !important;
    height: 50px !important;
    margin-right: 20px !important;
    width: 80% !important;
  }

  .mp0 {
    margin: 0px !important;
    padding: 0px !important;
  }

.adsp {
      line-height: 2.1 !important;
      text-align: justify !important;
      direction: rtl !important;
      margin-top: -26px !important;
      margin-bottom: 10px !important;
    }
    
    #cbread1 {
      padding: 0px !important;
      background-color: transparent !important;
      /* text-align: center; */
      border-bottom: 1px dotted #ccc !important;
      border-radius: 0px !Important;
      line-height: 3 !important;
    }
    
    #cbread2 {
      padding: 0px !important;
      background-color: transparent !important;
      /* text-align: center; */
      border-top: 1px dotted #ccc !important;
      border-radius: 0px !Important;
      line-height: 3 !important;
      text-align: center !important;
    }
    
    .project-content ul li {
      text-align: center;
    }
    
    input[type="submit"] {
      font-family: 'irs-n' !important;
    }
    .cfff{
        color:#fff !important;
        border:none !important;
    }

    .ads-title {
    background-color: #38cbcb !important;
      padding: 7px !important;
      position: absolute !important;
      bottom: 30px !important;
      right: 6px !important;
      border-radius: 3px !important;
      font-size: 13px !important;
      color: #fff !important;
    }
    
    .ads-title-bottom {
      
      background-color: #444 !important;
      padding: 3px !important;
      position: absolute !important;
      bottom: 5px !important;
      right: 10px !important;
      font-size: 10px !important;
      color: #fff !important;
    border-radius: 3px !important;
    }

    .fixuserads {
     position: fixed !important;
    top: 70px !important;
    /* clear: both; */
    z-index: 999999 !important;
    width: 380px !important;
    /* float: left !important; */
    left: 100px !important;
}
    
    
    .blog-post-right {
      float: right  !important;
    }       

    .grebtn{
	width: 100% !important;
	font-size: 12.3px;
	text-align: right;
	direction: rtl !important;
	height: 33px !important;
}
div[class*='col-xs-12'],
div[class*='col-xs-6'],
div[class*='col-sm-3'],
div[class*='col-sm-4'],
div[class*='col-sm-6'],
div[class*='col-md-3'],
div[class*='col-md-6'] {
  float: right !important;
  text-align: right !important;
}

.qnumbers {
	    color: #25bbd8 !important;
    padding: 5px !Important;
    background-color: #25bbd8;
    border-radius: 50px !Important;
    margin-top: 13px !Important;
    color: #fff !IMPORTANT;
    margin-left: 10px;
}
.arrdiv {
	position: relative !important;
}
#whys a{
	margin-top:300px !important	;;
	border-radius: 50px !important;
	border-top: none !important;
	color: #333 !important;
	word-spacing: -3px;
	color: #fff !important;
}

.top-cta-arrow {
	animation: swift-in 3s cubic-bezier(.55, 0, .1, 1) infinite;
	color: #fff !important;
}

.listcolt {
	margin: 0px !important;
}

@keyframes swift-in {
	0% {
		margin-top: -50px;
		opacity: 0.1;
	}
	50% {
		margin-top: 0px;
		opacity: 0.5;
	}
	100% {
		margin-top: -50px;
		opacity: 1;
	}
}
a img:hover{
	opacity: 0.7;
}
.offpic {
   width: 56px  !important;
   margin-top: -69px  !important;
   float: right  !important;
   margin-right: -28px  !important;
   margin-top: -41px  !important;
 }




.bodystyle {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .containerscrollDown {
        position: relative;
        width: 24px;
        height: 24px;
        top: 50px;
    }

    .chevron {
        position: absolute;
        width: 28px;
        height: 8px;
        opacity: 0;
        transform: scale3d(0.5, 0.5, 0.5);
        animation: move 3s ease-out infinite;
    }

        .chevron:first-child {
            animation: move 3s ease-out 1s infinite;
        }

        .chevron:nth-child(2) {
            animation: move 3s ease-out 2s infinite;
        }

        .chevron:before,
        .chevron:after {
            content: ' ';
            position: absolute;
            top: 0;
            height: 100%;
            width: 51%;
            background: #00afd1;
        }

        .chevron:before {
            left: 0;
            transform: skew(0deg, 30deg);
        }

        .chevron:after {
            right: 0;
            width: 50%;
            transform: skew(0deg, -30deg);
        }

    @keyframes move {
        25% {
            opacity: 1;
        }

        33% {
            opacity: 1;
            transform: translateY(30px);
        }

        67% {
            opacity: 1;
            transform: translateY(40px);
        }

        100% {
            opacity: 0;
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        }
    }

    .text {
        display: block;
        margin-top: 75px;
        margin-left: -30px;
        font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: 12px;
        color: #00afd1;
        text-transform: uppercase;
        white-space: nowrap;
        opacity: .25;
        animation: pulse 2s linear alternate infinite;
    }

    @keyframes pulse {
        to {
            opacity: 1;
        }
    }

    .LawyerAdver
    {
        cursor:pointer;
    }

            /*Lawyer Header*/
 .blue {
 	background-color: #1E88E5 !important;
 }
.bluet-dark {
	background-color: #1f82d9 !important;
}

.red {
	background-color: #B51C44 !important
}
.red-dark {
	background-color: rgba(115, 28, 88, 0.4);
}

.green {
	background-color: #4CAF50 !important;
}
.green-dark {
	background-color: #409643 !important;
}

.yellow {
	background-color: #f9a825 !important;
}
.yellow-dark {
	background-color: #ea9e23 !important;
}


 .bluet {
     height: 35px;
 	padding-right: 0px !important;      
 }
 
 .bluet .texts {
 	padding: 10px !important;
 }
 
 .texts h4 {
    color: #fff !important;
    padding-bottom: 5px !important;
    font-weight: 700;
    font-size: 12px !important;
    text-align: center;
 }
 
 .texts p {
 line-height: 2 !important;
    text-align: justify;
    direction: rtl;
    word-spacing: -3px;
    color: #ececec !important;
    font-size:smaller;
 }
 
 
 
 .bluetd {
 	margin: auto;
 	text-align: center;
 	padding: 0px;
 	vertical-align: baseline;
 	line-height: 7;
 }
 
 .bluetd i {
 	font-size: 33px !important; 	
 	color: #fff !important;
    min-height: 35px;

 }
 div[class*='col-xs-12'],
div[class*='col-xs-6'],
div[class*='col-sm-3'],
div[class*='col-sm-4'],
div[class*='col-sm-6'],
div[class*='col-md-3'],
div[class*='col-md-6'] {
  float: right !important;
  /*text-align: right !important;*/
  direction:rtl;
}

   @media (min-width: 992px) {
    .bluet .col-md-3 {
      width: 33% !important;
    }
  }

  @media (max-width: 1500px) {
    .SliderLaptobMode, span{      
      text-align:center !important;                 
    }
     .SliderContianer{      
      margin-top:10px !important;
    }
     .SlidertextFont{      
      font-size:30px !important;
    }
     .SlidertextRight{            
      margin-left:208px !important;  
      margin-top:40px !important;    
    }
     .SliderPlacebtn1{        
      margin-top:-15px !important;    
      
    }
    .SliderPlacebtn2{        
      margin-top:-40px !important;    
      
    }
      .SliderPlacebtn3{        
      margin-top:-15px !important;    
      
    }
  }
   .Sliderbtn1{        
      margin-top:100px;    
      
    }
    .Sliderbtn2{        
      margin-top:100px;    
      
    }
      .Sliderbtn3{        
      margin-top:100px;    
      
    }  



      /*------------------------------------------*/
  /*	        06 - Portfolio Styles
/*------------------------------------------*/
  
  .portfolio-filter {
    margin-bottom: 30px;
  }
  
  .portfolio-filter li {
    display: inline-block;
    margin-right: 2px;
  }
  
  .portfolio-filter li a {
    color: #666;
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .portfolio-filter li a:hover {
    border-color: #ddd;    
  }
  
  .portfolio-filter li a.selected,
  .portfolio-filter li a.selected:hover {
    color: #fff;
  }
  
  .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio-4 {
    margin-left: 5px;
  }
  
  .portfolio-4 .portfolio-item {
    width: 24.99%!important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 22px;
  }
  
  .portfolio-item .portfolio-border {
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .portfolio-item:hover .portfolio-border {
    box-shadow: 0 1px 3px #f8f8f8;
    -o-box-shadow: 0 1px 3px #f8f8f8;
    -moz-box-shadow: 0 1px 3px #f8f8f8;
    -webkit-box-shadow: 0 1px 3px #f8f8f8;
  }
  
  .portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
  }
  
  .portfolio-item .portfolio-thumb .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    z-index:99999;
  }
  
  .portfolio-item:hover .portfolio-thumb .thumb-overlay {
    background: rgba(255, 255, 255, 0.5);
  }
  
  .portfolio-item .portfolio-thumb .thumb-overlay i {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 42%;
    left: 50%;
    display: block;
    margin-left: -27px;
    margin-top: -19px;
    font-size: 3em;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    top: 50%;
    color: #444;
  }
  
  .portfolio-item .portfolio-details {
    position: relative;
    padding: 9px 12px 6px 12px;
  }
  
  .portfolio-item .portfolio-details .like-link {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -9px;
  }
  
  .portfolio-item .portfolio-details .like-link i,
  .portfolio-item .portfolio-details .like-link span {
    color: #666;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .portfolio-item .portfolio-details .like-link:hover i,
  .portfolio-item .portfolio-details .like-link:hover span {
    color: #F54B5C;
  }
  
  .portfolio-item .portfolio-details .like-link i {
    padding-right: 5px;
  }
  
  .portfolio-item .portfolio-details h4 {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  
  .portfolio-item .portfolio-details a span {
    color: #666;
  }
  
  .portfolio-item .portfolio-details span:after {
    content: ", ";
    margin-right: 2px;
  }
  
  .portfolio-item .portfolio-details span:last-child:after {
    content: "";
  }
  /*---- Isotope filtering ----*/
  
  .isotope-item {
    z-index: 2;
  }
  
  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }
  
  .isotope,
  .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  
  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
  }
  
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
  }
  /* Start Campaign Section
==================================================================
*/
  
  .campaign {
    background: #f1f1f1;
    padding: 30px 0;
  }
  
  .campaign img {
    max-width: 100%;
  }
  
  .text-center {
    margin-bottom: 35px;
  }
  
  #portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  
  #portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -1px;
    margin-bottom: -4px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  #portfolio-list li h3 {
    background: #fff;
    bottom: 0;
    font-size: 1.4em;
    font-weight: 300;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: right;
    text-transform: none;
    width: 100%;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
    -webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
  }
  
  @media only screen and (max-width: 550px) {
    #portfolio-list li {
      width: 100%;
    }
    .mainmenu {
      overflow-x: hidden !important;
    }
  }
  
  @media only screen and (max-width: 750px) {
    .navbar .search-form {
      top: 22px !important;
    }
  }
  
  @media only screen and (max-width: 767px) and (min-width: 551px) {
    #portfolio-list li {
      width: 49.9%;
    }
  }
  
  @media (min-width: 768px) {
    #portfolio-list li {
      width: 33.21%;
    }
  }
  
  @media (min-width: 768px) {
    .portfolio-4column #portfolio-list li {
      width: 24.8%;
    }
  }
  
  @media (min-width: 768px) {
    .full-width-portfolio #portfolio-list li {
      width: 24.81%;
    }
  }
  
  @media (min-width: 768px) {
    .portfolio-2column #portfolio-list li {
      width: 49.9%;
    }
  }
  
  #portfolio-list li .header {
    display: none;
    margin: 2% 2% 0%;
    padding: 4% 0;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
    color: #fff;
  }
  
  @media (min-width: 992px) {
    #portfolio-list li .header {
      display: block;
    }
  }
  
  #portfolio-list li .body {
    display: none;
    font-size: 1em;
    color: #fff;
  }
  
  @media (min-width: 992px) {
    #portfolio-list li .body {
      display: block;
    }
  }
  
  #portfolio-list li img {
    width: 100%;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }
  
  #portfolio-list li .portfolio-item-content {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #050F1E;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  #portfolio-list li .more {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 28px;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 27%;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    border-radius: 5px !important;
    transform: scale(0);
  }
  
  .portfilo-box {
    border: 2px solid rgba(96, 125, 139, 0.19);
    border-radius: 10px !Important;
  }


  #portfolio-list li:hover h3 {
    color: #FFFFFF;
    transform: translate3d(0px, 70px, 0px);
    -webkit-transform: translate3d(0px, 70px, 0px);
    -moz-transform: translate3d(0px, 70px, 0px);
    -o-transform: translate3d(0px, 70px, 0px);
    -ms-transform: translate3d(0px, 70px, 0px);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  
  #portfolio-list li:hover > li:before {
    border-color: #2E3444;
    border-width: 14px;
  }
  
  #portfolio-list li:hover .portfolio-item-content {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
  }
  
  #portfolio-list li:hover .more {
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -o-opacity: .75;
    top: 50%;
    margin-top: -40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  
  @media (min-width: 992px) {
    #portfolio-list li:hover .more {
      top: 60%;
      margin-top: 0;
    }
  }
  
  #portfolio-list li:hover .more:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    color: #556270;
    border-color: #fff;
    background: #fff;
  }

  .nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
  }
  
  .nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
  }
  
  .nivo-lightbox-content {
    width: 100%;
    height: 100%;
  }
  
  .nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
  }
  
  .nivo-lightbox-nav {
    display: none;
  }
  
  .nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  .nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
  }
  
  .nivo-lightbox-image {
    text-align: center;
  }
  
  .nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  
  .nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
  }
  
  .nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
  }
  
  .nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
  }
  
  .nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
  }
  /* Effects 
 **********************************************/
  
  .nivo-lightbox-effect-fade,
  .nivo-lightbox-effect-fadeScale,
  .nivo-lightbox-effect-slideLeft,
  .nivo-lightbox-effect-slideRight,
  .nivo-lightbox-effect-slideUp,
  .nivo-lightbox-effect-slideDown,
  .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  /* fadeScale */
  
  .nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  
  .nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* slideLeft / slideRight / slideUp / slideDown */
  
  .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
  .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
  .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
  .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  
  .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  
  .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
  
  .nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
  .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  
  .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  
  .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  
  .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
  .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* fall */
  
  .nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  
  .nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
  }
  
  .nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  /*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 */
  
  .nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../images/lightbox/loading.gif) no-repeat 50% 50%;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/CMSModule/PortalSite/Portal-5/Template-4/assets/img/prev.png);
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/CMSModule/PortalSite/Portal-5/Template-4/assets/img/next.png);
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(/CMSModule/PortalSite/Portal-5/Template-4/assets/img/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  
  .nivo-lightbox-theme-default .nivo-lightbox-ajax,
  .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  
  @media (-webkit-min-device-pixel-ratio: 1.3),
  (-o-min-device-pixel-ratio: 2.6/2),
  (min--moz-device-pixel-ratio: 1.3),
  (min-device-pixel-ratio: 1.3),
  (min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
      background-image: url(../images/lightbox/loading@2x.gif);
      background-size: 32px 32px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-prev {
      background-image: url(../images/lightbox/prev@2x.png);
      background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next {
      background-image: url(../images/lightbox/next@2x.png);
      background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close {
      background-image: url(../images/lightbox/close@2x.png);
      background-size: 16px 16px;
    }
  }
  /*************** Toggles & Accordion ***************/
  
  .panel-default > .panel-heading {
    background-color: #fff;
  }
  
  .panel-group .panel {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .panel-default {
    border-color: #e8e8e8;
  }
  
  .panel-body {
    padding: 4px 15px 10px 15px;
    font-size:13px;
  }
  .panel-heading {
    padding: 0;
  }
  
  .panel-title {
    font-size: 13px;
    font-weight: 600;
  }
  
  .panel-title a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background-color: #fff;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .panel-title a.collapsed {
    color: #444;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .04) inset;
  }
  
  .panel-title a.collapsed:hover {
    color: #666;
  }
  
  .panel-title a .control-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .panel-title a.collapsed .control-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  
  .panel-title a i {
    font-size: 1.2em;
    padding-right: 5px;
  }
  
  .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
  }
  /*------------------------------------------*/
  /*		  07 - Single Project Styles
/*------------------------------------------*/
  
  .project {
    padding-top: 30px;
  }
  
  .project-page {
    /*margin-bottom: 50px;*/
  }
  
  .project-slider {
    position: relative;
  }
  
  .project-slider img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  
  .project-slider .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .project-slider:hover .thumb-overlay {
    background: rgba(255, 255, 255, 0.5);
  }
  
  .project-slider .thumb-overlay i {
    font-size: 3em;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -27px;
    margin-top: -19px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .project-slider:hover .thumb-overlay i {
    top: 50%;
    color: #444;
  }
  
  .project-content h4 {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
  
  .project-content h4 span {
    padding-bottom: 8px;
    border-bottom: 1px solid;
  }
  
  .project-content p,
  .project-content ul {
    margin-bottom: 30px;
  }
  
  .project-content ul li {
    margin-bottom: 5px;
  }
  
  .recent-projects h4.title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
  
  .recent-projects h4.title span {
    padding-bottom: 5px;
    border-bottom: 1px solid;
  }
  
  .projects-carousel {
    width: 1150px !important;
  }
  
  .projects-carousel .item {
    margin-right: 15px;
    margin-bottom: 0;
  }
  
  .full-width-recent-projects .projects-carousel {
    width: 100% !important;
  }
  
  .full-width-recent-projects .projects-carousel .item {
    margin: 0;
  }
  
  .full-width-recent-projects .portfolio-item .portfolio-border {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  
  .full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
    opacity: 0.65;
    z-index: 9994;
  }
  
  .full-width-recent-projects .portfolio-item .portfolio-thumb .thumb-overlay i {
    top: 25%;
  }
  
  .full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay i {
    color: #fff;
    top: 45%;
  }
  
  .full-width-recent-projects .portfolio-item .portfolio-details {
    position: absolute;
    bottom: -10px;
    opacity: 0;
    width: 100%;
    z-index: 9995;
    padding: 0 20px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .full-width-recent-projects .portfolio-item:hover .portfolio-details {
    bottom: 10px;
    opacity: 1;
  }
  
  .full-width-recent-projects .portfolio-item:hover .portfolio-details h4 {
    color: rgba(255, 255, 255, .9);
  }
  
  .full-width-recent-projects .portfolio-item .portfolio-details a span {
    color: rgba(255, 255, 255, .8);
  }
  
  .full-width-recent-projects .portfolio-item .portfolio-details .like-link i,
  .full-width-recent-projects .portfolio-item .portfolio-details .like-link span {
    color: #fff;
  }
  /*------------------------------------------*/
  /*			   08 - Blog Styles
/*------------------------------------------*/
  
  .blog-post {
    /*margin-bottom: 40px;
    padding-bottom: 40px;*/
    border-bottom: 1px solid #eee;
  }
  
  .blog-post .post-head {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
  }
  
  .blog-post .post-head .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .blog-post .post-head:hover .thumb-overlay {
    background-color: rgba(255, 255, 255, 0.4);
  }
  
  .blog-post .post-head .thumb-overlay i {
    font-size: 3em;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -27px;
    margin-top: -19px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .blog-post .post-head:hover .thumb-overlay i {
    color: #444;
    top: 50%;
  }
  
  .blog-post .post-head img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  
  .blog-post .post-content {
    padding-left: 54px;
    position: relative;
  }
  
  .blog-post .post-type {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .blog-post .post-type i {
    font-size: 1.2em;
    color: #fff;
  }
  
  .blog-post.quote-post .post-type {
    top: 0;
  }
  
  .post-content h2 {
    margin-bottom: 4px;
  }
  
  .post-content h2 a {
    color: #444;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .blog-post.quote-post .qoute-box {
    background: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 20px 25px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .blog-post.quote-post .qoute-box a {
    color: #999;
  }
  
  .blog-post.quote-post .qoute-box h2 {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .blog-post.quote-post .qoute-box .qoute-author {
    margin-left: 5px;
  }
  
  .blog-post.quote-post .qoute-box .qoute-author:before,
  .blog-post.quote-post .qoute-box .qoute-author:after {
    content: " - "
  }
  
  .blog-post .post-slider {
    position: relative;
  }
  
  ul.post-meta {
    margin-bottom: 10px;
  }
  
  ul.post-meta li {
    display: inline-block;
  }
  
  ul.post-meta li:after {
    content: "-";
    margin: 0 8px 0 8px;
  }
  
  ul.post-meta li:last-child:after {
    content: "";
    margin: 0;
  }
  
  ul.post-meta li,
  ul.post-meta li a {
    color: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .post-content p {
    margin-bottom: 15px;
  }
  /*Pagination*/
  
  #pagination span,
  #pagination a {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 34px;
    color: #666;
    line-height: 33px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  #pagination span.current {
    color: #fff;
  }
  
  #pagination a:hover {
    border-color: #ddd;
  }
  
  #pagination .all-pages,
  #pagination .next-page {
    width: auto;
    padding: 0 14px;
  }
  /*------------------------------------------*/
  /*		    09 - Single post Styles
/*------------------------------------------*/
  
  .blog-page,
  .blog-post-page {
    padding-top: 5px;
  }
  
  .blog-post-page .blog-post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
  }
  
  .blog-post-page ul.post-meta {
    margin-bottom: 12px;
  }
  
  .post-content h2 {
    font-weight: 500;
  }
  
  .post-bottom {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
  }
  
  .post-tags-list {
    float: right;
    padding-top: 6px;
  }
  
  .post-tags-list a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 2px 8px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .post-tags-list a:hover {
    color: #fff;
  }
  
  .post-share {
    float: left;
  }
  
  .post-share span {
    margin-right: 4px;
    font-size: 13px;
    color: #666;
  }
  
  .post-share a {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .post-share a.facebook {
    background-color: #507CBE;
  }
  
  .post-share a.facebook:hover {
    background-color: #3E68A8;
  }
  
  .post-share a.twitter {
    background-color: #63CDF1;
  }
  
  .post-share a.twitter:hover {
    background-color: #36BFED;
  }
  
  .post-share a.gplus {
    background-color: #F16261;
  }
  
  .post-share a.gplus:hover {
    background-color: #EF4545;
  }
  
  .post-share a.linkedin {
    background-color: #90CADD;
  }
  
  .post-share a.linkedin:hover {
    background-color: #72BBD3;
  }
  
  .post-share a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1em;
  }
  
  .blog-post .author-info {
    display: block;
    margin-bottom: 10px;
  }
  
  .blog-post .author-info .author-image {
    float: left;
  }
  
  .blog-post .author-info .author-image img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 4px solid #eee;
  }
  
  .blog-post .author-info .author-bio {
    padding-left: 85px;
  }
  
  .blog-post .author-info h4 {
    margin-bottom: 4px;
    font-weight: 500;
  }
  
  .blog-post .author-info p:last-child {
    margin: 0;
  }
  
  #comments .comments-list {
    padding: 0;
    margin: 0 0 35px 0;
  }
  
  #comments .comments-title {
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  #comments .comments-list li .comment-box {
    padding: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
  }
  
  #comments .comments-list li ul {
    padding-left: 80px;
  }
  
  #comments .avatar {
    float: left;
  }
  
  #comments .avatar img {
    width: 60px;
    height: 60px;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #e8e8e8;
  }
  
  #comments .comment-content {
    padding-left: 72px;
  }
  
  #comments .comment-content .comment-meta {
    margin-bottom: 5px;
  }
  
  .comment-content .comment-meta span:after {
    content: "-";
    margin: 0 5px;
    font-weight: 100;
    color: #666;
  }
  
  .comment-content .comment-meta span:last-child:after {
    content: "";
    margin: 0;
  }
  
  .comment-content .comment-meta .comment-by {
    font-weight: 600;
    color: #444;
  }
  
  .comment-content .comment-meta .comment-date {
    color: #666;
  }
  
  #respond .respond-title {
    font-weight: 500;
    margin-bottom: 15px;
  }

  /*------------------------------------------*/
  /*			10 - SideBar Styles
/*------------------------------------------*/
  
  .sidebar {
    margin-bottom: 30px;
  }
  
  .sidebar a {
    color: #666;
  }
  
  .sidebar .widget {
    overflow: hidden;
    margin-bottom: 50px;
  }
  
  .sidebar .widget ul {
    margin: 0;
  }
  
  .widget-search input[type="search"] {
    position: relative;
    margin: 0;
    float: left;
    height: 37px;
    line-height: 37px;
    width: calc(100% - 38px);
    border-right: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
  }
  
  .widget-search .search-btn {
    display: inline-block;
    width: 38px;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .widget-search .search-btn:hover {
    background-color: #444;
  }
  
  .sidebar .widget h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  
  .sidebar .widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0;
  }
  
  .widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .widget-categories ul li:first-child a {
    padding-top: 0;
  }
  
  .widget-categories ul li a:hover {
    padding-left: 8px;
  }
  
  .sidebar .widget-popular-posts li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }
  
  .sidebar .widget-popular-posts li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  
  .sidebar .widget-popular-posts .widget-thumb {
    float: left;
    margin-right: 8px;
    border: 3px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
  }
  
  .sidebar .widget-popular-posts .widget-thumb img {
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .sidebar .widget-popular-posts .widget-thumb:hover img {
    opacity: 0.7;
  }
  
  .sidebar .widget-popular-posts .widget-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
  }
  
  .sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px;
  }
  
  .sidebar .tagcloud a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .sidebar .tagcloud a:hover {
    color: #fff;
    background-color:#00afd1;
  }

    .thumbnail {
    display: block;
    padding: 4px;
    /* margin-bottom: 20px; */
    line-height: 1.42857143;
    background-color: transparent!important;
    background-image: transparent!important;
    border: none !important;
    border-radius: none !important;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  }

      .blogdate img {
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .blogdate img:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 20px;
  }

   /*------------------------------------------*/
  /*			 11 - Footer Styles
/*------------------------------------------*/
  
  footer {
    background-color: #222;
    padding-top: 60px;
    border-top: 4px solid #555;
    color: #ccc;
  }
  
  footer p {
    color: #ccc;
  }
  
  footer a {
    color: #666;
  }
  
  footer a:hover {
    color: #666;
    text-decoration: underline;
  }
  
  .footer-widget {
    margin-bottom: 45px;
  }
  
  .footer-widget h4 {
    color: #eee;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
  }
  
  .footer-widget h4 .head-line {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 3px;
    background-color: #333;
    margin: 0;
  }
  
  .social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  
  .social-widget ul.social-icons li a i {
    font-size: 1.4em;
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .social-widget ul.social-icons li a:hover {
    text-decoration: none;
  }
  
  .social-widget ul.social-icons li a.facebook:hover i {
    background-color: #507CBE;
  }
  
  .social-widget ul.social-icons li a.twitter:hover i {
    background-color: #63CDF1;
  }
  
  .social-widget ul.social-icons li a.google:hover i {
    background-color: #F16261;
  }
  
  .social-widget ul.social-icons li a.dribbble:hover i {
    background-color: #E46387;
  }
  
  .social-widget ul.social-icons li a.linkdin:hover i {
    background-color: #90CADD;
  }
  
  .social-widget ul.social-icons li a.tumblr:hover i {
    background-color: #4D7EA3;
  }
  
  .social-widget ul.social-icons li a.flickr:hover i {
    background-color: #E474AF;
  }
  
  .social-widget ul.social-icons li a.instgram:hover i {
    background-color: #4D4F54;
  }
  
  .social-widget ul.social-icons li a.vimeo:hover i {
    background-color: #87D3E0;
  }
  
  .social-widget ul.social-icons li a.skype:hover i {
    background-color: #36C4F3
  }
  
  .contact-widget {
    background: url(../images/map.png) center bottom no-repeat;
  }
  
  .contact-widget span {
    font-weight: 700;
  }
  
  .contact-widget ul li {
    margin-bottom: 12px;
  }
  
  .contact-widget ul li p a {
    color: #bbb;
  }
  
  .contact-widget p {
    padding-bottom: 20px;
  }
  
  .twitter-widget a:hover {
    color: #43B9CD;
    text-decoration: underline;
  }
  
  .twitter-widget ul li {
    margin-bottom: 20px;
  }
  
  .twitter-widget ul li span {
    color: #666;
  }
  
  .flickr-widget ul {
    overflow: hidden;
  }
  
  .flickr-widget ul li {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
  }
  
  .flickr-widget ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  
  .flickr-widget ul li a {
    display: inline-block;
    width: 80px;
    opacity: 0.6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border: 4px solid #333;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  .flickr-widget ul li a img {
    width: 100%;
    height: 65px;
  }
  
  .flickr-widget ul li a:hover {
    opacity: 1;
  }
  
  .mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .mail-subscribe-widget form input[type="text"] {
    outline: none;
    color: #666;
    font-size: 12px;
    padding: 6px 12px;
    border: none;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
  }
  
  .copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, .06);
  }
  
  .copyright-section p {
    font-size: 11px;
    text-transform: uppercase;
  }
  
  ul.footer-nav {
    float: right;
  }
  
  ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  
  ul.footer-nav li:first-child {
    margin-left: 0;
  }
  
  ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  
  ul.footer-nav li a:hover {
    color: #fff;
  }
  
  .back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
  }
  
  .back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  /*------------------------------------------*/
    .bg-parallax {
    background-attachment: fixed;
  }
      .parallax {
    width: 100%;
    padding: 0;
    margin: 0;
    background-position: 50% 30%;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  
  .parallax-text-container-1 .parallax-text-item {
    padding: 120px 0px;
    text-align: center;
  }
  
  .parallax-mobile {
    background-position: 50% 0px !important;
    background-attachment: scroll !important;
  }
    .counter-item {
    position: relative;
    text-align: center;
  }
  
  .counter-item h5 {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
  }
  .counter-item i {
    font-size: 40px;
  }
    .timer {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
  }
     /* 
 * 	Core Owl Carousel CSS
 *	v1.24
 */
  /* clearfix */
  
  .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  /* display none until init */
  
  .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
  }
  
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
  }
  
  .owl-carousel .owl-item {
    float: left;
  }
  
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer;
  }
  
  .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  /* mouse grab icon */
  
  .grabbing {
    cursor: url(../images/icons/grabbing.png) 8 8, move;
  }
  /* fix */
  
  .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);
  }
  /* CSS3 Transitions */
  
  .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
  }
  /* fade */
  
  .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
  }
  
  .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
  }
  /* backSlide */
  
  .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
  }
  
  .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
  }
  /* goDown */
  
  .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
  }
  
  .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
  }
  /* scaleUp */
  
  .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
  }
  
  .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
  }
  /* Keyframes */
  /*empty*/
  
  @-webkit-keyframes empty {
    0% {
      opacity: 1
    }
  }
  
  @-moz-keyframes empty {
    0% {
      opacity: 1
    }
  }
  
  @keyframes empty {
    0% {
      opacity: 1
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-moz-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes backSlideOut {
    25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }
    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(-200%);
    }
  }
  
  @-moz-keyframes backSlideOut {
    25% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }
    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(-200%);
    }
  }
  
  @keyframes backSlideOut {
    25% {
      opacity: .5;
      transform: translateZ(-500px);
    }
    75% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }
    100% {
      opacity: .5;
      transform: translateZ(-500px) translateX(-200%);
    }
  }
  
  @-webkit-keyframes backSlideIn {
    0%,
    25% {
      opacity: .5;
      -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
      opacity: .5;
      -webkit-transform: translateZ(-500px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateZ(0) translateX(0);
    }
  }
  
  @-moz-keyframes backSlideIn {
    0%,
    25% {
      opacity: .5;
      -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
      opacity: .5;
      -moz-transform: translateZ(-500px);
    }
    100% {
      opacity: 1;
      -moz-transform: translateZ(0) translateX(0);
    }
  }
  
  @keyframes backSlideIn {
    0%,
    25% {
      opacity: .5;
      transform: translateZ(-500px) translateX(200%);
    }
    75% {
      opacity: .5;
      transform: translateZ(-500px);
    }
    100% {
      opacity: 1;
      transform: translateZ(0) translateX(0);
    }
  }
  
  @-webkit-keyframes scaleToFade {
    to {
      opacity: 0;
      -webkit-transform: scale(.8);
    }
  }
  
  @-moz-keyframes scaleToFade {
    to {
      opacity: 0;
      -moz-transform: scale(.8);
    }
  }
  
  @keyframes scaleToFade {
    to {
      opacity: 0;
      transform: scale(.8);
    }
  }
  
  @-webkit-keyframes goDown {
    from {
      -webkit-transform: translateY(-100%);
    }
  }
  
  @-moz-keyframes goDown {
    from {
      -moz-transform: translateY(-100%);
    }
  }
  
  @keyframes goDown {
    from {
      transform: translateY(-100%);
    }
  }
  
  @-webkit-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }
  
  @-moz-keyframes scaleUpFrom {
    from {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }
  
  @keyframes scaleUpFrom {
    from {
      opacity: 0;
      transform: scale(1.5);
    }
  }
  
  @-webkit-keyframes scaleUpTo {
    to {
      opacity: 0;
      -webkit-transform: scale(1.5);
    }
  }
  
  @-moz-keyframes scaleUpTo {
    to {
      opacity: 0;
      -moz-transform: scale(1.5);
    }
  }
  
  @keyframes scaleUpTo {
    to {
      opacity: 0;
      transform: scale(1.5);
    }
  }
     /*
* 	Owl Carousel Owl Theme 
*/
  
  .owl-theme .owl-controls {
    text-align: center;
  }
  /* Styling Next and Prev buttons */
  
  .touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    zoom: 1;
    padding: 0 1px;
    *display: inline;
    /*IE7 life-saver */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #444;
    filter: Alpha(Opacity=60);
    /*IE7 fix*/
    opacity: 0.6;
    margin-top: -30px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .touch-slider:hover .owl-controls .owl-buttons div {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
  }
  
  .touch-slider .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
  }
  
  .touch-slider .owl-controls .owl-buttons div.owl-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
  }
  
  .touch-slider .owl-controls .owl-buttons div i {
    font-size: 1.8em;
    color: #fff;
  }
  
  .touch-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -50px;
    left: 2px;
  }
  
  .touch-carousel.projects-carousel .owl-controls .owl-buttons {
    right: 12px;
  }
  
  .touch-carousel.navigation-2 .owl-controls .owl-buttons {
    position: relative;
    top: 0;
    right: 0;
  }
  
  .touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
    top: -8px;
  }
  
  .touch-carousel.navigation-2 .owl-controls .owl-buttons div,
  .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    background-color: #f2f2f2;
  }
  
  .touch-carousel.navigation-2 .owl-controls .owl-buttons div i,
  .touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
    color: #666;
  }
  
  .touch-carousel.navigation-3 {
    padding-top: 45px;
  }
  
  .touch-carousel.navigation-3.clients-carousel {
    padding-top: 25px;
  }
  
  .touch-carousel.navigation-3 .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  
  .touch-carousel.navigation-2 .owl-controls .owl-buttons div,
  .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
    right: 9px;
  }
  
  .touch-carousel .owl-controls .owl-buttons div,
  .testimonials-carousel .owl-controls .owl-buttons div {
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin-left: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
  }
  
  .touch-carousel .owl-controls .owl-buttons div i,
  .testimonials-carousel .owl-controls .owl-buttons div i {
    font-size: 1.2em;
    color: #ccc;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .testimonials-carousel .owl-controls .owl-buttons div i {
    color: #fff;
  }
  
  .touch-carousel .owl-controls.clickable .owl-buttons div:hover i {
    color: #fff;
  }
  
  .testimonials-carousel .owl-controls.clickable .owl-buttons div:hover {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  }
  /* Styling Pagination*/
  
  .owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
  }
  
  .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
  }
  
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px 4px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #444;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .touch-slider:hover .owl-controls .owl-page span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
  }
  
  .owl-theme .owl-controls .owl-page.active span,
  .owl-theme .owl-controls.clickable .owl-page:hover span {
    border-color: #0A95D8;
  }
  /* If PaginationNumbers is true */
  
  .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
  
  #bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #444;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
  }
  
  #progressBar {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
  }
  /* preloading images */
  
  .owl-item.loading {
    min-height: 150px;
    background: url(../images/icons/ajaxloader.gif) no-repeat center center
  }
img {
    max-width: 100%;
    height: auto;
}
    @media (max-width: 768px) {
    h1 {
    font-size: 2rem !important;
    }
  }
   .contact-us li
    {
        display:inline !important;                    
    }
    .quick-contacts{
        padding: 4px !important;
    }
.quick-contacts a {
    font-size: 12px !important;
    direction:ltr !important;
    text-align:left !important;
    float:left;
}

.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
  }
  
  .btn-system:last-child {
    margin-right: 0;
  }
  
  .btn-system {
    font-size: 1em;
    width: auto;
  }
  
  .btn-system.border-btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  
  .btn-system:hover {
    color: #fff;
    opacity: 0.8;
  }
  
  .btn-system.border-btn:hover {
    opacity: 1;
    color: #fff;
  }
  
  .btn-system.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
  }
  
  .btn-system.border-btn.btn-black:hover {
    background-color: #111;
    color: #fff;
  }
  
  .btn-system.border-btn.btn-wite:hover {
    background-color: #fff;
  }
  
  .btn-system.btn-gray {
    background-color: #444;
  }
  
  .btn-system.btn-black {
    background-color: #111;
  }
  
  .btn-system.btn-wite {
    background-color: #fff;
  }
  
  .btn-system.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
  }
  
  .btn-system.border-btn.btn-black {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
  }
  
  .btn-system.border-btn.btn-wite {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  
  .btn-large {
    font-size: 14px;
    padding: 9px 22px;
  }
  
  .btn-medium {
    font-size: 14px;
    padding: 7px 18px;
  }
  
  .btn-small {
    padding: 5px 15px;
  }
  
  .btn-mini {
    padding: 3px 12px;
  }
  
  .btn-large.border-btn {
    padding: 8px 22px;
  }
  
  .btn-medium.border-btn {
    padding: 6px 18px;
  }
  
  .btn-small.border-btn {
    padding: 4px 15px;
  }
  
  .btn-mini.border-btn {
    padding: 2px 12px;
  }
 /*************** Latest News ***************/
  
  .latest-posts-classic .post-row {
    margin-bottom: 20px;
  }
  
  .latest-posts-classic .left-meta-post {
    float: left;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
  }
  
  .latest-posts-classic .left-meta-post .post-date {
    padding: 8px 0;
    width: 42px;
    background-color: #444;
    color: #fff;
  }
  
  .latest-posts-classic .left-meta-post .post-date .day {
    font-size: 20px;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
  }
  
  .latest-posts-classic .left-meta-post .post-date .month {
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  
  .latest-posts-classic .left-meta-post .post-type i {
    display: block;
    height: 40px;
    line-height: 39px;
    width: 42px;
    color: #fff;
    font-size: 1.4em;
  }
  
  .latest-posts-classic .post-title {
    margin-bottom: 5px;
  }
  
  .latest-posts-classic .post-title a {
    color: #444;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .latest-posts-classic .read-more {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  
  .latest-posts-classic .read-more:hover {
    color: #444;
  }