/*===============================================================================
        Default values for the project:

        Font Family : Rubik
        
        Greenish Blue:      :#34c6d3       (buttons icons links &backgrounds)
        Steel Grey:         :#41464b        (Headings)
        Blue Bayoux:        :#64707b        (Paragraphs)
        White:              :#fff           (Text with black backgrpunds)
        Black:              :#000           
        



=================================================================================
*/

html,
body {
	direction:rtl;
    height: 100%;
}

body {
	font-family: Suez One, serif;
    /*font-family: "Rubik";*/
}

p{
    color: #64707b;
    font-size:16px;
    font-weight:300;
}

h3 {
    color:#41464b;
    text-transform: uppercase;
    
}

.ltr{
	direction: ltr;
}

.rtl{
	direction: rtl;
}

/*===============================================================================
    HOME
=================================================================================*/

#home {
    height: 100%;
}

#home-cover {
    height: 100%;
    background-image: url("../img/view2.jpg");
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h3 {
    color: 000;
    font-size: 55px;
    font-weight: 900;
    margin: 20px 0 20px 0;
}


/*===============================================================================
   Parralax (Generic)
=================================================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


/*===============================================================================
    Buttons - generic
=================================================================================*/

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.btn-white:hover .btn-white:focus {
    background-color: #fff;
    color: #fff;
}

.btn-blue {
    border-color: #34c6d3 ;
    color: #34c6d3 ;
}

.btn-blue:hover .btn-blue:focus {
    background-color: #34c6d3 ;
    color: #fff;
}
.btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 22px;
	padding: 3px 15px;
	border-radius: 0;
	display: none;
	
}


/*===============================================================================
   Animate
=================================================================================*/

#home-cover {
    animation-delay: .1s;
    animation-duration: .5s;
}

#home-heading {
    animation-delay: .5s;
    animation-duration: .5s;
}

#home-btn {
    animation-delay: 1s;
    animation-duration: .5s;
}

/*===============================================================================
   Content - generic
=================================================================================*/

.content-box{
    padding: 60px 0 60px 0;
    /*width:75px;
    height:75px;*/
}

.content-title h3{
    font-size:70px;
    font-weight:700px;
    text-align: center;
    margin: 0 0 30px 0;
    
}

.content-title-white h3{
	color:#fff;
}

.content-title-underline{
    width:30px;
    height: 3px;
    background-color: #34c6d3;
    margin:0 auto 30px auto;
}

/*===============================================================================
   Services - generic
=================================================================================*/

.service-item{
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.service-item-icon i{
    color:#34c6d4;
    float:right;
    padding:15px;
    margin-right:25px;
    width:75px;
    height:75px;
    text-align: center;

}

.service-item:hover .service-item-icon i{
    color:#fff;
    background-color: #34c6d3;
    
}

.service-item-title h3{
    font-size:40px;
    font-weight:400;
    margin:0 0 10px 0;
}
.service-item-desc p{
    
    margin: 0;
    padding:85px;
    
}

/*===============================================================================
   About
=================================================================================*/
#about-bg-diagonal{
    width:60%;
    height:700px;
    float:right;
    background-image:url(../img/paintings/selfPortrait.jpg);
    border-left:200px solid aliceblue;
    border-top: 700px solid transparent;
}
#about-content-box{
    float:left;
    height:700px;
}
#about-content-box-outer{
    width:100%;
    height:100%;
    display:table;
}

#about-content-box-inner{
    display:table-cell;
    vertical-align:middle;
}
#about.cntent-title h3 {
    text-align:left;
}

#about.content-title-undeline{
    margin: 0 0 30px 0;
}

#about-desc p{
    margin-bottom:30px;
}

/*===============================================================================
   Work
=================================================================================*/

.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;     
}
.col-md-3{
    padding-left: 0;
    padding-right: 0; 
}

.img-wrapper{
  overflow: hidden;  
}

.img-wrapper img{
    transition: transform .5s ease;
}
.img-wrapper img:hover {
    transform:scale(1.5);
        
}

.img-wrapper  img {
width:400px;
height:400px;
}

.itamar{
  visibility:
}





/*========================================================
                        SOCIAL ICONS
==========================================================*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    margin-top: 10px;
}

.social-icon i {
    font-size: 17px;
}

.icon-grey i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.icon-grey i:hover {
    color: #33C6C6;
}



/*========================================================
                        TEAM
==========================================================*/


.team-member{
	margin: 0 15px;
}
.team-member-info{
	padding: : 10px 0 30px 0;
}
h4.team-member-name{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 20px;
}

h4.team-member-designation{
	color: #34c6d3;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: 5px;
	
}



/*========================================================
                        TESTIMONIALS
==========================================================*/

#testimonials-cover{
	background-image: url("../img/view2.jpg");	
}
#testimonials .content-box {
	background-color: rgba(0,0,0, 0.1);   /*set the color a little bit darker */
}

#customers-testimonials{
	padding: 50px 0;
}
.testimonial img {
	max-width: 120px;
	margin: 0 auto 0 auto; /*technic to center.*/
}

.testimonial blockquote {
	border: 0;
	font-family: Suez One, serif;
	/*font-family: Georgia, sans-serif;*/
	font-style: italic;
	color: #fff;
	padding: 6px 150px;
	position: relative;
}
.testimonial blockquote p {
	color: #fff;
}
.testimonial blockquote::before,
.testimonial blockquote::after {
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	width: 30px;
	height: 30px;
	position: absolute;
}

.testimonial blockquote::before {
	content: "\201C";
	top: 0;
	left: 100;
}
.testimonial blockquote::after {
	content: "\201D";
	bottom: 0;
	right: 100;
}
.testimonial-author p {
	color: #fff;
	font-size: 17px;
}
.testimonial-author p strong{
	display: block;
}


/*========================================================
                        PRICING
==========================================================*/


.pricing-box {
	border: 3px solid #34c6d3;
	padding: 50px 0;
	margin: 40px 0;
	
}
h4.pricing-title{
	background-color:#34c6d3;
	color:#fff;
	display: inline-block;
	padding: 7px 15px;
	font-size:14px;
	font-weight:700;
	text-transform: uppercase;
	margin:0 0 30px 0;
	
}

h3.pricing-value{
	font-size:60px;
	font-weight: 700;
	
}
h3.pricing-value sup{
	font-size: 20px;
	font-weight:normal;
	vertical-align: super;
}

ul.pricing-spec{
	list-style:none;
	padding-left: 0;
	margin: 20px 0 60px 0;
	
}
ul.pricing-spec li p {
	font-weight: 400;
	text-transform: uppercase;
}

.pricing-box-lg{
	padding: 90px 0;
	margin: 0;
	background-color: #34c6d3;
	
}
.pricing-box-lg h4.pricing-title{
	color: #34c6d3;
	background-color: #fff;
}

.pricing-box-lg ul.pricing-spec li p {
	color: #fff;
}


/*========================================================
                        STATS
==========================================================*/

#stats-cover {
	background-image: url("../img/view1.jpg");
}
#stats .content-box {
	background-color: rgba(0,0,0,.8);
}
.stats-item {
	padding: 100px 0;
}
.stats-item i {
	color: #34c6d3;
}
.stats-item h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 1px;
}
.stats-item p{
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
}


/*========================================================
                        Clients
==========================================================*/
.client {
	padding: 40px 0;
	
}

/*========================================================
                        Contact
==========================================================*/

footer {
	background-color: #41464b;
	padding-top: 30px;
	border-top: 5px solid rgba(0,0,0, 0.1);
}
#contact-left h3 #contact-right h3 {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	
}
#contact-left p {
	color: #fff;
	margin-bottom: 30px;
}

/*#contact-info {
	background-image: url("../img/world.png");
	background-repeat: no-repeat;
	background-size: contain;
	
}*/

address{
	color: #fff;
	
}
address strong,
#phone-fax-email strong{
	letter-spacing: 1px;
}
form .form-control {
	background: transparent;
	border-radius: 0;
	border-color: #fff;
	font-size: 17px;
	font-weight: 300;
	padding: 8px 16px;
	margin-bottom: 20px;
	color: #fff;
}

/*========================================================
                        FOOTER
==========================================================*/
#footer-bottom {
	background-color: rgba(0, 0, 0, 0.1);
	padding:30px 0;
	margin-top: 60px;
}

#footer-copyrights p {
	margin: 0;
	color: #fff;
	
}

#footer-menu {
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

#footer-menu ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
#footer-menu ul li {
	display: inline-block;
}
#footer-menu a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin: 0 10px;
	text-decoration: none;
}

#footer-menu a:hover {
	color: #34c6d3;
}



/*========================================================
                        Navigation
==========================================================*/

.navbar {
	float:right;
	padding: 20px 0;
	transition: all .5s ease-in-out
}

.vesco-top-nav {
	background: rgba(0, 0, 0, 0.7);
	padding: 7px 0;
}

.vesco-nav-wrapper {
	padding: 0 85px;
}
.navbar-nav{
	float: right;
}

.navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
 	background: none;
	color: #34c6d3;
}

.navbar-toggle {
	background-color: rgba(0,0,0, 0.1);
	border: 1px solid #fff;
	border-radius: 0;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-collapse {
	max-height: none :important
}

.navbar-toggle {
	background-color: : rgba(0,0,0, 0.1);
	border: 1px solid #fff;
	border-radius: 0;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar collapse {
	max-Height: none !important;
}
.vesco-top-nav ul.navbar-nav > li.active > a {
	color: #34c6d3;
}



/*========================================================
                        Journals
==========================================================*/

/* Style the Image Used to Trigger the Modal */
#myImg {
		
    width: 400px;
	height: 264px;"
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
	opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow:hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 300px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/*========================================================
                        SECTION MODAL
==========================================================*/

#unit{
	
	
    
 
}
	



