/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 18, 2019, 1:27:01 AM
    Author     : hassan
*/

.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}
.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.job_btns a img
{
    height: 35px;
}
.panel {
    border: 1px solid #f4511e;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.login_btns
{
    margin: 5px 22px;
}
.login_btns a{
    font-size: 15px;
    color: #57a9ff;
}
#navbarSupportedContent ul li a
{
    color: black;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.b2b{
    border-top: solid 4px #1fa476;
    width: 100%!important;
    /* -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%); */
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.b2b:hover{
    background-color: #1fa476;
    color: white;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.knowledge{
    border-top: solid 4px #fe2932;
    width: 100%!important;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.knowledge:hover{
    background-color: #fe2932;
    color: white;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.fairs {
    border-top: solid 4px #c03b64;
    width: 100%!important;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.fairs:hover {
    background-color: #c03b64;
    color: white;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.recruitement {
    border-top: solid 4px #fde953;
    width: 100%!important;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.recruitement:hover {
    background-color: #fde953;
    color: white;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.services {
    border-top: solid 4px #b70fa1;
    width: 100%!important;
    /* padding-bottom: 20px; */
}
.f2ftopmenu .navbar-default .navbar-nav>li>a.services:hover {
    background-color: #b70fa1;
    color: white;
}
.lower-menu {
	border-top: 2px solid #26a5ae;
	border-bottom: 0;
	border-radius: 0;
}
.rightnavbar{
    margin-top : -2px;
}
.btn-biz{
    color: #fff;
    background-color: #c03b64;
    border-color: #90163b;
}
.f2ftopmenu .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    padding: 14px 0px 16.5px 38px;
    text-transform: uppercase;
}
.btn-danger {
    color: #fff;
    background-color: #c03b64;
    border-color: #c1305d;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c1305d;
    border-color: #c03b64;
}
.bottom-footer a {
    color: #26A5AE;
    line-height: 27px;
}
.parallax {
    /* The image used */
    background-image: url("../images/search-background-img.jpg");

    /* Set a specific height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*  background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;

}


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

/* .card .card-body {
    padding: 0 20px;
    margin-top: 20px;
} */

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    /*overflow: hidden;*/
    text-align: center;
    background-color: #c03b64;
}

.card.hovercard .cardheader {
    /*background-color: #EBEEF0;*/
    background-size: cover;
    /*height: 65px;*/
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%; */
    /*border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);*/
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

/*.btn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }*/
.title a{
    color:white;
}
.info .desc{
    color:white !important;
}
.mythumb{
    box-shadow: 4px 4px 4px #00000073;
    position: relative;
    display: inline-block; /* Make the width of box same as image */

}
.mythumb .text{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 60%; /* Set the width of the positioned div */
    color:white;

}
.technologies{
    opacity: .9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.technologies:hover{
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.05);
}
.sizedbox{
    height:10px;
}

/*body{padding-top:20px;}*/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #fff;
}
.carousel-indicators .active {
    background: #c03b64;
}
.title-carousel{
    padding: 2px;
    font-size:20px;
    color: #000 !important;
}
.price{
    color: #000;
}
.carousel-indicators li{
    border-color: white;

}
.carousel-indicators li.active{
    border-color: #c03b64;
    background-color: #c03b64;
}
.sideText{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 38px;
    margin-top: 0px;
    font-size: 30px;
    position: absolute;
    top: 2180px;
    left: 160px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.slidersection{
    padding-top:100px;
    padding-bottom:100px;
    /* The image used */
    background-image: url("../images/Group 259.png");

    /* Set a specific height */
    /*height: 300px;*/

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.rating{
    color:gold
}

.bottom-footer{
    margin-top:0;
}

.copyrightfooter{
    background-color: #C1305D !important;
}
.viewallbtn {
    margin-top: 30px !important;
    -webkit-clip-path: polygon(100% 0, 90% 25%, 100% 50%, 88% 75%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 90% 25%, 100% 50%, 88% 75%, 100% 100%, 0 100%, 0 0);
    background-color: #C03B64;
    width: 140px;
}
.viewallbtn span {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.border_design{
    padding: 0px;
    margin: 0px;
}
.footer{
    padding: 0px 0;
    background: #e1e5e8;
    font-weight: bolder;
}
.copyrightfooter{
    padding: 16px;
}
.bottom-footer a{
    color: #26A5AE;
    line-height: 27px;
    padding: 3px;
}
.social-icons ul li i:hover{
    box-shadow: 3px 3px 3px #00000047;
}
.bottom-footer a:hover{
    color: #c12f5d;
    /*text-decoration: underline;*/

}
.fa-twitter{
    background-color:#336699 !important;
}
.fa-instagram{
    background-color: #C12F5D !important;
}
.mythumb h3{
    font-size: 23px;
    color: #666;
    margin: 10px 0;
    text-shadow: 1px 1px 0.5px#000;
}
#project1{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    z-index: 9999999;
    position: fixed;
    color: black;
}
.card.hovercard:hover{
    box-shadow: 3px 3px 3px #0000004f;
}



.topnav a {
    float: right;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: right;
    }
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
.tbarsec{
    margin-top:50px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/*.navbar-default{
    border-bottom: 2px solid #26a5ae;
}*/

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}


    .navbar-icon {
  	background: #fff;
  	height: 3px;
  	width: 20px;
  	margin: auto;
  	margin: 0 4px;
  	display: block;
  	margin: auto;
  	margin-top: 3px;
  	}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .example {background: red;}
    .add-div{ margin-top:250px !important; }
    /*#myTopnav{display: none;}*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .example {background: green;}
    .add-div{ margin-top:250px !important; }
    /*#myTopnav{display: none;}*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .example {background: blue;}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .example {background: orange;}
    .add-div{ margin-top:50px !important; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .example {background: pink;}
    .add-div{ margin-top:50px !important; }
}
.navbar-nav{
    margin:0;
}
.f2ftopmenu .mega-dropdown-menu
{
    padding: 0 !important;
}

}

.product-image3 ul li a i{
    position: absolute;
    top: 16px;
    left: 52px;
}
.top_cats
{
    text-align: -webkit-center;
}
.top_cats div img
{
    height: 112px;
}
/* new */
.multiselect-native-select {
    position: relative;
}
.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.multiselect-container .input-group {
    margin: 5px;
}
.multiselect-container li {
    padding: 0;
}
.multiselect-container li .multiselect-all label {
    font-weight: 700;
}
.multiselect-container li a {
    padding: 0;
}
.multiselect-container li a label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}
.multiselect-container li a label input[type=checkbox] {
    margin-bottom: 5px;
}
.multiselect-container li a label.radio {
    margin: 0;
}
.multiselect-container li a label.checkbox {
    margin: 0;
}
.multiselect-container li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}
.multiselect-container li.multiselect-group-clickable label {
    cursor: pointer;
}
.btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-right: 0;
}
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}
.multiselect
{
    height: 40px !important;
    border-radius: 0px 5px 5px 0px;
}
/* #multiselect .multiselect
{
    width: 100% !important;
    display: block;
    border-radius: 0px 5px 5px 0px;
}
#multiselect .btn-group
{
    width: 100%;
} */