@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******   Global class  ******
**************************/
.h-line{
    margin-top: 10px;
    font-size:30px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;

}
.p-title{
    font-size:20px;
    color: grey;
}
.button-style{
    margin-top: 20px;
    height: 50px;
    font-weight: 500;
    background:#f39d0d !important;
    color: black;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    text-transform: capitalize;
    display: block;
}
 textarea{
    width: 100%;
    height: 130px;
    margin-top: 20px;
    text-indent: 10px;
    color:#e29e2b;
    border-radius: 10px;
    outline: none;
     border: solid 1px #e29e2b;
}
.input{
    background:#FFFFFF;
    color: #000000;
    text-indent: 15px;
    font-weight: 500;
    width:100%;
    height: 50px;
    outline: none;
    border: solid 1px #e29e2b;
    border-radius: 15px;
}
.lead{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}
.haed-h{
    margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
    color:#212529;
    text-align: center;
}

/*************************
*******Typography******
**************************/
body {
    font-family:'Segoe UI';
    background-color:#f2f2f2!important;
    color:#4e4e4e;
}
a {
    color: #e29e2b;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
    color: #e29e2b;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
.center h2{
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.media>.pull-left{
    margin-right: 20px;
}

.media>.pull-right{
    margin-left: 20px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}


.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
******************************************************  Header ****************************
**************************/

#header .search{
    display: inline-block;
}

.navbar>.container .navbar-brand{
    margin-left: 0;
}
#header .lung{
    color: #FFFFFF!important;
    font-weight: 400;
    text-decoration: none !important;
    margin-left: 10px;
}
#header .fa-users{
    color: #FFFFFF;
    font-size: 20px;
    margin-left: 10px;

}
.top-bar {
    padding: 10px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number{
    color: #fff;
}

.top-number p{
    margin: 0
}


.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: #e29e2b;
    color: #fff;
}

.search i {
    color: #fff;
}

input.search-form{
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

/***************************************************** navbar **********************
 ***********************************/
@media(max-width:500px){

    #header nav ul li{
       text-align: center;

    }
    #header nav ul li a.active,
    #header nav ul li a:hover
    {
        color:#191919 !important;
        background: #e29e2b;
        transition: color 500ms, background-color 500ms
    }

}
#header .navbar-brand img{
    height: 100px;
}
#header nav{
    padding: 0;
    background-color: #191919;
    color: #FFFFFF;
}
#header nav ul li a{
    line-height: 24px;
    padding: 5px 12px;
    color: #FFFFFF!important; ;
    text-transform: uppercase;
    border-radius: 3px;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color:#FFFFFF!important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#header nav ul li a.active,
#header nav ul li a:hover
{
    color:#191919 !important;
    background: #e29e2b;
    transition: color 500ms, background-color 500ms
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
}
/*****************************************************  feature *******************************
***************************************/
#feature {
    margin-bottom: 55px;
    background: #f2f2f2;
    padding-bottom: 40px;
}
.features{
    padding: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}
.feature-wrap .servies{
    font-size: 20px;
}
.feature-wrap h3{
    font-weight: 300;
    font-size: 20px;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}
.feature-wrap i{
    font-size: 48px;
    height: 110px;
    width: 110px;
    border-radius: 100%;
    line-height: 110px;
    text-align:center;
    background: #ffffff;
    color: #e29e2b;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right:25px;
}
.feature-wrap i:hover {
    background: #e29e2b;
    color: #fff;
    box-shadow: inset 0 0 0 5px #e29e2b;
    -webkit-box-shadow: inset 0 0 0 5px #e29e2b;
    border: 3px solid #e29e2b;
}
/**************************************************** Recent-Article **********************************
***************************************/
.Recent-Article{
margin-top: 20px;
    background-color: #f1f1f1;
    height: auto;
    padding-bottom: 55px;
}


.Recent-Article img{
    margin-top: 20px;
width: 100%;
}
.Recent-Article .box-prag{
    background-color: #FFFFFF;
    height: auto;
}
.Recent-Article .box-prag p{
    font-size: 15px;
    color: #4e4e4e;
    text-align: center;
}
.Recent-Article .box-prag .more{
    background-color: #e29e2b;
    text-transform: capitalize;
    font-size: large;
    color: #FFFFFF;
    margin: 10px;
}
/*************************************************************** bg-paralex ********************************************
***************************************/
.bg-paralex{
    z-index: 10;
    height: auto;
    background-image: url("/img/sihp.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-paralex .bg-color{
    height: auto;
    background:#4a4f5394;
    z-index: 12;
}
.bg-paralex .bg-color h1{
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-top: 45%;
    margin-bottom: 30px;
}
.bg-paralex .bg-color img{
    height: 300px;
}
.bg-paralex .bg-color .massege{
    margin-top: 7%;
    border-radius: 16px;
    background: #FFFFFF;
    height: auto;
    margin-bottom: 55px;
}
.bg-paralex .bg-color .massege input[type=text],.bg-paralex .bg-color .massege input[type=tel],.bg-paralex .bg-color .massege input[type=email]

{
    position: relative;
    top: 30px;
    outline: none;
    border: none;
    width: 80%;
    height: 60px;
    text-indent: 10px;
    color: #e29e2b;
    background: #f1f1f1;
    border-radius: 10px;
    margin-top: 30px;
}

.bg-paralex .bg-color .massege textarea{
    width: 80%;
    height: 130px;
    margin-top: 30px;
    text-indent: 10px;
    color:#e29e2b;
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 20px;
    outline: none;
    border: none;
}
.bg-paralex .bg-color .massege .end{
    background: #e29e2b;
    color:#f1f1f1 ;
    width: 60%;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: large;
    font-weight: 600;
}
/***********************************************  our-patern **************************
***************************************/
.our-patern{
    margin-top: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/air.jpg");
    height: auto;
    z-index: 20;
}
.our-patern .bg-color{
    height: auto;
    background:#4a4f53a8;
    z-index: 22;
}
.our-patern .bg-color h1{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top:20px;
    margin-bottom:20px
}
.our-patern .bg-color .view{
    height: 200px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/******************************** sign-up ********************************
***************************************/
.regsiter{
    margin-top: 55px;
}

.regsiter .bg-sign-up{
    background-image: url("../img/bg-sign.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
    z-index: 20;

}
.regsiter .bg-sign-up .bg-sigup-color{
    height: 600px;
    background:#4a4f5369;
    z-index: 22;
    width: 100%;
}
.regsiter .title-bg{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    top: 15%;
}
.regsiter .info{
    margin-top: 10%;
    font-size: xx-large;
}
.regsiter input[type=text],
.regsiter input[type=tel],
.regsiter input[type=email],
.regsiter input[type=password]
{
    width: 100%;
    height: 70px;
    border-top:none ;
    border-left:none ;
    border-right:none ;
    outline: none;
    border-bottom: solid 1px #4a4f5394;
    background: none;
}
.regsiter input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-top: 25px;
}
.regsiter span{
    position: relative;
    color: black;
    font-size: 17px;
    bottom: 5px;
}
.regsiter .signup{
    margin-left: 60%;
    height: 50px;
    width: 40%;
    font-weight: 400;
    background: #f39d0d;
    color: black;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    text-transform: capitalize;
}
/********************************************************** bg-login *****************************/
.bg-login{
    background-image: url("../img/hamburg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    z-index: 20;
}
.bg-login .bg-sigup-color{
    height: auto;
    background:#3f403b7a;
    z-index: 22;
    width: 100%;
}
.bg-login .bg-sigup-color h1{
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-top: 10%;
    margin-bottom: 5%;
}
.bg-login .bg-sigup-color h2{
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 2%;
}
.bg-login .bg-sigup-color img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 30px;

}
.bg-login .bg-sigup-color .login{
    height: 50px;
    width: 25%;
    font-weight: 400;
    background: #f39d0d;
    color: black;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.bg-login .bg-sigup-color .forget-password{
    height: 50px;
    width: 25%;
    font-weight: 400;
    background: #f39d0d;
    color: black;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.bg-login .bg-sigup-color .reset{
    height: 50px;
    width: 25%;
    font-weight: 400;
    background: #f39d0d;
    color: black;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.login-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bg-login .bg-sigup-color input[type=text],
input[type=email],::placeholder{
    color:#e29e2b;
}
.bg-login .bg-sigup-color input[type=text],
input[type=email],input[type=password]
{
    background: none;
    color: #ffff;
    width: 40%;
    height: 70px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    border-bottom: solid 1px #e29e2b;
}
.bg-login .bg-sigup-color h3{
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 22px;

}
.bg-login .bg-sigup-color a{
    color:#e29e2b!important;
    text-decoration: none!important;
}
.bg-login .bg-sigup-color i{
    font-size: 18px;
}




/***********************************************  profile
    ***************************************/

.bg-profile{
    background-image: url("../img/profile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    z-index: 20;
}
.bg-profile .bg-profile-color{
    height: auto;
    background:#bebdb970;
    z-index: 22;
    width: 100%;
}
.bg-profile .bg-profile-color h1{
    text-transform: capitalize;
    color:#FFFFFF ;
    margin-top: 10%;
}
.bg-profile .bg-profile-color .profile{
    margin-top: 10%;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    border: solid 5px #e29e2b;
    overflow: hidden;
    justify-content: center;
}
.bg-profile .bg-profile-color .profile img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
input[type=file]{
    z-index: 10;
    position: relative;
    top: 45%;
    height: 76px;
    width: 200px;
    opacity:0;
    cursor: pointer;

}

@media(max-width:500px){
    .bg-profile .bg-profile-color .input{
        position:relative;top: 40px;
    }
    .bg-profile .bg-profile-color select{
        margin-top: 40px;
    }
    .ship{
        position: absolute;

    }


}

.bg-profile .bg-profile-color input[type=text],
input[type=email],::placeholder{
    color:#e29e2b;
}
.bg-profile .bg-profile-color .input

{
    background:#FFFFFF;
    color: #000000;
    text-indent: 15px;
    font-weight: 500;
    width:70%;
    height: 50px;
    outline: none;
    border: solid 1px #e29e2b;
    border-radius: 15px;
}
.bg-profile .bg-profile-color label{
    padding: 0;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    top: 49px;
}
.bg-profile .bg-profile-color select{
    width: 70%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 15px;
    color: #e29e2b ;
    text-indent: 45%;
}

.bg-profile .bg-profile-color .click{
    height: 50px;
    width: 70%;
    font-weight: 400;
    background: #f39d0d;
    color: #000000;
    outline: none;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 30px;
}
.bg-profile .bg-profile-color h3{
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: center;
    font-size: 30px;

}
.bg-profile .bg-profile-color p{
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;

}

/********************************************************** shoping-rates  *******************/
.shoping-rates{
    margin-top: 30px;
}
.shoping-rates .box-rates{
  border-radius: 10px;
    background-color: #FFFFFF;

}
.shoping-rates .box-rates h1{
    text-align: center;
    font-size: 25px;
    color: #000000;
    text-transform: capitalize;
    padding-top: 30px;
    margin-bottom: 30px;

}

.shoping-rates .box-rates h2{
    text-align: center;
    font-size: 15px;
    color: #f39d0d;
    text-transform: capitalize;
    margin-top: 10px;


}
.shoping-rates .box-rates .peyment-shop{
    background: #f8f8f8;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    height: 70px;
    color: #000000;
    border-radius: 10px;
}
.shoping-rates .box-rates .country{
    text-transform: capitalize;
    background-color: #f39d0d;
    color: #FFFFFF;
    height: 50px;
    width: 25%;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-indent: 20%;
}
.shoping-rates .box-rates .circle{
    width: 30px;
    height: 30px;
    border: solid 10px #faad2b;
    margin-top: 20px;
    border-radius: 100%;
    position: absolute;
    left: 8%;
    margin-left: 10px;
}

.shoping-rates .box-rates .ship{
    text-transform: capitalize;
    line-height: 70px;
    color: #000000;
    font-size: 30px;
    margin-left:9%;

}

.shoping-rates .box-rates .submit{
    background: #f39d0d;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 25px;
    text-transform: capitalize;
    width: 30%;
    height: 60px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom:30px;
}

.shoping-rates .box-rates .step{
    background: #ffa40b8a;
    text-align: center;
    color: #000000;
    font-size: 18px;
    border-radius: 10px;

}
.input-style::placeholder{
    color: #000000;
}
.input-style{
    width: 70px;
    height: 50px;
    color: #000000;
    text-indent:10px;
    margin-bottom: 30px;

}
.shoping-rates .box-rates input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-top: 25px;
}
.shoping-rates .box-rates span{
    position: relative;
    color: black;
    font-size: 17px;
    bottom: 5px;
}

.collapsible {
    background-color: #f8f8f8;
    height: 70px;
    width: 90%;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-top: 30px;
    border-radius:10px ;
}

.active, .collapsible:hover {
    background: #f39d0d;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}



.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.box-paper{
    border-radius: 10px;
    background-color:#f8f8f8;
    width: 60%;
    margin-left: 20%;
    height: auto;
    margin-top: 20px;

}
.box-paper label{
    width: 100%;
    height: auto;
}
.box-paper .title{
    text-align: center;
    font-size: 25px;
    color: #4e4e4e;

}
.box-paper .subject{
    text-align: center;
    font-size: 18px;
    color:#f39d0d;

}
input[type=radio]{
    width: 30px;
    height: 30px;
    margin: 10px;

}


/*********************************************** artical
    ***************************************/
.artical {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.artical h2{
    text-transform: capitalize;
    color: #000000;
    font-size: 30px;
    margin-top: 20px;

}
.artical .box
{
    position: relative;
    width: 100%;
    height: 400px;
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.artical .box .imgBx
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(400px at center 100px);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.artical .box:hover .imgBx
{
    clip-path: circle(80px at center 100px);
    transition-delay: 0s;
}
.artical .box:hover .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artical .box .Exercitation
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.artical .box .Exercitation a
{
    text-decoration: none;
    background: #f39d0d;
    color: #fff;
    padding: 5px;
    display: inline-block;
    border-radius: 10px;
}
.artical .box .Exercitation p,
.artical .box .Exercitation a
{
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}
.artical .box:hover .Exercitation h2
{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.artical .box:hover .Exercitation p
{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.7s;
}
.artical .box:hover .Exercitation a
{
    opacity: 1;
    transform: translateY(0px);
    /*transition-delay: 0.9s;*/
}

.artical .next{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #f39d0d;
    margin:10px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
}
.artical .next a{
    color: #FFFFFF!important;
    font-size: 15px;
    text-decoration: none;

}

/***********************************************summary
    ***************************************/
.track-ship{
 margin-top:30px;
}
.track-ship h1{
    text-transform:capitalize;
    font-size: 30px;
    color: #000000;
}
.summary .print{
    background-color: #e29e2b;
    text-transform: capitalize;
    font-size: large;
    color: #FFFFFF;
    margin: 10px;
}
.summary details{
    margin-top: 10px;
    color: red;

}
.summary .search-container{
    margin-top: 20px;
    margin-bottom: 20px;

}
.summary .search-container .fa-search{
    color:  #e29e2b;
}
.summary .search-container label{
    font-size: 20px;
    color:  #e29e2b;
}
.summary details p{
    color: #000000;
}
table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
tr{
    text-transform: capitalize;
}
tr:hover {background-color: #f39d0d;}

td span{
  font-size:20px;
    color:red;
}
/***********************************************location
    ***************************************/
.location .map{
    margin-top: 30px;
    margin-bottom: 30px;

}
.location{
    background-color: #FFFFFF;
}
.location .input{
margin-top: 30px;
}
.location .button-style{
    margin-bottom: 20px;
    font-size: 20px;
}


/***********************************************  artical-show
    ***************************************/
.artical-show .bigshow{
    margin-top: 30px;
    width: 100%;
    height: 300px;
}
.artical-show .h-line{
    margin-top: 30px;
}

.share{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 10px;
    display: inline-block;
}
.share img{
    width: 50px;
    height: 50px;
}





    /***********************************************bottom
        ***************************************/
#bottom {
    margin-top: 55px;
    background: #f5f5f5;
    border-bottom: 5px solid #e29e2b;
}

#bottom h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
    color: #e29e2b;
    font-weight: 700;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #808080;
    font-size: large;
    font-weight: 700;
}

#bottom ul li a:hover {
    color: #e29e2b;
}

#bottom .widget {
    margin-bottom: 0;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #e29e2b;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
