@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,900');
@font-face {
  font-family: 'durrowregular';
  src: url('../fonts/durrow-webfont.woff2') format('woff2'), url('../fonts/durrow-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-shadow: 0;
}
body {
  font-family: roboto, sans-serif;
  color: #555;
  line-height: 1.5;
}
a{
  color:#db7a00;
}
a:hover, a:focus {
  text-decoration: none;
  color: #12b110;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: rgba(248, 93, 25, 0.66);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 26px;
}
#back-to-top:hover {
  background: #bbb;
}
#back-to-top.show {
  opacity: 1;
}
a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mt80 {
  margin-top: 80px;
}
.mt60 {
  margin-top: 60px;
}
.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.liststyle1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.liststyle1 li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.liststyle1 li:before {
  font: normal 14px/1 FontAwesome;
  content: "\f105";
  color: #888;
  position: absolute;
  top: 3px;
  left: 0;
}
.liststyle1 ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}
.liststyle1 ul li {
  padding-left: 10px;
  margin-bottom: 7px;
}
.liststyle1 ul li:before {
  content: "\f105";
}
.our-approach-head h2{
  text-align:center;
  margin:10px auto 40px auto;
}
.our-approach-text h4, .our-approach-text h6, .our-approach-text img{
  display:block;
  margin:10px auto;
  text-align:center;
}
.main-slider {
  padding: 0;
}
#mainmenu {
  background: #488cc9;
  position: relative;
  z-index: 45;
}
.menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu > li {
  float: left;
  position: relative;
  z-index: 100;
  font-size: 14px;
  border-right: 1px solid rgba(227, 227, 227, .3)
}
.menu li:first-child {
  margin-left: 0
}
#mainmenu .menu > li:last-child {
  border: none
}
.menu li a {
  text-decoration: none;
  padding: 10px 14px;
  display: block;
  color: #fff;
  transition: all .2s ease-in-out 0s
}
.menu li a:hover, .menu li:hover > a {
  color: #fff;
  background: #295290
}
.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all .2s ease-out;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, .2)
}
.menu ul ul:after, .menu ul:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}
.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #70b6f5;
  border-width: 6px;
  margin-left: -6px
}
.menu ul li {
  display: block;
  float: none;
  background: 0 0;
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #ddd
}
.videokinkbox {
    border: 5px solid rgba(218, 202, 175, .2);
    position: relative;
    overflow: hidden;
    outline: 1px solid rgba(0, 0, 0, .5);
	height: 300px;
	width: 100%;
}
.video {
    width: 100%;
	height: 100%;
}
.video img {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.view-block {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
button.videop {
    font-size: 20px;
	line-height: 40px;
	font-weight: 500;
    text-align: center;
    float: none;
    padding: 0 15px;
    color: #fff;
    width: 100%;
    background: none;
    border: none;
}
.menu ul li:last-child {
  border: none
}
.menu ul li a {
  font-weight: 400;
  display: block;
  color: #fff;
  background: #295290
}
.menu ul li a:hover, .menu ul li:hover > a {
  background: #73b376;
  color: #fff
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0)
}
.menu ul ul {
  left: 169px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all .2s ease-out
}
.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px
}
.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0)
}
.navbtn {
  display: none;
  width: 100%;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600
}
.navbtn:hover {
  text-decoration: none;
}
.nav > li > a {
  padding: 15px 10px;
}
a.homer {
  background: #FC6D58
}
.menu > li.joinbtn {
  float: right;
}
header {
  background: url(../images/puppets-02.png) no-repeat center top, url(../images/pattern-background.png) repeat;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
/* .inner-header {} */
.nav-wrapper {
  /* position: absolute; */
  display: table;
  z-index: 99;
  background: #24376f;
  /* background: rgba(0, 0, 0, 0.7); */
  width: 100%;
  padding: 0;
}
.logo {
  margin: 10px 0;
  display: inline-block;
}
.logo .icon {
  float: left;
  width: 170px;
}
.logo .icon img {
  width: 100%;
}
.logo .text {
  padding-left: 80px;
}
.logo .text1 {
  margin-top: 10px;
}
.logo .text2 {
  color: #683b00;
  font-family: Times, "Times New Roman", "serif";
  font-size: 25px;
}
header .navbar {
  margin-bottom: 0;
}
.navbar-header {
  float: none;
}
.logo2 {
  float: right;
  margin: 5px 0 0
}
.top-contact {
  float: right;
  text-align: right;
  color: #27120d;
  font-size: 18px;
  font-family: Times, "Times New Roman", "serif";
  border-right: 3px solid #b2aba4;
  font-weight: bold;
  line-height: 21px;
  padding: 3px 10px 3px 0;
  margin: 30px 50px 10px 0;
  position: relative;
}
.top-contact a {
  color: #27120d;
}
.top-contact a:hover {
  color: #27120d;
}
.top-contact:after {
  content: '';
  position: absolute;
  background: url(../images/puppets-01.png);
  width: 85px;
  height: 110px;
  top: -30px;
  left: -110px;
}
section {
  padding: 60px 0;
}
p {
  font-size: 18px;
}
.shoot-wrapper {
  background: #b8e1f1 url(../images/pattern-background.png) repeat center center;
  text-align: center;
  padding: 60px 0 0
}
.shoot-wrapper .title {
  font-family: 'Tangerine', cursive;
  color: #32180b;
  font-size: 70px;
  line-height: 70px;
}
.shoot-wrapper p {
  color: #9f2c12;
  max-width: 900px;
  margin: 0 auto 15px;
}
.shoot-wrapper p strong {
  color: #32180b;
  font-family: Times, "Times New Roman", "serif";
  font-size: 22px;
}
.shoot-wrapper img {
  max-width: 1000px;
  margin-top: 15px;
  width: 100%;
}
footer {
  background: #1c5569 url(../images/footer-bg.jpg) repeat center center;
  padding: 50px 0 0
}
.footer-contact {}
.footer-contact .title {
  font-size: 36px;
  color: #e0c7a2;
  font-family: 'durrowregular';
  font-weight: bold;
  letter-spacing: 2px;
}
.footer-contact .sub-title {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 18px;
  color: #fff;
}
.footer-contact p {
  color: #aba8a5;
  font-size: 16px;
}
.footer-contact p strong {
  color: #fff;
}
.footer-contact p a {
  color: #aba8a5;
}
.footer-contact p a:hover {
  color: #fff;
}
.main-footer {
  border-top: 1px solid #e4caa5;
  padding: 25px 0 80px;
  margin-top: 20px;
  position: relative;
}
.main-footer p {
  font-size: 12px;
  color: #fff;
  opacity: .7;
  margin: 15px 0 0px;
  position: relative;
  z-index: 999;
  text-align: justify;
}
.copy {
  float: left;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: #fff;
}
.ifw {
  float: right;
}
.main-footer{
  background: url(../images/jodhpur-faded2.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.footer-img {
  background: url(../images/jodhpur-faded2.png) no-repeat;
  width: calc(100%/1);
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;


  /* background: url(../images/jodhpur-faded2.png) no-repeat;
  width: 303px;
  height: 135px;
  position: absolute;
  bottom: 0;
  left: 350px; */
}
.f-social {
  max-width: 195px;
  margin: 0 auto;
}
.f-social a {
  color: #ddc7aa;
  background: rgba(0, 0, 0, .5);
  width: 75px;
  height: 75px;
  font-size: 40px;
  display: inline-block;
  margin: 0 8px 16px;
  text-align: center;
}
.f-social i {
  line-height: 75px;
}
.f-social a:hover {
  background: #000;
}
.inner-main-container {
  background: url(../images/main-container-bottom.png) no-repeat center bottom, url(../images/main-pattern.png) repeat center top;
  position: relative;
  padding: 30px 0 60px;
  color: #fff;
}
.inner-main-container a {
  color: rgba(255, 255, 255, .6);
}
.inner-main-container a {
  color: #fff;
}
.inner-main-container:after {
  content: '';
  background: url(../images/mian-container-line.png) repeat;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99
}
.inner-main-container h2 {
  font-size: 32px;
  color: #e4caa5;
  font-family: Times, "Times New Roman", "serif";
  margin-top: 20px;
}
.inner-main-container h3 {
  font-size: 40px;
  color: #e4caa5;
  font-family: Times, "Times New Roman", "serif";
  margin-top: 20px;
}
.inner-main-container h4 {
  font-size: 22px;
  color: #e4caa5;
  font-family: Times, "Times New Roman", "serif";
  margin-top: 35px;
  margin-bottom: 5px;
}
.large-text-25 {
  font-size: 22px;
  font-weight: 300;
}
p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.Welcome-wrapper {
  background: url(../images/main-pattern.png) repeat center top;
  position: relative;
  padding: 60px 0
}
.Welcome-wrapper:after {
  content: '';
  background: url(../images/mian-container-line.png) repeat;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99
}
.welcome-box {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin: 30px auto 0;
}
.welcome-box .title {}
.welcome-box .text1 {
  font-family: 'Tangerine', cursive;
  color: #e4caa5;
  font-size: 50px;
  line-height: 40px;
}
.welcome-box .main-title {
  font-family: 'durrowregular';
  font-size: 45px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.welcome-box .sub-title {
  font-family: Times, "Times New Roman", "serif";
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.read-more {
  color: #d9bc99;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Times, "Times New Roman", "serif";
  position: relative;
  margin-top: 15px;
  display: inline-block;
}
.read-more:after {
  content: '';
  background: url(../images/read-more-bg.png) no-repeat center top;
  position: absolute;
  width: 67px;
  height: 14px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.read-more:hover {
  color: #fff;
}
.read-more2 {
  color: #2f1609;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Times, "Times New Roman", "serif";
  position: relative;
  margin-top: 15px;
  display: inline-block;
}
.read-more2:after {
  content: '';
  background: url(../images/read-more-bg2.png) no-repeat center top;
  position: absolute;
  width: 67px;
  height: 14px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.read-more2:hover {
  color: #000;
}
.locations-wrapper {
  background: url(../images/main-pattern.png) repeat center center;
  position: relative;
  padding: 60px 0
}
.f-our-projects {
  background: url(../images/main-container-bottom.png) no-repeat center bottom, url(../images/main-bg.jpg) repeat center center;
  position: relative;
  padding: 60px 0 80px
}
.f-our-projects:after {
  content: '';
  background: url(../images/half-circle-pattern-1.png) no-repeat right top;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 99;
  width: 98px;
  height: 213px;
}
.f-our-projects:before {
  content: '';
  background: url(../images/circle-pattern.png) no-repeat left bottom;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
  width: 232px;
  height: 280px;
}
.services-wrapper {
  z-index:998;
  background: #000;
  background: url(../images/services-bg.jpg) repeat center center;
  position: relative;
  text-align: center;
}
.services-wrapper:after {
  content: '';
  background: url(../images/services.jpg) no-repeat center top;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50%;
  z-index: 999;
  height: 100%;
}
.services-box {
  margin-right: 70px;
}
.main-title-2-custom {
  font-family: 'Tangerine', cursive, Times, "Times New Roman", "serif";
  color: #32180b;
  font-size: 70px;
  line-height: 70px;
}

.main-title-2 {
  font-size: 38px;
  color: #2f1609;
  font-family: Times, "Times New Roman", "serif";
  margin: 0px 0px 5px;
  padding: 0;
}
.sub-title-2 {
  font-size: 16px;
  color: #2f1609;
  max-width: 380px;
  margin: 0 auto;
  line-height: 1.2;
}
.main-title-3 {
  font-size: 38px;
  color: #e4caa5;
  font-family: Times, "Times New Roman", "serif";
  margin: 0px 0px 5px;
  padding: 0;
  text-align: center;
}
.sub-title-3 {
  font-size: 16px;
  color: #fff;
  max-width: 380px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}
.sub-title-3 a {
  color: #fff;
  opacity: .8;
  border-bottom: 1px dotted #fff;
}
.front-services-list {
  list-style: none;
  margin-top: 25px;
  border-left: 2px solid #2f1609;
  border-right: 2px solid #2f1609;
}
.front-services-list > :first-child {
  border-top: 2px solid #2f1609;
}
.front-services-list li {
  border-bottom: 2px solid #2f1609;
  font-family: Times, "Times New Roman", "serif";
  font-size: 20px;
  background:-webkit-linear-gradient(-179deg, #2bc0f9, #cbe3ec);
  background:-moz-linear-gradient(-179deg, #2bc0f9, #cbe3ec);
  background:-ms-linear-gradient(-179deg, #2bc0f9, #cbe3ec);
  background:-o-linear-gradient(-179deg, #2bc0f9, #cbe3ec);
  background:linear-gradient(-179deg, #2bc0f9, #cbe3ec);
  color: #2f1609;
  padding: 15px 10px;
  margin: 14px 0;
  text-transform: uppercase;
  position: relative;
}
.front-services-list li:after {
  content: '';
  background: url(../images/services-icon.png) no-repeat center center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.front-services-list li:before {
  content: '';
  background: url(../images/services-icon.png) no-repeat center center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.front-services-list li {}
.f-call-wrapper {}
.f-call-wrapper .title {
  background: url(../images/call-us.png) no-repeat;
  width: 40px;
  height: 131px;
  float: left;
}
.f-call-wrapper .title span {
  display: none;
}
.f-call-wrapper ul {
  font-size: 20px;
  font-weight: 900;
  list-style: none;
  color: #aba6a4;
  border: 1px solid #7d6f5d;
  margin-left: 40px;
  text-align: center;
}
.f-call-wrapper ul > :last-child {
  border-bottom: none
}
.f-call-wrapper li {
  border-bottom: 1px solid #7d6f5d;
  padding: 10px 10px;
}
#mainslider {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 100%
}
#mainslider .owl-nav {
  font-size: 40px;
}
#mainslider .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0px 2px 0px rgba(250, 250, 250, 1);
}
#mainslider .owl-prev {
  left: 20px;
}
#mainslider .owl-next {
  right: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: none;
  border: none;
}
.navbar-default {
  background: none;
  border-radius: 0;
  border: none;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.nav-wrapper .navbar-nav > li > a {
  border-bottom: 3px solid transparent;
  color: #e4caa5;
  font-size: 18px;
  font-family: Times, "Times New Roman", "serif";
  background: transparent;
}
.nav-wrapper .navbar-nav > li > a:focus, .nav-wrapper .navbar-nav > li > a:hover {
  border-color: #fff;
  background: transparent;
}
.navbar-default .navbar-nav > .open > a, .nav-wrapper .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
}
.navbar-nav {
  margin-right: 0px;
  float: none;
  text-align: center;
}
.navbar-nav > li > .dropdown-menu {
  background: #3c5ab3;
  color: #e4caa5;
}
.dropdown-menu > li > a {
  padding: 10px 12px;
  color: #e4caa5 !important;
  border-bottom: 1px solid #d9c1a2;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #111 !important;
}
.navbar-nav > li > .dropdown-menu {
  padding: 0
}
.navbar-default .navbar-toggle {
  border-color: #fff
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #000;
}
.navbar-nav > li > a {}
.inner-main-title-wrapper {
  background: #210707 url(../images/title-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0 0;
  margin: 0
}
.inner-main-title {
  padding: 0;
  margin: 30px 0 15px;
  color: #fff;
  font-size: 45px;
  font-family: Times, "Times New Roman", "serif";
}
.project-gallery {}
.project-gallery ul {
  list-style: none;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.project-gallery li {
  display: inline-block;
  width: 33.3%;
}
.project-gallery .inner {
  margin: 15px;
  background:-webkit-linear-gradient(-46deg, white, #f5f5f5);
  background:-moz-linear-gradient(-46deg, white, #f5f5f5);
  background:-ms-linear-gradient(-46deg, white, #f5f5f5);
  background:-o-linear-gradient(-46deg, white, #f5f5f5);
  background:linear-gradient(-46deg, white, #f5f5f5);
}
.project-gallery .img {
  border: 5px solid rgba(218, 202, 175, .2);
  position: relative;
  overflow: hidden;
  outline: 1px solid rgba(0, 0, 0, .5)
}
.project-gallery .img img {
  width: 100%;
}
.project-gallery .title-bar {
  background: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-gallery .title {
  font-size: 22px;
  font-family: Times, "Times New Roman", "serif";
  color: #fff;
  float: left;
  padding-left: 15px;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /*padding-right: 110px;*/
}
.revirebtn {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f3e0c1;
  border: none;
  box-shadow: 5px 4px 0 #3c1708;
}
.project-gallery .date {
  font-size: 14px;
  background: rgba(0, 0, 0, .8);
  color: #e4caa5;
  width: 110px;
  float: right;
  text-align: right;
  padding: 5px 15px;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 7px;
}
.project-gallery .date span {
  font-size: 18px;
  display: block;
}
.project-gallery .text-wrapper {
  font-family: Times, "Times New Roman", "serif";
  position: absolute;
  background: rgba(218, 202, 175, .8);
  top: -50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #252525;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.project-gallery .i-text {
  font-size: 18px;
  top: -50%;
  position: relative;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  opacity: 0;
  left: 50%;
  display: block;
}
.project-gallery .i-text p {
  margin-bottom: 5px;
  color: #252525;
}
.project-gallery .i-text a {
  color: #252525;
  text-decoration: none;
  border-bottom: 1px dashed #252525
}
.project-gallery .img:hover .text-wrapper {
  opacity: 1;
  top: 0;
  height: calc(100% - 50px);
}
.project-gallery .img:hover .i-text {
  opacity: 1;
  top: 50%;
}
.project-list {}
.project-list ul {
  list-style: none
}
.project-list ul > :last-child {
  border-bottom: none;
  padding-bottom: 0
}
.project-list li {
  border-bottom: 1px solid rgba(228, 202, 165, .2);
  padding: 15px 0;
  display: inline-block;
  width: 100%
}
.project-list .date {
  font-size: 14px;
  background: rgba(0, 0, 0, .6);
  color: #e4caa5;
  width: 100px;
  text-align: center;
  padding: 15px 0;
  line-height: 1.2;
  float: left;
  border-radius: 4px;
  text-transform: uppercase;
  display: none;
}
.project-list .date span {
  font-size: 18px;
  display: block;
}
.project-list .date i {
  margin-bottom: 6px;
  display: none;
}
.project-list .text {
  padding-left: 10px;
  border-left: 6px solid rgba(0, 0, 0, .6);
}
.project-list .title {
  font-size: 22px;
  color: #e4caa5;
  color: #fff;
  font-family: Times, "Times New Roman", "serif";
}
.project-list p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  opacity: .7;
}
.project-gallery.gallery-category .i-text i {
  font-size: 28px;
  border: 1px solid #252525;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
}
.project-gallery.gallery-category .title {
  font-size: 20px;
  text-align: center;
  float: none;
  padding: 0 15px
}
.project-gallery.g-sub-category li {
  width: 25%;
}
.project-gallery.g-sub-category .title {
  font-size: 18px;
  text-align: center;
  float: none;
  padding: 0 15px
}
.project-gallery.g-sub-category .i-text i {
  font-size: 20px;
  border: 1px solid #252525;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}
.project-gallery.main-gallery li {
  width: 25%;
}
.project-gallery.main-gallery .i-text i {
  font-size: 20px;
  border: 1px solid #252525;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}
.project-gallery.main-gallery .img:hover .text-wrapper {
  height: 100%;
}
.project-gallery.client-gallery li {
  width: 25%;
}
.project-gallery.client-gallery .text-wrapper {
  background: rgba(218, 202, 175, .95);
}
.project-gallery.client-gallery .i-text {
  font-size: 15px
}
.project-gallery.client-gallery .img:hover .text-wrapper {
  height: 100%;
}
.back-btn {
  color: #fff;
  font-size: 14px;
  float: right;
  border: 1px solid #d2d2d2;
  padding: 5px 10px;
  font-weight: 600;
  margin-top: 12px;
  border-radius: 4px;
}
.back-btn:hover {
  background: #e4caa5;
  color: #252525;
  border-color: #e4caa5;
}
#locations-id {
  margin-top: 25px;
}
#locations-id .img {
  position: relative;
  border: 5px solid rgba(218, 202, 175, .2);
  outline: 1px solid rgba(0, 0, 0, .5);
}
#locations-id .img img {
  width: 100%;
}
#locations-id .title {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  z-index: 999;
  bottom: 8px;
  right: 0;
  padding: 3px 12px;
}
#projects-id {}
project-gallery {}
.project-gallery ul {
  list-style: none;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#projects-id {
  width: 100%;
  margin-top: 25px;
} /*{display: inline-block; margin-top: 25px;*/
#projects-id .inner {
  margin: 15px;
}
#projects-id .img {
  border: 5px solid rgba(218, 202, 175, .2);
  outline: 1px solid rgba(0, 0, 0, .5);
  position: relative;
  overflow: hidden;
}
#projects-id .img img {
  width: 100%;
}
#projects-id .title-bar {
  background: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#projects-id .title {
  font-size: 25px;
  font-family: Times, "Times New Roman", "serif";
  color: #fff;
  float: left;
  padding-left: 15px;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
}
#projects-id .date {
  font-size: 14px;
  background: rgba(0, 0, 0, .8);
  color: #e4caa5;
  width: 110px;
  float: right;
  text-align: right;
  padding: 5px 15px;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding-top: 7px;
  display: none
}
#projects-id .date span {
  font-size: 18px;
  display: block;
}
#projects-id .text-wrapper {
  font-family: Times, "Times New Roman", "serif";
  position: absolute;
  background: rgba(218, 202, 175, .8);
  top: -50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #252525;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#projects-id .i-text {
  font-size: 22px;
  top: -50%;
  position: relative;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  opacity: 0;
  left: 50%;
  display: block;
  max-width: 350px;
}
#projects-id .img:hover .text-wrapper {
  opacity: 1;
  top: 0;
  height: calc(100% - 50px);
}
#projects-id .img:hover .i-text {
  opacity: 1;
  top: 50%;
}
#clients-id {
  margin-top: 25px;
}
.owl-nav {
  display: none;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-controls .owl-dot {
  background: rgba(0, 0, 0, .6);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}
.owl-controls .owl-dot.active {
  background: #d9bc99;
}
.contact-title {
  font-family: 'durrowregular';
  font-size: 38px;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 40px;
  color: #e0c7a2;
}
.contact-sub-title {
  font-family: Times, "Times New Roman", "serif";
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.map {
  border: 1px solid #252525;
  background: #FBF5EE;
  height: 620px;
}
.social {}
.social a {
  color: #ddc7aa;
  background: rgba(0, 0, 0, .5);
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: inline-block;
  margin: 0 8px 16px 0;
  text-align: center;
}
.social i {
  line-height: 50px;
}
.social a:hover {
  background: #000;
}
.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}
.fb-wrapper {
  background: rgba(0, 0, 0, .5);
  display: inline-block;
  width: 100%;
}
.fb-wrapper .img {
  width: 200px;
  border: 2px solid #32180b;
  border-radius: 50%;
  overflow: hidden;
  height: 200px;
  margin: 0 auto;
}
.fb-wrapper .img img {}
.fb-wrapper .text {
  background: url(../images/pattern-background.png) repeat center center;
  padding: 15px;
}
.fb-wrapper .text2 {
  padding: 15px;
  text-align: center;
}
.fb-wrapper .title {
  font-family: 'Tangerine', cursive;
  color: #e0c7a2;
  font-size: 50px;
  line-height: 50px;
}
.fb-wrapper .line {
  background: #e0c7a2;
  width: 50px;
  height: 1px;
  margin: 10px auto;
}
.fb-wrapper .mob {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}
.fb-social {}
.fb-social a {
  color: #32180b;
  background: #ddc7aa;
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: inline-block;
  margin: 0 8px 15px;
  text-align: center;
  border-radius: 50%
}
.fb-social i {
  line-height: 50px;
}
.fb-social a:hover {
  background: #fff;
  color: #32180b;
}
.blt1 {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 16px;
}
.blt1 li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 20px;
}
.blt1 li:before {
  font: normal 14px/1 FontAwesome;
  content: "::";
  color: #ddc7aa;
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: 600;
}
.blt1 ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}
.blt1 ul li {
  padding-left: 20px;
  margin-bottom: 7px;
}
.blt2 {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 16px;
}

.blt2 li {
  margin-bottom: 7px;
  position: relative;
  background: #bd0001;
  display: inline-block;
  border: 1px solid #d8ab83;
  padding: 3px 10px;
  color: rgb(228, 202, 165);
  margin-right: 10px;
}
.blt2 ul {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}
.blt2 ul li {
  padding-left: 20px;
  margin-bottom: 7px;
}
hr {
  border-color: #e4caa5;
  margin-top: 30px;
  margin-bottom: 30px;
}
.our-team {
  background: rgba(0, 0, 0, .2);
  margin: 40px 0;
  display: table;
}
.our-team .text-wrapper {
  width: 360px;
  text-align: center;
  position: relative;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.our-team .text {}
.our-team .title {}
.our-team .text1 {
  font-family: 'Tangerine', cursive;
  color: #e4caa5;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.our-team .text2 {
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 10px;
}
.our-team p {
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.2;
}
.our-team .img {
  display: table-cell;
}
.our-team .img img {
  width: 100%;
}
.car-wrapper {
  background: rgba(0, 0, 0, .2);
  padding: 15px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.car-wrapper .img {
  width: 250px;
  float: left;
}
.car-wrapper .img img {
  width: 100%;
}
.car-wrapper .text-wrapper {
  padding-left: 270px;
}
.car-wrapper .title {
  font-size: 24px;
}
.car-wrapper p {
  font-size: 16px;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 10px;
}
.car-wrapper .title2 {
  color: #e4caa5;
  font-size: 18px;
  font-weight: 600px;
  margin-bottom: 5px;
}
.car-wrapper .blt2 {
  font-size: 14px;
}
.testi-wrapper {
  background: rgba(0, 0, 0, .2);
  padding: 15px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.testi-wrapper:nth-child(odd) {
  border-right: 4px solid #e4ca9b;
}
.testi-wrapper:nth-child(even) {
  border-left: 4px solid #e4ca9b;
}
.testi-wrapper .img {
  width: 130px;
  float: left;
}
.testi-wrapper .img img {
  width: 100%;
  border-radius: 50%;
}
.testi-wrapper .text-wrapper {
  padding-left: 150px;
}
.testi-wrapper .title {
  font-size: 24px;
}
.testi-wrapper p {
  font-size: 16px;
  color: rgba(255, 255, 255, .74);
  margin-bottom: 10px;
}
.testi-wrapper .title2 {
  color: #e4caa5;
  font-size: 18px;
  font-weight: 600px;
  margin-bottom: 5px;
  text-align: right;
}
.testi-wrapper .blt2 {
  font-size: 14px;
}
.f-client-box {
  margin-top: 25px;
}
.f-client-box ul {
  list-style: none;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.f-client-box li {
  width: 50%;
  display: inline-block;
}
.f-client-box .inner {
  margin: 0 15px 31px;
  border: 5px solid rgba(218, 202, 175, .2);
  outline: 1px solid rgba(0, 0, 0, .5);
}
.f-client-box .inner img {
  width: 100%;
}
.ser-scroller ul {
  left: 10px;
  right: 10px;
}
.ser-scroller li {}
.page-r-img {
  float: right;
  margin-left: 15px;
  width: 400px;
  border: 4px double #e4caa5
}
.v-counter {
  border: 1px solid #e0c7a2;
  float: right;
  margin-left: 40%;
  color: #fff;
  padding: 4px 10px;
  letter-spacing: 3px;
  z-index: 999;
  position: relative;
  background: #32170c;
}
.v-counter:after {
  content: 'Visitor Counter';
  letter-spacing: 0;
  position: absolute;
  left: -58px;
  font-size: 12px;
  width: 50px;
  line-height: 15px;
  text-align: right;
  top: 1px;
}
.audio-box {
  position: fixed;
  right: 37px;
  bottom: 78px;
  width: 38px;
  height: 38px;
  border: 3px solid #411d17;
  overflow: hidden;
  font-size: 0;
  z-index: 9999;
  border-radius: 50%;
}
-moz- audio {
  background: #cc3333;
  padding: 0;
  margin-left: -8px !important;
  margin-top: -4px !important;
}
-webkit- audio {
  background: #fff;
  margin-left: 0px !important;
  margin-top: 0px;
}
.fb-box {
  border: 8px solid rgba(218, 202, 175, .2);
  outline: 1px solid rgba(0, 0, 0, .5);
}
.page-btn {
  padding: 5px 10px;
  border: 1px solid #b38575;
}
.page-btn:hover {
  background: #b38575;
}
.page-btn2 {}
#audioplayer {
  display: none;
}
.looking-for .modal-content {
  border-radius: 0;
}
.looking-for .modal-header {
  background: #e4caa5;
  color: #170c07;
  border-bottom: 1px solid #170c07
}
.looking-for h4 {
  font-family: Times, "Times New Roman", "serif";
  font-size: 22px;
}
.looking-for .btn-default {
  background: #170c07;
  border: none;
  color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
}
.looking-for .form-control {
  background: #fff;
  border-color: rgba(23, 12, 7, .3);
  border-radius: 0;
}
.looking-for .btn-default:hover, .looking-for .btn-default:focus {
  background: #000;
  color: #e4caa5;
}
.testiform h3 {
  margin: 20px 0;
}
.testiform form {
  background: rgba(0, 0, 0, .2);
  padding: 15px;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.testiform form label {
  font-weight: normal;
  color: #e4caa5;
}
.testiform .form-control:focus {
  box-shadow: none;
}
.testiform .form-control {
  outline: none;
  background: rgba(0, 0, 0, 0.30);
  border-radius: 0;
  border: 1px solid #e4caa5;
  color: #FFF;
}
.testiform .btn-default {
  text-transform: uppercase;
  font-weight: 600;
}
.testiform #loader {
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: 8px;
  right: -10px;
}
#affix1 {
  z-index: 999;
  position: relative;
}
#affix .box span {
  display: block;
}
#affix1 .box {
  display: block;
}
#affix1 .box.last a {
  line-height: 45px;
}
#affix1 .box strong {
  font-weight: 600;
}
#affix1 .box a:hover {
  background-color: #24a792;
  color: #fff;
}
.qlinkbox {
  word-wrap: break-word;
  width: 40px;
  text-align: center;
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  background: #1d0c06;
  padding: 17px 17px 17px 17px;
  line-height: 1.2;
  border-radius: 12px 0 0 12px;
  transition: all ease-in-out .3s;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 99;
}
.qlinkbox a {
  color: #FFF;
  outline: none;
  text-decoration: none;
  display: block;
  width: 12px;
}
.qlinkbox:hover {
  background: #933A1C;
  color: #FFF;
}
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.myslidearrow{
  margin-top:250px;
}
.safa{
  display: block;
  margin:80px auto;
}
.strip{
  display:block;
  margin:0;
  background:url('../images/strip.jpg') repeat-x;
  background-size:contain;
  background-position:center;
  height: 80px;
}
.about-team h4,h6,p,img{
  text-align:center;
  margin:0 auto;
}

@media screen and (max-width:1200px) {
  .f-call-wrapper .title {
    display: none;
  }
  .f-call-wrapper ul {
    margin-left: 0
  }
  .project-gallery.client-gallery li {
    width: 20%;
  }
  .project-gallery.main-gallery li {
    width: 33.3%;
  }
  .project-gallery.g-sub-category li {
    width: 33.3%;
  }
}
@media screen and (max-width:1152px) {
  .top-contact:after {
    display: none;
  }
  .nav > li > a {
    padding: 10px 12px;
  }
  .f-call-wrapper ul {
    margin-left: 0
  }
  .project-gallery li {
    width: 50%;
  }
}
@media screen and (max-width:980px) {}
@media screen and (max-width:991px) {
  .top-contact {
    display: none;
  }
  .fb-box {
    margin-top: 40px;
  }
  .services-wrapper:after {
    background-image: none
  }
  .services-box {
    margin-right: 0;
  }
  .welcome-box {
    max-width: 100%;
  }
  .main-title-3 {}
  .footer-contact {
    text-align: center;
  }
  .footer-contact .sub-title {
    margin-bottom: 20px;
  }
  .f-social {
    max-width: 100%;
    text-align: center;
  }
  .f-call-wrapper li {
    width: 33.3%;
    display: inline-block;
    font-size: 17px;
    border-bottom: none;
    border-right: 1px solid #7d6f5d;
  }
  .f-call-wrapper ul {
    font-size: 0;
  }
  .f-call-wrapper ul > :last-child {
    border-right: none;
  }
  .main-footer {
    padding: 25px 0 0;
    text-align: center;
  }
  .footer-img {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 50px auto 0;
  }
  .v-counter {
    float: none;
    margin-left: 0;
    display: inline-block;
    margin-top: 20px;
  }
  .our-team .text-wrapper {
    display: table;
    width: 100%;
    margin: 25px auto;
    max-width: 350px
  }
  .our-team .img {
    display: block;
  }
  .project-gallery.client-gallery li {
    width: 25%;
  }
  .copy {
    float: none;
    text-align: center;
  }
  .copy:hover{
    cursor:pointer;
    z-index:999;
  }
  .ifw {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .logo .icon {
    width: 90px;
  }
  .logo .text {
    padding-left: 100px;
  }
  .logo .text1 {
    width: 165px;
  }
  .logo .text1 img {
    width: 100%;
  }
  .logo .text2 {
    font-size: 15px;
  }
  .logo2 {
    width: 80px;
  }
  .logo2 img {
    width: 100%;
  }
  .f-call-wrapper li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #7d6f5d;
  }
  .navbar-default .navbar-toggle {
    background: #24376f;
    border-color: #24376f;
    position: absolute;
    right: 90px;
    top: 13px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    /* background: #582a03; */
    background: #efefef;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #582a03;
  }
  .navbar-default .navbar-toggle:focus .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background: #fff;
  }
  .logo .text1 {
    margin-top: 4px;
  }
  .f-our-projects .row .col-md-6:nth-child(2) {
    margin-top: 60px;
  }
  .f-client-box li {
    width: 25%;
  }
  .project-gallery.main-gallery li {
    width: 50%;
  }
  .project-gallery.g-sub-category li {
    width: 50%;
  }
  .page-r-img {
    float: none;
    margin-left: 0px;
  }
  .car-wrapper .img {
    float: none;
  }
  .car-wrapper .text-wrapper {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .f-social a {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .f-social i {
    line-height: 50px;
  }
  .f-client-box li {
    width: 50%;
  }
  .logo .text {
    padding-left: 0;
  }
  .logo .icon {
    float: none;
  }
  .logo2 {
    margin-top: 60px;
  }
  .navbar-default .navbar-toggle {
    right: 0px;
    top: 9px;
  }
  .footer-img {
    background-size: 100%;
    width: 260px;
    height: 116px;
  }
  .navbar-nav > li {
    display: block;
  }
  .project-gallery.client-gallery li {
    width: 33.3%;
  }
  .project-gallery li {
    width: 100%;
  }
  .project-gallery.main-gallery li {
    width: 100%;
  }
  .project-gallery.g-sub-category li {
    width: 100%;
  }
  .page-r-img {
    width: 100%;
  }
  .car-wrapper .img {
    width: 100%;
  }
  .strip{
    height:50px;
  }
}
@media screen and (max-width:320px) {
  .project-gallery.client-gallery li {
    width: 50%;
  }
}
@media screen and (max-width:240px) {}