@charset "UTF-8";
/*style*/
body{
    margin:0;
    padding:0;
    direction: rtl;
    font-family: 'IRANSansWebFaNum' !important;
    background-color: #f6f6f6;
}
@font-face {
  font-family: 'IRANSansWebFaNum';
  src: url('../fonts/IRANSansWebFaNum.woff') format('woff'),
       url('../fonts/IRANSansWebFaNum.ttf') format('truetype'),
       url('../fonts/IRANSansWebFaNum.svg#IRANSansWebFaNum') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'iransens';
  src: url('../fonts/iransens.eot');
  src: url('../fonts/iransens.woff2') format('woff2'),
       url('../fonts/iransens.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Mj_Flow';
    src: url('../fonts/subset-Mj_Flow.eot');
    src: url('../fonts/subset-Mj_Flow.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Mj_Flow.woff2') format('woff2'),
        url('../fonts/subset-Mj_Flow.woff') format('woff'),
        url('../fonts/subset-Mj_Flow.ttf') format('truetype'),
        url('../fonts/subset-Mj_Flow.svg#Mj_Flow') format('svg');
    font-weight: normal;
    font-style: normal;
}
.main{
    width: 1170px;
    margin: auto;
}

.clr{
    clear: both;
}
.relative{
    position: relative;
}
/*header*/
/*nav and menu*/
nav{
    width: 100%;
    height: 124px;
    background-color: #fff;
    border-top: 3px solid #2687d0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
    position: fixed;
    z-index: 999;
    top: 0;
}
nav ul{
    float: left;
    margin-top: 35px;
}
nav ul li{
    min-width: 100px;
    display: inline-block;
    text-align: center;
}
nav ul li a{
    color: #000;
    text-decoration: none;
}
nav ul li a:hover{
    text-decoration: none;
}
/*custom icon menu*/
.omid-flat-icon{
    width: 36px;
    height: 36px;
    font-style: normal;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}
.omid-flat-icon-2{
    width: 28px;
    height: 28px;
    font-style: normal;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}
.omid-flat-home{
    background-image: url('../Fonts/custom-icon/home.svg');
}
.omid-flat-2{
    background-image: url('../Fonts/custom-icon/2.svg');
}
.omid-flat-3{
    background-image: url('../Fonts/custom-icon/3.svg');
}
.omid-flat-4{
    background-image: url('../Fonts/custom-icon/4.svg');
}
.omid-flat-5{
    background-image: url('../Fonts/custom-icon/5.svg');
}
.omid-flat-6{
    background-image: url('../Fonts/custom-icon/6.svg');
}
.omid-flat-7{
    background-image: url('../Fonts/custom-icon/7.svg');
}
.omid-flat-contact{
    background-image: url('../Fonts/custom-icon/contact.svg');
}
.logo-box{
    width: 292px;
    height: 124px;
    background-image: -moz-linear-gradient( 90deg, rgb(50,112,235) 0%, rgb(102,180,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(50,112,235) 0%, rgb(102,180,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(50,112,235) 0%, rgb(102,180,255) 100%);
    float: right;
}
.topslide{
    margin-top: 127px !important; 
}
.topslide img{
    width: 100%;
}
.tab-main{
    width: 100%;
    background: #fff;
    border: 1px solid rgb( 214, 214, 214 );
    margin: 15px 0;
}
.tab-items{
    float: right;
}
.tab-item{
    width: 290px;
    height: 88px;
    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(251,251,251) 88%, rgb(246,246,246) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(251,251,251) 88%, rgb(246,246,246) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(251,251,251) 88%, rgb(246,246,246) 100%);
    display: block;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    color: #5e7286;
    text-decoration: none;
    position: relative;
}
.tab-item::before{
    content: ' ';
    width: 128px;
    height: 57px;
    background-image: url('../img/tab/eslimi.png');
    position: absolute;
    top: 0;
    left: 0;
}
.tab-item::after{
    content: ' ';
    width: 86px;
    height: 88px;
    background-image: url('../img/tab/arrow.png');
    position: absolute;
    top: 0;
    -webkit-filter: grayscale(100%) brightness(130%);
    filter: grayscale(100%) brightness(130%);
    left: -40px;
}
.active-tab::after{
   -webkit-filter: grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%); 
}
.title-tab{
    float: right;
    margin-top: 10px;
}
.title-tab h4{
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    margin-right: 10px;
}
.title-tab p{
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    margin-right: 10px;
}
.omid-icon-tab{
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.omid-icon-tab-1{
    background-image: url('../img/tab/icon/1.png');
}
.omid-icon-tab-2{
    background-image: url('../img/tab/icon/2.png');
}
.omid-icon-tab-3{
    background-image: url('../img/tab/icon/3.png');
}
.omid-icon-tab-4{
    background-image: url('../img/tab/icon/4.png');
}
.omid-icon-tab-5{
    background-image: url('../img/tab/icon/5.png');
}
.content-tabs{
    width: 820px;
    float: left;
    margin-top: 10px;
}
.content-tab{
    position:relative;
}
.item-post{
    width: 260px;
    height: 190px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    margin: 4px;
    margin-bottom: 15px;
    float: right;
}
.item-post-img{
    width: 100%;
    height: 115px;
    overflow: hidden;
}
.item-post-img img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.item-tab-description{
    height: 65px;
    overflow: hidden;
}
.item-tab-description a{
    text-decoration: none;
    color: #005288;
}
.item-tab-description h3{
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.item-tab-description p{
    margin: 0;
    color: #888888;
    font-size: 11px;
    padding: 0 10px;
    text-align: justify;
}
.btn-more-post{
    width: 85px;
    height: 18px;
    border: 1px solid #b6b6b6;
    background: #fff;
    font-size: 12px;
    color: #888888;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #005288;
}
.btn-more-post::before{
    content: ' ';
    width: 9px;
    height: 20px;
    background-image: url('../img/more.png');
    position: absolute;
    left: -8px;
    top: -1px;
    transform: rotate(180deg);
}
.btn-more-post::after{
    content: ' ';
    width: 9px;
    height: 20px;
    background-image: url('../img/more.png');
    position: absolute;
    right: -8px;
    top: -1px;
}
.btn-more-post-large{
    width: 110px;
    height: 24px;
    border: 1px solid #3b7091;
    background: #fff;
    font-size: 14px;
    color: #888888;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #005288;
}
.btn-more-post-large::before{
    content: ' ';
    width: 12px;
    height: 26px;
    background-image: url('../img/more-large.png');
    position: absolute;
    left: -11px;
    top: -1px;
    transform: rotate(180deg);
}
.btn-more-post-large::after{
    content: ' ';
    width: 12px;
    height: 26px;
    background-image: url('../img/more-large.png');
    position: absolute;
    right: -11px;
    top: -1px;
}
.bg-adv-one{
    width: 100%;
    height: 475px;
    background-image: url('../img/bg-att/one.jpg');
    background-attachment: fixed;
    position: relative;
}
.bg-adv-one::after{
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(28,91,168) 0%, rgba(28,91,168,0.99) 1%, rgba(142,173,212,0.05) 95%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(28,91,168) 0%, rgba(28,91,168,0.99) 1%, rgba(142,173,212,0.05) 95%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(28,91,168) 0%, rgba(28,91,168,0.99) 1%, rgba(142,173,212,0.05) 95%, rgba(255,255,255,0) 100%);
    opacity: 0.8;
}
.bg-one-txt{
    width: 720px;
    float: left;
    color: #1f3f6b;
    position: relative;
    z-index: 2;
}
.bg-one-txt h2{
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 65px;
color:white;
}
.bg-one-txt p{
    text-align: justify;
    color: #0f2035;
    font-size: 18px;
color:white;
}
.btn-more-2{
    width: 150px;
    height: 37px;
    background: #fff;
    font-size: 18px;
    color: #1d79af;
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.btn-more-2::before{
    content: ' ';
    width: 18px;
    height: 37px;
    background-image: url('../img/more2.png');
    position: absolute;
    left: -17px;
    top: -1px;
    transform: rotate(180deg);
}
.btn-more-2::after{
    content: ' ';
    width: 18px;
    height: 37px;
    background-image: url('../img/more2.png');
    position: absolute;
    right:  -17px;
    top: -1px;
}
.btn-more-2 span{
    display: block;
    margin-top: 5px;
}
.labtop{
    width: 536px;
    height: 375px;
    background-image: url('../img/labtop.png');
    position: relative;
    z-index: 2;
    margin-top: 65px;
    margin-right: -90px;
    float: right;
}
.labtop-sky{
    width: 380px;
    height: 243px;
    background-image: url('../img/labtop-sky.jpg');
    position: relative;
    top: 15px;
    right: 77px;
    overflow: hidden;
}
.labtop-sky::before{
    content: ' ';
    width: 374px;
    height: 374px;
    background-image: url('../img/labtop-light.png');
    position: absolute;
    animation: 45s rotatelight;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.labtop-sky::after{
    content: ' ';
    width: 380px;
    height: 140px;
    background-image: url('../img/labtop-citty.png');
    position: absolute;
    bottom: 0;
}
@keyframes rotatelight{
    0%{
        
    }
    100%{
        transform: rotate(360deg);
    }
}
.labtop-360{
    background-image: url('../img/labtop-360.png');
    width: 78px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 25px;
    transition: 1s;
}
.labtop:hover>.labtop-sky>.labtop-360{
    transform: scale(1.2);
}
.title{
    color: #326d8f;
    text-align: center;
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    font-size: 30px;
    font-weight: normal;
}
.title::before{
    content: ' ';
    width: 151px;
    height: 11px;
    background-image: url('../img/border-title.png');
    display: block;
    margin: auto;
}
.title::after{
    content: ' ';
    width: 151px;
    height: 11px;
    background-image: url('../img/border-title.png');
    display: block;
    margin: auto;
    transform: rotate(180deg);
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
    z-index: 1;
}
.gallery-homepage img{
    width: 220px;
    height: 220px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb( 232, 232, 232);
    background-color: rgb( 0, 0, 0 );
    box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0,0.4 );
    border-radius: 10px;
}
.bg-adv-two{
    width: 100%;
    height: 370px;
    background-image: url('../img/bg-att/two.jpg');
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
.bg-adv-two::after{
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(28,91,168) 0%, rgba(28,91,168,0.99) 1%, rgba(142,173,212,0.05) 95%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(28,91,168) 0%, rgba(28,91,168,0.99) 1%, rgba(142,173,212,0.05) 95%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(28,91,168) 0%, rgba(28,91,168,0.99) 1%, rgba(142,173,212,0.05) 95%, rgba(255,255,255,0) 100%);
    opacity: 0.8;
}
.bg-two-left{
    float: left;
    width: 557px;
    height: 293px;
    background-image: url('../img/naghshejahanelement.png');
    position: relative;
    z-index: 2;
    margin-top: 60px;
}
.main-DescriptionCo {
    width: 600px;
    float: right;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.title-DescriptionCo {
    cursor: pointer;
    margin-bottom: 10px;
}
.activeDescriptionCo i {
    background-color: #fff;
    border-color: #f9b50f !important;
    color: #f9b50f !important;
}
.title-DescriptionCo i {
    width: 23px;
    height: 23px;
    font-size: 22px;
    padding: 5px;
    border-radius: 150px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.title-DescriptionCo span {
    font-family: 'Mj_Flow';
    font-size: 22px;
    padding-right: 10px;
    color: #fff;
}
.contact-DescriptionCo{
    font-size: 16px;
    color: #fff;
    text-align: justify;
    padding-right: 25px;
    border-right: 1px dashed #132539;
    margin-right: 15px;
    display: none;
}
#contact-DescriptionCo-1 {
    display: block;
}
.city-slide-img{
    width: 135px;
    height: 135px;
    margin: auto;
}
.city-slide-img img{
    width: 100%;
    height: 100%;
    border-radius: 150px;
    border: 2px solid #000039;
    position: relative;
    z-index: 2;
}
.city-slide-img::before{
    width: 62px;
    height: 60px;
    background-image: url('../img/city-element.png');
    content: ' ';
    position: absolute;
    right: 12px;
    top: 40px;
}
.city-slide-img::after{
    width: 62px;
    height: 60px;
    background-image: url('../img/city-element.png');
    content: ' ';
    position: absolute;
    left: 12px;
    top: 40px;
    transform: rotate(180deg);
}
.city-slide a{
    color: #035fb0;
    font-size: 22px;
    font-family: 'Mj_Flow';
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.city-slide{
    width: 300px;
}
.box-site-item{
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 162, 162, 162 ); 
    border-radius: 5px;
    background-color: rgb( 255, 255, 255 );
    background-image: url('../img/bg-item-site.jpg');
    width: 353px;
    height: 249px;
    float: right;
    margin: 12px;
}
.box-site-item h4{
    
}
.omid-icon-site{
    width: 70px;
    height: 70px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    margin-top: 45px;
}
.omid-icon-site-1{
    background-image: url('../img/webicon/noti.png');
}
.omid-icon-site-2{
    background-image: url('../img/webicon/2.png');
}
.omid-icon-site-3{
    background-image: url('../img/webicon/3.png');
}
.omid-icon-site-4{
    background-image: url('../img/webicon/4.png');
}
.omid-icon-site-5{
    background-image: url('../img/webicon/5.png');
}
.omid-icon-site-6{
    background-image: url('../img/webicon/6.png');
}
.box-site-item h4{
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #004875;
    margin: 0;
}
.box-site-item p{
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
    margin: 0;
    margin-bottom: 15px;
}
.hamkar-box{
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(162, 162, 162);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-top:  15px;margin-bottom:  15px;
}
.inner-padding-3{
    padding: 20px 15px 5px 15px;
}
.sbn1{
    width: 62px !important;
    height: 60px !important;
    background-image: url('../img/next-hamkar.png') !important;
    background-size: initial !important;
    right: -44px !important;
    
}
.sbp1{
    width: 62px !important;
    height: 60px !important;
    background-image: url('../img/next-hamkar.png') !important;
    background-size: initial !important;
    left: -44px !important;
    transform: rotate(180deg);
    
}
.main2 {
    width: 1138px;
    margin: auto;
}
footer{
    width: 100%;
    height: 500px;
    background-image: url('../img/bg-att/footer.jpg');
    background-attachment: fixed;
    background-position: center;
}
.footer-contact-head{
    width: 100%;
    height: 90px;
    background-color: rgba(15, 25, 32,0.5);
}
.foot-contact-item{
    width: 240px;
    float: right;
    color: #fff;
}
.item-address{
    width: 350px;
}
.item-address p{
    margin-top: 20px !important;
}
.foot-contact-item{
    float: right;
    margin-left: 20px;
}
.foot-contact-item p{
    margin-top: 30px;
}
.omid-custom-icon-contact{
    width: 24px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: right;
    margin-left: 15px;
}
.omid-custom-icon-contact-address{
    background-image: url('../img/contacticon/1.png');
}
.omid-custom-icon-contact-call{
    background-image: url('../img/contacticon/2.png');
}
.omid-custom-icon-contact-mail{
    background-image: url('../img/contacticon/3.png');
}
.omid-custom-icon-contact-telegram{
    background-image: url('../img/contacticon/4.png');
}
.foot-contact-item a{
    color: #fff;
    text-decoration: none;
}
footer{
    position: relative;
}
.footmain{
    padding: 20px 0; 
}
.foot-item{
    width: 360px;
    float: right;
    margin-left: 35px;
}
.foot-item:last-child{
    margin-left: 0;
}
.foot-item img{
    width: 100%;
}
.foot-about p{
    font-size: 14px;
    color: #b8c0c6;
    text-align: justify;
    margin-bottom: 0;
}
.foot-about a{
    font-size: 14px;
    color: #feef00;
    text-decoration: none;
}
.titlefoot {
    border-bottom: 2px solid #00c0ff;
    padding-bottom: 10px;
    display: inline-block;
    color: #fff;
    margin-top: 0;
    margin-bottom: -2px;
    font-size: 20px;
    font-family: 'Mj_Flow';
    font-weight: normal;
}
.hrfoot {
    margin-bottom: 0px;
    margin-top: 0;
    border-top: 2px solid #6e8294;
    border-bottom: 0;
}
.foot-item ul{
    list-style-type: none;
    padding: 0;
}
.foot-item ul li a{
    color: #fff;
    text-decoration: none;
}
.foot-item ul li a i{
    margin-left: 10px;
}
.blue-input {
    height: 30px;
    background-color: #192632;
    border-radius: 7px;
    margin-bottom: 7px;
}
.blue-input i {
    padding-top: 6px;
    padding-right: 6px;
    color: #04dafb;
}
.blue-input input {
    width: 88%;
    height: 27px;
    border-radius: 7px;
    font-size: 12px;
    background-color: rgb(37, 52, 67);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.29);
    padding-right: 10px;
    border: 0;
    float: left;
    font-family: 'IRANSansWebFaNum';
}
.textarea-blue {
    height: 53px;
}
.blue-input textarea {
    width: 88%;
    height: 48px;
    border-radius: 7px;
    font-size: 12px;
    background-color: rgb(37, 52, 67);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.29);
    padding-right: 10px;
    border: 0;
    float: left;
    min-height: 30px;
    min-width: 85px;
    max-width: 88%;
    max-height: 130px;
    font-family: 'IRANSansWebFaNum';
}
.reset-btn {
    background-image: -moz-linear-gradient( 90deg, rgb(218,165,32) 0%, rgb(255,215,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(218,165,32) 0%, rgb(255,215,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(218,165,32) 0%, rgb(255,215,0) 100%);
    margin-right: 5px;
}
.btn-custom {
    border-radius: 5px;
    padding: 5px 10px;
    border: 0;
    width: 110px;
    text-align: center;
    color: #192632;
    font-family: 'IRANSansWebFaNum';
    float: left;
}
.submit-btn {
    background-image: -moz-linear-gradient( 90deg, rgb(0,186,255) 0%, rgb(7,241,248) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,186,255) 0%, rgb(7,241,248) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,186,255) 0%, rgb(7,241,248) 100%);
}
.btn-custom {
    border-radius: 5px;
    padding: 5px 10px;
    border: 0;
    width: 110px;
    text-align: center;
    color: #192632;
}
.contact-form-footer{
    margin-top: 20px;
}
.element-foot{
    width: 100%;
    height: 29px;
    background-image: url('../img/bg-element.jpg');
    position: absolute;
    bottom: 0;
}
.element-foot-city{
    width: 540px;
    height: 86px;
    display: block;
    margin: auto;
    background-image: url('../img/element-foot-city.png');
    margin-top: -57px;
}
.post-main{
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(35, 31, 32, 0.3);
    border-radius: 8px;
    margin-top: -35px;
    position: relative;
    z-index: 99;
    margin-bottom: 35px;
}
.inner-padding{
    padding: 15px;
}
.img-post{
    width: 400px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.img-post img{
    width: 100%;
    border-radius: 8px;
}
.post-main h2{
    font-family: 'Mj_Flow','IRANSansWebFaNum';
    font-size: 24px;
    font-weight: normal;
    color: #005288;
    margin-bottom: 0;
    margin-top: 0;
}
.post-main p{
    text-align: justify;
    margin: 0;
}
.bg-head-main-page{
    width: 100%;
    height: 449px;
    background-image: url('../img/slider/header.jpg');
    background-position: center center;
}
#navmenu{
    display: none;
}

/*sunmenu*/
nav ul li{
    position: relative;
	height:90px;
}
nav ul li ul{
    width: 250px;
    position: absolute;
    top:87px;
    margin: 0;
    padding: 0;
    text-align: right;
    background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display:none;
}
nav ul li:hover>ul{
	display:block;
}
nav ul li ul li{
    width:100%;
	border-left: 2px solid #e1e1e1;
	height:30px;
}
nav ul li ul li:hover{
	border-left: 2px solid #58a3fa;
}
nav ul li ul li a{
	display:block;
	text-align:right;
	padding-right:10px;
}
nav ul li ul li a:hover{
	color: #58a3fa;
}
nav ul li ul li ul {
    top: 0;
    right: 252px;
}
.archive-btn{
	position:absolute;
	transform: rotate(90deg);
	left: -69px;
    top: 20vh;
	background: #51a9de;
    color: #fff;
}
.archive-btn::before {
    content: " ";
    width: 12px;
    height: 26px;
    background-image: url(../img/more-large-2.png);
    position: absolute;
    left: -11px;
    top: -1px;
    transform: rotate(180deg);
}
.archive-btn::after {
    content: " ";
    width: 12px;
    height: 26px;
    background-image: url(../img/more-large-3.png);
    position: absolute;
    left: -11px;
    top: -1px;
}
.archive-btn b{
	transform: rotate(180deg);
	display: block;
	font-weight: normal;
}
.copyright-title-left {
    width: 305px;
    position: absolute;
    left: 0;
    color: #8aa4cb;
    font-size: 12px;
    top: -50px;
	padding-left:20px;
}
.copyright-title-right {
    position: absolute;
    right: 0;
    color: #8aa4cb;
    font-size: 12px;
    top: -30px;
	padding-right:20px;
}
.copyright-title-left img {
    float: left;
}
.copyright-title-left a {
    color: #8aa4cb;
    text-decoration: none;
}


a.example-image-link {
    width: 190px;
    height: 190px;
    display: block;
    float: right;
    margin: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(238, 238, 238);
}
a.example-image-link img{
    width: 100%;
    height: 100%;
}


/*    Form Style      */
fieldset
{
	border:0px;
	margin:0px;
	padding:0px;
}

fieldset p {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

fieldset label
{
	display:block;
	margin:0px;
}

fieldset input,fieldset textarea,fieldset select
{
	font-family:Tahoma;
	font-size:11px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;	

}

fieldset input[type="text"] 
{
	width:200px;
	background-color:#D7D7AC;
	border:1px solid #CECCB6;
	height:17px;
	padding:2px;
}

fieldset input[type="password"] 
{
	width:200px;
	background-color:#D7D7AC;
	border:1px solid #CECCB6;
	height:17px;
	padding:2px;
}

fieldset input[type="submit"] 
{
	background-color:#18BCD0;
	border:1px solid #CECCB6;
	height:25px;
	font-size:12px;	
	padding-bottom:4px;
}

fieldset textarea
{
	width:200px;
	background-color:#D7D7AC;
	border:1px solid #CECCB6;
	height:50px;	
	padding:2px;	
}

.loginfieldsetstyle
{
	text-align:right;
}

.loginalertstyle
{
	color:Green;
	
}

.loginfieldsetstyle input[type="text"] 
{
	width:130px;
	background-color:#D7D7AC;
	border:1px solid #CECCB6;
	height:17px;
	padding:2px;
}

.loginfieldsetstyle input[type="password"] 
{
	width:130px;
	background-color:#D7D7AC;
	border:1px solid #CECCB6;
	height:17px;
	padding:2px;
}

fieldset .formcaption
{
	background-image:url('images/help.png');
	background-repeat:no-repeat;
	background-position:bottom;
	width:16px;
	height:16px;
	display:inline-block;
}