﻿/*[000:body]*/
body {
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 1.8;
    cursor: default;
    overflow-y: scroll;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}
a {
    color:#1192c1;
}

img {
    max-width: 100%;
}
.btn{
    font-size:12px;
    padding-bottom:9px;
}

/*[001:container]*/
@media screen and (min-width:1200px) {
    .container {
        width: 980px;
    }
}

/*[002:header]*/
.header {
    border-top: 3px solid #1192c1;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

/*[003:nav-header]*/
.nav-header {
}

    .nav-header ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-header > ul > li {
        display: inline-block;
        position: relative;
    }

        .nav-header > ul > li:hover a {
            background-color: #fff;
            border-color: #1192c1;
        }

        .nav-header > ul > li.hasul:hover a {
            border-bottom-color: #fff !important;
        }

        .nav-header > ul > li > a {
            color: #1192c1;
            font-size: 16px;
            font-family: "roya";
            font-weight: 700;
            padding: 2px 15px;
            display: block;
            border: 1px solid transparent;
            z-index: 10000;
            border-radius: 2px;
            position: relative;
            outline: none;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

        .nav-header > ul > li.active a {
            background-color: #fff;
            border-color: #1192c1;
            z-index: 90;
        }

    .nav-header ul ul {
        position: absolute;
        top: 33px;
        right: 0px;
        width: 220px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        border: 1px solid #1192c1;
        box-shadow: 0 7px 6px rgba(0,0,0,0.1);
        -webkit-border-radius: 2px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 3px;
        -moz-border-radius-topright: 0;
        border-radius: 2px;
        border-top-right-radius: 0;
        padding: 6px 5px;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .nav-header > ul > li:hover ul {
        visibility: visible;
        opacity: 1;
    }


    .nav-header ul ul li {
        display: block;
        overflow: hidden;
        background: none !important;
    }


        .nav-header ul ul li a {
            line-height: 30px;
            font-size: 16px;
            font-family: "roya";
            font-weight: 300;
            color: #1192c1;
            padding: 3px 15px;
            display: block;
            height: 100%;
            background: none;
            border-radius: 2px;
            outline: none !important;
        }

            .nav-header ul ul li a:hover {
                background: #1192c1;
                /*1abc9c*/
                color: #fff;
            }

    .nav-header .dv {
        border-bottom: 1px dotted #eee;
        height: 0;
        background: #ccc;
        margin: 4px 0;
    }

/*[004:logo]*/
.logo-header {
    height: 35px;
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
    top: 0;
}

    .logo-header a {
        display: block;
        height: 100%;
        outline: none;
    }

        .logo-header a img {
            margin: 0;
            padding: 0;
        }


    .logo-header .tooltip {
        width: 130px;
    }

        .logo-header .tooltip .tooltip-inner {
            background-color: #1192c1;
        }

        .logo-header .tooltip .tooltip-arrow {
            border-right-color: #1192c1;
        }

/*[005:carousel]*/
.carousel {
    margin-bottom: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

    .carousel .item {
        left: 0 !important;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

.carousel-control {
    background-image: none !important;
}

.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}

.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

/*[006:footer]*/
.footer {
    background-color: #F2F2F2;
    padding: 20px 0;
    width: 100%;
}
.footer-container{
    position: relative;
}
.footer-legal-logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
}
.footer-legal-logo{
    margin: 0 10px;
}
.footer-legal-logo img{
    max-height: 100px;
    display: inline-block;
    margin-right: 10px;
}
.nav-footer {
    padding: 10px;
}

    .nav-footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .nav-footer ul li {
            margin-bottom: 10px;
        }

            .nav-footer ul li a {
                text-decoration: none;
                color: #333;
            }

/*[006:footer-copyright]*/
.footer-copyright {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.page-contact 
{
  padding-bottom: 0;
}
  
.page-contact .container
{
    width: 450px;
    margin: 0 auto; 
}
  
.page-contact .map 
{
    height: 400px;
    margin-top: 30px; 
}

.section-title
{
  font-size: 12px;
  color: #b3b3b3;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 30px;
  margin-top: 30px; 
}
.section-title.section-title-right {
    text-align: right; }
    .section-title.section-title-right span {
      padding-right: 0; }
  .section-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
    position: absolute;
    top: 14px; }
  .section-title span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px; }
.form-group label {
  font-size: 12px;
  cursor: pointer; }

.form-group-icon {
  position: relative; }
  .form-group-icon i {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #888;
    line-height: 32px;
    border-left: 1px solid #ccc; }
    .form-group-icon i.fa-mobile {
      font-size: 18px; }
  .form-group-icon .form-control {
    padding-right: 40px; }
  .form-group-icon.ltr i {
    left: 1px;
    right: auto;
    border: none;
    border-right: 1px solid #ccc; }
  .form-group-icon.ltr .form-control {
    padding-left: 40px;
    padding-right: 5px;
    direction: ltr;
    font-family: tahoma, arial, sans-serif; }
  .form-group-icon.active i {
    color: #d4b038;
    border-color: #d4b038; }

.btn {
  font-size: 12px;
  height: 34px;
  padding: 0 15px;
  outline: none !important;
  line-height: 34px;
  border: none; }

.btn-purple {
  background: #1192C1;
  color: #fff !important; }
  .btn-purple:hover, .btn-purple:active {
    background: #6BB3CE !important; }
  .btn-purple:focus {
    background: #6BB3CE !important; }