@font-face {
    font-family: 'XeroSansBold';
    src: url('/fonts/XeroSansBold.eot');
    src: url('/fonts/XeroSansBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/XeroSansBold.svg#Elusive-Icons') format('svg'),
    url('/fonts/XeroSansBold.woff') format('woff'),
    url('/fonts/XeroSansBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "XeroSansBold";
    overflow-x: hidden;
    color: #333;
    font-size: 13px;
    background: url("/img/bg.png") repeat;
}

a {
    color: #333;
}

a:focus {
    -moz-outline-style: none;
}

a:active {
    outline: none;
}

a:focus {
    outline: none
}

a {
    outline: none
}

img {
    max-width: 100%;
}

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

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    /*overflow:hidden;*/
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-color: #666666 !important;
}

textarea:focus {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-color: #666666 !important;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.header {
    background: #F6F6F6;
    padding-top: 12px;
    padding-bottom: 10px;
}

.head {
    padding-top: 5px;
    float: right;
}

#logo {
    float: left;
}

.logo {
    float: left;
}

.tools {
    overflow: hidden;
    clear: both;
}

.select_lang {
    float: right;
    padding-left: 4px;
    padding-top: 6px;
}

.select_lang a {
    float: right;
    margin-left: 4px;
    border: 1px solid #8AA497;
    width: 20px;
    height: 15px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.select_lang a.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.select_lang a.fa {
    background-image: url("/img/fa.png");
}

.select_lang a.en {
    background-image: url("/img/en.png");
}

.search {
    float: right;
    position: relative;
    width: 210px;
}

.search .form-group {
    margin-bottom: 0;
}

.search .form-control {
    width: 100%;
    border: 1px solid #D8D8D8;
    display: block;
    height: 25px;
    padding-right: 7px;
    padding-left: 27px;
    padding-top: 0;
    padding-bottom: 4px;
    border-radius: 0px;
    font-size: 12px;
}

.search .btn {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 1px;
    background: url("/img/search.png") center center no-repeat;
    border-radius: 0;
    padding: 0;
    border: none;
}

.menu {
    clear: both;
    width: 100%;
    padding-top: 13px;
}

#menu {
    float: right;
    border-radius: 5px;
}

#menu > ul > li {
    float: right;
    border: 1px solid #DDD;
    position: relative;
    background: url("/img/mnu.png") 0 0 repeat-x;
    margin: 0 0 5px -1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}


#menu > ul > li > a {
    display: block;
    line-height: 33px;
    padding-left: 18px;
    padding-right: 18px;
    color: #010101;
}

#menu > ul > li.submenu > a {
    padding-left: 38px;
    background: url("/img/icon1.png") 18px 18px no-repeat;
}

#menu > ul > li.submenu:hover > a {
    background-color: #0054A6;
    background-position: 18px -77px;
    color: #fff;
}

.mega_menu {
    display: none;
}

#menu > ul > li.submenu:hover .mega_menu {
    display: block;
}

.mega_menu {
    z-index: 2;
    position: absolute;
    right: -30px;
    top: 41px;
    border: 1px solid #D4D4D4;
    width: 277px;
    background: #fff;
}

.mega_menu > ul > li {
    background: rgba(0, 0, 0, 0) url("/img/icon2.png") no-repeat scroll 18px 13px;
    display: block;
    padding: 5px 7px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.mega_menu > ul > li > a {
    border-bottom: 1px solid #d8d8d8;
    color: #444;
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 0px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mega_menu > ul > li:last-child > a {
    border: none;
}

.mega_menu > ul > li:hover > a {
    color: #fff;
    border-color: #0054A6;
}

.mega_menu > ul > li:hover {
    background-color: #0054A6;
    background-position: 18px -77px;
}

.mega_menu > ul > li > ul {
    z-index: 2;
    position: absolute;
    right: 275px;
    top: -1px;
    border: 1px solid #D4D4D4;
    width: 277px;
    background: #fff;
    display: none;
}

.mega_menu > ul > li:hover > ul {
    display: block;
}

.mega_menu > ul > li > ul > li {
    display: block;
    padding: 5px 7px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.mega_menu > ul > li > ul > li > a {
    border-bottom: 1px solid #d8d8d8;
    color: #444;
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 0px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mega_menu > ul > li > ul > li:last-child > a {
    border: none;
}

.mega_menu > ul > li > ul > li:hover > a {
    color: #fff;
    border-color: #0054A6;
}

.mega_menu > ul > li > ul > li:hover {
    background: #0054A6;
}

.mega_menu > span {
    width: 100%;
    position: absolute;
    right: 0;
    display: block;
    height: 10px;
    top: -10px;
    background: url("/img/icon3.png") 200px 0 no-repeat;
}

.slug {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 23px;
    background: #FC0;
    border-top: 1px solid #E5B700;
    color: #014060;
    font-size: 19px;
}

.slideshow {
    padding: 0;
    direction: ltr;
    overflow: hidden;
}

#slideshow .slick-slide {
    position: relative;
    overflow: hidden;
}

#slideshow img {
    width: 100%;
}

#slideshow .slideshow_over {
    padding-top: 25px;
    padding-bottom: 70px;
    padding-right: 20px;
    padding-left: 30px;
    width: 500px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#slideshow .slideshow_over strong {
    font-weight: normal;
    font-size: 25px;
    color: #000;
    display: block;
    margin-bottom: 22px;
}

#slideshow .slideshow_over p {
    text-align: justify;
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    line-height: 23px;
}

#slideshow .slick-next {
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 70px;
    top: 50%;
    margin-top: -37.5px;
    background: rgba(0, 0, 0, 0.3) url("../img/arrows2.png") right 0 no-repeat;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
}

#slideshow .slick-prev {
    position: absolute;
    font-size: 0;
    width: 40px;
    height: 75px;
    top: 50%;
    margin-top: -37.5px;
    left: 0;
    background: rgba(0, 0, 0, 0.3) url("../img/arrows2.png") left 0 no-repeat;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#slideshow .slick-next:hover, #slideshow .slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#slideshow .slick-dots {
    width: 80px;
    height: 24px;
    bottom: 7px;
    position: absolute;
    z-index: 99;
    right: 50%;
    margin-right: -40px;
    padding-left: 10px;
    padding-right: 6px;
    background-color: rgba(0, 0, 0, 0.5);
}

#slideshow .slick-dots li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border: none;
    padding: 0;
    font-size: 0;
    float: left;
    background: #DBDBDB;
    margin-right: 4px;
    margin-top: 6px;
}

#slideshow .slick-dots li.slick-active {
    background: #FC0;
}

#slideshow .slick-dots li button {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.home_block1 {
    background: #FFF;
    padding-top: 40px;
    padding-bottom: 55px;
}

.home_block1 h3 {
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 19px;
    color: #014060;
    padding-bottom: 55px;
    background: url("/img/sep2.png") center bottom no-repeat;
}

.home_block1 p {
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
    line-height: 24px;
}

.home_block1_list .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:12px;
}

.home_block1_box {
    width: 100%;
    position: relative;
}

.home_block1_box > span {
    position: absolute;
    width: 100%;
    bottom: -18px;
    height: 18px;
    right: 0;
    display: block;
    background: url("/img/shadow.png") center 0 no-repeat;
}

.home_block1_box .img_box {
    position: relative;
}

.home_block1_box .img_box .img_box_over {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 204, 0, 0.45) url("/img/icon4.png") center center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home_block1_box:hover .img_box .img_box_over {
    opacity: 1;
    filter: alpha(opacity=100);
}

.home_block1_box .img_box img {
    width: 100%;
    display: block;
    height: auto;
}

.home_block1_box .title {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    background: #F1F1F1;
    color: #014060;
}

.home_block2 {
    padding-top: 50px;
    padding-bottom: 55px;
}

.home_block2 h3 {
    display: block;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 19px;
    color: #014060;
    padding-bottom: 55px;
    background: url("/img/sep.png") center bottom no-repeat;
}

.home_block2 p {
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
    line-height: 24px;
}

.home_block2_list .slick-slide {
    -webkit-box-shadow: 0px 1px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px 1px #ccc;
    box-shadow: 0px 1px 1px 1px #ccc;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.home_block2_box {
    width: 100%;
    display: block;
    background: #FFF;
    text-align: center;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home_block2_box span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home_block2_box .img_box {
    width: 100%;
    height: 130px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
}

.home_block2_box:hover .img_box {
    background-position: center bottom;
}

.home_block2_box:hover span {
    color: #fff;
}

.home_block2_box:hover {
    background-color: #014060;
}

.home_block2_box .img_box.img_box_ico1 {
    background-image: url("/img/ico1.png");
}

.home_block2_box .img_box.img_box_ico2 {
    background-image: url("/img/ico2.png");
}

.home_block2_box .img_box.img_box_ico3 {
    background-image: url("/img/ico3.png");
}

.home_block2_box .img_box.img_box_ico4 {
    background-image: url("/img/ico4.png");
}

.home_block2_box .img_box.img_box_ico5 {
    background-image: url("/img/ico5.png");
}

.home_block3 {
    background: #fff;
    padding-bottom: 45px;
    padding-top: 50px;
}

.bazar_inner {
    position: relative;
}

.bazar_inner > span {
    position: absolute;
    width: 100%;
    bottom: -18px;
    height: 19px;
    right: 0;
    display: block;
    background: url("/img/shadow2.png") center 0 no-repeat;
}

.bazar_inner h6 {
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    background: #FC0;
    line-height: 41px;
    font-size: 14px;
    padding-bottom: 4px;
    color: #014060;
    font-weight: normal;
}

.box {
    width: 100%;
    position: relative;
}

.box_link {
    display: block;
    text-align: center;
    height: 35px;
    line-height: 32px;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    color: #D70000;
    font-size: 11px;
    background: #F1F1F1;
}

.box > span {
    position: absolute;
    width: 100%;
    bottom: -15px;
    height: 15px;
    right: 0;
    display: block;
    background: url("/img/shadow.png") center 0 no-repeat;
}

.box_content_inner {
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    padding: 10px;
    background: #fff;
    margin-left: 1px;
}

.box_content_inner span {
    font-size: 11px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.box_content_inner p {
    font-size: 14px;
    color: #014060;
    display: block;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 24px;
}

/*.box_content .slick-slide{
  margin-left: 1px;
}*/
.box_content .slick-next {
    position: absolute;
    font-size: 0;
    width: 30px;
    height: 26px;
    top: 72px;
    background: rgba(0, 0, 0, 0.25) url("/img/arrow.png") right 0 no-repeat;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
}

.box_content .slick-prev {
    position: absolute;
    font-size: 0;
    width: 30px;
    height: 26px;
    top: 72px;
    background: rgba(0, 0, 0, 0.25) url("/img/arrow.png") left 0 no-repeat;
    display: block;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
}

.bazar_tbl {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.box_center strong {
    width: 100%;
    display: block;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 5px;
    text-align: center;
    background: #FC0;
    color: #014060;
    font-size: 14px;
}

.box_center_content {
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    padding: 10px;
    background: #fff;
}

.box_center_content ul li {
    display: block;
    margin-bottom: 8.5px;
    padding-right: 11px;
    background: url("/img/icon5.png") right 10px no-repeat;
}

.box_center_content ul li a {
    color: #014060;
    display: block;
    line-height: 22px;
}

.footer {
    background-image: url("/img/footer.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 25px;
    color: #fff;
    text-align: center;
}

.ft {
    padding-bottom: 32px;
    background: url("/img/ft.png") center bottom no-repeat;
    margin-bottom: 22px;
}

.ft ul li {
    display: inline-block;
}

.ft ul li a {
    padding-right: 8px;
    padding-left: 13px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: url("/img/icon9.png") left 0 repeat-y;
}

.ft ul li:last-child a {
    background: none;
}

.site_information {
    font-size: 15px;
}

.site_information p {
    margin-bottom: 15px;
}

.site_information span {
    margin-bottom: 5px;
    display: block;
}

.site_information a {
    color: #fff;
    display: block;
}

.copyright {
    padding-top: 10px;
    background: #003855;
    color: #fff;
    text-align: center;
    padding-bottom: 6px;
}

.copyright p {
    display: inline-block;
    font-size: 11px;
    padding-right: 50px;
}

.peyman {
    float: left;
}

.page_title {
    padding-top: 25px;
    padding-bottom: 30px;
    background: url("/img/head.jpg") center center/cover no-repeat;
    text-align: center;
    color: #014060;
}

.page_title h1, .page_title h2 {
    font-weight: normal;
    margin: 0;
    font-size: 21px;
}

.wrapper {
    padding-top: 45px;
    padding-bottom: 55px;
}

.services_page {
    padding-top: 10px;
    padding-bottom: 110px;
}

.services_page > strong {
    font-weight: normal;
    display: block;
    margin-bottom: 14px;
    font-size: 19px;
    color: #014060;
}

.services_page > p {
    text-align: justify;
    margin-bottom: 35px;
    line-height: 24px;
}

.service_box {
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    padding: 30px 30px 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service_box:hover {
    background: #F3C812;
}

.service_box:hover p {
    color: #FFF;
}

.service_box:hover .service_box_content i {
    background-color: #fff;
}

.service_box > span {
    position: absolute;
    width: 100%;
    bottom: -15px;
    height: 15px;
    right: 0;
    display: block;
    background: url("/img/shadow3.png") center 0 no-repeat;
}

.service_box_content strong {
    line-height: 75px;
    font-size: 17px;
    color: #014060;
    font-weight: normal;
    float: right;
}

.service_box_content i {
    background-color: #f3c812;
    background-position: center -25px;
    background-repeat: no-repeat;
    border-radius: 5px;
    float: left;
    height: 80px;
    width: 80px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service_box .service_icon.service_icon1 {
    background-image: url("/img/ico1.png");
}

.service_box .service_icon.service_icon2 {
    background-image: url("/img/ico2.png");
}

.service_box .service_icon.service_icon3 {
    background-image: url("/img/ico3.png");
}

.service_box .service_icon.service_icon4 {
    background-image: url("/img/ico4.png");
}

.service_box .service_icon.service_icon5 {
    background-image: url("/img/ico5.png");
}

.service_box .service_icon.service_icon6 {
    background-image: url("/img/ico1.png");
}

.service_box_content p {
    padding-top: 26px;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 23px;
    color: #555;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
    width: 90px;
    height: 30px;
    background: #014060;
    color: #fff;
    border-radius: 4px;
    line-height: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news_filter {
    border-radius: 5px;
    margin-bottom: 26px;
    background-color: #F5F5F5;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 6px;
    float: right;
    width: 100%;
    clear: both;
}

.sort_by {
    float: right;
}

.sort_by strong {
    float: right;
    font-weight: normal;
    color: #000;
    font-size: 12px;
    margin-left: 6px;
    line-height: 23px;
}

.sort_by .bootstrap-select > .btn {
    height: 25px;
    border-radius: 0;
    border: 1px solid #DCDCDC;
    padding-left: 60px;
    padding-right: 10px;
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #777;
    padding-top: 0;
    padding-bottom: 5px;
}

.sort_by .bootstrap-select.btn-group .btn .caret {
    color: #000;
    left: 7px;
}

.sort_by .bootstrap-select.btn-group .dropdown-menu {
    min-width: 130px;
}

.sort_by .bootstrap-select.btn-group:not(.input-group-btn), .sort_by .bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0;
}

.sort_by .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 130px;
}

.pagination_container {
    float: left;
    padding-top: 5px;
}

.pagination {
    margin: 0;
    padding: 0;
}

.pagination > li > a, .pagination > li > span {
    width: 17px;
    height: 17px;
    background: none;
    text-align: center;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 12px;
    color: #777;
    border: none;
    border-radius: 4px;
}

.pagination > li.page_next > a, .pagination > li.page_next > span {
    background: #D4D4D4 url("/img/next.png") center center no-repeat;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.pagination > li.page_prev > a, .pagination > li.page_nextprev > span {
    background: #D4D4D4 url("/img/prev.png") center center no-repeat;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #F5CB14;
    color: #014060;
}

.news_list {
    clear: both;
    width: 100%;
}

.news_list ul li {
    padding: 28px 27px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 13px 2px #dcdcdc;
    box-shadow: 0 5px 13px 2px #dcdcdc;
}

.news_list ul li:hover {
    border-color: #F4CA14;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news_list ul li:hover .more {
    background-color: #F4CA15;
}

.news_list ul li img {
    float: right;
    margin-left: 17px;
}

.news_list ul li .news_date {
    display: block;
    color: #666;
}

.news_list ul li .news_title {
    display: block;
    margin-bottom: 16px;
    color: #014060;
    font-size: 19px;
}

.news_list ul li p {
    display: block;
    margin-bottom: 0;
    text-align: justify;
    line-height: 23px;
    padding-bottom: 35px;
}

.news_list ul li .more {
    right: auto;
    left: 27px;
    bottom: 25px;
}

.single_news {
    background: #fff;
    padding: 35px 35px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 13px 2px #dcdcdc;
    box-shadow: 0 5px 13px 2px #dcdcdc;
}

.single_news .news_date {
    display: block;
    color: #666;
    margin-bottom: 2px;
}

.single_news h1 {
    display: block;
    margin-bottom: 16px;
    color: #014060;
    font-size: 19px;
    margin-top: 0;
    font-weight: normal;
}

.single_news p {
    display: block;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 24px;
}

.single_news img {
    margin-bottom: 25px;
}

.single_news img.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.news_share {
    border-radius: 5px;
    background: #F6F6F6;
    width: 100%;
    float: right;
    clear: both;
    padding: 22px 23px 20px;
}

.news_share strong {
    font-weight: normal;
    float: right;
    color: #333;
    font-size: 16px;
}

.news_share ul {
    float: left;
}

.news_share ul li {
    float: left;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news_share ul li:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.news_share ul li.share_icon1 {
    background-image: url("/img/fb.png");
}

.news_share ul li.share_icon2 {
    background-image: url("/img/tw.png");
}

.news_share ul li.share_icon3 {
    background-image: url("/img/in.png");
}

.news_share ul li.share_icon4 {
    background-image: url("/img/gp.png");
}

.news_share ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.about_page {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 13px 2px #dcdcdc;
    box-shadow: 0 5px 13px 2px #dcdcdc;
}

.about_picture {
    width: 100%;
    display: block;
}

.about_page_content {
    padding: 35px 40px 145px;
    background: #fff;
    overflow: hidden;
}

.about_page_content p {
    margin-bottom: 0;
    text-align: justify;
    line-height: 24px;
}

.home_block2.inner_block2 {
    padding-top: 25px;
    padding-bottom: 75px;
}

.contact_page {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 13px 2px #dcdcdc;
    box-shadow: 0 5px 13px 2px #dcdcdc;
}

.contact_page_inner {
    padding-top: 50px;
    padding-bottom: 85px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding-right: 37px;
    padding-left: 37px;
}

.contact_info {
    padding-left: 25px;
}

.contact_info h5 {
    display: block;
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 18px;
    color: #014060;
}

.contact_info ul {
    margin-bottom: 24px;
}

.contact_info ul li {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 6px;
    padding-bottom: 12px;
}

.contact_info ul li.contact_info_address {
    padding-right: 27px;
    background: url("/img/icon6.png") right 8px no-repeat;
}

.contact_info ul li.contact_info_address p {
    margin-bottom: 0;
    text-align: justify;
    line-height: 22px;
    padding-left: 20px;
}

.contact_info ul li.contact_info_tel {
    padding-right: 26px;
    background: url("/img/icon7.png") right 11px no-repeat;
}
.contact_info ul .contact_info_fax {
    padding-right: 26px;
    margin-right: 20px;
    background: url("/img/fax.png") right 5px no-repeat;
    margin-bottom:0px;
    display: inline;
}

.contact_info ul li.contact_info_mail {
    padding-right: 26px;
    background: url("/img/icon8.png") right 12px no-repeat;
}

.contact_info span {
    font-size: 12px;
    display: block;
    color: #F00;
    margin-bottom: 4px;
}

.contact_info i {
    font-style: normal;
    font-size: 13px;
    display: block;
    color: #333333;
    margin-bottom: 20px;
}

.contact_form legend {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #014060;
    border: none;
}

.contact_form .form-control {
    height: 43px;
    margin-bottom: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 0;
    padding: 0 10px;
    font-size: 12px;
    color: #666;
}

.contact_form textarea.form-control {
    max-width: 100%;
    min-width: 100%;
    height: 259px;
    padding-top: 10px;
}

.contact_form .bootstrap-select > .btn {
    height: 43px;
    border-radius: 0;
    border: none;
    padding-left: 60px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 41px;
    color: #777;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.contact_form .bootstrap-select.btn-group .btn .caret {
    color: #000;
    left: 7px;
}

.contact_form .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    border: 1px solid #DBDBDB;
}

.contact_form .sec_code {
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.contact_form .sec_code .form-control {
    width: 50%;
    float: right;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.contact_form .sec_code .sec_code_pic {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 43px;
    background: #D1D1D1;
}

.contact_form .finish_btn.btn {
    float: left;
    width: 120px;
    height: 40px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #014060;
    padding-bottom: 5px;
    border-radius: 0;
}

.my_page {
    background: #fff;
    padding: 35px 35px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 13px 2px #dcdcdc;
    box-shadow: 0 5px 13px 2px #dcdcdc;
}

.my_page p {
    line-height: 24px;
    text-align: justify;
    margin-bottom: 25px;
}

.my_page img {
    margin-bottom: 25px;
}

.my_page img.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.my_list {
    margin-bottom: 40px;
}

.my_list ul li {
    background: url("/img/circle.png") right 11px no-repeat;
    margin-bottom: 8px;
    padding-right: 12px;
}

.my_page h3, .my_page h4 {
    font-weight: normal;
    margin-top: 0;
    font-size: 19px;
    margin-bottom: 18px;
    color: #014060;
}

.my_boxe img {
    width: 100%;
}

.box .slick-slide img {
    width: 100%;
}

.map {
    height: 400px;
}

.map img {
    width: 100%;
    height: 100%;
}

#slideshow .slick-slide {
    position: relative;
    overflow: hidden;
}

.sla1 {
    font-size: 42px;
    color: #fff;
    background: rgba(1, 64, 96, 85);
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
    position: absolute;
    top: -10%;
    margin-top: -30px;
    right: 50%;
    margin-right: -373px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.slick-active .sla1 {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
}

.sla2 {
    font-size: 63px;
    color: #fff;
    text-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -10%;
    margin-top: -15px;
    right: 10%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.slick-active .sla2 {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 30%;
}

.sla3 {
    font-size: 42px;
    color: #fff;
    background: #19AA63;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 5px;
    padding-bottom: 10px;
    position: absolute;
    top: 43%;
    left: -10%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}

.slick-active .sla3 {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 75.5%;
}

.sla4 {
    font-size: 60px;
    color: #fff;
    background: rgba(0, 114, 188, 0.85);
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    position: absolute;
    bottom: -10%;
    left: 5%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
}

.slick-active .sla4 {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 42%;
}

.sla5 {
    font-size: 57px;
    color: #fff;
    background: rgba(1, 64, 96, 0.85);
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 20px;
    position: absolute;
    top: -10%;
    right: -10%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.slick-active .sla5 {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 30%;
    right: 10%;
}

.sla6 {
    color: #014060;
    font-size: 57px;
    opacity: 0;
    position: absolute;
    right: -10%;
    text-shadow: 1px 1px 4px #fff;
    top: 44%;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.slick-active .sla6 {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 10%;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1366px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .slick-active .sla1 {
        top: 48%;
    }

    .slick-active .sla3 {
        left: 70%;
        top: 48%;
    }

    .slick-active .sla4 {
        bottom: 39%;
    }

    .slick-active .sla6 {
        top: 49%;
    }

    .service_box > span {
        display: none;
    }

    .service_box_content strong {
        font-size: 12px;
    }

    .home_block1_box .title {
        font-size: 13px;
    }

    .home_block2_box span {
        font-size: 13px;
    }

    .box_center_content ul li {
        margin-bottom: 6.5px;
    }

    .bazar_tbl td, .bazar_tbl th {
        padding-bottom: 9px;
    }

    .box_content_inner {
        margin-left: 0;
    }
}

/* For 1024 Size */
@media only screen and (max-width: 1024px) {
    .sla1 {
        font-size: 32px;
        margin-right: -288px;
    }

    .slick-active .sla1 {
        top: 51%;
    }

    .slick-active .sla3 {
        left: 66%;
        top: 51%;
    }

    .sla4 {
        font-size: 35px;
    }

    .slick-active .sla4 {
        bottom: 41%;
    }

    .sla5 {
        font-size: 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .sla1 {
        font-size: 24px;
        margin-right: -219.5px;
    }

    .slick-active .sla1 {
        top: 53%;
    }

    .sla3 {
        font-size: 27px;
    }

    .slick-active .sla3 {
        left: 70%;
        top: 45%;
    }

    .sla2 {
        font-size: 38px;
    }

    .sla4 {
        font-size: 20px;
    }

    .slick-active .sla4 {
        bottom: 41%;
        left: 10%;
    }

    .sla6 {
        font-size: 41px;
    }

    .slick-active .sla6 {
        top: 54%;
    }

    .contact_info {
        padding-left: 0;
    }

    .contact_form legend {
        margin-top: 50px;
    }

    .service_box_content strong {
        font-size: 14px;
    }

    .service_box > span {
        display: block;
    }

    .peyman {
        float: none;
        margin-bottom: 10px;
        display: block;
    }

    .copyright p {
        padding-right: 0;
    }

    .box_center_content {
        min-height: 247px;
    }

    .bazar_tbl {
        margin-bottom: 20px;
    }

    .home_block1_box .title {
        font-size: 12px;
    }

    .home_block1 p, .home_block2 p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* For 800 Size */
@media only screen and (max-width: 800px) {
    .slick-active .sla4 {
        bottom: 38%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .sla3 {
        font-size: 25px;
    }

    .slick-active .sla3 {
        left: 70%;
        top: 47%;
    }

    .service_box_content strong {
        font-size: 17px;
    }

    #logo {
        width: 50%;
    }

    #head {
        width: 50%;
    }

    .slug {
        font-size: 16px;
    }

    #slideshow .slideshow_over strong {
        margin-bottom: 0;
    }

    #slideshow .slideshow_over p {
        display: none;
    }

    #slideshow .slideshow_over {
        padding: 10px 20px 50px 30px;
    }

    .boxes > .row > div {
        width: 33.333%;
    }

    .box_center_content {
        min-height: 239px;
    }
}

/* iPhone 6+ landscape*/
@media only screen and (max-width: 736px) {
    .box_center_content {
        min-height: 231px;
    }

    .news_list ul li .news_title {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

/* iPhone 6 landscape*/
@media only screen and (max-width: 667px) {
    .sla1 {
        margin-right: -134.5px;
        font-size: 14px;
    }

    .slick-active .sla1 {
        top: 53%;
    }

    .sla2 {
        font-size: 28px;
    }

    .slick-active .sla2 {
        right: 16%;
    }

    .sla3 {
        font-size: 14px;
    }

    .slick-active .sla3 {
        left: 61%;
        top: 45%;
    }

    .sla5 {
        font-size: 19px;
    }

    .slick-active .sla5 {
        padding-bottom: 10px;
    }

    .sla6 {
        font-size: 30px;
    }

    .slick-active .sla6 {
        top: 45%;
    }

    .news_list ul li .news_title {
        font-size: 18px;
    }

    .news_list ul li p {
        clear: both;
        padding-top: 15px;
        width: 100%;
    }

    .box_center_content {
        min-height: 237px;
    }

    .copyright p {
        line-height: 22px;
        font-size: 12px;
    }

    .slug {
        font-size: 15px;
    }
}

/* iPhone 5 landscape*/
@media only screen and (max-width: 568px) {
    .search {
        width: 200px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .sla1 {
        margin-right: -126px;
        font-size: 13px;
    }

    .slick-active .sla1 {
        top: 60%;
    }

    .sla3 {
        font-size: 13px;
    }

    .slick-active .sla3 {
        left: 66%;
        top: 42%;
    }

    .sla4 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .slick-active .sla4 {
        bottom: 37%;
        left: 15%;
    }

    .sla2 {
        font-size: 21px;
    }

    .slick-active .sla2 {
        right: 15%;
    }

    .sla6 {
        font-size: 26px;
    }

    .slick-active .sla6 {
        top: 50%;
    }

    .my_list ul li {
        line-height: 21px;
    }

    .my_page h3, .my_page h4 {
        line-height: 24px;
        font-size: 18px;
    }

    .map {
        height: 300px;
    }

    .sort_by {
        margin-bottom: 10px;
        width: 100%;
    }

    .news_list ul li img {
        float: none;
        margin-bottom: 10px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .service_box_content strong {
        font-size: 15px;
    }

    #logo {
        width: 100%;
    }

    .logo {
        float: none;
        margin-bottom: 10px;
    }

    .logo img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #head {
        width: 100%;
    }

    .tools {
        padding-right: 50px;
    }

    .menu {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 2px;
        width: 0;
    }

    .search {
        width: 280px;
    }

    .slug {
        font-size: 14px;
        line-height: 27px;
    }

    .slideshow_over {
        display: none;
    }

    #slideshow .slick-next {
        right: 0 !important;
    }

    #slideshow .slick-prev {
        right: 45px !important;
    }

    .boxes > .row > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .box_center_content {
        min-height: 0;
    }

    .box_content .slick-next, .box_content .slick-prev {
        top: 50%;
        margin-top: -13px;
    }

    .ft ul li a {
        padding-left: 10px;
        padding-right: 2px;
    }
}

/* iPhone 6+ Portrait*/
@media only screen and (max-width: 414px) {

    #slideshow .slick-dots,
    #slideshow .slick-prev,
    #slideshow .slick-next {
        display: none!important;
    }

    .sla6 {
        font-size: 19px;
    }

    .slick-active .sla6 {
        right: 15%;
        top: 51%;
    }

    .slick-active .sla3 {
        left: 63%;
        top: 45%;
    }

    .slick-active .sla5 {
        right: 14%;
        top: 29%;
    }

    .my_boxe > .row > div {
        width: 100%;
    }

    .news_share strong {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .single_news h1 {
        line-height: 24px;
    }

    .ft {
        padding-bottom: 0;
    }

    .ft ul li a {
        font-size: 0;
    }

    .site_information p {
        line-height: 24px;
    }

    .copyright p {
        font-size: 11px;
    }

    .search {
        width: 210px;
    }
}

/* iPhone 6 Portrait*/
@media only screen and (max-width: 375px) {
    .sla1 {
        margin-right: -100.5px;
        font-size: 10px;
    }

    .slick-active .sla1 {
        top: 60%;
    }

    .sla4 {
        font-size: 17px;
    }

    .sla5 {
        font-size: 15px;
    }

    .slick-active .sla4 {
        bottom: 37%;
        left: 15%;
        padding-bottom: 8px;
    }

    .service_box > span {
        display: none;
    }

    .service_box_content strong {
        font-size: 12px;
    }

    .copyright p {
        font-size: 12px;
    }

    .search {
        width: 180px;
    }
}

/* Size For 360*/
@media only screen and (max-width: 360px) {
    .slick-active .sla3 {
        left: 60%;
        top: 45%;
    }

    .sla5 {
        font-size: 13px;
    }

    .slick-active .sla5 {
        right: 14%;
        top: 27%;
    }

    .sla6 {
        font-size: 13px;
    }

    .slick-active .sla6 {
        right: 15%;
        top: 56%;
    }

    .contact_page_inner {
        padding: 30px 20px 85px;
    }

    .services_page > strong {
        font-size: 16px;
    }

    .service_box_content i {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .service_box_content strong {
        float: none;
        font-size: 16px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .about_page_content {
        padding: 20px 20px 145px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .sla1 {
        font-size: 10px;
    }

    .slick-active .sla1 {
        top: 60%;
    }

    .slick-active .sla3 {
        left: 57%;
    }

    .slick-active .sla6 {
        top: 52%;
    }

    .my_page h3, .my_page h4 {
        font-size: 14px;
    }

    .map {
        height: 200px;
    }

    .single_news h1 {
        font-size: 15px;
        line-height: 21px;
    }

    .news_share ul li {
        margin-right: 1px;
    }

    .news_list ul li .news_title {
        font-size: 15px;
    }

    .sort_by .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 110px;
    }

    .sort_by .bootstrap-select.btn-group .dropdown-menu {
        min-width: 110px;
    }

    .sort_by .bootstrap-select > .btn {
        padding-left: 45px;
    }

    .home_block1 h3, .home_block2 h3 {
        font-size: 14px;
    }

    .slug {
        font-size: 12px;
        line-height: 21px;
    }

    .search {
        width: 145px;
    }
}

/*For All Table*/
table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
}

tr:nth-of-type(even) {
    background: #F9F9F9;
}

th {
    background: #E5E5E5;
    color: #333333;
    border: none;
}

td {
    color: #666;
}

td, th {
    padding: 9px 0 10px;
    border: none;
    text-align: center;
    width: 50%;
}
.bazar_tbl_body{
    max-height: 222px;
    overflow: auto;
}

/*For All Table*/

/*P3YM4N CHANGES*/
a:hover,
a:active {
    text-decoration: none;
}

.mega_menu > ul > li > ul {
    position: relative;
    right: 269px;
    top: -35px;
}

.mega_menu > ul > li:not(.submenu) {
    height: 36px;
    background-image: none;
}

.mega_menu > ul > li {
    height: 36px;
}

#google_map {
    height: 400px;
    width: 100%;
    margin-bottom: 6px;
    overflow: hidden;
    direction: ltr;
}

.contact_form .sec_code .sec_code_pic {
    line-height: 25px !important;
}

.contact_form .sec_code .sec_code_pic img {
    height: 43px;
}

.contact_form .bootstrap-select {
    margin-bottom: 10px !important;
}

.contact_form .help-block {
    color: #F00;
    float: right;
}

.contact_info i {
    display: inline;
    float: left;
    margin-bottom: 0px;
}

.contact_info span {
    margin-bottom: 17px;
}

.contact_info ul {
    margin-bottom: 17px;
}

.contact_form textarea.form-control {
    height: 205px;
}

.my_page h5 {
    line-height: 28px;
}

#navMenu .mega_menu{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
#navMenu li{
    padding: 0;
}
#navMenu .mega_menu > ul > li > a{
    padding: 5px 40px 0px 0px !important;
    height: 37px;
}

#navMenu .mega_menu > ul > li:focus > a,
#navMenu .mega_menu > ul > li:active > a,
#navMenu .mega_menu > ul > li:hover > a{
    color: #000;
    background-color: #d8d8d8!important;
}

}