/*
  Theme Name: eBusiness
  Theme URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*-----------------------------------------------------------------------------------
  CSS INDEX
  ===================

  1. Theme Default CSS (body, link color, section etc)
  2. Header Area
   2.1 Stick menu Area
  3. About Area
  4.Services Area
  5.Skill Area
  6.Faq Area
  7.Wellcome Area
  8.Team Area
  9.Review Area
  10.Portfolio Area
  11. Pricing Table
  12. Testimonials area
  13. Review Area
  14. Quote area
  15.Footer Area
  16.Home Page-2 Area
  17.Home Page 3  CSS
  18.Blog CSS
  17.Blog Details CSS
  18.carrer page
  -----------------------------*/


  .profile {
    background-image: url("../img/team/3132.jpg");
    background-size: 300px 300px;
   
   }
     
   
   
       
   
   ----------------------------------AI-------------------------------------------------*/
   /*ai card*/
   .wrapper {
     position: relative;
     perspective: 40em;
     display: grid;
     transform-style: preserve-3d;
   }
   
   .card5 {
     grid-area: 1 / 1;
     height: 150px;
     width: 300px;
     transform: translateX(10px) rotateY(15deg) rotateX(10deg);
     background: rgba(249, 198, 26, 0.88);
     display: flex;
     justify-content: flex-start;
     align-items: center;
     padding: 30px;
     color: #000;
     
     font-size: 25px;
     font-weight: 300;
     backface-visibility: hidden;
     box-shadow: 0 10px 30px -3px rgba(0,0,0,.1);
   }
   
   h1 {
     font-size: 25px;
     font-weight: 200;
   }
   
   .card5 .enclosed {
     background: #000;
     line-height: 1;
     color: rgba(249, 198, 26, 1);
     padding: 0 5px;
     display: inline-block;
     transform: translate(-1px, 1px) scale(0.75);
     transform-origin: right center;
   }
   
   .wrapper:before {
     --bw: 9px;
     grid-area: 1 / 1;
     content: '';
     backface-visibility: hidden;
     height: 100%;
     width: 100%;
     margin-top: calc(-1 * var(--bw));
     margin-left: calc(-1 * var(--bw));
     background: transparent;
     transform: translateX(-60px) rotateY(-30deg) rotateX(15deg) scale(1.03);
     pointer-events: none;
     border: var(--bw) solid #000;
     box-sizing: content-box;
   }
   
   
   .wrapper:hover > div,
   .wrapper:hover:before {
     transform: none;
   }
   
   
   .wrapper > div,
   .wrapper:before {
     will-change: transform;
     transition: .5s transform cubic-bezier(.25,.46,.45,1);
   }
   
   
   
   
   
   
   
   
   /*----------------*/
   .typewriter h1 {
     overflow: hidden; /* Ensures the content is not revealed until the animation */
     border-right: .15em white; /* The typwriter cursor */
     white-space: nowrap; /* Keeps the content on a single line */
     margin: 0 auto; /* Gives that scrolling effect as the typing happens */
     letter-spacing: .15em; /* Adjust as needed */
     animation: 
       typing 5.5s steps(40, end),
       blink-caret .75s step-end infinite;
   }
   
   /* The typing effect */
   @keyframes typing {
     from { width: 0 }
     to { width: 100% }
   }
   
   /* The typewriter cursor effect */
   @keyframes blink-caret {
     from, to { border-color: transparent }
     50% { border-color: orange; }
   }
   
   
   
   
   /*--------------------devops-*/
   
   
   button:focus,
   input:focus,
   textarea:focus,
   select:focus {
     outline: none; }
   
   .tabs {
     display: block;
     display: -webkit-flex;
     display: -moz-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0;
     overflow: hidden; }
     .tabs [class^="tab"] label,
     .tabs [class*=" tab"] label {
       color: #efedef;
       cursor: pointer;
       display: block;
       font-size: 1.1em;
       font-weight: 300;
       line-height: 1em;
       padding: 2rem 0;
       text-align: center; }
     .tabs [class^="tab"] [type="radio"],
     .tabs [class*=" tab"] [type="radio"] {
       border-bottom: 1px solid rgba(239, 237, 239, 0.5);
       cursor: pointer;
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       display: block;
       width: 100%;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out; }
       .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
       .tabs [class*=" tab"] [type="radio"]:hover,
       .tabs [class*=" tab"] [type="radio"]:focus {
         border-bottom: 1px solid #fd264f; }
       .tabs [class^="tab"] [type="radio"]:hover,
       .tabs [class*=" tab"] [type="radio"]:hover {
         border-bottom: 2px solid #fd264f; }
       .tabs [class^="tab"] [type="radio"]:hover + div,
       .tabs [class*=" tab"] [type="radio"]:hover + div {
         opacity: 1; }
       .tabs [class^="tab"] [type="radio"] + div,
       .tabs [class*=" tab"] [type="radio"] + div {
         display: block;
         opacity: 0;
         padding: 2rem 0;
         width: 100%
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out; }
     .tabs .tab-2 {
       width: 50%; }
       .tabs .tab-2 [type="radio"] + div {
         width: 200%;
         margin-left: 200%; }
       .tabs .tab-2 [type="radio"]:hover + div {
         margin-left: 0; }
       .tabs .tab-2:last-child [type="radio"] + div {
         margin-left: 100%; }
       .tabs .tab-2:last-child [type="radio"]:hover + div {
         margin-left: -100%; }
   /*----------------------*/
   
   
   */
   .seperator {
     height: 82%;
     width: 1px;
     background: black;
     margin: 0 auto;
     top: 10;
     bottom: -10;
     position: absolute;
     left: 35%;
   }
   
   .seperator_1 {
     height: 82%;
     width: 1px;
     background: black;
     margin: 0 auto;
     top: 10;
     bottom: -10;
     position: absolute;
     left: 65%;
   }
   
   .container_blog {
     heigt: 200px;
     position: relative;
   }
   
   .clearfix {
     clear: both;
   }
   
   
   
   
   
   /*----------------------*/
   
   .body0  {
     background-image: url("../img/about/news.jpg");
      background-size: 100% 100%;
   }
   
   
   
   /* Section One*/
   
   th { background: #0000ff4d;}
   table {
           border-collapse: collapse;
           border: 1px solid ##000000;
           font: normal 14px arial; 
           width: 100%;
   }
   td, th { border: 1px solid #cdcdcd; padding: 2px;}
   
   /* Section two*/
   
   @media only screen and (max-width: 760px),
   (min-device-width: 768px) and (max-device-width: 1024px)  {
           /* Section three*/
                   table, thead, tbody, th, td, tr { 
                           display: block; 
                   }
                   /* Section four*/
                   thead tr { 
                           position: absolute;
                           top: -9999px;
                           left: -9999px;
                   }
                   
                   tr { border-bottom: 1px solid #ccc; }
   /* Section five*/
                   td { 
                        border: none;
                        border-bottom: 1px solid #eee; 
                        position: relative;
                        padding-left: 50%; 
                   }
                   td:before { 
                           position: absolute;
                           top: 3px;
                           left: 6px;
                           width: 45%; 
                           padding-right: 10px; 
                           white-space: nowrap;
                           font-weight: bold;
                   }
                   /* Section six*/
   
                   td:nth-of-type(1):before { content: "CLOUD ARCHITECTURE"; }
                   td:nth-of-type(2):before { content: "CLOUD MIGRATION"; }
                   td:nth-of-type(3):before { content: "CLOUD MANAGEMENT"; }
                   td:nth-of-type(4):before { content: "Joining Date"; }
                   td:nth-of-type(5):before { content: "Total Experience"; }
                   td:nth-of-type(6):before { content: "Relevant Experience"; }
                   td:nth-of-type(7):before { content: "Date of Birth"; }
                   td:nth-of-type(8):before { content: "Current City"; }
                   td:nth-of-type(9):before { content: "Prefered City"; }
                   td:nth-of-type(10):before { content: "Nationality"; }
   }
   
   
   
   #example1 {
     border: 2px solid black;
     padding: 10px;
     border-top-left-radius: 25px;
     background-color:#0599b11f;
   }
   
   
   /*consumer_ele hoover*/
   #thumbwrap {
     position:relative;
     margin:75px auto;
     width:252px; height:252px;
   }
   .thumb img { 
     border:1px solid #000;
     margin:3px;
     float:left;
   }
   .thumb span { 
     position:absolute;
     visibility:hidden;
   }
   .thumb:hover, .thumb:hover span { 
     visibility:visible;
     top:0; left:250px; 
     z-index:1;
   }
   
   
   
   
   
   .zoom {
     padding: 50px;
     background-color: #f1f1f100;
     transition: transform .2s;
     width: 100%;
     height: 100%;
     margin: 0 auto;
   }
   
   .zoom:hover {
     -ms-transform: scale(1.5); /* IE 9 */
     -webkit-transform: scale(1.5); /* Safari 3-8 */
     transform: scale(1.5); 
   }
   
   
   /*Product*/
   
   
   .d-flex {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   
   .align-center {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .flex-centerY-centerX {
     justify-content: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   body {
   
     background-color: #f7f7f7;
   }
   
   .page-wrapper {
     height: 100%;
     display: table;
   }
   
   .page-wrapper .page-inner {
     display: table-cell;
     vertical-align: middle;
   }
   
   .el-wrapper {
     width: 320px;
     padding: 15px;
     margin: 15px auto;
     background-color: #fff;
   }
   
   @media (max-width: 991px) {
     .el-wrapper {
       width: 300px;
     }
   }
   
   @media (max-width: 767px) {
     .el-wrapper {
       width: 250px;
       margin: 30px auto;
     }
   }
   
   .el-wrapper:hover .h-bg {
     left: 0px;
   }
   
   .el-wrapper:hover .price {
     left: 20px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     color: #818181;
   }
   
   .el-wrapper:hover .add-to-cart {
     left: 50%;
   }
   
   .el-wrapper:hover .img {
     webkit-filter: blur(7px);
     -o-filter: blur(7px);
     -ms-filter: blur(7px);
     filter: blur(7px);
     filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
     opacity: 0.4;
   }
   
   .el-wrapper:hover .info-inner {
     bottom: 155px;
   }
   
   .el-wrapper:hover .a-size {
     -webkit-transition-delay: 300ms;
     -o-transition-delay: 300ms;
     transition-delay: 300ms;
     bottom: 50px;
     opacity: 1;
   }
   
   .el-wrapper .box-down {
     width: 100%;
     height: 60px;
     position: relative;
     overflow: hidden;
   }
   
   .el-wrapper .box-up {
     width: 100%;
     height: 300px;
     position: relative;
     overflow: hidden;
     text-align: center;
   }
   
   .el-wrapper .img {
     padding: 20px 0;
     -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
   }
   
   .h-bg {
     -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     width: 660px;
     height: 100%;
     background-color: #3f96cd;
     position: absolute;
     left: -659px;
   }
   
   .h-bg .h-bg-inner {
     width: 50%;
     height: 100%;
     background-color: #464646;
   }
   
   .info-inner {
     -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
     -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
     -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
     transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     position: absolute;
     width: 100%;
     bottom: 25px;
   }
   
   .info-inner .p-name,
   .info-inner .p-company {
     display: block;
   }
   
   .info-inner .p-name {
     font-family: 'PT Sans', sans-serif;
     font-size: 18px;
     color: #252525;
   }
   
   .info-inner .p-company {
     font-family: 'Lato', sans-serif;
     font-size: 12px;
     text-transform: uppercase;
     color: #8c8c8c;
   }
   
   .a-size {
     -webkit-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
     -moz-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
     -o-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
     transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     position: absolute;
     width: 100%;
     bottom: -20px;
     font-family: 'PT Sans', sans-serif;
     color: #828282;
     opacity: 0;
   }
   
   .a-size .size {
     color: #252525;
   }
   
   .cart {
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
   }
   
   .cart .price {
     -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-delay: 100ms;
     -o-transition-delay: 100ms;
     transition-delay: 100ms;
     display: block;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     font-size: 16px;
     color: #252525;
   }
   
   .cart .add-to-cart {
     -webkit-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     -moz-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     -o-transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     transition: all 600ms cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
     /* ease-out */
     -webkit-transition-delay: 100ms;
     -o-transition-delay: 100ms;
     transition-delay: 100ms;
     display: block;
     position: absolute;
     top: 50%;
     left: 110%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
   }
   
   .cart .add-to-cart .txt {
     font-size: 12px;
     color: #fff;
     letter-spacing: 0.045em;
     text-transform: uppercase;
     white-space: nowrap;
   }
   
   
   
   
   
   /**/
   
   
   
   
   .body_gif  {
   background:url('https://cdn.dribbble.com/users/114484/screenshots/3331928/submitting.gif') repeat-y 40% 40% fixed;
       height:100%;
       width:100%;
     
   }
   .body_gif1  {
   background:url('../img/consumer electroics/6.png') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     background-size: 60% 60%;
   }
   
   .body_gif2  {
   background:url('https://cdn.dribbble.com/users/119530/screenshots/3433250/comp4.gif') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     
   }
   
   .body_gif3  {
   background:url('../img/consumer electroics/4.png') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     
   }
   /*https://www.wellpcb.com/sites/default/files/white%20pcb%202%20%281%29.png*/
   .body_gif5  {
   background:url('../img/consumer electroics/8.jpg') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
       background-size: 100% 100%;
   }
   
   .body_gif6  {
   background:url('../img/consumer electroics/9.jpg') repeat-y 0% 0% fixed;
       height:100%;
       width:100%;
     background-size: 100% 100%;
   }
   
   .body_gif7  {
   background:url('../img/consumer electroics/10.jpg') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     background-size: 100% 100%;
   }
   
   .body_gif8  {
   background:url('../img/consumer electroics/12.jpg') repeat-y 0% 0% fixed;
       height:100%;
       width:100%;
     background-size: 50% 50%;
   }
   
   .body_gif9  {
   background:url('../img/consumer electroics/14.jpg') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     background-size: 50% 100%;
   }
   
   .body_gif10  {
   background:url('../img/consumer electroics/13.jpg') repeat-y 0% 0% fixed;
       height:100%;
       width:100%;
     background-size: 100% 100%;
   }
   
   .body_gif11  {
   background:url('http://pngriver.com/wp-content/uploads/2018/03/Download-Cloud-Computing-PNG-Photo-For-Designing-Purpose.png') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     
   }
   
   .body_gif12  {
   background:url('http://www.matelabs.com/images/diagram_products03.jpg') repeat-y 100% 100% fixed;
       height:100%;
       width:100%;
     
   }
   
   .double {border-style: outset;border-color:red;  background-color: #b5b5b538;}    .double1 {color:white; border-style: double;border-color:#67c7b6;  background-color: #000000fc;}
   .card {
     box-shadow: 0 4px 16px 0 rgba(142,206,174,0.85);
     transition: 0.1s;
     width: 80%;
   }
   
   .card:hover {
     box-shadow: 0 8px 32px 0 rgba(142,206,174,0.85);
   }
   
   .container12 {
     padding: 2px 16px;
   }
   /*    */
   
   
   /* image popup*/
    .parallax-container {
         height: "500px";
       }
   
   /*clents*/
   .underline-on-hover:hover {
       text-decoration: underline;
   }
   /* Carousel base class */
   .mainer .carousel {
     margin-bottom: 3rem;
   }
   /* Since positioning the image, we need to help out the caption */
   .mainer .carousel-caption {
     position: relative;
     color: #212121;
     bottom: unset;
     left: unset;
     right: unset;
     /* top: 2.5rem; */
     z-index: 10;
     vertical-align: middle;
     
   }
   .mainer .carousel-artwork img {
     position: relative;
     width: 100%;
     top: 1rem;
   }
   h1 {
     font-weight: bold;
   }
   
   /* Declare heights because of positioning of img element */
   .mainer .carousel-item {
     height: 500px;
     background-color: #e6e6e6;
     cursor: pointer;
   }
   .mainer .carousel-blink {
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     z-index: 100;
   }
   .mainer .blinker {
     text-decoration: none;
   }
   .mainer .carousel-item > img {
     position: absolute;
     top: 0;
     left: 0;
     min-width: 100%;
     height: 500px;
   }
   .mainer .carousel-caption p {
     /* display: none; */
     font-size: 0.75rem;
   }
   
   /* Reposition the controls slightly */
   .mainer .carousel-control {
     left: -12px;
   }
   .mainer .carousel-control.right {
     right: -12px;
   }
   /*Changes the position of the indicators*/
   .mainer .carousel-indicators {
     right: 50%;
     top: auto;
     bottom: 0px;
     margin-right: -19px;
   } 
   /* Changes the colour of the indicators */
   .mainer .carousel-indicators li {
     background: #c0c0c0;
   }
   .mainer .carousel-indicators .active {
     background: #333333;
   }
   
   .mainer .carousel-control-prev, .carousel-control-next {
     width: 10%;
     color: #0090d5;
   }
   
   
   .companies {
     margin-bottom: 100px;
   }
   
   .companies .carousel-item img {
     max-width: 100%;
   }
   
   .companies .carousel-indicators {
     left: 0;
     top: auto;
     bottom: -40px;
   
   }
   
   /* The colour of the indicators */
   .companies .carousel-indicators li {
     background: #a3a3a3;
     border-radius: 50%;
     width: 8px;
     height: 8px;
   }
   
   .companies .carousel-indicators .active {
     background: #707070;
   }
   
   .companies .carousel-item img {
     max-width: 100%;
   }
   
   /*contact form*/
   div.elem-group {
     margin: 40px 0;
   }
   
   label {
     display: block;
     font-family: 'Aleo';
     padding-bottom: 4px;
     font-size: 1.25em;
   }
   
   input, select, textarea {
     border-radius: 2px;
     border: 1px solid #ccc;
     box-sizing: border-box;
     font-size: 1.25em;
     font-family: 'Aleo';
     width: 100%;
     padding: 8px;
   }
   
   textarea {
     height: 30px;
   }
   
   button {
     height: 40px;
     background: blue;
     color: white;
     border: 20px solid darkblack;
     font-size: 1.25em;
     font-family: 'Aleo';
     border-radius: 4px;
     cursor: pointer;
   }
   
   button:hover {
   border: 20px solid green;
   }
   
   /*font*/
   @font-face {
   font-family: 'xscale';
   font-style: normal;
   font-weight: normal;
   src: local('xscale'), url('X-SCALE_.woff') format('woff');
   }
   /* table*/
   @media (max-width: 991.98px) {
     .offcanvas-collapse {
       position: relative;
       top: 60px; /* Height of navbar */
       bottom: 0;
       left: 100%;
       width: 100%;
       padding-right: 1rem;
       padding-left: 1rem;
       overflow-y: auto;
       visibility: hidden;
       background-color: #fff;
       transition-timing-function: ease-in-out;
       transition-duration: .3s;
       transition-property: left, visibility;
     }
     .offcanvas-collapse.open {
       left: 0;
       visibility: visible;
     }
   }
   
   .nav-scroller {
     position: relative;
     z-index: 2;
     height: 2.75rem;
     overflow-y: hidden;
   }
   
   .nav-scroller .nav {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     padding-bottom: 1rem;
     margin-top: -1px;
     overflow-x: auto;
     color: rgba(255, 255, 255, .75);
     text-align: center;
     white-space: nowrap;
     -webkit-overflow-scrolling: touch;
   }
   
   .nav-underline .nav-link {
     padding-top: .75rem;
     padding-bottom: .75rem;
     font-size: .875rem;
     color: #6c757d;
   }
   
   .nav-underline .nav-link:hover {
     color: #007bff;
   }
   
   .nav-underline .active {
     font-weight: 500;
     color: #343a40;
   }
   
   .navbar-brand img {
     width:200px;
   }
   
   .banner-flow {
     width: 100%;
     margin-top: 20px;
   }
   .banner-flow span:nth-child(2n+1) {
     display: inline-block;
     width: 75px;
     height: 75px;
     line-height: 75px;
     text-align: center;
     border-radius: 100px;
     font-size: 0.75em;
     box-shadow: 0px 4px 3px rgba(0,0,0,0.4);
     transition: all 0.5s cubic-bezier(.25,.8,.25,1);
   }
   
   .banner-flow span:nth-child(2n+1):hover {
     box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
   }
   .green span:nth-child(2n+1) {
     background-color:#a1c939;
     color:#fff;
   } 
   .blue span:nth-child(2n+1) {
     background-color:#0090d5;
     color:#fff;
   }
    
   .yellow span:nth-child(2n+1) {
     background-color:#ffd540;
     color: #262626;
   }
   
   .col-topleft {
     width: 20%;
   }
   
   .pright {
     right: 70px;
     left: unset!important;
   }
   .about-us,
   .services,
   .bloger,
   .gallery {
     margin-bottom: 0px;
   }
   .stories,
   .skill-level {
     padding: 20px!important;
     margin: 0 30px;
     border: 1px solid #0090d5;
     border-radius: 30px;
   }
   .stories .fa-play {
     position: relative;
     top: -90px;
     font-size: 3rem;
     left: calc(50% - 15px);
     color: #fff;
     margin-top: -30px;
   }
   .stories .quoter {
     position: relative;
     left: -40px;
     top:-40px;
     font-size: 2em;
     color: #a1c939;
   }
   .story-carousel .carousel-indicators {
     bottom: -50px;
   }
   .story-carousel .carousel-indicators li {
     background-color: #e6e6e6;
     width: 10px;
     height: 10px;
     border-radius: 10px;
   }
   
   .story-carousel .carousel-indicators li.active {
     background-color: #0090d5;
   }
   .spic { 
     text-align: center;
     margin-bottom: 20px;
     border-radius: 25px;
     overflow: hidden;
   }
   .spic img { width: 100%; }
   .sname {
     margin-top: -20px;
   }
   .stext { 
     margin-top: -40px;
   }
   .services .table th,.services .table td {
     text-align: center;
     vertical-align: middle;
         border: 2px solid #999;
   }
   .services .table {
     font-size: .65rem;
     
   }
   
   .services .table th, .table td {
       padding: 0.75rem 0;
     
   }
   
   .services td img {
     width: 2.5rem;
   }
   
   span.ser-head {
     /* display: none; */
   }
   
   .services .fa-minus-circle {
     color: #ddd;
   }
   
   .services .fa-check-circle {
     color: #0090d5;
   }
   
   .table td:nth-child(1) {
     text-align: left;
   }
   
   .blog-item {
     /* border: 1px solid rgba(0, 144, 213, 0.45); */
     padding: 30px;
     border-radius: 25px;
     cursor: pointer;
     /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
   }
   
   .blog-item:hover {
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
   }
   
   .blog-item p {
     padding-top: 10px;
     margin: 0;
   }
   .newstext { 
     text-overflow: ellipsis;
     height: 110px;
     overflow: hidden;
     padding-top: 10px;
   }
   
   .mapper {
     padding: 0px;
   }
   .mapper iframe {
     width: 100%;
     height: 400px;
   }
   
   .contact form {
     font-size:.9rem;
   }
   
   .contact form button {
     width: 20%;
   }
   
   .nskills a, .hskills a {
     text-decoration: none;
     color: initial;
   }
   
   .card-header button, .card-header button:hover, .card-header button:focus {
     text-decoration: none;
   }
   
   #course-overview img {
     width: 100%;
   }
   
   .accordion .btn {
     white-space: initial;
   }
   
   .nav-pills .nav-link {
     margin: 0.5rem;
     padding: 0.5rem;
     background-color: #fff;
     width: 7rem;
     height: 4rem;
     text-align: center;
     color: #0090d5;
   }
   .nav-pills .nav-link.active {
     background-color: #0090d5;
   }
   
   .programmer {
     background-color: #e6e6e6;
   }
   
   .form-control {
     box-shadow: inset 1px 1px 4px rgba(0,0,0,0.15);
     border: none;
     background-color: #d1efe3;
     
   }
   
   .form-control:focus , .form-control:hover {
     box-shadow: inset 2px 2px 8px rgba(0,0,0,0.25);
     transition: all 0.15s ease-in-out !important;
     background-color: #bfc9d2;
   }
   
   .modal-header {
     background-image: url('https://www.sccpre.cat/mypng/detail/107-1071445_blue-banner-red-background-banner-with-abstract-cross.png');
     background-size: cover;
     background-color: #141313f5;
   }
   @media (max-width: 480px) {
     .hero-banner {
       background-position-x: -40px!important;
     }
   }
   
   @media (max-width: 768px) {
     .hero-intern .banner-flow span:nth-child(2n+1) {
       width: 65px;
       height: 65px;
       line-height: 65px;
       font-size: 0.75rem;
     }
     
   }
   
   /* Small devices landscape phones, 576px and up*/
   @media (min-width: 576px) { 
     h1, .h1 {
         font-size: 32px;
     }
     
     .navbar-brand img {
       /* width:100%; */
     }
     
     .mainer .carousel-item {
       height: 290px;
     }
   
     .mainer .carousel-caption {
       left:1rem;
     }
     
     .mainer .carousel-artwork img, .hero-banner img  {
       width: 250px!important;
       top: 3rem;
     }
     
     .services .table {
       font-size: .65rem;
     }
     
     .services .table th, .table td {
         padding: 0.75rem;
     }
     .nav-pills .nav-link {
       margin: 0.3rem;
     }
     
   }
   
   /* Medium devices tablets, 768px and up */
   @media (min-width: 768px) {
     .cont-image {
       width: initial;
     }
     h1, .h1 {
         font-size: 36px;
     }
     .navbar-brand img {
       width:150px;
     }
     .offcanvas-collapse {
         top: 80px;
     }
     
     .services .table {
       font-size: .85rem;
     }
     
     .col-topleft {
       width: 25%;
     }
     
     .tooltip {
       display: none;
     }
     
     .mainer .carousel-item {
       height: 500px;
     }
     .mainer .carousel-artwork img, .hero-banner img {
       width: 100% !important;
       top: 8rem;
     }
     
     .mainer .carousel-caption {
       top: 5rem!important;
     }
     
     .mainer .carousel-caption p {
       display: initial;
       font-size: 1.25rem;
     }
     
     .banner-flow span:nth-child(2n+1) {
       width: 100px;
       height: 100px;
       line-height: 100px;
       font-size: 1rem;
     }
     
     .hero-banner {
       height: 300px;
       font-size: 1rem;
     }
     
     .hero-careers, .hero-news {
       height: 300px!important;
     }
   
     .hero-banner .col-sm-7, .hero-banner .col-md-6:last-child {
       padding-top: 50px;
     }
     .hero-intern .col-sm-7, .hero-skill .col-sm-7, .hero-skill .col-md-6:last-child {
       padding-top: 0px!important;
     }
     
     span.ser-head {
       display: initial;
     }
     .nav-pills .nav-link {
       width:10rem;
       height:auto;
     }
     
     .skill-test .skill-level .criteria, .skill-test .skill-level ul {
       display: none;
     }
     
     .media-icons {
       right: 0px;
       top: 200px;
       width: auto;
       bottom: initial;
       box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
     }
     
     .media-icons a {
       display: block;
       padding: 10px;
       width: 100%;
     }
     
   }
   
   /* Large devices desktops, 992px and up */
   @media (min-width: 992px) {
     .navbar-brand img {
       width:200px;
     }
     .mainer .carousel-artwork img {
       width: 100% !important;
       top: 5rem;
     }
     .mainer .carousel-caption {
       left: 2rem!important;
     }
     .content-indent {
       padding-top: 30px;
       padding-left: 30px;
     }
     .hero-banner {
       height: 380px;
     }
     
     .services .table {
       font-size: 1rem;
     }
     .hero-banner .col-sm-7, .hero-banner .col-md-6:last-child {
       padding-top: 90px;
     }
     footer .col-sm-6 {
       border-right: 1px solid #0090d5;
     }
     
     footer .col-sm-6:last-child {
       border: none;
     }
     .skill-test .skill-level .criteria, .skill-test .skill-level ul {
       display: initial;
     }
     .hanger {
       top: 5rem;
     }
   
   }
   
   /* Extra large devices (large desktops, 1200px and up) */
   @media (min-width: 1200px) {
     .navbar-brand img {
       width:250px;
     }
     .hero-banner {
       height: 400px;
     }
     .banner-flow span:nth-child(2n+1) {
         width: 120px;
         height: 120px;
         line-height: 120px;
         font-size: 1rem;
     }
     .hanger {
       top: 1rem;
     }
   }
   
   .btn:focus, .btn:active, button:focus, button:active {
     outline: none !important;
     box-shadow: none !important;
   }
   
   #image-gallery .modal-footer{
     display: block;
     position: relative;
     top: -45%;
     border: none;
   }
   
   .thumb{
     margin-top: 15px;
     margin-bottom: 15px;
   }
   
   .news h2 {
     color:#262626;
   }
   .news-art {
     width: 100%;
   }
   
   
   
   
   /*jssor slider loading skin spin css*/
   .jssorl-009-spin img {
       animation-name: jssorl-009-spin;
       animation-duration: 1.6s;
       animation-iteration-count: infinite;
       animation-timing-function: linear;
   }
   
   @keyframes jssorl-009-spin {
       from { transform: rotate(0deg); }
       to { transform: rotate(360deg); }
   }
   
   /*jssor slider bullet skin 057 css*/
   .jssorb057 .i {position:absolute;cursor:pointer;}
   .jssorb057 .i .b {fill:none;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}
   .jssorb057 .i:hover .b {stroke-opacity:.7;}
   .jssorb057 .iav .b {stroke-opacity: 1;}
   .jssorb057 .i.idn {opacity:.3;}
   
   /*jssor slider arrow skin 073 css*/
   .jssora073 {display:block;position:absolute;cursor:pointer;}
   .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
   .jssora073:hover {opacity:.8;}
   .jssora073.jssora073dn {opacity:.4;}
   .jssora073.jssora073ds {opacity:.3;pointer-events:none;}
   
   
   
   .msgr, .msgr1, .msgr2 {
     text-align: left;
   }
   
   .err_msg {
     font-size: 12px;
     padding: 10px;
     border: 1px dashed #e83e8c;
     border-radius: 10px;
   }
   
   .btn-link {
     color: #212529;
   }
   
   .bcolor {
     color: #212529;
   }
   
   /*----------------------------------------*/
   /*  1.  Theme default CSS
   /*----------------------------------------*/
   
   html, body {
     height: 100%;
     
   }
   
   .floatleft {
     float: left;
   }
   
   .floatright {
     float: right;
   }
   
   .alignleft {
     float: left;
     margin-right: 15px;
     margin-bottom: 15px;
   }
   
   .alignright {
     float: right;
     margin-left: 15px;
     margin-bottom: 15px;
   }
   
   .aligncenter {
     display: block;
     margin: 0 auto 15px;
   }
   
   a:focus {
     outline: 0px solid;
   }
   
   img {
     
     max-width: 100%;
     height: auto;
   }
   
   .fix {
     overflow: hidden;
   }
   
   p {
     margin: 0 0 15px;
     color: #444;
   }
   
   h1, h2, h3, h4, h5, h6 {
     font-family: 'Raleway', sans-serif;
     margin: 0 0 15px;
     color: #444;
     font-weight: 500;
   }
   
   h1 {
     font-size: 22px;
     line-height: 50px;
   }
   
   h2 {
     font-size: 38px;
     line-height: 40px;
   }
   
   h3 {
     font-size: 30px;
     line-height: 32px;
   }
   
   h4 {
     font-size: 24px;
     line-height: 26px;
   }
   
   h5 {
     font-size: 20px;
     line-height: 22px;
   }
   
   h6 {
     font-size: 16px;
     line-height: 20px;
   }
   
   h7 {
     font-size: 23px;
     line-height: 6px;
     color: blue;
     font-family:'xscale';
   }
   h8 {
     font-size: 23px;
     line-height: 6px;
     color: green;
     font-weight: bold;
     font-family: 'xscale';
   }
   
   h9 {
     font-size: 24px;
     line-height: 26px;
     color:white;
   }
   
   a {
     transition: all 0.3s ease 0s;
     text-decoration: none;
   }
   
   a:hover {
     color: #3EC1D5;
     text-decoration: none;
   }
   
   a:active, a:hover {
     outline: 0 none;
   }
   
   body {
     
     background: #fff none repeat scroll 0 0;
     color: #444;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     text-align: left;
     overflow-x: hidden;
     overflow-y:scroll;
     line-height: 20px;
   }
   
   /* Back to top button */
   .back-to-top {
     position: fixed;
     display: none;
     background: #3EC1D5;
     color: #fff;
     padding: 6px 12px 9px 12px;
     font-size: 16px;
     border-radius: 2px;
     right: 15px;
     bottom: 15px;
     transition: background 0.5s;
   }
   
   @media (max-width: 768px) {
     .back-to-top {
       bottom: 15px;
     }
   }
   
   .back-to-top:focus {
     background: #3EC1D5;
     color: #fff;
     outline: none;
   }
   
   .back-to-top:hover {
     background: #3cd6ed;
     color: #fff;
   }
   
   .clear {
     clear: both;
   }
   
   ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
   }
   
   input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
     -moz-appearance: none;
     box-shadow: none !important;
   }
   
   div#preloader {
     position: fixed;
     left: 0;
     top: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     overflow: visible;
     background: #000 url('../img/preloader.gif') no-repeat center center;
   }
   
   ::-moz-selection {
     background: #3EC1D5;
     text-shadow: none;
   }
   
   ::selection {
     background: #3EC1D5;
     text-shadow: none;
   }
   
   .area-padding_1 {
     padding: -20px 0px 80px;
   }
   
   .area-padding {
     padding: 70px 0px 80px;
   }
   
   .area-padding-2 {
     padding: 70px 0px 50px;
   }
   
   .padding-2 {
     padding-bottom: 90px;
   }
   
   .section-headline h2 {
     display: inline-block;
     font-size: 40px;
     font-weight: 600;
     margin-bottom: 70px;
     position: relative;
     text-transform: capitalize;
   }
   
   .section-headline h2::after {
     border: 1px solid #333;
     bottom: -20px;
     content: "";
     left: 0;
     margin: 0 auto;
     position: absolute;
     right: 0;
     width: 40%;
   }
   
   .sec-head {
     display: inline-block;
     font-size: 17px;
     font-weight: 600;
     margin-bottom: 0;
     padding: 0 0 10px;
     text-transform: uppercase;
     transition: all 0.4s ease 0s;
   }
   
   /*--------------------------------*/
   
   /*  2. Header top Area
   /*--------------------------------*/
   
   .header-area {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: auto;
     background: rgba(0, 0, 0, 0.40);
     z-index: 9;
   }
   
   .navbar-header a.navbar-brand {
     display: inline-block;
     height: 70px;
     padding: 15px 0;
   }
   
   .main-menu ul.navbar-nav li {
     display: inline-block;
     padding: 0px 13px;
   }
   
   .main-menu ul.navbar-nav li a {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     padding: 24px 0px;
     text-transform: capitalize;
     letter-spacing: 1px;
   }
   
   .main-menu ul.navbar-nav li.active > a::after {
     border: 1px solid #fff;
     bottom: 0px;
     content: "";
     left: 0;
     position: absolute;
     width: 100%;
   }
   
   .main-menu ul.navbar-nav li.active a:hover {
     background: none;
     color: #f94009;
   }
   
   .main-menu ul.navbar-nav li.active {
     color: #fff;
   }
   
   .main-menu ul.navbar-nav li.active a {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     color: #eca523;
     position: relative;
   }
   
   .main-menu ul.navbar-nav li a:hover {
    transition-delay: 25ms;
     color: #f94009;
   text-transform: uppercase;
     font-weight: bold;
     
   }
   
   .navbar {
     border: medium none;
     margin-bottom: 0;
   }
   
   .navbar-default {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   }
   
   .main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
     background: none;
     color: #ad990d;
   }
   
   .navbar-default .navbar-toggle {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     border-radius: 0;
     padding: 25px 0px;
   }
   
   .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
     background-color: transparent;
     color: #fff;
   }
   
   .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background: none;
   }
   
   .navbar-default .navbar-toggle .icon-bar {
     background-color: #fff;
     width: 30px;
     height: 2px;
   }
   
   .top-right.text-right {
     float: right;
     position: relative;
     top: 24px;
     margin-left: 20px;
   }
   
   .top-right.text-right>li {
     float: right;
     margin: 0px 8px;
   }
   
   .top-right.text-right li a {
     color: #fff;
   }
   
   .main-menu .dropdown ul {
     background: #000;
   }
   
   .main-menu .dropdown ul li {
     display: block;
   }
   
   /*--------------------------------*/
   
   /* 2.1. Stick menu
   /*--------------------------------*/
   
   .header-area.stick {
     background-color: rgba(0, 0, 0, 1);
     height: 70px;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1000;
   }
   
   .stick .navbar-header a.navbar-brand {
     display: inline-block;
     height: 90px;
   }
   
   .stick .navbar-brand>img {
     display: none;
   }
   
   .stick .navbar-brand.sticky-logo>img {
     display: block;
   }
   
   .sticky-logo h1 {
     color: #fff;
     padding: 0;
     margin: 0;
     font-size: 36px;
     font-weight: bold;
     line-height: 1;
   }
   
   .sticky-logo h1 span {
     color: #3ec1d5;
   }
   .stick .main-menu ul.navbar-nav li.active > a::after {
     border: 1px solid #fff;
     bottom: 0px;
     content: "";
     left: 0;
     position: absolute;
     width: 100%;
   }
   
   
   .stick .main-menu ul.navbar-nav li.active a {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     color: #eae414;
     position: relative;
   }
   
   .stick .main-menu ul.nav>li.active a:hover {
     transition-delay: 25ms;
     color: #f94009;
   text-transform: uppercase;
     font-weight: bold;
   }
   
   .stick .mainmenu ul#nav>li:hover>a, {
     background-color: white;
     color: blue;
     outline: medium none;
   }
   
   
   .stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
     background-color: white;
     color: blue;
     outline: medium none;
   }
   
   .stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
     color: blue;
   }
   
   .stick .logo {
     height: 20px;
   }
   
   .stick .logo a {
     margin-top: 0px;
   }
   
   .stick .main-menu ul.nav>li>a {
     color: #fff;
     line-height: 22px;
     padding: 24px 0px;
     text-transform: capitalize;
     letter-spacing: 1px;
   }
   
   .stick .navbar-default .navbar-toggle .icon-bar {
     background-color: #fff;
     width: 30px;
     height: 2px;
   }
   
   .stick .navbar-default .navbar-toggle {
     padding: 10px 0px;
   }
   
   /*------------------------------
     3. About Area
   --------------------------------*/
   
   .about-area {
     background-color: #f9f9f9;
   }
   
   .single-well>a {
     display: block;
   }
   
   .single-well ul li {
     color: #444;
     display: block;
     padding: 5px 0;
   }
   
   .single-well ul li i {
     color: #3EC1D5;
     padding-right: 10px;
     font-size: 12px;
   }
   
   .single-well p {
     color: #444;
   }
   
   /*--------------------------------*/
   
   /* 4.Services Area
   /*--------------------------------*/
   
   .services-icon {
     color: #444;
     display: inline-block;
     font-size: 36px;
     line-height: 36px;
     margin-bottom: 20px;
   }
   
   .section-headline.services-head>h2 {
     margin-bottom: 25px;
   }
   
   .services-details {
     padding-top: 40px;
     transition: all 0.5s ease 0s;
   }
   
   .services-details:hover h4, .services-details:hover .services-icon {
     color: #3EC1D5;
   }
   
   .row.second-row {
     margin-top: 40px;
   }
   
   .section-head>h2 {
     color: #333;
   }
   
   .single-services>h4 {
     color: #444;
     font-size: 24px;
     font-weight: 500;
   }
   
   .single-services>p {
     color: #333;
     font-size: 14px;
   }
   
   /*----------------------------------------
     5.Skill Area
   ----------------------------------------*/
   
   .our-skill-area {
     position: relative;
   }
   
   .our-skill-area {
     background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
   }
   
   .test-overly {
     background: rgba(0, 0, 0, 0, 0);
     position: absolute;
     width: 100%;
     height: 100%;
   }
   
   .progress-h4 {
     color: #fff;
     font-weight: 500;
   }
   
   .our-skill-area {
     position: relative;
   }
   
   .our-skill-area1 {
     background: rgba(248, 248, 248, 0.8) url("../img/semiconductor/6.png") no-repeat fixed center top / cover;
   }
   
   .our-skill-area2 {
     background: rgba(248, 248, 248, 0.8) url("../img/devops/2.jpg") no-repeat fixed center top / cover;
   }
   
   .our-skill-area3 {
     background: rgba(248, 248, 248, 0.8) url("../img/devops/11.png") no-repeat fixed center top / cover;
   }
   
   .our-skill-area5 {
     background: rgba(248, 248, 248, 0.8) url("../img/devops/12.png") no-repeat fixed center top / cover;
   }
   
   
   
   .our-skill-areaauto1 {
     background: rgba(248, 248, 248, 0.8) url("../img/automation/1.png") no-repeat fixed center top / cover;
   }
   
   .our-skill-areaauto2 {
     background: rgba(248, 248, 248, 0.8) url("../img/automation/2.png") no-repeat fixed center top / cover;
   }
   
   .our-skill-areaauto3 {
     background: rgba(248, 248, 248, 0.8) url("../img/automation/3.png") no-repeat fixed center top / cover;
   }
   
   .our-skill-areaabout {
     background: rgba(248, 248, 248, 0.8) url("../img/about/freeimg1.jpg") no-repeat fixed center top / cover;
   }
   
   .test-overly1 {
     background: rgba(0,0,0,0,0.6);
     position: absolute;
     width: 100%;
     height: 100%;
   }
   
   .test-overly11 {
     background: rgba(27,24,24, 0.64) none repeat scroll 0 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
   }
   
   
   
   .test-overly3 {
     background: rgba(1,1,1,1,0.7);
     position: absolute;
     width: 100%;
     height: 100%;
   }
   
   
   .progress-h41 {
     color: #fff;
     font-weight: 500;
   }
   
   /*----------------------------------------
     6.Faq Area
   ----------------------------------------*/
   
   .faq-details .panel-heading {
     padding: 0;
   }
   
   .panel-default>.panel-heading {
     background-color: transparent;
     border: medium none;
     color: #333;
   }
   
   .faq-details h4.check-title a {
     
     color: #ffffff;
     display: block;
     font-weight: 700;
     letter-spacing: 2px;
     margin-left: 40px;
     padding: 6px 10px;
     text-decoration: none;
   }
   
   .panel-body {
     padding: 15px 15px 0px 50px;
   }
   
   .faq-details h4.check-title {
     background-color:#000000e0;
     
     color: #444;
     font-size: 18px;
     font-weight: 500;
     margin-bottom: 0;
   }
   
   .faq-details a span.acc-icons {
     position: relative;
   }
   
   .faq-details a span.acc-icons::before {
     color: #333;
     content: "";
     font-family: fontawesome;
     font-size: 24px;
     height: 40px;
     left: -51px;
     line-height: 39px;
     position: absolute;
     text-align: center;
     top: -10px;
     width: 42px;
   }
   
   .faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
     color: #3EC1D5;
   }
   
   .faq-details a.active span.acc-icons::before {
     content: "";
     font-family: fontawesome;
     font-size: 24px;
     height: 40px;
     left: -51px;
     line-height: 39px;
     position: absolute;
     text-align: center;
     top: -10px;
     width: 42px;
   }
   
   .second-row {
     margin-top: 30px;
   }
   
   .event-content.head-team h4 {
     background: transparent none repeat scroll 0 0;
     color: #333;
     padding: 30px 0 10px;
     font-weight: 500;
     text-transform: capitalize;
   }
   
   .tab-menu .nav-tabs>li>a:hover {
     border-color: #eee #eee #ddd;
   }
   
   .tab-menu {
     display: block;
     text-align: center;
    
   }
   
   .tab-menu ul.nav {
     margin: 0;
     padding: 0;
   }
   
   .tab-menu ul.nav li {
     border: medium none;
     display: inline-block;
     background: antiquewhite;
   }
   
   .tab-content {
     border: 1px solid #ccc;
     padding: 0 15px 15px;
   }
   
   .tab-menu ul.nav li a {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border-radius: 0;
     color: #444;
     display: block;
     font-weight: 500;
     margin-right: 5px;
     padding: 10px 20px;
     font-family: raleway;
     font-size: 18px;
   }
   
   .tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
     border-bottom: 1px solid #fff;
     color: #3EC1D5 !important;
     background-color:white;
   }
   
   .tab-menu .nav-tabs {
     border-bottom: none;
   }
   
   .tab-main-img a {
     position: relative;
     display: block;
   }
   
   .tab-main-img a:hover span.events-offer {
     height: 20%;
   }
   
   .tab-main-img a span.events-offer {
     background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
     bottom: 0;
     color: #fff;
     content: "";
     font-size: 20px;
     font-weight: 700;
     height: 0%;
     left: 0;
     line-height: 70px;
     padding: 0;
     position: absolute;
     text-align: left;
     transition: all 0.5s ease 0s;
     width: 100%;
     padding: 0px 10px;
   }
   
   /*----------------------------------------
    7.Wellcome Area Css
   ----------------------------------------*/
   
   .wellcome-area {
     background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
     background-size: cover;
     background-position: center top;
     background-repeat: no-repeat;
     background-attachment: fixed;
   }
   
   .well-bg {
     position: relative;
   }
   
   .wellcome-text {
     margin: 70px 0;
     padding: 30px 40px;
   }
   
   .well-text>h2 {
     color: #fff;
     font-size: 44px;
     font-weight: 500;
     line-height: 50px;
   }
   
   .well-text p {
     font-size: 18px;
     font-style: italic;
     color: #fff;
   }
   
   .wellcome-text .section-headline p {
     margin-bottom: 0;
   }
   
   .subs-feilds {
     border: 1px solid #fff;
     display: inline-block;
     height: 52px;
     margin-top: 30px;
     width: 60%;
     border-radius: 30px;
     overflow: hidden;
   }
   
   .suscribe-input input {
     background: transparent none repeat scroll 0 0;
     border: medium none;
     color: #fff;
     float: left;
     font-size: 15px;
     line-height: 24px;
     padding: 11px 15px;
     width: 70%;
     height: 50px;
   }
   
   .suscribe-input button {
     background: #3ec1d5 none repeat scroll 0 0;
     border: medium none;
     border-radius: 0 20px 20px 0;
     color: #fff;
     float: left;
     font-size: 20px;
     font-weight: 700;
     padding: 14px 20px;
     width: 30%;
   }
   
   .suscribe-input button:hover {
     background: #fff none repeat scroll 0 0;
     color: #3ec1d5;
   }
   
   /*----------------------------------------
    8.Team Area Css
   ----------------------------------------*/
   
   .team-member {
     background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
     display: block;
     margin-right: -15px;
     padding: 10px;
     position: relative;
     overflow: hidden;
   }
   
   .team-member::before {
     background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
     content: "";
     display: block;
     height: 100%;
     left: 0;
     margin-right: -15px;
     padding: 10px;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
     transition: 5s;
     transform: scale(1);
   }
   
   .team-member:hover.team-member::before {
     transform: scale(1.2);
   }
   
   .single-team-member {
     border: 1px solid #ddd;
   }
   
   .team-left-text h4 {
     color: #fff;
     font-size: 30px;
     font-weight: 700;
     text-transform: uppercase;
   }
   
   .team-left-text p {
     color: #fff;
     font-size: 17px;
     line-height: 26px;
   }
   
   .email-news {
     display: block;
     margin: 30px 0;
     overflow: hidden;
     text-align: center;
     width: 100%;
   }
   
   .email-news .email_button input {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 1px solid #fff;
     color: #fff;
     float: left;
     font-size: 13px;
     padding: 8px;
     width: 81%;
   }
   
   .email-news .email_button>button {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 1px solid #fff;
     color: #fff;
     float: left;
     font-size: 16px;
     padding: 8px 12px;
     text-align: center;
   }
   
   .email-news .email_button>button:hover {
     background: #3EC1D5;
     border: 1px solid #fff;
     color: #fff;
   }
   
   .team-left-icon ul li {
     display: inline-block;
   }
   
   .team-left-icon ul li a:hover {
     color: #3EC1D5;
     background: #fff;
     border: 2px solid #fff;
   }
   
   .team-left-icon ul li a {
     border: 2px solid #fff;
     color: #fff;
     display: block;
     font-size: 16px;
     height: 40px;
     line-height: 37px;
     margin: 0 3px;
     width: 40px;
   }
   
   .team-member-carousel .single-team-member {
     overflow: hidden;
     width: 100%;
   }
   
   .single-team-member:hover .team-img a:after {
     opacity: 1;
   }
   
   .single-team-member:hover .team-social-icon {
     top: 45%;
     opacity: 1;
   }
   
   .team-img {
     position: relative;
     
   }
   
   .team-img>a {
     display: block;
   }
   
   .team-img>a::after {
     background: rgba(0, 0, 0, 0.70);
     bottom: 0;
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     transition: all 0.5s ease 0s;
     width: 100%;
     opacity: 0;
   }
   
   .team-social-icon {
     left: 50%;
     margin-left: -61px;
     opacity: 0;
     position: absolute;
     top: 30%;
     transition: 1.3s;
   }
   
   .team-social-icon ul li {
     display: inline-block;
   }
   
   .team-social-icon ul li a {
     border: 1px solid #fff;
     border-radius: 50%;
     color: #fff;
     display: block;
     font-size: 14px;
     height: 34px;
     line-height: 35px;
     margin: 0 3px;
     width: 34px;
   }
   
   .team-social-icon ul li a:hover {
     color: #fff;
     border: 1px solid #3EC1D5;
     background: #3EC1D5;
   }
   
   .team-content {
     padding: 10px 0px;
   }
   
   .team-content>h4, .team-content>p {
     color: #444;
     margin-bottom: 5px;
   }
   
   .team-content.head-team p {
     margin-bottom: 0;
   }
   
   .team-left-icon.text-center {
     margin-bottom: 20px;
   }
   
   .head-team h4 {
     display: inline-block;
     font-size: 25px;
     font-weight: 600;
     padding-bottom: 10px;
     text-transform: uppercase;
   }
   
   /*--------------------------------*/
   
   /*  9.review Area
   /*--------------------------------*/
   
   .reviews-area {
     background: url(../img/background/bg1.jpg);
     overflow: hidden;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
     background-attachment: fixed;
     width: 100%;
     height: auto;
     position: relative;
   }
   
   .work-left-text {
     background: #3EC1D5 none repeat scroll 0 0;
   }
   
   .work-left-text {
     width: 50%;
   }
   
   .work-right-text {
     background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
     float: right;
     height: 100%;
     overflow: hidden;
     padding: 71px 0;
     width: 50%;
     position: absolute;
     right: 0;
     top: 0;
   }
   
   .work-right-text h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 24px;
   }
   
   .work-right-text h5 {
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     line-height: 34px;
     text-transform: uppercase;
   }
   
   .work-right-text .sus-btn {
     margin-left: 0;
     margin-top: 20px;
   }
   
   .single-awesome-4 {
     display: block;
     float: left;
     overflow: hidden;
     width: 33.33%;
   }
   
   .single-awesome-4 .add-actions {
     padding: 10px 20px;
   }
   
   /*----------------------------------------
    10.Portfolio Area Css
   ----------------------------------------*/
   
   .pst-content {
     padding-left: 10px;
   }
   
   .project-menu {
     margin-bottom: 40px;
     text-align: center;
   }
   
   .project-menu li {
     display: inline-block;
   }
   
   .project-menu li a {
     background: #fff none repeat scroll 0 0;
     border: 1px solid #444;
     border-radius: 20px;
     color: #444;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: 500;
     margin: 0 4px;
     padding: 6px 15px;
     text-transform: capitalize;
     transition: all 0.3s ease 0s;
   }
   
   .project-menu li a.active, .project-menu li a:hover {
     border-color: #3EC1D5;
     background: #3EC1D5;
     color: #fff;
     text-decoration: none;
   }
   
   .single-awesome-portfolio {
     float: left;
     overflow: hidden;
     padding: 15px;
     width: 25%;
     position: relative;
   }
   
   .single-awesome-project {
     overflow: hidden;
     margin-bottom: 30px;
   }
   
   .first-item {
     margin-bottom: 30px;
   }
   
   .awesome-img {
     display: block;
     width: 100%;
     height: 100%;
     position: relative;
   }
   
   .awesome-img>a {
     display: block;
     position: relative;
   }
   
   .single-awesome-project:hover .awesome-img>a::after {
     opacity: 1;
   }
   
   .single-awesome-project:hover .add-actions {
     opacity: 1;
     bottom: 0;
   }
   
   .awesome-img>a::after {
     background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     opacity: 0;
     transition: 0.4s;
   }
   
   .add-actions {
     background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
     bottom: 30px;
     display: block;
     height: 100%;
     left: 0;
     opacity: 0;
     overflow: hidden;
     padding: 10px 15px;
     position: absolute;
     transition: all 0.4s ease 0s;
     width: 100%;
   }
   
   .project-dec {
     display: block;
     height: 100%;
     width: 100%;
   }
   
   .project-dec a {
     display: block;
     height: 100%;
     width: 100%;
   }
   
   .project-dec h4 {
     margin-bottom: 5px;
   }
   
   .project-dec h4:hover {
     color: #fff;
   }
   
   .project-dec h4 {
     color: #ddd;
     font-size: 24px;
     margin-top: -45px;
     padding-top: 50%;
     text-decoration: none;
     text-transform: uppercase;
     font-weight: 800;
   }
   
   .project-dec span {
     color: #ddd;
     font-size: 13px;
   }
   
   .project-action-btn {
     display: block;
     height: 100%;
     text-align: center;
     transition: all 1s ease 0s;
     width: 100%;
   }
   
   .project-action-btn li {
     display: block;
     height: 100%;
     width: 100%;
   }
   
   .project-action-btn li a {
     display: block;
     height: 100%;
     width: 100%;
   }
   
   /*----------------------------------------*/
   
   /* 11. Pricing Area
   /*----------------------------------------*/
   
   .pricing-area {
     background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
   }
   
   .pri_table_list {
     border: 1px solid #ccc;
     text-align: center;
     transition: all 0.4s ease 0s;
     background: #fff;
   }
   
   .pri_table_list h3 span {
     font-size: 16px;
   }
   
   .pri_table_list ol li {
     border-bottom: 1px solid #ccc;
     color: #666;
     padding: 12px 15px;
     position: relative;
     text-align: left;
   }
   
   .pri_table_list li.check.cross::after {
     content: "\f00d";
     font-family: fontawesome;
     font-size: 14px;
     position: absolute;
     right: 50px;
     top: 12px;
     color: indianred;
   }
   
   .pri_table_list li.check::after {
     content: "\f00c";
     font-family: fontawesome;
     font-size: 14px;
     position: absolute;
     right: 50px;
     top: 12px;
     color: #3EC1D5;
   }
   
   .pri_table_list button {
     background: #444 none repeat scroll 0 0;
     border: 1px solid #444;
     color: #fff;
     margin-bottom: 25px;
     padding: 10px 35px;
     text-transform: uppercase;
     transition: all 0.4s ease 0s;
     border-radius: 30px;
   }
   
   .pri_table_list>h3 {
     color: #333;
     font-size: 24px;
     font-weight: 700;
     line-height: 25px;
     padding: 30px 0 20px;
     text-transform: uppercase;
     transition: all 0.4s ease 0s;
   }
   
   .pri_table_list ol {
     list-style: outside none none;
     margin: 0;
     padding: 0 0 25px;
   }
   
   .pri_table_list.active {
     transition: all 0.4s ease 0s;
     position: relative;
     overflow: hidden;
   }
   
   .saleon {
     background: #3EC1D5 none repeat scroll 0 0;
     color: #fff;
     font-size: 13px;
     font-weight: 700;
     left: -26px;
     padding: 2px 25px;
     position: absolute;
     text-transform: uppercase;
     top: 16px;
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
   }
   
   .pri_table_list>button:hover {
     background-color: #fff;
     border: 1px solid #333;
     color: #333;
   }
   
   .active>h3 {
     background: #f5f5f5 none repeat scroll 0 0;
     color: #333;
     transition: all 0.4s ease 0s;
   }
   
   .active>button {
     background: #3EC1D5 none repeat scroll 0 0;
     border: 1px solid #3EC1D5;
     color: #fff;
     transition: 0.4s;
   }
   
   .active>button:hover {
     background: #333 none repeat scroll 0 0;
     border: 1px solid #333;
     color: #fff;
     transition: 0.4s;
   }
   
   /*----------------------------------------
    12.Testimonial Area Css
   ----------------------------------------*/
   
   .testimonials-area {
     background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
     height: auto;
     width: 100%;
   }
   
   .testi-inner {
     position: relative;
     width: 100%;
     height: auto;
     z-index: 1;
   }
   
   .testi-overly {
     background: rgba(208,208,208, 0.68) none repeat scroll 0 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
   }
   
   .testi-overly1 {
     background: rgba(23,23,22, 0.85) none repeat scroll 0 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
   }
   
   .quate {
     border: 1px dotted #fff;
     border-radius: 50%;
     color: #fff;
     display: inline-block;
     font-size: 24px;
     height: 70px;
     line-height: 70px;
     width: 70px;
   }
   
   .quate:hover {
     color: #fff;
   }
   
   .testi-img img {
     border: 1px dotted rgba(0, 0, 0, 0.05);
     border-radius: 2px;
     height: 80px;
     margin: 0 auto;
     padding: 5px;
     transition: background 0.6s ease-out 0s;
     width: 80px !important;
   }
   
   .testi-text p {
     color: #fff;
     font-size: 16px;
     line-height: 1.5em;
     margin: 20px 0;
     letter-spacing: 1px;
   }
   
   .testi-text h6 {
     color: #fff;
     font-size: 20px;
   }
   
   .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
     background: #fff none repeat scroll 0 0;
     display: inline-block;
     height: 8px;
     width: 8px;
     -moz-transition: 0.4s;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     -ms-transition: 0.4s;
     transition: 0.4s;
     border-radius: 50%;
   }
   
   .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
     bottom: -30px;
     display: block;
     left: 50%;
     margin-left: -20px;
     position: absolute;
   }
   
   .testimonial-content {
     margin-bottom: 15px;
   }
   
   .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
     display: inline-block;
     margin: 0 3px;
   }
   
   .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
     background: #3EC1D5;
   }
   
   .testi-text.text-center>h6 {
     color: #fff;
     font-size: 20px;
     font-weight: 700;
     text-transform: uppercase;
   }
   
   .guest-rev {
     color: #ddd;
     font-size: 16px;
   }
   
   .guest-rev>a {
     color: #3EC1D5;
     font-size: 14px;
   }
   
   /*--------------------------------*/
   
   /*  13.Blog Area
   /*--------------------------------*/
   
   .blog-area {
     height: auto;
     width: 100%;
   }
   
   .blog-text h4 a {
     color: #444;
     text-decoration: none;
   }
   
   .blog-text h4 {
     color: #444;
     margin-bottom: 15px;
   }
   
   .blog-btn {
     border-bottom: 1px dotted #444;
     color: #444;
     text-decoration: none;
   }
   
   .blog-btn {
     border-bottom: 1px dotted #444;
     color: #444;
     display: inline-block;
     padding: 0 1px 5px 0;
     position: relative;
     text-decoration: none;
   }
   
   .blog-btn {
     position: relative;
   }
   
   .blog-btn::after {
     content: "\f178";
     font-family: fontawesome;
     position: absolute;
     right: -20px;
     top: 1px;
     transition: all 0.3s ease 0s;
   }
   
   .blog-btn:hover::after {
     right: -30px;
   }
   
   .blog-btn:hover {
     color: #333;
     text-decoration: none;
   }
   
   .blog_meta span.date_type i {
     margin-left: 5px;
   }
   
   .blog-meta span.comments-type {
     margin-left: 5px;
   }
   
   .blog-meta span i {
     padding-right: 10px;
   }
   
   .blog-content .blog-meta {
     border-bottom: 1px dotted #333;
   }
   
   .blog-meta {
     border-bottom: 1px dotted #fff;
     padding: 10px 0;
   }
   
   .comments-type>a, .date-type, .blog-meta span.comments-type {
     color: #333;
     letter-spacing: 1px;
     margin-right: 5px;
   }
   
   .blog-meta .comments-type i {
     padding-right: 0 !important;
   }
   
   .blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
     color: #fff;
     letter-spacing: 1px;
   }
   
   .single-blog .ready-btn {
     border: 1px solid #444;
     border-radius: 30px;
     color: #444;
     cursor: pointer;
     display: inline-block;
     font-size: 15px;
     font-weight: 500;
     margin-top: 10px;
     padding: 10px 20px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.4s ease 0s;
   }
   
   .single-blog .ready-btn:hover {
     border: 1px solid #3EC1D5;
     color: #fff;
   }
   
   /*------------------------------
     13. Quote area
   --------------------------------*/
   
   .suscribe-area {
     background: #3EC1D5 none repeat scroll 0 0;
     padding: 30px 0;
   }
   
   .suscribe-text {
     display: block;
     padding: 10px 0;
   }
   
   .suscribe-text h3 {
     color: #fff;
     display: inline-block;
     font-size: 20px;
     font-weight: 600;
     margin: 0;
     text-transform: uppercase;
     letter-spacing: 2px;
   }
   
   .sus-btn {
     background: #fff none repeat scroll 0 0;
     border: 2px solid #fff;
     color: #3EC1D5;
     display: inline-block;
     font-size: 16px;
     font-weight: 700;
     margin-left: 100px;
     padding: 10px 20px;
     text-decoration: none;
     text-transform: uppercase;
     border-radius: 30px;
   }
   
   .sus-btn:hover {
     background: #3EC1D5 none repeat scroll 0 0;
     border: 2px solid #fff;
     color: #fff;
   }
   
   /*--------------------------------*/
   
   /*  14.Contact Area
   /*--------------------------------*/
   
   .contact-area {
     height: auto;
     width: 100%;
   }
   
   .contact-content {
     padding: 100px;
     background: #000 none repeat scroll 0 0;
   }
   
   .contact-content-right {
     padding: 100px;
   }
   
   .contact-form input[type="text"], .contact-form input[type="email"] {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 1px solid #ccc;
     border-radius: 0;
     color: #444;
     height: 40px;
     margin-bottom: 16px;
     padding-left: 20px;
     width: 100%;
   }
   
   .contact-form textarea  {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 1px solid #ccc;
     border-radius: 0;
     color: #444;
     height: 140px;
     padding: 20px;
     width: 100%;
   }
   
   .contact-form button[type="submit"] {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 1px solid #ccc;
     color: #444;
     font-size: 16px;
     font-weight: 700;
     margin-top: 8px;
     padding: 12px 30px;
     text-transform: uppercase;
     transition: all 0.3s ease 0s;
     border-radius: 30px;
   }
   
   .contact-form button[type=submit]:hover {
     color: #fff;
     border: 1px solid #3EC1D5;
     background: #3EC1D5;
   }
   
   .contact-form  #sendmessage {
     color: #3EC1D5;
     border: 1px solid #3EC1D5;
     display: none;
     text-align: center;
     padding: 15px;
     font-weight: 600;
     margin-bottom: 15px;
   }
   
   .contact-form #errormessage {
     color: red;
     display: none;
     border: 1px solid red;
     text-align: center;
     padding: 15px;
     font-weight: 600;
     margin-bottom: 15px;
   }
   
   .contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
     display: block;
   }
   
   #contact .form .validation {
     color: red;
     display: none;
     margin: 0 0 20px;
     font-weight: 400;
     font-size: 13px;
   }
   
   .single-icon i {
     font-size: 24px;
     width: 50px;
     height: 50px;
     border: 1px solid #444;
     line-height: 46px;
     border-radius: 50%;
     margin-bottom: 20px;
   }
   
   .single-icon p {
     font-size: 16px;
     line-height: 30px;
   }
   
   .contact-icon {
     margin-bottom: 40px;
   }
   
   #google-map {
     height: 370px;
     margin-bottom: 20px;
   }
   
   /*----------------------------------------*/
   
   /*  15. Footer Area
   /*----------------------------------------*/
   
   .footer-area {
     padding-top: 40px;
     padding-bottom:40px;
     background: #f9f9f9;
   }
   
   .footer-head p {
     color: #444;
   }
   
   .footer-head h4 {
     color: #444;
     font-size: 16px;
     letter-spacing: 2px;
     padding-bottom: 10px;
     text-transform: uppercase;
   }
   
   .footer-logo {
     padding-bottom: 20px;
   }
   
   .footer-logo h2 {
     color: #222;
     padding: 0;
     margin: 0;
     font-size: 36px;
     font-weight: bold;
     line-height: 1;
   }
   
   .footer-logo h2 span {
     color: #3ec1d5;
   }
   
   .footer-icons ul li {
     display: inline-block;
   }
   
   .footer-icons ul li a {
     border: 6px solid #444;
     color: #f3ebeb;
     display: block;
     font-size: 22px;
     height: 30px;
     line-height: 38px;
     margin-right: 5px;
     text-align: center;
     width: 30px;
     border-radius: 40%;
   }
   
   .footer-icons1 ul li a {
     border: 1px solid #444;
     color: #444;
     display: block;
     font-size: 15px;
     height: 30px;
     line-height: 38px;
     margin-right: 5px;
     text-align: center;
     width: 30px;
     border-radius: 40%;
   }
   
   .footer-icons1 ul li {
     display: inline-block;
   }
   
   .flicker-img>a {
     float: left;
     padding: 1px;
     width: 33.33%;
   }
   
   .footer-icons {
     margin-top: 8px;
   }
   
   .footer-icons1 {
     margin-top: 8px;
   }
   
   .footer-contacts p span {
     color: #3EC1D5;
     font-weight: 700;
   }
   
   
   .popular-tag ul li {
     display: inline-block;
   }
   
   .footer-content {
     display: block;
     overflow:auto;
     padding-bottom:20px;
     
   }
   .footer-content1 {
     display: block;
     overflow-y: auto;
   }
   
   .popular-tag ul li a:hover, .footer-icons ul li a:hover {
     background: #00ff1f;
     border: 1px solid #3EC1D5;
     color: #fff;
   }
   
   .popular-tag ul li a:hover, .footer-icons1 ul li a:hover {
     background: #3EC1D5;
     border: 1px solid #3EC1D5;
     color: #fff;
   }
   
   .popular-tag ul li a {
     border: 1px solid #444;
     border-radius: 30px;
     color: #444;
     display: block;
     font-size: 13px;
     font-weight: 600;
     margin: 5px 3px;
     padding: 5px 10px;
     position: relative;
     text-decoration: none;
     text-transform: capitalize;
     transition: all 0.4s ease 0s;
     width: 70px;
     text-align: center;
   }
   
   .footer-area-bottom {
     background: #000000 none repeat scroll 0 0;
     padding: 0px 0;
     position:fixed;
     width:100%;
     bottom:0;
    left:0;
    
   }
   
   .copyright-text a:hover {
     text-decoration: underline;
     color: #3EC1D5;
   }
   
   .copyright-text a {
     color: #444;
   }
   
   .copyright>p {
     margin-bottom: 0;
     color: #f7f3f3;
   }
   
   .copyright a, .credits a {
     color: #3EC1D5;
   }
   
   .credits {
     padding-top: 0px;
     text-align: center;
   }
   
   /*----------------------------------------*/
   
   /*  16.Home Page 2  CSS
   /*----------------------------------------*/
   
   .header-bg {
     background: url(../img/slider/slider1.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
     background-attachment: fixed;
   }
   
   .header-bg.home-2 {
     width: 100%;
     height: 100%;
     position: relative;
   }
   
   .home-overly {
     background: rgba(0, 0, 0, 0.50);
     height: 100%;
     position: absolute;
     width: 100%;
   }
   
   .home-2 .layer-1-3, .home-3 .layer-1-3 {
     margin: 10px 0 0;
   }
   
   /*----------------------------------------*/
   
   /*  17.Home Page 3  CSS
   /*----------------------------------------*/
   
   .home-video {
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
   }
   
   .header-image.home-3 {
     width: 100%;
     height: 100%;
     position: relative;
   }
   
   .table {
     width: 100%;
     height: 100%;
     display: table;
   }
   
   .table-cell {
     width: 100%;
     height: 100%;
     display: table-cell;
     vertical-align: middle;
   }
   
   /*----------------------------------------
     18. Blog page
   ----------------------------------------*/
   
   .page-area {
     position: relative;
   }
   
   .blog-page .banner-box {
     margin-bottom: 40px;
   }
   
   .search-option input {
     border: medium none;
     padding: 6px 15px;
     width: 80%;
   }
   
   .search-option {
     border: 1px solid #ccc;
     height: 42px;
     margin-bottom: 30px;
   }
   
   .search-option button {
     background: transparent none repeat scroll 0 0;
     border: medium none;
     font-size: 20px;
     padding: 8px 23px;
   }
   
   .search-option button:hover {
     color: #3ec1d5;
   }
   
   .left-blog h4 {
     border-bottom: 1px solid #ddd;
     color: #444;
     font-size: 17px;
     font-weight: 500;
     margin-bottom: 0;
     padding: 15px 10px;
     text-transform: uppercase;
   }
   
   .left-blog {
     background: #f9f9f9 none repeat scroll 0 0;
     margin-bottom: 30px;
     overflow: hidden;
     padding-bottom: 20px;
   }
   
   .left-blog li {
     border-bottom: 1px solid #ddd;
     display: block;
   }
   
   .left-blog ul li a:hover {}
   
   .left-blog ul li a {
     color: #444;
     display: block;
     font-size: 14px;
     padding: 10px;
     text-transform: capitalize;
   }
   
   .recent-single-post {
     border-bottom: 1px solid #ddd;
     display: block;
     overflow: hidden;
     padding: 15px 10px;
   }
   
   .ready-btn {
     border: 1px solid #fff;
     border-radius: 30px;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     font-size: 17px;
     font-weight: 600;
     margin-top: 30px;
     padding: 12px 40px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.4s ease 0s;
     z-index: 222;
   }
   
   .ready-btn:hover {
     color: #fff;
     background: #3EC1D5;
     border: 1px solid #3EC1D5;
     text-decoration: none;
   }
   .ready-btn1 {
     border: 1px solid #fff;
     border-radius: 30px;
     color:#1f1b1b;
     cursor: pointer;
     display: inline-block;
     font-size: 17px;
     font-weight: 600;
     margin-top: 30px;
     padding: 12px 40px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.4s ease 0s;
     z-index: 222;
   }
   
   .ready-btn1:hover {
     color:#1f1b1b;
     background: #3EC1D5;
     border: 1px solid #3EC1D5;
     text-decoration: none;
   }
   .post-img {
     display: inline-block;
     float: left;
     padding: 0 5px;
     width: 35%;
   }
   
   .pst-content {
     display: inline-block;
     float: left;
     width: 65%;
   }
   
   .pst-content p a:hover, .left-blog ul li a:hover {
     color: #3EC1D5;
   }
   
   .blog-page .single-blog {
     margin-bottom: 40px;
   }
   
   .pst-content p a {
     color: #444;
     font-size: 15px;
   }
   
   .header-bottom h1, .header-bottom h2 {
     color: #fff;
   }
   
   .blog-tags {
     padding: 1px 0;
   }
   
   .left-blog li:last-child {
     border-bottom: 0;
   }
   
   .popular-tag.left-blog ul li a:hover {
     color: #fff;
   }
   
   .popular-tag.left-side-tags.left-blog ul {
     padding: 0 10px;
   }
   
   .blog-1 .banner-box {
     margin-bottom: 30px;
   }
   
   .left-tags .left-side-tags ul li {
     border-bottom: 0;
   }
   
   .left-tags .left-side-tags ul li a {
     padding: 3px 10px;
     width: auto;
   }
   
   .left-side-tags h4 {
     margin-bottom: 15px;
   }
   
   /*----------------------------------------*/
   
   /*  19.	Blog Details css
   /*----------------------------------------*/
   
   .post-information h2 {
     color: #363636;
     font-size: 22px;
     text-transform: uppercase;
   }
   
   .post-information {
     padding: 20px 0;
   }
   
   .post-information .entry-meta span a {
     color: #444;
     display: inline-block;
     padding: 10px 0;
   }
   
   .entry-meta span a:hover {
     color: #3EC1D5;
   }
   
   .post-information .entry-meta {
     border-bottom: 1px solid #ccc;
     margin: 20px 0;
   }
   
   .post-information .entry-meta span i {
     padding: 0 10px;
   }
   
   .entry-content>p {
     color: #444;
   }
   
   .entry-meta>span {
     color: #444;
   }
   
   .entry-content blockquote {
     background: #fff none repeat scroll 0 0;
     border-left: 5px solid #3EC1D5;
     font-size: 17.5px;
     font-style: italic;
     margin: 0 0 20px 40px;
     padding: 22px 20px;
   }
   
   .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
     background-color: #3EC1D5;
     border-color: #3EC1D5;
     color: #fff;
     cursor: default;
     z-index: 3;
   }
   
   .social-sharing {
     background: #fff none repeat scroll 0 0;
     border: 1px solid #ccc;
     display: block;
     margin: 30px 0;
   }
   
   .social-sharing>h3 {
     display: inline-block;
     font-size: 18px;
     margin: 0;
     padding: 20px 10px;
   }
   
   .sharing-icon {
     display: inline-block;
     float: right;
     padding: 13px 10px;
   }
   
   .sharing-icon a {
     border: 1px solid #444;
     color: #444;
     display: block;
     float: left;
     font-size: 18px;
     height: 34px;
     line-height: 30px;
     margin-left: 10px;
     text-align: center;
     width: 34px;
   }
   
   .sharing-icon a:hover {
     color: #3EC1D5;
     border: 1px solid #3EC1D5;
   }
   
   .single-blog .author-avatar {
     float: left;
     margin-right: 10px;
   }
   
   .single-blog .author-description h2 {
     font-size: 18px;
     margin: 0;
     padding: 0 0 5px;
   }
   
   .author-info {
     background: #fff none repeat scroll 0 0;
     float: left;
     margin: 30px 0;
     padding: 15px;
     width: 100%;
   }
   
   .single-post-comments {
     margin-bottom: 60px;
     max-width: 650px;
   }
   
   .comments-heading h3, h3.comment-reply-title {
     border-bottom: 1px solid #e8e8e9;
     color: #444;
     font-size: 18px;
     margin: 0 0 20px;
     padding: 0 0 5px;
     text-transform: uppercase;
   }
   
   .comments-list ul li {
     margin-bottom: 25px;
   }
   
   .comments-list-img {
     float: left;
     margin-right: 15px;
   }
   
   .comments-content-wrap {
     color: #42414f;
     font-size: 12px;
     line-height: 1;
     margin: 0 0 15px 80px;
     padding: 10px;
     position: relative;
   }
   
   .author-avatar {
     display: inline-block;
     float: left;
     width: 10%;
   }
   
   .author-description h2 {
     color: #777;
     font-size: 20px;
     text-transform: uppercase;
   }
   
   .author-description h2 a {
     color: #000;
   }
   
   .comments-content-wrap span b {
     margin-right: 5px
   }
   
   .comments-content-wrap span a:hover {}
   
   span.post-time {
     margin-right: 5px
   }
   
   .comments-content-wrap p {
     color: #909295;
     line-height: 18px;
     margin-bottom: 5px;
     margin-top: 15px;
   }
   
   li.threaded-comments {
     margin-left: 50px
   }
   
   .comment-respond {
     margin-top: 60px;
   }
   
   h3.comment-reply-title {}
   
   span.email-notes {
     color: #42414f;
     display: block;
     font-size: 12px;
     margin-bottom: 10px;
   }
   
   .comment-respond p {
     color: #444;
     margin-bottom: 5px;
   }
   
   .comment-respond input[type=text], .comment-respond input[type=email] {
     border: 1px solid #e5e5e5;
     border-radius: 0;
     height: 32px;
     margin-bottom: 15px;
     padding: 0 0 0 10px;
     width: 100%;
   }
   
   .comment-respond textarea#message-box {
     border: 1px solid #e5e5e5;
     border-radius: 0;
     max-width: 100%;
     padding: 10px;
     height: 130px;
     width: 100%;
   }
   
   .comment-respond input[type="submit"] {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: 1px solid #3ec1d5;
     border-radius: 20px;
     box-shadow: none;
     color: #444;
     display: inline-block;
     font-size: 12px;
     font-weight: 700;
     height: 40px;
     line-height: 14px;
     margin-top: 20px;
     padding: 10px 15px;
     text-shadow: none;
     text-transform: uppercase;
     transition: all 0.3s ease 0s;
     white-space: nowrap;
   }
   
   .comments-content-wrap span a {
     color: #000;
   }
   
   .comments-content-wrap span a:hover {
     color: #3EC1D5;
   }
   
   .comment-respond input[type=submit]:hover {
     border: 1px solid #3EC1D5;
     color: #fff;
     background: #3EC1D5;
   }
   
   .single-blog .blog-pagination {
     border-top: 1px solid #e5e5e5;
     margin: 0;
     padding-top: 30px;
   }
   /*--------------------------------
   18.career page
   -----------------------------*/
   /*mj*/
    a.ready-btn1.right-btn1.page-scroll{
	 padding:7px;
   }	   
   div.panel.panel-default div.panel-heading span{
	   margin-left:10px;
   }
   /*mj*/
   
   /*----------------------------------------
    .End CSS
   ----------------------------------------*/
   