
.about {
    padding: 10px;
    background-color: #fff;
    padding: 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059), 0 8.2px 8.9px -30px rgba(0,0,0,.071), 0 25px 40px -30px rgba(0,0,0,.2);
    text-align: center;
    margin-bottom: 90px;
}

.about:hover {
    transform: scale(1.05);
}

.about h2{
    color:#e00b0b;
    margin-bottom: 25px;
    font-size: 24px;
}
.about-logo img{
    width: 100%;
}



.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {
    width: 50%;
}

.service-box {
 margin-bottom: 30px;
 cursor: pointer;
 padding: 25px;
 border-radius: 10px;
   
 background-color: #fff;
 color: #444444;
}

.service-box:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.service-box .icon {
        border-radius: 50%;
        display: block;
        width: 80px;
        height: 80px;
        background: #e00b0b;
        margin: 0px 25px 10px 0px;
        line-height: 75px;
        font-size: 50px;
        color: #fff;
        text-align: center;
        margin: 0 auto;
}


.service-box  h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 10px 0px;
  text-align: center;
  font-weight: 700;
  color:#e00b0b;
}

.service-box  .service-text {
    text-align: center;
    margin-left: 0;
}

.section-021 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    border-top: 1px solid #ebebeb;
}

#footer {
    padding-bottom: 0px;
}

 .socials-list li {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    margin-top: 8px;
}

.section-021 p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 14px;
}

.socials-list a{
    color: #606060;
}

.socials-list a:hover {
    color: #e00b0b;
}

.bg-banner{
    padding: 80px 0;
    background-position: top center ;
    background-size: cover;
    background-attachment: fixed;
   position: relative;
}

/* .bg-banner::before{
    content: '';
    position: absolute;
    background-color: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
} */

.mb0{
    margin-bottom: 0;
}

.header-sec{
    position: relative;
    padding: 150px 0;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 90px;
    background-position: center;
}

/* .header-sec::before{
    content: '';
   position: absolute;
   background-color: #000000;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   opacity: 0.3;
} */

.header-sec h1{
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
}

.pt0{
    padding-top: 0;
}

.dflex{
    display: flex;
    align-items: center!important;
    text-align: center;
  }
  .display-table {
    width: 100%;
    height: 100%;
    display: table;
  }
  .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

.about-slider .item{
    background-size: cover;
    height: 100vh;
    position: relative;
}

.about-slider .item::after{
   content: '';
   position: absolute;
   background-color: #000000;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   opacity: 0.3;
}

.about-slider{
    margin-top: 30px;
}

.about-slider h1{
    font-weight: 700;
    font-size: 78px;
    color: #ffffff;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
}

.about-slider .owl-buttons{
    position: absolute;
    top: 70px;
    z-index: 9;
}

.about-slider .owl-controls .owl-buttons div{
    background: transparent;
}

.about-slider  .owl-prev img{
    background: transparent;
    left: 0;
}

.about-slider  .owl-next img{
    background: transparent;
    right: 0;
}



.cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
            animation: cube 12s ease-in forwards infinite;
            z-index: 999;
  }
  .cube:nth-child(2n) {
    border-color: #fff;
  }
  .cube:nth-child(2) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    left: 25vw;
    top: 40vh;
  }
  .cube:nth-child(3) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    left: 75vw;
    top: 50vh;
  }
  .cube:nth-child(4) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
    left: 90vw;
    top: 10vh;
  }
  .cube:nth-child(5) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
    left: 10vw;
    top: 85vh;
  }
  .cube:nth-child(6) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
    left: 50vw;
    top: 10vh;
  }
  
  @-webkit-keyframes cube {
    from {
      -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
              transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
    }
    to {
      -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
              transform: scale(20) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
    }
  }
  
  @keyframes cube {
    from {
      -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
              transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
    }
    to {
      -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
              transform: scale(20) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
    }
  }
  
.relative-sec{
    position: relative;
}


.section .text.presentation {
    line-height: 50px;
}

.section .text.presentation span {
    padding-bottom: 0;
    border-bottom: 0;
}

#header.overflow .menu-item a {
  font-size: 14px;
  line-height: 67px;
  text-transform: capitalize;
}

.mini img{
  width: 50%;
}

.work{
  position: relative;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 5px;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.work:hover{
  transform: scale(1.05);

}
.work p{
  display: none;
  cursor: pointer;
}

/* .work:hover{
 background-color: #000;
 opacity: 0.6;
 width: 100%;
 height: 100%;
}

.work:hover p{
  position: absolute;
  display: block;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  color: #fff;
  text-align: center;
  font-size: 35px;
} */

.about-banner{
  background-image: url('../images/about/cloud.jpg');
  background-size: cover;
background-attachment: fixed;
padding: 80px 0;
position: relative;
background-position: center;
}


.about-banner::before{
  content: '';
 position: absolute;
 background-color: #000000;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 opacity: 0.3;
} 

.about2{
  text-align: center;
  
}

.about-bg{
  /* background-color: #e00b0b; */
  background: linear-gradient(45deg, #1c64bd 15%, #0cb9ff 65%);
  border-radius: 15px;
}

 .radius-top{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

 .radius-bottom{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

#portfolio .container {
  padding-top: 140px;
}

.about2 .text{
 color: #fff;
 padding: 30px 20px;
 height: 30vh;
 /* background-color: #e00b0b; */
}

.about-banner .container{
  padding-top: 0;
 }

 .text h3 {
  font-size: 45px;
  margin-bottom: 20px;
}

.text p{
  font-size: 22px;
}

.about-img img{
  width: 45%;
  display: block;
  margin: 0 auto;
  border-radius: 25px;
}
.text{
  color: #fff;
 }

 .team-wrapper .team-member .hover .name {
  color: #ffffff;
}

.team-wrapper .team-member .hover .social a {
  color: #ffffff;
  font-size: 16px;
}

.section .text {
  font-size: 27px;
  font-weight: 300;
}

.contact-div{
  text-align: center;
}
.address-title2 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  font-family: "Raleway";
  color: #000;
  
}

.contact-div .fa {
  color: #2a6496;
  font-size: 30px;
  margin: 30px 0;
}

.contact-div  {
  margin-bottom: 50px;
}

.contact-div2 {
  padding:80px 0;
}

.contact-div {
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.bg-color{
  background-color: #e00b0b;

  background-position: top center;
}

.social .fa{
  font-size: 24px;
}

.message {
  font-size: 20px;
}

.visible-xs{
  display: none;
}

.hidden-xs{
  display: block;
}

.team-wrapper .team-member .hover .blur::before {
 content: '';
 position: absolute;
 background-color: #000;
 top: 0;
 left: 0;
 opacity: 0.6;
height: 100%;
 width: 100%;
}
.team-wrapper .team-member .hover .blur {
  padding: 0;
  
}

.team-wrapper .team-member {
  cursor: pointer;
  transition: 0.5s;
  padding: 0;
  width: 33%;
}

#header.overflow.fixed {
  z-index: 9;
}

.contact-div  p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.contact-div  p a{
  color: #000;
}

.address-title2 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}

.voffset200 {
  margin-top: 70px;
}

#our-studio .text-center .title:after {
  content: " ";
  position: absolute;
  height: 3px;
  background: #e00b0b;
  margin-left: -35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.about-banner2{
  /* background-image: url('../images/banner/bg-our-story.png') !important; */
  background-color: #164a96;
  background-image: none;
}
/* .about-banner2::before{
  display: none;
} */

.about-banner2 .text h3 {
  font-size: 25px;
  text-transform: uppercase;
}


.about-txt2 p {
  font-size: 18px;
  letter-spacing: 1px;
}

.border-radius-img{
  border-radius: 15px;
}

.box-shadow{
  box-shadow: 0px 0px 20px 0px rgb(255 255 255 / 22%);
}

.cloud-img{
  width: 95%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.cloud-img::before{
  content: '';
 position: absolute;
 background-color: #000000;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 right: 0;
 opacity: 0.5;
} 

.contact-div img{
  display: block;
  margin: 20px auto;
  width: 50%;
}

.header-sec-new .table-cell {
  width: auto !important;
}

.header-sec-new {
  height: 500px;
  /* padding: 250px 0; */
  background-attachment: inherit;
}

.header-sec-new::before {
  content: '';
  position: absolute;
  background-color: #000000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}

.header-sec-new  .container {
  padding-top: 0;
  width: auto !important; 
}

.header-sec-new h1 {
  width: 100%;
}

.red{
  color: #e00b0b;
}

.title {
  border-top: 5px solid #e00b0b;
}

#header .menu-item.current a, #header .menu-item a:hover {
  border-bottom-color: #e00b0b;
}

@media only screen and (max-width: 1366px){
  .about2 .text {
    height: 37vh;
}
.about-banner2 .text h3 {
  font-size: 21px;
}

 }


@media only screen and (max-width: 1024px){
/* .navbar-brand img {
    max-width: 10%;
} */
.address-title {
  text-align: center;
  color: #000;
}
}

@media(max-width:768px){
  .home-about img{
    width: 57%;
    margin: 0 auto;
  }
  .home-class .navbar-brand img {
    max-width: 95px !important;
}
#header .navbar-brand {
  padding: 0;
}
.container {
  padding-top: 0;
}
.navbar-nav > li {
  float: none;
}
#header.overflow .menu-item a {
  line-height: 28px;
}
.about-img img {
  width: 95%;
}
.mini img {
  width: 28%;
}
.about-logo img {
  width: 45%;
}
.section .text.presentation {
  font-size: 22px;
  line-height: 40px !important;
}
.cube{
  display: none;
}
#services {
  background-image: none;
  padding: 20px 0;
}
#services .jt_row {
  padding-bottom: 0;
}
#team  {
  margin-bottom: 0;
  margin-top: 63px;
}
#team  .jt_row {
  padding-bottom: 0px;
}
.header-sec {
  padding: 50px 0;
  margin-top: 51px;
}
.navbar-main-collapse.in .navbar-nav, .navbar-main-collapse.collapsing .navbar-nav {
  width: 100%;
  left: 0;
}
}

@media(max-width:480px){
  .home-about img{
    width: 75%;
  }
  .home-class .navbar-brand img {
    max-width: 250px !important;
    margin-top: 0;
}
#header.overflow .menu-item a {
  font-size: 14px;
  line-height: 16px;
}
#header .navbar-brand {
  padding: 5px;
}
.dflex {
  display: block;
}
.text h3 {
  font-size: 34px;
}
.about-img img {
  width: 100%;
  margin-bottom: 10px;
}
.text p {
  font-size: 18px;
  margin-bottom: 40px;
}
.navbar-brand.mini img {
  margin-top: 0px;
}
.mini img {
  width: 50%;
}
.about-slider .item {
  height: 40vh;
}
.about-slider h1 {
  font-size: 41px;
  margin-top: 35%;

}
.navbar-brand img {
  max-width: 165px;
}
.cube{display: none;}
.service-box h3 {
  font-size: 25px;;
  line-height: 30px;
}
.navbar-brand.home-mini img {
  margin-top: 0px !important;
}
.section .text {
  font-size: 17px;
  line-height: 25px;
}
.section .title {
  font-size: 24px;
}
.section .text.presentation {
  font-size: 16px;
  line-height: 29px !important;
  margin-top: 0;
}
.visible-xs{
  display: block;
}

.hidden-xs{
  display: none;
}
.section-021 p {
  font-size: 12px;
}
.container {
  padding-top: 0;
}
.about-logo img {
  width: 75%;
}

.message {
  font-size: 18px;
  padding: 20px;
}
#portfolio .container {
  padding-top: 71px;
}
.header-sec {
  padding: 70px 0;
  margin-top: 0px;
  padding-top: 100px;
}
.home-about{
  padding: 60px 0
}
.cloud-img {
  margin: 20px auto;
}
.about2 .text {
  height: auto;
  padding: 20px;
}

.about-banner2 .text h3 {
  font-size: 20px;
}
.about-txt2 p {
  font-size: 16px;
  margin-bottom: 0;
}
.header-sec-new {
  height: auto;
  padding: 135px 0;
}
.header-sec-new::before {
  opacity: 0;
}
}
