.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #18324c;
    background-image: url(images/Preloader.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999999
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

body {
    font-family: Lato, san-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
    background-color: #FFF;
	text-align: justify;	
}

.boxed {
    background: #fff;
    max-width: 1200px;
    margin: -10px auto 0 auto;
    position: relative;
   /* overflow: hidden*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0
}

a,
a:focus,
a:hover {
    outline: medium none;
    text-decoration: none
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.no-padding {
    padding: 0
}

.pdl0 {
    padding-left: 0!important
}

.header-main {
    background: #fff;
    padding: 10px 0 0px 0;
    webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.header-main.fixed {
    position: fixed;
    z-index: 9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    height: auto
}

.logo img {
    max-width: 125px
}

.title1 {
    font-size: 29px;
    line-height: 48px;
    font-weight: 600;
    display: inline-block;
    margin: 45px 0px 8px 0px; 
}

.title1 span {
    font-weight: 300
}

.title2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    padding: 17px 0 11px 0;
    color: #000;
    margin: 0
}

.title3 {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
    color: #444;
    font-size: 24px
}

.title3 span {
    padding-bottom: 6px;
    border-bottom: 1px solid;
    font-weight: 400
}

.section {
    padding: 0 0 30px 0
}

.sectionbg {
    background: #f3f2f2;
    padding: 30px 0 30px 0
}

.bgblue {
    background: #3399fe;
    color: #fff
}

.bggreen {
    background: #690;
    color: #fff
}

.page-head {
    padding: 20px 0 20px 0;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    background: #000
}

.page-head h1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 500
}

.breadcrumb {
    text-align: center;
    background: 0 0;
    margin: 0;
    padding: 0
}

.breadcrumb>li {
    font-size: 13px;
    color: #fff
}

.breadcrumb>li>a {
    color: #fff
}

.welcometext {
    padding: 18px 30px 30px 30px
}

.listmenu {
    border: none;
    margin-bottom: 15px
}

.listmenu li {
    display: inline-block;
    padding: 0 10px
}

.listmenu li:first-child {
    padding-left: 0
}

.listmenu li a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    padding: 0!important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    background: 0 0
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent
}

.listmenu li a:hover {
    border-color: transparent
}

.listmenu li a:hover,
.listmenu li.active a {
    border-bottom: .063em solid #4e3f3e!important
}

.shape {
    padding-top: 27px;
    clear: both
}

.shape li {
    border-top: 1px solid #e6e6e6;
    padding-bottom: 7px;
    padding-top: 7px;
    margin: 0;
    display: block;
    clear: both
}

.newsslotbox {
    clear: both;
    padding: 18px 0
}

.newsslot h4 {
    color: #000;
    font-weight: 600;
    padding: 10px 10px 14px 15px
}

#systems .newsslot h4 {
    padding-left: 0;
    padding-bottom: 0
}

.tab-content .col-sm-4 p {
    font-weight: 800
}

.himage {
    position: relative;
    height: 360px;
    width: auto;
    margin: 0 auto
}

.himage img {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.himage img.hv:hover {
    opacity: 0
}

.clothlist .col-sm-4 {
    padding: 7px
}

.clothlist h4 {
    color: #000;
    font-weight: 600;
    padding: 10px 10px 14px 5px
}

.clothlist a {
    display: block;
    text-align: center;
    margin: 20px 0
}

.clothlist p {
    padding: 10px 6px
}

.clothlist img {
    cursor: pointer
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


.owl-pagination {
    position: relative;
    top: -35px
}

.owl-theme .owl-controls .owl-page span {
    background: #000!important
}

.search {
    float: right;
    position: relative;
    z-index: 0;
    width: 20px;
    top: 5px;
    right: 21px;
    display: grid
}

a.search:hover {
    cursor: pointer
}

.btnsearch {
    border: 1px solid #000;
    border-radius: 14px;
    background: #fff;
    padding: 3px 20px;
    font-size: 13px;
    transition: .4s all;
    -webkit-transition: .4s all
}

.btnsearch:hover {
    background: #000;
    color: #fff
}

.button-container {
    position: relative
}

.specialist-button {
    background-color: #f08200;
    width: 170px;
    border-radius: 15px;
    color: #fff;
    float: right;
    line-height: 1;
    padding: .5em .5em;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 1px;
    height: 32px;
    cursor: pointer;
    z-index: 2
}

.specialist-button.fr-ca {
    width: 210px
}

.specialist-button.fr-ca img.slide {
    left: 11rem;
    -webkit-animation: wiggle-fr 7s infinite ease-in-out;
    animation: wiggle-fr 7s infinite ease-in-out
}

.modal-backdrop.in {
    opacity: 0;
    z-index: 3
}

.kp {
    float: left
}

.default-form-area input[type=text] {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .075) inset;
    color: #444;
    height: 46px;
    margin: 0 0 15px;
    outline: medium none;
    padding: 13px 16px;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 100%
}
.htrd  {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .075) inset;
    color: #444;
    height: 46px;
    margin: 0 0 15px; !important
    outline: medium none;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 100% !important;
}
.intl-tel-input {
  display: inline-block;
  position: relative;
  width: 100% ;
}
.default-form-area select {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .075) inset;
    color: #444;
    height: 46px;
    margin: 0 0 15px;
    outline: medium none;
    padding: 13px 16px;
    text-align: left;
    transition: all .3s ease-in-out 0s;
    width: 100%
}

.sub-btn {
    background: #5b6770 none repeat scroll 0 0;
    border: medium none;
    border-radius: 23px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 39px;
    padding: 0 19px;
    position: relative;
    transition: all .4s ease 0s;
    float: right
}

.c-btn {
    background: #5b6770 none repeat scroll 0 0;
    border: medium none;
    border-radius: 23px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 39px;
    padding: 0 19px;
    position: relative;
    transition: all .4s ease 0s
}

.ctitle {
    font-size: 21px;
    font-weight: 700
}

.specialist-button.expandZip img.slide {
    -webkit-animation: none;
    animation: none;
    opacity: 1
}

.specialist-button .specialist-input {
    margin-top: 1.5rem;
    opacity: 0;
    display: none
}

.specialist-button .specialist-input label {
    color: #fff
}

.specialist-button .specialist-input input {
    display: inline-block;
    margin-bottom: 0;
    height: 30px;
    width: 100%;
    border: none
}

.specialist-button .specialist-input button {
    width: auto;
    background: #5b6770;
    height: 30px;
    color: #fff;
    border: none
}

.specialist-button p {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    line-height: 15px;
    -webkit-animation: type 7s ease-in-out infinite;
    animation: type 7s ease-in-out infinite;
    font-weight: 600;
    margin-bottom: 0
}

.specialist-button img.slide {
    position: absolute;
    -webkit-animation: wiggle 7s infinite ease-in-out;
    animation: wiggle 7s infinite ease-in-out;
    left: 10em;
    top: 7px;
    width: 16px;
    opacity: 0
}

.specialist-input .alert {
    background-color: transparent;
    border: none;
    font-size: 13px;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-weight: 600;
    color: red
}

@-webkit-keyframes open {
    0% {
        width: 0
    }
    13% {
        width: 165px
    }
    100% {
        width: 165px
    }
}

@keyframes open {
    0% {
        width: 0
    }
    13% {
        width: 165px
    }
    100% {
        width: 165px
    }
}

@-webkit-keyframes showZip {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes showZip {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes expandZip {
    0% {
        height: 32px
    }
    30% {
        border-radius: 15px;
        height: 32px
    }
    100% {
        border-radius: 15px;
        height: 130px
    }
}

@keyframes expandZip {
    0% {
        height: 32px
    }
    30% {
        border-radius: 15px;
        height: 32px
    }
    100% {
        border-radius: 15px;
        height: 130px
    }
}

@-webkit-keyframes wiggle {
    0% {
        left: 0;
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 10em;
        opacity: 1
    }
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 10em;
        opacity: 1
    }
    30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        left: 10em;
        opacity: 1
    }
    33% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    34% {
        opacity: 1;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }
    38% {
        opacity: 1;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }
    42% {
        opacity: 1;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    46% {
        opacity: 1;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@media (min-width:1024px) {
    .mobile-search-field {
        top: 17%
    }
}

.mobile-search-field {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 75px;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  top: 58%;
  transition-duration: 0.5s;
  transition-property: height;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  width: 100%;
  z-index: 9999;
}

.mobile-search-field.suggest-open {
    height: 160px;
    padding-bottom: 55px
}

.mobile-search-field.slide {
    height: 0;
    padding-bottom: 0
}

.mobile-search-field .search-inputs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    background: #f2f0ed;
    z-index: 9999
}

.mobile-search-field .mobile-search-text {
    border: none;
    border-bottom: .063em solid #e6e6e6;
    padding: .625rem;
    outline: 0;
    font-size: 16px;
    width: 100%;
    margin: 0 15px;
    color: #5b6770
}

.imgzoom-box {
    margin: 0 0 3rem 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: block
}

.last-box {
    margin-bottom: 0
}

.imgzoom-box img {
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear
}

.imgzoom-box .imgzoom-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0
}

.imgzoom-box .imgzoom-text .img-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all .5s linear
}

.imgzoom-box .imgzoom-text h3 {
    color: #fff;
    position: relative;
    transition: opacity .5s linear, -webkit-transform .75s;
    transition: transform .75s, opacity .5s linear;
    transition: transform .75s, opacity .5s linear, -webkit-transform .75s;
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    margin-bottom: .31rem;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.imgzoom-box .imgzoom-text p {
    color: #fff;
    opacity: 0;
    position: relative;
    font-weight: 600;
   /* text-transform: uppercase;*/
    font-size: 12px;
    transition: opacity .75s, -webkit-transform .75s;
    transition: opacity .75s, transform .75s;
    transition: opacity .75s, transform .75s, -webkit-transform .75s;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    margin-bottom: 0
}

.imgzoom-box:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.imgzoom-box:hover .imgzoom-text .img-bg {
    background-color: rgba(0, 0, 0, .5);
    height: 100%
}

.imgzoom-box:hover .imgzoom-text h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.imgzoom-box:hover .imgzoom-text p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0)
}

.text-desc h1:first-child,
.text-desc h2:first-child,
.text-desc h3:first-child,
.text-desc h4:first-child,
.text-desc h5:first-child {
    margin: 0 0 5px 0
}

.text-desc h1,
.text-desc h2,
.text-desc h3,
.text-desc h4,
.text-desc h5 {
    margin: 14px 0 5px 0
}

.text-desc table {
    border-collapse: collapse;
    margin: 0 0 20px 0;
    width: 100%
}

.text-desc table th,
.text-desc table thead {
    background: #f1f1f1;
    text-align: center;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px
}

.text-desc table td,
.text-desc table th {
    border: 1.5px solid silver;
    padding: 8px 3px 7px 9px;
    color: #000;
    vertical-align: middle
}

.text-desc table td {
    text-align: center;
    font-size: 15px
}

.text-desc ul,
.text-desc ul ul {
    margin-left: 17px;
    margin-bottom: 22px
}

.text-desc ul li {
    list-style-type: disc
}

.text-desc ul ul li {
    list-style-type: circle
}

.text-desc h2 {
    color: #0087c7
}

.text-desc h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 26px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    color: #f05833
}

.text-desc h3:after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    content: "";
    background-color: #f05833;
    background: -moz-linear-gradient(left, rgba(253, 181, 0, 0) 0, #f05833 40%, #f05833 50%, #f05833 60%, rgba(253, 181, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(253, 181, 0, 0) 0, #f05833 40%, #f05833 50%, #f05833 60%, rgba(253, 181, 0, 0) 100%);
    background: linear-gradient(left, rgba(253, 181, 0, 0) 0, #f05833 40%, #f05833 50%, #f05833 60%, rgba(253, 181, 0, 0) 100%);
    width: 260px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px
}

.text-desc tt {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px
}

.text-desc h4 {
    color: #f05833;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 0 6px 0;
    margin: 0;
    letter-spacing: .5px;
    margin-bottom: 8px;
    position: relative
}

.text-desc h4:before {
    background-color: #f05833;
    bottom: 4px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 99px
}

.text-desc h4:after {
    background-color: #f05833;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 59px
}

.text-desc h2+hr,
.text-desc h4+hr {
    border-color: #d0d0d0;
    width: 55%;
    text-align: center;
    display: inline-block
}

.text-desc img {
    display: inline-block!important
}

.form button {
    margin-top: 30px
}

.form textarea.text-field {
    height: 80px
}

.form h4 {
    padding: 11px 0
}

.form .cust-btn {
    background: #1f425d none repeat scroll 0 0;
    margin-top: 15px;
    padding: 14px 30px;
    border: medium none
}

.form .select {
    margin: 0!important;
    font-size: 15px!important
}

.form .text-field {
    background: #fff;
    border: 1px solid #cecece;
    color: #858585;
    font-size: 14px;
    margin: 6px 0;
    padding: 6px 12px;
    border-radius: 5px;
    width: 100%
}

.form .text-field:focus,
.form .text-field:hover {
    border-color: #75b519;
    box-shadow: none;
    border-width: 1px
}

.form .text-field::placeholder {
    color: #cecece;
    font-style: italic
}

.form label+.text-field {
    margin: 0 0 15px 0
}

.form label {
    font-weight: 600;
    margin-bottom: 0;
    color: #000
}

.errorbox,
.errorbox li,
.errorbox span {
    color: #d90000
}

.errorbox .sucmsg {
    color: #046310
}

.jb-btn {
    padding: 0 19px;
    background: #5b6770;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 39px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    transition: .4s all;
    -webkit-transition: .4s all;
    border-radius: 23px
}

.jb-btn:hover {
    text-decoration: none;
    background: #000;
    color: #fff
}

.jb-btn2 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    padding: 8px 21px;
    border-radius: 2rem;
    text-transform: none;
    display: inline-block;
    text-align: center;
    transition: all .25s ease-in-out;
    background: #fff;
    color: #5b6770;
    border: .063rem solid #5b6770
}

.jb-btn2:hover {
    background-color: #000!important;
    color: #fff!important;
    border-color: #000!important
}

.footer {
    color: #5b6770;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 23px 0;
    position: relative;
    background: #f2f0ed
}

.footer a {
    color: #5b6770;
    font-size: 13px
}

.footer .jb-btn {
    display: block;
    width: 100%
}

.fbtn {
    margin-top: 0!important
}

.footer p {
    font-size: 15px;
    padding: 7px 0
}

.footer a:hover {
    color: #000;
    text-decoration: underline
}

.footer h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    color: #000
}

.footer ul {
    padding: 6px 0 18px 0
}

.footer ul li {
    padding: 4px 0;
    margin: 0
}

.copyrights {
    font-size: 14px;
    color: #e4e4e6;
    float: left
}

ul.social li {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 5px
}

ul.social li i {
    font-size: 20px
}

.footer-bottom,
.footer-bottom a {
    color: #5b6770;
    font-size: 13px;
    font-weight: 400;
    background: #f2f0ed
}

.footer-bottom img {
    max-width: 90px
}