﻿

/* وزن معمولی (Regular) */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: normal; /* یا 400 */
    src: url('../../../fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
}

/* وزن ضخیم (Bold) */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: bold; /* یا 700 */
    src: url('../../../fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
}

/* اعمال فونت روی تگ‌های اصلی */
body {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

#preloader {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 2000;
}

    #preloader .preloader_container {
        display: table;
        margin: 10px auto;
        overflow: hidden;
        width: auto;
        text-align: center;
    }

#circularG {
    position: relative;
    width: 35px;
    height: 35px;
}

.circularG {
    position: absolute;
    background-color: #FFFFFF;
    width: 8px;
    height: 8px;
    -moz-border-radius: 5px;
    -moz-animation-name: bounce_circularG;
    -moz-animation-duration: 0.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 5px;
    -webkit-animation-name: bounce_circularG;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 5px;
    -ms-animation-name: bounce_circularG;
    -ms-animation-duration: 0.8s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 5px;
    -o-animation-name: bounce_circularG;
    -o-animation-duration: 0.8s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 5px;
    animation-name: bounce_circularG;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#circularG_1 {
    left: 0;
    top: 14px;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#circularG_2 {
    left: 4px;
    top: 4px;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#circularG_3 {
    top: 0;
    left: 14px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#circularG_4 {
    right: 4px;
    top: 4px;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#circularG_5 {
    right: 0;
    top: 14px;
    -moz-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#circularG_6 {
    right: 4px;
    bottom: 4px;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#circularG_7 {
    left: 14px;
    bottom: 0;
    -moz-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#circularG_8 {
    left: 4px;
    bottom: 4px;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 180, 210);
    border-radius:5px;
    text-shadow:0 0 5px rgba(0, 0, 0, 0.70);
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}

/* ----------------------------------------------------------------------------
* The Sliding Menu Effect - (http://www.entheosweb.com/tutorials/css/default.asp)
* This notice must stay intact for use
* Visit http://www.entheosweb.com/ for more
------------------------------------------------------------------------------ */


/*  --------------- button ---------------------- */


body {
    -webkit-font-smoothing: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    list-style: none;
}

.container .navbar .nav {
    float: right;
    text-transform: uppercase;
}

.container {
    width: 100%;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #e1e1e1;
    text-shadow: none;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-weight: normal;
        font-style: normal;
    }
}

.nav li.active a {
    color: #03b5f3;
}

.nav.navbar-nav a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-brand {
    float: left;
    line-height: 27px;
}

    .navbar-brand:hover {
        color: #ebebeb;
        text-decoration: none;
    }

.nav.navbar-nav a:hover {
    color: #03b5f3;
}

.navbar-brand > span {
    color: #03b5f3;
}

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #282828;
    padding: 10px 10px 10px 10px;
}

.head {
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    margin: 40px 20px 25px;
    border-bottom: 1px dotted #03b5f3;
padding-bottom: 15px;
}

.titr {
    margin-right: 0;
    margin-left: 0;
}

.services_item {
    display: table;
    margin: 0 auto;
}

    .services_item > li {
        margin: 2%;
        width: 29%;
        color: #999999;
        vertical-align:top;
    }

    .services_item li > a > div {
        height: 94px;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .services_item li > a {
        display: block;
        font-size: 24px;
        color: #282828;
        margin-bottom: 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

a.orange:hover {
    color: #ff9500;
}

a.green:hover {
    color: #5ab830;
}

a.blue:hover {
    color: #007aff;
}

a.red:hover {
    color: #fc3e39;
}

.services_item li > a:hover {
    text-decoration: none;
}

.services_item img {
    position: relative;
}

.services_item li > a:hover div > img {
    top: -94px;
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}

.services_item li > a:hover div {
    -webkit-animation: an1 0.4s ease;
    -moz-animation: an1 0.4s ease;
    -o-animation: an1 0.4s ease;
    -ms-animation: an1 0.4s ease;
    animation: an1 0.4s ease;
}

@-webkit-keyframes an1 {
    0% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.3);
        -webkit-opacity: 0.1;
    }

    100% {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
}

@-moz-keyframes an1 {
    0% {
        -moz-transform: scale(1);
        -moz-opacity: 1;
    }

    50% {
        -moz-transform: scale(0.3);
        -moz-opacity: 0.2;
    }

    100% {
        -moz-transform: scale(1);
        -moz-opacity: 1;
    }
}

@-o-keyframes an1 {
    0% {
        -o-transform: scale(1);
        opacity: 1;
    }

    50% {
        -o-transform: scale(0.3);
        opacity: 0.2;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes an1 {
    0% {
        -ms-transform: scale(1);
        opacity: 1;
    }

    50% {
        -ms-transform: scale(0.3);
        opacity: 0.2;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 1;
    }
}

@keyframes an1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.3);
        opacity: 0.2;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

section {
    overflow: hidden;
    min-height: 50px;
    padding-bottom: 30px;
}

#Portfolio {
    background-color: #efefef;
}

.filter-list {
    color: #007aff;
}

a {
    outline: none;
}

.gallery_work {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .gallery_work img {
        max-width: 300%;
    }

    .gallery_work > li {

        position: relative;
        width: 21%;
        margin: 1%;
        height: auto;
        overflow: hidden;
        max-height: 250px;
    }

.gallery_work li a{

        color:white;
    }

#important {
    display: block !important;
}

.gallery_work__button {
    width: 100%;
    display: block;
    margin: 40px auto 0;
}

.gallery_work__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.gallery_work__mask {
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery_work__center {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 3;
}

.gallery_work li > a[data-lightbox="roadtrip" ] {
    width: 100%;
    height: 100%;
    display: block;
}

.gallery_work__center span {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

    .gallery_work__center span > div {
        position: relative;
        z-index: 3;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-align: center;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.gallery_work__center div > span {
    display: block;
    font-size: 40px;
    padding: 7px 0;
}


.gallery_work__center div > span {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .gallery_work__center div > span:first-child {
        -moz-transform: translateX(0px) translateY(-150px);
        -webkit-transform: translateX(0px) translateY(-150px);
        -o-transform: translateX(0px) translateY(-150px);
        -ms-transform: translateX(0px) translateY(-150px);
        transform: translateX(0px) translateY(-150px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .gallery_work__center div > span:last-child {
        font-size: 18px;
        -moz-transform: translateY(250px);
        -webkit-transform: translateY(250px);
        -o-transform: translateY(250px);
        -ms-transform: translateY(250px);
        transform: translateY(250px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.gallery_work li:hover > img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.gallery_work li:hover .gallery_work__mask {
    visibility: visible;
}

.gallery_work li:hover .gallery_work__center span div {
    visibility: visible;
}

.gallery_work li:hover .gallery_work__center div > span {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

    .gallery_work li:hover .gallery_work__center div > span:first-child {
        -moz-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }

    .gallery_work li:hover .gallery_work__center div > span:last-child {
        -moz-transform: translateX(0px) translateY(0px);
        -webkit-transform: translateX(0px) translateY(0px);
        -o-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }

.gallery_work__see_all {
    font-size: 16px;
    color: #ffffff;
    border: solid 1px #ff9500;
    border-radius: 5px;
    padding: 10px 50px;
    display: table;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:#ff9500;
}

    .gallery_work__see_all:hover {
        background-color: #ffffff;
        color: #007aff;
        text-decoration: none;
        border: solid 1px #007aff;
    }

.our_team__item {
    display: table;
    width: 100%;
}

    .our_team__item li {
        width: 29%;
        margin: 2%;
    vertical-align: top;
        color: #999;
    }
    

    .our_team__item div[data-type="img"] {
        border: 7px solid;
        border-radius: 100%;
        height: 200px;
        overflow: hidden;
        width: 200px;
        margin: 0 auto;
        z-index: 3;
    }

        .our_team__item div[data-type="img"]:before {
            border: 5px solid #fff;
            border-radius: 100%;
            content: " ";
            display: block;
            overflow: hidden;
            height: 200px;
            margin-left: -5px;
            margin-top: -5px;
            position: absolute;
            width: 200px;
            z-index: 2;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

    .our_team__item div span {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }


    .our_team__item div > .orange {
        border-color: #ff9500;
        background-image: url('../img/4.jpg');
    }

    .our_team__item div > .green {
        border-color: #53d769;
        background-image: url('../img/5.jpg');
    }

    .our_team__item div > .blue {
        border-color: #007aff;
        background-image: url('../img/6.jpg');
    }

    .our_team__item div > .red {
        border-color: #fc3e39;
        background-image: url('../img/7.jpg');
    }

    .our_team__item li a {
        display: block;
        height: 100%;
        width: 100%;
        z-index: 3123123;
    }

    .our_team__item li div:hover:before {
        border-color: transparent;
    }

.explain {
    text-align: center;
    font-size: 18px;
}

.text {
    text-decoration: none;
    color: #818182;
    text-align: center;
    font-size: 16px;
}

.main-item {
    color: #282828;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

#Testimonials {
    background: url(../img/t.jpg) no-repeat center top fixed;
    width: 100%;
    min-height: 450px;
}


    #Testimonials .head {
        color: #fff;
        padding-bottom: 30px;
    }

.Booking {
    color: white;
    text-align: right;
    font-size: 16px;
    padding-right:10px;
    padding-left:10px;
}

.Booking p{
    text-align: right;
}

.Booking p i{
    font-size: 14px;
    padding-left:10px;
    color:#ff9500;
}

.cooperation {
    font-size: 16px;
    color: #818182;
    line-height: 30px;
    margin: 0px 100px 0px 100x;
    padding: 0px 100px 0px 100x;
}

#Contacts {
    background: url(../img/3D.jpg) no-repeat center fixed;
    background-size: cover;
    width: 100%;
    color:white;
    text-align:right;
}

    #Contacts .head {
        margin-top: 60px;
        color: #fff;
    }

    .contact h3{
        font-size:22px;
        border-bottom:1px dotted #ff9500;
        padding-bottom:10px;
        width:80%;
    }
    .contact h4{
        font-size:19px;
        padding-right:30px;
    }

    .contact p{
        font-size:18px;
        padding-right:30px;
        text-align:right;
    }

    .contact i{
        font-size:18px;
        color:#ff9500;
        padding-left:10px;
    }

.contact_info {
    float: left;
    width: 100%;
    text-align: left;
}

    .contact_info h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 100;
    }

    .contact_info p {
        color: #818182;
        font-size: 14px;
        text-align: left;
    }

    .contact_info ul > li {
        margin: 20px 0;
        color: #fff;
    }

        .contact_info ul > li > img {
            margin-right: 2%;
        }

        .contact_info ul > li > a {
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            color: #4e8bcd;
        }

            .contact_info ul > li > a:hover {
                color: #fff;
            }

.form-control {
    background-color: rgba(100%,100%,100%,.1);
    color: #000;
    background-image: none;
border: 1px solid #03b5f3;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
margin-bottom:10px;
}
.form-control:focus {
    border-color: #e1e1e1;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 0, 0.075);
}

#message {
    height: 150px;
}

.form-control:hover {
    border-color: #4e8bcd;
}

.submit {
    background-color: rgba(100%,100%,100%,.1);
    color: white;
    padding: 10px 20px;
}

.footer {
    background: #fff;
}


    .footer ul > li {
        margin: 50px 10px 0px 10px;
        
    }

        .footer ul > li > a {
            display: block;
        }

        .footer ul > li:hover a {
            -webkit-animation: an1 0.4s ease;
            -moz-animation: an1 0.4s ease;
            -o-animation: an1 0.4s ease;
            -ms-animation: an1 0.4s ease;
            animation: an1 0.4s ease;
        }

    .footer p {
        margin-top: 20px;
        text-align: center;
        color: #adadad;
    }
    .footer p a{
        color:#03b5f3;
    }
    .footer p a:hover{
        color:black;
        text-decoration:none;
    }

.carousel-caption {
    background: transparent;
    top: 5%;
    left: 3%;
    right: 3%;
}

.slide2 {
    top: 40%;
}

.carousel {
    background: black;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
}

.item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .item img {
        background-size: cover;
        width: 100%;
    }

.carousel-caption h1, p {
    text-align: center;
}

.carousel-caption p {
    color: #fff;
    font-size: 22px;
    z-index: 2;
}

.carousel-caption h1 {
    color: #fff;
    z-index: 10;
    font-size: 42px;
    font-weight: 100;
}

.carousel-control {
    width: 54px;
    height: 54px;
    border: none;
    opacity: 0.5;
    z-index: 2;
}

.left.carousel-control {
    background: url('../img/nav-slider.png')0 0 no-repeat;
}

.right.carousel-control {
    background: url('../img/nav-slider.png')-54px 0 no-repeat;
}

    .right.carousel-control:hover, .left.carousel-control:hover {
        -webkit-animation: an1 0.4s ease;
        -moz-animation: an1 0.4s ease;
        -o-animation: an1 0.4s ease;
        -ms-animation: an1 0.4s ease;
        animation: an1 0.4s ease;
    }

    .right.carousel-control:hover {
        background: transparent url(../img/nav-slider.png) no-repeat -54px -54px;
    }

.left.carousel-control:hover {
    background: transparent url(../img/nav-slider.png) no-repeat 0 -54px;
}

@-webkit-keyframes an1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes an1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.7);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-o-keyframes an1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.7);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-ms-keyframes an1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.7);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-keyframes an1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.7);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.slide_mask {
    position: absolute;
    z-index: 1;
    background-color: hsl(0, 0%, 0%);
    opacity: 0.4;
    position: absolute;
    width: 100%;
}

    .carousel-indicators > li {
        cursor: pointer;
        background-color: #e4e4e4;
        border-radius: 50%;
        display: inline-block;
        height: 12px;
        margin: 0 5px;
        position: relative;
        width: 12px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .carousel-indicators > li:hover {
            background-color: #03b5f3;
        }

        .carousel-indicators > li.active {
            background-color: #03b5f3;
            margin: 0 5px;
        }

.carousel-caption .link {
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: rgba(100%,100%,100%,.15);
    border: solid 1px;
    padding: 22px 27px;
    border-radius: 5px;
    z-index: 2;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .carousel-caption .link:hover {
        text-decoration: none;
        border-color: #03b5f3;
        background-color: #03b5f3;
        color: #fff;
    }

.active {
    opacity: 1;
}

    .active.left,
    .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.next.left,
.prev.right {
    opacity: 1;
}
.carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    left: 51%;
    }

.inter{
    border:1px solid #03b5f3;
    border-radius:5px;
    background-color:#fbfbfb;
    padding:20px 10px;
}

.inter p{
    font-size:18px;
}

