
@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome.eot');
    src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.svg#fontawesome') format('svg'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/fontawesome.eot');
    src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.svg#fontawesome') format('svg'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
     background:#292929;
     margin:0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    min-height:0px;
}
/***** Top menu *****/
.navbar-toggle {
    border: none !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
}

    .navbar-inverse .navbar-toggle .icon-bar:hover {
        color: #06c8ca;
    }

.thumbnail {
    border: none;
}

.menuitems {
    float: right;
}
.pagetitr{color:#c5a47e;padding-bottom:20px}
.insidelogo {
    /*position: relative;*/
     position: absolute; 
    vertical-align: middle;
    margin-top: 3%;
    z-index: 99999;
    right: 3%;
    width: 120px;
    float: right;
}

.navbar {
    margin-bottom: 0;
    background: transparent !important;
    border: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    z-index: 9999;
}



.navbar-right {
    margin-right: 0;
}

ul.navbar-nav {
    font-size: 15px;
    color: #fff;
    /*border-bottom: 1px solid #000;*/
}

.navbar-inverse ul.navbar-nav li a {
    color: #fff;
}

    .navbar-inverse ul.navbar-nav li a:hover {
        color: #c5a47e;
    }

    .navbar-inverse ul.navbar-nav li a:focus {
        color: #c5a47e;
        outline: 0;
    }

.contact{
	margin:auto;
    margin-top: 12%;
   
}
.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-search-form.disabled,
.navbar-menu-items.disabled {
    display: none;
}

.navbar-search-form input[type="text"] {
    width: 400px;
    margin: 0;
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    color: #fff;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .navbar-search-form input[type="text"]:focus {
        outline: 0;
        background: none;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-search-form input[type="text"]::-moz-placeholder {
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        font-style: italic;
    }

    .navbar-search-form input[type="text"]:-ms-input-placeholder {
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        font-style: italic;
    }

    .navbar-search-form input[type="text"]::-webkit-input-placeholder {
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        font-style: italic;
    }


.navbar-fixed-bottom {
    bottom: 0;
    padding: 10px 3%;
}

.navbar-nav li a {
    padding: 5px 12px !important;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.bg-light {
    background: transparent !important;
}

.logo {
    position: absolute;
    vertical-align: middle;
    top: 78%;
    z-index: 99999;
    right: 27%;
    width: 142px;
}

.logoText {
    position: absolute;
    color: white;
    padding: 25px;
    bottom: 25px;
}
 #back-to-top {
    position: fixed;
    bottom: 80px;
    left: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    border:1px solid rgba(255,255,255,0.5) ;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
   border-color:#fff;
   color:#fff;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}


  .gridlines {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.border-1 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  z-index: 1000;
  pointer-events: none; }

.border-2 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 50%;
  pointer-events: none;
  z-index: 1000; }

.border-3 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 75%;
  display: none;
  z-index: 10;
  pointer-events: none; }
  @media (max-width: 1423px) and (max-height: 800px) {
    .border-3 {
      margin-top: -170px; } }

.border-4 {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  pointer-events: none;
  z-index: 1000; }
  @media (min-width: 1424px) {
    .border-4 {
      bottom: 150px; } }

.border-h1 {
  width: 1px;
  height: 100vh;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 25%;
  z-index: 1000;
  pointer-events: none; }
  @media (max-width: 767px) {
    .border-h1 {
      display: none; } }

.border-h2 {
  width: 1px;
  height: 100vh;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none; }

.border-h3 {
  width: 1px;
  height: 100vh;
  background: #fff;
  opacity: 0.1;
  position: fixed;
  top: 0;
  left: 75%;
  z-index: 1000;
  pointer-events: none; }
  @media (max-width: 767px) {
    .border-h3 {
      display: none; } }

.circle-hero {
  width: 50%;
  height: 0;
  border: 2px solid #fff;
  opacity: 0.1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  padding-bottom: 50%;
  /*border-radius: 50%;*/
  -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
  pointer-events: none; }

.home-page .circle-hero {
  z-index: 1000;
  pointer-events: none; }

.home-page .circle-hero.not-page {
  display: none; }
.footer {
    width: 100%;
    text-align: left;
    background: #bababa;
    height: auto;
    position: relative;
    bottom: 0;
}


    .footer ul {
        list-style-type: none;
        margin: 0 5%;
        padding: 0;
        padding-top: 20px;
    }

    .footer li {
        display: inline;
        list-style: none;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px 10px;
        width: 24px;
        height: 24px;
    }

        .footer li a {
            display: block;
            color: white;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

            .footer li a:hover {
                background-color: #111111;
            }

.footer-copyright {
    color: #cecece;
    font-size: 13px;
}

.navbar-search-form input[type="text"] {
    border-bottom: 2px solid #000 !important;
    color: #000;
}



/*//////////////////////////about//////////////////////////*/
div#aboutBox {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0px;
}

.aboutbg {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    background: url(../images/bg-about.jpg) no-repeat;
    background-position: 50% 10%;
    background-size: cover;
}

.Socialmedia {
    position: absolute;
    z-index: 8888;
    top: 3%;
    /*margin-left: 3%;*/
}

    .Socialmedia ul li {
        display: inline-block;
    }

.ramin {
    float: right;
    z-index: 0;
    bottom: 0;
    right: 0px;
    position: absolute;
    opacity: 0.8;
     width:340px;
}

.aboutTextbg {
    background: rgba(7,17,36,0.5);
    height: auto;
    padding: 48px;
    position: absolute;
    margin-top: 120px;
    left: 0;
}

    .aboutTextbg .message {
        color: #d7d8d9;
        font-size: 17px;
        text-align: justify;
        padding: 10px;
    }
   
@media (max-width: 767px) {

    .aboutTextbg {
        width: 100%;
        margin-top: 0px;
        padding:18px;
         padding-top: 120px;
         padding-top: 100px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    /*.menuitems {
        width: 100%;
        background: rgba(14, 14, 14, 0.77);
    }*/

    .navbar-fixed-bottom {
        background: rgba(14, 14, 14, 0.82);
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: transparent;
        color: #06c8ca;
    }

    .ramin {
      width:340px;
        opacity: 0.6;
    }
    .insidelogo{
        width:95px;
    }
}
