@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
  box-sizing: border-box !important;
  font-family: 'Open Sans', sans-serif; }

::-webkit-scrollbar {
  width: 12px !important;
  height: 10px;
  background-color: #ffffff;
  border-top: 1px solid #090909; }

::-webkit-scrollbar-thumb {
  background-color: #976734;
  height: 5px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

h2 {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 50px;
  float: left;
  text-align: center;
  width: 100%; }
  h5 {
     font-family: 'Times', sans-serif;
     text-align: center;
     font-size: 250%;
     color: #E6472A;
     text-transform: uppercase;
     letter-spacing: 3px;
     padding: 3% 0;
  }
  h6{
     text-align: center;
    font-size: 100%;
  }

#projectsApp {
  width: 90%;
  float: left; 
  position: relative;
  left: 50px;
}

#logox
{
  width: 400px;
}

.projects {
  width: 23%;
  float: left;
  min-height: 50px;
  height: 50px;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin: 10px 1% 10px 1%;
  overflow: hidden;
  transition: all 0.5s ease, opacity 0.1s;
  -webkit-transition: all 0.5s ease, opacity 0.1s; }
  .projects.shrunk {
    pointer-events: none;
    height: 0px !important;
    overflow: hidden;
    width: 0px !important;
    padding: 0px;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease; }
  .projects.hidden {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease; }
  .projects .backArrow {
    display: none; }
  .projects.midTransition {
    width: 100% !important;
    min-height: 100% !important;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0px; }
  .projects.openedProject {
    width: 40px !important;
    height: 100% !important;
    min-height: 100%;
    position: fixed;
    margin: 0px;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 100; }
    .projects.openedProject .backArrow {
      display: block;
      position: absolute;
      float: left;
      font-size: 30pt;
      color: #fff;
      width: 100%;
      float: left;
      text-align: center;
      margin: 0px;
      top: 45%;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
    .projects.openedProject .info {
      background: rgba(55, 55, 55, 0.9) !important;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
    .projects.openedProject:hover .info {
      background: rgba(55, 55, 55, 0.7) !important; }
    .projects.openedProject:hover .backArrow {
      transform: scale(1.2); }
  .projects:nth-child(1), .projects:nth-child(2) {
    width: 48%; }
  .projects .beforeTitle {
    float: left;
    opacity: 1;
    background: #fff;
    padding: 10px 5px 10px 5px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: absolute;
    width: 90%;
    text-align: center;
    top: 45%;
    margin: 0px 5% 0px 5%; }
  .projects.openedProject .beforeTitle, .projects.openedProject h1, .projects.openedProject hr {
    display: none; }
  .projects.openedProject .info {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0px;
    border-radius: 000px;
    opacity: 1;
    background: rgba(1, 154, 109, 0.8); }
  .projects:hover .beforeTitle, .projects.midTransition .beforeTitle {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
  .projects:hover .info, .projects.midTransition .info {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0px;
    border-radius: 000px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8); }
    .projects:hover .info h1, .projects.midTransition .info h1 {
      opacity: 1;
      transform: translate(0%, 0);
      -webkit-transform: translate(0%, 0); }
    .projects:hover .info hr, .projects.midTransition .info hr {
      width: 70%;
      margin: 0px 15% 0px 15%;
      left: 0px;
      opacity: 1; }
  .projects .info {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    float: left;
    opacity: 0;
    position: absolute;
    background: rgba(1, 154, 109, 0);
    overflow: hidden;
    transition: all 0.2s ease, opacity 0.1s;
    -webkit-transition: all 0.2s ease, opacity 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s; }
    .projects .info .fadeTitle {
      float: left;
      width: 100%;
      color: #fff;
      font-weight: 100;
      text-transform: uppercase;
      font-size: 12pt;
      text-align: center;
      letter-spacing: 5px;
      position: absolute;
      margin: 0px;
      opacity: 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      padding: 0px 10px 5px 10px;
      top: 45%;
      transform: translate(0%, -25px);
      -webkit-transform: translate(0%, -25px);
      transition-delay: 0.4s;
      -webkit-transition-delay: 0.4s; }
    .projects .info hr {
      outline: none;
      height: 3px;
      border: 0px;
      float: left;
      background-color: #fff;
      width: 2px;
      left: 50%;
      margin-left: -1px;
      opacity: 0;
      position: absolute;
      top: 53%;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition-delay: 0.5s;
      -webkit-transition-delay: 0.5s; }

.selectedArea {
  width: 100%;
  min-height: 00%;
  max-height: 0px;
  float: left;
  background: #fff;
  position: absolute;
  z-index: 10;
  padding: 0px 0px 0px 40px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.0s ease;
  -webkit-transition: all 0.0s ease; }
  .selectedArea.opened {
    opacity: 1;
    pointer-events: all;
    min-height: 100%;
    max-height: 100000%; }
    .selectedArea.opened .copyArea.fadeIn, .selectedArea.opened h1 span, .selectedArea.opened h1 {
      opacity: 1;
      -webkit-transform: translate(0px, 0%);
      transform: translate(0px, 0%); }
  .selectedArea:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 10%, white 90%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.6) 10%, white 90%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rrgba(255, 255, 255, 0.6) 10%, white 90%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, white 90%);
    /* Standard syntax */
    top: 0;
    left: 0;
    z-index: -1; }
  .selectedArea h1 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 180px 5px 80px 5px;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 28pt;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 5px;
    color: #1a1a1a;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
    .selectedArea h1 span {
      background: #fff;
      padding: 10px 80px 10px 80px;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate(0%, -100%);
      transform: translate(0%, -100%);
      transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease; }
  .selectedArea .copyArea.fadeIn {
    width: 100%;
    float: left;
    position: relative;
    left: 35%;
    margin-left: -450px;
    padding: 10px 25px 10px 25px;
    margin-top: 15px;
    margin-bottom: 85px;
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s; }
    .selectedArea .copyArea.fadeIn p {
      float: left;
      width: 100%;
      font-size: 12pt;
      line-height: 24pt;
      letter-spacing: 1px;
      font-weight: 100;
      color: #2a2a2a; }

.noTransition {
  transition: all 0.0s ease !important;
  -webkit-transition: all 0.0s ease !important;
  transition-delay: 0.0s !important;
  -webkit-transition-delay: 0.0s !important; }

/*Start of Atkinsons Content Switch Effects*/
.wrapper {
  display: table;
  height: 100%; width: 100%;
}
.stage {
  display: table-cell;
  vertical-align: middle;
}

.tabled, .middled {
  text-align: center;
  margin: 0 auto;
}
.thick { font-weight: 900; }
.link-7 a {
  font-family: 'Times', sans-serif;
  text-transform: uppercase;
  font-size: 250%;
  text-decoration: none;
  position: relative;
  display: block;
  color: #E6472A;
}

.content2 h1 {
  font-family: 'Times', sans-serif;
  text-align: center;
  font-size: 250%;
  color: #E6472A;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3% 0;
}
[class^="link-"] {
  display: inline-block;
  margin: 2em
}

.content2 {
  margin: auto 0;
  border: 10px solid transparent;
  padding: 15px;
  -webkit-border-image: url('https://image.ibb.co/f7kxxz/border.png') 30 stretch; /* Safari 3.1-5 */
  -o-border-image: url('https://image.ibb.co/f7kxxz/border.png') 30 stretch; /* Opera 11-12.1 */
  border-image: url('https://image.ibb.co/f7kxxz/border.png') 30 stretch;
}
.content2 p{
  margin: 0 auto;
  width: 75%;
  text-align: center;
}
/* linkseven */
.link-7 a:before {
  content: '';
  border-bottom: solid 1px #d9534f;
  position: absolute;
  bottom: 0; left: 30%;
  width: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); 
}

.link-7 a:hover:before {
  border-bottom: solid thin #d9534f;
  width: 40%;
  -webkit-animation: heartbeat-x 1.7s infinite ease-in;
          animation: heartbeat-x 1.7s infinite ease-in;
}

.link-7 a:hover {
  -webkit-animation: heartbeat 1.7s infinite ease-in;
          animation: heartbeat 1.7s infinite ease-in;
}

@-webkit-keyframes heartbeat {
  0% { -webkit-transform: scale(1); }
  10% { -webkit-transform: scale(1.1); }
  20% { -webkit-transform: scale(1); }
  30% { -webkit-transform: scale(1.1); }
  40% { -webkit-transform: scale(1); }
}

@-webkit-keyframes heartbeat-x {
  0% { -webkit-transform: scaleX(0); }
  10% { -webkit-transform: scaleX(1); }
  20% { -webkit-transform: scaleX(0); }
  30% { -webkit-transform: scaleX(1); }
  40% { -webkit-transform: scaleX(0); }
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  10% { transform: scale(1.1); }
  20% { transform: scale(1); }
  30% { transform: scale(1.1); }
  40% { transform: scale(1); }
}

@keyframes heartbeat-x {
  0% { transform: scaleX(0); }
  10% { transform: scaleX(1); }
  20% { transform: scaleX(0); }
  30% { transform: scaleX(1); }
  40% { transform: scaleX(0); }
}
.left-col-atkins {
  width: 50%;
  float: left;
  margin: 4% 0 4% 4%;
}
.sidebar-atkins {
  width: 35%;
  float: right;
  margin: 4% 4%;
  padding-top: 10%;
}


/*End of Atkinsons Content Switch Effects*/

@media screen and (max-width: 920px) {
  .projects {
    width: 48%; }
    .projects hr {
      top: 60% !important; }
    .projects:nth-child(1), .projects:nth-child(2) {
      width: 48%; }
      .projects:nth-child(1) hr, .projects:nth-child(2) hr {
        top: 53% !important; }

  .selectedArea .copyArea.fadeIn {
    width: 100%;
    margin-left: 0%;
    left: 0%; }
  .selectedArea h1 {
    font-size: 20pt; }
    .selectedArea h1 span {
      padding: 10px 25px 10px 25px; } }
@media screen and (max-width: 620px) {
  .projects {
    width: 98% !important; }
    .projects hr {
      top: 55% !important; }
    .projects:nth-child(1), .projects:nth-child(2) {
      width: 48%; }
      .projects:nth-child(1) hr, .projects:nth-child(2) hr {
        top: 55% !important; } }
/*End of brandStyles.css */
/*Start of styles.css */
/*---Body Font--*/
@import url(https://fonts.googleapis.com/css?family=Hindi);
/*---Heading Font--*/
@import url(https://fonts.googleapis.com/css?family=Nobile);
/*---For dropdown symbol--*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*for image hover effects*/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
/*For atkinsons brand style*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,900);
* {
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  font-family: 'Hindi', sans-serif;
  font-size: 18px;
  position: relative;
}

h1 {
  font-family: 'Nobile', sans-serif;
  text-align: center;
  font-size: 175%;
  color: #966b3a;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3% 0;
}
h2 {
  font-family: 'Nobile', sans-serif;
  text-align: center;
  font-size: 175%;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 3% 0;
}

h3 {
  font-family: 'Nobile', sans-serif;
  text-align: center;
  color: #966b3a;
  text-transform: uppercase;
  margin-left: 30px;
}
h4 {
  font-family: 'Nobile', sans-serif;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: #966b3a;
  width: 100%;
  padding: 10px;
  letter-spacing: 15px;
  font-size: 18px;
  /*margin-bottom: 10px;*/
  margin: 10px 0;

}

p {
  padding: 2%;
  color: #4A4444;
  text-align: justify;
}

img {
  max-width: 100%;
  max-height: auto;
}
#banner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

#banner-wrapper h4 {
  font-size: 30px;
    color: white;
  text-shadow: #000 0 -1px 0,
               #000 1px -1px 1px,
               #000 2px 1px 0,
               #000 0 -1px 2px,
               #000 1px 1px 1px,
               #000 1px 1px 4px;
}

/*---Start Image Slider Style--*/
.slider {
  width: 100%;
}
.slider1 img {
  min-width: 100%;
}
.slider .bx-wrapper .bx-controls-direction a {
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 40%;
  height: 71px;
  width: 40px;
  z-index: -1;
  transition: all 0.7s;
}
.slider .bx-wrapper:hover .bx-controls-direction a{
  z-index: 5;
}
.slider .bx-wrapper .bx-prev {
  background: #000 url("img/left-arrow-white.png") no-repeat 8px 13px;
  left: 0;
  opacity: 0.3;
}
.slider .bx-wrapper .bx-prev:hover {
  opacity: 0.6;
}
.slider .bx-wrapper .bx-next {
  background: #000 url("img/right-arrow-white.png") no-repeat 10px 12px;
  right: 0px;
  opacity: 0.3;
}
.slider .bx-wrapper .bx-next:hover {
  opacity: 0.6;
}
/*---End Image Slider Style--*/

.one-half {
  width: 44%;
  float: left;
  margin: 2% 0 3% 4%;
  text-align: center;
}
.one-third {
  width: 28%;
  float: left;
  margin: 2% 0 3% 4%;
  text-align: center;
}
.one-fourth {
  width: 21%;
  float: left;
  margin: 2% 0 3% 4%;
  text-align: center;
}
.left-col {
  width: 40%;
  float: left;
  margin: 4% 0 4% 4%;
}
.contactForm {
  width: 40%;
  float: left;
  margin: 4% 0 4% 4%;
}
.sidebar {
  width: 45%;
  float: right;
  margin: 4% 4%;
}
.clearfix {
  clear: both;
}
.comQual {
  width: 90%;
  float: left;
  margin: -2% 0 3% 4%;
  text-align: center;

}
/*---Start Parallax Section--*/
.parallax-1 {
  /*background: url("images/woodBG.png") repeat fixed 100%;*/
  background: url("../Images/woodBG2.png") repeat fixed 100%;
  text-align: center;
  height: 540px;
} 
.parallax-inner {
  padding-top: 90px;
  padding-bottom: 300px;
}
.parallax-2 {
  background: url("https://www.w3newbie.com/wp-content/uploads/black-pattern.jpg") repeat fixed 100%;
  text-align: center;
} 
.parallax-inner h3, .parallax-inner p{
  color: #F1F1F1;
}
/*---End Parallax Section--*/

/*Start of Swiper Image*/
.swiper-container
{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 130px;
}
.swiper-slide
{
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  background: #fff;
}
/*End of Swiper Image*/

/*Start of Image Hover Effect*/
.center
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgBox
{
  position: relative;
  width: 300px;
  height: 300px;
  background-size: cover;
  border: 2px solid #fff;
  overflow: hidden;
}
.imgBox img
{
  width: 100%;
  transition: .5s;
}
.container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: .5s;
}
.container:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: translateX(-100) scale(1) skew(-45deg);
  transition: .5s;
}
.content
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 50px;
  text-align: center;
}
.content h1
{
  padding: 0;
  color: #000;
  margin-bottom: 20px;
  font-size: 1.5em;
  transform: translateY(-100%) scale(0);
  transition: .5s;
}
.content p
{
  padding: 0;
  color: #000;
  font-size: 1em;
  transform: scale(2);
  transition: .5s;
  opacity: 0;


}
.imgBox:hover .content h1
{
  transform: translateY(0) scale(1);
}
.imgBox:hover .content p
{
  transform: scale(1);
  opacity: 1;
}
.imgBox:hover img
{
  transform: scale(2) translateX(10px);
}
.imgBox:hover .container:before
{
  opacity: 1;
  background: rgb(150,107,58,.8);
  transform: translateX(0) scale(1) skew(-45deg);
}

/*End of Contact Form*/

/* Start of Customization Image Gallery Effects*/
.containerCusto
{
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.containerCusto .boxCusto
{
  position: relative;
  width: 300px;
  height: 300px;
  background: #966b3a;
  margin: 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid rosybrown;
}
.containerCusto .boxCusto .imgCustoBox
{
  position: relative;
  overflow: hidden;
}
.containerCusto .boxCusto .imgCustoBox img
{
  max-width: 100%;
  transition: transform 2s;
}
.containerCusto .boxCusto:hover .imgCustoBox img
{
  transform: scale(1.2);
}
.containerCusto .boxCusto .detailsCusto
{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,.8);
  transform: scaleY(0);
  transition: transform .5s;
}
.containerCusto .boxCusto:hover .detailsCusto
{
  transform: scaleY(1);
}
.containerCusto .boxCusto .detailsCusto .contentCusto
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  color: #fff;
}
.containerCusto .boxCusto .detailsCusto .contentCusto h1
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.containerCusto .boxCusto .detailsCusto .contentCusto p
{
  margin: 10px 0 0;
  padding: 0;
}
/* End of Customization Image Gallery Effects*/



/*---Start Media Queries--*/
@media screen and (max-width: 768px) {
  .slider .bx-wrapper .bx-controls {
    display: none;
  }
  .parallax-inner {
    /*display: none;*/
  }
  .one-third {
    width: 100%;
    margin: 4% 0;
  }
  .one-fourth {
    width: 100%;
    margin: 4% 0;
  }
  .one-half {
    /*display: none;*/
  }
  h1 {
    font-size: 125%;
  }
  .left-col {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .sidebar {
    width: 100%;
    margin: 0;
  }
  h3 {
    padding-top: 3%;
  }

  .swiper-container {
    width: 100%;
  }

  .imgBox {
    width: 100%;
  }

  iframe {
    width: 100%;
  }
  .contactForm {
    width: 85%;
  }
  .containerCusto {
    padding: 0;
  }
  .containerCusto .boxCusto {
    margin: 5px;
  }
  .content {
    width: 100%;

}



#ourbrands
{
  margin-top: 50px;
}
</style>
