body {
    font-size: 12px;
    font-family: 'Roboto';
}

a {
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    cursor: pointer;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none !important;
    color: #ffff;
}

button:focus, input:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

table {
    font-size: 12px;
}

.topbar {
    height: 50px;
    line-height: 50px;
    background: url('../images/rainbow-bar.jpg') top repeat-x #2C2C2C;
    padding-top: 4px;
}

.inf_l {
    width: 60%;
    float: left;
}

.inf_r {
    float: right;
    width: 40%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.contact_details {
    color: #bbbbbb;
}

ul.contact_details > li {
    display: inline-block;
    margin-right: 10px;
}

.contact_details > li > i {
    color: #eed10f;
    margin: 0 5px 0 0;
}

.contact_details > li > a {
    color: #fff;
    font-size: 12px;
}

ul.top_nav {
    float: right;
}

.top_nav > li {
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,.1);
    position: relative;
}

.top_nav > li > a {
    color: #bbb;
    font-size: 12px;
    padding: 0 5px;
}

.top_nav > li:hover > a, .top_nav > li > a:hover {
    color: #eed10f;
}

.top_nav > li > a > i {
    background: #bbb;
    color: #2c2c2c;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
}

.top_nav > li:hover > a > i, .top_nav > li > a:hover > i {
    background: #3b5998;
    color: #fff;
}

.top_nav > li > .mnu_sm {
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0;
    background-color: rgba(44, 44, 44, 0.83);
    width: 150px;
    padding: 5px 0;
    top: 45px;
}

.top_nav > li > .mnu_sm > ul {
    width: 100%;
    float: left;
    padding: 0;
}

.top_nav > li:hover > .mnu_sm {
    display: block;
}

.top_nav > li > .mnu_sm > ul > li {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.top_nav > li > .mnu_sm > ul {
    width: 100%;
    float: left;
    padding: 0;
}

.top_nav > li > .mnu_sm > ul > li > a {
    padding: 0 15px;
    display: block;
    border-bottom: 1px solid #58606d;
    color: #fff;
    text-decoration: none;
}

.top_nav > li > .mnu_sm > ul > li > a > i {
    font-size: 14px;
    width: 19px;
    color: #eace10;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

.top_nav > li > .mnu_sm > ul > li > a:hover > i {
    color: #fff;
}

.top_nav > li > .mnu_sm > ul > li > a:hover {
    background-color: #eace10;
}

.top_nav > li:hover:first-child > a > i, .top_nav > li:first-child > a:hover > i {
    background-color: #eed110;
}

.slider {
    height: 650px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    } 
    .item:nth-child(3) {
      background: url(../images/slider/slide-1.png) #d60ad0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .item:nth-child(2) {
      background: url(../images/slider/slide-2.png) #cdda09;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .item:nth-child(1) {
      background: url(../images/slider/slide-3.jpg) #cdda09;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

  .header_nav > div > .logo {
    width: 30%;
    float: left;
}

.burger-menu {
    display: none;
    width: 30px;
    height: 30px;
    float: right;
    margin: 20px 0;
}

.burger-menu > span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f4e265;
    margin: 5px 0;
}

nav.nav-menu {
    width: 70%;
    float: right;
    height: 100px;
    line-height: 100px;
    position: relative;
}

.header_nav > div > .logo > a {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.header_nav > div > .logo > a > img {
    width: 100%;
}

.nav-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.nav-menu > ul {
    text-align: right;
}

.nav-menu > ul > li > a {
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #2c2c2c;
  border-bottom: 4px solid #fff;
}

.nav-menu > ul > li > a:hover {
    color: #dcc10f;
    border-color: #dcc10f;
}

.inner-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 300px;
    background-color: #ffffffb0;
    padding: 50px;
    text-align: center;
}

.inner-slide > h2 {
    margin: 0 auto;
    line-height: 40px;
    text-transform: inherit;
}

.inner-slide > h2 > span.yellow {
    color: #efd423;
    background-color: #333;
}

.inner-slide > h2 > span > b {
    display: block;
    width: 100%;
    background-color: #333;
}

.inner-slide > p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 24px;
    color: #333;
}


.nav-menu > ul > li > .sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 120%;
    background-color: #f4e265;
}

.nav-menu > ul > li:hover > .sub-menu {
    display: block;
}

.nav-menu > ul > li > .sub-menu > a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 2px solid #f4e265;
}

.nav-menu > ul > li > .sub-menu > a:hover {
    border-color: #333;
    background-color: #333;
    color: #fff !important;
}

.bar_btm {
    padding: 40px 0;
}

.yellow {
    background-color: #f4e265;
}

.btn-black {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background-color: #333;
    color: #fff;
    border-radius: 0;
}

.btn-black:hover {
    background-color: #fff;
    color: #333;
}

.bar_btm  .col-md-10 > h2 {
    margin: 3px auto;
}

.m-inf-wrap {
    padding: 40px 0;
    padding-right: 20px;
}

.m-head {
    font-size: 36px;
    text-transform: capitalize;
    margin: 0 auto;
    margin-bottom: 20px;
}

.m-inf-wrap > h2.m-head {
    margin-top: 20px;
}

.m-inf-wrap > p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.m-inf-wrap > .btn-black {
    margin-top: 30px;
}

.wrapper-inf {
    margin: 30px auto;
    width: 355px;
    min-height: 410px;
    padding: 15px;
    margin-bottom: 80px;
}

.black-wrapper {
    background-color: #303538;
    color: #fff;
}

.main {
    padding-top: 40px;
}

.wrp-ico {
    clear: both;
    display: block;
    margin: 10px auto;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.wrp-ico > img {
    width: 80px;
}

.wrapper-inf > h4 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
}

.wrapper-inf > p {
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #f4e265;
}

.wrapper-inf > ul {
    margin: 22px 0;
    padding: 0 0 0 18px;
}

.wrapper-inf > ul > li {
    font-size: 14px;
    margin: 12px 0;
    position: relative;
    padding: 3px 0;
}

.wrapper-inf > ul > li:before {
    content: "\f05d";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: -20px;
}

.btn-yellow {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    display: block;
    padding: 0;
    border: none;
    color: #333;
    background-color: #f4e265;
    border-radius: 0;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
}

.btn-yellow:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
}


.btn-curve {
    border-radius: 30px !important;
}

.btn-sm {
    text-align: center !important;
    width: auto !important;
    padding: 5px 20px  !important;
    line-height: initial  !important;
    height: auto !important;
    font-size: 14px;
}

.hover-yellow:hover {
    background-color: #f4e265;
}

.grey {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.owl {
    width: 250px;
    float: left;
    margin-right: 20px;
}

.owl > img {
    width: 100%;
}

.themegradient {
    background: #ad980b;
    background: -webkit-linear-gradient(bottom left,#ad980b,#eed110);
    background: -o-linear-gradient(bottom left,#ad980b,#eed110);
    background: -moz-linear-gradient(bottom left,#ad980b,#eed110);
    background: linear-gradient(bottom left, #ad980b, #eed110);  
}

.content-box {
    margin: 15px 0;
    float: left;
    width: 100%;
}

.content-box .icon {
    width: 20%;
    float: left;
    text-align: center;
    margin-right: 5%;
}

.content-box .icon i {
    font-size: 45px;
    color: #eed110 !important;
    margin-top: 10px;
}

.content-box .content-box-body {
    width: 75%;
    float: right;
    color : #fff;
}

.content-box-body > h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.content-box-body >p {
    font-size: 14px;
}

.inner_box > h1 {
    margin: 40px 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.inner_box > h1:before {
    content: "";
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
}

.inner_box {
    overflow: hidden;
    margin: 40px auto;
}

.dart-pb-0 {
    padding-bottom: 0px;
}

#services {
    padding: 60px 0px;
    background-color: #f6f6f6;
}

.text-center {
    text-align: center;
}

.heading h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}

.heading hr {
    width: 100px;
    height: 2px;
    background-color: #eed110;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.heading p {
    width: 50%;
    margin: 0 auto 20px;
    font-size: 14px;
}

.dart-mt-50 {
    margin-top: 50px;
}

.services .feature-wrapper {
    margin-bottom: 34px;
    min-height: 75px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.services .feature-content {
    margin-top: 25px;
    min-height: 100px;
    padding: 10px;
    line-height: 100px;
}

.services .feature-content i {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #eed110;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.services .left-feature i {

}

.services .feature-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
}

.services .left-feature .feature-text {
    margin-right: 15px;
}

.services .feature-content h4 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.services .feature-wrapper:hover .feature-content i {
    background-color: #333;
    color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.center-image > img {
    width: 100%;
}

.feature-wrapper:hover {
    background-color: #eed110;
    color: #fff !important;
}

.left-feature {
    text-align: right;
}

.right-feature > .feature-text {
    margin-left: 15px;
}

.center-image {
    margin: 40px 0;
}

.mg-40 {
    margin-top: 40px;
}

.col_inf_bx > .col-md-4 {
    background-color: #fff;
    padding: 0;
    margin: 0 15px;
    width: 30.333333%;
    min-height: 150px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    padding-top: 0;
    padding-bottom: 0;
    border: 4px solid #fff;
}

.col_inf_bx {
    margin: 20px;
    margin-top: 40px;
    min-height: 230px;
}

.col_inf_bx > .col-md-4 > p {
    font-size: 21px;
    padding: 40px;
    text-align: center;
}

.col_inf_bx > .col-md-4:hover {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #eed110;
    margin-top: -20px;
}

.yellow_bg {
    padding: 20px 0;
    background-color: #f4e265;
}

.testimonials > h3 {
    margin: 0;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
}

#testimonials .item {
    background: none;
    color: #2c2c2c;
}

.testimonials {
    position: relative;
}

#testimonials span {
    font-size: 29px;
    font-weight: bold;
    color: #000000;
}

.testimonial {
    position: relative;
}

.testimonial > h3 {
    float: right;
}

.testimonial > p {
    font-size: 16px;
    line-height: 18px;
}

.owl-pagination {
    text-align: center;
}

.owl-pagination > .owl-page {
    width: 10px;
    height:10px;
    background: #333333;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;    
}

.owl-pagination > .owl-page.active > span {
    background: #f4e265;
    width: 6px;
    height:6px;
    display: block;
    margin:2px;
    border-radius: 50%;  
}


.yellow_bg > .container {
    position: relative;
}

.timg {
    position: absolute;
    width: 350px;
    height: 250px;
    right: 0;
    top: -100px;
}

.timg  >img {
    width: 100%;
}

.footer_top {
    background-color: #616161;
}

.column_one_fourth {
    background-color: #2c3234;
    min-height: 360px;
    min-width: 282px;
    padding: 0 18px;
    float: left;
}

h3.widgettitle {
    color: #919191;
}

ul.quick {
    margin: 44px 0;
}

ul.quick > li {
    height: 32px;
    line-height: 32px;
    margin: 5px 0;
}

 ul.quick > li > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    background-color: #f4e265;
    border-radius: 50%;
    font-size: 16px;
    color: #2c3234;
}

 ul.quick > li > a {
    color: #fff;
    font-size: 12px;
    font-family: Roboto;
}

.column_one_sixth {
    max-width: 620px;
    width: 100%;
    float: right;
}

.wpcf7-form > div > .form-control {
    border: 1px solid #5a5a5a !important;
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px !important;
    color: #fff !important;
    background-color: #333;
    border-radius: 0;
    margin-bottom: 15px;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
}

textarea.form-control.textarea {
    resize: none;
    height: 150px;
}

.wpcf7-form > .btn-yellow {
    float: right;
}

.wpcf7-form > div {
    padding: 0;
}

.wpcf7-form > div:first-child {
    padding-right: 5px;
}

.wpcf7-form > div:nth-child(2) {
    padding-left: 5px;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

span.copyright {
    float: left;
    color: #eeeeee;
    font-size: 12px;
}

span.trademark {
    float: right;
    color: #eeeeee;
}

.trademark > a {
    color: #f4e265;
}

.trademark > a:hover {
    color: #fff;
}

.wpcf7-form > div > .form-control:focus {
    border-color: #f4e265 !important;
    box-shadow: none !important;
}

.modal {
    background-color: rgba(252, 194, 4, 0.6);
}

.modal > .js-close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: .8;
}

.modal > .js-close-modal > img.svg {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    height: 50px;
    width: 50px;
}

.in > .modal-dialog {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 150ms cubic-bezier(.165,.84,.44,1);
    -moz-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 150ms cubic-bezier(.165,.84,.44,1);
    -ms-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 150ms cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 150ms cubic-bezier(.165,.84,.44,1);
    transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 150ms cubic-bezier(.165,.84,.44,1);
}

.modal-dialog {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 0s cubic-bezier(.165,.84,.44,1);
    -ms-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 0s cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 0s cubic-bezier(.165,.84,.44,1);
    transition: opacity 350ms .1s cubic-bezier(.165,.84,.44,1),transform 650ms 0s cubic-bezier(.165,.84,.44,1);
}

.modal-dialog {
    margin: 70px auto;
    box-shadow: none !important;
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
}

.modal-dialog > .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 600px;
    padding: 20px;
}

.modal-header {
    text-align: center;
    padding-left: 17.37588652%;
    padding-right: 17.37588652%;
    border: none;
    padding: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-body > form {
    position: relative;
    background-color: #fff;
    margin: 0px auto;
    padding: 30px 50px;
    box-shadow: 0 1px 6px rgba(57,73,76,.45);
    width: 450px;
}

.modal-body > form > .form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;  
}

.modal-body > form > .form-group  > label {
    text-transform: uppercase;  
    color: #14374c;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    letter-spacing: 1.25px;
}

.modal-body > form > .form-group  > input {
    font-size: 16px;
    line-height: 1.2;
    font-family: BrownStd,Helvetica,sans-serif;
    font-weight: 400;
    color: #16374b;
    position: relative;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dce1e5;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 60px;
    padding: 0 15px;
}

.center_btn > .btn-yellow {
    border: 1px solid #f4e265;
}

.center_btn > .btn-yellow:hover {
    border-color: #333;
}

.load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.78);
    line-height: 225px;
    display: none;
}

.load > img {
    margin: auto;
    width: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.center_btn > p {
    text-align: center;
}

.message {
    margin: 10px auto;
    border: 1px solid #adadad;
    color: #adadad;
    padding: 10px;
    font-size: 12px;
}

.page_header {
    padding: 20px 15px;
    background-color: #eed10f;
    height: 100px;
}

h1.page_title {
    margin: 0;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

ol.breadcrumb {
    border: none;
    background: transparent;
    margin: 0;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: right;
}

ol.breadcrumb > li > a {
    color: #fff;
}

.breadcrumb > li + li:before {
    content: ">";
    color: #fff;
}

.breadcrumb > .active {
    color: #333 !important;
    font-weight: bold;
}

#gallery {
    padding: 20px 0;
    background-color: #333;
}

h3.title_bottom {
    margin: 40px auto;
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
    position: relative;
    display: -webkit-inline-box;
}

.test_inner {
    padding: 40px 0;
    text-align: center;
    float: none;
    margin: 0 auto;
}

h3.title_bottom:after {
    content: "";
    width: 250px;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

h3.title_bottom:before {
    content: "";
    width: 100px;
    height: 8px;
    background-color: #eed10f;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 9;
}

h3.modal-sub-header {
    font-weight: normal;
    font-size: 18px;
    color: #eed10f;
}

.center_btn > p > a {
    color: #333;
}

.center_btn > p > a:hover {
    color: #eed10f;
}


.test_inner .testimonial > h3 {
    color: #eed10f;
}

.click_jump {
  cursor: pointer;
}

.wpcf7 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wpcf7 > .load {
    background-color: #616161bf;
}

.sec_tab {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header > h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    margin: 0;
}

.page-header > .minfo {
    margin: 0;
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    height: 40px;
}

.heading-inline {
    display: inline-block !important;
}

.panel-heading {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    font-size: 26px;
    padding: 15px 0;
    display: block;
}

.inner-heading:after,
.panel-heading:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #eace10;
    bottom: 0;
    left: 0;
}

.sec_tab > .nav-tabs {
    float: right;
    padding: 15px 0;
    border: none;
}

.nav-tabs > li > a {
    border: 1px solid #2c2c2c;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #fff;
    color: #2c2c2c;
    margin: 0 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #2c2c2c;
    border: 1px solid #eace10;
    background-color: #eace10;
}

.table-responsive {
    margin: 30px auto;
    background-color: #fff;
    padding: 10px;
}

.align-right {
    float: right;
}

.pagination > li > a {
    border-radius: 50%;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f4e265;
    border-color: #f4e265;
}

.page-range {
    float: right;
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
    width: 60px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.pagination > li > a, .pagination > li > span {
    color: #2b313a;
}

a.page-active {
    background-color: #2b313a !important;
    color: #fff !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .page-active {
    background-color: #2b313a;
    color: #fff;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    width: 50px;
}

.files-sm > li > a,
td > a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #2b313a;
    margin: 5px;
}

.files-sm > li > a:hover,
td > a:hover {
    text-decoration: none;
    background-color: #eace10;
    color: #fff;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #dce1e5;
    border-bottom: 2px solid #e4e4e4;
    
}

.sub-heading {
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
}


.form-control:focus {
    border-color: #ccc;
    outline: none;
    background-color: #fdfdfd;
    border-bottom: 2px solid #eace10;
    box-shadow: none !important;
}

.new_order .form-group > label {
    margin-bottom: 15px;
}

.new_order .form-group {
    margin-bottom: 30px;
}

.new_order .btn-yellow {
    float: right;
}

.new_order select.form-control {
    border: 1px solid #efefef;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #e4e4e4;
}

.table-responsive > h2 {
    color: #ccc;
    margin: 0;
    text-align: center;
    padding: 30px;
}

.new_order {
    background-color: #fff;
    padding: 20px 10px;
    margin: 30px auto;
}

.add_fields > div > button, .add_fields > div > a {
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 33px;
    display: block;
    text-align: center;
    line-height: 33px;
    background-color: #eed110;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.add_fields > div {
    margin-bottom: 15px;
    position: relative;
}

.error {
    border-color: #ec0000 !important;
    background-color: rgba(236, 0, 0, 0.08) !important;
}

.form-group > span {
    text-align: right;
    display: block;
    padding: 5px;
}

.main_content {
    background-color: #f7f7f7;
}

.inline {
    display: inline-block !important;
    width: 200px;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.form-group > label {
    text-transform: uppercase;
    color: #14374c;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    letter-spacing: 1.25px;
}

.form-group > p {
    display: inline-block;
}

.btn-blue {
    background-color: #2b313a;
    color: #fff;
    font-size: 12px;
}

.btn-blue:hover {
    background-color: #eace10;
    color: #fff;
}

.btn-curved {
    border-radius: 20px;
}

.viewRevisions .feedback {
    background-color: #f7f7f7;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.feedback > p {
    width: 80%;
}

.dated {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    padding: 5px 10px;
    background-color: #ccc;
    color: #fff;
}

.inner-heading {
    margin: 0;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 0;
}

.sm-heading {
    font-size: 16px !important;
}

.time-date {
    display: table;
    padding: 3px 10px;
    border-radius: 20px;
    background-color: #ccc;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
}

.files-sm > li {
    display: inline-block;
}


.files-sm > li > a {
    display: block;
}

.files {
    padding: 0;
    text-align: center;
}

.files > li {
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    margin: 10px;
    width: 150px;
    cursor: pointer;
}

.file > i {
    font-size: 46px;
    color: #eace10;
}

.file > h4 {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}

.file > a {
    font-size: 18px;
    color: #2b313a;
    text-decoration: none;
}

.file > a:hover {
    color: #eace10;
}

.files > li:hover {
    background-color: #2b313a;
}

.files > li:hover a {
    color: #eace10;
}

input.file-selector {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.file-uploader {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #dce1e5;
}

.file-uploader > label {
    margin: 0;
    height: 38px;
    line-height: 38px;
    margin-left: -15px;
    padding: 0 15px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f4e265;
    display: inline-block;
    width: 150px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

.file-uploader > label > i {
    margin-right: 5px;
}

.show-selector {
    display: inline-block;
    padding: 0 15px;
    line-height: 38px;
    height: 38px;
    vertical-align: top;
}

.file-uploader:hover > label {
    background-color: #2b313a;
    color: #fff;
}

td > .message {
    margin: 0;
    padding: 0;
    border: none;
}

.inner-divide > h4 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.inner-divide > .col-md-6 {
    text-align: center;
}


.infoBox {
    width: 300px;
    float: right;
    padding: 20px;
    background-color: #eace10;
    color: #fff;
    margin: 20px 0;
}

.infoBox > h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
}

.infoBox > h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #333;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.infoBox > ul > li {
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(214, 188, 16);
    font-size: 16px;
}

.infoBox > ul > li > span {
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.successStatus,
.invalidStatus {
    background-color: #ffeded;
    padding: 5px 15px;
    border: 1px solid #c50303;
    color: #c50303;
}

.successStatus {
    background-color: #e0ffc1;
    border-color: #63bf08;
    color: #63bf08;
}

/*------------------------- Star Rating --------------------------*/
/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {color: #eace10;} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {color: #bfa911;} 

td > .rating {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

td > .rating > i {
    color: #eace10;
}

.form-group .rating > i {
    color: #eace10;
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 30px;
}

.thanks {
    max-width: 750px;
    margin: 40px auto;
    padding: 40px;
    background-color: #f7f7f7;
}

.thanks > i {
    font-size: 186px;
    display: block;
    text-align: center;
    color: #69d635;
}

.thanks > h2 {
    text-align: center;
    margin: 0;
    font-size: 56px;
    font-weight: 300;
    color: #a5a5a5;
}

.inner-thnks {
    margin: 20px 0 0 0;
    padding: 20px;
    background-color: #eed10f;
    border-radius: 20px;
}

.inner-thnks > p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}

.inner-thnks > span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.inner-thnks > span > a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    margin-left: 5px;
}

.inner-thnks > span > a:hover {
    background-color: #fff;
    color: #333;
}

#contact-quote {
    width: 80%;
    margin: auto;
    padding: 80px;
    background-color: #fff;
    box-shadow: 2px 5px 7px 1px #e7e7e7;
}

.col-6 {
    width: 30.5%;
    display: inline-block;
}

.col-6:last-child {
    margin-left: 30px;
}

.btn > span {
    display: inline-block;
}

button.place-request:focus {
    background-color: #f4e265;
    color: #333;
}

.loader {
    display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.downloads-row {
    margin: 60px auto;
}

.download-box {
    display: inline-block;
    width: 47.8%;
    vertical-align: top;
    margin: 0 1%;
    margin-bottom: 40px;
    background-color: #fff;
    height: 240px;
}

.d-image {
    display: inline-block;
    width: 42%;
    vertical-align: top;
    background-color: #fff;
    height: 100%;
}

.d-image > img {
    width: 100%;
    height: 100%;
}

.d-content {
    display: inline-block;
    width: 54%;
    vertical-align: top;
    margin-left: 3%;
    padding: 15px;
}

.d-content  >h3 {
    margin-top: 0;
    font-size: 18px;
}

.inner-content > h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #eed10f;
}

.d-content > .inner-content > ul > li {
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #9c9c9c;
    position: relative;
    padding-left: 15px;
}

.d-content > .inner-content > ul > li:before {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0px;
    background-color: #eed10f;
}

.files-list > li i {
    margin-right: 5px;
}

.files-list > li > a {
    margin-bottom: 5px;
    display: block;
    color: #eed10f;
    font-weight: bold;
}

.files-list > li > a:hover {
    color: #333;
}

ul.files-list {
    margin-top: 10px;
}

.top-head {
    padding: 40px;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.patches-img-left > img {
    width: 100%;
    margin: 80px 0;
}

.patches-img-left {
    padding: 40px;
    background-color: #f9fafc;
    box-shadow: -3px -3px 10px 0px #dedede;
}

#patch-request {
    background-color: #fff;
    margin-top: 0;
    padding: 80px 40px;
    margin-bottom: 120px;
    padding-bottom: 40px;
}

.d-flex {
    flex-wrap: wrap;
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between !important;
}

.table.orders tr > td:last-child {
    width: 330px;
}
/*------------------ Responsive Media Queries --------------------*/

@media only screen and (max-width: 767px) {
  .inf_l {
    width: 70%;
  }

  .inf_r {
    width: 30%;
  }

  nav.nav-menu {
    width: auto;
  }

  .nav-menu > ul > li > a {
    padding: 15px 20px;
  }

  .nav-menu > ul > li > .sub-menu {
    width: 150px;
  }

  .inner-slide {
    width: 80%;
  }

  .bar_btm .col-md-10 > h2 {
    text-align: center;
    height: 60px;
    line-height: 60px;
  }

  .bar_btm .col-md-2 > .btn-black {
    display: block;
    margin: auto;
  }

  .left-feature {
    text-align: left;
  }

  .services .left-feature i {
    float: left;
  }

  .services .left-feature .feature-text {
    vertical-align: text-bottom;
    margin-left: 15px;
    margin-right: 0;
  }

  .col_inf_bx > .col-md-4 {
    margin: 20px;
    float: none;
    display: inline-block;
    width: 44%;
  }

  .col_inf_bx {
    text-align: center;
  }

  .timg {
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform-origin-x: translateX(-50%);
    -moz-transform: translateX(-50%);
  }

  .testimonials {
    margin-top: 200px;
  }

  .column_one_fourth {
    float: none;
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
  }

  .column_one_sixth {
    float: none;
    margin: 20px auto;
    text-align: center;
  }

  .wpcf7-form > div:first-child {
    padding-right: 0;
  }

  .wpcf7-form > div:nth-child(2) {
    padding-left: 0;
  }

  .wpcf7-form > .btn-yellow {
    float: none;
  }
}

@media only screen and (max-width: 550px) {
  .topbar {
    height: 100%;
  }

  .inf_l {
    width: 100%;
  }

  ul.contact_details {
    text-align: center;
  }

  .inf_r {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  ul.top_nav {
    float: none;
    width: 100%;
    text-align: center;
  }

  .header_nav > div > .logo {
    float: none;
    width: 250px;
    margin: 20px auto;
  }

  nav.nav-menu {
    width: 100%;
    text-align: center;
  }

  .nav-menu > ul {
    text-align: center;
  }

  .inner-slide {
    padding: 30px 15px;
  }

  .inner-slide > h2 {
    font-size: 2em;
    line-height: 1.4em;
  }

  .slider {
    height: 100%;
  }

  .owl {
    width: 100%;
    float: none;
  }

  .col_inf_bx > .col-md-4 {width: 80%;}

  span.copyright {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
  }

  span.trademark {
    float: none;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 350px) {
  
}

@media (max-width: 768px) {
    .burger-menu { 
        display: block;
    }
    
    .nav-menu > ul {
        position: absolute;
        right: -100%;
        top: 70px;
        z-index: 99;
        background-color: rgb(255 255 255 / 82%);
        padding: 20px 40px;
        transition: ease-in-out all .5s;
        -webkit-transition: ease-in-out all .5s;
        -moz-transition: ease-in-out all .5s;
    }
    
    ul.active-burger {
        right: 0;
    }
    
    .nav-menu > ul > li {
        display: block;
        line-height: 30px;
        text-align: right;
    }

    .nav-menu > ul > li > a {
        padding: 5px 15px;
        display: block;
        border-bottom: 2px solid transparent;
        font-size: 12px;
        font-weight: 400;
    }

    nav.nav-menu {
        line-height: inherit;
        height: auto;
    }
    .inner-slide {
        width: 80%;
        height: auto;
    }

    .bar_btm .col-md-10 {
        width: 70%;
        float: left;
    }

    .bar_btm .col-md-2 {
        width: 30%;
        float: left;
    }

    .col-xs-12.col-md-6.col-sm-offset-6.padding-box-80-40.themegradient {
        width: 60%;
        margin-left: 40%;
    }

    .why-us {
        background-size: 40% !important;
        background-color: #862631;
        background-position: 0% 50% !important;
    }

    #contact-quote {
        width: 90%;
    }

    .col_inf_bx > .col-md-4 {
        float: left;
        width: 29.1%;
        min-height: 180px;
    }

    .col_inf_bx > .col-md-4 > p {
        font-size: 18px;
        padding: 20px;
    }

    .timg {
        position: relative;
        top: unset;
        right: unset;
        margin: 40px auto;
    }

    .column_one_fourth {
        width: 50%;
        margin: auto;
        float: none;
        padding: 30px;
    }

    .column_one_sixth {
        width: 80%;
        margin: 40px auto;
        float: none;
    }

    .wpcf7-form > div:first-child {
        padding: 0;
    }

    .wpcf7-form > div:nth-child(2) {
        padding: 0;
    }

    .wpcf7-form > .btn-yellow {
        float: none;
        margin: 25px auto;
        margin-bottom: 0;
    }
}