/*  HTML, Body      */
html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}


/*--------- Preloader ----------*/
#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#status {
    background-image: url("../img/preloader/preloader.gif");
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

/*========= vertical / horizontal headings ========*/
.vertical-heading h5 {
    color: #F8B818;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -55px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
}

.vertical-heading span,
.horizontal-heading span {
    color: #00255C;
}

.horizontal-heading {
    margin-bottom: 80px;
 }

 .horizontal-heading h5 {
    color: #F8B818;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
  }

  .horizontal-heading h2 {
    margin: 0;
}

.vertical-heading h2,
.horizontal-heading h2 {
    font-size: 42px;
    font-weight: 100; 
    line-height: 45px;
}

/*================================
    Content Box
==============================*/
.content-box-lg {
    padding: 120px 0;
}

.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 90px 0;
}

/*=========Home Section =========*/
#home {
    background: none;
    height: 100%;
}

#home-bg-vid {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url(../video/pic.jpg) no-repeat;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #F8B818;
    font-weight: 400;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

/*           Button           */
.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}

.btn-home:hover,
.btn-home:focus {
    color: #fff;
    background-color: #F8B818;
    border: 1px solid #F8B818;
}

.btn-yellow {
    background:#F8B818;
    border: 1px solid #F8B818;
    color: #fff;
}

.btn-yellow:hover,
.btn-yellow:focus {
    color: #fff;
    background-color: #00255C;
    border: 1px solid #00255C;
}

.btn-white {
    background:#fff;
    border: 1px solid #fff;
    color: #00255C;
}

.btn-white:hover,
.btn-white:focus {
    color: #fff;
    background-color: #00255C;
    border: 1px solid #00255C;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 22px;
    display: none
}

#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #F8B818;
}


/*================================
          ABOUT Box
==============================*/

/*=========About Section 1=========*/
#about-right p:first-child,
#about-right p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
  }

#about-bottom {
    margin-top: 60px;
}

#about-bottom img {
    margin: 0 auto;
}

/*=========About Section 2=========*/

#about-02 {
    background-color: #F4F4F4;
}

.about-item {
    background-color: #fff;
    padding: 60px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 450px;
}

.about-item i {
    font-size: 42px;
    margin: 0;
}

.about-item h3 {
    font-size: 24px;
    margin: 10px;
}

.about-item hr {
    width: 45px;
    height: 3px;
    background-color: #F8B818;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}

.about-item:hover {
    background-color: #F8B818;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
    color: #fff;
}

.about-item:hover hr {
    background-color: #fff;
}

.about-item:hover i {
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
}

.about-item,
.about-item i,
.about-item hr {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.about-item h3,
.about-item p
 {
   transition: all 400ms linear;
   -webkit-transition: all 400ms linear;
   -moz-transition: all 400ms linear;
   -ms-transition: all 400ms linear;
   -o-transition: all 400ms linear;
}

.about-item ul.core-value {
    font-family:'Open Sans', sans-serif;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 12px;
}

.about-item ul.core-value li {
    display: inline-block;
    padding: 5px;
    font-weight: 300;
    text-transform: uppercase;
}

.about-item ul.core-value li i {
    font-size: 10px;
    width:20px;
}

.about-item:hover ul.core-value {
    color: #fff;
    transition: all 400ms linear;
   -webkit-transition: all 400ms linear;
   -moz-transition: all 400ms linear;
   -ms-transition: all 400ms linear;
   -o-transition: all 400ms linear;
}

.about-item:hover ul.core-value li i {
  transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
}

/*================================
    About Content Box
==============================*/

#team-left .vertical-heading {
    min-height: 160px;
}  

.team-member {
    margin: 8px;
    position: relative;
}

.team-member-overlay {
    background-color:rgba(31, 21, 21, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity:0;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.team-member-info {
    width: 100%;
    height: 100%;
    padding: 80px 0;
}

.team-member-info h6 {
    color:#F8B818;
    font-size: 12px;
    margin:0;
}

.team-member-info p {
    color:#Fff;
    }

.team-member:hover .team-member-overlay{
    opacity: 1;
}

/*======Scoial Icons - About Content Box =====*/

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover{
    background:#3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover{
    background:#1DA1F2;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover{
    background:#0077b5;
    border-color: transparent;
}

ul.social-list li:nth-child(4) a:hover{
    background:#d6043c;
    border-color: transparent;
}

ul.social-list li:nth-child(5) a:hover{
    background:#25D366 ;
    border-color: transparent;
}

ul.social-list li:nth-child(6) a:hover{
    background:#FF0000;
    border-color: transparent;
}

/*====== Slider Buttons =====*/
.owl-theme .owl-nav [class*=owl-] {
    color: #212226;
    font-size: 30px;
    margin: 0;
    background: none; 
} 

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none; 
    color: #212226;
} 


/*====== Skills =====*/

.skill {
    margin-bottom: 20px;
}

.skill h4 {
    line-height: 60px;
    margin: 0;
    font-weight: normal;
}

.progress {
    height: 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: #D6DAE4;
    overflow: visible;
}

.progress-bar {
    background-color: #F8B818;
    position:relative;
}

.progress-bar span {
    font-size: 11px;
    font-weight: 100;
    font-family: "Open sans", sans-serif;
    background: #212226;
    padding: 3px;
    position: absolute;
    left: 97%;
    top: -47px;
}

.progress-bar span:before {
    content: " ";
    border-top: 8px solid #212226;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 23%;
}

/*================================
    STATEMENT SECTION
==============================*/
#statement {
    background: url(../img/tech/tech-quote.jpg) no-repeat fixed center;
    background-size: cover;
    position: relative;
    }

#statement .content-box-lg{
    background: rgba(0, 0, 0, 0.3)
}

#tech-statement {
    position: absolute;
    margin-top: 80px;  
    margin-left: 50px;     
}

#tech-statement h3 {
    font-size:35px;
    color: #fff;
    line-height: 45px;
}

#tech-statement-youtube {
    margin-right: 50px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*================================
    SERVICES SECTION
==============================*/

/*====== Services 01 =====*/
#services-01 img {
    margin: 60px 0;
}

.service {
    margin: 35px 0;
}

.service .icon {
    margin: 0;
    font-size: 42px;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

.service:hover .icon {
    color: #F8B818;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}

.service h5 {
    margin: 0 0 6px 0;
    color: #F8B818;
    text-transform: uppercase;
    font-size: 12px;
}

.service:hover h5 {
    color: #212221;
}

.service h4 {
    margin: 0 0 8px 0;
    font-size: 24px;
}

.service p {
    line-height: normal;
    text-align: justify;
}


/*====== Services 02 Responsive Tabs =====*/
#services-02 {
    background: #f4f4f4;
}

#services-tabs ul {
    margin-bottom: 40px;
}

#services-tabs ul li {
    padding: 5px 30px;
}

#services-tabs ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #212226;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}

/*    Tab Active State   */
 #services-tabs ul li.r-tabs-state-active a {
    color:#F8B818;
    font-weight: 700;
    border-bottom: 3px solid #F8B818;
    padding-bottom: 5px;
    transition: border-color 300ms linear;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    }

.service-tab img{
    width: 100%;
    margin: 0 auto;
}

.service-tab .col-md-6 {
    padding: 0;
}

.service-tab .tab-bg {
    background:#fff;
    padding: 2px 30px;
    min-height: 482px;
}

.service-tab h2{
    font-size: 20px;
    color:#bbb;
    margin-bottom:20px;
    font-weight: 100;
}

.service-tab h3{
    font-size: 15px;
    margin-bottom:20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.service-tab p{
    line-height: 24px;
    margin-bottom:30px;
}

/*================================
    PORTFOLIO SECTION
==============================*/
#portfolio {
    padding-bottom: 200px;
}

#portfolio .vertical-heading {
    margin-bottom: 50px;
}

.cont-portfolio{
    padding-top:100px;
}

.row.no-gutters [class*=col-] {
    padding: 0;
}

.portfolio-item{
    overflow: hidden;
    position:relative;
}

/* Filter Buttons */
#isotope-filters {
    margin-bottom:10px;
    padding:20px 25px 20px 0;
}

#isotope-filters button {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-right: 35px;
}

#isotope-filters button span {
   display: block;
   padding-bottom: 5px;
   transition:border-color 0.4s ease-in-out;
   -webkit-transition:border-color 0.4s ease-in-out;
   -moz-transition:border-color 0.4s ease-in-out;
   -ms-transition:border-color 0.4s ease-in-out;
   -o-transition:border-color 0.4s ease-in-out;
}

#isotope-filters button.active span {
   color: #F8B818;
   border-bottom: 3px solid #F8B818;
}

/* Zoom Effect */
.portfolio-item img {
    width: 100%;
    height: auto;
    transition:transform .5s ease;
    -webkit-transition:transform .5s ease;
    -moz-transition:transform .5s ease;
    -ms-transition:transform .5s ease;
    -o-transition:transform .5s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.portfolio-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.9);
    cursor:pointer;
    -webkit-cursor: zoom-in;
    opacity:0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.portfolio-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.portfolio-item-details h3 {
    color:#F8B818;
    text-transform: uppercase;
    margin:0;
    padding: 0;
    font-size: 30px;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

.portfolio-item-details p {
    font-size:17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.portfolio-item:hover 
.portfolio-item-details h3{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.portfolio-item:hover 
.portfolio-item-details p{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.portfolio-item:hover 
.portfolio-item-overlay{
   Opacity: 1;
}

/*================================
    TESTIMOCIALS SECTION
==============================*/
#testimonials {
    background: #f4f4f4;
    padding-bottom: 45px;
    overflow: visible;
}

#testimonials .vertical-heading {
    padding: 80px 0;
    margin-bottom: 50px;
}

#testimonial-slider {
    background: #F8B818;
    top: -80px;
}

.testimonial .row {
    margin-bottom: 25px;
}

.testimonial {
    padding: 20px 45px 0 45px;
    color: #fff;
}

.testimonial h3{
    font-size: 32px;
    line-height: 35px;
}

.testimonial .stars {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.testimonial p {
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.author .author-name-des {
    width: 206px;
    margin-top: 25px;
    text-align: left;
}

.author .author-name-des p {
   margin: 0;
}


/*================================
    PRICING SECTION
==============================*/

.pricing-table {
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
     padding: 32px 21px;
     transition: all 400ms linear;
     -webkit-transition: all 400ms linear;
     -moz-transition: all 400ms linear;
     -ms-transition: all 400ms linear;
     -o-transition: all 400ms linear;
}

.pricing-table:hover {
    background:#F8B818;
}

.pricing-table .type h4{
    color:#F8B818;
    font-size: 24px;
    margin-bottom: 25px;
}

.pricing-table .price {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
}

.pricing-table .price h2 {
    font-family:"Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 0 24px;
    position: relative;
}

.pricing-table .price h2 span {
    font-family: "Raleway", sans-serif;
}

.pricing-table .price h2 span.dollar {
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    left: -20px;
    top: 3px;
}

.pricing-table .price h2 span.month {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 1px;
    bottom: -25px;
}

.pricing-table .price p {
    line-height: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.pricing-table ul.package {
    list-style: none;
    padding: 20px 0;
}

.pricing-table ul.package li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.pricing-table ul.package li i {
    width: 24px;
}

.pricing-table .btn-yellow,
.pricing-table.black .btn-white
{
    width: 96%;
}

.pricing-table:hover h4,
.pricing-table:hover h2,
.pricing-table:hover p,
.pricing-table:hover ul.package
{
    color: #fff;
}

.pricing-table:hover .btn-yellow {
 background:#fff;
 color: #212226;
 border: 1px solid #fff;
}

.pricing-table .btn-yellow:hover,
.pricing-table .btn-yellow:focus 
{
 background:#00255C;
 color: #fff;
 border: 1px solid #00255C;
}

.pricing-table.black {
    background: #212226;
    color: #fff;

}

.pricing-table.black .type h4{
    color: #fff; 
}

.pricing-table.black:hover {
    background:#F8B818; 
}



/*================================
    STAT SECTION
==============================*/
#stats {
    background: url(../img/stats/stats-bg.jpg) no-repeat fixed center;
    background-size: cover;
}

#stats .content-box-md{
    background: rgba(0, 0, 0, 0.3)
}

#stats .vertical-heading {
    margin-bottom: 50px;
}

#stats .vertical-heading h2 {
    color: #fff;
}

.stats-item {
    background: rgba(61, 68, 68, 0.6);
    min-height: 170px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 25px 50px;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

.stats-item i {
    font-size: 42px;
    color: #F8B818;
    margin: 0 0 6px 0;
      transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

.stats-item h3 {
    font-size: 32px;
    color: #Fff;
    margin: 5px 0 5px 0;
}

.stats-item p {
    color: #Fff;
    margin: 0;
}

.stats-item:hover {
    background:#F8B818;
}

.stats-item:hover i {
        color: #212226;
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
}


/*================================
    CLIENSTS SECTION
==============================*/
#clients .horizontal-heading {
    margin-bottom:30px;
}

#clients-list {
    padding: 45px 0 0 0;
}

.client {
    padding: 0 10px;
    max-width: 150px;
    margin: 0 auto;
    line-height: 100px;
}

.client img {
    display: inline-block !important;
}

/*================================
    BLOG SECTION
==============================*/
#blog {
    background: #f4f4f4;
}

#blog-left p {
    margin: 25px 0;
}

#blog-btn a {
    margin: 0;
}

.blog-post {
     background: #fff;
     padding: 20px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     border-radius:4px ;
     -webkit-border-radius:4px ;
     -moz-border-radius:4px ;
     -ms-border-radius:4px ;
     -o-border-radius:4px ;
}

.blog-post h4 {
    line-height: 40px;
    margin: 0;
}

.blog-post > p {
    line-height: 24px;
    margin: 0;
    font-weight: 300;
}

.blog-post a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #F8B818;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

.blog-post a:hover {
        color: #212226;
}

.blog-post .post-meta {
    border-top: 1px solid #e0e0e0;
    margin-top: 11px;
    padding-top: 10px;
}

.blog-post .post-meta p {
    font-size: 11px;
    font-family: "Raleway", sans-serif;
    line-height:24px ;
    font-weight: 500;
    margin:0;
}

/*================================
    CONTACT SECTION
==============================*/

/* Left Side*/
#contact-left p {
    margin: 10px 0;
}

ul.office-details {
     list-style: none;
     padding: 0;
}

ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display:inline-flex;
}

ul.office-details li i {
    font-size: 20px;
    width: 45px;
}

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}

/* Left Side*/
#contact-right {
     padding: 25px 30px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     border-radius:4px ;
     -webkit-border-radius:4px ;
     -moz-border-radius:4px ;
     -ms-border-radius:4px ;
     -o-border-radius:4px ;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
   font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 10px 15px;
    line-height:24px;
}

#contact-right form textarea.form-control {
   min-height: 164px;
}

/*================================
    MAP SECTION
==============================*/
#map {
    height: 500px;
}

#map iframe {
    width: 100% !important;
}

/*================================
    FOOTER SECTION
==============================*/
footer {
    background: #00255C;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
    margin: 0;
}

footer p span {
    color: #F8B818;
}

/*================================
    NAVIGATION BAR SECTION
==============================*/
.navbar {
    padding:35px 0 20px 0;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.site-nav-wrapper {
    padding: 0 85px;
}

.navbar-brand {
    padding: 0 15px;
}

ul.navbar-nav > li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus
 {
   background: none;
   color: #F8B818;
}

/* White Navigation */
.white-nav-top {
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 8px 6px -9px #999;
     -webkit-box-shadow: 0 8px 6px -9px #999;
     -moz-box-shadow: 0 8px 6px -9px #999;
     -ms-box-shadow: 0 8px 6px -9px #999;
     -o-box-shadow: 0 8px 6px -9px #999;
     z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #212226;
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color: #F8B818;
}

/* Scroll spy active state */ 
.white-nav-top ul.navbar-nav > li.active > a {
    color:#F8B818;
}


/*================================
    MOBILE MENU
==============================*/
.navbar-header {
    position: relative;
}

#mobile-nav-open-btn {
    font-size: 30px;
    color: #F8B818;
    cursor: pointer;
    z-index: 2;
    position:absolute;
    right: 0;
    top: 6px;
    /* hide mobile nav open btn*/
    display:none;
}

#mobile-nav {
    height: 100%; 
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .9);
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    overflow-y: hidden;
}

#mobile-nav-close-btn {
    font-family: "Raleway", sans-serif;
    font-size: 70px;
    color: #212226;
    font-weight:400;
    cursor: pointer;
    position: absolute;
    top: -9px;
    right: 13px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

#mobile-nav-content {
    text-align:center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}

#mobile-nav ul li {
   margin-bottom: 20px; 
}

#mobile-nav a {
   font-family:"Raleway", sans-serif;
   font-size: 18px;
   color: #212226;
   font-weight: 400;
   text-transform: uppercase;
   display: inline;
   transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus
{
   color: #F8B818;
   background:none;
}

.white-nav-top #mobile-nav ul.nav > li.active > a {
    color:#F8B818;
    font-weight: 500;
}

/*================================
              ANIMATION
==============================*/
#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#arrow-down i
{
    animation-duration: 1.5s;
}

#home-heading-1 {
    animation-delay: 1s;
}
#home-heading-2 {
    animation-delay: 1.5s;
}
#home-text {
    animation-delay: 2s;
}
#home-btn {
    animation-delay: 2.5s;
}
#arrow-down i {
    animation-delay: 3s;
}