/*colors
first: #2E95BC;
second:#CE4949;
third: #F3B973;
fourth: #D29455;
fifth: #AFCCDF; background
*/

body{
    font-family: 'El Messiri';
}

/* start  Navbar*/
.navbar{
    background: rgba(0,0,0,0.3);
    font-weight: bold;
    transition: all .35s;
}
.navbar .navbar-brand img {
    width: 100px;
    height: 80px;
    background-color: #fff;
    border-radius: 10%;
}
.navbar .navbar-toggler {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    color: #2E95BC;
}
.navbar li{
    padding-right: 10px;
}
.navbar .nav-item .nav-link{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
/*search navbar*/
.navbar-collapse input[type="search"] {
    width:25%;
}
.form-inline .stylish-input-group .input-group-addon{
    background: white !important; 
}
.form-inline .stylish-input-group{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#000;
}
.form-inline .stylish-input-group button{
    border:none;
    background:transparent;
}
/*end search*/


/* end navbar */
/*header*/
header.masthead {
    position: relative;
    width: 100%;
    height: 70%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background-image: url("../images/bg1-01.png");
    background-size: cover
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
    font-size: 30px;
    color: #000;
}
header.masthead .header-content h1 .matjr{
    color:#2E95BC;
}
header.masthead .header-content h1 .msr{
    color:#CE4949;
}
header.masthead .header-content a{
    font-size: 15px;
    padding: 15px 45px;
}
header.masthead .header-content .btn-outline {
    color: #2E95BC;
    border: 1px solid;
    border-color: #2E95BC;
    font-weight: bold;
}

header.masthead .header-content .btn-outline:hover,
header.masthead .header-content .btn-outline:focus,
header.masthead .header-content .btn-outline:active,
header.masthead .header-content .btn-outline.active {
  color: #fff;
  border-color: #2E95BC;
  background-color: #2E95BC;
}

header.masthead .header-content .btn {
  border-radius: 300px; 
}
header.masthead .device-container {
    max-width: 325px;
    height: 700px;
    max-height: 700px;
    margin: 10% auto 0;
    overflow: hidden;
    
}

header.masthead .device-container img {
    width: 110%;
    height: 90%;
}

@media (min-width: 992px) {
  header.masthead {
    height: 70vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 40px;
  }
  header.masthead .device-container {
      max-width: 400px;
      max-height:600px;
  }
}
/*header*/
/*start download */
.download{
    padding: 30px;
    background-color: #2E95BC;
    position: relative;
}
.download h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 10px;
}

.download .badges .badge-link {
    display: block;
    margin: 25px;
}

.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
/*end download */
/*start features */
.features{
    padding: 100px;
}
.features h1{
    color: #CE4949;
}
.features h1::after{
    content: '';
    background: #CE4949;
    display: block;
    height: 3px;
    width: 200px;
    margin: 5px auto 30px;
}
.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.features .feature-item h3 {
  font-size: 30px;
}

.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  color: #CE4949;
}
.features a{
    font-size: 25px;
    padding: 15px 45px;
     box-shadow: 2px 0 5px 5px #888888;
}
.features .btn-outline {
  color: #CE4949;
  border: 1px solid;
  border-color: #CE4949;
}

.features .btn-outline:hover,
.features .btn-outline:focus,
.features .btn-outline:active,
.features .btn-outline.active {
  color: #fff;
  border-color: #CE4949;
  background-color: #CE4949;
}

.features .btn {
  border-radius: 300px;
}
/* end features */
/* start views */
.old-views{
    background:  url("../images/s1.jpg") no-repeat center center fixed; 
    background-size: cover;
}
.views{
    background: rgba(0,0,0,0.4);
    padding: 30px;
}
.views .card{
    width: 18rem;
    box-shadow: 2px 0 5px 5px #ccc;
}
.views .card .card-header img{
    width: 40%;
}
.views .new-user .card-header{
    background-color: rgba(10,10,80,0.5);
}
.views .new-user .card-body h4{
    color: #2E95BC;
    font-weight: bold;
}
.views .facebook .card-header{
    background-color: rgba(10,80,10,0.5);
}
.views .facebook .card-body h4{
    color: #091ED8;
    font-weight: bold;
}
.views .visitor .card-header{
    background-color: rgba(80,10,10,0.5);
}
.views .visitor .card-body h4{
    color: #CE4949;
    font-weight: bold;
}
.views .card-footer h5{
    font-weight: bold;
}
/* end views */
/*start offers */
.offersSection{
    padding: 50px 0;
}
.offersSection h1{
    margin-bottom: 10px;
    color: #2E95BC;
}
.offersSection h1::after{
    content: '';
    background: #2E95BC;
    display: block;
    height: 3px;
    width: 200px;
    margin: 10px auto;
}
.offersSection p{
    margin-bottom: 20px;
}
.single-offer{
    margin: 20px 5px;
    margin-bottom: 40px;
    box-shadow: 2px 0 3px 3px #2E95BC;
}
.single-offer .card-header h5 {
    color: #2E95BC;
    font-size: 20px;
    font-weight: bold;
}
.single-offer .card-body{
    padding: 0;
}
.single-offer .card-body img {
    width: 100%;;
    height: 250px;
}
.single-offer .card-footer p {
    color: #4A4A4C;
    font-size: 20px;
    margin: 7px;
}

.offersSection a{
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
    box-shadow: 2px 0 5px 5px #888888;
}
.offersSection .btn-outline {
  color: #2E95BC;
  border: 1px solid;
  border-color: #2E95BC;
}

.offersSection .btn-outline:hover,
.offersSection .btn-outline:focus,
.offersSection .btn-outline:active,
.offersSection .btn-outline.active {
  color: #fff;
  border-color: #2E95BC;
  background-color: #2E95BC;
}
.offersSection .btn {
  border-radius: 300px;
}
/* end offers */
/* start news */
.news{
    padding: 50px;
    background:  url("../images/back.jpg") no-repeat center center fixed; 
    background-size: cover;
}
.news h1{
    margin-bottom: 10px;
    color: #2E95BC;
}
.news h1::after{
    content: '';
    background: #2E95BC;
    display: block;
    height: 3px;
    width: 200px;
    margin: 10px auto;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #000;
	font-size: 20px;
    text-align: center;
	overflow: hidden;
    padding: 20px auto;
}
.carousel .item .imageNews img{
    width:  70%;
}
.carousel .news-content {
	padding: 70px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	color: #2E95BC;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 30px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 1px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
	width: 10px;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
}
.carousel-indicators li.active {	
	background: #555;		
}
.news a{
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}
.news .btn-outline {
  color: #2E95BC;
  border: 1px solid;
  border-color: #2E95BC;
}

.news .btn-outline:hover,
.news .btn-outline:focus,
.news .btn-outline:active,
.news .btn-outline.active {
  color: #fff;
  border-color: #2E95BC;
  background-color: #2E95BC;
}

.news .btn {
  border-radius: 300px;
}
/* end news*/

/*start contact */
.contactCover{
    padding: 20px 0;
}
.contact{
    
}
.contact h1{
    margin-bottom: 10px;
    color: #CE4949;
}
.contact h1::after{
    content: '';
    background: #CE4949;
    display: block;
    height: 3px;
    width: 200px;
    margin: 20px auto;
}
.contact .row{
    margin-top:20px;
}
.contact p:first-child{
    font-weight: bold;
    margin-bottom: 30px;
    color: #D29455;
}
.contact p{
    font-weight: bold;
}
.contact img{
    width: 120px;
    height: 100px;
}
.contact .row .btn{
    background: #CE4949;
    color: #FFF;
    font-weight: bold;
    width: 100%;
}
/*end Contact */
/*start testimonials*/
.testimonials{
    background:  url("../images/wall.jpg") no-repeat center center fixed; 
    background-size: cover;
}
.testimonials .testiCover{
    background: rgba(2,2,2,0.6);
    padding: 20px 0;
}
.testimonials h1{
    font-weight: bold;
    color:bisque;
    padding-bottom: 10px;
}
.testimonials h1::after{
    content: '';
    background: bisque;
    display: block;
    height: 3px;
    width: 200px;
    margin: 10px auto 5px;
}
.testimonials p{
    font-size: 20px;
    color: #fff;
    margin: 20px auto;
}
.testimonials .row{
    margin-top: 20px;
}
.testimonials .col-md-4{
    margin: 40px auto;
}
.testimonials .col-md-4 .profile{
    padding: 70px 10px 10px;
    background-color: beige;
    border-radius: 10%;
}
.testimonials .col-md-4 .profile img{
    top: -60px;
    position: absolute;
    right: calc(50% - 60px);
    border:10px solid brown;
}
.user{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.testimonials .col-md-4 .profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: brown;
}
.testimonials .col-md-4 .profile h3 span{
    font-size: 12px;
    color: darkblue;
}
.testimonials .col-md-4 blockquote{
    font-size: 16px;
    line-height: 30px;
}
.testimonials .col-md-4 blockquote::before{
    content:open-quote;;
    font-size: 50px;
    position: relative;
    color: royalblue;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
.testimonials .col-md-4 blockquote::after{
    content:close-quote;;
    font-size: 50px;
    position: relative;
    color: royalblue;
    line-height: 10px;
    bottom: -15px;
    left: 5px;
}
.testimonials .carousel .carousel-control-prev,
.testimonials .carousel .carousel-control-next{
    background: rgba(0,0,0,1.0);
    border-radius: 50%;
    width: 5%;
    height: 0;
    bottom: 400px;
    z-index: 999;
}
.testimonials a{
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}
.testimonials .btn-outline {
  color: bisque;
  border: 1px solid;
  border-color: bisque;
}

.testimonials .btn-outline:hover,
.testimonials .btn-outline:focus,
.testimonials .btn-outline:active,
.testimonials .btn-outline.active {
  color: #000;
  border-color: bisque;
  background-color: bisque;
}
.testimonials .btn {
  border-radius: 300px;
}
/*end testimonials*/

/* start tweets */
.tweets{
    padding: 30px;
    /*
    background:  url("../images/t2.png") no-repeat center center fixed; 
    background-size: cover;
    */
}
.tweets h1{
    margin-bottom: 10px;
    color: #1DA1F2;;
    font-weight: bold;
}
.tweets h1::after{
    content: '';
    background: #1DA1F2;
    display: block;
    height: 3px;
    width: 200px;
    margin: 10px auto;
}
.tweets .card{
    width: 540px;
    height:410px;
}
/*
.tweets .textTweet{
    margin: auto;
}
*/
.tweets .card .card-header,
.tweets .card .card-footer{
    background-color: #67bdef;
}
.tweets .card .card-header i{
    font-size: 22px;
    color: #fff;
}
.tweets .card .card-header h4{
    display: inline-block;
    font-weight: bold;
}
.tweets .card .card-header span{
    color: #fff;
}
.tweets .no-gutters{
    height: 100%;
}
.tweets .card-img{
    padding: 10px;
    height: 100%;
}
.tweets .card-body{
    padding: 10px;
    height: 100%;
    overflow-y: scroll;
}
.tweets .card-text{
    padding: 15px 0 0;
}
.tweets .card-footer a{
    color: #fff;
    font-weight: bold;
}
.tweets .card-footer a:hover{
    color: #000;
}
.tweets .carousel-control-prev span i,
.tweets .carousel-control-next span i{
    color: #1DA1F2;
    font-size: 30px;
}
.tweets .carousel .carousel-indicators {
    bottom: -60px;
}
/* end tweets */

/* start footer*/
footer{
    padding: 50px;
    background-color: #2E95BC;
    color: #fff;
}
footer .info ul li:before{
    font-family: 'fontawesome';
    content: "\f100";
    color:#CE4949;
    display:inline-block;
    margin-left: 10px;
}
footer .info li a{
    text-decoration: none;
    color: #fff;
}
footer .info h3::after{
    content: '';
    background: #CE4949;
    display: block;
    height: 3px;
    width: 200px;
    margin: 5px auto 20px;
}
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


.social-network a.icoFacebook {
	background-color:#3B5998;
}
.social-network a.icoTwitter {
	background-color:#33ccff;
}
.social-network a.icoGoogle{
	background-color:#BD3518;
}
.social-network a.icoVimeo{
	background-color:#0590B8;
}
.social-network a.icoLinkedin{
	background-color:#007bb7;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/* end footer */

/* start copyright */
.copyright{
    color: #fff;
    background-color: #707277;
    padding: 5px;
}
 .copyright .text-left{
     margin-top: 10px;
     font-weight: 300;
}
/* end copyright */




/*animation */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
    visibility: visible;                  
    animation: slide 1s;
}
.slideanim::after {
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}





