@font-face {
  font-family: iransans;
  src: url("../Fonts/IRANSansWeb300.woff");
}

body {
  font-family: iransans;
  line-height: 1.42857143;
}



.customRightSide {
    background-color: #f7f9fb !important;
    position: relative;
    padding-bottom: 200px;
    bottom: 0;
 
}






.customRightSide ul li {
    border-bottom: 1px solid #e7eaec;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.nav {
  padding-right: 0;
  padding-left: initial;
  margin-bottom: 0;
  list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
        width: 320px;
    }

.customRightSide .nav > li:not(.landing_link) > a:focus,
.customRightSide .nav > li:not(.landing_link) > a:hover,
.customRightSide .nav-second-level > li:not(.landing_link) > a:focus,
.customRightSide .nav-second-level > li:not(.landing_link) > a:hover {
  color:  #4f4d4d!important;
}

.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #fff;
  background-color: rgb(255, 255, 255);
  color: #1ab394;
}

.customRightSide .nav > li > a:focus,
.nav > li > a:hover,
.nav-second-level > li > a:focus,
.nav-second-level > li > a:hover {
  background-color: #ffffff !important;
}

.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #676a6c;
}

.customRightSide ul li a {
    color: #4f4d4d;
    font-size: 14px;
    font-weight: 400;
}



.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #4f4d4d;
    text-decoration: none
}

.navbar-default, .contentMiddle {
    background-color: #f7f9fb;
    border-color: #e7e7e7;
}

.contentMiddle {
    font-size: 14px !important;
    position: relative;
    bottom: 0;
    padding-bottom: 200px !important; 
}

@media(max-width: 724px) {
    .customRightSide {
        height: auto !important
    }
}
