/*

Template 2083 Steak House

http://www.tooplate.com/view/2083-steak-house

*/

body {
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color:#787474;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family:Poppins-Medium;
  text-align: center;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #635f5f;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
 color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  font-family:Poppins-Medium;
}

p {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 28px;
  font-family: 'Poppins-Light';
}

a {
  text-decoration: none !important;
  font-family:Poppins-Regular;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#about,
#feature,
#video,
#menu,
#team,
#gallery,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature,
#team {
  background: rgb(240,240,240);
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

  @-webkit-keyframes sk-pulseScaleOut {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0); }
      100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

        @keyframes sk-pulseScaleOut {
          0% {
            -webkit-transform: scale(0);
            transform: scale(0); }
            100% {
              -webkit-transform: scale(1);
              transform: scale(1);
              opacity: 0; } }


              /* Home section */
              #home {
                color: #ffffff;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center;
                height: 100vh;
                overflow: hidden;
                position: relative;
              }

              #home .gradient-overlay {
                background: #c21500; /* fallback for old browsers */  
                background: -webkit-linear-gradient(to left, #337ab7a1 , #2098d100);/* Chrome 10-25, Safari 5.1-6 */
                background: linear-gradient(to left, #337ab7a1 , #2098d100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                opacity: 0.8;      
                position: absolute;
                top: 0;
                width: 100%;
                height: 100vh;
              }
              .text-effect{

                text-shadow: 4px 5px 14px #000000;
              }
              #home .btn {
                background: transparent;
                border: 3px solid #ffffff;
                color: #ffffff;
                font-size: 12px;
                letter-spacing: 2px;
                padding: 13px 30px;
                margin-top: 34px;
                text-transform: uppercase;
                font-family: 'Poppins-Regular';
              }

              #home .btn:hover,
              #home .btn:focus {
                color: #2196F3;
              }

              .btn:hover,
              .btn:focus {
                color: #2196F3;
              }


              /* Navigation section */
              .navbar-default {
                background: #ffffff;
                border: none;
                box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
                margin: 0 !important;
              }

              .navbar-default .navbar-brand {
                color: #505050;
                font-size: 28px;
                font-weight: 600;
                letter-spacing: 2px;
                line-height: 40px;
                margin: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
              }


              .ak-logo{
                width: 65px;
                height: 60px;
                padding: 0px;
                margin-top: 10px !important;
                margin-left: 10px !important;
                margin-bottom: 15px !important;
              }

              .logo-part{
                width: 55px;
                height: 50px;
              }
              .logo-part img{
                width: auto;
                height: 100%;
              }

              .navbar-default .navbar-nav li a {
                color: #757575;
                font-size: 19px;
                font-weight: 300;
                line-height: 50px;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                font-weight:bold;
              }

              .navbar-default .navbar-nav > li a:hover {
                color:#0065bd !important;
              }

              .navbar-default .navbar-nav > li > a:hover,
              .navbar-default .navbar-nav > li > a:focus {
                color: #606060;
                background-color: transparent;
              }

              .navbar-default .navbar-nav > .active > a,
              .navbar-default .navbar-nav > .active > a:hover,
              .navbar-default .navbar-nav > .active > a:focus {
                color: #c21500;
                background-color: transparent;
              }

              .navbar-default .navbar-toggle {
               border: none;
               padding-top: 10px;
               margin-top:20px;
             }

             .navbar-default .navbar-toggle .icon-bar {
              border-color: transparent;
            }

            .navbar-default .navbar-toggle:hover,
            .navbar-default .navbar-toggle:focus { 
              background-color: transparent;
            }



            /* Feature section */
            #feature .feature-thumb {
              background-color: #ffffff;
              position: relative;
              padding: 40px;
              margin-top: 32px;
            }
            #feature .feature-icon {
              background-color: #222;
              width: 85px;
              height: 85px;
              margin: 0 auto;
              top: 0;
              margin-top: -70px;
              margin-bottom: 30px;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              border-radius: 50%;
              display: table;
              text-align: center;
              transition: all 0.4s ease-in-out;
            }
            #feature .feature-icon:hover {
              background-color: #c21500;
            }
            #feature .feature-icon span {
              display: table-cell;
              vertical-align: middle;
            }
            #feature .feature-icon .fa {
              color: #ffffff;
              font-size: 36px;
              margin: 0;
              padding: 0;
            }

            #feature h3 {
              padding-top: 14px;
              padding-bottom: 10px;
            }



            /* About section  */
            #about .col-md-4 ul {
              padding-top: 4px;
              padding-left: 28px;
            }

            #about .col-md-4 ul li {
              color: #777;
              font-size: 18px;
              font-weight: 400;
              padding-top: 2px;
              padding-bottom: 2px;
            }



            /* Video section  */
            #video {
              background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
              -webkit-background-size: cover;
              background-size: cover;
              background-position: center center;
              position: relative;
              color: #999;
            }

            #video .overlay {
              background: rgba(03,03,03,0.6);
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
            }

            #video h2 {
              color: #ffffff;
              padding-top: 20px;
              padding-bottom: 16px;
            }

            #video .fa {
              position: relative;
              border: 2px solid #ffffff;
              border-radius: 100px;
              color: #ffffff;
              font-size: 28px;
              width: 80px;
              height: 80px;
              line-height: 80px;
              text-align: center;
              vertical-align: middle;
              margin-top: 22px;
            }



            /* Menu section */
            #menu .media {
              padding-bottom: 20px;
            }

            #menu .media-object img {
              width: 220px;
              padding-right: 12px;
              position: relative;
            }

            #menu .media-object span.menu-price {
              position: absolute;
              background-color: #ffffff;
              color: #222;
              font-size: 20px;
              font-weight: bold;
              padding: 6px 20px;
              top: 50%;
              left: 3%;
            }



            /* Team section */
            #team h3 {
              padding-bottom: 0px;
            }

            #team .team-des h4 {
              color: #666;
              padding-top: 0px;
              padding-bottom: 10px;
            }

            #team img {
              width: 100%;
            }

            #team .team-thumb {
              width: 100%;
              position: relative;
              height:210px !important;
              overflow: hidden;
            }

            #team .team-thumb p{
              padding: 0px 10px;
              font-size:12px;
              line-height: 22px;
            }

            #team .team-des {
              background: #ffffff;
              box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
              position: absolute;
              bottom: 0px;
              width: 100%;
              height: 80px;
              overflow: hidden;
              transition: height 450ms;
            }
            #team .team-thumb:hover .team-des {
              color: #ffffff;
              height: 100%;
              background-color: #383737;
              padding-top: 30%;
              opacity: 0.9;
            }
            #team .team-thumb:hover h3,
            #team .team-thumb:hover h4,
            #team .team-thumb:hover .social-icon li a {
              color: #eee;
            }

            #team .join-team {
              background-color: #0065bd;
              color: #f0f0f0;
              padding: 30px 20px;
              text-align: center;
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              display: block;
            }
            #team .join-team .fa {
              font-size: 32px;
              padding-bottom: 14px;
            }
            #team .join-team .btn {
              background-color: transparent;
              border: 3px solid #ffffff;
              color: #ffffff;
              font-size: 18px;
              padding: 6px 25px;
              margin-top: 16px;
            }
            #team .join-team .btn:hover {
              color:#2196f3;
            }

            #team .col-md-6 {
              padding-top: 62px;
            }
            #team .col-md-6 h2 {
              padding-bottom: 16px;
            }



            /* Gallery section */
            #gallery .gallery-thumb {
              position: relative;
              overflow: hidden;
              margin: 0;
            } 

            #gallery .gallery-thumb .gallery-overlay {
              background: #c21500;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              -webkit-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out;
            }

            #gallery .gallery-thumb:hover .gallery-overlay {
              opacity: 0.9;
            }

            #gallery .gallery-thumb .gallery-overlay .gallery-item {
              text-align: center;
              position: absolute;
              top:50%;
              left: 50%;
              -webkit-transform:translate(-50%,-50%);
              -ms-transform:translate(-50%,-50%);
              transform:translate(-50%,-50%);
            }

            #gallery .gallery-thumb .fa {
              background: #ffffff;
              border-radius: 100%;
              font-size: 24px;
              color: #222;
              width: 60px;
              height: 60px;
              line-height: 60px;
              text-align: center;
              vertical-align: middle;
            }

            /*filter css*/
            .filter-wrapper {
              width: 100%;
              margin-bottom: 42px;
              overflow: hidden;
            }

            .filter-wrapper li {
              display: inline-block;
              margin: 4px;
            }

            .filter-wrapper li a {
              color: #666;
              font-size: 16px;
              font-weight: 600;
              letter-spacing: 2px;
              padding: 8px 17px;
              margin-right: 2px;
              margin-left: 2px;
              text-transform: uppercase;
              display: block;
              text-decoration: none;
              -webkit-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out;
            }
            .filter-wrapper li a:hover,
            .filter-wrapper li a:focus {
              color: #C21500;
            }

            /*isotope box css*/
            .iso-box-section {
              width: 100%;
            }

            .iso-box-wrapper {
              width: 100%;
              padding: 0;
              clear: both;
              position: relative;
            }

            .iso-box {
              position: relative;
              min-height: 50px;
              float: left;
              overflow: hidden;
              margin-bottom: 30px;
            }

            .iso-box > a {
              display: block;
              width: 100%;
              height: 100%;
              overflow: hidden;
            } 

            .fluid-img {
              width: 100%;
              display: block;
            }


            /* Contact section  */
            #contact {
              background: url('../images/contact.jpg') 50% 0 repeat-y fixed;
              -webkit-background-size: cover;
              background-size: cover;
              background-position: center center;
              position: relative;
            }

            #contact .overlay {
              background: rgba(0,0,0,0.7);
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
            }

            #contact .form-control {
              background: transparent;
              border: none;
              border-bottom: 1px solid #666;
              border-radius: 0px;
              box-shadow: none;
              color: #ffffff;
              font-size: 18px;
              margin-bottom: 16px;
              transition: all 0.4s ease-in-out;
            }

            #contact .form-control:hover {
              border-color: #ddd;
            }

            #contact input {height: 45px;}

            #contact input[type='submit'] {
              background: #ffffff;
              border-radius: 4px;
              color: #c21500;
              font-size: 20px;
              font-weight: 600;
              letter-spacing: 2px;
              height: 50px;
              margin-top: 20px;
              transition: all 0.4s ease-in-out;
            }
            #contact input[type='submit']:hover {
              background-color: #c21500;
              border-color: transparent;
              color: #ffffff;
            }


            /* Footer section  */
            footer {
              background-color: #0065bd;
              color: #ffffff;
              padding-top: 40px;
              padding-bottom: 100px;
            }

            footer h3 {
              color: #ffffff;
              text-transform: uppercase;
              padding-bottom: 14px;
            }

            footer strong {
              color: #f0f0f0;
              font-size: 20px;
              display: block;
              padding-top: 6px;
              padding-bottom: 2px;
            }
            .footeradd p{
              margin: 0px;
            }
            .footermenu{
              list-style: none;
              padding: 0px;
              margin-bottom: 0vh;
              text-align: left;
              padding:0px 20px 20px 20px;
            }
            .footermenu li a{
              color: #ffffff;
              font-size: 18px;
              letter-spacing: 0.8px;
              font-family: 'Poppins-Regular';
              transition: all 0.4s ease-in-out;
            }
            .footermenu li a:hover{
                  color: #32334e;
            }
            .footer-socialicon{
              list-style: none;
              padding: 0;
              margin: 0;
            }
            .footer-socialicon li{
              float: left;
              background: #ffffff;
              width: 40px;
              height: 40px;
              margin: 0px 5px;
              border-radius: 50%;
              display: inline-flex;
              align-items: center;
              text-align: center;
              color: #fff;
              transition: all 0.4s ease-in-out;
            }
            .footer-socialicon li:hover{
              background:  #15389a;
            }
            .footer-socialicon li:hover>a{
              color: #fff;
            }
            .footer-socialicon li a{
              transition: all 0.4s ease-in-out;
              color: #757575;
              font-size: 18px;
              width: 100%;
            }
            /* copyright section  */
            .designed-by{
              color: #15389a !important;
              font-family: 'Poppins-Medium';
              font-size: 12px;
            }
            #copyright p {
              padding: 10px;
              line-height: initial;
              margin: 0;
              font-family: 'Roboto-Regular';
              font-size: 12px;
              text-transform: capitalize;
            }

            .gototop {
              background-color: #242424;
              color: #fff !important;
              font-size: 20px;
              padding: 4px 10px;
              line-height: 1em;
              text-align: right;
              transition: all 0.4s ease-in-out;
              border-radius: 4px;
            }
            .gototop:hover {
              background-color: #15389a;
              color: #fff;
            }
            .gotoup{
              position: fixed;
              right: 0px;
              bottom: 2vh;
              z-index: 10000;
            }
            /* social icon section  */
            .social-icon {
              padding: 0;
              margin: 0;
            }

            .social-icon li {
              list-style: none;
              display: inline-block;
            }

            .social-icon li a {
              border-radius: 100px;
              color: #626262;
              font-size: 18px;
              text-decoration: none;
              transition: all 0.4s ease-in-out;
              width: 35px;
              height: 35px;
              line-height: 35px;
              text-align: center;
              margin-bottom: 12px;
              margin-right: 10px;
            }

            .social-icon li a:hover {
              background: #111;
              color: #ffffff;
            }


            #home {
              height: calc( 100vh - 160px ) ;
            }

            /* Mobile Responsive */
            @media (max-width: 980px) {

              #home {
                height: calc( 100vh - 80px ) ;
              }

              #feature .col-md-4:last-child,
              #about .col-md-4 {
                margin-top: 42px;
              }

              #team .team-thumb {
                margin-top: 20px;
                margin-bottom: 20px;
              }
              #team .join-team {
                padding: 71px 50px;
                margin-top: 20px;
              }

            }


            @media (max-width: 900px) {

              h1 {font-size: 70px;}

            }

            @media (max-width: 768px) {

              .navbar-default .navbar-brand {
                line-height: 46px;
              }

            }
            @media (min-width: 768px)
            {
              .navbar-header {
                /*float: none; */
              }
              .navbar-brand {
                /*margin-left: 0px !important;*/
              }
 /* .navbar-collapse.collapse {
    display: inline-block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    }*/



  }

  @media (max-width: 767px) {

    .navbar-default .navbar-brand {
      line-height: 15px;
    }
    .navbar-default .navbar-nav li a {
      line-height: 30px;

    }

    #feature .col-md-4,
    #about .col-md-5,
    footer .col-md-4 {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .filter-wrapper {
      padding: 0px;
    }

  }

  @media (max-width: 650px) {
    .logo-part{
      height:45px !important;
      width:50px !important;
      margin-bottom: 5px;
    }
    .aboutus-section{
      padding-left:10px !important;
      padding-right:10px !important;
    }
    .workers-table{
      width:100% !important;
    }
    .certi-title{
      margin-left:0px !important;
    }
    .address-session .add-content {
      /* height: 230px; */
      width: 100% !important;
      padding: 0px 50px;
      color: #979090 !important;
    }
    #map{

      height: 350px !important;

    }
    .address-session .address-sec-1 {
      text-align: left !important;
      border-right: none !important;
    }
    .address-session .address-sec-2 {
      display: none !important;
    }
    .slider-title {
      position: absolute;
      bottom: 50px;
      right: 30px !important;
      padding-left: 5px;
    }
    .slider-title p {
      -webkit-text-stroke-width: .3px !important;
      -webkit-text-stroke-color: #0065bd;
      font-size: 18px !important;
      color: #fff9f9;
      text-shadow: 0px 0px 1px #2196F3 !important;
      font-weight: bold;
      font-family: 'Roboto-Bold';
      margin: 0px !important;
    }
.part-creer{
  width: 100% !important;
  margin: auto;
  height: 100px !important;
  /*box-shadow: 0px 0px 15px #80808054;*/
}
.white-texthead {
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 0.8px;
    line-height: 18px !important;
    font-weight: bold;
    color: white;
    background: #00000069;
    padding: 10px;
    box-shadow: 4px 4px 10px #0065bd;
}
.white-text {
    text-transform: capitalize;
    font-size: 18px !important;
    letter-spacing: 0.8px;
    line-height: 18px !important;
    font-weight: bold;
    color: white;
    background: #00000069;
    padding: 10px;
    text-align: left !important;
    box-shadow: 4px 4px 10px #0065bd;
}

.centerwidth{
  width: 100% !important;
    margin: 0 auto;
    position: relative;
}

#upload-photo-label {
    padding: 6px 20px !important;
    font-family: arial;
    border-radius: 3px;
    font-size: 13px;
    box-shadow: inset 0px 0px 13px #d7cbcb;
    cursor: pointer;
}
.part-creer form button{

      display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 13px !important;
}
.selectjobpart {
    width: 100%;
    height: 140px !important;
    padding-top: 20px !important;
}
    .certificates{
      display: flex;
      text-align: center;
      flex-direction: column;
      align-items: center;
    }
    .divtop{
      margin:0px !important;
    }
    .certificates li{
      display: block;
      width:50% !important;
      margin-bottom:20px !important;
    }

    .logo-font{
      font-size:18px !important;
       font-family: 'SanidanaRegular' !important;
       margin-left: 10px !important;
       margin-top: 15px !important;
    }

    .certificates img{
      height:30px !important;
      width:auto !important;
    }
    .certificates li{
      padding:10px 10px;
    }

    #home {
      height: 100vh;
    }

    h1 {
      font-size: 60px;
    }
    h2 {
      font-size: 30px;
    }

    #feature {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    #about,
    #feature,
    #video,
    #menu,
    #team,
    #gallery,
    #contact {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    #menu .media-object img {
      width: 100%;
      padding-bottom: 14px;
    }
    #menu .media-object span.menu-price {
      top: 30%;
      left: 6%;
    }

    footer {
      text-align: center;
      padding-top: 20px !important;
      padding-bottom: 50px !important;
    }
    .career-content{
      padding:20px !important;
    }
    .career-content p {
      color: #979090 !important;
      text-align: justify !important;
    }
    .res-projects{
      padding: 0px !important;
    }
    .services-post h2 {
      font-size: 20px;
      word-wrap: break-word ;
    }
    .aboutus-section p img {
      width: 100% !important;
      margin: 0px 20px 10px 0px;
    }
    .res-achive{
      display: inline-block !important;
    }
    .res-achive1{
      display: inline-block !important;
    }
    .achieve-list-item {
      margin-bottom: 20px;
    }
    .res-exper{
      padding: 0px !important;
      text-align: justify;
    }
    .res-subchive{
      padding: 0px !important;
    }
    .manisldrtext{
      font-size: 20px !important;
      -webkit-text-stroke-width: .3px !important;
      line-height: 20px !important;

    }
    .section-title {
      padding-bottom: 30px !important;
    }
    .media-object {
      display: block;
      padding: 0px !important;
    }
    #menu .media-object img {
      padding-right: 0px !important;
    }
    .footer-logopart{
      width: 100% !important;
    }
  }



  @media (max-width: 468px) {
    .career-content{
      padding:20px !important;
    }
    .career-content p {
      color: #979090 !important;
      text-align: justify !important;
    }
    .res-projects{
      padding: 0px !important;
    }
    .services-post h2 {
      font-size: 20px;
      word-wrap: break-word;
    }
    .home-main-head {
      color: #2196f3 !important;
      font-size: 20px !important;
    }
    .aboutus-section p img {
      width: 100% !important;
      margin: 0px 20px 10px 0px;
    }
    .res-achive{
      display: inline-block !important;
    }
    .res-achive1{
      display: inline-block !important;
    }
    .achieve-list-item {
      margin-bottom: 20px;
    }
    .manisldrtext{
      font-size: 20px !important;
      -webkit-text-stroke-width: .3px !important;
      line-height: 20px !important;
    }
    .section-title {
        padding-bottom: 30px !important;
    }
    .footer-logopart{
      width: 100% !important;
    }
  }
  

.res-achive{
  display: flex;
}
.res-achive1{
  display: flex;
}
  .logo-wrapper{
    height:100%;
    display:flex;
    align-items: center;
        top: 5px;
    position: relative;
  }
  .logo-wrapper h3{
    margin-left: 20px;
    margin-top: 25px;    
  }

  .akila-button{
    margin-right: 10px;
  }

  .navbar.navbar-default.navbar-static-top{
    box-shadow: 0px 1px 5px #00000030 !important;
        border-bottom: 3px solid #0065bd;
  }





  .certificates{
    padding-left: 0px;
    padding-top:10px;
    bottom: 0px;
    left: 0px;
    display: flex;
    list-style: none;
    width:100%;
  }


  .certificates li {
    padding: 10px 22px;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 0px 50px;
  }

  .certificates img{
    height:50px;
    width:100%;
  }

  #menu{
    padding-top:50px !important;
  }

  .title-section{
    height:200px;
    width:100%;
    display: flex;
    /*flex-direction: column;*/
    align-items:flex-end;
    justify-content: center;
    background: #f9f9f9;
  }
  .title-section h3{
    font-style: 50px;
  }
  .title-section p{

  }
.white-text{
      text-transform: capitalize;
    font-size: 28px;
    letter-spacing: 0.8px;
    line-height: 28px;
    font-weight: bold;
    color: white;
    background: #00000069;
    padding: 10px;
    text-align: center;
    box-shadow: 4px 4px 10px #0065bd;
}
.white-texthead{
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.8px;
    line-height: 28px;
    font-weight: bold;
    color: white;
    background: #00000069;
    padding: 10px;
    box-shadow: 4px 4px 10px #0065bd;
}
  .address-session{
    /*height:350px;*/
    width:100%;
    /*display: flex;*/
    padding-top:50px;
    padding-bottom:30px;
  }

  .address-session .add-content{
    /*height: 230px;*/
    width:100%;
    padding:0px 50px;
    color: #979090 !important;
  }

  .address-session .add-content h3{
    margin-top:0px;
  }

  .address-session .address-sec-1{
    text-align: center;
    /*border-right: 1px solid gray;*/
  }

  .address-session .address-sec-2{
    text-align: left;
  }

  .float-content img{
    width:100%;
    float:left;
    margin-bottom:20px;
  }

  .float-content p{  
    float:left; 
  }

  .float-content{
    display:flex;
  }

  .title-section.career {
    background: url(../images/career.jpg) no-repeat;
    background-size: cover;
    height:480px;
    background-position: center;
  }
  .title-section.project {
    background: url(../images/our-pro.jpg) no-repeat;
    background-size: cover;
    height: 480px;
    background-position: center;
  }
  .title-section.service {
    background: url(../images/service-slide.jpg) no-repeat;
    background-size: cover;
    height: 480px;
    background-position: center;
  }
  .title-section.aboutus {
    background: url(../images/our-pro-1.jpg) no-repeat;
    background-size: cover;
    height: 520px;
    background-position:center;
  }
  .white-text{
    color:white;
  }



  /*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/
.services-tabs ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.services-tabs ul li {
  display: block;
  margin: 0 0 2px;
}
.services-tabs ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 18px 25px;
  background: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0;
}
.services-tabs ul li a:hover {
  background: #0a287e;
  color: #ffffff;
}
.services-tabs ul li.active a {
  background: #0a287e;
  color: #ffffff;
}

.services-post{
  overflow:hidden;
  box-shadow: 1px 2px 17px #939ba152;
  margin-bottom: 20px;
}

.services-post h2{
  font-size: 20px;  
}

.services-post img {
  height: 250px;
}

.services-post-img{
  /*background: url(../images/project-3.png);*/
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  width:100%;
  height: 300px;   
}
.item-active{
  color:#0065bd !important;
}

.logo-font{
  color: #0065bd !important;
   font-family: 'SanidanaRegular';
  /* text-shadow: 3px 3px 13px #0000000f;*/
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.home-ourser{
  color: #979090 !important;
  line-height: initial;
  font-size: 15px;
  text-align: justify;
}    
.home-head{
  color: #607D8B !important;
  margin-top: 0px !important;
  margin-bottom: 5px;
  line-height: inherit;
  padding: 0px !important;
  font-size: 16px;
  font-family: 'Poppins-Medium';
}
.home-main-head{
  color: #2196f3 !important;
}
.home-main-font{
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  background: #00000069;
  padding: 10px;
  font-family: roboto;
}
.serv-links{
  list-style-type: none;
  padding: 0px;
  font-family: roboto !important;
}
.our-head{
  font-family: Poppins-Regular;
  padding: 0 5px;
  color: #9e9e9ea6;
}

.ls-p{
  font-size: 15px;
  color: #9e9e9e !important;
}
.icon-color{
  color:#2196f3;
}
.arrow-near{
  color: #827d7d;
}
.serv-links li{
  color: #979090 !important;
  line-height: 25px;
  font-family: 'Poppins-Medium';
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  font-size: 15px;
  word-wrap: break-word;
}   
.services-content{
  padding:10px;
}
.career-content{
  padding:50px;
}
.career-content p{
  color: #979090 !important;
}
.cont-head{
  color:#a7a8a9;
}

.owl-nav{
  display:none;
}

.fullwidth{
  position: relative;
      /*background-size: 100% 100% !important;*/
}
.manisldrtext{

  -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0065bd;
    font-size: 35px;
    color: #fff9f9;
    text-shadow: 2px 1px 5px #2196F3;
    font-weight: bold;
    font-family: 'Roboto-Bold';
    background: #00000069;
    padding: 10px 15px;
    box-shadow: 4px 4px 10px #0065bd;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 28px;
    display: inline-block;
    margin-top: 35px;
    margin-left: 25px;
}

.slider-owlbdr .item{
  height:calc( 90vh - 80px ) !important; 
  background-size:cover !important;
}
.our-clients .item{
    height: 200px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.slider-title{
  position: absolute;
  bottom: 50px;
  right: 50px;
  
}
.slider-title p{
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #0065bd;
  font-size: 35px;
  color: #fff9f9;
  text-shadow: 2px 1px 5px #2196F3;
  font-weight: bold;
  font-family: 'Roboto-Bold';
}


.certi-title{
  font-size: 26px;
  margin-top: 30px;
  /* top: 10px; */
  /* position: relative; */
  font-weight: bold;
  color: white;
  margin-left: 50px;
  margin-bottom: 20px;
  display: inline-block;
}

.aboutus-section .home-ourser{
  text-align: justify;
}

.workers-table{
  width:30%;
  font-family: 'Roboto-Regular';
}
.workers-table .sno, .workers-table .workers{
  text-align: center;
}
.achieve-list-item{
  /*display: flex;*/
  align-items: center; 
  font-family: 'Roboto-Regular'; 
}
.achieve-list-item .achieve-label{
  padding: 0px 10px;
  color:#979090 !important;
}
.achieve-label p{
  margin: 0;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.achieve-list-item i{
  color:gray;
}
.achieve-ul{
  padding:0px;
  width:30%;
  margin:auto;
}
.service-img{
  width:50%;
  float: left;
}
.service-content{
  float: left;
}

.aboutus-section p img{
  width:50%;
  margin:0px 20px 10px 0px;
}

.client-image{
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
}
.client-image img{
  width: auto;
  height: 100%;
  display: inline-block;
}

.top-career{
  margin-bottom: 20px;
}
.top-career h2{
  color: #fff;
  text-transform: uppercase;
  background: #0065bd;
  padding: 5px 0px;
  border-radius: 3px;
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
}

.career-apply{
  margin-bottom: 20px;
}
.part-creer{
    width: 100%;
    margin: 0px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.part-creer p{
     margin-top: 0px;
    font-weight: bold;
    font-size: 13px;

}
.career-apply-div{
  /*display: flex;*/
  width: 100%;
  /* align-items: center; */
  text-align: center;
}
.avil-per{
  display: inline-block;
  width: 40%;
  color: #3c9bef;
  font-size: 20px;
  font-family: 'Roboto-Medium';
  background: #dedede;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 5px;
  float: left;
  text-transform: capitalize;
}
.click-apply{
  display: inline-block;
  width: 60%;
}
.inner-toper{
  width: 100%;
}

.click-apply button{
  background: #b1b4b5;
  padding: 7px;
  border: navajowhite;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto-Medium';
  box-shadow:inset 0px 0px 15px #80787b;
}
.click-apply button:hover, .click-apply button:active, .click-apply button:focus{
  border: none !important;

}
.home-ab-section{
  background: #f7f7f7;
  padding-top: 50px;
}
.home-ab-sec{

}
.slider-owlbdr{
  width: 100%;
  margin: 0 auto;
 /* border-top: 3px solid #0065bd;
  border-bottom: 3px solid #0065bd;*/
}
.slouan{
  text-align: center;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wearecommit{
 width: 100%;
}
.wearecommit h2{
  margin: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  padding: 5px;
  background: rgba(0,0,0,.5);
  box-shadow: 4px 4px 10px #0065bd;
}

#upload-photo {
  height: 0;
  width: 0;
  outline: none;
}

#upload-photo-label {
  padding: 8px 30px;
  font-family: arial;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: inset 0px 0px 13px #d7cbcb; 
  cursor:pointer;
  font-family: 'Poppins-SemiBold';
}
#upload-photo2 {
  height: 0;
  width: 0;
  outline: none;
  opacity: 0;
}

#upload-photo-label2 {
  padding: 9px 30px;
  font-family: arial;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: inset 0px 0px 13px #d7cbcb; 
  cursor:pointer;
}
/*#upload-photo-label:active{
    background:#ccc;
    }*/
/*.blink a{
  width:20px;
  height:10px;
  }*/
  .blink a {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1200ms infinite; /* Safari and Chrome */
  }
  @keyframes blink {
    from {
      color:#337ab7;
    }
    to {
      color:white;
    }
  }
  @-webkit-keyframes blink {
    from {
      color:#337ab7;
    }
    to {
      color:white;
    }
  }

.error_msg{
  font-size: 10px;
  color: #F44336;
  margin-top: -15px !important;
}

.logo-part-bottom{
    position: relative;
    top: 0;
}

.logo-part {    
    -webkit-animation: spin 3s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
    animation: spin 3s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes spin {
    from { -webkit-transform: rotateY(0deg); }
    to { -webkit-transform: rotateY(360deg); }
}

.social-share iframe{
  /*display: inline-block;*/
}
.social-share{
  display: flex !important;
  justify-content: center;
}

.weldpara{
  width: 100%;
  margin: 0px; 
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}
.title-sectionnn{
  text-align: center;
  padding: 30px 0px;
}
@keyframes rotation {
     0%,10% { -webkit-transform: rotateY( 2deg );
         -moz-transform: rotateY( 2deg );
           -o-transform: rotateY( 2deg );
              transform: rotateY( 2deg );}
    10%, 20% { -webkit-transform: rotateY( 45deg );
         -moz-transform: rotateY( 45deg );
           -o-transform: rotateY( 45deg );
              transform: rotateY( 45deg );}
    20%,40%{
      -webkit-transform: rotateY( 90deg );
         -moz-transform: rotateY( 90deg );
           -o-transform: rotateY( 90deg );
              transform: rotateY( 90deg );
    }
    40%,60%{
      -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
    }

    60%, 100% { -webkit-transform: rotateY( 360deg );
         -moz-transform: rotateY( 360deg );
           -o-transform: rotateY( 360deg );
              transform: rotateY( 360deg );  }
}
.flipped{
  animation: rotation 2.5s infinite linear;
}
  #card {
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transition: -webkit-transform 1s;
         -moz-transition: -moz-transform 1s;
           -o-transition: -o-transform 1s;
              transition: transform 1s;
      -webkit-transform-style: preserve-3d;
         -moz-transform-style: preserve-3d;
           -o-transform-style: preserve-3d;
              transform-style: preserve-3d;
              /*-webkit-transform: rotateY( 360deg );
         -moz-transform: rotateY( 360deg );
           -o-transform: rotateY( 360deg );
              transform: rotateY( 360deg );*/
    }
 #card figure {
      display: block;
      height: 100%;
      width: 100%;
      line-height: 260px;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 140px;
      position: absolute;
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
           -o-backface-visibility: hidden;
              backface-visibility: hidden;
    }

    #card .front {
      background: red;
    }

    #card .back {
      background: blue;
      -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
    }
    .flipcontainer{

         width: 100%;
    height: 100%;
      position: relative;
      margin: 0 auto 40px;
      -webkit-perspective: 800px;
         -moz-perspective: 800px;
           -o-perspective: 800px;
              perspective: 800px;
    
    }


.centerwidth{
  width: 90%;
    margin: 0 auto;
    position: relative;
}

.footer-logopart{
  padding:20px 15px;
  margin-top: 30px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  height:250px;
  width: 300px;
  background: #fff;
}