/* =========================================================================================


		! ! !    I M P O R T A N T    ! ! ! 
		-----------------
		
		It's recomended to use/create a custom css file (ore place them at the end of this file) 
		to do your customizations in order to easily update the main css file without loosing your changes
				
		
		Colors
		----
		default text color (body)					#1a1a1a
		light text color							#ffffff
		light border 								#ffffff
		
		main color									#4c58a1


/* =========================================================================================

	0.	Reset
	1.	Basics
	2.  Page Loader  
	3. 	General Elements
	4.	Header
	5.  Menu / Navigation
	6.  Header Misc - Socials
	7.  Revolution Slider
	9.  Alerts
	10. Buttons
	11. Section Styles
	14. Footer Section
	16. Portfolio
	19. Shortcodes
	21. Forms
	
========================================================================================= */


/* ========================================================================================= */
/* 0. Reset                                                                                  */
/* ========================================================================================= */


/* By Jameel */
/* fix mail issue */
a[href^="mailto"] {font-size: 11px !important;}

/* By jameel end */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
.overlaycaption,figure,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
	
ol, ul  {
	list-style: none;
}

:focus  {
	outline: none;
}

/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=email], input[type=submit], input[type=button], textarea, button, select {
	outline: none;
	border: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
	     -o-appearance: none;
}

/* HTML5 display definitions */
audio, canvas, video {
	display: inline-block; *display: inline; *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none; visibility: hidden;
}

.clearfix:after {
	content: ""; display: block; clear: both; visibility: hidden; font-size: 0;  height: 0;
}
.clearfix {
	*display: inline-block; height: 1%;
}
.clear {
	clear: both; display: block; font-size: 0;	height: 0; line-height: 0; width:100%;
}

section {
	width: 100%;
	position: relative;
	background-position: center center;
    
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;

	z-index: 0;
}


/* ========================================================================================= */
/* 1. Basics                                                                                 */
/* ========================================================================================= */


* {
	outline: none !important;
/*    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;*/

    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-rendering: optimizeLegibility;
}

html {
	height: 100%;
	font-size: 100%;
	position: relative;

	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	    -ms-text-size-adjust: 100%;
}

body {
	font-family: 'Open Sans', Arial, sans-serif; 
	font-weight: 300;
	letter-spacing: 0.02em;
	font-size: 15px; 
	line-height: 26px;
	color:#696969; 
	text-align: left; 
	position: relative;
	background: #ffffff;
}
::selection {
	background:#46529b; color:#ffffff;
}
::-moz-selection {
	background:#46529b; color:#ffffff;
}
::-webkit-selection {
	background:#46529b; color:#ffffff;
}

/* Paddings
---------------------------------------- */
.pt-20 {
    padding-top: 20px;
}

/* No Margins
---------------------------------------- */
.no-margins {
	margin: 0 !important;
}

/* Centered
---------------------------------------- */
.centered {
	float: none !important;
	margin: 0 auto;
}

/* Middle Alignment
---------------------------------------- */
.valign-middle {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.valign-middle-2 {
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	     -o-transform: translateY(50%);
	        transform: translateY(50%);
}

/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.02em;
	color: #1a1a1a;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
h1.text-light, h2.text-light, h3.text-light, h4.text-light, h5.text-light, h6.text-light {
	color: #ffffff;
}

h1 {
	font-size: 72px; line-height: 86px;
}
h2 {
	font-size: 48px; line-height: 60px;
}
h3 {
	font-size: 34px; line-height: 46px;
}
h4 {
	font-size: 24px; line-height: 34px; font-weight: 600; padding: 10px 0;
}
h5 {
	font-size: 18px; font-weight: 600; padding: 10px 0;
}
h6 {
	font-size: 13px; line-height: 20px;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}

p {
	font-size: 14px;
	letter-spacing: 0.02em;
}

.error-404 {
	font-size: 124px;
	line-height: 140px;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* Headings with link */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}
.text-light h1 a,
.text-light h2 a,
.text-light h3 a,
.text-light h4 a,
.text-light h5 a,
.text-light h6 a {
	color: #ffffff;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #4c58a1;
}

/* links */
a {
	text-decoration: none !important;
	outline: none !important;
	color: #333;
    font-weight: 400;
	cursor: pointer;
}

a:focus, a:hover {
	color: #4c58a1;
	text-decoration: none !important;
}

/* Headings */
.heading-1 {
	font-size: 22px;
	font-weight: 600;
	padding: 20px 0 5px;
	line-height: normal;
	color: #46529b;
	display: inline-block;
}
.heading-1-light {
	font-size: 22px;
	font-weight: 600;
	padding: 25px 0 15px;
	line-height: normal;
    color: #fff;
}
.inner-title {
	font-weight: 700;
	letter-spacing: 0em;
	color: #46529b;
	font-size: 28px;
	padding-bottom: 25px;
    border-bottom: 3px solid #dadada;
}
.subtitle-1 {
	font-weight: 400;
	letter-spacing: 0.03em;
	color: #ffffff;
}
.subtitle-1 b,
.subtitle-1 strong {
	font-weight: 600;
}

.subtitle-2 {
	font-weight: 400; 
	text-transform: none;
	letter-spacing: 0.03em; 
}
.subtitle-2 b,
.subtitle-2 strong {
	font-weight: 700;
}


/* ========================================================================================= */
/* 2. Page Loader                                                                            */
/* ========================================================================================= */
body.no-loader #page-loader {
	display: none;
}

#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 100001;
	overflow: hidden;

    -webkit-transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
    -moz-transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
    -ms-transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
    -o-transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
    transition: opacity 0.8s ease 0.8s, height 0.1s ease 1.6s;
}
.page-is-loaded #page-loader {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	height: 0;
}
	
#page-loader .page-loader-inner {
    -webkit-transition: opacity 0.6s ease 0.3s;
       -moz-transition: opacity 0.6s ease 0.3s;
    	-ms-transition: opacity 0.6s ease 0.3s;
    	 -o-transition: opacity 0.6s ease 0.3s;
    		transition: opacity 0.6s ease 0.3s;
}
.page-is-loaded #page-loader .page-loader-inner {
	opacity: 0;
	filter:
	alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#page-loader .loader-figure,
#page-loader .loader-label {
	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#page-loader .loader-figure {
  	height: 0px;
  	width: 0px;
  	box-sizing: border-box;
  	border: 0px solid #4c58a1;
  	border-radius: 50%;
  	-webkit-animation: figure 1.2s ease infinite ;
  	-moz-animation: figure 1.2s ease infinite ;
  	animation: figure 1.2s ease infinite ;
}
@-moz-keyframes figure {
	0% {
		height: 0;
		width: 0;
	}
	30% {
		height: 40px;
		width: 40px;
		border-width: 21px;
		opacity: 1;
	}
	100% {
		height: 40px;
		width: 40px;
		border-width: 0;
		opacity: 0;
	}
}
@-webkit-keyframes figure {
	0% {
	height: 0;
	width: 0;
	}
	30% {
		height: 40px;
		width: 40px;
		border-width: 21px;
		opacity: 1;
	}
	100% {
		height: 40px;
		width: 40px;
		border-width: 0;
		opacity: 0;
	}
}
@keyframes figure {
	0% {
		height: 0;
		width: 0;
	}
	30% {
		height: 40px;
		width: 40px;
		border-width: 21px;
		opacity: 1;
	}
	100% {
		height: 40px;
		width: 40px;
		border-width: 0;
		opacity: 0;
	}
}

#page-loader .loader-logo {
	position: absolute;
	left: 50%;
	bottom: 40px;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}


/* ========================================================================================= */
/* 3. General Elements                                                                       */
/* ========================================================================================= */
#page-content {
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid #151f5a;
}

.margin-bottom {
	margin-bottom: 50px;
}
p.margin-bottom {
	margin-bottom: 20px;
}


/* Loading images */
.loading img {
	width: auto !important;
}
span.loading {
	cursor: default;

	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.loaded .loading img {
	display: none;
}


/* Bootstrap Modifications
---------------------------------------- */
.container-fluid {
	padding: 0;
	margin: 0;
}
.container-fluid .col-md-12,
.container-fluid .col-lg-12 {
	padding: 0;
}
.form-control {
    width: 100%;
    height: auto;
    line-height: normal; 
    border-radius: inherit;
}


/* Venobox Modifications
---------------------------------------- */
.vbox-close {
    background: transparent !important;
    text-indent: 0;
    font-size: 0;
}
.vbox-close:before {
	display: block;
	position: relative;
    content: "\f00d";
    font-family: "FontAwesome";
	font-size: 24px !important;
	line-height: 34px;
	height: 30px;
	width: 30px;
}
.vbox-next, .vbox-prev {
    text-indent: 0;
    font-size: 0;
}
.vbox-next {
    background: transparent;
}
.vbox-next:before {
	display: block;
	position: relative;
    content: "\f105";
    font-family: "FontAwesome";
	font-size: 58px !important;
    top: 50%;
}
.vbox-prev {
    background: transparent;
}
.vbox-prev:before {
	display: block;
	position: relative;
    content: "\f104";
    font-family: "FontAwesome";
	font-size: 58px !important;
    top: 50%;
}

/* Transitions :: Obada
---------------------------------------- */
.transition-15,
.single-post .tagcloud a,
.post-author-heading a,
.related-posts .rel-post .rel-post-content h4 a,
.comments .comment-reply-link,
a.button-large,
a.button-medium,
a.button-small,
a.button-xsmall,
a.button,
a.button-trans,
a.button-trans-bor,
button.button-large,
button.button-medium,
button.button-small,
button.button-xsmall,
button.button,
button.button-trans,
button.button-trans-bor,
a.withicon span,
button.withicon span,
a.withicon i,
button.withicon i,
a.button-trans.withicon span,
a.button-trans.withicon i,
a.button-trans-bor.withicon span,
a.button-trans-bor.withicon i,
.nav-tabs li a,
.tpl-minimal-tabs li a,
.tp-bullet {
    -webkit-transition: all 0.15s ease-in-out;
       -moz-transition: all 0.15s ease-in-out;
    	-ms-transition: all 0.15s ease-in-out;
    	 -o-transition: all 0.15s ease-in-out;
    		transition: all 0.15s ease-in-out;
}

ul.social-icons li a {
    -webkit-transition: all 0.1s ease-in-out;
       -moz-transition: all 0.1s ease-in-out;
    	-ms-transition: all 0.1s ease-in-out;
    	 -o-transition: all 0.1s ease-in-out;
    		transition: all 0.1s ease-in-out;
}

ul.social-icons li a i,
.browser-ie ul.social-icons li a,
input,
textarea,
.prpl-box .plan-button,
#main-nav > ul li.menu-item-has-children > a:before,
#menu.menu-is-open #main-nav > ul li > a:before,
#main-nav ul li > ul.submenu,
#menu .responsive-nav-toggle,
#menu .responsive-nav-toggle .hamburger,
#menu .responsive-nav-toggle .hamburger:before,
#menu .responsive-nav-toggle .hamburger:after,
#main-nav > ul > li > a:after,
.header-lang li > a,
.pagination > ul > li > a,
.load-more > a {
    -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;
}

.transition-2,
.tparrows.proto-nav,
.tparrows.proto-nav:before {
    -webkit-transition: all 0.25s ease-in-out;
       -moz-transition: all 0.25s ease-in-out;
    	-ms-transition: all 0.25s ease-in-out;
    	 -o-transition: all 0.25s ease-in-out;
    		transition: all 0.25s ease-in-out;
}

header,
header.sticky-header,
header #logo a,
header #logo img,
.inner-header,
.portfolio-item .portfolio-description,
.portfolio-action-btn,
#main-nav ul li:hover > ul.submenu,
#main-nav ul li ul > li > a,
#backtotop,
#backtotop:before,
.portfolio-item .port-hover-effect1,
.portfolio-item .port-hover-effect2,
.post-navigation a span {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
    	-ms-transition: all 0.3s ease-in-out;
    	 -o-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}

#main-nav > ul > li > a,
#main-nav > ul > li.menu-icon i,
.portfolio,
.transition-4 {
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
    	-ms-transition: all 0.4s ease-in-out;
    	 -o-transition: all 0.4s ease-in-out;
    		transition: all 0.4s ease-in-out;
}

.portfolio-filter li:after,
#page-content {
    -webkit-transition: all 0.20s ease-in-out;
       -moz-transition: all 0.20s ease-in-out;
    	-ms-transition: all 0.20s ease-in-out;
    	 -o-transition: all 0.20s ease-in-out;
    		transition: all 0.20s ease-in-out;
}

/* Fixed Sections Backgrounds
---------------------------------------- */
.fixed-bg {
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	z-index: 0;
}

/* Sections Overlays
---------------------------------------- */
.section-overlay-blue:before {
	background: rgba(0,20,55,0.9);
	/*background: rgba(0,0,0,0.8);*/
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}
.section-overlay-dark:before {
	background: rgba(0,0,0,0.8);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}
.section-overlay-dotted:before {
    background: url("../images/slider/slider-overlay.png") !important;
	background: transparent;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}

/* Divider
---------------------------------------- */
hr.horizontal-break {
    width: 50px;
    margin: 6px 0 25px 0;
    background: #777777;
    display: block;
    height: 3px;
    border: none;
}
hr {
    background-color: rgba(255,255,255, .08);
}

/* Helpers
---------------------------------------- */
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.no-pd-tp,
.no-pd-tp p { padding-top: 0 !important; }
.pd-bt,
.pd-bt p { padding-bottom: 25px; }


/* List
---------------------------------------- */
.blue-list {
	list-style: none;
}
.blue-list li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 9px;
    text-align: center;
    position: relative;
    left: -7px;
    margin-left: 7px;
    top: -1.5px;
    color: #46529b;
}


/* ========================================================================================= */
/* 4. Header                                                                                 */
/* ========================================================================================= */
header {
	top: 0;
	width: 100%;
	z-index: 999;
	position: absolute;
	background: rgba(255, 255, 255, .9);
	height: 140px;
	border-bottom: 4px solid #dedede;
}

header #logo {
	z-index: 11;
	position: relative;
	margin-top: 8px;
	float: left;
}

header #logo img {
	image-rendering: auto;
    height: 105px;
}
	
header #logo a {
	display: inline-block;
	position: relative;
}


/* ========================================================================================= */
/* 4. Sticky Header                                                                                 */
/* ========================================================================================= */
header.sticky-header {
	position: fixed;
	background: #ffffff;
    height: 90px;
}

header.sticky-header #logo img {
    height: 60px;
}

header.sticky-header #main-nav > ul > li > a {
    padding: 29px 1px;
}

/* ========================================================================================= */
/* 5. Menu / Navigation                                                                      */
/* ========================================================================================= */
#menu {
	z-index: 9;
	float: none;
}

#menu.menu-is-open { z-index: 999; }

#menu .menu-inner {
	text-align: center;
}

#main-nav {
	display: inline-block;
}
#main-nav > ul > li {
	margin: 0 0 0 30px;
	padding: 0;
	display: inline-block;
	position: relative;
}
#main-nav > ul > li:first-child {
	margin: 0;
}
#main-nav > ul > li > a {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #4c58a1;
	letter-spacing: 0.03em;
	line-height: 30px;
	padding: 53px 1px;
	position: relative;
}
#main-nav > ul > li:hover > a {
	color: #888;
}
	
#main-nav > ul > li > a:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #4c58a1;
	position: absolute;
	left: 0;
	top: 6px;
	opacity: 0;
}

#main-nav > ul > li:hover > a:after,
#main-nav > ul > li.current-menu-item > a:after {
	opacity: 1;
	top: 0;
}

#main-nav > ul li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: -10px;
    display: inline-block;
    padding-top: 2px;

  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
}

/* Main menu icons */
#main-nav > ul > li.menu-icon i {
	color: #4c58a1;
    position: relative;
    left: 0;
    top: 38%;
}
#main-nav > ul > li.menu-icon:hover i {
	color: #888;
}
#menu.menu-is-open #main-nav > ul > li.menu-icon i {
    color: #ffffff !important;
}

/* Menu hover effect if has children */
#menu:not(.menu-is-open) #main-nav > ul li.menu-item-has-children:hover > a:before {
  	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
}
/* Responsive menu if there were children effect */
#menu.menu-is-open #main-nav > ul li.active > a:before {
  	-webkit-transform: rotate(180deg);
  	-moz-transform: rotate(180deg);
  	-ms-transform: rotate(180deg);
  	-o-transform: rotate(180deg);
  	transform: rotate(180deg);
}

/* Submenu */
#main-nav ul li > ul.submenu {
	position: absolute;
	top: 110%;
	left: -20px;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	background: rgba(255, 255, 255, .9);
}
#main-nav ul li:hover > ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 103%;
}
#main-nav ul li > ul.submenu:after {
	content:"";
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 1px solid rgba(0, 0, 0, .07);
	z-index: 1;
}	
#main-nav ul li ul > li {
	margin: 0;
	padding: 8px 20px;
	display: block;
	text-align: left;
	height: auto;
	line-height: normal;
	position: relative;
	z-index: 2;
}
#main-nav ul li > ul.submenu > li:first-child {
	margin-top: 2px;
}
#main-nav ul li > ul.submenu > li:last-child {
	margin-bottom: 2px;
}
#main-nav ul li ul > li > a {
	color: #696969;
	font-weight: 400;
	font-size: 13px;
	height: auto;
	letter-spacing: 0.03em;
	position: relative;
	display: block;
}
#main-nav ul li ul > li a:hover,
#main-nav ul li ul > li.current-menu-item > a {
	color: #4c58a1 !important;
	padding-left: 5px;
}


/* Submenu bottom border */
#menu:not(.menu-is-open) #main-nav ul li ul > li:not(:last-child):after {
	content: "";
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background: rgba(0,0,0,0.05);
    position: relative;
    left: 0;
    top: 8px;
    display: block;
}
	
#main-nav ul li ul li.menu-item-has-children > a:before {
	content: "\f3d3";
	display: block;
}
#main-nav ul li ul > li > a > i, #main-nav ul li ul > li > a > em {
	font-size: 10px;
	text-transform: none;
	display: inline-block;
	margin-left: 5px;
}

/* Submenu 2nd+ levels */
#main-nav ul li > ul.submenu li > ul.submenu {
	top: -5px;
	left: -100%;
	margin-top: 0px;
	margin-left: -1px;
}
#main-nav ul li > ul.submenu li:hover > ul.submenu {
	top: 0;
}
#main-nav ul li > ul.submenu li > ul.submenu:after {
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 1px solid rgba(0, 0, 0, .07);
}

/* Responsive Toggle Icon */
#menu .responsive-nav-toggle {
	width: 22px;
	position: relative;
	float: right;
    right: 15px;
	display: none;
}
#menu .responsive-nav-toggle .hamburger {
 	display: inline-block;
	width: 22px;
	height: 2.5px;
	position: relative;
	margin-right: 5px;
}
#menu .responsive-nav-toggle .hamburger:before,
#menu .responsive-nav-toggle .hamburger:after {
  	content: '';
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	right: 0;
}
#menu .responsive-nav-toggle .hamburger:before {
  	-webkit-transform: translateY(-6px) rotate(0deg);
  	   -moz-transform: translateY(-6px) rotate(0deg);
  		-ms-transform: translateY(-6px) rotate(0deg);
  	 	 -o-transform: translateY(-6px) rotate(0deg);
  			transform: translateY(-6px) rotate(0deg);
}
#menu .responsive-nav-toggle .hamburger:after {
  	-webkit-transform: translateY(6px) rotate(0deg);
  	   -moz-transform: translateY(6px) rotate(0deg);
  		-ms-transform: translateY(6px) rotate(0deg);
  		 -o-transform: translateY(6px) rotate(0deg);
  			transform: translateY(6px) rotate(0deg);
}
#menu.menu-is-open .responsive-nav-toggle .hamburger {
  background: transparent;
}
#menu.menu-is-open .responsive-nav-toggle .hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu.menu-is-open .responsive-nav-toggle .hamburger:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu.menu-is-open .responsive-nav-toggle .hamburger:before,
#menu.menu-is-open .responsive-nav-toggle .hamburger:after {
  -webkit-transition-delay: 0s, 0.3s;
     -moz-transition-delay: 0s, 0.3s;
  	  -ms-transition-delay: 0s, 0.3s;
  	   -o-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
header #menu .responsive-nav-toggle:hover .hamburger,
header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger,
header #menu .responsive-nav-toggle:hover .hamburger:before,
header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger:before, 
header #menu .responsive-nav-toggle:hover .hamburger:after
header #menu.menu-is-open .responsive-nav-toggle:hover .hamburger:after {
	background-color: #4c58a1 !important; 
}

/* Dark Style */
#menu .responsive-nav-toggle .hamburger {
	background-color: #1a1a1a;
}
#menu.menu-is-open .responsive-nav-toggle .hamburger {
	background-color: transparent;
}
#menu .responsive-nav-toggle .hamburger:before,
#menu .responsive-nav-toggle .hamburger:after {
  	background-color: #1a1a1a;
}

.header-transparent #menu .responsive-nav-toggle .hamburger {
	background-color: #fff;
}
.header-transparent #menu.menu-is-open .responsive-nav-toggle .hamburger {
	background-color: transparent;
}
.header-transparent #menu .responsive-nav-toggle .hamburger:before,
.header-transparent #menu .responsive-nav-toggle .hamburger:after {
  	background-color: #fff;
}

/* Responsive Menu */
#menu.menu-is-open #main-nav ul li a {
	color: #ffffff !important;
}
#menu.menu-is-open #main-nav ul ul li a {
	color: #c9c9c9 !important;
}
header #menu.menu-is-open .responsive-nav-toggle .hamburger:before, 
header #menu.menu-is-open .responsive-nav-toggle .hamburger:after {
	background-color: #ffffff !important;
}

/* ========================================================================================= */
/* 6. Header Misc                                                                            */
/* ========================================================================================= */
#menu-misc {
	float: right;
	padding-left: 35px;
	margin-top: 49px;
	display: inline-block;
	position: relative;
    min-width: 120px;
}

/* Socials */
#menu-misc .social-icons > li > a {
	color: #fff;
}

.header-socials { display: none; }

/* Languages */
.header-lang {
	position: absolute;
	top: -47px;
	right: 1px;
}
.header-lang li > a {
	font-family: 'Droid Arabic Kufi', sans-serif;
	color: #4c58a1;
	font-weight: 600;
	font-size: 14px;
}
.header-lang li > a > span {
	position: relative;
	top: -2px;
}
.header-lang li > a:hover {
	color: #888;
}

#menu.menu-is-open #menu-misc .header-lang {
	min-width: 100px !important;
	min-height: 50px !important;
    right: 85px !important;
    top: -1px !important;
}
#menu.menu-is-open #menu-misc .header-lang li > a {
	color: #fff;
}
#menu.menu-is-open #menu-misc .header-lang li > a:hover {
	color: #aaa;
}


/* ========================================================================================= */
/* 7. Revolution Slider                                                                      */
/* ========================================================================================= */
#hero {
	position: relative;
	overflow: hidden;
}
#hero.text-light {
	background: #1a1a1a;
}

.tp-dottedoverlay.proto-overlay {
    background: url("../images/slider/slider-overlay.png") !important;
}

.tparrows {
	background: transparent !important;
	z-index: 50 !important;
}

.tparrows.proto-nav {
	margin: 0 50px;
}

.tp-rightarrow.tparrows.proto-nav:hover {
	margin: 0 55px;
}

.tp-leftarrow.tparrows.proto-nav:hover {
	margin-left: 45px;
}

.tparrows.proto-nav:before {
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 120px;
	color: rgba(255,255,255, .35);
	position: absolute;
	top: 60%;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
}
.tparrows.proto-nav:hover:before {
	color: rgba(255,255,255, 1);
}

.tp-rightarrow.tparrows.proto-nav:before {
	content: "\f105";
}

.tp-leftarrow.tparrows.proto-nav:before {
	content: "\f104";
}

.proto-bullets .tp-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 15px;
}
.proto-bullets .tp-bullet.selected,
.proto-bullets .tp-bullet:hover {
    background: #ff7200;
}

.tp-caption.proto-caption {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #1a1a1a;
}

.tp-caption.proto-caption strong {
	font-weight: 700;
}

.text-light .tp-caption.proto-caption {
	color: #ffffff;
}

.tp-caption.proto-caption.subtitle-1 {
	font-weight: 300; 
	letter-spacing: 0.03em; 
}

.tp-caption.proto-caption.subtitle-1 strong {
	font-weight: 400;
}

.tp-caption.proto-caption.subtitle-2 {
	color: #fff;
	letter-spacing: 0.05em !important;
}
.tp-caption.proto-caption.subtitle-2 strong {
	font-weight: 700;
}


hr.zigzag {
  	background: #fff;
  	height: 3px;
} 
hr.medium {
	width: 120px;
}


/* ========================================================================================= */
/* 9. Alerts                                                                                 */
/* ========================================================================================= */
.alert {
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	color: #240e35;
	font-size: 16px;
	text-align: center;
}

.alert.alert-info {
	background-color: #eff6f8;
}

.alert.alert-danger {
	background-color: #f4233c;
	color: #fff;
}

.alert.alert-success {
	background-color: #56d7fe;
	color: #fff;
}

.alert.alert-warning {
	background-color: #fddb01;
}


/* ========================================================================================= */
/* 10. Buttons                                                                               */
/* ========================================================================================= */

/* Sizes
---------------------------------------- */
a.button-large,
button.button-large {
	font-weight: 600;
	letter-spacing: 0.03em;
	font-size: 14px;
	padding: 8px 40px;
	display: table;
}
a.button-medium,
button.button-medium {
	font-weight: 600;
	letter-spacing: 0.03em;
	font-size: 13px;
	padding: 7px 30px;
	display: table;
}
a.button-small,
button.button-small {
	font-weight: 600;
	letter-spacing: 0.03em;
	font-size: 12px;
	padding: 5px 25px;
	display: table;
}
a.button-xsmall,
button.button-xsmall {
	font-weight: 600;
	letter-spacing: 0.03em;
	font-size: 12px;
	padding: 3px 20px;
	display: table;
}

/* Transparent Bordered
---------------------------------------- */
a.bordered-light,
button.bordered-light {
	color: #ffffff;
	background: transparent;
	border: 2px solid #ffffff;
}
a.bordered-light:hover,
button.bordered-light:hover,
a.bordered-light:focus,
button.bordered-light:focus,
a.bordered-light:active,
button.bordered-light:active {
	color: #333;
	background: #ffffff;
}
a.bordered-dark,
button.bordered-dark {
	color: #333;
	background: transparent;
	border: 2px solid #333;
}
a.bordered-dark:hover,
button.bordered-dark:hover,
a.bordered-dark:focus,
button.bordered-dark:focus,
a.bordered-dark:active,
button.bordered-dark:active {
	color: #fff;
	background: #333;
}
a.bordered-blue,
button.bordered-blue {
	color: #4c58a1;
	background: transparent;
	border: 2px solid #4c58a1;
}
a.bordered-blue:hover,
button.bordered-blue:hover,
a.bordered-blue:focus,
button.bordered-blue:focus,
a.bordered-blue:active,
button.bordered-blue:active {
	color: #fff;
	background: #4c58a1;
}

/* Rounded
---------------------------------------- */
a.rounded,
button.rounded {
	border-radius: 20px;
}

/* Centered
---------------------------------------- */
a.center,
button.center {
	margin: 0 auto;
}

/* Buttons Style 1
---------------------------------------- */
.button-1 {
	color: #fff;
	background: #4c58a1;
	margin: 15px;
	position: relative;
}
.button-1:hover {
	color: #4c58a1;
	background: #f0f0f0;
}
.button-1-dark {
	color: #fff;
	background: #333;
	margin: 15px;
	position: relative;
}
.button-1-dark:hover {
	color: #333;
	background: #f0f0f0;
}
.button-1-light {
	color: #333;
	background: #f0f0f0;
	margin: 15px;
	position: relative;
}
.button-1-light:hover {
	color: #fff;
	background: #333;
}

/* Button with icon
---------------------------------------- */
a.withicon span,
button.withicon span {
	display: inline-block;
	position: relative;
}
a.withicon i,
button.withicon i {
	position: absolute;
	top: 50%;
	opacity: 0;
	margin-top: -5px !important;
	color: #fff;
	font-size: 12px;
	padding: 0 0;
}
a.bordered-blue.withicon i,
button.bordered-blue.withicon i,
a.bordered-dark.withicon i,
button.bordered-dark.withicon i {
	color: #4c58a1;
}
a.withicon:hover span,
a.withicon:active span,
button.withicon:hover span,
button.withicon:active span {
	padding: 0 20px 0 0px;
}
a.withicon:hover i,
a.withicon:active i,
button.withicon:hover i,
button.withicon:active i {
	color: #4c58a1;
	opacity: 1;
	top: 50%;
	padding: 0 15px !important;
}
a.button-1-light.withicon:hover i,
a.button-1-light.withicon:active i,
button.button-1-light.withicon:hover i,
button.button-1-light.withicon:active i {
	color: #333 !important;
}
a.button-1-dark.withicon:hover i,
a.button-1-dark.withicon:active i,
button.button-1-dark.withicon:hover i,
button.button-1-dark.withicon:active i {
	color: #333;
}
a.bordered-blue.withicon:hover i,
a.bordered-blue.withicon:active i,
button.bordered-blue.withicon:hover i,
button.bordered-blue.withicon:active i,
a.bordered-dark.withicon:hover i,
a.bordered-dark.withicon:active i,
button.bordered-dark.withicon:hover i,
button.bordered-dark.withicon:active i {
	color: #fff;
}

.button {
	font-weight: 600;
    letter-spacing: 0.03em;
    padding: 6px 20px;
    border-radius: 20px;
    margin: 25px auto;
    display: table;
    position: relative;
    background: #4c58a1;
    font-size: 12px;
}
.button:hover {
	background: #f0f0f0;
}

/* Transparent button with icon
---------------------------------------- */
.button-trans {
	font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
    position: relative;
    font-size: 13px;
}
.icon-left .button-trans {
    margin: 0 0 0 50px;
}
a.button-trans.withicon span {
	color: #4c58a1;
}
a.button-trans.withicon:hover span,
a.button-trans.withicon:active span,
button.button-trans.withicon:hover span,
button.button-trans.withicon:active span {
	color: #5d5d5d;
}
a.button-trans.withicon:hover i,
a.button-trans.withicon:active i,
button.button-trans.withicon:hover i,
button.button-trans.withicon:active i {
	color: #5d5d5d;
}

/* Load More button
---------------------------------------- */
.load-more {
	position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.load-more > a {
	border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background: #46529b;
    display: inline-block;
    text-align: center;
    padding: 7px 17px;
    margin: 0 auto;
    letter-spacing: 0.03em;
}
.load-more > a:hover {
    color: #46529b;
    background: #eee;
}


/* ========================================================================================= */
/* 11. Section Styles                                                                        */
/* ========================================================================================= */


/* Inner pages
---------------------------------------- */
.content-section {
	padding-top: 300px;
}
.content-data {
	position: relative;
	min-height: 100%;
	background: #fff;
	border-top: 8px solid #46529b;
	padding: 30px 60px 60px;
	overflow: hidden;

	font-size: 14px;
	color: #555;
	line-height: 1.8em;
}
.content-data h6 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}
.content-data p {
	padding-top: 25px;
}
.content-img {
	float: right;
    padding-left: 35px;
}

.content-data .images {
	padding-top: 50px;
}


/* Contact us page elements
---------------------------------------- */

.contactus-box {
	margin-top: 50px;
	padding: 10px 50px;
}
.contactus-box:not(:last-child) {
	border-right: 1px solid #f1f1f1;
}
.contactus-box i {
	position: relative;
	width: 60px;
	height: 60px;
	font-size: 24px;
	color: #4c58a1;
	background: #f1f1f1;
	border-radius: 50%;
	padding-top: 17px;
	padding-left: 1px;
	margin: 10px;
}
.contactus-box h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #4c58a1;
    letter-spacing: 0.06em;
    line-height: 26px;
}
.contactus-box p {
	font-size: 12px;
	font-weight: 400;
	color: #333;
    letter-spacing: 0.02em;
}

/* Contact Style 2 */
.contact-form textarea {
	max-height: 150px;
}

/* Contact Style 3 */

.contact-page-3 .left-elements p {
	font-size: 13px;
	margin-bottom: 25px;
}
.contact-page-3 .left-elements h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact-page-3 .left-elements .social-icons.light { text-align: left; }

#googleMap {
	width: calc(100% + 120px);
	height:430px;
	margin: 50px -60px 0 -60px;
}

.map {
	width: calc(100% + 120px);
	margin: 50px -60px -61px -60px;
}
.map h2 {
	margin-left: 60px;
}


/* ========================================================================================= */
/* 14. Footer Section                                                                        */
/* ========================================================================================= */
footer.fixed-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -5;
}
footer {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,.8);
	background-color: #3e498b;
}
footer a {
	color: rgba(255,255,255,.8);
}
footer a:hover {
	color: rgba(255,255,255,.5);
}

footer .footer {
	padding: 8px 0;
}

footer .copyrights {
	margin-top: 9px;
}

.footer p {
	display: block;
	margin: 0 0px;
}
.footer i.heart {
	color: red;
}
.footer i.white {
	color: #fff;
}

/* Contacts */
.contacts {
	text-align: right;
	display: inline-block;
	margin-top: 9px;
}
.contacts p:first-child {
	margin-bottom: 10px;
}
.contacts span {
	font-size: 12px;
	margin-left: 4px;
}
.contacts i {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-left: 18px;
}

/* Socials */
ul.social-icons {
	list-style: none;
	text-align: center;
	padding-bottom: 15px;
}
ul.social-icons li {
	display:inline-block;
	margin-right: 5px;
	border-radius: 50%;
	width:36px;
	height:36px;
	overflow:hidden;
}
ul.social-icons li:last-child {
	margin-right: 0;
}

ul.social-icons li a {
	display:inline-block;
	padding:10px;
	line-height:36px;
	font-size:16px;
	position:relative;
	text-align:center;
	text-decoration:none;
	color:#fff;
}

ul.social-icons li a i {
	display: inline-block;
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
}
ul.social-icons li a i:first-child {
    left: -5px;
}
ul.social-icons li a i:last-child {
    left: -35px;
}
.browser-ie ul.social-icons li a {
	display:inline-block;
	padding:10px;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:16px;
	overflow:hidden;
	position:relative;
	text-align:center;
	color:#222;
}

ul.social-icons li a:hover i:first-child { left: 35px; }
ul.social-icons li a:hover i:last-child { left: -5px; }

ul.social-icons li.twitter { background-color:#00aced }
ul.social-icons li.facebook { background-color:#3b5998 }
ul.social-icons li.google-plus { background-color:#dd4b39 }
ul.social-icons li.youtube { background-color:#b00 }
ul.social-icons li.instagram { background-color:#517fa4 }
ul.social-icons li.linkedin { background-color:#007bb6 }
ul.social-icons li.pinterest { background-color:#cb2027 }
ul.social-icons li.foursquare { background-color:#00aeef }
ul.social-icons li.flickr { background-color:#ff0084 }
ul.social-icons li.tumblr { background-color:#32506d }
ul.social-icons li.vimeo { background-color:#aad450 }
ul.social-icons li.dribbble { background-color:#ea4c89 }
ul.social-icons li.skype { background-color:#0078ca }
ul.social-icons li.stack-overflow { background-color:#0078ca }
ul.social-icons li.github { background-color:#333 }
ul.social-icons li.xing { background-color:#026466 }
ul.social-icons li.rss { background-color:#f26522 }
ul.social-icons li.soundcloud { background-color:#f80 }
ul.social-icons li.yelp { background-color:#af0606 }
ul.social-icons li.deviantart { background-color:#4e6252 }
ul.social-icons li.wordpress { background-color:#21759b }
ul.social-icons li.behance { background-color:#1769ff }
ul.social-icons li.vk { background-color:#4e729a }
ul.social-icons li.twitch { background-color:#6441a5 }
ul.social-icons li.weibo { background-color:#6441a5 }
ul.social-icons li.mail { background-color:#666 }
ul.social-icons li.page-link { background-color:#333 }


/* Back To Top */
#backtotop {
	text-align: center;
	line-height: 16px;
	position: fixed;
	bottom: -1px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 100;
	color: #ffffff;
	background: rgba(62, 73, 137, 0.6);
	padding: 10px 15px;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		 -o-transform: translateY(100%);
			transform: translateY(100%);
}
#backtotop.visible {
	right: 20px;
	bottom: 20px;
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		 -o-transform: translateY(0%);
			transform: translateY(0%);
} 
#backtotop.visible:hover {
	background: rgba(0,0,0,0.7);
}
#backtotop:before {
	content: "\f077";
	font-family: 'FontAwesome';
	font-size: 10px;
	position: relative;
	top: 0;
}
#backtotop.visible:hover:before {
	top: -5px;
}

/* ========================================================================================= */
/* 16. Portfolio                                                                             */
/* ========================================================================================= */
.portfolio {
	margin-top: 20px;
}
.portfolio-filter li > a,
.portfolio-action-btn li a {
	-webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
	   -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
		-ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
		 -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
/* Portfolio portfolio-filter */
.portfolio-filter {
	color: #1e2d32;
	padding: 40px 0 30px;
	list-style: none;
}
.portfolio-filter li {
	display: inline-block;
}
.portfolio-filter li > a {
	font-size: 13px;
	font-weight: 700;
	color: #1e2d32;
	padding: 5px 13px;
	margin: 5px;
	background: transparent;
	border-radius: 5px;
}
.portfolio-filter li > a:hover {
	color: #fff;
	background: #46529b;
	border-radius: 5px;
}

.portfolio-filter li:after {
	display: inline-block;
	position: relative;
	content: "|";
	color: #333;
	font-weight: 600;
	font-size: 12px;
	top: -2px;
}
.portfolio-filter li.active {
	padding-left: 15px;
}
.portfolio-filter li.active:after {
	padding-left: 15px;
}
.portfolio-filter li:last-child:after {
	display: none;
}

.portfolio-filter li.active > a {
	color: #fff;
	background: #46529b;
	border-radius: 5px;
}

/* Portfolio items */
.portfolio-item {
	margin: 0;
}
.portfolio-item img {
	width: 100%;
}
.portfolio-item:not(.gutter) {
	padding: 0;
}
.portfolio-item.gutter {
	padding: 10px;
}
.portfolio_inner {
	position: relative;
	overflow: hidden;
    max-height: calc(364px - 20px);

    min-width: 243px;
    min-height: 162px;
}

/* Portfolio Text */
.portfolio-item .portfolio-description {
	z-index: 99;
	position: absolute;
}
.portfolio-item .portfolio-description h4 {
	padding: 0;
}
.portfolio-item .portfolio-description h4 a {
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.portfolio-item .portfolio-description ul.portfolio-cat {
	position: relative;
	top: -10px;
}
.portfolio-item .portfolio-description li {
	display: inline-block;
}
.portfolio-item .portfolio-description li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
}

/* Portfolio Item Buttons */
.portfolio-action-btn {
	position: absolute;
	text-align: center;
}
.portfolio-action-btn li {
	display: inline-block;
	padding: 0 5px;
}
.portfolio-action-btn li a {
	position: relative;
	border-radius: 50%;
	display: block;
	outline: none;
}
.portfolio-action-btn li a i {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;

	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.portfolio-action-btn li.link a {
	background: #fff;
	color: #01a0e1;
	border: 1px solid #fff;
}

/* Hover Effect 1 */
.portfolio-item .port-hover-effect1 .portfolio-description {
	width: 100%;
}

.portfolio-item.loaded .port-hover-effect1 {
	display: block;
}
.portfolio-item .broken .port-hover-effect1 {
	display: none !important;
}
.portfolio-item .port-hover-effect1 {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(70,82,155,0.7);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
.portfolio-item:hover .port-hover-effect1 {
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);

	opacity: 1;
}
.port-hover-effect1 .portfolio-action-btn li a {
	width: 36px;
	height: 36px;
	font-size: 14px;
}
.port-hover-effect1 .portfolio-action-btn {
	top: 53%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.port-hover-effect1 .portfolio-action-btn li.bigger a {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.port-hover-effect1 .portfolio-action-btn li.bigger a:hover {
	background-color: #fff;
	color: #46529b;
	border: 1px solid #fff;
}
.port-hover-effect1 .portfolio-action-btn li.link a:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.portfolio-item:hover .port-hover-effect1 .portfolio-action-btn {
}
.portfolio-item .port-hover-effect1 .portfolio-description {
	text-align: center;
	bottom: 10px;
}
.portfolio-item .port-hover-effect1 .portfolio-description {
	-ms-transform: scale(.5);
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.portfolio-item:hover .port-hover-effect1 .portfolio-description {
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Hover Effect 2 */
.portfolio-item .port-hover-effect2 {
	position: absolute;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,161,225,.7);
	padding: 10px 25px;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.portfolio-item:hover .port-hover-effect2 {
	top: 70%;
	opacity: 1;
}
.portfolio-item .effect2.portfolio-action-btn li a {
	width: 35px;
	height: 35px;
	font-size: 14px;
}
.portfolio-item .effect2.portfolio-action-btn {
	left: 50%;
	top: 40%;
	opacity: 0;
	transform: translate(-45%, -45%);
}
.portfolio-item:hover .effect2.portfolio-action-btn {
	/* right: 15px; */
	opacity: 1;
}
.effect2.portfolio-action-btn li.bigger a {
	background: #46529b;
	color: #fff;
	border: 1px solid #46529b;
}
.effect2.portfolio-action-btn li.bigger a:hover {
	background: #fff;
	color: #46529b;
	border: 1px solid #fff;
}
.effect2.portfolio-action-btn li.link a:hover {
	background-color: #46529b;
	color: #fff;
	border: 1px solid #46529b;
}
.portfolio-item .port-hover-effect2 .portfolio-description {
	left: -5px;
    top: 50%;
    transform: translateY(-45%);
}
.portfolio-item:hover .port-hover-effect2 .portfolio-description {
	left: 20px;
}


/* ========================================================================================= */
/* 19. Shortcodes                                                                            */
/* ========================================================================================= */

/* Owl Carousel
---------------------------------------- */
.owl-carousel {
    /* overflow: hidden; */
}
.owl-carousel .owl-item img {
    /*width: auto;*/
}
.owl-nav {
	position: absolute;
	right: -10px;
	left: -10px;
	top: 50%;

	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		 -o-transform: translate(0, -50%);
			transform: translate(0, -50%);
}
.owl-prev,
.owl-next {
	opacity: 0;
	display: block;
	position: absolute;
	background: rgba(255,255,255,0.3);
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 32px;
	text-align: center;
	color: rgba(17,17,17,0.3);
	z-index: 1;

	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		 -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

	top: 50%;

	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		 -o-transform: translate(0, -50%);
			transform: translate(0, -50%);
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-next:before {
    left: auto;
    right: 0;
}
.owl-prev .fa,
.owl-next .fa {
    position: relative;
}
.owl-prev:hover,
.owl-next:hover {
	background: rgba(255,255,255,1);
}
.owl-prev:hover,
.owl-next:hover {
	color: #333;
}
.owl-prev:hover:before,
.owl-next:hover:before {
    opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before {	
	opacity: 0.6;
}
.owl-carousel:hover .owl-prev {
	opacity: 1;
	left: 25px;
}
.owl-carousel:hover .owl-next {
	opacity: 1;
	right: 25px;
}
.owl-dots {
	width: 100%;
	position: relative;
	bottom: -15px;
	left: 0;
	text-align: center;
	z-index: 99;
	margin-bottom: 15px;
}
.owl-dot {
	display: inline-block;
	padding: 6px 4px;
    position: relative;
}
.owl-dot span {
	width: 6px;
	height: 6px;
	display: block;
	background: rgb(2, 161, 226);
	position: relative;
	z-index: 1000 !important;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
		    border-radius: 4px;

	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
	   -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
			box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
		 -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-dot:hover span {
	background: #333;
}
.owl-dot.active span {
	background: transparent;
	border: 1px solid rgb(2, 161, 226);
	-webkit-transform: scale(1.3333333);
	   -moz-transform: scale(1.3333333);
		-ms-transform: scale(1.3333333);
		 -o-transform: scale(1.3333333);
			transform: scale(1.3333333);
}

.bullets-style-2 > .owl-dots {
	width: auto;
	position: absolute;
    left: 50%;
    margin-right: -50%;
	bottom: 10px;
	z-index: 99;
	margin-bottom: 0;
	padding: 0;

	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	     -o-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.bullets-style-2 > .owl-dots:before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 15px;
    right: -7px;
    left: -7px;
    top: -2px;
    bottom: 5px;
    z-index: 1;
}


/* Clients logos
---------------------------------------- */
.clients-logos img:not(:last-child) { border-right: 1px solid #eee; }
.clients-logos img { padding: 0 15px; }
.clients-logos.owl-carousel img { border-right: 1px solid #eee; padding: 0 15px; }
.clients-logos.owl-carousel img { width: auto; display: inline-block; }


/* ========================================================================================= */
/* 17. Pagination                                                                            */
/* ========================================================================================= */
.pagination {
	position: relative;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.pagination > ul { list-style: none; }
.pagination > ul > li { display: inline-block; padding-right: 10px; }
.pagination > ul > li:last-child { padding-right: 0; }
.pagination > ul > li > a {
	border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #00a1e1;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    padding: 5px 0 0 0;
}
.pagination > ul > li > a > i {
	font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 400;
	font-style: normal;
	padding-left: 2px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > a.active {
    color: #00a1e1;
    background: #eee;
}


/* ========================================================================================= */
/* 21. Forms                                                                                 */
/* ========================================================================================= */

/* Contact Form
---------------------------------------- */
.contact-form .col-md-6,
.contact-form .col-md-12 {
	padding-left: 0;
}
.contact-form input.transparent,
.contact-form textarea.transparent,
.contact-form input.transparent:focus,
.contact-form textarea.transparent:focus {
	background: transparent;
}
.contact-form input.rounded,
.contact-form textarea.rounded {
	border-radius: 5px;
}
.contact-form input.bordered,
.contact-form textarea.bordered {
	border: 1px solid rgba(0,0,0, .15);
}
.contact-form input.bordered:focus,
.contact-form textarea.bordered:focus {
	border: 1px solid rgba(0,161,224, .9);

	-webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
       -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
    		box-shadow: 0 0 3px rgba(0,0,0, .3);
}
	
.contact-form label.error {
	margin-bottom: 10px;
	color: red;
}
.form-tip {
	position: relative;
	top: -5px;
    font-size: 11px;
    color: #aaa;
    padding: 0 0 5px 0;
}

.contact-form input,
.contact-form textarea {
	padding: 5px 10px;
	width: 100%;
	font-size: 12px;
	color: #333;
	margin: 0 0 10px;
}

