/*
Theme Name: new comapny
Author: Mahmoud Hamdy
Description: new comapny dynamic WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: new comapny

*/
@font-face {
    font-family: 'JF';
    src: url('fonts/JF Flat regular_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h4,h3,h5,h6,p,a,span,div{
	font-family: 'JF';
}
body {
	direction: rtl;
}
header{
	position: relative;
	z-index: 99999;
}
a{
	outline: 0 !important;
}
.top{
	margin: 0px 0 0px;
	background: rgb(56, 56, 56);
}
.top-links a{
	margin-left: 10px;
	color: #eaeaea;
	transition: all 0.3s ease;
}
.top-links a span{
	margin-right: 5px;
}
.top-links{
	float: right;
	margin-top: 9px;

}
.top a:hover {
	color: #ffcd6b;
}

.social{
	float: left;
	margin: 5px 0 ;
}
.social a{
	margin-right: 10px;
	
	display: inline-block;
	
}
.social a .fa{
	color: #eaeaea;
	padding: 6px 7px;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.social a .fa-facebook{
	padding: 6px 9px;
}
.social a:hover .fa{
	color: #ffcd6b;
	border: 1px solid #ffcd6b;
}

.logo img{
	display: block;
	margin: 0;
	padding-top: 10px;
    padding-bottom: 12px;
}
a:hover, a:active, a:focus{
	text-decoration: none;
}
.admin-bar .sticking {
  top: 32px !important;
}
.page header, .single header, .archive header, .blog header{
	background-color: #252525;
}
.slotholder:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(17, 87, 101, .3) !important;
}
.header-menu {
	  width: 100%;
	  z-index: 999;
	  padding-top: 5px;
}
.home header {
    background-color: transparent;
}
.sticking {
    width: 100%;
    z-index: 999;
    background-color: #232323;
}
.not-sticking{
	transition: background-color 0.5s ease;
}
.navbar-default {
	border-color: transparent;
    clear: both;
    border-radius: 0;
    margin-top: 15px
}
.navbar{
	margin-bottom: 0px;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    padding-right: 0;
}
.navbar-nav > li {
    margin-left: 5px;
    float: right;
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 9px;
    font-size: 16px;
    color: #eaeaea;
    transition: all 0.4s ease;
}

.navbar-nav > li > a::after {
    content: "";
    display: block;
    width: 0px;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    padding: 3px 0;
    transition: all 0.4s ease;
}
.navbar-nav > li > a:hover::after {
    content: "";
    display: block;
    width: 70%;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    padding: 3px 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-nav > li:last-child a{
	background: #1caee4;
	padding: 7px 15px 10px;
	font-size: 14px;
    display: inline-block;
    margin-right: 21px;
}
.navbar-default .navbar-nav > li:last-child a:before{
	content: "\f007";
	font-family: "fontawesome";
	font-size: 15px;
	margin-left: 5px;
}
.navbar-default .navbar-nav > li:last-child a:after{
	display: none;
}
.navbar-default .navbar-nav > li:last-child a:hover{
	background: #5867a7;
}
.page .not-sticking .navbar-default .navbar-nav > li > a, 
.single .not-sticking .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.page .not-sticking .navbar-nav > li > a::after,
.single .not-sticking .navbar-nav > li > a::after {
    border-bottom: 2px solid #fff;
}
.page .not-sticking .navbar-nav > li > a:hover::after,
.single .not-sticking .navbar-nav > li > a:hover::after {
    border-bottom: 2px solid #fff;
}
.page .sticking, .single .sticking, .archive .sticking{
	/*background-color: rgba(35, 128, 146, 0.8);*/
}
.page-header {
    margin: 0px 0 0px;
    border-bottom: 0;
    display: block;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 270px;
	padding-bottom: 0px;
}
.max-overlay{
	background-image: url(./images/pattern2.png);
	height: 100%;
}
.page-header h1{
	font-size: 40px;
	color: #fff;
	top: 46%;
	position: relative;
	font-weight: bold;
	margin: 0;
}
.page footer{
	
}
.slider{
	direction: ltr;
	position: relative;
	margin-top: -139px;
}
.slider h1{
	direction: rtl;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    left: 100px;
    display: none;
    background-color: #286774;
    border-radius: 50%;
}
.scrollup .fa{
	color: #fff;
	margin: 0 auto;
	font-size: 33px;
	display: table;
}
.services{
	margin-top: 55px;
    margin-bottom: 10px;
}
.ser-wrap{
	position: relative;
}
.inner{
	position: absolute;
	bottom: 0;
	background: rgba(0 , 0 , 0 , .4);
	width: 100%;
	z-index: 9;
	padding: 10px 25px 15px 5px;
	transition: all 0.5s ease-in-out;
}
.overlay {
    position: absolute;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.4), inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
	top: 5%;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 95%;
	height: 90%;
	margin: 0 auto;
}

.ser-wrap:hover .overlay {
    box-shadow: inset 0 0 0 150px rgba(255, 255, 255, 0.8), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}
.ser-wrap:hover .inner a{
	color: #000;
}
.ser-wrap:hover .inner{
	background: transparent;
}
.inner h3{
	font-size: 22px;
}
.inner a{
	color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	z-index: 999;
}
.two{
	height: 260px;
	margin-bottom: 30px;
}
.portfolio{
	margin-bottom: 55px;
}
.port-item{
	margin: 0;
	padding: 0;
}

#filters li{
	float: right;
	padding: 7px;
	list-style: none;
	margin-bottom: 20px;
}
#filters a{
	color: #5a5a5a;
	transition: all 0.3s ease;
}
.port-wrap{
	position: relative;
}
.port-wrap img{
	width: 100%;
}
.overlay2 {
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	width: 88%;
	margin: auto;
	height: 0;
	transition: .5s ease;
	top: 50%;
}
.port-wrap:hover .overlay2 {
    height: 88%;
}
.fancybox-overlay{
	z-index: 99999;
	background: rgb(0, 0, 0, .9) none repeat scroll 0% 0% !important;
	opacity: 1 !important;
}
.overlay2 .col-sm-12{
	height: 50%;
}
.overlay2 .fa{
	margin: 50% auto 0;
	display: table;
	font-size: 22px;
	color: #000;
	transition: all .3s ease;
}
.overlay2 .col-sm-6{
	height: 50%;
}
.overlay2 .col-sm-6 a{
	color: #000;
	position: absolute;
	bottom: 10px;
	transition: all .3s ease;
}
.overlay2 .fa:hover{
	color: #fea800;
}
.overlay2 .col-sm-6 a:hover{
	color: #fea800;
}
.title{
	text-align: center;
}
.exc{
	text-align: center;
	color: #aeaeae;
	text-indent: -33px;
	margin-bottom: 30px;
}
.packages {
	margin-top: 30px;
    margin-bottom: 20px;
	overflow: hidden;
}
.packages h1{
	margin-top: 0px;
}
.packages h2{
	text-align: center;
}
.packages h4{
	text-align: center;
}
.packages .sky-tabs{
	margin: 60px auto 30px;
}
.sky-tabs label:nth-child(1){
	margin-top: 20px !important;
}
p:empty {
   display: none;
}
.sky-tabs > label{
	position: absolute;
	right: 0;
}
.sky-tabs .btn-info2{
	margin: 30px 0 20px;
}
.testimonials{
	background: url("./images/test.jpg") no-repeat center center fixed;
    background-size: auto auto;
	color: #FFF;
	background-size: cover;
}
.back-test{
	background: rgba(29, 27, 27, 0.8);
	padding: 50px 0 30px;
}
.owl-carousel{
	direction: ltr;
}
.testimonials .exc{
	text-indent: 0;
	margin-bottom: 50px;
}
.testimonials .owl-carousel img{
	width: auto !important;
	/*border-radius: 50%;
	max-width: 110px;*/
	margin: 0 auto 30px;
	border: 2px solid #f2575f;
	padding: 2px;
	transition: all .3s ease;
}
.testimonials .owl-carousel4 img:hover{
	border: 2px solid #8f8fec;
}
.testimonials .item img{
	width: auto !important;
	/*border-radius: 50%;
	max-width: 110px;*/
	margin: 0 auto 30px;
	border: 2px solid #f2575f;
	padding: 2px;
	transition: all .3s ease;
}
.testimonials .item img:hover{
	border: 2px solid #8f8fec;
}
.testimonials .owl-carousel h4{
	text-align: center;
	margin: 20px;
}
.testimonials .owl-carousel h5{
	text-align: center;
	margin-bottom: 30px;
}
.contact .contact-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 25px 28px;
	margin:0 auto -52px;
	color: #fff;
	background: rgba(29, 27, 27, 0.9);
	z-index: 99;
	position: relative;
	cursor: pointer;
}
/** Down Slow Icon **/
@-webkit-keyframes downSlowIcon  { 0%, 100% { top:0px;} 50% { top: 10px;} }
@-moz-keyframes downSlowIcon  { 0%, 100% { top:0px;} 50% { top: 10px;} }
@keyframes downSlowIcon   { 0%, 100% { top:0px;} 50% { top: 10px;} }
.down-slow-icon {
    position: relative;
    -webkit-animation: downSlowIcon 1.5s infinite;
    -moz-animation: downSlowIcon 1.5s infinite;
    -ms-animation: downSlowIcon 1.5s infinite;
    animation: downSlowIcon 1.5s infinite;
        animation-fill-mode: none;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.contact{
	background: #232323;

}
.contact-form{
	display: none;
}
.main-map{
	margin-top: 7px;
	margin-bottom: -5px;
}
.overlay3 {
   background:transparent; 
   position:relative; 
   width:100%;
   height:380px; /* your iframe height */
   top:380px;  /* your iframe height */
   margin-top:-380px;  /* your iframe height */
}
.page-wrap{
	padding: 70px 0;
}
.page-wrap p{
	font-size: 16px;
	line-height: 1.8em;
}
.page-wrap ul{
	padding-right: 0;
}
.page-wrap ul li{
	list-style: none;
	font-size: 16px;
}
.page-wrap ul li::before {
    font-family: 'fontawesome';
    content: '\f05d ';
    top: 0;
    margin-left: 14px;
    font-size: 24px;
    color: #fe720b;
    
}
.why-us{
	background: #43c4e3;
	margin-top:60px;
	padding: 30px 40px;
    overflow: hidden;
}
.why-us h3{
	color: #fff;
	margin-bottom: 60px;
}
.box{
	margin-bottom: 50px;
	display: table;
}
.box h4, .box h5{
	color: #fff;
}
.box h5 {
    line-height: 1.8em;
}

.box .fa{
	float: right;
	color: #fff;
	font-size: 32px;
	padding: 28px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin-left: 15px;
	transition: all .4s ease;
}
.box .fa-usd{
	padding: 28px 34px;
}
.box .fa-lock{
	padding: 28px 33px;
}
.box:hover .fa{
	color: #00c2e5;
	background: #fff;
	border-color: #fff;
	box-shadow: 0 2px 0 0px rgba(0,0,0,0.045);
}
.contact-info{
	background: #384852 url("./images/blx.jpg") no-repeat center center fixed;
    background-size: auto auto;
	color: #FFF;
	background-size: cover;
	padding: 30px;
	overflow: hidden;
}
.contact-info h3{
	margin-bottom: 20px;
}
.contact-box{
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 20px;
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.contact-box h4{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.contact-box h5{
	color: #fff;
	line-height: 1.8em;
	display: table;
	font-size: 18px;
}
.contact-box .fa{
	font-size: 31px;
	padding: 18px;
	color: #2dc8e6;
	background: #fff;
	border-radius: 50%;
	margin-left: 15px;
	float: right;
}
.contact-box .fa-phone{
	padding: 18px 23px;
}




.btn-info {
    color: #fff;
    background-color: transparent;
	border-color: #fff;
    margin: 10px auto 10px;
    padding: 7px 30px;
    border-radius: 30px;
    clear: both;
	float: left;
	display: table;
	border: 2px solid;
    transition: all 0.3s ease;
}
.btn-info:hover , .btn-info:focus {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.btn-info2 {
    color: #384852 ;
    background-color: transparent;
	border-color: #384852;
    margin: 10px auto 20px;
    padding: 7px 30px;
    border-radius: 30px;
    clear: both;
	float: right;
	display: table;
	border: 2px solid;
    transition: all 0.3s ease;
}
.btn-info2:hover , .btn-info:focus {
    background-color: #fff;
    color: #000;
    border-color: #ffcd6b;
}

.single-portfolio .btn-info2 {
    color: #fff;
    background-color: black;
    border-color: #cacaca !important;
    margin: 10px auto;
    padding: 12px 30px;
    border-radius: 10px;
    clear: both;
    float: right;
    display: block;
    border: 2px solid;
    transition: all 0.3s ease;
    font-size: 18px;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#csbwfs-delaydiv{
	display: none;
}
.single-portfolio #csbwfs-delaydiv{
	direction: ltr;
	display: block;
}
.single-portfolio .btn-info2:hover , .btn-info:focus {
    background-color: #323232;
    color: #fff;
    border-color: #ffcd6b;
}
.single-portfolio .fa-globe{
	font-size: 24px !important;
}
.single-portfolio .apps{
	clear: both;
	max-width: 180px;
	margin-bottom: 20px;
	display: block;
	transition: all 0.3s ease;
}
.single-portfolio .apps:hover{
	opacity: .8;
}
.full-width-content{
	clear: both;
	padding-top: 70px;
}
.full-width-content br{
	display: none;
}
.pricing{
	
}
.pricing .inner-table{
	border: 1px solid #e2e7eb;
	margin-bottom: 20px;
	transition: all 0.4s ease;
}
.inner-table:hover{
	background: #3a3c3f;
}
.inner-table:hover li{
	color: #b4bac4;
}
.inner-table:hover li:nth-child(even){
	background-color: #46494c;
}

.tableHeading{
	background-image: url(./images/tablePattern.png);
	height: 100%;
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
.tableHeading h3{
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.tableHeading .fa{
	color: #31b4bf;
	background: #fff;
	border-radius: 50%;
	padding: 28px;
	margin: 0 auto;
	font-size: 38px;
	box-shadow: 0px 1px 1px 1px rgba(182, 182, 182, 0.8);
	display: table;
	position: relative;
	bottom: -40px;
}
.pricing .label-success {
    background-color: #5cb85c;
    margin: 20px auto;
    display: table;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 0;
}
.pricing li{
	color: #77808a;
	padding: 10px 0;
	text-align: center;
	transition: all 0.4s ease;
}
.pricing li:before{
	display: none;
}
.pricing li:nth-child(even){
	background-color: #f5f5f5;
}
.btn-info3{
	color: #fff;
	background-color: #384852;
	margin: 20px auto 20px;
	padding: 7px 30px;
	display: table;
	border: 2px solid #000;
	transition: all 0.3s ease;
}
.btn-info3:hover, .btn-info3:focus {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}





.content h3{
	margin-top: 0px;
}
.content a{
	color: #777;
	transition: all 0.3s ease;
}
.content a:hover{
	color: #f9a62c;
}
.content img{
	margin: 0 auto;
}
.content p{
	color: #8d8d8d;
}
.content .row{
	margin-bottom: 20px;
}
.contact-page .wpcf7{
	width: 100%;
}
.contact-page .contacts .fa {
    color: #12505c;
}
.contact-page{
	padding-bottom: 0;
}
.contact-page h3 p{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.contact-page .fa-phone{
	padding: 0 !important;
}
.contact-page .fa{
	margin-bottom: 30px !important;
}
.contact-page p{
	direction: rtl;
}
.contact-page .wpcf7-form textarea{
	height: 230px;
	background: #f8f8f8;
	color: #777;
	border: 2px solid #757575;
}
.contact-page .wpcf7-form input{
	padding: 8px 10px;
	background: #f8f8f8;
	color: #777;
	border: 2px solid #757575;
	border-radius: 7px;
}
.contact-page .wpcf7-form textarea{
	border-radius: 7px;
}
.contact-page .wpcf7-form .wpcf7-submit{
	padding: 8px 60px;
}

.side a{
	color: #777;
	transition: all 0.3s ease;
}
.side a:hover{
	color: #f9a62c;
}
.side .popular{
	margin-bottom: 7px;
	border-bottom: #b8cbd6 1px dotted;
	padding: 10px 0;
}
.sidebar h3{
	color: #777;
	border-bottom: #777 1px solid;
	padding-bottom: 7px;
	margin-left: 15px;
}
.side .popular .col-sm-7{
	padding: 0;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


footer{
	clear: both;
	padding-top: 15px;
}
footer h3{
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
footer h3::after {
    content: " ";
	width: 91px;
	height: 4px;
	display: block;
	text-align: center;
	background: #ffcd6b;
	margin: 15px 0 -9px;
}
.wpcf7{
	width: 70%;
	margin: 20px auto 0 !important;
	display: table;

}
.wpcf7-form input{
	border: 2px solid #ffcd6b;
	color: #f3f3f3;
	background: transparent;
	width: 100%;
	padding: 8px 10px;
	text-align:right;
	transition: all 0.5s ease;
}
.wpcf7-form input:hover, .wpcf7-form input:focus{
	border: 2px solid #2b8799;
}
.wpcf7-form p{
	margin-bottom: 20px;
}
.wpcf7-form textarea{
	border: 2px solid #ffcd6b;
	color: #f3f3f3;
	background: transparent;
	width: 100%;
	height: 110px;
	padding: 0 10px;
	text-align:right;
	transition: all 0.5s ease;
}
.wpcf7-form textarea:hover, .wpcf7-form textarea:focus{
	border: 2px solid #2b8799;
}
.wpcf7-form .wpcf7-submit {
    color: #fff;
    background-color: #3e3e3e  !important;
    padding: 8px 60px;
	transition: all 0.3s ease;
	text-align: center;
	display: table;

}
.wpcf7-form .wpcf7-submit:hover , .wpcf7-submit:focus {
    background-color: #3e3e3e;
    border-color: #20304f;
}
.contacts {
	float: right;
	font-size: 16px;
	color: #777;
	line-height: 1.8em;
	width: 100%;
}
.contacts .fa{
	color: #ffcd6b;
	margin: 0 0 0px 10px;
	font-size: 24px;
	clear: both;
	float: right;
}

footer .social{
	float: right;
}
footer .social a {
    margin: 0 0 0px 15px;
}
footer .col-md-4{
	color: #fff;
    line-height: 1.6em;
    margin-bottom: 15px;
}
footer h4{
	color: #777;
}
footer img{
	margin: 0px 0 20px;
    width: 90%;
}
#menu-menu-footer li {
    display: table;
    width: 50% !important;
    float: right;
    text-align: right;
    font-size: 15px;
    line-height: 1.8em;
    color: #fff;
    padding: 7px 5px;
}
#menu-menu-footer li a{
	color: #fff;
}
#menu-menu-footer{
	padding-right: 6px;
}
#menu-menu-footer li > a:hover, #menu-menu-footer li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ffcd6b !important;
}
#menu-menu-footer li::before {
    content: "\f100";
    font-family: FontAwesome;
    margin-right: -0.9em;
    float: right;
    font-size: 14px;
}
footer h3{
	color: #fff;
}
footer p{
	line-height:1.8em;
	color: #fff;
}
.copy {
	margin-top: 30px;
}
.copy .col-sm-6:last-child p{
	text-align: left;
}
.copy .col-sm-12 p{
	text-align: center;
}
.copy p{
	margin: 20px 0;
	color: #ffcd6b;
}
.copy a{
	color: #ffcd6b;
}



@media (min-width:768px) {
	[class*="col-"]{
		float: right;
	}
	.logo{
		padding: 0;
	}
	.sub-menu {
	    visibility: hidden;
	    opacity: 0;
	    position: absolute;
	    background: RGBA(255, 255, 255, 0.9);
	    padding: 0;
	    width: 190px;
	    top: 35px;
	    right: 10px;
	    z-index: 9999;
	    -webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	    -o-transition: all .25s ease;
	    transition: all .25s ease;
	    box-shadow: 0px 1px 2px 1px rgba(182, 182, 182, 0.8);
	}
	li:hover .sub-menu {
	    opacity: 1;
	    top: 50px;
	    visibility: visible;
	}
	.navbar-default .navbar-nav > li:last-child{
		float: left;
	}
	.navbar-default .navbar-nav > li:last-child a{
		margin-left: -20px;
	}
}

.sub-menu li {
	margin-bottom: 0px;
	list-style: none;
	padding: 15px 15px;
}
.sub-menu li:last-child {
	margin-bottom: 0;
}
.not-sticking .sub-menu a  {
	color: #777;
	text-decoration: none;
}
.sticking .sub-menu a  {
	color: #777;
	text-decoration: none;
}
.sub-menu li:hover a  {
	color: #fff;	
}	
.sub-menu li:hover  {
	background: #286774;
}	

.current-menu-item > a, .current-menu-parent > a {

}

.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #777;
	font-weight: bold;
}
.sidebar { 
	color: #444;
}
.sidebar a{
	color: #777;
}
.sidebar h3 {
	color: #777;
}
.page .portfolio{
	padding: 25px 0;
}
.featured-image img,
.portfolio-piece img,
.portfolio-image img {
	max-width: 100%;
}
.owl-carousel3{
	width: 85%;
	margin: 0 auto;
}
#navigation{
	margin: 13px 0 13px 5px;
}
#navigation ul{
	float: left;
}
#navigation li a,
#navigation li a:hover,
#navigation li.active a,
#navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

#navigation li {
	display: inline;
	float: right;
	margin-right: 5px;
}

#navigation li a,
#navigation li a:hover,
#navigation li.active a,
#navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
    padding: 4px 11px;
}

#navigation li a:hover,
#navigation li.active a {
	background-color: #3C8DC5;
}
.single-wrap{
	padding: 70px 0;
}
.single-wrap p{
	line-height: 1.5em;
	overflow: hidden;
}
.single-wrap .portfolio-image img{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 5px #DDD;
    background: #ececec;
    margin-bottom: 20px;
    margin-top: 20px;
}
.next-port{
	position: relative;
	float: right;
	width: 80px;
}
.prev-next a{
	color: #286774;
}
.next-port span{
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	display: table;
}
.next-port p{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 80px;
	margin: 0 auto;
	text-align: center;
	transition: all .25s ease;
}
.next-port:hover p{
	opacity: 1;
	visibility: visible;
}
.prev-next{
	display: table;
	float: right;
	margin: 50px 0;
}
.main-port{
	float: right;
	font-size: 24px;
}
.wrap-all{
	padding: 70px 0;
}
.b-single{
	margin-bottom: 50px;
	border-bottom: 10px solid #ddd;
}
.b-single .img-links{
	position: relative;
}
.b-single .img-a{
	display: block;
	overflow: hidden;
	border: 7px solid #DDD;
	border-radius: 5px;
	box-shadow: 0 2px 5px #DDD;
	background: #ececec;
	margin-bottom: 20px;
	margin-top: 20px;
}
.b-single .img-a img{
	transition: all .4s ease;
}
.b-single .img-links:hover img{
	transform: scale(1.1);
}
.b-single h4{
	color: #444444;
	font-size: 20px;
	font-weight: bold;
    line-height: 1.4em;
    transition: all .4s ease;
}
.b-single h4:hover {
    color: #1caee4;
}
.b-single .post-details{
	top:0;
	width:100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background: rgba(0,0,0, 0);
	transition: all .4s ease;
}
.b-single .post-details a {
	display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0,-200%,0);
    transform: translate3d(0,-200%,0);
}
.b-single:hover .post-details a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.b-single:hover .post-details{
	opacity: 1;
	background: rgba(0,0,0, .5);
}
.btn-group{
	padding-top: 33%;
	margin: 0 auto;
	display: table;
}
.b-single .btn-group a .fa{
	border: 2px solid #fff;
	padding: 10px;
	color: #fff;
	border-radius: 50%;
	margin: 0 5px;
    font-size: 16px;
	transition: all .4s ease;
}
.b-single .btn-group a .fa:hover{
	border: 2px solid #ffcd6b;
	background: #ffcd6b;
}
.b-single p{
	line-height: 1.7em;
    font-size: 15px;
}
.body-single{
	padding: 70px 0;
}
.addtoany_shortcode{
	direction: rtl;
	display: block;
	float: right;
}
.overs{
	background: #000;
	width: 200px;
	height: 200px;
}





/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 993px) {
	.two{
		height: auto !important;
		margin-bottom: 30px;
	}
	
}
@media screen and (max-width: 767px) {
	.navbar-default{
		margin-top: 10px;
	}
	.home .header-menu{
	    background-color: rgba(17, 87, 101, .8);
	}
	.home .not-sticking .navbar-default .navbar-nav > li > a {
	    color: #fff;
	}
	.navbar-toggle{
		margin-top: 0;
	}
    .navbar-collapse{
        padding: 10px 0;
        margin-top: 10px;
    }
	.slider {
	    margin-top: 0px;
	}
	.two{
		width: 100%;
	}
	.two img{
		width: 100%;
		height: 210px;
	}
	.top {
	    margin: 0px 0 0px;
	}
	.top-left {
	    text-align: center;
	    padding-left: 0;
	}
    .top-links{
		margin: 5px auto 5px;
		display: table;
		text-align: center;
	}
	.top-links a{
		margin-left: 6px;
		display: table-row;
	}
	.top-links a span{
		margin-left: 5px;
	}
	.social{
		margin: 10px auto 0;
    	display: table;
	}
	.social a {
    	margin-right: 10px;
    }
	.logo img{
	    margin: 0;
		float: left;
		z-index: 999999999;
		position: relative;
	}
	.not-sticking .navbar-default .navbar-nav > li > a{
	    color: #777;
	}
	.not-sticking .navbar-nav > li > a:hover::after {
	    border-bottom: 2px solid #777;
	}
	.sub-menu a  {
		color: #fff;
		text-decoration: none;
	}
	.sticking .sub-menu a  {
		color: #fff;
		text-decoration: none;
	}
	.navbar-nav > li {
	    float: none;
	}
	.navbar-nav > li a {
	    text-align: right;
	}
	.navbar-default .navbar-nav > li::after {
	    content: " ";
	}
	.navbar-default{
		clear: none;
	}
	.sky-tabs > label{
		position: unset;
		width: 100%;
	}
	.sky-tabs > ul{
		top: 0;
		z-index: -1;
	}
	.sky-tabs-pos-right > ul{
		margin-right: 0;
	}
	.nav-tabs {
    	float: none;
    	margin: 20px 0 0 0;
    }
    .nav-tabs > li > a{
    	font-size: 18px;	
    }
    .overlay2 .col-sm-12 {
	    height: auto;
	}
	.overlay2 .col-sm-6 {
	    height: 35%;
	}
    .contact-box h5{
    	display: block;
    }
    .page-wrap{
    	overflow: hidden;
    }
    .page header{
        padding-bottom: 0;
    }
    .page-header h1 {
	    top: 35%;
	    line-height: 1.5em;
	}
    .products img {
	    height: auto !important;
	}	.single-wrap{		    padding: 70px 15px;	}
	.pro-wrap a {
	    display: block;
	    text-align: center;
	    float: none;
	}
	.more::after{
		float: none;
	}
	.copy p{
		text-align: center !important;
	}
    h3{
        font-size: 20px;
    }
    .services .one-service a{
        font-size: 15px;
    }
    .scrollup{
        left:50px;
    }
    .packages .sky-tabs{
        margin-top: 40px;
    }
    .exc{
        text-indent: 0;
    }
}

@media screen and (max-width: 520px) {
    .logo img{
        width: 80%;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .logo img{
        width: 57%;
    }
}
@media (max-width:540px) {
	.social a {
	    margin-right: 5px;	    margin-left: 5px;
	}

}
@media (max-width:360px) {
	.btn-info2{
		font-size: 14px;
		margin-top: 0;
	}
}
/*new edit services*/
.services .extra-back{
	width:20%;
	float: right;
	margin-bottom: 15px;
	transition: all .5s ease-in-out;
}
.services .one-service{
    text-align: center;
    background-color: rgba(249, 247,247, 1);
    padding: 40px 15px 20px;
    transition: all .5s ease-in-out;
    
}
.services .one-service:hover{
	background-color: rgba(249, 247,247, 0);
}
.services .extra-back:hover{
	/*box-shadow: 0px 4px 7px #b1b1b1;
	z-index: 99;
	position: relative;*/
}

.services .extra-back:nth-of-type(1) .one-service{
    border-top:5px solid #fbd303;
}
.services .extra-back:nth-of-type(1):hover{
    background-color:#fbf0b5;
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 7px #b1b1b1;
}
.services .extra-back:nth-of-type(2) .one-service{
    border-top:5px solid #efc77f;
}
.services .extra-back:nth-of-type(2):hover{
    background-color:#f8e1b8;
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 7px #b1b1b1;
}
.services .extra-back:nth-of-type(3) .one-service{
    border-top:5px solid #324a5e;
}
.services .extra-back:nth-of-type(3):hover{
    background-color:#c0e8fa;
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 7px #b1b1b1;
}
.services .extra-back:nth-of-type(4) .one-service{
    border-top:5px solid #27a2db;
}
.services .extra-back:nth-of-type(4):hover{
    background-color:#9bdaf8;
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 7px #b1b1b1;
}
.services .extra-back:last-of-type .one-service{
    border-top:5px solid #ffa64d;
}
.services .extra-back:last-of-type:hover{
    background-color:#fbe3cc;
    transition: all .5s ease-in-out;
    box-shadow: 0px 4px 7px #b1b1b1;
}
.services .extra-back img{
    width: 40%;
    height: auto;
}
.services .one-service h3{
    font-size: 23px;
}
.services .one-service p{
    font-size: 14px;
    font-weight: bold;
    margin:10px 0;
    color: rgb(158, 158, 158);
}
.services .extra-back a{
    width:100%;
    background-color: #1caee4;
    color: #ffffff;
    margin-top: 10px;
    font-size: 18px;
    padding: 8px 0;
    display: block;
    border-radius: 4px;
}
.to-port{
	background-color: #1caee4;
	    color: #ffffff;
	    margin: 30px auto 0;
	    font-size: 18px;
	    padding: 8px 70px;
	    border-radius: 4px;
	    display: table;
	    transition: all .5s ease-in-out;
}
.to-port:hover{
	color: #ffffff;
	box-shadow: 0px 4px 7px #b1b1b1;
}

/*media*/
@media (min-width:320px) and (max-width:991px) {
    .services .extra-back{
        width: 50%;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .services .extra-back{
        width: 33.3333333333333%;
    }
}
.accord img{
    border-radius: 7px;
    border-left: 4px solid #286774;
}

@media (min-width: 767px) and (max-width: 991px){
    .logo{
        width:23%;
    }
    .navbar-collapse{
        margin-left: -90px;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 7px;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li:last-child a{
        margin-right: 0;
        padding: 7px 10px 10px;
        font-size: 12px;
    }
    .sky-tabs .typography h1{
        font-size: 21px;
    }
}
.addtoany_share_save_container{
    display: none;
}

@media screen and (max-width: 600px) {
	.services .one-service p{
		font-size: 11px;
	}
	.services .one-service h3{
		font-size: 17px;
	}
}
.sky-tabs {
	margin-bottom: 10px;
	overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1105px){
	.box h5{
		line-height: 1.3em;
	}
}

@media  screen and (max-width: 768px) {
	.portfolio .overlay2 .fa-search-plus{
		display: none;
	}
	.portfolio .overlay2 .col-sm-6.details{
		bottom: 20px;
	}
}
.port-wrap .overlay2 p{
	font-size: 18px;
}
